.hero-product{color:var(--hp-text, #1a1a1a);background:var(--hp-bg, #ffffff);padding-top:var(--hp-pad-top, 24px);padding-bottom:var(--hp-pad-bottom, 40px)}.hero-product__grid{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:990px){.hero-product__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:48px;align-items:start}}@media(min-width:990px){.hero-product__gallery{position:sticky;top:16px}}.hero-product__media-main{position:relative;border-radius:var(--hp-radius, 12px);overflow:hidden;background:#f6f6f6}.hero-product__media-item{display:none;width:100%}.hero-product__media-item.is-active{display:block}.hero-product__media-item img,.hero-product__media-item video{display:block;width:100%;height:auto}.hero-product__thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.hero-product__thumb{flex:0 0 64px;width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:#f6f6f6}.hero-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.hero-product__thumb.is-active{border-color:var(--hp-accent, #5e3a6e)}.hero-product__thumb:focus-visible{outline:2px solid var(--hp-accent, #5e3a6e);outline-offset:2px}.hero-product__rating{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px}.hero-product__stars{position:relative;display:inline-block;font-size:18px;line-height:1;letter-spacing:2px;color:#d8d8d8}.hero-product__stars-fill{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;color:var(--hp-star, #111111)}.hero-product__rating-text{font-size:14px}.hero-product__rating-text strong{font-weight:700}.hero-product__rating-badge{background:#111;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:4px}.hero-product__title{margin:0 0 6px;font-size:calc(28px * var(--hp-title-scale, 1));line-height:1.15;font-weight:700}@media(min-width:750px){.hero-product__title{font-size:calc(38px * var(--hp-title-scale, 1))}}.hero-product__subtitle{margin:0 0 18px;font-size:16px;color:color-mix(in srgb,var(--hp-text, #1a1a1a) 78%,transparent)}.hero-product__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin:0 0 20px;padding:0;list-style:none}.hero-product__feature{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500}.hero-product__feature-icon{flex:0 0 auto;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.hero-product__feature-icon img{width:100%;height:100%;object-fit:contain}.hero-product__stock{display:flex;align-items:center;gap:14px;margin:0 0 16px;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center}.hero-product__stock:before,.hero-product__stock:after{content:"";flex:1;height:1px;background:color-mix(in srgb,var(--hp-text, #1a1a1a) 25%,transparent)}.hero-product__offers{display:grid;gap:12px;margin-bottom:14px}.hero-product__offer{position:relative;display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e3e3e3;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.hero-product__offer:hover{border-color:color-mix(in srgb,var(--hp-accent, #5e3a6e) 50%,#e3e3e3)}.hero-product__offer.is-selected{border-color:var(--hp-accent, #5e3a6e);box-shadow:0 0 0 1px var(--hp-accent, #5e3a6e)}.hero-product__offer input[type=radio]{-webkit-appearance:none;appearance:none;flex:0 0 auto;width:20px;height:20px;margin:0;border:2px solid #c9c9c9;border-radius:50%;display:inline-grid;place-content:center;cursor:pointer}.hero-product__offer input[type=radio]:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--hp-accent, #5e3a6e);transform:scale(0);transition:transform .12s ease}.hero-product__offer input[type=radio]:checked:after{transform:scale(1)}.hero-product__offer input[type=radio]:focus-visible{outline:2px solid var(--hp-accent, #5e3a6e);outline-offset:2px}.hero-product__offer-img{flex:0 0 48px;width:48px;height:48px}.hero-product__offer-img img{width:100%;height:100%;object-fit:contain;display:block}.hero-product__offer-info{flex:1;min-width:0}.hero-product__offer-title{display:block;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.hero-product__offer-subtitle{display:block;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:color-mix(in srgb,var(--hp-text, #1a1a1a) 60%,transparent);margin-top:2px}.hero-product__offer-save{display:inline-block;margin-top:4px;padding:2px 8px;border-radius:999px;background:color-mix(in srgb,var(--hp-accent-2, #e83e8c) 14%,#ffffff);color:var(--hp-accent-2, #e83e8c);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.hero-product__offer-pricing{text-align:right;flex:0 0 auto}.hero-product__offer-price{display:block;font-size:18px;font-weight:700}.hero-product__offer-compare{display:block;font-size:13px;color:#9a9a9a;text-decoration:line-through}.hero-product__refill{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px dashed color-mix(in srgb,var(--hp-accent, #5e3a6e) 55%,transparent);border-radius:12px;background:color-mix(in srgb,var(--hp-accent, #5e3a6e) 5%,#ffffff);margin-bottom:16px;cursor:pointer}.hero-product__refill input[type=checkbox]{-webkit-appearance:none;appearance:none;flex:0 0 auto;width:22px;height:22px;margin:2px 0 0;border-radius:6px;border:2px solid var(--hp-accent, #5e3a6e);display:inline-grid;place-content:center;cursor:pointer;background:#fff}.hero-product__refill input[type=checkbox]:checked{background:var(--hp-accent, #5e3a6e)}.hero-product__refill input[type=checkbox]:checked:after{content:"";width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px,-1px)}.hero-product__refill input[type=checkbox]:focus-visible{outline:2px solid var(--hp-accent, #5e3a6e);outline-offset:2px}.hero-product__refill-title{display:block;font-size:15px;font-weight:700}.hero-product__refill-sub{display:block;font-size:13px;color:color-mix(in srgb,var(--hp-text, #1a1a1a) 65%,transparent);margin-top:2px}.hero-product__variants{display:grid;gap:10px;margin-bottom:16px}.hero-product__variant-label{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.hero-product__variant-select{width:100%;padding:10px 12px;font-size:15px;border:1px solid #d5d5d5;border-radius:8px;background:#fff;color:inherit}.hero-product__qty{display:inline-flex;align-items:center;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:16px}.hero-product__qty button{width:40px;height:42px;border:0;background:none;font-size:18px;cursor:pointer;color:inherit}.hero-product__qty input{width:48px;height:42px;border:0;text-align:center;font-size:15px;font-weight:600;background:transparent;color:inherit;-moz-appearance:textfield}.hero-product__qty input::-webkit-outer-spin-button,.hero-product__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hero-product__atc{display:block;width:100%;padding:16px 24px;border:0;border-radius:10px;background:var(--hp-btn-bg, #5e3a6e);color:var(--hp-btn-text, #ffffff);font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:filter .15s ease,transform .1s ease}.hero-product__atc:hover{filter:brightness(1.12)}.hero-product__atc:active{transform:scale(.99)}.hero-product__atc[disabled]{background:#b5b5b5;cursor:not-allowed}.hero-product__atc:focus-visible{outline:3px solid var(--hp-accent-2, #e83e8c);outline-offset:2px}.hero-product__gift-banner{display:flex;align-items:center;justify-content:center;gap:12px;margin:16px 0;padding:10px 14px;border-radius:10px;background:linear-gradient(90deg,var(--hp-accent, #5e3a6e),var(--hp-accent-2, #e83e8c));color:#fff;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:center}.hero-product__gift-banner:before,.hero-product__gift-banner:after{content:"";flex:1;max-width:90px;height:2px;background:#ffffffd9;border-radius:2px}.hero-product__gifts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 16px;padding:0;list-style:none}@media(min-width:750px){.hero-product__gifts{grid-template-columns:repeat(4,minmax(0,1fr))}}.hero-product__gift{text-align:center;font-size:12px;font-weight:600}.hero-product__gift-img{aspect-ratio:1;border-radius:10px;overflow:hidden;background:color-mix(in srgb,var(--hp-accent, #5e3a6e) 10%,#ffffff);margin-bottom:8px}.hero-product__gift-img img{width:100%;height:100%;object-fit:cover;display:block}.hero-product__guarantee{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;background:var(--hp-accent, #5e3a6e);color:#fff;font-size:14px;margin-bottom:20px}.hero-product__guarantee-icon{flex:0 0 40px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff26}.hero-product__guarantee-icon svg{width:22px;height:22px;fill:currentColor}.hero-product__guarantee p{margin:0}.hero-product__accordions{display:grid;gap:10px}.hero-product__accordion{border:1px solid #e3e3e3;border-radius:10px;background:#fff}.hero-product__accordion summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;font-size:15px;font-weight:500;cursor:pointer;list-style:none}.hero-product__accordion summary::-webkit-details-marker{display:none}.hero-product__accordion summary:after{content:"";flex:0 0 auto;width:9px;height:9px;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(45deg);transition:transform .15s ease;margin-top:-4px}.hero-product__accordion[open] summary:after{transform:rotate(-135deg);margin-top:4px}.hero-product__accordion-body{padding:0 16px 14px;font-size:14px;line-height:1.6;color:color-mix(in srgb,var(--hp-text, #1a1a1a) 80%,transparent)}.hero-product__accordion-body p{margin:0 0 8px}.hero-product__sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;gap:12px;padding:10px 16px;padding-bottom:max(10px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e3e3e3;box-shadow:0 -4px 16px #00000014;transform:translateY(110%);transition:transform .25s ease}.hero-product__sticky.is-visible{transform:translateY(0)}.hero-product__sticky-img{flex:0 0 44px;width:44px;height:44px;border-radius:8px;overflow:hidden;background:#f6f6f6}.hero-product__sticky-img img{width:100%;height:100%;object-fit:cover;display:block}.hero-product__sticky-info{flex:1;min-width:0}.hero-product__sticky-title{display:block;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-product__sticky-price{display:block;font-size:13px;color:color-mix(in srgb,var(--hp-text, #1a1a1a) 70%,transparent)}.hero-product__sticky .hero-product__atc{width:auto;padding:12px 22px;font-size:14px}@media(min-width:750px){.hero-product__sticky{padding-left:32px;padding-right:32px}}@media(prefers-reduced-motion:reduce){.hero-product__sticky,.hero-product__offer,.hero-product__atc{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hero-product.css.map */
