.product-page{padding:var(--space-2xl) 0 var(--space-3xl)}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:start}.product-gallery{position:sticky;top:calc(var(--header-height) + var(--space-lg))}.product-gallery__main{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);margin-bottom:var(--space-md)}.product-gallery__main-image{width:100%;aspect-ratio:1;object-fit:contain;padding:var(--space-lg);cursor:zoom-in;transition:transform var(--transition-base)}.product-gallery__badge{position:absolute;top:var(--space-md);left:var(--space-md);z-index:2;display:flex;flex-direction:column;gap:var(--space-xs)}.product-gallery__thumbnails{display:flex;gap:var(--space-sm);overflow-x:auto;scrollbar-width:none}.product-gallery__thumbnails::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:2px solid var(--color-border);cursor:pointer;transition:border-color var(--transition-fast);background:var(--color-surface);padding:0}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.product-info{padding:var(--space-md) 0}.product-info__breadcrumb{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-xs);color:var(--color-text-light);margin-bottom:var(--space-md);flex-wrap:wrap}.product-info__breadcrumb a:hover{color:var(--color-accent)}.product-info__breadcrumb span{color:var(--color-text);font-weight:500}.product-info__title{font-size:var(--font-size-2xl);margin-bottom:var(--space-sm);line-height:1.3}.product-info__rating{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg)}.product-info__rating-stars{display:flex;gap:2px;color:#ffc107}.product-info__rating-stars svg{width:18px;height:18px}.product-info__rating-count{font-size:var(--font-size-sm);color:var(--color-text-light)}.product-info__rating-count a{color:var(--color-accent);text-decoration:underline}.product-info__price{background:var(--color-background);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-lg);border:1px solid var(--color-border)}.product-info__price-current{font-family:var(--font-heading);font-size:var(--font-size-3xl);font-weight:800;color:var(--color-text)}.product-info__price-compare{font-size:var(--font-size-md);color:var(--color-text-light);text-decoration:line-through;margin-left:var(--space-sm)}.product-info__price-discount{display:inline-block;background:#2e7d321a;color:var(--color-success);font-weight:700;font-size:var(--font-size-sm);padding:.2em .6em;border-radius:var(--radius-sm);margin-left:var(--space-sm)}.product-info__price-tax{font-size:var(--font-size-xs);color:var(--color-text-light);margin-top:var(--space-xs)}.product-info__variants,.variant-group{margin-bottom:var(--space-lg)}.variant-group__label{font-weight:600;font-size:var(--font-size-sm);margin-bottom:var(--space-sm);display:flex;align-items:center;gap:var(--space-sm)}.variant-group__label span{color:var(--color-accent)}.variant-options{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.variant-option{padding:.5rem 1rem;border:2px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:500;background:var(--color-surface);cursor:pointer;transition:all var(--transition-fast)}.variant-option:hover{border-color:var(--color-primary)}.variant-option.selected{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.variant-option.unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.color-swatch{width:36px;height:36px;border-radius:50%;border:3px solid var(--color-border);cursor:pointer;transition:all var(--transition-fast);padding:0}.color-swatch:hover,.color-swatch.selected{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-surface),0 0 0 4px var(--color-primary)}.product-info__actions{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-lg)}.product-info__actions-row{display:flex;gap:var(--space-md);align-items:center}.product-info__add-to-cart,.product-info__buy-now{flex:1}.product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm);margin-bottom:var(--space-lg);padding:var(--space-lg);background:var(--color-background);border-radius:var(--radius-md);border:1px solid var(--color-border)}.product-trust__item{display:flex;align-items:center;gap:var(--space-sm);font-size:var(--font-size-xs);font-weight:500}.product-trust__item-icon{font-size:1.2rem;flex-shrink:0}.delivery-checker__input{flex:1;padding:.6rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--font-size-sm);outline:none}.delivery-checker__input:focus{border-color:var(--color-primary)}.delivery-checker__btn{padding:.6rem 1.25rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-sm);transition:background var(--transition-fast);border:none}.delivery-checker__btn:hover{background:var(--color-primary-light)}.product-tabs{margin-top:var(--space-2xl);border-top:1px solid var(--color-border);padding-top:var(--space-2xl)}.product-tabs__nav{display:flex;gap:0;border-bottom:2px solid var(--color-border);margin-bottom:var(--space-xl);overflow-x:auto}.product-tabs__tab{padding:var(--space-md) var(--space-xl);font-weight:600;font-size:var(--font-size-sm);color:var(--color-text-light);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all var(--transition-fast);white-space:nowrap;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer}.product-tabs__tab:hover,.product-tabs__tab.active{color:var(--color-primary);border-bottom-color:var(--color-accent)}.product-tabs__panel{display:none}.product-tabs__panel.active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-tabs__content{font-size:var(--font-size-sm);line-height:1.8;color:var(--color-text-light)}.product-tabs__content h3,.product-tabs__content h4{margin-bottom:var(--space-sm);color:var(--color-text)}.product-tabs__content p{margin-bottom:var(--space-md)}.product-tabs__content ul,.product-tabs__content ol{padding-left:var(--space-xl);margin-bottom:var(--space-md);list-style:disc}.product-tabs__content li{margin-bottom:var(--space-xs)}.collection-page{padding:var(--space-xl) 0 var(--space-3xl)}.collection-banner{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:var(--radius-lg);padding:var(--space-2xl) var(--space-xl);color:#fff;margin-bottom:var(--space-2xl);text-align:center}.collection-banner__title{font-size:var(--font-size-3xl);color:#fff;margin-bottom:var(--space-sm)}.collection-banner__description{font-size:var(--font-size-md);opacity:.85;max-width:600px;margin:0 auto}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg);flex-wrap:wrap;gap:var(--space-md)}.collection-toolbar__count{font-size:var(--font-size-sm);color:var(--color-text-light)}.collection-toolbar__sort{display:flex;align-items:center;gap:var(--space-sm)}.collection-toolbar__sort label{font-size:var(--font-size-sm);font-weight:500;white-space:nowrap}.collection-toolbar__sort select{padding:.5rem 2rem .5rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-size:var(--font-size-sm);outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10L6 8z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.cart-page{padding:var(--space-2xl) 0 var(--space-3xl)}.cart-page__title{margin-bottom:var(--space-xl)}.cart-page__inner{display:grid;grid-template-columns:1fr 380px;gap:var(--space-2xl);align-items:start}.cart-items{display:flex;flex-direction:column;gap:var(--space-md)}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:var(--space-lg);padding:var(--space-lg);background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);align-items:center}.cart-item__image{width:100px;height:100px;border-radius:var(--radius-md);overflow:hidden;background:var(--color-background)}.cart-item__image img{width:100%;height:100%;object-fit:contain;padding:var(--space-sm)}.cart-item__title{font-weight:600;font-size:var(--font-size-md);margin-bottom:var(--space-xs)}.cart-item__variant{font-size:var(--font-size-sm);color:var(--color-text-light);margin-bottom:var(--space-sm)}.cart-item__remove{font-size:var(--font-size-xs);color:var(--color-sale);text-decoration:underline;cursor:pointer}.cart-item__right{text-align:right}.cart-item__price{font-family:var(--font-heading);font-weight:700;font-size:var(--font-size-lg);margin-bottom:var(--space-sm)}.cart-summary{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:var(--space-xl);position:sticky;top:calc(var(--header-height) + var(--space-lg))}.cart-summary__title{font-size:var(--font-size-xl);margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border)}.free-shipping-bar{margin-bottom:var(--space-lg);padding:var(--space-md);background:var(--color-background);border-radius:var(--radius-md)}.free-shipping-bar__text{font-size:var(--font-size-sm);font-weight:500;margin-bottom:var(--space-sm);text-align:center}.free-shipping-bar__track{height:8px;background:var(--color-border);border-radius:var(--radius-full);overflow:hidden}.free-shipping-bar__fill{height:100%;background:linear-gradient(90deg,var(--color-accent),var(--color-success));border-radius:var(--radius-full);transition:width var(--transition-slow)}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:var(--space-sm) 0;font-size:var(--font-size-sm)}.cart-summary__row--total{font-size:var(--font-size-xl);font-weight:700;padding-top:var(--space-md);margin-top:var(--space-md);border-top:2px solid var(--color-border)}.cart-summary__note{font-size:var(--font-size-xs);color:var(--color-text-light);text-align:center;margin-top:var(--space-md)}.cart-summary__checkout{margin-top:var(--space-lg)}@media(max-width:1024px){.product-page__inner{gap:var(--space-xl)}}@media(max-width:768px){.product-page__inner{grid-template-columns:1fr;gap:var(--space-lg)}.product-gallery{position:static}.product-info__actions-row{flex-direction:column}.product-info__add-to-cart,.product-info__buy-now{width:100%}.product-trust,.cart-page__inner{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr}.cart-item__right{grid-column:1 / -1;text-align:left;display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-sm);border-top:1px solid var(--color-border)}.cart-summary{position:static}}@media(max-width:480px){.product-gallery__thumb{flex:0 0 56px;width:56px;height:56px}.product-tabs__tab{padding:var(--space-sm) var(--space-md);font-size:var(--font-size-xs)}}.product-sticky-bar{display:none;position:fixed;bottom:60px;left:0;right:0;background:#fff;border-top:1px solid var(--color-border);padding:.75rem 1rem;box-shadow:0 -6px 20px #0000001f;z-index:99991}@media(max-width:768px){.product-sticky-bar{display:block}body.template-product{padding-bottom:130px}}.product-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);max-width:var(--container-max);margin:0 auto}.product-sticky-bar__info{flex:1;min-width:0}.product-sticky-bar__title{display:block;font-size:var(--font-size-xs);font-weight:700;color:var(--color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-sticky-bar__price{display:block;font-size:var(--font-size-sm);font-weight:800;color:var(--color-accent)}.product-sticky-bar__btn{padding:.6rem 1.25rem;font-size:var(--font-size-xs);font-weight:700;border-radius:var(--radius-full);white-space:nowrap}.product-info__rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-md)}.product-info__rating{margin-bottom:0}.product-info__rating-count{color:var(--color-accent);font-weight:600;text-decoration:none}.product-info__rating-count:hover,.product-info__rating-count:focus-visible{text-decoration:underline}.product-info__inventory-tag{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:700}.product-info__inventory-tag--low{color:var(--color-sale);background:#e539351a}.product-info__inventory-tag--available{color:var(--color-success);background:#2e7d321a}.product-info__title{max-width:18ch;letter-spacing:-.02em}.product-info__price{box-shadow:var(--shadow-sm)}.product-info__add-to-cart{min-height:52px;font-weight:800;letter-spacing:.01em}.product-info__buy-now{min-height:52px;font-weight:800}.product-gallery__main{contain:layout paint}.product-gallery__main-image{display:block}@media(max-width:989px){.product-page{padding-top:var(--space-lg)}.product-page__inner{grid-template-columns:1fr;gap:var(--space-xl)}.product-gallery{position:static}.product-info__title{max-width:none;font-size:var(--font-size-xl)}}@media(max-width:640px){.product-info__actions-row{flex-direction:column;align-items:stretch}.product-info__add-to-cart,.product-info__buy-now{width:100%}.product-info__price{padding:var(--space-md)}.product-info__rating-row{gap:6px 10px}.product-trust{grid-template-columns:1fr 1fr;padding:var(--space-md)}}.delivery-checker__btn:disabled{opacity:.65;cursor:wait}.delivery-checker__result{min-height:1.25rem;margin-top:.65rem;font-size:var(--font-size-xs);font-weight:600;line-height:1.45}.delivery-checker__result.is-success{color:#2e7d32}.delivery-checker__result.is-error{color:#b3261e}.delivery-checker__result.is-loading{color:var(--color-text-light)}.product-page{padding:clamp(12px,3vw,32px) 0 clamp(80px,8vw,120px)}.product-page__inner{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:clamp(20px,4vw,56px)}.product-gallery__main{background:#fff;min-height:0;box-shadow:0 8px 30px #0f3d2e0f}.product-gallery__main-image{aspect-ratio:1 / 1;max-height:min(72vh,720px);object-fit:contain;padding:clamp(8px,2vw,28px)}.product-gallery__thumbnails{padding:2px 1px 4px;scroll-snap-type:x proximity}.product-gallery__thumb{scroll-snap-align:start;flex-basis:clamp(58px,7vw,82px);width:clamp(58px,7vw,82px);height:clamp(58px,7vw,82px)}.product-info{min-width:0;padding:0}.product-info__breadcrumb{margin-bottom:10px;font-size:11px;opacity:.82}.product-info__title{max-width:none;font-size:clamp(1.35rem,2.7vw,2.25rem);line-height:1.18;text-wrap:balance}.product-info__rating-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 12px;margin-bottom:12px}.product-info__price{position:relative;padding:clamp(14px,2vw,22px);margin-bottom:16px;background:linear-gradient(180deg,#fff 0%,var(--color-background) 100%)}.product-info__price-current{font-size:clamp(1.65rem,4vw,2.35rem)}.product-info__price-discount{white-space:nowrap}.product-info__variants,.bundle-selector-widget,.product-info__actions,.product-trust,.product-tabs{margin-bottom:16px}.variant-options{gap:8px}.variant-option{min-height:44px;padding:9px 14px}.bundle-selector-widget{padding:14px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:0 6px 24px #0f3d2e0d}.bundle-options-list{gap:9px!important}.bundle-option-card{min-height:66px;padding:12px 14px!important}.product-info__actions-row{gap:10px}.product-info__actions-row>*{min-width:0}.product-info__add-to-cart,.product-info__buy-now{min-height:54px;border-radius:12px}.product-info__dynamic-checkout .shopify-payment-button__button{min-height:50px;border-radius:12px}.product-trust{grid-template-columns:repeat(4,minmax(0,1fr));padding:12px;gap:8px}.product-trust__item{justify-content:center;text-align:center;flex-direction:column;gap:4px;line-height:1.25}.product-tabs{overflow:hidden}.product-tabs__nav{overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__tab{scroll-snap-align:start;white-space:nowrap}.product-sticky-bar__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:min(58vw,300px)}.product-sticky-bar__btn{min-height:44px;white-space:nowrap}@media(max-width:989px){.product-page__inner{display:flex;flex-direction:column;gap:18px}.product-gallery{order:1}.product-info{order:2}.product-gallery__main{border-radius:16px}.product-info__title{font-size:clamp(1.35rem,5.4vw,1.9rem)}}@media(max-width:640px){.product-page{padding-top:8px}.product-page .container{padding-left:12px;padding-right:12px}.product-gallery__main-image{padding:8px}.product-gallery__thumbnails{gap:7px}.product-info__breadcrumb{display:none}.product-info__price{border-radius:12px}.product-info__actions-row{flex-direction:column;align-items:stretch!important}.product-info__add-to-cart,.product-info__buy-now{width:100%}.product-trust{grid-template-columns:repeat(2,1fr)}.product-sticky-bar{padding:8px 10px}.product-sticky-bar__inner{gap:8px}.product-sticky-bar__info{max-width:42%}.product-sticky-bar__title{overflow:hidden;text-overflow:ellipsis}.product-sticky-bar__actions{min-width:0;width:58%}.product-sticky-bar__btn{font-size:12px;padding-inline:8px}}@media(max-width:390px){.product-sticky-bar__info{display:none}.product-sticky-bar__actions{width:100%}}.product-page{background:#fff}.product-page__inner{max-width:1320px;margin:0 auto}.product-gallery__main{box-shadow:0 10px 30px #0000000f}.product-gallery__main-image{background:#fff}.product-info__title{font-weight:800;letter-spacing:-.02em}.product-info__rating-row{padding:8px 0}.product-info__rating-count{font-weight:600;text-decoration:none}.product-info__price{border:0;border-left:4px solid var(--color-accent);background:linear-gradient(135deg,#fffaf1,#fff);box-shadow:0 8px 22px #0000000f}.product-info__price-current{letter-spacing:-.03em}.product-info__price-discount{background:#fff0e0;color:#b75a00}.product-info__add-to-cart{background:var(--color-accent);box-shadow:0 8px 18px #d89a2240;font-weight:800}.product-info__buy-now{background:#111;color:#fff;font-weight:800}.product-info__add-to-cart:hover{transform:translateY(-1px)}.product-info__buy-now:hover{background:#000}.product-trust{background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:0 6px 20px #0000000a}.product-trust__item{font-weight:700}.variant-option.selected{box-shadow:0 0 0 2px #d89a2226}.bundle-selector-widget{border-color:#eee}.product-sticky-bar{box-shadow:0 -10px 30px #0000001a}@media(max-width:989px){.product-page{padding-bottom:92px}.product-gallery{position:relative;top:auto}.product-gallery__main{border-radius:14px}.product-gallery__main-image{width:100%;aspect-ratio:1/1;max-height:none}.product-info{width:100%}}@media(max-width:640px){.product-page{padding:6px 0 92px}.product-page .container{width:100%}.product-gallery__main{border-radius:12px}.product-gallery__main-image{padding:4px}.product-gallery__thumb{flex-basis:64px;width:64px;height:64px}.product-info__title{font-size:clamp(22px,6vw,28px);margin-top:4px}.product-info__rating-row{margin-bottom:8px}.product-info__price{padding:14px;margin-bottom:12px}.product-info__price-current{font-size:30px}.product-info__price-compare{font-size:14px}.bundle-selector-widget{padding:10px}.bundle-option-card{padding:11px 10px!important}.bundle-option-card strong{font-size:13px!important}.bundle-option-card span{font-size:11px!important}.product-info__actions{margin-top:8px}.product-info__add-to-cart,.product-info__buy-now{min-height:52px;font-size:15px}.product-info__dynamic-checkout{display:none}.product-trust{margin-left:0;margin-right:0}.product-trust__item{font-size:11px}.delivery-checker{padding:12px}}.th-product{--th-bg: #0A1628;--th-card: #162038;--th-card-2: #1E2D4A;--th-border: rgba(40, 59, 94, 1);--th-text: #F0F4FF;--th-muted: #8A98B8;--th-gold: #FFB84D;--th-gold-2: #FFD180;--th-green: #18C7B8;--th-red: #FF4D6A;--th-coral: #FF6B35;--th-indigo: #5E8EFF;background:var(--th-bg);color:var(--th-text);padding:10px 0 60px}.th-product__container{width:min(1380px,calc(100% - 24px));margin:0 auto}.th-product__breadcrumbs{display:flex;gap:7px;align-items:center;overflow:hidden;white-space:nowrap;font-size:11px;color:var(--th-muted);padding:7px 0 14px}.th-product__breadcrumbs a{color:var(--th-muted);text-decoration:none;transition:color .2s}.th-product__breadcrumbs a:hover{color:var(--th-coral)}.th-product__breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;color:var(--th-text)}.th-product__layout{display:grid;gap:18px}.th-product__gallery,.th-product__details{min-width:0}.th-product__hero-media{position:relative;background:linear-gradient(145deg,#1a2945,#0d1b35);border-radius:18px;overflow:hidden;border:1px solid var(--th-border);box-shadow:0 8px 40px #00000080,inset 0 1px #ffffff0d;transition:box-shadow .3s ease}.th-product__hero-media:hover{box-shadow:0 12px 50px #000000a6,0 0 0 1px #5e8eff40}.th-product__hero-media img,.th-product__placeholder{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;padding:8px;transition:transform .4s ease}.th-product__hero-media:hover img{transform:scale(1.02)}.th-product__sale,.th-product__sold{position:absolute;z-index:3;top:14px;left:14px;border-radius:20px;padding:5px 11px;font-size:11px;font-weight:900;color:#fff;letter-spacing:.4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.th-product__sale{background:linear-gradient(135deg,#ff4d6a,#e0274a);box-shadow:0 3px 10px #ff4d6a66}.th-product__sold{background:#505064d9}.th-product__zoom{position:absolute;right:12px;top:12px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#0d1b35bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--th-text);font-size:20px;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.th-product__zoom:hover{background:#5e8eff40;border-color:#5e8eff80}.th-product__thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:10px 0 3px}.th-product__thumbs::-webkit-scrollbar{display:none}.th-product__thumb{flex:0 0 68px;width:68px;height:68px;padding:3px;border:2px solid var(--th-border);border-radius:10px;background:var(--th-card);overflow:hidden;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.th-product__thumb.is-active{border-color:var(--th-coral);box-shadow:0 0 0 1px var(--th-coral),0 4px 12px #ff6b3540}.th-product__thumb:hover:not(.is-active){border-color:var(--th-indigo)}.th-product__thumb img{width:100%;height:100%;object-fit:contain;display:block;border-radius:6px}.th-product__mobile-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:10px;background:var(--th-border);border-radius:12px;overflow:hidden;border:1px solid var(--th-border)}.th-product__mobile-benefits div{background:var(--th-card);padding:10px 5px;text-align:center}.th-product__mobile-benefits b{display:block;font-size:18px;color:var(--th-gold)}.th-product__mobile-benefits span,.th-product__mobile-benefits small{display:block;font-size:9px;line-height:1.4}.th-product__mobile-benefits span{font-weight:800;margin-top:3px;color:var(--th-text)}.th-product__mobile-benefits small{color:var(--th-muted)}.th-product__details{background:var(--th-bg)}.th-product__eyebrow{display:inline-flex;align-items:center;gap:6px;background:#ffb84d1a;border:1px solid rgba(255,184,77,.2);border-radius:20px;padding:3px 10px;color:var(--th-gold);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;margin-top:2px}.th-product__title{font-size:clamp(22px,5.5vw,38px);line-height:1.15;letter-spacing:-.022em;margin:8px 0 10px;color:#fff}.th-product__rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.th-product__stars{letter-spacing:2px;font-size:17px;background:linear-gradient(90deg,var(--th-gold),var(--th-gold-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.th-product__reviews{color:var(--th-muted);font-size:12px;text-decoration:none}.th-product__reviews:hover{color:var(--th-coral);text-decoration:underline}.th-product__pricebox{padding:15px 16px;background:linear-gradient(135deg,#162038f2,#1a2d4ae6);border:1px solid var(--th-border);border-radius:14px;margin-bottom:12px;position:relative;overflow:hidden}.th-product__pricebox:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(94,142,255,.4),transparent)}.th-product__price-line{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.th-product__price{font-size:clamp(26px,7vw,36px);font-weight:900;letter-spacing:-.03em;color:#fff}.th-product__compare{color:var(--th-muted);text-decoration:line-through;font-size:15px}.th-product__save{background:#ffb84d26;border:1px solid rgba(255,184,77,.3);color:var(--th-gold);padding:4px 9px;border-radius:20px;font-size:11px;font-weight:900}.th-product__pricebox small{display:block;color:var(--th-muted);font-size:10px;margin-top:5px}.th-product__trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:0;margin-bottom:12px}.th-product__trust-grid div{background:var(--th-card);border:1px solid var(--th-border);border-radius:12px;padding:10px 11px;display:grid;grid-template-columns:26px 1fr;column-gap:8px;align-items:center;transition:border-color .2s ease}.th-product__trust-grid div:hover{border-color:#18c7b866}.th-product__trust-grid span{grid-row:1 / span 2;font-size:20px;color:var(--th-green)}.th-product__trust-grid b{font-size:10px;color:var(--th-text);font-weight:800}.th-product__trust-grid small{font-size:9px;color:var(--th-muted)}.th-product__availability{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;padding:10px 0;font-size:11px;color:var(--th-muted)}.th-product__availability .is-available{color:var(--th-green);font-weight:800;display:flex;align-items:center;gap:5px}.th-product__availability .is-available:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--th-green);animation:th-stock-pulse 1.8s ease-in-out infinite}@keyframes th-stock-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.7)}}.th-product__availability .is-low{color:var(--th-gold);font-weight:800}.th-product__availability .is-sold{color:var(--th-red);font-weight:800}.th-product__purchase-points{display:flex;flex-wrap:wrap;gap:6px 12px;margin:0 0 12px;padding:8px 12px;background:#18c7b80f;border:1px solid rgba(24,199,184,.16);border-radius:10px}.th-product__purchase-points span{color:var(--th-text);font-size:10px;font-weight:800}.th-product__features{list-style:none;padding:0;margin:0 0 14px;display:grid;grid-template-columns:1fr 1fr;gap:7px 12px}.th-product__features li{font-size:12px;color:#c8d0e0;display:flex;gap:7px;align-items:flex-start;line-height:1.4}.th-product__features li span{color:var(--th-green);font-weight:900}.th-product__form{margin:0}.th-product__variants{margin-bottom:14px}.th-variant{border:0;padding:0;margin:0 0 13px}.th-variant legend{font-size:12px;color:var(--th-muted);margin-bottom:8px}.th-variant legend strong{color:var(--th-gold)}.th-variant__options{display:flex;flex-wrap:wrap;gap:7px}.th-variant__option{background:var(--th-card);color:var(--th-text);border:1.5px solid var(--th-border);border-radius:9px;min-height:42px;padding:7px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.th-variant__option:hover{border-color:var(--th-indigo);color:#fff}.th-variant__option.selected{border-color:var(--th-coral);box-shadow:0 0 0 1px var(--th-coral),0 4px 12px #ff6b3540;color:#fff;background:#ff6b351f}.th-product__buybox{display:grid;grid-template-columns:auto 1fr;gap:8px}.th-qty{display:grid;grid-template-columns:36px 44px 36px;min-height:52px;border:1.5px solid var(--th-border);border-radius:10px;overflow:hidden;background:var(--th-card);transition:border-color .2s}.th-qty:focus-within{border-color:var(--th-indigo)}.th-qty button{border:0;background:transparent;color:var(--th-text);font-size:20px;cursor:pointer;transition:background .15s ease}.th-qty button:hover{background:#5e8eff1f}.th-qty input{width:100%;border:0;background:transparent;color:#fff;text-align:center;font-weight:800;font-size:14px}.th-btn{min-height:52px;border-radius:10px;border:1.5px solid transparent;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:900;text-decoration:none;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,filter .2s ease}.th-btn:hover{transform:translateY(-2px)}.th-btn:active{transform:translateY(0)}.th-btn:disabled{opacity:.42;cursor:not-allowed;transform:none!important}.th-btn--cart{background:linear-gradient(135deg,#ff6b35,#e85520);color:#fff;box-shadow:0 4px 20px #ff6b3566}.th-btn--cart:hover{box-shadow:0 6px 28px #ff6b3599;filter:brightness(1.06)}.th-btn--cart:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:13px;border:2px solid rgba(255,107,53,.55);animation:th-atc-pulse 2.5s ease-in-out infinite;pointer-events:none}@keyframes th-atc-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:0;transform:scale(1.04)}}.th-btn--cart:hover:after,.th-btn--cart:focus:after{animation:none;opacity:0}.th-btn--buy{margin-top:9px;width:100%;background:linear-gradient(135deg,#5e8eff,#3a6ee8);color:#fff;box-shadow:0 4px 18px #5e8eff59;border-color:transparent}.th-btn--buy:hover{box-shadow:0 6px 26px #5e8eff8c;filter:brightness(1.06)}.th-product__payment-note{text-align:center;color:var(--th-muted);font-size:10px;padding:9px 0 3px}.th-product__delivery{margin-top:14px;padding:14px 15px;background:var(--th-card);border:1px solid var(--th-border);border-radius:12px}.th-product__delivery-title{font-size:13px;font-weight:900;margin-bottom:9px;color:var(--th-text)}.th-product__delivery-form{display:grid;grid-template-columns:1fr auto;gap:7px}.th-product .delivery-checker__input{min-height:44px;width:100%;background:var(--th-bg);color:var(--th-text);border:1.5px solid var(--th-border);border-radius:8px;padding:0 12px;font-size:12px;transition:border-color .2s}.th-product .delivery-checker__input:focus{border-color:var(--th-indigo);outline:none}.th-product .delivery-checker__btn{min-height:44px;padding:0 16px;border:0;border-radius:8px;background:var(--th-indigo);color:#fff;font-weight:900;cursor:pointer;font-size:12px;transition:background .2s ease}.th-product .delivery-checker__btn:hover{background:var(--th-coral)}.th-product .delivery-checker__result{margin-top:7px;min-height:16px;font-size:10px}.th-product .delivery-checker__result.is-success{color:var(--th-green)}.th-product .delivery-checker__result.is-error{color:var(--th-red)}.th-product .delivery-checker__result.is-loading{color:var(--th-muted)}.th-product__accordion{margin-top:16px;border-top:1px solid var(--th-border)}.th-product__accordion details{border-bottom:1px solid var(--th-border)}.th-product__accordion summary{list-style:none;cursor:pointer;padding:15px 2px;display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:900;color:var(--th-text);transition:color .2s}.th-product__accordion summary:hover{color:var(--th-coral)}.th-product__accordion summary::-webkit-details-marker{display:none}.th-product__accordion summary span{color:var(--th-coral);font-size:20px;line-height:1;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.th-product__accordion details[open] summary span{transform:rotate(45deg)}.th-product__richtext{color:#a8b4cc;font-size:12.5px;line-height:1.75;padding:0 2px 16px}.th-product__richtext img{max-width:100%;height:auto;border-radius:8px}.th-product__richtext ul,.th-product__richtext ol{padding-left:18px}.th-product__bundle,.th-product__why{margin-top:26px;padding:18px 0 0;border-top:1px solid var(--th-border)}.th-section-heading{display:flex;gap:9px;align-items:center;margin-bottom:14px}.th-section-heading span{color:var(--th-gold);font-size:20px}.th-section-heading h2{margin:0;font-size:18px;color:#fff}.th-bundle-grid{display:grid;gap:15px;background:var(--th-card);border:1px solid var(--th-border);border-radius:14px;padding:14px}.th-bundle-products{display:flex;align-items:center;gap:7px;overflow-x:auto}.th-bundle-plus{flex:0 0 auto;font-size:22px;color:var(--th-gold)}.th-bundle-item{flex:1 1 0;min-width:110px;text-align:center}.th-bundle-item img{width:82px;height:82px;object-fit:contain;background:#fff;border-radius:10px;display:block;margin:0 auto 7px;border:2px solid var(--th-border)}.th-bundle-item b{display:block;font-size:10px;line-height:1.3;color:var(--th-text)}.th-bundle-item span{display:block;margin-top:3px;color:var(--th-gold-2);font-weight:900;font-size:11px}.th-bundle-summary{border-top:1px solid var(--th-border);padding-top:14px;display:grid;gap:5px}.th-bundle-summary span,.th-bundle-summary small{color:var(--th-muted);font-size:10px}.th-bundle-summary strong{font-size:22px;color:var(--th-gold-2)}.th-bundle-summary .th-btn{margin-top:8px;min-height:46px;font-size:12px}.th-product__why-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.th-product__why-grid div{background:var(--th-card);border:1px solid var(--th-border);border-radius:12px;padding:13px 11px;display:grid;grid-template-columns:28px 1fr;column-gap:8px;transition:border-color .2s ease}.th-product__why-grid div:hover{border-color:#18c7b866}.th-product__why-grid span{grid-row:1 / span 2;color:var(--th-green);font-size:20px}.th-product__why-grid b{font-size:11px;color:var(--th-text)}.th-product__why-grid small{color:var(--th-muted);font-size:9px}.th-product-sticky{position:fixed;left:0;right:0;bottom:0;z-index:99980;display:flex;align-items:center;gap:8px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#091228f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(94,142,255,.2);box-shadow:0 -8px 30px #00000073,inset 0 1px #ffffff0a}.th-product-sticky>div{min-width:0;flex:1}.th-product-sticky strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:var(--th-text)}.th-product-sticky span{display:block;color:var(--th-gold-2);font-weight:900;font-size:13px}.th-product-sticky .th-btn{min-height:44px;padding:0 13px;min-width:96px;font-size:12px;font-weight:900}.th-product-sticky .th-btn--sticky-cart{background:linear-gradient(135deg,#ff6b35,#e85520);color:#fff;border-color:transparent;box-shadow:0 3px 12px #ff6b3559}.th-product-sticky .th-btn--sticky-buy{background:linear-gradient(135deg,#5e8eff,#3a6ee8);color:#fff;border-color:transparent}@media(min-width:768px){.th-product{padding:18px 0 70px}.th-product__container{width:min(1380px,calc(100% - 40px))}.th-product__layout{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:30px}.th-product__gallery{position:sticky;top:90px;align-self:start}.th-product__hero-media img,.th-product__placeholder{padding:18px}.th-product__thumb{flex-basis:76px;width:76px;height:76px}.th-product__trust-grid{grid-template-columns:repeat(4,1fr)}.th-product__why-grid{grid-template-columns:repeat(3,1fr)}.th-bundle-grid{grid-template-columns:1.5fr .8fr;align-items:center}.th-bundle-summary{border-top:0;border-left:1px solid var(--th-border);padding:10px 0 10px 18px}.th-product-sticky{display:none}}@media(min-width:1100px){.th-product__layout{grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:48px}.th-product__hero-media img,.th-product__placeholder{aspect-ratio:1/1}.th-product__title,.th-product__price{font-size:36px}.th-product__mobile-benefits{margin-top:14px}.th-product__details{padding-top:10px}}@media(max-width:390px){.th-product__buybox{grid-template-columns:1fr}.th-qty{width:100%;grid-template-columns:1fr 1fr 1fr}.th-product__features,.th-product__delivery-form{grid-template-columns:1fr}.th-product .delivery-checker__btn{width:100%}.th-product-sticky .th-btn{min-width:82px;padding:0 9px}}body.template-product{background:#0a1628}body.template-product .related-products-section{background:#0a1628;color:var(--color-text);padding-top:8px}body.template-product .related-products-section .section-header__title{color:#fff}.th-product__conversion-panel{display:grid;gap:8px;margin-top:14px}.th-conversion-card{display:flex;align-items:center;gap:10px;min-height:54px;padding:10px 13px;background:linear-gradient(135deg,var(--th-card),var(--th-card-2));border:1px solid var(--th-border);border-radius:12px;transition:border-color .2s ease}.th-conversion-card:hover{border-color:#5e8eff59}.th-conversion-card--review{border-color:#ffb84d59}.th-conversion-card__icon{flex:0 0 32px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#ffb84d1f;color:var(--th-gold-2);font-size:15px;font-weight:900}.th-conversion-card__body{min-width:0;flex:1}.th-conversion-card__body strong{display:block;color:#fff;font-size:11px;line-height:1.25}.th-conversion-card__body span{display:block;color:var(--th-muted);font-size:9.5px;margin-top:2px;line-height:1.35}.th-conversion-card>a{color:var(--th-coral);font-size:10px;font-weight:900;text-decoration:none;white-space:nowrap}.th-conversion-card>a:hover{text-decoration:underline}.th-product__quick-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:9px;background:var(--th-border);border:1px solid var(--th-border);border-radius:12px;overflow:hidden}.th-product__quick-benefits>div{background:var(--th-card);padding:10px 8px}.th-product__quick-benefits b{display:block;color:var(--th-text);font-size:9px;line-height:1.3}.th-product__quick-benefits span{display:block;color:var(--th-muted);font-size:8px;line-height:1.35;margin-top:3px}.th-product__reviews-section{margin-top:30px;padding:22px 0 0;border-top:1px solid var(--th-border)}.th-reviews-layout{display:grid;grid-template-columns:minmax(180px,.65fr) minmax(0,1.35fr);gap:12px}.th-reviews-summary,.th-review-highlights{background:var(--th-card);border:1px solid var(--th-border);border-radius:14px}.th-reviews-summary{padding:18px;text-align:center}.th-reviews-score{color:#fff;font-size:34px;font-weight:900;line-height:1}.th-reviews-score span{color:var(--th-muted);font-size:13px;font-weight:700}.th-reviews-summary .th-product__stars{margin:7px 0}.th-reviews-summary p{color:var(--th-muted);font-size:10px;line-height:1.5;margin:0 0 13px}.th-reviews-summary .th-btn{min-height:42px;font-size:11px}.th-review-highlights{padding:7px;display:grid;gap:1px}.th-review-highlights>div{display:flex;gap:10px;align-items:flex-start;padding:11px 10px;background:var(--th-bg);border-radius:9px}.th-review-highlights>div>span{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#18c7b81a;color:var(--th-green);font-size:13px}.th-review-highlights strong{display:block;color:var(--th-text);font-size:10px}.th-review-highlights small{display:block;color:var(--th-muted);font-size:9px;line-height:1.45;margin-top:3px}.th-reviews-app-block{margin-top:14px;padding:16px;background:var(--th-card);border:1px solid var(--th-border);border-radius:14px}@media(max-width:767px){.th-product__conversion-panel{margin-top:10px}.th-product__reviews-section{margin-top:24px}.th-reviews-layout{grid-template-columns:1fr}.th-reviews-summary{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:5px 10px;text-align:left}.th-reviews-summary .th-product__stars{margin:0}.th-reviews-summary p{grid-column:1 / -1;margin:3px 0 8px}.th-reviews-summary .th-btn{grid-column:1 / -1}}.th-product,.th-product *{text-rendering:optimizeLegibility}.th-product__details,.th-product__details p,.th-product__details li,.th-product__details label,.th-product__details .th-product__richtext,.th-product__details .th-product__accordion summary{color:var(--th-text)}.th-product__details .th-product__richtext{color:#d2d6dc}.th-product__details .th-product__richtext small{color:#b8bec8}.categories-grid,.collection-pills-scroll,.category-scroll,.collection-categories,.categories-scroll{scrollbar-width:none!important}.categories-grid::-webkit-scrollbar,.collection-pills-scroll::-webkit-scrollbar,.category-scroll::-webkit-scrollbar,.collection-categories::-webkit-scrollbar,.categories-scroll::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.cart-page,.cart-page .cart-page__title,.cart-page .cart-item,.cart-page .cart-item__title,.cart-page .cart-item__price,.cart-page .cart-item__quantity,.cart-page .cart-summary__title,.cart-page .cart-summary__row strong,.cart-page .cart-summary__total,.cart-page .cart-summary__total strong{color:var(--color-text)!important}.cart-page .cart-item__variant,.cart-page .cart-item__remove,.cart-page .cart-summary__row,.cart-page .cart-summary small,.cart-page .cart-summary p{color:var(--color-text-light)!important}.cart-page .free-shipping-bar,.cart-page .free-shipping-bar *{color:var(--color-primary)!important}.cart-page .free-shipping-bar strong{color:var(--color-accent-dark)!important}.cart-page .free-shipping-bar__fill{color:transparent!important}#CartDrawer .cart-drawer-card{color:#172a46!important;background:#fff!important}#CartDrawer .cart-drawer-card h2,#CartDrawer .cart-drawer-card h3,#CartDrawer .cart-drawer-card p,#CartDrawer .cart-drawer-card span,#CartDrawer .cart-drawer-card strong,#CartDrawer .cart-drawer-card label,#CartDrawer .cart-drawer-card a:not(.btn){color:#172a46!important}#CartDrawer .cart-drawer-card .cart-drawer__item-title{color:#172a46!important}#CartDrawer .cart-drawer-card .cart-drawer__item-meta,#CartDrawer .cart-drawer-card .cart-drawer__item-price,#CartDrawer .cart-drawer-card [data-cart-item-price]{color:#536174!important}#CartDrawer .cart-drawer-card input,#CartDrawer .cart-drawer-card button:not(.btn){color:#172a46!important;background:#fff!important}#CartDrawer .cart-drawer-card .cart-drawer__header,#CartDrawer .cart-drawer-card .cart-drawer__footer{background:#fff!important}#CartDrawer .cart-drawer-card .btn--primary{color:#fff!important;background:#172a46!important}#CartDrawer .cart-drawer-card .btn--primary:hover{background:#263b5a!important}#CartDrawer .cart-drawer-card .cart-drawer__items,#CartDrawer .cart-drawer-card .cart-drawer__item,#CartDrawer .cart-drawer-card .cart-drawer__item button{color:#172a46!important}#CartDrawer .cart-drawer-card .cart-drawer__item button:hover{color:#12a99d!important}#CartDrawer .cart-drawer-card [id*=ShippingText],#CartDrawer .cart-drawer-card [id*=ShippingText] *{color:#172a46!important}.th-product .product-info__buy-now,.th-product [data-buy-now],.product-sticky-bar .th-sticky-buy{color:#fff!important}.th-product .product-info__buy-now:first-letter{color:#fff}.th-product{--th-bg:#fff;--th-card:#f7fafc;--th-card-2:#eef5f5;--th-border:#dde6ee;--th-text:#172a46;--th-muted:#64748b;--th-gold:#d79412;--th-gold-2:#f5b83d;--th-green:#0faf9f;--th-red:#d92f4f;--th-coral:#ff6b2c;--th-indigo:#355db8;background:#fff;color:#172a46;padding:18px 0 70px}.th-product__container{width:min(1320px,calc(100% - 32px))}.th-product__layout{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:42px;align-items:start}.th-product__gallery{position:sticky;top:92px;align-self:start}.th-product__details{background:transparent}.th-product__hero-media{background:#f7f9fb;border:1px solid #e2e8ef;box-shadow:0 10px 35px #172a4614;min-height:520px}.th-product__hero-media img,.th-product__placeholder{padding:18px}.th-product__hero-media:hover{box-shadow:0 16px 44px #172a461f}.th-product__zoom{background:#fffffff0;color:#172a46;border-color:#d7e0ea}.th-product__gallery-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid #d7e0ea;background:#fffffff5;color:#172a46;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #172a461f}.th-product__gallery-arrow:hover{background:#fff;border-color:#0faf9f;color:#0b8f82}.th-product__gallery-arrow--prev{left:12px}.th-product__gallery-arrow--next{right:12px}.th-product__gallery-counter{position:absolute;left:50%;bottom:12px;transform:translate(-50%);z-index:4;padding:5px 9px;border-radius:999px;background:#172a46c7;color:#fff;font-size:11px;font-weight:800}.th-product__thumb{background:#fff;border-color:#d9e2ea}.th-product__thumb.is-active{border-color:#0faf9f;box-shadow:0 0 0 1px #0faf9f}.th-product__mobile-benefits{background:#dfe8ee}.th-product__mobile-benefits div{background:#fff}.th-product__mobile-benefits span{color:#172a46}.th-product__details .th-product__eyebrow{color:#0b8f82;background:#eafaf8;border-color:#c5ebe6}.th-product__title{color:#172a46;font-weight:800}.th-product__stars{background:none;-webkit-text-fill-color:initial;color:#f2a51a}.th-product__reviews{color:#5e6b7e}.th-product__pricebox{background:#f8fbfc;border-color:#dce6ee}.th-product__price{color:#172a46}.th-product__compare{color:#768399}.th-product__save{color:#b26d00;background:#fff6df;border-color:#f3d99a}.th-product__pricebox small,.th-product__availability,.th-product__availability span:last-child,.th-variant legend,.th-product__payment-note{color:#64748b}.th-product__trust-grid div,.th-product__delivery,.th-product__conversion-card,.th-product__quick-benefits>div,.th-product__why-grid div{background:#f8fafc;border-color:#dde6ee}.th-product__trust-grid b,.th-product__why-grid b,.th-product__delivery-title,.th-product__details .th-product__richtext,.th-product__accordion summary{color:#172a46}.th-product__trust-grid small,.th-product__why-grid small,.th-conversion-card__body span,.th-product__quick-benefits span{color:#64748b}.th-product__purchase-points{background:#effaf8;border-color:#cdebe7}.th-product__purchase-points span{color:#0b756d}.th-product__features li{color:#415167}.th-variant__option{background:#fff;color:#172a46;border-color:#d9e2ea}.th-variant__option:hover{border-color:#0faf9f;color:#0b756d}.th-variant__option.selected{background:#eafaf8;border-color:#0faf9f;box-shadow:0 0 0 1px #0faf9f;color:#0b756d}.th-qty{background:#fff;border-color:#d7e0ea}.th-qty button,.th-qty input{color:#172a46}.th-btn--cart{background:#0faf9f;box-shadow:0 6px 18px #0faf9f38}.th-btn--cart:hover{background:#0b8f82;box-shadow:0 8px 22px #0faf9f47}.th-btn--buy{background:#ff6b2c;box-shadow:0 6px 18px #ff6b2c38}.th-btn--buy:hover{background:#e85b24;box-shadow:0 8px 22px #ff6b2c47}.th-btn--cart:after{display:none}.th-product .delivery-checker__input{background:#fff;color:#172a46;border-color:#d7e0ea}.th-product .delivery-checker__btn{background:#172a46;color:#fff}.th-product .delivery-checker__btn:hover{background:#0b8f82}.th-product__richtext{color:#415167}.th-product__lightbox{width:min(94vw,1100px);max-width:none;border:0;padding:56px 72px;border-radius:18px;background:#fff;box-shadow:0 30px 80px #00000059}.th-product__lightbox::backdrop{background:#081221c7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.th-product__lightbox img{display:block;width:100%;max-height:78vh;object-fit:contain}.th-product__lightbox-close{position:absolute;top:12px;right:14px;width:38px;height:38px;border-radius:50%;border:1px solid #d7e0ea;background:#fff;color:#172a46;font-size:24px;cursor:pointer}.th-product__lightbox .th-product__gallery-arrow{background:#fff}.th-product__lightbox .th-product__gallery-counter{bottom:14px}.th-product-sticky{background:#fffffff5;border-top:1px solid #dce6ee;box-shadow:0 -12px 30px #172a4614}.th-product-sticky strong{color:#172a46}.th-product-sticky span{color:#0b8f82}.th-product-sticky .th-btn--sticky-cart{background:#0faf9f;color:#fff}.th-product-sticky .th-btn--sticky-buy{background:#ff6b2c;color:#fff}@media(max-width:900px){.th-product__layout{grid-template-columns:1fr;gap:24px}.th-product__gallery{position:static}.th-product__hero-media{min-height:0}.th-product__hero-media img,.th-product__placeholder{aspect-ratio:1/1}}@media(max-width:600px){.th-product{padding:10px 0 78px}.th-product__container{width:min(100% - 20px,1320px)}.th-product__title{font-size:24px}.th-product__price{font-size:30px}.th-product__trust-grid{grid-template-columns:1fr 1fr}.th-product__lightbox{width:100%;min-height:100dvh;border-radius:0;padding:56px 34px 42px}}.th-product{--th-bg: #F8FAFC;--th-card: #FFFFFF;--th-card-2: #F3F7FB;--th-border: #D9E2EC;--th-text: #172A46;--th-muted: #5E6B7E;--th-gold: #C17A00;--th-gold-2: #D99518;--th-green: #0B8F82;--th-coral: #FF6B35;--th-indigo: #3A6EE8;background:var(--th-bg)!important;color:var(--th-text)!important}.th-product__details,.th-product__details p,.th-product__details li,.th-product__details label,.th-product__details span,.th-product__details b,.th-product__details strong,.th-product__details small,.th-product__details .th-product__richtext,.th-product__details .th-product__accordion summary{color:var(--th-text)!important}.th-product__breadcrumbs,.th-product__breadcrumbs a{color:#66758a!important}.th-product__breadcrumbs span:last-child{color:#172a46!important}.th-product__title{color:#172a46!important}.th-product__reviews{color:#5e6b7e!important}.th-product__pricebox,.th-product__trust-grid div,.th-product__conversion-panel .th-conversion-card,.th-product__quick-benefits>div,.th-product__why-grid div,.th-product__reviews-section .th-reviews-summary,.th-product__reviews-section .th-review-highlights,.th-product__bundle,.th-product__accordion details{background:#fff!important;border-color:#d9e2ec!important}.th-product__pricebox{box-shadow:0 6px 20px #172a460f}.th-product__price{color:#172a46!important}.th-product__compare,.th-product__pricebox small,.th-product__availability,.th-product__trust-grid small,.th-product__conversion-card__body span,.th-product__quick-benefits span,.th-product__why-grid small,.th-reviews-summary p,.th-review-highlights small{color:#66758a!important}.th-product__trust-grid b,.th-conversion-card__body strong,.th-product__quick-benefits b,.th-product__why-grid b,.th-review-highlights strong{color:#172a46!important}.th-product__features li{color:#33455f!important}.th-product__purchase-points span{color:#173b3a!important}.th-variant legend{color:#5e6b7e!important}.th-variant legend strong{color:#9a6300!important}.th-variant__option{background:#fff!important;color:#172a46!important;border-color:#c9d5e2!important}.th-variant__option:hover{color:#172a46!important;border-color:#3a6ee8!important}.th-variant__option.selected{color:#172a46!important;background:#fff2ea!important;border-color:#ff6b35!important}.th-product__delivery{background:#fff!important;border-color:#d9e2ec!important}.th-product__delivery-title{color:#172a46!important}.th-product__delivery .delivery-checker__input{color:#172a46!important;background:#fff!important;border-color:#c9d5e2!important}.th-product__accordion summary{color:#172a46!important}.th-product__richtext,.th-product__richtext p,.th-product__richtext li{color:#33455f!important}.th-product__richtext a{color:#0b8f82!important;text-decoration:underline}.th-product__hero-media{background:#fff!important;border-color:#d9e2ec!important;box-shadow:0 8px 28px #172a4614!important}.th-product__hero-media img,.th-product__placeholder{background:#fff}.th-product__thumb{background:#fff!important;border-color:#d9e2ec!important}.th-product__mobile-benefits{background:#d9e2ec!important;border-color:#d9e2ec!important}.th-product__mobile-benefits div{background:#fff!important}.th-product__mobile-benefits span{color:#172a46!important}.th-product__mobile-benefits small{color:#66758a!important}.th-product__conversion-card__body{color:#172a46!important}.th-product__reviews-section{border-color:#d9e2ec!important}.th-reviews-score{color:#172a46!important}.th-product__gallery-counter{color:#172a46!important;background:#fffffff0!important}.th-product__gallery-arrow{background:#fff!important;color:#172a46!important;border:1px solid #D9E2EC!important}body.template-product{background:#f8fafc!important}body.template-product .related-products-section{background:#f8fafc!important;color:#172a46!important}body.template-product .related-products-section .section-header__title{color:#172a46!important}.th-product__buybox{display:grid!important;grid-template-columns:120px 1fr!important;gap:10px!important;align-items:stretch!important}.th-product__buybox .th-btn--cart{display:flex!important;visibility:visible!important;opacity:1!important;min-height:52px;width:100%;align-items:center;justify-content:center;font-weight:900}.th-product__buybox .th-qty{min-height:52px}.th-product__buy-now{display:flex!important;width:100%!important;min-height:52px;margin-top:10px;align-items:center;justify-content:center;font-weight:900}.th-product__coupon{margin-top:14px;padding:16px;border:1px solid #D9E2EC;border-radius:16px;background:#fff9f1;box-shadow:0 6px 18px #172a460d}.th-product__coupon-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.th-product__coupon-head div{display:flex;flex-direction:column;gap:3px}.th-product__coupon-head strong{color:#172a46!important;font-size:15px}.th-product__coupon-head span:not(.th-product__coupon-badge){color:#64748b!important;font-size:12px}.th-product__coupon-badge{background:#ff6b35;color:#fff!important;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.5px}.th-product__coupon-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}.th-product__coupon-form input{min-height:46px;border:1px solid #CBD5E1;border-radius:10px;background:#fff;color:#172a46!important;padding:0 12px;font-weight:700;text-transform:uppercase}.th-product__coupon-form button{min-height:46px;border:0;border-radius:10px;padding:0 16px;background:#172a46;color:#fff;font-weight:900;cursor:pointer}.th-product__coupon-offers{margin-top:10px}.th-product__coupon-offers button{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;border:1px dashed #F2B38D;background:#fff;border-radius:10px;padding:9px 11px;cursor:pointer;text-align:left}.th-product__coupon-offers span{color:#ff6b35;font-weight:900}.th-product__coupon-offers small{color:#64748b}.th-product__coupon-offers b{color:#172a46;font-size:12px}.th-product__coupon-result{margin-top:8px;font-size:12px;font-weight:700;color:#64748b}.th-product__coupon-result.is-success{color:#087a62!important}.th-product__coupon-result.is-error{color:#b42318!important}.th-product__info-stack{margin-top:28px;display:grid;gap:14px}.th-product__info-card{background:#fff;border:1px solid #D9E2EC;border-radius:16px;padding:20px 22px;box-shadow:0 5px 18px #172a460a;text-align:left}.th-product__info-card h2{margin:0 0 12px;color:#172a46!important;font-size:20px;font-weight:900}.th-product__info-card .th-product__richtext{color:#33455f!important;line-height:1.75}.th-product__info-card .th-product__richtext p,.th-product__info-card .th-product__richtext li{color:#33455f!important}.th-product__variant-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.th-product__variant-summary div{display:flex;justify-content:space-between;gap:12px;padding:11px 13px;background:#f7fafc;border:1px solid #E2E8F0;border-radius:10px}.th-product__variant-summary strong{color:#172a46!important}.th-product__variant-summary span{color:#475569!important;text-align:right}.th-product__faq-list{display:grid;gap:8px}.th-product__faq-list details{border:1px solid #E2E8F0;border-radius:10px;background:#f8fafc;padding:0 14px}.th-product__faq-list summary{padding:14px 0;list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:15px;color:#172a46!important;font-weight:800}.th-product__faq-list summary::-webkit-details-marker{display:none}.th-product__faq-list details[open] summary span{transform:rotate(45deg)}.th-product__faq-list summary span{transition:transform .2s ease}.th-product__faq-list .th-product__richtext{padding:0 0 14px}body.template-product .related-products-section .products-carousel{overflow:visible!important}body.template-product .related-products-section .products-carousel__track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px!important;transform:none!important;width:100%!important}body.template-product .related-products-section .products-carousel__item{min-width:0!important;width:auto!important;flex:none!important}body.template-product .related-products-section .carousel__nav{display:none!important}@media(max-width:1000px){body.template-product .related-products-section .products-carousel__track{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){body.template-product .related-products-section .products-carousel__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}}@media(max-width:430px){body.template-product .related-products-section .products-carousel__track{grid-template-columns:1fr 1fr}}@media(max-width:700px){.th-product__buybox{grid-template-columns:96px 1fr!important}.th-product__coupon-form{grid-template-columns:1fr}.th-product__coupon-form button{width:100%}.th-product__variant-summary{grid-template-columns:1fr}.th-product__info-card{padding:16px}}.th-product__info-stack{width:min(900px,100%);margin-right:auto}.th-product__price-summary>div{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.th-product__price-summary strong{font-size:30px;color:#172a46!important}.th-product__price-summary del{color:#64748b!important}.th-product__price-summary span{color:#b26d00!important;background:#fff4d9;padding:5px 9px;border-radius:999px;font-weight:800}
/*# sourceMappingURL=/cdn/shop/t/88/assets/product.css.map */
