.product-hero__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(24px,4vw,48px);align-items:start}.product-hero__grid>*{min-width:0;max-width:100%}.product-gallery{min-width:0;max-width:100%}.product-gallery__main{max-width:100%}@media(min-width:990px){.product-hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.product-gallery{position:sticky;top:calc(var(--header-height, 72px) + 20px)}.product-hero__info{position:static}}.product-hero__badge{display:inline-flex;align-items:center;gap:7px;font-size:.8125rem;font-weight:600;color:var(--color-accent);background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:999px;padding:6px 13px;margin-bottom:14px}.product-hero__title{font-size:clamp(1.6rem,4.5vw,2.15rem);letter-spacing:var(--heading-tracking);margin:0 0 10px}.product-hero__rating{display:flex;align-items:center;gap:9px;font-size:.9rem;color:var(--color-text-muted);margin-bottom:14px}.product-hero__subtitle{font-size:1.0625rem;color:var(--color-text-muted);margin:0 0 18px}.product-hero__benefits{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:9px}.product-hero__benefits li{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;line-height:1.45}.product-hero__benefits svg{color:var(--color-accent);flex:0 0 auto;margin-top:2px}.product-hero__note{font-size:.85rem;color:var(--color-text-muted);margin:14px 0 0}.product-hero__app{margin-top:16px}.payment-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}.payment-row__label{font-size:.8125rem;color:var(--color-text-muted)}.payment-row__list{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0}.payment-row__list .payment-icon{height:24px;width:auto;display:block;border-radius:4px}.product-gallery__main{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:10px;list-style:none;margin:0;padding:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:var(--radius-card)}.product-gallery__main::-webkit-scrollbar{display:none}.product-gallery__slide{scroll-snap-align:center;border-radius:var(--radius-card);overflow:hidden;background:var(--color-bg-soft);aspect-ratio:1 / 1}.product-gallery__slide img,.product-gallery__slide iframe,.product-gallery__slide video{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;list-style:none;margin:12px 0 0;padding:2px;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:72px;height:72px;padding:0;border:1px solid var(--color-border);border-radius:12px;background:var(--color-bg-soft);overflow:hidden;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb:hover{transform:translateY(-2px)}.product-gallery__thumb.is-active{border-color:var(--color-accent)}.bundle-cards{display:grid;gap:10px}.bundle-cards__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.bundle-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"qty . price" "unit . was" "save save save";align-items:center;gap:2px 12px;border:1.5px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-bg);padding:14px 16px;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.bundle-card:hover{border-color:color-mix(in srgb,var(--color-accent) 45%,var(--color-border))}.bundle-cards__input:checked+.bundle-card{border-color:var(--color-accent);background:var(--color-bg-soft);box-shadow:0 0 0 1px var(--color-accent)}.bundle-cards__input:focus-visible+.bundle-card{outline:2px solid var(--color-accent);outline-offset:2px}.bundle-card__qty{grid-area:qty;font-weight:700;font-size:1.0625rem}.bundle-card__price{grid-area:price;font-weight:700;font-size:1.125rem}.bundle-card__unit{grid-area:unit;font-size:.8125rem;color:var(--color-text-muted)}.bundle-card__was{grid-area:was;font-size:.8125rem;color:var(--color-text-muted);text-decoration:line-through;text-align:right}.bundle-card__save{grid-area:save;margin-top:6px;font-size:.8125rem;font-weight:600;color:var(--color-accent)}.bundle-card__badge{position:absolute;top:-9px;right:14px;background:var(--color-accent);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:3px 9px;border-radius:999px}@media(min-width:990px){.product-hero__benefits{gap:7px;margin-bottom:20px}.product-hero__benefits li{font-size:.9rem}.bundle-cards{gap:8px}.bundle-card{padding:12px 14px}.payment-row{margin-top:14px;padding-top:14px}.payment-row__list .payment-icon{height:21px}}@media(min-width:990px){.product-gallery{position:static}.product-gallery__main{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-columns:auto;gap:12px;overflow:visible;scroll-snap-type:none;border-radius:0}.product-gallery__slide:first-child{grid-column:1 / -1}.product-gallery__thumbs{display:none}.product-hero__info{position:sticky;top:calc(var(--header-height, 72px) + 20px)}}.product-gallery__stage{position:relative}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid var(--color-border);border-radius:999px;background:color-mix(in srgb,var(--color-bg) 88%,transparent);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--color-text);cursor:pointer;box-shadow:var(--shadow-sm);transition:background-color .18s ease,opacity .18s ease,transform .18s ease}.gallery-nav--prev{left:10px}.gallery-nav--next{right:10px}.gallery-nav:hover{background:var(--color-bg)}.gallery-nav:active{transform:translateY(-50%) scale(.94)}.gallery-nav:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.gallery-nav[disabled]{opacity:0;pointer-events:none}@media(min-width:750px){.gallery-nav{width:46px;height:46px}.gallery-nav--prev{left:14px}.gallery-nav--next{right:14px}}@media(min-width:990px){.gallery-nav{display:none}}@media(prefers-reduced-motion:reduce){.gallery-nav{transition:none}}.product-hero__benefits-title{font-weight:700;font-size:.9375rem;margin:0 0 12px}.product-hero__benefits{gap:11px}.product-hero__benefits li{align-items:center;gap:12px}.benefit-check{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--color-accent);color:#fff;margin-top:0}.benefit-check svg{display:block;stroke-width:3}.product-hero__benefits svg{color:inherit;margin-top:0}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-product-hero.css.map */
