.purchase-actions{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:10px;align-items:stretch;margin-top:14px;max-width:620px}.purchase-actions .buy-form{max-width:none;margin:0}.purchase-actions .favorite-form{display:grid;margin:0}.purchase-actions .favorite-button.icon-only,.favorite-button.icon-only.standalone{display:grid;place-items:center;width:56px;min-width:56px;height:100%;min-height:54px;padding:0;border:1px solid var(--line,#dfe6e2);border-radius:6px;background:#fff;color:#123f34;text-decoration:none;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.purchase-actions .favorite-button.icon-only:hover,.favorite-button.icon-only.standalone:hover{border-color:#174c3e;background:#f2f8f5;transform:translateY(-1px)}.favorite-button.icon-only svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.favorite-button.icon-only.active{color:#fff;background:#174c3e;border-color:#174c3e}.favorite-button.icon-only.active svg{fill:currentColor}.favorite-button.icon-only.standalone{height:54px;margin-top:14px}.product-info .stock{display:flex;align-items:center;min-height:44px}.product-info .stock>span{display:grid;place-items:center;align-self:center;flex:0 0 auto}.product-info .stock>div{display:flex;flex-direction:column;justify-content:center;min-height:32px}.purchase-actions+.checkout-note{margin-top:10px}@media(max-width:560px){.purchase-actions{grid-template-columns:minmax(0,1fr) 50px;gap:8px}.purchase-actions .favorite-button.icon-only{width:50px;min-width:50px}.favorite-button.icon-only svg{width:22px;height:22px}}
.product-detail{padding-top:24px!important;row-gap:18px!important}.product-detail .product-breadcrumb{margin:0!important;min-height:18px;line-height:1.35}.favorite-button.icon-only.is-loading{pointer-events:none;opacity:.6}.favorite-toast{position:fixed;z-index:1000;right:24px;bottom:24px;max-width:min(360px,calc(100vw - 32px));padding:12px 16px;border-radius:7px;background:#173f35;color:#fff;box-shadow:0 12px 35px #102d2760;font-size:13px;font-weight:700;opacity:0;transform:translateY(10px);transition:.2s;pointer-events:none}.favorite-toast.show{opacity:1;transform:none}.favorite-toast.error{background:#8f2f38}@media(max-width:900px){.product-detail{padding-top:20px!important;row-gap:16px!important}}@media(max-width:640px){.product-detail{padding-top:16px!important;row-gap:14px!important}}
