.product-main{display:grid;gap:var(--space-4)}@media(min-width:1024px){.product-main{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:var(--space-8);align-items:start}.product-main--sticky .product-main__media{position:sticky;top:calc(var(--header-height, 76px) + 16px)}}.product-main__breadcrumbs{margin-bottom:var(--space-3)}.product-main__description{margin-top:var(--space-8)}.pgallery{display:flex;flex-direction:column;gap:12px}.pgallery__main{--carousel-gap: 0px;border-radius:var(--img-radius);overflow:hidden;touch-action:pan-y}.pgallery__slide{flex:0 0 100%}@media(min-width:768px){.pgallery__slide{flex-basis:100%}}@media(min-width:1024px){.pgallery__slide{flex-basis:100%}}.pgallery__frame{border-radius:var(--img-radius);cursor:zoom-in}.pgallery__frame--zoom{overflow:hidden}.pgallery__frame img{transition:transform .25s ease}@media(min-width:1024px){.pgallery__frame--zoom .pgallery__frame img{will-change:transform}}.pgallery__video,.pgallery__model{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border:none}.pgallery__arrow{opacity:0;transition:opacity var(--transition),background-color var(--transition)}.pgallery__main:hover .pgallery__arrow{opacity:1}@media(hover:none){.pgallery__arrow{display:none}}.pgallery__dots{position:absolute;bottom:12px;left:0;right:0;margin:0;z-index:3}@media(min-width:1024px){.pgallery__dots{display:none}}.pgallery__thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding:2px}.pgallery__thumbs::-webkit-scrollbar{display:none}.pgallery__thumb{flex:0 0 76px;border-radius:calc(var(--img-radius) * .7);overflow:hidden;border:2px solid transparent;transition:border-color var(--transition);position:relative}.pgallery__thumb.is-active{border-color:var(--color-accent)}.pgallery__thumb-media{display:block;border-radius:calc(var(--img-radius) * .5)}.pgallery__thumb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;background:#ffffffeb;color:var(--color-text);display:flex;align-items:center;justify-content:center;z-index:2}@media(min-width:1024px){.pgallery--thumbs-left{flex-direction:row-reverse}.pgallery--thumbs-left .pgallery__main{flex:1;min-width:0}.pgallery--thumbs-left .pgallery__thumbs{flex-direction:column;width:84px;max-height:560px;overflow-y:auto;overflow-x:hidden}.pgallery--thumbs-left .pgallery__thumb{flex:0 0 auto}}.pgallery__lightbox-panel{max-width:min(1100px,94vw);padding:var(--space-2);background:transparent;box-shadow:none}.pgallery__lightbox-img{width:100%;max-height:86vh;object-fit:contain;border-radius:8px;touch-action:pinch-zoom}.vpicker{display:flex;flex-direction:column;gap:var(--space-2)}.vpicker__group{display:flex;flex-direction:column;gap:8px}.vpicker__label{font-size:.875rem;font-weight:600}.vpicker__value{font-weight:400;color:var(--color-text-2)}.vpicker__options{display:flex;flex-wrap:wrap;gap:8px}.vpicker__btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border:1px solid var(--color-border);border-radius:var(--btn-radius);background:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color var(--transition),background-color var(--transition),color var(--transition),box-shadow var(--transition)}.vpicker__option input:checked+.vpicker__btn{border-color:var(--color-accent);background:rgba(var(--color-accent-rgb),.08);color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent)}.vpicker__option input:focus-visible+.vpicker__btn,.vpicker__option input:focus-visible+.vpicker__swatch{outline:2px solid var(--color-accent);outline-offset:2px}.vpicker__swatch{display:block;width:36px;height:36px;border-radius:50%;border:2px solid var(--color-border);background-size:cover;background-position:center;cursor:pointer;transition:border-color var(--transition),transform var(--transition)}.vpicker__option input:checked+.vpicker__swatch{border-color:var(--color-accent);transform:scale(1.08);box-shadow:0 0 0 2px #fff inset}.buybox{display:flex;flex-direction:column;gap:var(--space-2)}.buybox__badges{display:flex;gap:8px}.buybox__badges:empty{display:none}.buybox__vendor{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-2)}.buybox__title{font-size:calc(clamp(1.7rem,3.4vw,2.3rem) * var(--heading-scale));margin:0}.buybox__rating{text-decoration:none;display:inline-flex;align-items:center;gap:9px}.buybox__rating .stars--sharp .stars__icons{gap:3px}.buybox__rating-text{display:inline-flex;align-items:center;gap:7px;font-size:.9rem;color:var(--color-text-2);line-height:1}.buybox__rating-score{font-weight:700;color:var(--color-text)}.buybox__rating-sep{color:var(--color-border)}.buybox__rating:hover .buybox__rating-count{color:var(--color-accent)}.buybox__price[style*=--price-current-size] .price--lg .price__current{font-size:var(--price-current-size)}.buybox__price[style*=--price-current-color] .price__current{color:var(--price-current-color)}.buybox__tagline{font-size:1rem;font-weight:700;color:var(--color-text);margin:0}.buybox__stock-note{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--color-text);margin:0}.buybox__stock-dot{width:9px;height:9px;border-radius:50%;background:var(--color-warning, #f5a524);flex-shrink:0;animation:stock-pulse 1.6s ease-in-out infinite}@keyframes stock-pulse{0%,to{opacity:1}50%{opacity:.35}}.buybox__benefits--divided{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:14px 0}.payment-icons[style*=--pay-icon-size] .payment-icons__svg{width:var(--pay-icon-size);height:auto}.pgallery{position:relative}.pgallery__badge{position:absolute;top:12px;left:12px;z-index:4;background:var(--color-accent);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:5px 11px;border-radius:999px}.pgallery--anim-fade .carousel__track{transition:none}.pgallery--anim-fade .pgallery__slide{transition:opacity .4s ease}.pgallery--anim-zoom .pgallery__frame img{transition:transform .4s ease,opacity .4s ease}.buybox__benefits{display:flex;flex-direction:column;gap:8px;margin:4px 0}.buybox__benefit{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem}.buybox__benefit .icon{color:var(--color-success);flex-shrink:0;margin-top:3px}.buybox__form{display:flex;flex-direction:column;gap:var(--space-2);margin-top:4px}.buybox__buy{display:flex;gap:12px;align-items:stretch}.buybox__buy .qty{flex-shrink:0;height:auto}.buybox__buy .qty__btn,.buybox__buy .qty__input{height:100%;min-height:54px}.buybox__atc{flex:1}.buybox__dynamic .shopify-payment-button__button{border-radius:var(--btn-radius)!important;font-family:var(--font-body)!important;font-weight:600!important}.buybox__dynamic .shopify-payment-button__button--unbranded{background:var(--color-bg-dark)!important}.buybox__trust{display:flex;flex-wrap:wrap;gap:8px 18px;padding-top:4px}.buybox__trust-item{display:inline-flex;align-items:center;gap:7px;font-size:.8125rem;font-weight:500;color:var(--color-text-2)}.buybox__trust-item .icon{color:var(--color-accent)}.buybox__payments{display:flex;flex-wrap:wrap;gap:6px;padding-top:2px}.buybox__payments .payment-icons__svg{width:36px;height:23px}.buybox__countdown{display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px;background:rgba(var(--color-accent-rgb),.07);border:1px dashed rgba(var(--color-accent-rgb),.4);border-radius:12px;padding:12px 16px}.buybox__countdown-heading{display:inline-flex;align-items:center;gap:7px;font-size:.875rem;font-weight:700;color:var(--color-accent)}.buybox__timer{display:flex;gap:10px}.buybox__timer-unit{font-variant-numeric:tabular-nums;font-weight:700;font-size:1.05rem}.buybox__timer-unit>span{font-size:1.15rem}.buybox__desc-acc{margin-top:6px}.urgency{display:flex;flex-direction:column;gap:6px}.urgency__item{display:flex;align-items:center;gap:8px;font-size:.8438rem;font-weight:600}.urgency__item--stock,.urgency__item--stock .icon{color:#b6536a}.urgency__item--viewers{color:var(--color-text-2);font-weight:500}.bundles{display:flex;flex-direction:column;gap:10px}.bundles__label,.vtiers__label{font-size:.875rem;font-weight:600}.bundles__cards{display:flex;flex-direction:column;gap:10px}.bundles__card{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;width:100%;text-align:left;background:#fff;border:2px solid var(--color-border);border-radius:14px;padding:13px 15px;cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition),background-color var(--transition)}.bundles__card:hover{border-color:rgba(var(--color-accent-rgb),.5)}.bundles__card.is-selected{border-color:var(--color-accent);background:rgba(var(--color-accent-rgb),.05);box-shadow:0 4px 18px rgba(var(--color-accent-rgb),.14)}.bundles__card--popular{margin-top:10px}.bundles__card--highlight{border-color:var(--color-accent)}.bundles__corner{position:absolute;top:0;right:0;background:var(--color-accent);color:#fff;font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:0 14px 0 12px;z-index:2;white-space:nowrap}.bundles__ribbon{position:absolute;top:-11px;left:14px;background:var(--color-accent);color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:3px 12px;white-space:nowrap;z-index:3}.bundles__header{display:flex;align-items:center;gap:10px;flex-shrink:0}.bundles__check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:2px solid var(--color-border);color:transparent;flex-shrink:0;transition:background-color var(--transition),border-color var(--transition),color var(--transition)}.bundles__card.is-selected .bundles__check{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.bundles__qty{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;white-space:nowrap}.bundles__info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.bundles__title{font-weight:700;font-size:.9375rem}.bundles__subtitle{font-size:.78rem;color:var(--color-text-2)}.bundles__badges-row{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.bundles__badges-row:empty{display:none}.bundles__badge{display:inline-block;align-self:flex-start;background:var(--bundle-badge, rgba(var(--color-success-rgb), .13));color:var(--bundle-badge-text, var(--color-success));font-size:.7rem;font-weight:700;border-radius:999px;padding:2px 9px}.bundles__badge[style]{color:#fff}.bundles__ship,.bundles__gift{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:600}.bundles__ship{color:var(--color-text-2)}.bundles__gift{color:var(--color-accent)}.bundles__per-unit{font-size:.78rem;color:var(--color-text-2)}.bundles__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.bundles__total{font-weight:700;font-size:1.05rem;white-space:nowrap}.bundles__compare{font-size:.8rem;color:var(--color-text-2);text-decoration:line-through}.bundles__save-pill{display:inline-flex;align-items:center;background:var(--color-success);color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;padding:3px 9px;white-space:nowrap;box-shadow:0 0 10px rgba(var(--color-success-rgb),.5);animation:pill-glow 2.2s ease-in-out infinite}@keyframes pill-glow{0%,to{opacity:.85}50%{opacity:1}}.bundles__media{display:block;width:68px;min-width:68px;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:var(--color-bg-2);flex-shrink:0}.bundles__img{width:100%;height:100%;object-fit:cover;display:block}.bundles__footnote{font-size:.75rem;color:var(--color-text-2);text-align:center;margin-top:4px}.bundles__addon{flex:1 0 100%;order:99;display:flex;align-items:center;gap:10px;margin-top:4px;padding:8px 10px;border-radius:10px;background:rgba(var(--color-success-rgb),.08);text-align:left}.bundles__addon-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;border-radius:50%;background:var(--color-success);color:#fff}.bundles__addon-media{display:inline-flex;flex-shrink:0}.bundles__addon-img{width:34px;height:34px;border-radius:8px;object-fit:cover}.bundles__addon-text{display:flex;flex-direction:column;min-width:0}.bundles__addon-name{font-size:.82rem;font-weight:600;line-height:1.25}.bundles__addon-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-success)}.bundles__variants{display:none;flex-direction:column;gap:10px;margin:-4px 0 8px;padding:12px;border:1px solid var(--color-border);border-top:none;border-radius:0 0 var(--card-radius, 14px) var(--card-radius, 14px);background:var(--color-bg-2)}.bundles__card.is-selected+.bundles__variants,.bundle.is-selected+.bundles__variants{display:flex}.bundles__variants-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-2)}.bundles__variant-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.bundles__variant-num{font-size:.8rem;font-weight:700;color:var(--color-text-2);flex-shrink:0}.bundles__variant-field{position:relative;flex:1 1 120px;min-width:0}.bundles__variant-sel{width:100%;-webkit-appearance:none;appearance:none;border:1px solid var(--color-border);border-radius:8px;background:#fff;padding:8px 30px 8px 12px;font-size:.875rem;cursor:pointer}.bundles__variant-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-text-2)}.bundles__variant-groups{display:flex;flex-wrap:wrap;gap:12px;flex:1}.bundles__variant-group{display:flex;flex-direction:column;gap:5px}.bundles__variant-opt{font-size:.72rem;font-weight:600;color:var(--color-text-2)}.bundles__variant-chips{display:flex;flex-wrap:wrap;gap:6px}.bundles__chip-input{position:absolute;opacity:0;pointer-events:none}.bundles__chip-text{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border:1px solid var(--color-border);border-radius:999px;background:#fff;font-size:.82rem;cursor:pointer;transition:border-color var(--transition),background-color var(--transition),color var(--transition)}.bundles__chip-input:checked+.bundles__chip-text{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.bundles--bars .bundles__cards{gap:6px}.bundles--bars .bundles__card{padding:9px 13px;border-radius:10px;gap:10px}.bundles--bars .bundles__media{display:none}.bundles--bars .bundles__qty{font-size:1rem}.bundles--bars .bundles__title{font-size:.875rem}.bundles--bars .bundles__subtitle{display:none}.bundles--bars .bundles__pricing{flex-direction:row;align-items:center;gap:8px}.bundles--bars .bundles__total{font-size:.9375rem}.bundles--cards .bundles__cards,.bundles--side-by-side .bundles__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bundles--cards .bundles__card,.bundles--side-by-side .bundles__card{flex-direction:column;align-items:stretch;padding:0 0 13px;overflow:hidden;gap:0;text-align:left}.bundles--cards .bundles__media,.bundles--side-by-side .bundles__media{width:100%;min-width:0;aspect-ratio:1 / 1;border-radius:0;margin:0}.bundles--cards .bundles__card--has-image .bundles__check,.bundles--side-by-side .bundles__card--has-image .bundles__check{position:absolute;top:10px;left:10px;z-index:4;background:#fffffff2;border-color:#ffffff80}.bundles--cards .bundles__card--has-image.is-selected .bundles__check,.bundles--side-by-side .bundles__card--has-image.is-selected .bundles__check{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.bundles--cards .bundles__header,.bundles--side-by-side .bundles__header{padding:10px 12px 0;gap:8px}.bundles--cards .bundles__qty,.bundles--side-by-side .bundles__qty{font-size:1.1rem}.bundles--cards .bundles__info,.bundles--side-by-side .bundles__info{padding:3px 12px 0;gap:2px}.bundles--cards .bundles__title,.bundles--side-by-side .bundles__title{font-size:.875rem;line-height:1.3}.bundles--cards .bundles__pricing,.bundles--side-by-side .bundles__pricing{padding:8px 12px 0;flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px}.bundles--cards .bundles__total,.bundles--side-by-side .bundles__total{font-size:.9375rem}@media(max-width:767px){.bundles--cards .bundles__cards,.bundles--side-by-side .bundles__cards{grid-template-columns:1fr}.bundles--cards .bundles__card,.bundles--side-by-side .bundles__card{flex-direction:row;align-items:center;padding:12px 14px;overflow:visible;gap:11px}.bundles--cards .bundles__media,.bundles--side-by-side .bundles__media{width:62px;min-width:62px;aspect-ratio:1;border-radius:10px;margin:0}.bundles--cards .bundles__header,.bundles--side-by-side .bundles__header{padding:0;gap:10px}.bundles--cards .bundles__qty,.bundles--side-by-side .bundles__qty{font-size:1.2rem}.bundles--cards .bundles__info,.bundles--side-by-side .bundles__info{padding:0}.bundles--cards .bundles__pricing,.bundles--side-by-side .bundles__pricing{padding:0;flex-direction:column;align-items:flex-end;gap:3px}.bundles--cards .bundles__card--has-image .bundles__check,.bundles--side-by-side .bundles__card--has-image .bundles__check{position:static;background:#fff;border-color:var(--color-border);-webkit-backdrop-filter:none;backdrop-filter:none}.bundles--cards .bundles__card--has-image.is-selected .bundles__check,.bundles--side-by-side .bundles__card--has-image.is-selected .bundles__check{background:var(--color-accent);border-color:var(--color-accent);color:#fff}}.bundles--compact .bundles__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.bundles--compact .bundles__card{flex-direction:column;align-items:stretch;padding:0 0 12px;overflow:hidden;gap:0;text-align:left}.bundles--compact .bundles__media{width:100%;min-width:0;aspect-ratio:1 / 1;border-radius:0;margin:0}.bundles--compact .bundles__card--has-image .bundles__check{position:absolute;top:10px;left:10px;z-index:4;background:#ffffffeb;border-color:#ffffff80}.bundles--compact .bundles__card--has-image.is-selected .bundles__check{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.bundles--compact .bundles__header{padding:10px 12px 0;gap:8px}.bundles--compact .bundles__qty{font-size:1.1rem}.bundles--compact .bundles__info{padding:3px 12px 0}.bundles--compact .bundles__title{font-size:.875rem}.bundles--compact .bundles__pricing{padding:7px 12px 0;flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px}.bundles--compact .bundles__total{font-size:.9375rem}@media(max-width:599px){.bundles--compact .bundles__cards{grid-template-columns:1fr}.bundles--compact .bundles__card{flex-direction:row;align-items:center;padding:12px 14px;overflow:visible;gap:11px}.bundles--compact .bundles__media{width:62px;min-width:62px;border-radius:10px;margin:0}.bundles--compact .bundles__header,.bundles--compact .bundles__info{padding:0}.bundles--compact .bundles__pricing{padding:0;flex-direction:column;align-items:flex-end}.bundles--compact .bundles__card--has-image .bundles__check{position:static;background:#fff;border-color:var(--color-border)}.bundles--compact .bundles__card--has-image.is-selected .bundles__check{background:var(--color-accent);border-color:var(--color-accent);color:#fff}}.bundles--minimal .bundles__cards{flex-direction:column;gap:0;border:1px solid var(--color-border);border-radius:14px;overflow:hidden;background:#fff}.bundles--minimal .bundles__card{border-radius:0;border:none;border-bottom:1px solid var(--color-border);background:transparent;box-shadow:none;padding:12px 15px;gap:11px}.bundles--minimal .bundles__card:last-child{border-bottom:none}.bundles--minimal .bundles__card.is-selected{background:rgba(var(--color-accent-rgb),.05);box-shadow:inset 4px 0 0 var(--color-accent)}.bundles--minimal .bundles__card:hover{background:rgba(var(--color-accent-rgb),.03)}.bundles--minimal .bundles__media{display:none}.bundles--minimal .bundles__corner{border-radius:0 0 0 8px}.bundles--grid .bundles__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.bundles--grid .bundles__card{flex-direction:column;align-items:stretch;padding:0 0 12px;overflow:hidden;gap:0}.bundles--grid .bundles__media{width:100%;min-width:0;aspect-ratio:1;border-radius:0;margin:0}.bundles--grid .bundles__card--has-image .bundles__check{position:absolute;top:10px;left:10px;z-index:4;background:#ffffffeb}.bundles--grid .bundles__card--has-image.is-selected .bundles__check{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.bundles--grid .bundles__header{padding:8px 10px 0}.bundles--grid .bundles__qty{font-size:1rem}.bundles--grid .bundles__info{padding:2px 10px 0}.bundles--grid .bundles__title{font-size:.875rem}.bundles--grid .bundles__pricing{padding:6px 10px 0;flex-direction:row;flex-wrap:wrap;gap:5px;align-items:center}.bundles--grid .bundles__total{font-size:.9rem}@media(max-width:599px){.bundles--grid .bundles__cards{display:flex;flex-direction:column}.bundles--grid .bundles__card{flex-direction:row;padding:12px 14px;overflow:visible;gap:11px;align-items:center}.bundles--grid .bundles__media{width:62px;min-width:62px;border-radius:10px;margin:0}.bundles--grid .bundles__header,.bundles--grid .bundles__info{padding:0}.bundles--grid .bundles__pricing{padding:0;flex-direction:column;align-items:flex-end}.bundles--grid .bundles__card--has-image .bundles__check{position:static;background:#fff;border-color:var(--color-border)}.bundles--grid .bundles__card--has-image.is-selected .bundles__check{background:var(--color-accent);border-color:var(--color-accent);color:#fff}}.bundles__heading{font-size:.875rem;font-weight:600;margin:0 0 4px;text-align:center}.bundles__heading--lined{display:flex;align-items:center;justify-content:center;gap:14px}.bundles__heading-line{flex:1;height:2px;background:var(--color-accent);max-width:90px;border-radius:2px}.bundles__heading--boxed{border:2px solid var(--color-accent);border-radius:6px;padding:6px 20px;margin-bottom:12px}.bundles__heading--pill{background:rgba(var(--color-accent-rgb),.12);border:1.5px solid var(--color-accent);border-radius:999px;padding:5px 24px;margin-bottom:12px}.bundles__heading--underline{display:block;margin:0 0 12px}.bundles__heading--underline .bundles__heading-inner{display:inline-block;border-bottom:2px solid var(--color-accent);padding-bottom:4px}.bundles__heading--banner{display:block;margin:0 0 12px}.bundles__heading--banner .bundles__heading-inner{display:inline-block;background:var(--color-accent);color:#fff;padding:5px 22px;border-radius:4px}.bundles__heading--overunder{display:block;margin:0 0 12px}.bundles__heading--overunder .bundles__heading-inner{display:inline-block;border-top:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent);padding:5px 0}.bundles__heading--dots .bundles__heading-inner:before,.bundles__heading--dots .bundles__heading-inner:after{content:"\25cf";color:var(--color-accent);margin:0 10px;font-size:.5em;vertical-align:middle}.bundles [data-bundle-option]{font:inherit;color:inherit;-webkit-appearance:none;appearance:none}.bundle__radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--color-border);background:#fff;display:inline-block;flex-shrink:0;transition:border-color .15s,box-shadow .15s}.bundle.is-selected .bundle__radio{border-color:var(--color-accent);box-shadow:inset 0 0 0 4px var(--color-accent)}.bundle__label{font-weight:600;font-size:14px}.bundle__prices{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.bundle__price{color:var(--color-accent);font-weight:700;font-size:16px}.bundle__compare{color:#2c1517;font-size:12px;text-decoration:line-through}.bundle__pill{position:absolute;top:-10px;right:14px;background:var(--color-accent);color:#fff;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.bundle__save{display:inline-block;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.3;white-space:nowrap;background:var(--color-success);color:#fff;border:1px solid transparent}.bundle__qty-num{width:32px;height:32px;border-radius:50%;background:var(--color-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.bundles--list{border:1px solid var(--color-border);border-radius:14px;overflow:hidden}.bundles--list .bundles__heading{padding:10px 16px;background:var(--color-bg-2, #f9f9f9);border-bottom:1px solid var(--color-border);font-size:13px;margin:0}.bundles--list .bundle{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;position:relative;cursor:pointer;border:none;border-bottom:1px solid var(--color-border);background:transparent;width:100%;text-align:left}.bundles--list .bundle:last-of-type{border-bottom:0}.bundles--list .bundle.is-selected{background:var(--color-bg-2, #f9f9f9)}.bundles--numbered{display:flex;flex-direction:column;gap:10px}.bundles--numbered .bundles__heading{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.bundles--numbered .bundle{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:14px;padding:16px 18px;cursor:pointer;border:2px solid var(--color-border);border-radius:14px;background:#fff;position:relative;width:100%;text-align:left;transition:border-color .15s,box-shadow .15s,background .15s}.bundles--numbered .bundle.is-selected{border-color:var(--color-accent);background:var(--color-bg-2, #f9f9f9);box-shadow:0 4px 14px #0000000d}.bundles--numbered .bundle__label{display:flex;flex-direction:column;line-height:1.25;gap:2px}.bundles--numbered .bundle__label small{font-size:11px;font-weight:500;color:var(--color-text-2);text-transform:uppercase;letter-spacing:.05em}.bundles--numbered .bundle__label--no-sub{justify-content:center}.bundles--numbered .bundle__save{display:inline-block;background:var(--color-success);color:#fff;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;margin-top:4px}.bundles--numbered .bundle--popular{margin-top:14px}.bundles--numbered .bundle--no-num{grid-template-columns:auto 1fr auto}.bundles--horizontal{padding-top:18px}.bundles--horizontal .bundles__heading{font-size:14px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.bundles--horizontal .bundles__row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bundle--horiz{display:flex;flex-direction:column;align-items:center;text-align:center;padding:22px 10px 16px;border:2px solid var(--color-border);border-radius:14px;background:#fff;cursor:pointer;position:relative;gap:4px;width:100%;transition:border-color .15s,background .15s,box-shadow .15s}.bundle--horiz.is-selected{border-color:var(--color-accent);background:var(--color-bg-2, #f9f9f9);box-shadow:0 4px 14px #0000000f}.bundle--horiz.bundle--popular{padding-top:30px}.bundle--horiz .bundle__pill{top:-12px;left:50%;right:auto;transform:translate(-50%);white-space:nowrap}.bundle__horiz-qty{font-size:26px;font-weight:800;color:var(--color-accent);line-height:1;margin-bottom:4px}.bundle__horiz-name{font-weight:700;font-size:14px}.bundle__horiz-sub{font-size:11px;color:var(--color-text-2);text-transform:uppercase;letter-spacing:.05em}.bundle__horiz-price{font-weight:800;font-size:18px;color:var(--color-accent);margin-top:6px}.bundle__horiz-compare{font-size:12px;color:var(--color-text-2);text-decoration:line-through}.bundles--pills .bundles__heading{font-size:14px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.bundles__pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.bundle--pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:2px solid var(--color-border);border-radius:999px;background:#fff;cursor:pointer;font-size:14px;transition:border-color .15s,background .15s,color .15s}.bundle--pill.is-selected{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.bundle--pill.is-selected .bundle__pill-price,.bundle--pill.is-selected .bundle__pill-save{color:#fff}.bundle__pill-qty{font-weight:800}.bundle__pill-name{font-weight:600}.bundle__pill-price{font-weight:700;color:var(--color-accent)}.bundle__pill-save{font-size:11px;font-weight:700;background:var(--color-success);color:#fff;padding:2px 6px;border-radius:4px}.bundles--split{display:flex;flex-direction:column;gap:10px}.bundles--split .bundles__heading{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.bundle--split{display:grid;grid-template-columns:1fr auto;align-items:center;padding:16px 18px;border:2px solid var(--color-border);border-radius:14px;background:#fff;cursor:pointer;position:relative;width:100%;text-align:left;transition:border-color .15s,background .15s}.bundle--split.is-selected{border-color:var(--color-accent);background:var(--color-bg-2, #f9f9f9)}.bundle--split.bundle--popular{margin-top:14px}.bundle__split-left{display:flex;align-items:center;gap:12px}.bundle__split-info{display:flex;flex-direction:column;gap:2px;line-height:1.25}.bundle__split-info strong{font-size:14px;font-weight:700}.bundle__split-info small{font-size:11px;color:var(--color-text-2)}.bundle__split-right{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2;gap:2px}.bundles--premium{display:flex;flex-direction:column;gap:12px}.bundles--premium .bundles__heading{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.bundle--premium{border:2px solid var(--color-border);border-radius:14px;background:#fff;cursor:pointer;position:relative;overflow:hidden;width:100%;text-align:left;transition:border-color .15s,box-shadow .15s}.bundle--premium.is-selected{border-color:var(--color-accent);box-shadow:0 6px 24px #00000014}.bundle--premium.bundle--popular{margin-top:16px}.bundle__premium-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px 20px}.bundle__premium-text{display:flex;flex-direction:column;line-height:1.25;gap:2px}.bundle__premium-text strong{font-size:15px;font-weight:700}.bundle__premium-text small{font-size:11px;color:var(--color-text-2);text-transform:uppercase;letter-spacing:.05em}.bundle__premium-prices{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.bundle__premium-saving{background:var(--color-bg-2, #f9f9f9);padding:8px 20px;font-size:12px;font-weight:700;text-align:center;border-top:1px solid var(--color-border)}.bundle--premium.is-selected .bundle__premium-saving{background:var(--color-accent);color:#fff;border-top-color:var(--color-accent)}.bundle--premium.is-selected .bundle__premium-saving .bundle__save{background:transparent;color:#fff;font-size:13px;padding:0}.bundles--simple{display:flex;flex-direction:column;gap:4px}.bundles--simple .bundles__heading{font-size:13px;font-weight:600;color:var(--color-text-2);margin-bottom:8px}.bundle--minimal{display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;padding:12px 14px;border-radius:8px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;transition:background .15s}.bundle--minimal:hover,.bundle--minimal.is-selected{background:var(--color-bg-2, #f9f9f9)}.bundle__minimal-label{font-size:14px;font-weight:600}.bundle__minimal-price{font-weight:800;color:var(--color-accent);font-size:15px}.bundle__minimal-save{font-size:11px;background:var(--color-success);color:#fff;padding:2px 8px;border-radius:999px;font-weight:700}.bundles--tabs .bundles__heading{font-size:14px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.bundles--tabs .bundles__row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:2px solid var(--color-border);border-radius:14px;overflow:hidden}.bundles--tabs .bundle--horiz{border:0;border-radius:0;border-right:1px solid var(--color-border);background:#fff;padding:16px 8px 14px;gap:2px}.bundles--tabs .bundle--horiz:last-of-type{border-right:0}.bundles--tabs .bundle--horiz.is-selected{background:var(--color-accent);color:#fff;box-shadow:none}.bundles--tabs .bundle--horiz.is-selected .bundle__horiz-qty,.bundles--tabs .bundle--horiz.is-selected .bundle__horiz-price{color:#fff}.bundles--tabs .bundle--horiz.is-selected .bundle__horiz-sub,.bundles--tabs .bundle--horiz.is-selected .bundle__horiz-compare{color:#ffffffd9}.bundles--tabs .bundle--horiz .bundle__pill{top:4px;left:50%;transform:translate(-50%);font-size:9px;padding:1px 6px}.bundles--tabs .bundle--horiz.bundle--popular{padding-top:26px}.bundles--lines{display:flex;flex-direction:column;gap:10px}.bundle--lines{display:grid;grid-template-columns:4px auto auto 1fr auto 4px;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:2px solid var(--color-border);border-radius:14px;cursor:pointer;position:relative;width:100%;text-align:left;transition:border-color .15s,background .15s}.bundle--lines.is-selected{border-color:var(--color-accent);background:var(--color-bg-2, #f9f9f9)}.bundle--lines.bundle--popular{margin-top:14px}.bundle__lines-side{align-self:stretch;width:4px;border-radius:2px;background:var(--color-accent);opacity:.6}.bundle--lines.is-selected .bundle__lines-side{opacity:1}.bundle--lines.bundle--no-num{grid-template-columns:4px auto 1fr auto 4px}.bundles--pickcards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.bundles--pickcards .bundles__heading{grid-column:1 / -1}@media(max-width:599px){.bundles--pickcards{grid-template-columns:1fr 1fr;gap:10px}.bundle__pickcard-body{padding:10px 11px 12px}.bundle__pickcard-name{font-size:14px}.bundle--pickcard .bundle__price{font-size:16px}}.bundle--pickcard{display:flex;flex-direction:column;border:2px solid var(--color-border);border-radius:10px;overflow:hidden;cursor:pointer;position:relative;background:#fff;width:100%;text-align:left;transition:border-color .2s,box-shadow .2s}.bundle--pickcard.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb),.18)}.bundle--pickcard.bundle--popular{background:linear-gradient(165deg,rgba(var(--color-accent-rgb),.16),rgba(var(--color-accent-rgb),.03) 62%)}.bundle--pickcard.bundle--popular .bundle__pickcard-body{background:transparent}.bundle--pickcard .bundle__pill{z-index:4}.bundle--pickcard.bundle--popular .bundle__pill{background:var(--color-accent);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;letter-spacing:.02em;box-shadow:0 2px 6px #0000002e}.bundle__pickcard-img{width:100%;aspect-ratio:1 / 1;overflow:hidden;position:relative;background:var(--color-bg-2, #f0f0f0)}.bundle__pickcard-img img{width:100%;height:100%;object-fit:cover}.bundle__pickcard-placeholder{display:block;width:100%;height:100%;background:var(--color-border)}.bundle__pickcard-qty-badge{position:absolute;top:8px;left:8px;background:var(--color-accent);color:#fff;font-size:11px;font-weight:700;padding:2px 7px;border-radius:20px}.bundle__pickcard-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px;flex:1}.bundle__pickcard-name{font-size:15px;font-weight:700;line-height:1.25;display:block}.bundle__pickcard-sub{font-size:12px;opacity:.65;display:block}.bundle__pickcard-prices{margin-top:6px;display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px}.bundle--pickcard .bundle__price{font-size:18px;font-weight:800;color:var(--color-accent)}.bundle--pickcard .bundle__compare{font-size:14px;text-decoration:line-through;color:var(--color-text-2);opacity:.85}.bundle--pickcard .bundle__save{display:inline-block;align-self:flex-start;margin-top:6px;background:var(--color-success);color:#fff;font-size:12px;font-weight:800;padding:3px 10px;border-radius:20px;letter-spacing:.01em}.bundle--pickcard .bundle__pill{top:8px;right:8px;background:var(--color-success);font-size:10px;padding:2px 7px}.bundles__stackgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.bundle--stackcard{display:flex;flex-direction:column;align-items:center;text-align:center;border:2px solid var(--color-border);border-radius:14px;padding:16px 10px 14px;cursor:pointer;position:relative;background:#fff;width:100%;transition:border-color .15s,box-shadow .15s}.bundle--stackcard.is-selected{border-color:var(--color-accent);box-shadow:0 4px 14px #0000000f}.bundle--stackcard.bundle--popular{margin-top:14px}.bundle__stack{position:relative;width:80px;height:80px;margin-bottom:10px}.bundle__stack-layer{position:absolute;width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 6px #0000001a}.bundle__stack-layer img{width:100%;height:100%;object-fit:cover}.bundle__stack-layer--1{top:0;left:0;z-index:4}.bundle__stack-layer--2{top:5px;left:12px;z-index:3}.bundle__stack-layer--3{top:10px;left:24px;z-index:2}.bundle__stack-layer--4{top:15px;left:36px;z-index:1}.bundle__stackcard-info{display:flex;flex-direction:column;align-items:center;gap:2px}.bundle__stackcard-qty{font-size:18px;font-weight:800;color:var(--color-accent)}.bundle__stackcard-name{font-size:13px;font-weight:600}.bundle__stackcard-sub{font-size:11px;color:var(--color-text-2)}.bundle__stackcard-prices{display:flex;align-items:center;gap:6px;margin-top:4px}.bundles--cleancard{display:flex;flex-direction:column;gap:8px}.bundles--cleancard .bundles__heading{margin-bottom:8px;font-size:14px}.bundle--cleancard{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1.5px solid var(--color-border);border-radius:10px;cursor:pointer;position:relative;background:#fff;width:100%;text-align:left;transition:border-color .2s,background .2s}.bundle--cleancard.is-selected{border-color:var(--color-accent);background:rgba(var(--color-accent-rgb),.05)}.bundle--cleancard.is-selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--color-accent);border-radius:10px 0 0 10px}.bundle--cleancard.bundle--popular{border-color:var(--color-accent)}.bundle__clean-qty{font-size:22px;font-weight:700;color:var(--color-accent);min-width:36px;text-align:center}.bundle__clean-body{flex:1;display:flex;flex-direction:column;gap:2px}.bundle__clean-name{font-size:14px;font-weight:600}.bundle__clean-sub{font-size:12px;color:var(--color-text-2)}.bundle__clean-prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bundle--cleancard .bundle__price{font-size:15px;font-weight:700}.bundle--cleancard .bundle__compare{font-size:12px;color:#2c1517;text-decoration:line-through}.bundle--cleancard .bundle__save{font-size:11px;background:var(--color-accent);color:#fff;border-radius:4px;padding:1px 6px}.bundles--glowcard{display:flex;flex-direction:column;gap:10px}.bundles--glowcard .bundles__heading{margin-bottom:8px;font-size:14px}.bundle--glowcard{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:12px;border:1.5px solid var(--color-border);cursor:pointer;position:relative;background:#fff;width:100%;text-align:left;transition:all .2s}.bundle--glowcard.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb),.18),0 4px 20px rgba(var(--color-accent-rgb),.15);background:linear-gradient(135deg,rgba(var(--color-accent-rgb),.08),#fff 60%)}.bundle--glowcard.bundle--popular{border-color:var(--color-accent)}.bundle__glow-top{display:flex;align-items:baseline;gap:8px}.bundle__glow-qty{font-size:20px;font-weight:700;color:var(--color-accent)}.bundle__glow-name{font-size:14px;font-weight:600}.bundle__glow-sub{font-size:12px;color:var(--color-text-2)}.bundle__glow-prices{display:flex;align-items:baseline;gap:8px}.bundle--glowcard .bundle__price{font-size:16px;font-weight:700}.bundle--glowcard .bundle__compare{font-size:12px;color:#2c1517;text-decoration:line-through}.bundle--glowcard .bundle__save{font-size:11px;font-weight:600;color:var(--color-accent);background:transparent;padding:0;border:0}.bundles--floatcard .bundles__heading{margin-bottom:8px;font-size:14px}.bundles__floatrow{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bundle--floatcard{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:20px 12px 16px;border-radius:14px;border:1.5px solid transparent;box-shadow:0 2px 12px #00000014;cursor:pointer;position:relative;background:#fff;width:100%;transition:all .2s}.bundle--floatcard.is-selected{border-color:var(--color-accent);box-shadow:0 6px 24px #00000024;transform:translateY(-2px)}.bundle--floatcard.bundle--popular{border-color:var(--color-accent)}.bundle__float-qty{font-size:28px;font-weight:800;color:var(--color-accent);line-height:1}.bundle__float-name{font-size:13px;font-weight:600}.bundle__float-sub{font-size:11px;color:var(--color-text-2)}.bundle__float-price{font-size:16px;font-weight:700;margin-top:4px}.bundle__float-compare{font-size:11px;color:var(--color-text-2);text-decoration:line-through}.bundle__save--center{display:block;text-align:center}.bundle-save--outline .bundle__save{background:transparent;color:var(--color-success);border:1px solid currentColor;font-weight:600;box-shadow:none}.bundle-save--ribbon .bundle__save{background:var(--color-success);color:#fff;border-radius:0 8px 8px 0;padding-left:12px;padding-right:14px;clip-path:polygon(0 0,100% 0,calc(100% - 8px) 50%,100% 100%,0 100%)}.bundle-save--off .bundle__save,.bundle-save--off .bundles__save-pill,.bundle-save--off .bundle__premium-saving{display:none!important}@media(max-width:768px){.bundles--numbered .bundle,.bundles--lines .bundle--lines,.bundles--split .bundle--split,.bundles--premium .bundle--premium .bundle__premium-row{padding:12px 14px}.bundles--horizontal .bundles__row,.bundles--tabs .bundles__row{grid-template-columns:1fr}.bundles--tabs .bundle--horiz{border-right:0;border-bottom:1px solid var(--color-border)}.bundles--tabs .bundle--horiz:last-of-type{border-bottom:0}}@media(max-width:480px){.bundles--pickcards{gap:8px}.bundle__pickcard-body{padding:8px 8px 10px}.bundle__pickcard-name{font-size:11px}.bundles__floatrow{gap:8px}.bundle--floatcard{padding:14px 8px 12px}.bundle__float-qty{font-size:22px}}.vtiers{display:flex;flex-direction:column;gap:10px}.vtiers__rows{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:14px;overflow:hidden;background:#fff}.vtiers__row{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:13px 16px;border-bottom:1px solid var(--color-border);cursor:pointer;transition:background-color var(--transition);background:transparent}.vtiers__row:last-child{border-bottom:none}.vtiers__row:hover{background:rgba(var(--color-accent-rgb),.04)}.vtiers__row.is-selected{background:rgba(var(--color-accent-rgb),.08);box-shadow:inset 3px 0 0 var(--color-accent)}.vtiers__row--best .vtiers__qty{color:var(--color-accent)}.vtiers__qty{font-family:var(--font-heading);font-weight:700;font-size:1.1rem;min-width:34px}.vtiers__desc{flex:1;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vtiers__best-badge{background:var(--color-accent);color:#fff;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:2px 9px}.vtiers__price{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.vtiers__each{font-weight:700;font-size:.9375rem}.vtiers__save{font-size:.72rem;font-weight:700;color:var(--color-success)}.subsel{display:flex;flex-direction:column;gap:10px}.subsel__option{display:flex;align-items:flex-start;gap:12px;background:#fff;border:2px solid var(--color-border);border-radius:14px;padding:14px 16px;cursor:pointer;transition:border-color var(--transition),background-color var(--transition)}.subsel__option.is-selected{border-color:var(--color-accent);background:rgba(var(--color-accent-rgb),.05)}.subsel__radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--color-border);flex-shrink:0;margin-top:2px;position:relative;transition:border-color var(--transition)}.subsel__option.is-selected .subsel__radio{border-color:var(--color-accent)}.subsel__option.is-selected .subsel__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--color-accent)}.subsel__info{display:flex;flex-direction:column;gap:3px;flex:1}.subsel__title{font-weight:700;font-size:.9375rem;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.subsel__badge{background:var(--color-accent);color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;padding:2px 9px}.subsel__price{font-weight:600;font-size:.9375rem}.subsel__benefits{font-size:.8125rem;color:var(--color-text-2)}.subsel__note{font-size:.75rem;color:var(--color-success);font-weight:600}.satc{position:fixed;left:0;right:0;bottom:0;z-index:95;background:var(--satc-bg, #ffffff);border-top:1px solid var(--color-border);box-shadow:0 -6px 24px #1a10181a;transform:translateY(110%);transition:transform var(--transition-slow);padding-bottom:env(safe-area-inset-bottom,0)}.satc.is-visible{transform:translateY(0)}.satc--floating{left:50%;right:auto;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:min(680px,calc(100% - 24px));transform:translate(-50%,160%);border:1px solid var(--color-border);border-top:1px solid var(--color-border);border-radius:18px;box-shadow:0 12px 36px #1a10182e;padding-bottom:0;overflow:hidden}.satc--floating.is-visible{transform:translate(-50%)}.satc--floating .satc__inner{padding-left:12px;padding-right:12px}.satc__inner{display:flex;align-items:center;gap:14px;padding-top:10px;padding-bottom:10px}.satc__thumb{width:48px;height:48px;border-radius:10px;object-fit:cover;flex-shrink:0}.satc__info{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1 1 auto;gap:2px}.satc__title{font-weight:700;font-size:.9rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.satc__meta{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 10px;font-size:.8125rem;color:var(--color-text-2)}.satc__prices{display:inline-flex;align-items:baseline;gap:6px}.satc__price{font-weight:700;font-size:1rem;color:var(--color-text)}.satc__compare{font-size:.82rem;color:var(--color-text-2)}.satc__compare[hidden]{display:none}.satc__variant{position:relative;flex-shrink:0}.satc__variant-sel{-webkit-appearance:none;appearance:none;border:1px solid var(--color-border);border-radius:8px;background:#fff;padding:8px 28px 8px 12px;font-size:.85rem;max-width:150px;cursor:pointer}.satc__variant-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-text-2);font-size:.7rem}.satc__qty{flex-shrink:0}.satc__qty .qty__btn,.satc__qty .qty__input{height:42px}.satc__btn{flex-shrink:0;min-width:150px;white-space:nowrap}.satc--compact .satc__inner{gap:10px;padding-top:8px;padding-bottom:8px}.satc--compact .satc__thumb{width:40px;height:40px}.satc--compact .satc__title{-webkit-line-clamp:1}@media(max-width:599px){.satc__inner{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"thumb info info" "variant variant button";gap:8px 10px;align-items:center;padding-top:10px;padding-bottom:10px}.satc__thumb{grid-area:thumb;width:44px;height:44px;border-radius:8px}.satc__info{grid-area:info;min-width:0}.satc__title{font-size:.95rem;font-weight:700;-webkit-line-clamp:2}.satc__meta{font-size:.82rem}.satc__price{font-size:1rem}.satc__compare{font-size:.8rem}.satc__qty{display:none}.satc__variant{grid-area:variant;display:block}.satc__variant-sel{max-width:none;width:100%;padding-top:11px;padding-bottom:11px;font-size:.9rem}.satc__btn{grid-area:button;min-width:0;white-space:nowrap;font-size:.92rem;padding:12px 18px}.satc--floating{width:calc(100% - 12px);bottom:calc(8px + env(safe-area-inset-bottom,0px));border-radius:16px}}@media(max-width:1023px){.product-main--sticky .product-main__media{position:static;top:auto}}.buybox__alt-payment{margin:10px 0 0;font-size:.8125rem;color:var(--color-text-2);text-align:center;letter-spacing:.02em}.product-fbt{padding:16px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-bg);display:flex;flex-direction:column;gap:12px}.product-fbt__heading{margin:0;font-size:.875rem;font-weight:700;color:var(--color-text);text-transform:uppercase;letter-spacing:.04em}.product-fbt__items{display:grid;gap:8px}.product-fbt__item{display:grid;grid-template-columns:auto 52px 1fr;align-items:center;gap:11px;padding:9px 11px;border:1px solid var(--color-border);border-radius:10px;cursor:pointer;transition:border-color var(--transition),background-color var(--transition);background:#fff}.product-fbt__item:has(input:checked){border-color:var(--color-accent);background:rgba(var(--color-accent-rgb),.04)}.product-fbt__item:hover{border-color:rgba(var(--color-accent-rgb),.5)}.product-fbt__toggle{position:relative;width:38px;height:22px;background:var(--color-border);border-radius:11px;flex-shrink:0;cursor:pointer;transition:background var(--transition)}.product-fbt__toggle-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;transition:transform var(--transition)}.product-fbt__item:has(input:checked) .product-fbt__toggle{background:var(--color-accent)}.product-fbt__item:has(input:checked) .product-fbt__toggle-knob{transform:translate(16px)}.product-fbt__checkbox{width:20px;height:20px;border:2px solid var(--color-border);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:border-color var(--transition),background var(--transition);color:#fff}.product-fbt__checkbox svg{opacity:0;transition:opacity var(--transition)}.product-fbt__item:has(input:checked) .product-fbt__checkbox{background:var(--color-accent);border-color:var(--color-accent)}.product-fbt__item:has(input:checked) .product-fbt__checkbox svg{opacity:1}.product-fbt--compact{padding:12px;gap:8px}.product-fbt--compact .product-fbt__heading{font-size:.75rem}.product-fbt--compact .product-fbt__item{padding:6px 8px;gap:8px}.product-fbt--compact .product-fbt__media{width:36px;height:36px}.product-fbt--compact .product-fbt__title{font-size:.8rem}.product-fbt--compact .product-fbt__price{font-size:.75rem}.product-fbt--compact .product-fbt__info{display:none}.product-fbt--shadow{box-shadow:0 6px 28px #0000001f;border-color:transparent}.product-fbt--no-heading{gap:0}.product-fbt__media{width:52px;height:52px;border-radius:8px;overflow:hidden;background:var(--color-bg-2);flex-shrink:0}.product-fbt__img{width:100%;height:100%;object-fit:cover;display:block}.product-fbt__info{display:flex;flex-direction:column;gap:2px;min-width:0}.product-fbt__title{font-weight:600;font-size:.9rem}.product-fbt__price{color:var(--color-text-2);font-size:.8125rem}.product-fbt__atc{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem}.product-storyblocks{display:grid;gap:40px;margin-top:56px}.product-storyblock{display:grid;gap:24px;align-items:center}.product-storyblock__media{border-radius:16px;overflow:hidden;background:var(--color-bg-2)}.product-storyblock__img{width:100%;height:auto;display:block}.product-storyblock__content{display:flex;flex-direction:column;gap:10px}.product-storyblock__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;color:var(--color-accent)}.product-storyblock__heading{margin:0;font-size:1.65rem;line-height:1.2;font-family:var(--font-heading);font-weight:600}.product-storyblock__body{color:var(--color-text-2);font-size:.9375rem}@media(max-width:899px){.product-storyblock__media{aspect-ratio:var(--iwt-ratio, auto);max-height:var(--iwt-mobile-h, 350px);overflow:hidden}.product-storyblock__img{width:100%;height:100%;object-fit:cover}}@media(min-width:900px){.product-storyblock{gap:56px}.product-storyblock--left{grid-template-columns:var(--iwt-img, 50%) 1fr}.product-storyblock--right{grid-template-columns:1fr var(--iwt-img, 50%)}.product-storyblock--right .product-storyblock__media{order:2}.product-storyblock__media{aspect-ratio:var(--iwt-ratio, auto)}.product-storyblock__heading{font-size:2rem}}.product-inline-reviews{display:grid;gap:16px;margin-top:48px;max-width:760px}.product-inline-review{padding:22px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-bg);box-shadow:var(--shadow-soft)}.product-inline-review__head{display:flex;align-items:center;gap:14px;margin-bottom:12px}.product-inline-review__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.product-inline-review__author{font-weight:600;font-size:.9375rem;color:var(--color-text)}.product-inline-review__stars{color:var(--color-star);font-size:.9rem;letter-spacing:1px}.product-inline-review__title{margin:0 0 6px;font-size:1.05rem;font-weight:600}.product-inline-review__text{color:var(--color-text-2);font-size:.9375rem;line-height:1.6}
/*# sourceMappingURL=/cdn/shop/t/281/assets/product.css.map */
