*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:var(--font-body-size, 16px)}body{font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:700;overflow-wrap:break-word}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.75rem)}h3{font-size:clamp(1.375rem,3vw,2rem)}h4{font-size:clamp(1.125rem,2.5vw,1.5rem)}h5{font-size:1.125rem}h6{font-size:1rem}p{overflow-wrap:break-word;margin-bottom:1em}p:last-child{margin-bottom:0}table{border-collapse:collapse;width:100%}fieldset{border:none}.container{width:100%;max-width:var(--page-width, 1200px);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:989px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.grid--2-mobile{grid-template-columns:repeat(2,1fr)}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.section-spacing{padding-top:var(--section-spacing, 4rem);padding-bottom:var(--section-spacing, 4rem)}.section-heading__subtitle{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:.5rem}.section-heading__title{margin-bottom:.75rem}.section-heading__description{color:var(--color-text-light);max-width:640px;font-size:1.0625rem}.section-heading--center .section-heading__description{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-heading);font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:all .25s ease;white-space:nowrap;text-decoration:none;position:relative;overflow:hidden}.btn--primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--primary:hover{background-color:#cf4e1c;border-color:#cf4e1c;transform:translateY(-1px);box-shadow:0 4px 12px #e85d2659}.btn--secondary{background-color:var(--color-secondary);color:#fff;border-color:var(--color-secondary)}.btn--secondary:hover{background-color:#142038;border-color:#142038;transform:translateY(-1px);box-shadow:0 4px 12px #1b2a4a59}.btn--outline{background-color:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn--outline:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-1px)}.btn--outline-white{background-color:transparent;color:#fff;border-color:#fff}.btn--outline-white:hover{background-color:#fff;color:var(--color-secondary)}.btn--small{padding:.5rem 1.25rem;font-size:.8125rem}.btn--large{padding:1.125rem 2.75rem;font-size:1rem}.btn--full{width:100%}.btn--loading{color:transparent!important;pointer-events:none}.btn--loading:after{content:"";position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.btn[disabled],.btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--icon{padding:.625rem;border-radius:50%;width:44px;height:44px}.btn--icon svg{width:20px;height:20px}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:3px;line-height:1}.badge--sale{background-color:var(--color-primary);color:#fff}.badge--new{background-color:var(--color-accent);color:var(--color-secondary)}.badge--soldout{background-color:var(--color-text-light);color:#fff}.skip-to-content{position:fixed;top:-100%;left:50%;transform:translate(-50%);z-index:10000;background-color:var(--color-secondary);color:#fff;padding:.75rem 1.5rem;font-weight:700;border-radius:0 0 6px 6px;transition:top .2s ease;text-decoration:none}.skip-to-content:focus{top:0;outline:none}.announcement-bar{background-color:var(--color-secondary);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.02em;position:relative;z-index:100}.announcement-bar a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.announcement-bar a:hover{color:var(--color-primary)}.announcement-bar__close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#fff9;transition:color .2s}.announcement-bar__close:hover{color:#fff}.announcement-bar__close svg{width:16px;height:16px}.header{position:sticky;top:0;z-index:1000;background-color:var(--color-background);transition:box-shadow .3s ease,transform .3s ease}.header.scrolled{box-shadow:0 2px 20px #00000014}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 0;transition:padding .3s ease}.header.scrolled .header__inner{padding:.625rem 0}.header__logo{flex-shrink:0}.header__logo-image{max-height:50px;width:auto;transition:max-height .3s ease}.header.scrolled .header__logo-image{max-height:38px}.header__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:var(--color-secondary);text-decoration:none;text-transform:uppercase;letter-spacing:-.01em;transition:font-size .3s ease}.header__logo-text span{color:var(--color-primary)}.header.scrolled .header__logo-text{font-size:1.25rem}.header__nav{display:none;flex:1;justify-content:center}@media(min-width:990px){.header__nav{display:flex}}.header__nav-list{display:flex;align-items:center;gap:0}.header__nav-item{position:relative}.header__nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;color:var(--color-text);text-decoration:none;transition:color .2s;white-space:nowrap}.header__nav-link:hover,.header__nav-link--active{color:var(--color-primary)}.header__nav-link svg{width:12px;height:12px;transition:transform .2s}.header__nav-item:hover .header__nav-link svg{transform:rotate(180deg)}.header__mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:600px;background:var(--color-background);border:1px solid var(--color-border);border-radius:0 0 8px 8px;box-shadow:0 12px 40px #0000001f;padding:0;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:100}.header__nav-item:hover .header__mega-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header__mega-menu-inner{padding:2rem}.header__mega-menu-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.header__mega-menu-item{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-primary)}.header__mega-menu-link{display:block;padding:.375rem 0;font-size:.9375rem;color:var(--color-text);transition:color .15s,padding-left .15s}.header__mega-menu-link:hover{color:var(--color-primary);padding-left:.5rem}.dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:var(--color-background);border:1px solid var(--color-border);border-radius:0 0 6px 6px;box-shadow:0 8px 24px #0000001a;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,visibility .2s,transform .2s;z-index:100}.header__nav-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu__link{display:block;padding:.5rem 1.25rem;font-size:.9375rem;color:var(--color-text);transition:background-color .15s,color .15s}.dropdown-menu__link:hover{background-color:var(--color-background-secondary);color:var(--color-primary)}.header__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header__icon-button{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-text);border-radius:50%;transition:color .2s,background-color .2s;background:none;border:none;cursor:pointer;padding:0}.header__icon-button:hover{color:var(--color-primary);background-color:var(--color-background-secondary)}.header__icon-button svg{width:22px;height:22px}.header__cart-count{position:absolute;top:4px;right:2px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;font-size:.625rem;font-weight:700;border-radius:50%;line-height:1;padding:0 4px}.header__menu-toggle{display:flex}@media(min-width:990px){.header__menu-toggle{display:none}}.header__search-toggle,.header__account-link,.header__cart-link{text-decoration:none}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex}.mobile-drawer[hidden]{display:none}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.mobile-drawer__close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-text)}.mobile-drawer__close svg{width:22px;height:22px}.mobile-drawer__search{padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.mobile-drawer__search-input{width:100%;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:6px;font-size:1rem;background-color:var(--color-background-secondary)}.mobile-drawer__nav{flex:1;padding:.5rem 0;overflow-y:auto}.mobile-drawer__list{list-style:none;margin:0;padding:0}.mobile-drawer__item{border-bottom:1px solid var(--color-border)}.mobile-drawer__link{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:var(--color-text);text-decoration:none;transition:background-color .15s}.mobile-drawer__link:hover{background-color:var(--color-background-secondary)}.mobile-drawer__link svg{width:16px;height:16px;color:var(--color-text-light)}.mobile-drawer__details{border-bottom:1px solid var(--color-border)}.mobile-drawer__summary{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:var(--color-text);cursor:pointer;list-style:none;transition:background-color .15s}.mobile-drawer__summary::-webkit-details-marker{display:none}.mobile-drawer__summary:hover{background-color:var(--color-background-secondary)}.mobile-drawer__summary svg{width:16px;height:16px;color:var(--color-text-light);transition:transform .2s}.mobile-drawer__details[open] .mobile-drawer__summary svg{transform:rotate(180deg)}.mobile-drawer__sublist{list-style:none;margin:0;padding:0;background-color:var(--color-background-secondary)}.mobile-drawer__sublink{display:block;padding:.625rem 2.5rem;font-size:.9375rem;color:var(--color-text);text-decoration:none;transition:color .15s}.mobile-drawer__sublink:hover{color:var(--color-primary)}.mobile-drawer__footer{padding:1.5rem;border-top:1px solid var(--color-border);flex-shrink:0}.mobile-drawer__footer-link{display:block;padding:.5rem 0;font-size:.875rem;color:var(--color-text-light)}.mobile-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:9998}.mobile-drawer__panel{position:relative;z-index:9999;width:100%;max-width:380px;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.hero{position:relative;width:100%;min-height:500px;display:flex;align-items:center;overflow:hidden;background-color:var(--color-secondary)}.hero--fullheight{min-height:100vh;min-height:100dvh}.hero--medium{min-height:600px}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1b2a4ad9,#1b2a4a66);z-index:1}.hero__content{position:relative;z-index:2;max-width:700px;color:#fff;animation:heroFadeIn .8s ease-out}.hero__content--center{margin-left:auto;margin-right:auto;text-align:center}.hero__subtitle{display:inline-block;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:1rem}.hero__title{font-size:clamp(2.25rem,6vw,4rem);color:#fff;margin-bottom:1.25rem;line-height:1.1}.hero__description{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffd9;margin-bottom:2rem;line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__content--center .hero__actions{justify-content:center}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slideshow{position:relative}.slideshow__slide{display:none;animation:slideFadeIn .6s ease}.slideshow__slide.is-active{display:flex}@keyframes slideFadeIn{0%{opacity:0}to{opacity:1}}.slideshow__controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:1rem}.slideshow__dot{width:12px;height:12px;border-radius:50%;background-color:#fff6;border:2px solid transparent;transition:all .2s;cursor:pointer}.slideshow__dot.is-active{background-color:#fff;border-color:var(--color-primary);transform:scale(1.2)}.slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff26;color:#fff;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.slideshow__arrow:hover{background:#ffffff4d}.slideshow__arrow--prev{left:1.5rem}.slideshow__arrow--next{right:1.5rem}.slideshow__arrow svg{width:20px;height:20px}.category-cards{background-color:var(--color-background-secondary)}.category-cards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.category-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background-color:var(--color-background);border:1px solid var(--color-border);border-radius:8px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden}.category-card:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:var(--color-primary);transform:scaleX(0);transition:transform .3s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a;border-color:var(--color-primary)}.category-card:hover:before{transform:scaleX(1)}.category-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--color-primary);background-color:#e85d2614;border-radius:50%;transition:background-color .2s,transform .2s}.category-card:hover .category-card__icon{background-color:var(--color-primary);color:#fff;transform:scale(1.1)}.category-card__icon svg{width:28px;height:28px}.category-card__image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;margin-bottom:1rem}.category-card__title{font-size:1rem;font-weight:700;margin-bottom:.25rem}.category-card__count{font-size:.8125rem;color:var(--color-text-light)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:989px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-background);border:1px solid var(--color-border);border-radius:8px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.product-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background-color:var(--color-background-secondary)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:2}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:linear-gradient(transparent,#0009);transform:translateY(100%);transition:transform .3s ease;z-index:2}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__quick-add .btn{width:100%;font-size:.8125rem;padding:.625rem}.product-card__info{padding:1rem;flex:1;display:flex;flex-direction:column}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light);margin-bottom:.25rem}.product-card__title{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{text-decoration:none;color:var(--color-text);transition:color .15s}.product-card__title a:hover{color:var(--color-primary)}.product-card__price{margin-top:auto;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__price-current{font-size:1.0625rem;font-weight:700;color:var(--color-text)}.product-card__price-current--sale{color:var(--color-primary)}.product-card__price-compare{font-size:.875rem;color:var(--color-text-light);text-decoration:line-through}.product-card__price-badge{font-size:.6875rem;font-weight:700;color:var(--color-primary)}.product-card__rating{display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}.product-card__stars{display:flex;gap:1px;color:var(--color-accent)}.product-card__stars svg{width:14px;height:14px}.product-card__reviews-count{font-size:.75rem;color:var(--color-text-light)}@media(max-width:749px){.product-card__info{padding:.75rem}.product-card__title{font-size:.8125rem}.product-card__quick-add{transform:translateY(0);background:#fffffff2;padding:.5rem}.product-card__quick-add .btn{font-size:.75rem;padding:.5rem}}.product{padding-top:2rem;padding-bottom:var(--section-spacing)}.product__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:989px){.product__grid{grid-template-columns:1fr;gap:2rem}}.product-gallery{position:relative}@media(min-width:990px){.product-gallery{position:sticky;top:120px}}.product-gallery__main{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background-color:var(--color-background-secondary);margin-bottom:.75rem;cursor:zoom-in}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbnails{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:thin;padding-bottom:.25rem}.product-gallery__thumbnail{flex:0 0 72px;aspect-ratio:1;border:2px solid var(--color-border);border-radius:6px;overflow:hidden;cursor:pointer;transition:border-color .15s,opacity .15s;opacity:.6}.product-gallery__thumbnail:hover{opacity:.9}.product-gallery__thumbnail.is-active{border-color:var(--color-primary);opacity:1}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.25rem}.product-info__vendor{font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);font-weight:600}.product-info__title{font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.2}.product-info__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-info__price-current{font-size:1.75rem;font-weight:800;font-family:var(--font-heading)}.product-info__price-current--sale{color:var(--color-primary)}.product-info__price-compare{font-size:1.125rem;color:var(--color-text-light);text-decoration:line-through}.product-info__price-save{font-size:.875rem;font-weight:700;color:var(--color-primary);background:#e85d2614;padding:.25rem .625rem;border-radius:4px}.product-info__rating{display:flex;align-items:center;gap:.5rem}.product-info__stars{display:flex;gap:2px;color:var(--color-accent)}.product-info__stars svg{width:18px;height:18px}.product-info__reviews-link{font-size:.875rem;color:var(--color-text-light);text-decoration:underline;text-underline-offset:2px}.product-info__description{font-size:1rem;line-height:1.7;color:var(--color-text-light)}.variant-picker{display:flex;flex-direction:column;gap:1.25rem}.variant-picker__label{font-size:.875rem;font-weight:700;margin-bottom:.5rem;display:block}.variant-picker__label span{font-weight:400;color:var(--color-text-light);margin-left:.25rem}.variant-swatches{display:flex;flex-wrap:wrap;gap:.5rem}.variant-swatch{position:relative;width:44px;height:44px;border:2px solid var(--color-border);border-radius:6px;cursor:pointer;overflow:hidden;transition:border-color .15s,box-shadow .15s;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600}.variant-swatch:hover{border-color:var(--color-text)}.variant-swatch.is-active{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary)}.variant-swatch.is-unavailable{opacity:.4;cursor:not-allowed}.variant-swatch.is-unavailable:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top right,transparent calc(50% - 1px),var(--color-text-light),transparent calc(50% + 1px))}.variant-swatch--color{border-radius:50%}.variant-swatch--color .variant-swatch__color{width:100%;height:100%;border-radius:50%}.quantity-selector{display:inline-flex;align-items:center;border:2px solid var(--color-border);border-radius:6px;overflow:hidden}.quantity-selector__button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:background-color .15s,color .15s}.quantity-selector__button:hover{background-color:var(--color-background-secondary);color:var(--color-primary)}.quantity-selector__button svg{width:16px;height:16px}.quantity-selector__input{width:50px;height:44px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:1rem;font-weight:600;-moz-appearance:textfield;background:transparent}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__add-to-cart{display:flex;gap:.75rem;align-items:center}.product-form__add-to-cart .btn{flex:1;padding:1rem 2rem;font-size:1rem}.product-form__buy-now{margin-top:.5rem}.product-accordion{border-top:1px solid var(--color-border)}.product-accordion__item{border-bottom:1px solid var(--color-border)}.product-accordion__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.125rem 0;font-size:1rem;font-weight:700;font-family:var(--font-heading);text-align:left;color:var(--color-text);transition:color .15s}.product-accordion__trigger:hover{color:var(--color-primary)}.product-accordion__trigger svg{width:18px;height:18px;transition:transform .3s ease;flex-shrink:0}.product-accordion__item.is-open .product-accordion__trigger svg{transform:rotate(180deg)}.product-accordion__content{max-height:0;overflow:hidden;transition:max-height .35s ease}.product-accordion__item.is-open .product-accordion__content{max-height:800px}.product-accordion__body{padding-bottom:1.25rem;font-size:.9375rem;line-height:1.7;color:var(--color-text-light)}.product-accordion__body table{margin-top:.5rem}.product-accordion__body table td,.product-accordion__body table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--color-border)}.product-accordion__body table th{font-weight:600;color:var(--color-text);width:40%}.related-products{margin-top:var(--section-spacing)}.collection{padding-top:2rem;padding-bottom:var(--section-spacing)}.collection__header{margin-bottom:2rem}.collection__title{margin-bottom:.5rem}.collection__description{color:var(--color-text-light);max-width:800px}.collection__count{font-size:.875rem;color:var(--color-text-light);margin-top:.5rem}.collection__layout{display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}@media(max-width:989px){.collection__layout{grid-template-columns:1fr}}.collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border);flex-wrap:wrap}.collection__toolbar-left{display:flex;align-items:center;gap:1rem}.collection__filter-toggle{display:none;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:6px;color:var(--color-text)}@media(max-width:989px){.collection__filter-toggle{display:inline-flex}}.collection__filter-toggle svg{width:16px;height:16px}.collection__sort{display:flex;align-items:center;gap:.5rem}.collection__sort label{font-size:.875rem;color:var(--color-text-light);white-space:nowrap}.collection__sort select{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border);border-radius:6px;font-size:.875rem;background-color:var(--color-background);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 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.collection__view-toggle{display:flex;gap:.25rem;border:1px solid var(--color-border);border-radius:6px;overflow:hidden}.collection__view-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);transition:background-color .15s,color .15s}.collection__view-btn.is-active{background-color:var(--color-secondary);color:#fff}.collection__view-btn svg{width:18px;height:18px}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.active-filter{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background-color:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:100px;font-size:.8125rem;color:var(--color-text);transition:border-color .15s}.active-filter:hover{border-color:var(--color-primary)}.active-filter__remove{display:flex;color:var(--color-text-light);transition:color .15s}.active-filter__remove:hover{color:var(--color-primary)}.active-filter__remove svg{width:14px;height:14px}.active-filters__clear{font-size:.8125rem;color:var(--color-primary);text-decoration:underline;text-underline-offset:2px;align-self:center}.collection-filters{position:relative}@media(max-width:989px){.collection-filters{position:fixed;top:0;left:0;width:100%;max-width:340px;height:100%;background:var(--color-background);z-index:9999;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;padding:1.5rem}.collection-filters.is-open{transform:translate(0)}.collection-filters__close{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.collection-filters__close-title{font-weight:700;font-size:1.125rem}}@media(min-width:990px){.collection-filters__close{display:none}}.filter-group{border-bottom:1px solid var(--color-border);padding-bottom:1rem;margin-bottom:1rem}.filter-group:last-child{border-bottom:none;margin-bottom:0}.filter-group__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0;font-size:.9375rem;font-weight:700;color:var(--color-text);text-align:left}.filter-group__trigger svg{width:14px;height:14px;transition:transform .2s}.filter-group.is-collapsed .filter-group__trigger svg{transform:rotate(-90deg)}.filter-group__content{padding-top:.5rem;max-height:300px;overflow-y:auto}.filter-group.is-collapsed .filter-group__content{display:none}.filter-group__option{display:flex;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.875rem;cursor:pointer;color:var(--color-text);transition:color .15s}.filter-group__option:hover{color:var(--color-primary)}.filter-group__option input[type=checkbox]{accent-color:var(--color-primary);width:16px;height:16px}.filter-group__count{margin-left:auto;font-size:.75rem;color:var(--color-text-light)}.filter-price{display:flex;gap:.75rem;align-items:center}.filter-price__input{width:100%;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:6px;font-size:.875rem}.filter-price__separator{color:var(--color-text-light);font-size:.875rem}.product-list .product-card{flex-direction:row}.product-list .product-card__media{flex:0 0 200px;aspect-ratio:auto;height:200px}.product-list .product-card__info{padding:1.25rem}.product-list .product-card__title{-webkit-line-clamp:unset}@media(max-width:749px){.product-list .product-card__media{flex:0 0 120px;height:120px}}.pagination{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.pagination__item{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.875rem;font-weight:600;color:var(--color-text);transition:background-color .15s,color .15s}.pagination__item:hover{background-color:var(--color-background-secondary)}.pagination__item.is-active{background-color:var(--color-primary);color:#fff}.pagination__item--disabled{opacity:.4;pointer-events:none}.pagination__item svg{width:16px;height:16px}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background-color:var(--color-background);z-index:9999;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 30px #0000001a}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.cart-drawer__title{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.cart-drawer__count{font-size:.8125rem;color:var(--color-text-light);font-weight:400}.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text);border-radius:50%;transition:background-color .15s}.cart-drawer__close:hover{background-color:var(--color-background-secondary)}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__items{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1rem 1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;color:var(--color-text-light)}.cart-drawer__empty svg{width:48px;height:48px;margin-bottom:1rem;opacity:.4}.cart-drawer__empty p{margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border);position:relative}.cart-item__image{width:80px;height:80px;border-radius:6px;overflow:hidden;background-color:var(--color-background-secondary)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:.25rem}.cart-item__title{font-size:.9375rem;font-weight:600;line-height:1.3}.cart-item__title a{color:var(--color-text);text-decoration:none}.cart-item__variant{font-size:.8125rem;color:var(--color-text-light)}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.cart-item__price{font-weight:700;font-size:.9375rem}.cart-item__quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:4px}.cart-item__quantity button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--color-text-light);transition:color .15s}.cart-item__quantity button:hover{color:var(--color-primary)}.cart-item__quantity input{width:36px;height:32px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:.875rem;font-weight:600;background:transparent;-moz-appearance:textfield}.cart-item__quantity input::-webkit-outer-spin-button,.cart-item__quantity input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-item__remove{position:absolute;top:.75rem;right:0;color:var(--color-text-light);font-size:.75rem;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.cart-item__remove:hover{color:var(--color-primary)}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);background-color:var(--color-background-secondary);flex-shrink:0}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:1rem}.cart-drawer__subtotal-amount{font-size:1.25rem;font-weight:800;font-family:var(--font-heading)}.cart-drawer__note{font-size:.8125rem;color:var(--color-text-light);margin-bottom:1rem}.cart-drawer__checkout{width:100%;margin-bottom:.5rem}.cart-drawer__continue{display:block;text-align:center;font-size:.875rem;color:var(--color-text-light);text-decoration:underline;text-underline-offset:2px}.cart-page{padding-top:2rem;padding-bottom:var(--section-spacing)}.cart-page__title{margin-bottom:2rem}.cart-page__layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}@media(max-width:989px){.cart-page__layout{grid-template-columns:1fr;gap:2rem}}.cart-page__items{border-top:2px solid var(--color-text)}.cart-page__item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}@media(max-width:749px){.cart-page__item{grid-template-columns:80px 1fr;gap:.75rem}}.cart-page__header{display:none;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;padding:.75rem 0;border-bottom:2px solid var(--color-text);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light)}@media(min-width:990px){.cart-page__header{display:grid}}.cart-totals{background-color:var(--color-background-secondary);border-radius:8px;padding:1.5rem;position:sticky;top:120px}.cart-totals__title{font-size:1.25rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.cart-totals__row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.9375rem}.cart-totals__row--total{border-top:2px solid var(--color-text);margin-top:.75rem;padding-top:1rem;font-size:1.125rem;font-weight:800}.cart-totals__checkout{width:100%;margin-top:1.5rem}.cart-totals__note{font-size:.8125rem;color:var(--color-text-light);text-align:center;margin-top:.75rem}.search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh}.search-modal[hidden]{display:none}.search-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009}.search-modal__content{position:relative;width:100%;max-width:640px;background:var(--color-background);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0003;max-height:80vh;display:flex;flex-direction:column;z-index:1}.search-modal__form{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);gap:.75rem}.search-modal__form svg{width:22px;height:22px;color:var(--color-text-light);flex-shrink:0}.search-modal__input{flex:1;border:none;font-size:1.125rem;background:transparent;outline:none}.search-modal__submit{background:none;border:none;cursor:pointer;color:var(--color-text-light);padding:.25rem;transition:color .2s}.search-modal__submit:hover{color:var(--color-primary)}.search-modal__submit svg{width:18px;height:18px}.search-modal__close{font-size:.75rem;color:var(--color-text-light);border:1px solid var(--color-border);border-radius:4px;padding:.25rem .5rem;background:none;cursor:pointer}.search-modal__results{overflow-y:auto;padding:1rem 1.5rem}.search-results__heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-light);margin-bottom:.75rem}.search-result-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;transition:background-color .15s}.search-result-item:hover{background-color:var(--color-background-secondary)}.search-result-item__image{width:48px;height:48px;border-radius:6px;overflow:hidden;background:var(--color-background-secondary);flex-shrink:0}.search-result-item__image img{width:100%;height:100%;object-fit:cover}.search-result-item__info{flex:1;min-width:0}.search-result-item__title{font-size:.9375rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-item__price{font-size:.8125rem;color:var(--color-text-light)}.search-page{padding-top:2rem;padding-bottom:var(--section-spacing)}.search-page__header{margin-bottom:2rem}.search-page__title{margin-bottom:1rem}.search-page__form{max-width:600px}.search-page__input-wrap{display:flex;border:2px solid var(--color-border);border-radius:8px;overflow:hidden}.search-page__input{flex:1;padding:.875rem 1rem;border:none;font-size:1rem;background:transparent;outline:none}.search-page__submit{padding:.875rem 1.5rem;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;transition:background-color .15s}.search-page__submit:hover{background-color:#cf4e1c}.search-page__no-results{text-align:center;padding:3rem;color:var(--color-text-light)}.blog-page{padding-top:2rem;padding-bottom:var(--section-spacing)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:989px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.blog-grid{grid-template-columns:1fr}}.blog-card{border-radius:8px;overflow:hidden;border:1px solid var(--color-border);transition:box-shadow .25s,transform .25s}.blog-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.blog-card__image{aspect-ratio:16 / 9;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card__image img{transform:scale(1.05)}.blog-card__content{padding:1.5rem}.blog-card__meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:var(--color-text-light);margin-bottom:.75rem}.blog-card__tag{color:var(--color-primary);font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.blog-card__title{font-size:1.25rem;margin-bottom:.75rem;line-height:1.3}.blog-card__title a{color:var(--color-text);transition:color .15s}.blog-card__title a:hover{color:var(--color-primary)}.blog-card__excerpt{font-size:.9375rem;color:var(--color-text-light);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__read-more{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--color-primary);margin-top:1rem;transition:gap .15s}.blog-card__read-more:hover{gap:.625rem}.blog-card__read-more svg{width:14px;height:14px}.article{padding-top:2rem;padding-bottom:var(--section-spacing)}.article__header{max-width:800px;margin:0 auto 2.5rem;text-align:center}.article__tag{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:1rem}.article__title{margin-bottom:1rem}.article__meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:.875rem;color:var(--color-text-light)}.article__author{display:flex;align-items:center;gap:.5rem}.article__author-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden}.article__featured-image{max-width:960px;margin:0 auto 3rem;border-radius:12px;overflow:hidden}.article__featured-image img{width:100%;height:auto}.article__body{max-width:720px;margin:0 auto;font-size:1.0625rem;line-height:1.8}.article__body h2{margin-top:2.5rem;margin-bottom:1rem}.article__body h3{margin-top:2rem;margin-bottom:.75rem}.article__body p{margin-bottom:1.5rem}.article__body ul,.article__body ol{margin-bottom:1.5rem;padding-left:1.5rem;list-style:disc}.article__body ol{list-style:decimal}.article__body li{margin-bottom:.5rem}.article__body img{border-radius:8px;margin:2rem 0}.article__body blockquote{border-left:4px solid var(--color-primary);padding:1rem 1.5rem;margin:2rem 0;font-style:italic;color:var(--color-text-light);background:var(--color-background-secondary);border-radius:0 6px 6px 0}.article__body a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.article__body code{background:var(--color-background-secondary);padding:.125rem .375rem;border-radius:4px;font-size:.9em}.article__share{max-width:720px;margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid var(--color-border);display:flex;align-items:center;gap:1rem}.article__share-label{font-size:.875rem;font-weight:700;color:var(--color-text-light)}.article__share-links{display:flex;gap:.5rem}.article__share-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:50%;color:var(--color-text-light);transition:all .2s}.article__share-link:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.article__share-link svg{width:16px;height:16px}.footer{background-color:var(--color-secondary);color:#fffc;padding-top:var(--section-spacing)}.footer a{color:#ffffffb3;transition:color .15s}.footer a:hover{color:var(--color-accent)}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;padding-bottom:3rem}@media(max-width:989px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:749px){.footer__grid{grid-template-columns:1fr;gap:1.5rem}}.footer__brand{max-width:320px}.footer__logo{margin-bottom:1rem}.footer__logo-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:#fff;text-transform:uppercase}.footer__logo-text span{color:var(--color-primary)}.footer__description{font-size:.9375rem;line-height:1.7;margin-bottom:1.25rem}.footer__social{display:flex;gap:.5rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:background .2s,color .2s}.footer__social-link:hover{background:var(--color-primary);color:#fff}.footer__social-link svg{width:18px;height:18px}.footer__column-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.footer__links{display:flex;flex-direction:column;gap:.625rem}.footer__link{font-size:.9375rem}.footer__newsletter{margin-bottom:1rem}.footer__newsletter p{font-size:.9375rem;margin-bottom:1rem}.footer__newsletter-form{display:flex;gap:0;border-radius:6px;overflow:hidden}.footer__newsletter-input{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-right:none;border-radius:6px 0 0 6px;background:#ffffff0d;color:#fff;font-size:.9375rem}.footer__newsletter-input::placeholder{color:#fff6}.footer__newsletter-input:focus{outline:none;border-color:var(--color-primary)}.footer__newsletter-btn{padding:.75rem 1.25rem;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-radius:0 6px 6px 0;transition:background-color .15s;white-space:nowrap}.footer__newsletter-btn:hover{background-color:#cf4e1c}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.8125rem;color:#ffffff80}.footer__payment-icons{display:flex;gap:.5rem;align-items:center}.footer__payment-icon{height:24px;width:auto;opacity:.6;transition:opacity .2s}.footer__payment-icon:hover{opacity:1}.form__group{margin-bottom:1.25rem}.form__label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.375rem;color:var(--color-text)}.form__label--required:after{content:" *";color:var(--color-primary)}.form__input,.form__select,.form__textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--color-border);border-radius:6px;font-size:.9375rem;background-color:var(--color-background);color:var(--color-text);transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}.form__input:focus,.form__select:focus,.form__textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #e85d261f}.form__input::placeholder,.form__textarea::placeholder{color:var(--color-text-light);opacity:.7}.form__input--error,.form__select--error,.form__textarea--error{border-color:#dc3545}.form__error{display:block;font-size:.8125rem;color:#dc3545;margin-top:.375rem}.form__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231B2A4A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form__textarea{min-height:120px;resize:vertical}.form__checkbox{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer;font-size:.9375rem}.form__checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}.form__radio{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.9375rem;padding:.25rem 0}.form__radio input[type=radio]{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}.form__row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:749px){.form__row{grid-template-columns:1fr}}.form__help{font-size:.8125rem;color:var(--color-text-light);margin-top:.25rem}.customer{padding-top:2rem;padding-bottom:var(--section-spacing);max-width:560px;margin:0 auto}.customer--wide{max-width:960px}.customer__title{text-align:center;margin-bottom:2rem}.customer__form{background:var(--color-background);border:1px solid var(--color-border);border-radius:12px;padding:2.5rem}@media(max-width:749px){.customer__form{padding:1.5rem}}.customer__form-footer{text-align:center;margin-top:1.5rem;font-size:.9375rem;color:var(--color-text-light)}.customer__form-footer a{color:var(--color-primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}.account{padding-top:2rem;padding-bottom:var(--section-spacing)}.account__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.account__orders{width:100%;overflow-x:auto}.account__orders table{min-width:600px}.account__orders th{text-align:left;padding:.75rem 1rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light);border-bottom:2px solid var(--color-text)}.account__orders td{padding:1rem;border-bottom:1px solid var(--color-border);font-size:.9375rem}.account__orders a{color:var(--color-primary);font-weight:600}.account__addresses{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.address-card{border:1px solid var(--color-border);border-radius:8px;padding:1.5rem;position:relative}.address-card--default{border-color:var(--color-primary)}.address-card__default-badge{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;color:var(--color-primary);margin-bottom:.5rem}.address-card__actions{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.address-card__actions button,.address-card__actions a{font-size:.8125rem;color:var(--color-text-light);text-decoration:underline;text-underline-offset:2px}.address-card__actions button:hover,.address-card__actions a:hover{color:var(--color-primary)}.order-detail__header{margin-bottom:2rem}.order-detail__status{display:inline-block;padding:.25rem .75rem;border-radius:100px;font-size:.8125rem;font-weight:600;background-color:#e85d261a;color:var(--color-primary);margin-top:.5rem}.page-404{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:50vh;padding:3rem 1.5rem}.page-404__code{font-size:clamp(5rem,15vw,10rem);font-family:var(--font-heading);font-weight:900;color:var(--color-background-secondary);line-height:1;margin-bottom:1rem}.page-404__title{margin-bottom:.75rem}.page-404__description{color:var(--color-text-light);margin-bottom:2rem;max-width:480px}.page-404__search{width:100%;max-width:400px;margin-bottom:1.5rem}.page-404__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@media(max-width:989px){.container{padding-left:1.25rem;padding-right:1.25rem}.section-spacing{padding-top:calc(var(--section-spacing, 4rem) * .75);padding-bottom:calc(var(--section-spacing, 4rem) * .75)}.hide-tablet{display:none!important}}@media(max-width:749px){.container{padding-left:1rem;padding-right:1rem}.section-spacing{padding-top:calc(var(--section-spacing, 4rem) * .6);padding-bottom:calc(var(--section-spacing, 4rem) * .6)}.hide-mobile{display:none!important}.hero{min-height:400px}.hero__content{padding:0 1rem}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.footer__grid{text-align:center}.footer__brand{max-width:none}.footer__social{justify-content:center}.footer__bottom{flex-direction:column;text-align:center}.footer__payment-icons{justify-content:center}}@media(min-width:750px){.show-mobile-only{display:none!important}}@media(min-width:990px){.show-tablet-only,.mobile-only{display:none!important}}@media(max-width:989px){.desktop-only{display:none!important}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.scroll-animate{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.scroll-animate.is-visible{opacity:1;transform:translateY(0)}.scroll-animate--delay-1{transition-delay:.1s}.scroll-animate--delay-2{transition-delay:.2s}.scroll-animate--delay-3{transition-delay:.3s}.scroll-animate--delay-4{transition-delay:.4s}.scroll-animate--scale{transform:scale(.95)}.scroll-animate--scale.is-visible{transform:scale(1)}.loading-spinner{display:inline-block;width:24px;height:24px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .6s linear infinite}.loading-spinner--large{width:40px;height:40px;border-width:4px}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fffc;z-index:10;border-radius:inherit}.skeleton{background:linear-gradient(90deg,var(--color-background-secondary) 25%,rgba(0,0,0,.04) 50%,var(--color-background-secondary) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton--text{height:1em;margin-bottom:.5rem;width:80%}.skeleton--title{height:1.5em;margin-bottom:.75rem;width:60%}.skeleton--image{aspect-ratio:1;width:100%}.keyboard-nav *:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px}.keyboard-nav a:focus-visible,.keyboard-nav button:focus-visible,.keyboard-nav input:focus-visible,.keyboard-nav select:focus-visible,.keyboard-nav textarea:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px}:focus:not(:focus-visible){outline:none}.keyboard-nav .btn:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px;box-shadow:0 0 0 6px #f5a62333}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.scroll-animate{opacity:1;transform:none}}@media(forced-colors:active){.btn{border:2px solid ButtonText}.badge,.product-card{border:1px solid}}.image-with-text{overflow:hidden}.image-with-text__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;min-height:480px}.image-with-text--reversed .image-with-text__grid{direction:rtl}.image-with-text--reversed .image-with-text__grid>*{direction:ltr}@media(max-width:989px){.image-with-text__grid{grid-template-columns:1fr}}.image-with-text__media{position:relative;height:100%;min-height:320px;overflow:hidden}.image-with-text__media img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.image-with-text__content{padding:clamp(2rem,5vw,4rem)}.image-with-text__subtitle{display:block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-bottom:.75rem}.image-with-text__title{margin-bottom:1rem}.image-with-text__description{color:var(--color-text-light);font-size:1.0625rem;line-height:1.7;margin-bottom:1.5rem}.image-with-text__features{margin-bottom:2rem}.image-with-text__feature{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.image-with-text__feature-icon{width:24px;height:24px;flex-shrink:0;color:var(--color-primary);margin-top:2px}.image-with-text__feature-text{font-size:.9375rem}.testimonials{background-color:var(--color-background-secondary)}.testimonials__carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:989px){.testimonials__carousel{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.testimonials__carousel{grid-template-columns:1fr}}.testimonial-card{background-color:var(--color-background);border-radius:12px;padding:2rem;border:1px solid var(--color-border);display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}.testimonial-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.testimonial-card__stars{display:flex;gap:2px;color:var(--color-accent);margin-bottom:1rem}.testimonial-card__stars svg{width:18px;height:18px}.testimonial-card__quote{font-size:1rem;line-height:1.7;color:var(--color-text);margin-bottom:1.5rem;flex:1;font-style:italic}.testimonial-card__quote:before{content:"\201c";font-size:2rem;color:var(--color-primary);font-family:var(--font-heading);line-height:0;vertical-align:-.4em;margin-right:.125rem}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;border-top:1px solid var(--color-border);padding-top:1rem}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background-color:var(--color-background-secondary);flex-shrink:0}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__name{font-weight:700;font-size:.9375rem}.newsletter-section{background-color:var(--color-secondary);color:#fff;text-align:center;position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(232,93,38,.15) 0%,transparent 70%);border-radius:50%}.newsletter-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(245,166,35,.1) 0%,transparent 70%);border-radius:50%}.newsletter-section__content{position:relative;z-index:1;max-width:600px;margin:0 auto}.newsletter-section__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#ffffff1a;border-radius:50%;margin-bottom:1.5rem;color:var(--color-accent)}.newsletter-section__icon svg{width:28px;height:28px}.newsletter-section__title{color:#fff;margin-bottom:.75rem}.newsletter-section__description{color:#ffffffb3;margin-bottom:2rem;font-size:1.0625rem}.newsletter-section__form{display:flex;max-width:460px;margin:0 auto;gap:0;border-radius:8px;overflow:hidden}.newsletter-section__input{flex:1;padding:.875rem 1.25rem;border:2px solid rgba(255,255,255,.2);border-right:none;border-radius:8px 0 0 8px;background:#ffffff14;color:#fff;font-size:1rem}.newsletter-section__input::placeholder{color:#ffffff80}.newsletter-section__input:focus{outline:none;border-color:var(--color-primary)}.newsletter-section__submit{padding:.875rem 1.75rem;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:.9375rem;border-radius:0 8px 8px 0;transition:background-color .15s;white-space:nowrap}.newsletter-section__submit:hover{background-color:#cf4e1c}.newsletter-section__note{font-size:.8125rem;color:#ffffff73;margin-top:1rem}@media(max-width:749px){.newsletter-section__form{flex-direction:column;gap:.75rem;border-radius:0}.newsletter-section__input{border-radius:8px;border-right:2px solid rgba(255,255,255,.2)}.newsletter-section__submit{border-radius:8px}}.rich-text{max-width:800px;margin:0 auto}.rich-text--wide{max-width:960px}.rich-text--narrow{max-width:640px}.rich-text__content{font-size:1.0625rem;line-height:1.8}.rich-text__content h2{margin-top:2rem;margin-bottom:1rem}.rich-text__content h3{margin-top:1.5rem;margin-bottom:.75rem}.rich-text__content p{margin-bottom:1.25rem}.rich-text__content ul,.rich-text__content ol{margin-bottom:1.25rem;padding-left:1.5rem}.rich-text__content ul{list-style:disc}.rich-text__content ol{list-style:decimal}.rich-text__content li{margin-bottom:.375rem}.rich-text__content a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.rich-text__content img{border-radius:8px;margin:1.5rem 0}.rich-text__content blockquote{border-left:4px solid var(--color-primary);padding:1rem 1.5rem;margin:1.5rem 0;font-style:italic;color:var(--color-text-light);background-color:var(--color-background-secondary);border-radius:0 6px 6px 0}.rich-text__actions{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.rich-text--center{text-align:center}.rich-text--center .rich-text__actions{justify-content:center}.video-section__wrapper{position:relative;max-width:960px;margin:0 auto;border-radius:12px;overflow:hidden;background-color:var(--color-secondary)}.video-section__poster{position:relative;aspect-ratio:16 / 9;cursor:pointer}.video-section__poster img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.video-section__poster:hover img{transform:scale(1.02)}.video-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1b2a4a66;display:flex;align-items:center;justify-content:center;transition:background .3s}.video-section__poster:hover .video-section__overlay{background:#1b2a4a4d}.video-section__play-btn{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--color-primary);border-radius:50%;color:#fff;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #e85d2666}.video-section__poster:hover .video-section__play-btn{transform:scale(1.1);box-shadow:0 6px 30px #e85d2680}.video-section__play-btn svg{width:32px;height:32px;margin-left:4px}.video-section__iframe{aspect-ratio:16 / 9;width:100%}.video-section__iframe iframe{width:100%;height:100%;border:none}.video-section__caption{text-align:center;font-size:.9375rem;color:var(--color-text-light);margin-top:1rem}@media(max-width:749px){.video-section__play-btn{width:60px;height:60px}.video-section__play-btn svg{width:24px;height:24px}}.promo-banner{overflow:hidden;border-radius:12px}.promo-banner__inner{display:grid;grid-template-columns:1fr 1fr;min-height:400px}.promo-banner--reversed .promo-banner__inner{direction:rtl}.promo-banner--reversed .promo-banner__inner>*{direction:ltr}@media(max-width:749px){.promo-banner__inner{grid-template-columns:1fr}}.promo-banner__media{position:relative;overflow:hidden;min-height:280px}.promo-banner__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.promo-banner:hover .promo-banner__media img{transform:scale(1.03)}.promo-banner__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,3.5rem);background-color:var(--color-secondary);color:#fff}.promo-banner__content--light{background-color:var(--color-background-secondary);color:var(--color-text)}.promo-banner__eyebrow{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:.75rem}.promo-banner__content--light .promo-banner__eyebrow{color:var(--color-primary)}.promo-banner__title{font-size:clamp(1.5rem,3vw,2.25rem);color:inherit;margin-bottom:1rem;line-height:1.15}.promo-banner__description{font-size:1rem;line-height:1.6;opacity:.85;margin-bottom:1.75rem}.promo-banner__price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.75rem}.promo-banner__price-current{font-size:2.25rem;font-weight:800;font-family:var(--font-heading);color:var(--color-accent)}.promo-banner__price-was{font-size:1.125rem;text-decoration:line-through;opacity:.6}.promo-banner__actions{display:flex;gap:1rem;flex-wrap:wrap}.breadcrumbs{padding:.75rem 0;font-size:.8125rem}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.breadcrumbs__item{display:flex;align-items:center;gap:.25rem}.breadcrumbs__link{color:var(--color-text-light);transition:color .15s}.breadcrumbs__link:hover{color:var(--color-primary)}.breadcrumbs__separator{color:var(--color-text-light);opacity:.5}.breadcrumbs__current{color:var(--color-text);font-weight:600}.notification{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;font-size:.9375rem;margin-bottom:1rem}.notification--success{background-color:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.notification--error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.notification--warning{background-color:#fffbeb;color:#92400e;border:1px solid #fde68a}.notification--info{background-color:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.notification svg{width:20px;height:20px;flex-shrink:0}.notification__close{margin-left:auto;opacity:.5;transition:opacity .15s}.notification__close:hover{opacity:1}.tabs__nav{display:flex;gap:0;border-bottom:2px solid var(--color-border);overflow-x:auto}.tabs__tab{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:var(--color-text-light);border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .15s,border-color .15s}.tabs__tab:hover{color:var(--color-text)}.tabs__tab.is-active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.tabs__panel{display:none;padding:1.5rem 0}.tabs__panel.is-active{display:block;animation:fadeIn .3s ease}.tooltip{position:relative}.tooltip__content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:.5rem .75rem;background-color:var(--color-secondary);color:#fff;font-size:.75rem;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;pointer-events:none;z-index:100}.tooltip__content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--color-secondary)}.tooltip:hover .tooltip__content{opacity:1;visibility:visible}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.modal.is-open{opacity:1;visibility:visible}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.modal__content{position:relative;background:var(--color-background);border-radius:12px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;box-shadow:0 20px 60px #0003;transform:scale(.95);transition:transform .3s ease}.modal.is-open .modal__content{transform:scale(1)}.modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--color-text-light);transition:background-color .15s}.modal__close:hover{background-color:var(--color-background-secondary)}.modal__close svg{width:20px;height:20px}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;border-radius:50%;box-shadow:0 4px 12px #e85d264d;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s,visibility .3s,transform .3s;z-index:100}.back-to-top:hover{background-color:#cf4e1c;transform:translateY(-2px)}.back-to-top svg{width:20px;height:20px}.free-shipping-bar{padding:.75rem 1rem;text-align:center;font-size:.875rem;font-weight:600}.free-shipping-bar__progress{height:4px;background-color:var(--color-border);border-radius:100px;margin-top:.5rem;overflow:hidden;max-width:300px;margin-left:auto;margin-right:auto}.free-shipping-bar__fill{height:100%;background-color:var(--color-primary);border-radius:100px;transition:width .3s ease}.trust-badges{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;padding:1.5rem 0}.trust-badge{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.trust-badge__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#e85d2614;color:var(--color-primary);border-radius:50%}.trust-badge__icon svg{width:20px;height:20px}.trust-badge__text{font-weight:600}.trust-badge__subtext{font-size:.75rem;color:var(--color-text-light);font-weight:400;display:block}.quick-view__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:749px){.quick-view__grid{grid-template-columns:1fr}}.quick-view__image{aspect-ratio:1;border-radius:8px;overflow:hidden;background-color:var(--color-background-secondary)}.quick-view__image img{width:100%;height:100%;object-fit:cover}.page-header{padding:2.5rem 0;text-align:center;background-color:var(--color-background-secondary);margin-bottom:2rem}.page-header__title{margin-bottom:.5rem}.page-header__description{color:var(--color-text-light);max-width:640px;margin:0 auto}.page-width{width:100%;max-width:var(--page-width, 1300px);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section-padding{padding-top:var(--section-spacing, 50px);padding-bottom:var(--section-spacing, 50px)}@media(max-width:989px){.page-width{padding-left:1.25rem;padding-right:1.25rem}.section-padding{padding-top:calc(var(--section-spacing, 50px) * .75);padding-bottom:calc(var(--section-spacing, 50px) * .75)}}@media(max-width:749px){.page-width{padding-left:1rem;padding-right:1rem}.section-padding{padding-top:calc(var(--section-spacing, 50px) * .6);padding-bottom:calc(var(--section-spacing, 50px) * .6)}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-heading);font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:all .25s ease;white-space:nowrap;text-decoration:none;position:relative;overflow:hidden}.button--primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.button--primary:hover{background-color:#cf4e1c;border-color:#cf4e1c;transform:translateY(-1px);box-shadow:0 4px 12px #e85d2659}.button--secondary{background-color:var(--color-secondary);color:#fff;border-color:var(--color-secondary)}.button--secondary:hover{background-color:#142038;border-color:#142038;transform:translateY(-1px);box-shadow:0 4px 12px #1b2a4a59}.button--outline{background-color:transparent;color:var(--color-primary);border-color:var(--color-primary)}.button--outline:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-1px)}.button[disabled],.button--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}@media(max-width:989px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.grid{grid-template-columns:1fr}}.grid__item{min-width:0}.product-card__placeholder,.collection-card__placeholder,.hero-slide__placeholder,.image-with-text__placeholder,.promotional-banner__placeholder{width:100%;height:100%;object-fit:cover;display:block}svg.placeholder-svg,[class*=placeholder] svg,[class*=placeholder]>svg{width:100%;height:100%;max-height:300px;object-fit:cover;background:#f4f5f7;display:block}.hero-slideshow-section{position:relative;width:100%;overflow:hidden}.hero-slideshow{position:relative;width:100%;min-height:500px;background-color:var(--color-secondary)}.hero-slide{display:none;position:relative;width:100%;min-height:500px;align-items:center;justify-content:center;animation:slideFadeIn .6s ease}.hero-slide.is-active{display:flex}.hero-slide__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero-slide__image img{width:100%;height:100%;object-fit:cover}.hero-slide__image--placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:var(--color-background-secondary)}.hero-slide__image--placeholder svg,.hero-slide__placeholder{width:100%;height:100%;max-height:100%;object-fit:cover;display:block}.hero-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-slide__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem 1.5rem;animation:heroFadeIn .8s ease-out}.hero-slide__heading{font-size:clamp(2.25rem,6vw,4rem);color:#fff;margin-bottom:1.25rem;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.5);max-width:700px}.hero-slide__subheading{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;margin-bottom:2rem;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.4);max-width:600px}.hero-slideshow__controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:1rem}.hero-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff26;color:#fff;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s;cursor:pointer;border:none}.hero-slideshow__arrow:hover{background:#ffffff4d}.hero-slideshow__arrow--prev{left:1.5rem}.hero-slideshow__arrow--next{right:1.5rem}.hero-slideshow__arrow svg{width:20px;height:20px}.hero-slideshow__dots{display:flex;align-items:center;gap:.5rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3}.hero-slideshow__dot{width:12px;height:12px;border-radius:50%;background-color:#fff6;border:2px solid transparent;transition:all .2s;cursor:pointer;padding:0}.hero-slideshow__dot.is-active{background-color:#fff;border-color:var(--color-primary);transform:scale(1.2)}@media(max-width:749px){.hero-slideshow,.hero-slide{min-height:400px}.hero-slide__content{padding:1.5rem 1rem}}.collection-list__heading{margin-bottom:2.5rem}.collection-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.collection-list__item{min-width:0}@media(max-width:989px){.collection-list__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.collection-list__grid{grid-template-columns:1fr}}.collection-card{position:relative;display:block;border-radius:8px;overflow:hidden;background-color:var(--color-background-secondary);text-decoration:none;transition:box-shadow .25s ease,transform .25s ease}.collection-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.collection-card__image-wrapper{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:var(--color-background-secondary)}.collection-card__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-card__image-wrapper img{transform:scale(1.05)}.collection-card__placeholder{width:100%;height:100%;object-fit:cover;display:block;background:#f4f5f7}.collection-card__placeholder svg{width:100%;height:100%;max-height:300px;object-fit:cover}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;z-index:1}.collection-card__info{padding:1rem 1.25rem}.collection-card__title{font-size:1.125rem;font-weight:700;color:var(--color-text)}.featured-collection__header{margin-bottom:2.5rem}.featured-collection__heading{margin-bottom:0}.featured-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.featured-collection__item{min-width:0}@media(max-width:989px){.featured-collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.featured-collection__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.product-card--placeholder .product-card__media{background-color:var(--color-background-secondary)}.image-with-text__image-wrapper{position:relative;height:100%;min-height:320px;overflow:hidden}.image-with-text__image-wrapper img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.image-with-text__placeholder{width:100%;height:100%;object-fit:cover;display:block;background:#f4f5f7;position:absolute;top:0;right:0;bottom:0;left:0}.image-with-text__placeholder svg{width:100%;height:100%;max-height:100%;object-fit:cover}.image-with-text__heading{margin-bottom:1rem}.image-with-text__text{color:var(--color-text-light);font-size:1.0625rem;line-height:1.7;margin-bottom:1.5rem}.image-with-text__text.rte p{margin-bottom:1em}.promotional-banner{overflow:hidden}.promotional-banner__grid{display:grid;grid-template-columns:1fr 1fr;min-height:400px;align-items:center}@media(max-width:749px){.promotional-banner__grid{grid-template-columns:1fr}}.promotional-banner__image-wrapper{position:relative;overflow:hidden;min-height:280px;height:100%}.promotional-banner__image-wrapper img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.promotional-banner:hover .promotional-banner__image-wrapper img{transform:scale(1.03)}.promotional-banner__placeholder{width:100%;height:100%;object-fit:cover;display:block;background:#f4f5f7;position:absolute;top:0;right:0;bottom:0;left:0}.promotional-banner__placeholder svg{width:100%;height:100%;max-height:100%;object-fit:cover}.promotional-banner__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,3.5rem)}.promotional-banner__heading{font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:1rem;line-height:1.15}.promotional-banner__text{font-size:1rem;line-height:1.6;opacity:.85;margin-bottom:1.75rem}.promotional-banner__button{align-self:flex-start}.testimonials__heading{margin-bottom:2.5rem}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonials__item{min-width:0}@media(max-width:989px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.testimonials__grid{grid-template-columns:1fr}}.testimonial-card__rating{display:flex;gap:2px;color:var(--color-accent);margin-bottom:1rem}.testimonial-card__star{display:inline-flex;width:18px;height:18px;flex-shrink:0}.testimonial-card__star svg{width:18px;height:18px}.testimonial-card__star--filled{color:var(--color-accent, #F5A623)}.testimonial-card__star:not(.testimonial-card__star--filled){color:var(--color-border, #ddd)}.testimonial-card__footer{border-top:1px solid var(--color-border);padding-top:1rem;margin-top:auto}.testimonial-card__author{font-weight:700;font-size:.9375rem}.testimonial-card__role{font-size:.8125rem;color:var(--color-text-light)}.newsletter{text-align:center;position:relative;overflow:hidden}.newsletter__inner{position:relative;z-index:1;max-width:600px;margin:0 auto;padding:2rem 0}.newsletter__heading{margin-bottom:.75rem}.newsletter__text{opacity:.7;margin-bottom:2rem;font-size:1.0625rem}.newsletter__form-wrapper{max-width:460px;margin:0 auto}.newsletter__form{display:flex;gap:0;border-radius:8px;overflow:hidden}.newsletter__input-group{display:flex;width:100%;border-radius:8px;overflow:hidden}.newsletter__input{flex:1;padding:.875rem 1.25rem;border:2px solid rgba(255,255,255,.2);border-right:none;border-radius:8px 0 0 8px;background:#ffffff14;color:inherit;font-size:1rem}.newsletter__input::placeholder{color:#ffffff80}.newsletter__input:focus{outline:none;border-color:var(--color-primary)}.newsletter__submit{padding:.875rem 1.75rem;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:.9375rem;border-radius:0 8px 8px 0;transition:background-color .15s;white-space:nowrap;border:none;cursor:pointer}.newsletter__submit:hover{background-color:#cf4e1c}@media(max-width:749px){.newsletter__form,.newsletter__input-group{flex-direction:column;gap:.75rem;border-radius:0}.newsletter__input{border-radius:8px;border-right:2px solid rgba(255,255,255,.2)}.newsletter__submit{border-radius:8px}}.section-heading{margin-bottom:2.5rem}.rte p{margin-bottom:1em}.rte p:last-child{margin-bottom:0}.collection-banner{position:relative;padding:3rem 0;background-color:var(--color-secondary);color:#fff;margin-bottom:2rem}.collection-banner__solid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-secondary)}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}.collection-banner__content{position:relative;z-index:2}.collection-banner__breadcrumbs{margin-bottom:1rem}.breadcrumbs__list{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;font-size:.875rem}.breadcrumbs__item a{color:#ffffffb3;text-decoration:none}.breadcrumbs__item a:hover{color:#fff}.breadcrumbs__separator{color:#fff6}.breadcrumbs__item--current{color:#fff}.collection-banner__title{font-size:clamp(2rem,4vw,3rem);margin:0}.collection-banner__description{margin-top:.75rem;color:#ffffffd9;max-width:600px}.collection-section{padding:2rem 0}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.collection-toolbar__count{font-size:.875rem;color:var(--color-text-light)}.collection-toolbar__actions{display:flex;align-items:center;gap:1rem}.collection-toolbar__filter-toggle{display:none}@media(max-width:989px){.collection-toolbar__filter-toggle{display:inline-flex}}.collection-toolbar__sort{position:relative}.collection-toolbar__sort-select{appearance:none;-webkit-appearance:none;padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-background) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='2' fill='none'/%3E%3C/svg%3E") right .75rem center/12px no-repeat;font-size:.875rem;cursor:pointer}.collection-layout{display:flex;gap:2rem}.collection-layout--has-sidebar .collection-sidebar{flex:0 0 260px}@media(max-width:989px){.collection-layout{display:block}.collection-sidebar{display:none}}.collection-filters__group{border-bottom:1px solid var(--color-border);padding:1rem 0}.collection-filters__group:first-child{padding-top:0}.collection-filters__heading{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.9375rem;cursor:pointer;list-style:none;padding:.5rem 0}.collection-filters__heading::-webkit-details-marker{display:none}.collection-filters__toggle-icon{font-size:1.25rem;transition:transform .2s}details[open] .collection-filters__toggle-icon{transform:rotate(45deg)}.collection-filters__body{padding:.5rem 0}.collection-filters__list{list-style:none;padding:0;margin:0}.collection-filters__item{margin-bottom:.375rem}.collection-filters__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer;padding:.25rem 0}.collection-filters__label--disabled{opacity:.4;pointer-events:none}.collection-filters__checkbox{width:16px;height:16px;accent-color:var(--color-primary)}.collection-filters__count{color:var(--color-text-light);font-size:.8125rem;margin-left:auto}.collection-filters__price-range{display:flex;align-items:center;gap:.5rem}.collection-filters__price-field{flex:1}.collection-filters__price-input-wrapper{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:4px;padding:.375rem .5rem}.collection-filters__currency{font-size:.8125rem;color:var(--color-text-light);margin-right:.25rem}.collection-filters__price-input{border:none;width:100%;font-size:.875rem;outline:none}.collection-filters__price-separator{color:var(--color-text-light)}.collection-filters__actions{display:flex;gap:.75rem;align-items:center;margin-top:1rem}.collection-filters__clear{font-size:.875rem}.collection-filters-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none}.collection-filters-drawer[open],.collection-filters-drawer.is-open{display:flex}.collection-filters-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.collection-filters-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.collection-filters-drawer__title{margin:0}.collection-filters-drawer__close{background:none;border:none;cursor:pointer;padding:.5rem}.collection-filters-drawer__body{position:relative;z-index:1;background:var(--color-background);width:100%;max-width:380px;height:100%;overflow-y:auto;display:flex;flex-direction:column}.collection-grid-wrapper{flex:1;min-width:0}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:989px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.product-card__image-wrapper{position:relative;overflow:hidden;border-radius:8px;background:var(--color-background-secondary);aspect-ratio:1}.product-card__image-wrapper img,.product-card__image--primary,.product-card__image--secondary{width:100%;height:100%;object-fit:cover;display:block}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__link{text-decoration:none;color:inherit;display:block}.product-card__badges{position:absolute;top:.5rem;left:.5rem;z-index:2;display:flex;flex-direction:column;gap:.25rem}.product-card__quick-add{position:absolute;bottom:.5rem;right:.5rem;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .3s}.product-card:hover .product-card__quick-add{opacity:1}.pagination{display:flex;justify-content:center;align-items:center;gap:.25rem;padding:2rem 0;list-style:none;margin:0}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:6px;font-size:.875rem;text-decoration:none;color:var(--color-text);transition:background .2s,color .2s}.pagination a:hover{background:var(--color-background-secondary)}.pagination .current,.pagination [aria-current=page]{background:var(--color-primary);color:#fff}.pagination .disabled{opacity:.3;pointer-events:none}.collection-empty{text-align:center;padding:4rem 2rem}.breadcrumbs{margin-bottom:1.5rem}.breadcrumbs__list--dark a{color:var(--color-text-light)}.breadcrumbs__list--dark a:hover{color:var(--color-primary)}.breadcrumbs__list--dark .breadcrumbs__separator{color:var(--color-border)}.breadcrumbs__list--dark .breadcrumbs__item--current{color:var(--color-text)}.product__breadcrumb{margin-bottom:1.5rem;padding-top:1rem}.breadcrumb__list{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;font-size:.875rem}.breadcrumb__item a{color:var(--color-text-light);text-decoration:none}.breadcrumb__item a:hover{color:var(--color-primary)}.breadcrumb__item--active{color:var(--color-text)}.product__container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:989px){.product__container{grid-template-columns:1fr;gap:2rem}}.product__media-wrapper{position:sticky;top:120px}.product__media-main{position:relative;overflow:hidden;border-radius:12px;background:var(--color-background-secondary);margin-bottom:.75rem}.product__media-main--zoom{cursor:zoom-in}.product__media-image-wrapper{aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product__media-image{width:100%;height:100%;object-fit:contain}.product__media-thumbnails{display:flex;gap:.5rem;overflow-x:auto}.product__media-thumbnail{flex:0 0 70px;width:70px;height:70px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s;background:var(--color-background-secondary)}.product__media-thumbnail--active{border-color:var(--color-primary)}.product__media-thumbnail-image{width:100%;height:100%;object-fit:cover}.product__info-wrapper{padding-top:.5rem}.product__title{font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 .5rem;line-height:1.2}.product__vendor{font-size:.875rem;color:var(--color-text-light);margin-bottom:.75rem}.product__vendor a{color:var(--color-primary);text-decoration:none}.product__rating{display:flex;align-items:center;gap:.25rem;margin-bottom:1rem}.product__rating-stars{display:flex;gap:2px;color:#f5a623}.product__rating-stars .icon{width:18px;height:18px}.product__price-wrapper{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.product__price{font-size:1.75rem;font-weight:700;color:var(--color-text)}.product__price--compare{font-size:1.125rem;color:var(--color-text-light);text-decoration:line-through}.product__badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.product__badge--sale{background:#dc2626;color:#fff}.product__sku{font-size:.8125rem;color:var(--color-text-light);margin-bottom:1rem}.product__sku-label{font-weight:600}.product__short-description{color:var(--color-text-light);font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.product__variant-group{margin-bottom:1.25rem}.product__variant-label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.product__variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.product__variant-swatch,.product__variant-pill{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.product__variant-swatch input,.product__variant-pill input{position:absolute;opacity:0;pointer-events:none}.product__variant-pill label{padding:.5rem 1rem;border:2px solid var(--color-border);border-radius:6px;font-size:.875rem;cursor:pointer;transition:border-color .2s,background .2s}.product__variant-pill input:checked+label{border-color:var(--color-primary);background:rgba(var(--color-primary-rgb),.08)}.product__quantity-wrapper{margin-bottom:1.25rem}.product__quantity-label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.product__quantity-selector{display:inline-flex;align-items:center;border:2px solid var(--color-border);border-radius:8px;overflow:hidden}.product__quantity-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1.25rem;color:var(--color-text);transition:background .2s}.product__quantity-btn:hover{background:var(--color-background-secondary)}.product__quantity-input{width:50px;height:44px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:1rem;font-weight:600;-moz-appearance:textfield}.product__quantity-input::-webkit-inner-spin-button,.product__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none}.product__actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product__add-to-cart{width:100%;padding:1rem 2rem;font-size:1.0625rem}.product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product__dynamic-checkout{margin-bottom:1rem}.product__dynamic-checkout .shopify-payment-button__button{border-radius:8px;min-height:50px}.product__accordions{border-top:1px solid var(--color-border);margin-top:1rem}.product__accordion{border-bottom:1px solid var(--color-border)}.product__accordion summary{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-weight:600;cursor:pointer;list-style:none}.product__accordion summary::-webkit-details-marker{display:none}.product__accordion summary svg{width:16px;height:16px;transition:transform .3s}.product__accordion[open] summary svg{transform:rotate(180deg)}.product__accordion__content{padding:0 0 1rem;color:var(--color-text-light);line-height:1.7}.product__trust-badges{display:flex;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.product__trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-text-light)}.product__trust-badge .icon{width:20px;height:20px;color:var(--color-primary)}.product__share{margin-top:1rem;display:flex;gap:.5rem}.related-products{padding:3rem 0}.related-products__heading{font-size:1.5rem;margin-bottom:1.5rem}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:989px){.related-products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:749px){.related-products__grid{grid-template-columns:repeat(2,1fr)}}:root{--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-medium: .4s cubic-bezier(.4, 0, .2, 1);--transition-slow: .6s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .5s cubic-bezier(.34, 1.56, .64, 1);--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 10px 30px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);--shadow-xl: 0 20px 50px rgba(0,0,0,.15), 0 8px 16px rgba(0,0,0,.08);--shadow-3d: 0 25px 60px rgba(0,0,0,.12), 0 10px 20px rgba(0,0,0,.08), 0 0 0 1px rgba(0,0,0,.03);--shadow-glow: 0 0 20px rgba(232, 93, 38, .3), 0 0 60px rgba(232, 93, 38, .1);--gradient-primary: linear-gradient(135deg, #E85D26 0%, #F5A623 100%);--gradient-secondary: linear-gradient(135deg, #1B2A4A 0%, #2D4A7A 100%);--gradient-dark: linear-gradient(180deg, #0F1923 0%, #1B2A4A 100%)}.header.scrolled{background:#ffffffd9!important;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.3);box-shadow:0 4px 30px #00000014}.header__logo-link{transition:transform var(--transition-medium)}.header__logo-link:hover{transform:scale(1.05)}.header__logo-text{background:var(--gradient-secondary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav-link{position:relative}.header__nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--gradient-primary);transition:all var(--transition-medium);transform:translate(-50%);border-radius:2px}.header__nav-link:hover:after{width:80%}.header__icon-button{transition:all var(--transition-fast);position:relative}.header__icon-button:hover{transform:translateY(-2px);color:var(--color-primary)}.header__cart-count{animation:cartBadgePop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes cartBadgePop{0%{transform:scale(0)}50%{transform:scale(1.3)}to{transform:scale(1)}}.header__mega-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7!important;border-radius:0 0 16px 16px!important;box-shadow:var(--shadow-xl)!important}.announcement-bar{background:var(--gradient-dark)!important;position:relative;overflow:hidden}.announcement-bar:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.03) 50%,transparent 60%);animation:shimmer 8s linear infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.hero-slideshow{position:relative}.hero-slide__content{text-shadow:none!important}.hero-slide__content .container{max-width:800px}.hero-slide__heading{font-weight:800!important;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.4)!important;animation:heroTextIn .8s ease-out both}.hero-slide__subheading{text-shadow:0 2px 10px rgba(0,0,0,.3)!important;animation:heroTextIn .8s .2s ease-out both}.hero-slide__button{animation:heroTextIn .8s .4s ease-out both}@keyframes heroTextIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.button,.btn,.button--primary,.btn--primary{position:relative;overflow:hidden;transition:all var(--transition-medium)!important;box-shadow:var(--shadow-sm);letter-spacing:.05em;font-weight:700;border-radius:10px!important}.button--primary,.btn--primary{background:var(--gradient-primary)!important;border:none!important;box-shadow:0 4px 15px #e85d264d}.button--primary:hover,.btn--primary:hover{transform:translateY(-3px)!important;box-shadow:0 8px 25px #e85d2666!important}.button--primary:active,.btn--primary:active{transform:translateY(-1px)!important}.button:after,.btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease,opacity .6s ease;opacity:0}.button:active:after,.btn:active:after{width:300px;height:300px;opacity:1;transition:0s}.button--secondary,.btn--secondary{border:2px solid var(--color-border)!important;background:transparent!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all var(--transition-medium)!important}.button--secondary:hover,.btn--secondary:hover{border-color:var(--color-primary)!important;color:var(--color-primary)!important;transform:translateY(-2px);box-shadow:var(--shadow-md)}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .7s ease-out,transform .7s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.grid .animate-on-scroll:nth-child(1){transition-delay:0s}.grid .animate-on-scroll:nth-child(2){transition-delay:.1s}.grid .animate-on-scroll:nth-child(3){transition-delay:.2s}.grid .animate-on-scroll:nth-child(4){transition-delay:.3s}.grid .animate-on-scroll:nth-child(5){transition-delay:.4s}.grid .animate-on-scroll:nth-child(6){transition-delay:.5s}.animate-slide-left{opacity:0;transform:translate(-60px);transition:opacity .7s ease-out,transform .7s ease-out}.animate-slide-left.is-visible{opacity:1;transform:translate(0)}.animate-slide-right{opacity:0;transform:translate(60px);transition:opacity .7s ease-out,transform .7s ease-out}.animate-slide-right.is-visible{opacity:1;transform:translate(0)}.animate-scale{opacity:0;transform:scale(.85);transition:opacity .6s ease-out,transform .6s ease-out}.animate-scale.is-visible{opacity:1;transform:scale(1)}.collection-card,.product-card,.testimonial-card{transition:all var(--transition-medium)!important;border-radius:16px!important;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.04)}.collection-card:hover,.product-card:hover{transform:translateY(-8px)!important;box-shadow:var(--shadow-3d)!important}.testimonial-card{background:#fff;border:1px solid var(--color-border)}.testimonial-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.product-card__image-wrapper img,.product-card__image--primary{transition:transform .6s cubic-bezier(.4,0,.2,1)!important}.product-card:hover .product-card__image-wrapper img,.product-card:hover .product-card__image--primary{transform:scale(1.08)}.collection-card__image-wrapper{position:relative;overflow:hidden;border-radius:16px}.collection-card__image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity var(--transition-medium);pointer-events:none}.collection-card:hover .collection-card__image-wrapper:after{opacity:1}.section-heading,.collection-list__heading,.featured-collection__heading,.testimonials__heading{position:relative;display:inline-block}.collection-list__heading:after,.featured-collection__heading:after,.testimonials__heading:after{content:"";display:block;width:60px;height:4px;background:var(--gradient-primary);border-radius:2px;margin-top:.75rem}.image-with-text__image-wrapper{border-radius:20px!important;overflow:hidden;box-shadow:var(--shadow-lg);transition:transform var(--transition-medium),box-shadow var(--transition-medium)}.image-with-text__image-wrapper:hover{transform:scale(1.02) rotate(-1deg);box-shadow:var(--shadow-xl)}.promotional-banner{border-radius:20px!important;overflow:hidden;position:relative;margin-left:1.5rem;margin-right:1.5rem}.promotional-banner:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:var(--gradient-primary);z-index:-1;border-radius:22px;opacity:0;transition:opacity var(--transition-medium)}.promotional-banner:hover:before{opacity:1}.testimonial-card__star--filled{color:#f5a623!important;filter:drop-shadow(0 1px 2px rgba(245,166,35,.4))}.newsletter{position:relative;overflow:hidden;border-radius:0}.newsletter:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#ffffff0d;border-radius:50%;pointer-events:none}.newsletter:after{content:"";position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;background:#ffffff08;border-radius:50%;pointer-events:none}.newsletter__input{border-radius:10px!important;border:2px solid rgba(255,255,255,.2)!important;background:#ffffff1a!important;color:#fff!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all var(--transition-medium)!important}.newsletter__input:focus{border-color:#ffffff80!important;background:#ffffff26!important;box-shadow:0 0 0 4px #ffffff1a!important}.newsletter__input::placeholder{color:#fff9!important}.newsletter__submit{border-radius:10px!important;background:#fff!important;color:var(--color-primary)!important;font-weight:700!important;box-shadow:var(--shadow-md)!important;transition:all var(--transition-medium)!important}.newsletter__submit:hover{transform:translateY(-2px)!important;box-shadow:var(--shadow-lg)!important}.section-footer footer{position:relative;overflow:hidden}.section-footer footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.product__trust-badge .icon,.product__trust-badges .icon{animation:trustPulse 2s ease-in-out infinite}@keyframes trustPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.cart-drawer__panel,[data-cart-drawer]>div:last-child{box-shadow:-10px 0 50px #00000026!important}.product__media-main{border-radius:16px!important;box-shadow:var(--shadow-md)!important;transition:box-shadow var(--transition-medium)}.product__media-main:hover{box-shadow:var(--shadow-lg)!important}.product__media-thumbnail{border-radius:10px!important;transition:all var(--transition-medium)!important}.product__media-thumbnail:hover{transform:scale(1.05);box-shadow:var(--shadow-md)}.product__media-thumbnail--active{border-color:var(--color-primary)!important;box-shadow:0 0 0 3px #e85d2633}.product__add-to-cart{background:var(--gradient-primary)!important;border:none!important;border-radius:12px!important;font-size:1.125rem!important;font-weight:700!important;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 4px 20px #e85d2659!important;transition:all var(--transition-medium)!important;position:relative;overflow:hidden}.product__add-to-cart:hover:not(:disabled){transform:translateY(-3px)!important;box-shadow:0 8px 30px #e85d2673!important}.product__add-to-cart:active:not(:disabled){transform:translateY(-1px)!important}.product__quantity-selector{border-radius:12px!important;border:2px solid var(--color-border)!important;overflow:hidden;transition:border-color var(--transition-fast)}.product__quantity-selector:focus-within{border-color:var(--color-primary)!important;box-shadow:0 0 0 3px #e85d261a}.collection-banner{background:var(--gradient-secondary)!important;border-radius:0 0 24px 24px;padding:3.5rem 0!important;position:relative;overflow:hidden}.collection-banner:after{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:#e85d2614;border-radius:50%;pointer-events:none}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number],textarea,select{border-radius:10px!important;border:2px solid var(--color-border)!important;padding:.75rem 1rem!important;transition:all var(--transition-fast)!important;font-size:.9375rem}input:focus,textarea:focus,select:focus{border-color:var(--color-primary)!important;box-shadow:0 0 0 4px #e85d261a!important;outline:none!important}.customer-card{border-radius:20px!important;box-shadow:var(--shadow-xl)!important;border:none!important;overflow:hidden;position:relative}.customer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gradient-primary)}.section-customer{min-height:80vh;display:flex;align-items:center;justify-content:center;background:var(--color-background-secondary);position:relative}.section-customer:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:var(--gradient-dark);clip-path:polygon(0 0,85% 0,65% 100%,0 100%);z-index:0}.section-customer>*{position:relative;z-index:1}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:var(--gradient-primary);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(20px);transition:all var(--transition-medium);z-index:999}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.shipping-progress{background:var(--color-background-secondary);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem}.shipping-progress__bar{height:6px;background:var(--color-border);border-radius:3px;overflow:hidden;margin-top:.5rem}.shipping-progress__fill{height:100%;background:var(--gradient-primary);border-radius:3px;transition:width .8s cubic-bezier(.4,0,.2,1)}.shipping-progress__text{font-size:.875rem;color:var(--color-text-light)}.shipping-progress__text strong{color:var(--color-primary)}.stats-counter{display:flex;justify-content:center;gap:3rem;padding:2rem 0;text-align:center}.stats-counter__item{display:flex;flex-direction:column;align-items:center}.stats-counter__number{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--color-primary);line-height:1}.stats-counter__label{font-size:.875rem;color:var(--color-text-light);margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}@keyframes skeletonPulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.skeleton{background:linear-gradient(90deg,var(--color-background-secondary) 25%,#e8e8e8 50%,var(--color-background-secondary) 75%);background-size:200% 100%;animation:skeletonPulse 1.5s infinite;border-radius:8px}.pagination a,.pagination span{border-radius:10px!important;font-weight:600;transition:all var(--transition-fast)!important}.pagination .current,.pagination [aria-current=page]{background:var(--gradient-primary)!important;box-shadow:0 4px 12px #e85d264d}.pagination a:hover{background:var(--color-background-secondary)!important;transform:translateY(-2px)}.main-content{animation:pageIn .4s ease-out}@keyframes pageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search-modal__content{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#fffffff2!important;border-radius:16px!important;box-shadow:var(--shadow-xl)!important;padding:1.5rem!important;max-width:600px;margin:0 auto}.search-modal__input{font-size:1.25rem!important;border:none!important;border-bottom:2px solid var(--color-border)!important;border-radius:0!important;padding:1rem 0!important;background:transparent!important;transition:border-color var(--transition-fast)!important}.search-modal__input:focus{border-color:var(--color-primary)!important;box-shadow:none!important}.search-modal:not([hidden]){display:flex;align-items:flex-start;padding-top:20vh}.search-modal__overlay{background:#00000080!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-drawer__panel{box-shadow:10px 0 50px #0003!important}.mobile-drawer__overlay{background:#00000080!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-drawer__link{padding:.875rem 1.5rem!important;font-weight:500;transition:all var(--transition-fast)!important;border-radius:8px;margin:0 .5rem}.mobile-drawer__link:hover{background:var(--color-background-secondary);color:var(--color-primary)!important;padding-left:2rem!important}.product-card__price{font-weight:700!important;font-size:1.0625rem!important}.section-404{min-height:60vh;display:flex;align-items:center;justify-content:center;background:var(--color-background-secondary)}::selection{background:#e85d2633;color:var(--color-text)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-background-secondary)}::-webkit-scrollbar-thumb{background:var(--color-text-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.header-amazon{position:sticky;top:0;z-index:1000;width:100%}.header-amazon__top{background:#131921;padding:.5rem 0}.header-amazon__inner{max-width:var(--page-width);margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:1rem}.header-amazon__logo{flex-shrink:0;display:flex;align-items:center;text-decoration:none;padding:.5rem;border:1px solid transparent;border-radius:3px;transition:border-color .15s}.header-amazon__logo:hover{border-color:#fff}.header-amazon__logo img{max-height:40px;width:auto}.header-amazon__logo-text{color:#fff;font-size:1.375rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.01em;white-space:nowrap}.header-amazon__search{flex:1;max-width:700px}.header-amazon__search-form{display:flex;border-radius:6px;overflow:hidden;height:42px;box-shadow:0 2px 8px #0003}.header-amazon__search-input{flex:1;border:none!important;border-radius:6px 0 0 6px!important;padding:0 1rem!important;font-size:.9375rem;background:#fff!important;color:#111!important;outline:none;height:42px}.header-amazon__search-input:focus{box-shadow:0 0 0 3px #e85d2666!important;position:relative;z-index:1}.header-amazon__search-btn{background:var(--gradient-primary);border:none;padding:0 1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:0 6px 6px 0;transition:filter .2s}.header-amazon__search-btn:hover{filter:brightness(1.1)}.header-amazon__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header-amazon__action-link{display:flex;flex-direction:column;color:#fff;text-decoration:none;padding:.5rem .75rem;border:1px solid transparent;border-radius:3px;transition:border-color .15s;white-space:nowrap}.header-amazon__action-link:hover{border-color:#fff}.header-amazon__action-small{font-size:.6875rem;color:#ccc;line-height:1.2}.header-amazon__action-bold{font-size:.8125rem;font-weight:700;line-height:1.3}.header-amazon__cart{display:flex;align-items:flex-end;color:#fff;text-decoration:none;padding:.5rem .75rem;border:1px solid transparent;border-radius:3px;transition:border-color .15s;gap:.125rem}.header-amazon__cart:hover{border-color:#fff}.header-amazon__cart-icon{position:relative}.header-amazon__cart-count{position:absolute;top:-6px;right:-2px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;font-size:.6875rem;font-weight:800;border-radius:50%;line-height:1;padding:0 3px}.header-amazon__cart-text{font-size:.8125rem;font-weight:700;line-height:1;margin-bottom:2px}.header-amazon__mobile-toggle{display:none;color:#fff;background:none;border:1px solid transparent;border-radius:3px;padding:.5rem;cursor:pointer;transition:border-color .15s}.header-amazon__mobile-toggle:hover{border-color:#fff}.header-amazon__nav-bar{background:#232f3e;padding:0;position:relative;z-index:999}.header-amazon__nav-bar .header-amazon__inner{padding:0 1rem}.header-amazon__nav{overflow:visible}.header-amazon__nav::-webkit-scrollbar{display:none}.header-amazon__nav-list{display:flex;align-items:center;gap:0;list-style:none;padding:0;margin:0;white-space:nowrap}.header-amazon__nav-item{position:relative}.header-amazon__nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;color:#fff;font-size:.8125rem;font-weight:500;text-decoration:none;border:1px solid transparent;border-radius:3px;transition:border-color .15s}.header-amazon__nav-link:hover{border-color:#fff}.header-amazon__chevron{transition:transform .2s}.header-amazon__nav-item:hover .header-amazon__chevron{transform:rotate(180deg)}.header-amazon__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid #ddd;border-radius:0 0 6px 6px;box-shadow:0 8px 24px #00000026;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .2s,visibility .2s,transform .2s;z-index:100}.header-amazon__nav-item:hover .header-amazon__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-amazon__dropdown-list{list-style:none;padding:0;margin:0}.header-amazon__dropdown-link{display:block;padding:.5rem 1.25rem;color:#111;font-size:.875rem;text-decoration:none;transition:background .15s}.header-amazon__dropdown-link:hover{background:#f0f0f0;color:var(--color-primary)}.header-amazon__dropdown-sublist{list-style:none;padding:0;margin:0;padding-left:1rem}.header-amazon__dropdown-sublink{display:block;padding:.375rem 1.25rem;color:#555;font-size:.8125rem;text-decoration:none;transition:color .15s}.header-amazon__dropdown-sublink:hover{color:var(--color-primary)}@media(max-width:989px){.header-amazon__search,.header-amazon__action-link{display:none}.header-amazon__mobile-toggle{display:flex}.header-amazon__nav-bar{display:none}}.btn-amazon-cart,.product__add-to-cart{background:linear-gradient(to bottom,#f7dfa5,#f0c14b)!important;color:#111!important;border:1px solid #a88734!important;border-radius:8px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.03em;box-shadow:0 2px 5px #0000001a!important;transition:all .15s!important}.btn-amazon-cart:hover,.product__add-to-cart:hover:not(:disabled){background:linear-gradient(to bottom,#f5d78e,#eeb933)!important;transform:none!important;box-shadow:0 2px 8px #00000026!important}.btn-amazon-buy{background:linear-gradient(to bottom,#f90,#e47911)!important;color:#fff!important;border:1px solid #c77600!important;border-radius:8px!important;font-weight:700!important}.btn-amazon-buy:hover{background:linear-gradient(to bottom,#ff8c00,#d06b0a)!important}.product-card{border:1px solid #e3e3e3!important;border-radius:8px!important;background:#fff;transition:box-shadow .2s!important;overflow:hidden}.product-card:hover{box-shadow:0 4px 16px #0000001f!important;transform:none!important}.product-card__info{padding:.75rem!important}.product-card__title{font-size:.875rem!important;font-weight:400!important;line-height:1.4!important;color:#0f1111!important;margin-bottom:.25rem!important}.product-card__title a:hover{color:var(--color-primary)!important}.product-card__price{font-size:1.25rem!important;font-weight:400!important;color:#0f1111!important}.product-card__rating,.product__rating{display:flex!important;align-items:center;gap:.375rem;margin-bottom:.375rem!important}.product-card__stars,.product__rating-stars{color:#de7921!important;display:flex;gap:1px}.product-card__stars svg,.product__rating-stars svg,.product__rating-stars .icon{width:15px!important;height:15px!important}.product-card__reviews-count{font-size:.8125rem;color:#007185}.product-card__reviews-count:hover{color:var(--color-primary);text-decoration:underline}.product-card__price-symbol{font-size:.8125rem;vertical-align:top;position:relative;top:.2em}.product-card__price-whole{font-size:1.5rem;font-weight:400}.product-card__price-decimal{font-size:.8125rem;vertical-align:top;position:relative;top:.2em}.product-card__delivery{font-size:.75rem;color:#565959;margin-top:.375rem}.product-card__delivery strong{color:#0f1111}.product-card__badge-bestseller{display:inline-block;background:#e47911;color:#fff;font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:2px;text-transform:uppercase;margin-bottom:.25rem}.product-card__badge-deal{display:inline-flex;align-items:center;background:#cc0c39;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:3px}.product-carousel{position:relative;overflow:hidden}.product-carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 0}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__track .product-card,.product-carousel__track .grid__item{flex:0 0 calc(25% - .75rem);scroll-snap-align:start;min-width:200px}@media(max-width:989px){.product-carousel__track .product-card,.product-carousel__track .grid__item{flex:0 0 calc(33.333% - .67rem)}}@media(max-width:749px){.product-carousel__track .product-card,.product-carousel__track .grid__item{flex:0 0 calc(50% - .5rem)}}.product-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:80px;background:#ffffffe6;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 8px #0000001a;transition:background .15s;color:#111}.product-carousel__arrow:hover{background:#fff;box-shadow:0 4px 12px #00000026}.product-carousel__arrow--prev{left:0}.product-carousel__arrow--next{right:0}.amazon-section-header{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:.75rem;border-bottom:none;margin-bottom:1rem}.amazon-section-header__title{font-size:1.375rem;font-weight:700;color:#0f1111;margin:0}.amazon-section-header__link{color:#007185;font-size:.875rem;text-decoration:none}.amazon-section-header__link:hover{color:var(--color-primary);text-decoration:underline}.deal-card{background:#fff;border:1px solid #e3e3e3;border-radius:8px;overflow:hidden}.deal-card__badge{background:#cc0c39;color:#fff;padding:.25rem .75rem;font-size:.8125rem;font-weight:700;display:inline-block}.deal-card__timer{font-size:.75rem;color:#565959;margin-top:.25rem}.deal-card__progress{height:4px;background:#e7e7e7;border-radius:2px;overflow:hidden;margin-top:.5rem}.deal-card__progress-fill{height:100%;background:#cc0c39;border-radius:2px}.breadcrumb__list,.breadcrumbs__list{font-size:.8125rem!important;color:#565959}.breadcrumb__item a,.breadcrumbs__item a{color:#007185!important}.breadcrumb__item a:hover,.breadcrumbs__item a:hover{color:var(--color-primary)!important;text-decoration:underline!important}.product__title{font-size:1.5rem!important;font-weight:400!important;color:#0f1111!important;line-height:1.3!important}.product__price{font-size:1.75rem!important;font-weight:400!important;color:#0f1111!important}.product__vendor a{color:#007185!important;font-size:.875rem}.product__vendor a:hover{color:var(--color-primary)!important;text-decoration:underline}.product__buy-box{background:#fff;border:1px solid #ddd;border-radius:10px;padding:1.25rem;margin-top:1rem}.product__buy-box .product__price{color:#b12704!important;font-size:1.75rem!important}.product__availability{color:#007600;font-size:1.125rem;font-weight:500;margin:.5rem 0}.product__availability--out{color:#b12704}.product__delivery-estimate{font-size:.875rem;color:#565959;margin:.75rem 0}.product__delivery-estimate strong{color:#0f1111}.product__quantity-selector{background:#f0f2f2!important;border:1px solid #D5D9D9!important;border-radius:8px!important;box-shadow:0 2px 5px #00000014!important}.section-footer footer{background:#232f3e!important}.back-to-top{position:fixed!important;bottom:2rem!important;right:2rem!important;width:48px!important;height:48px!important;background:#37475a!important;border-radius:8px!important;box-shadow:0 2px 8px #0003!important}.back-to-top:hover{background:#485769!important;transform:translateY(-2px)!important}.button--primary,.btn--primary{background:linear-gradient(to bottom,#f7dfa5,#f0c14b)!important;color:#111!important;border:1px solid #a88734!important;box-shadow:0 1px 3px #0000001a!important;text-shadow:none!important;-webkit-text-fill-color:#111!important}.button--primary:hover,.btn--primary:hover{background:linear-gradient(to bottom,#f5d78e,#eeb933)!important;transform:none!important;box-shadow:0 2px 5px #00000026!important}.hero-slide__button,.promotional-banner__button,.image-with-text__button{background:linear-gradient(to bottom,#f90,#e47911)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:1px solid #c77600!important}.hero-slide__button:hover,.promotional-banner__button:hover,.image-with-text__button:hover{background:linear-gradient(to bottom,#ff8c00,#d06b0a)!important}.product-card__title a,.collection-card__title,.product-card__reviews-count,.product__vendor a,.breadcrumb__item a,.breadcrumbs__item a,.amazon-section-header__link{color:#007185}.product-card__title a:hover,.collection-card__title:hover,.product__vendor a:hover,.breadcrumb__item a:hover,.breadcrumbs__item a:hover{color:#c7511f;text-decoration:underline}.amazon-divider-heading{display:flex;align-items:center;gap:1rem;margin:2rem 0 1rem;font-size:1.25rem;font-weight:700;color:#0f1111}.amazon-divider-heading:after{content:"";flex:1;height:1px;background:#e7e7e7}.collection-card:hover,.product-card:hover,.testimonial-card:hover{transform:none!important}.collection-card{border:1px solid #e3e3e3!important;border-radius:8px!important;background:#fff;transition:box-shadow .2s!important}.collection-card:hover{box-shadow:0 4px 12px #0000001a!important}.collection-card__title{font-weight:400!important;color:#007185!important}.collection-card__title:hover{color:#c7511f!important}.collection-list__heading,.featured-collection__heading,.testimonials__heading,.related-products__heading{font-weight:700!important;color:#0f1111!important;font-size:1.375rem!important}.collection-list__heading:after,.featured-collection__heading:after,.testimonials__heading:after{display:none!important}.section-padding{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.stats-counter-section{padding-top:1.25rem!important;padding-bottom:1.25rem!important}:root{--hw-dark: #0D1B2A;--hw-navy: #1B2A4A;--hw-orange: #E85D26;--hw-amber: #F5A623;--hw-green: #059669;--hw-red: #DC2626;--hw-surface: #F8F9FA;--hw-card: #FFFFFF;--hw-radius: 12px;--hw-radius-sm: 8px;--hw-radius-lg: 20px}.header-amazon__top{background:linear-gradient(180deg,#0d1b2a,#131921)!important;padding:.625rem 0!important}.header-amazon__nav-bar{background:linear-gradient(180deg,#1b2a4a,#232f3e)!important;border-top:1px solid rgba(255,255,255,.05)}.header-amazon__search-form{border-radius:8px!important;box-shadow:0 2px 12px #0000004d!important}.header-amazon__search-input{border-radius:8px 0 0 8px!important;font-size:.875rem!important}.header-amazon__search-btn{background:linear-gradient(135deg,var(--hw-orange),var(--hw-amber))!important;padding:0 1.25rem!important;border-radius:0 8px 8px 0!important}.hero-slideshow{position:relative!important}.hero-slide__image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.hero-slide__image img,.hero-slide__placeholder{width:100%!important;height:100%!important;object-fit:cover!important}.hero-slide__overlay{background:linear-gradient(135deg,#0d1b2abf,#1b2a4a73)!important}.hero-slide__content{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.hero-slide__heading{font-size:clamp(2rem,5vw,3.5rem)!important;font-weight:800!important;line-height:1.1!important;letter-spacing:-.02em!important;text-shadow:0 2px 20px rgba(0,0,0,.4)!important;max-width:700px!important;margin-bottom:1rem!important}.hero-slide__subheading{font-size:clamp(.9375rem,1.5vw,1.125rem)!important;max-width:550px!important;opacity:.9!important;line-height:1.5!important;margin-bottom:1.5rem!important}.hero-slide__button{padding:.875rem 2.5rem!important;font-size:.9375rem!important;font-weight:700!important;border-radius:8px!important;text-transform:uppercase!important;letter-spacing:.08em!important;background:linear-gradient(135deg,var(--hw-orange),var(--hw-amber))!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:none!important;box-shadow:0 4px 20px #e85d2666!important;transition:transform .2s,box-shadow .2s!important}.hero-slide__button:hover{transform:translateY(-2px)!important;box-shadow:0 6px 25px #e85d2680!important}.hero-slideshow__controls{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:5;display:flex;align-items:center;gap:.75rem}.hero-slideshow__arrow{width:40px;height:40px;border-radius:50%;background:#ffffff26!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.hero-slideshow__arrow:hover{background:#ffffff4d!important}.hero-slideshow__dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s}.hero-slideshow__dot.is-active,.hero-slideshow__dot--active{background:var(--hw-orange);width:28px;border-radius:5px}.stats-counter-section{background:linear-gradient(135deg,var(--hw-dark) 0%,var(--hw-navy) 100%)!important;padding:2rem 0!important;position:relative;overflow:hidden}.stats-counter-section:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(232,93,38,.08) 0%,transparent 70%);pointer-events:none}.stats-counter{gap:2rem!important}.stats-counter__icon{margin-bottom:.5rem;opacity:.7}.stats-counter__number{font-size:clamp(1.75rem,3.5vw,2.5rem)!important;font-weight:800!important;background:linear-gradient(135deg,var(--hw-orange),var(--hw-amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-counter__label{font-size:.75rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;opacity:.6}.collection-card{position:relative;display:block;border-radius:var(--hw-radius)!important;overflow:hidden!important;background:var(--hw-card)!important;border:1px solid #e5e7eb!important;transition:all .3s ease!important;text-decoration:none!important}.collection-card:hover{box-shadow:0 8px 30px #0000001f!important;border-color:var(--hw-orange)!important;transform:translateY(-4px)!important}.collection-card__image-wrapper{aspect-ratio:4/3;overflow:hidden;background:var(--hw-surface);position:relative}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease!important}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 60%)!important;opacity:0;transition:opacity .3s}.collection-card:hover .collection-card__overlay{opacity:1}.collection-card__info{padding:1rem 1.25rem!important}.collection-card__title{font-size:1rem!important;font-weight:600!important;color:var(--hw-dark)!important;margin:0!important}.collection-card:hover .collection-card__title{color:var(--hw-orange)!important}.collection-card__count{font-size:.8125rem;color:#6b7280;margin-top:.25rem;display:block}.product-card{background:var(--hw-card)!important;border:1px solid #e5e7eb!important;border-radius:var(--hw-radius)!important;overflow:hidden!important;transition:all .3s ease!important;position:relative}.product-card:hover{border-color:#d1d5db!important;box-shadow:0 8px 25px #0000001a!important}.product-card__image-wrapper{aspect-ratio:1!important;background:var(--hw-surface)!important;overflow:hidden!important;position:relative}.product-card__image-wrapper img{width:100%!important;height:100%!important;object-fit:contain!important;padding:.75rem;transition:transform .4s ease!important}.product-card:hover .product-card__image-wrapper img{transform:scale(1.05)!important}.product-card__info{padding:1rem!important}.product-card__title{font-size:.875rem!important;font-weight:500!important;color:#1f2937!important;line-height:1.4!important;margin-bottom:.5rem!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:inherit!important;text-decoration:none!important}.product-card__title a:hover{color:var(--hw-orange)!important;text-decoration:none!important}.product-card__price{font-size:1.25rem!important;font-weight:700!important;color:var(--hw-dark)!important}.product-card__price-compare s{font-size:.875rem;font-weight:400;color:#9ca3af}.product-card__price-current--sale{color:var(--hw-red)!important}.product-card__delivery{font-size:.75rem!important;color:#6b7280!important;margin-top:.5rem!important;padding-top:.5rem;border-top:1px solid #f3f4f6}.product-card__delivery strong{color:var(--hw-green)!important}.product-card__badge-deal{position:absolute!important;top:.75rem!important;left:.75rem!important;z-index:2!important;background:var(--hw-red)!important;color:#fff!important;font-size:.6875rem!important;font-weight:700!important;padding:.25rem .5rem!important;border-radius:4px!important}.collection-list__heading,.featured-collection__heading,.testimonials__heading{font-size:1.5rem!important;font-weight:700!important;color:var(--hw-dark)!important;margin-bottom:1.5rem!important;position:relative;padding-bottom:.75rem!important}.collection-list__heading:after,.featured-collection__heading:after,.testimonials__heading:after{content:""!important;display:block!important;width:50px!important;height:3px!important;background:linear-gradient(90deg,var(--hw-orange),var(--hw-amber))!important;border-radius:2px!important;margin-top:.5rem}.featured-collection__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.5rem}.featured-collection__view-all{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--hw-orange)!important;text-decoration:none;transition:gap .2s}.featured-collection__view-all:hover{gap:.5rem;text-decoration:none!important}.featured-collection__footer{text-align:center;margin-top:2rem}.image-with-text{background:var(--hw-surface);border-radius:var(--hw-radius-lg)!important;overflow:hidden;margin:0 1rem}.image-with-text__grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;align-items:center!important}@media(max-width:749px){.image-with-text__grid{grid-template-columns:1fr!important}}.image-with-text__image-wrapper{aspect-ratio:4/3;overflow:hidden;border-radius:0!important;box-shadow:none!important}.image-with-text__content{padding:3rem!important}.image-with-text__heading{font-size:1.75rem!important;font-weight:700!important;color:var(--hw-dark)!important;margin-bottom:1rem!important}.image-with-text__button{margin-top:1.5rem!important}.promotional-banner{background:linear-gradient(135deg,var(--hw-dark) 0%,var(--hw-navy) 100%)!important;border-radius:var(--hw-radius-lg)!important;overflow:hidden!important;margin:0 1rem!important;position:relative}.promotional-banner:after{content:"";position:absolute;top:-30%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(232,93,38,.1) 0%,transparent 70%);pointer-events:none}.promotional-banner__heading{font-size:1.5rem!important;font-weight:700!important}.promotional-banner__button{background:linear-gradient(135deg,var(--hw-orange),var(--hw-amber))!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:none!important}.testimonial-card{background:var(--hw-card)!important;border:1px solid #e5e7eb!important;border-radius:var(--hw-radius)!important;padding:1.5rem!important;transition:all .3s ease!important;position:relative}.testimonial-card:hover{border-color:var(--hw-orange)!important;box-shadow:0 8px 25px #00000014!important}.testimonial-card__star--filled{color:#f59e0b!important;filter:none!important}.testimonial-card__quote{font-style:italic!important;line-height:1.6!important;color:#374151!important}.testimonial-card__author{font-weight:700!important;color:var(--hw-dark)!important}.testimonial-card__role{font-size:.8125rem!important;color:#6b7280!important}.newsletter{background:linear-gradient(135deg,var(--hw-orange) 0%,#d94f1a 100%)!important;position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;top:-50%;right:-15%;width:400px;height:400px;background:#ffffff0f;border-radius:50%;pointer-events:none}.newsletter__heading{font-size:1.75rem!important;font-weight:700!important}.newsletter__input-group{display:flex!important;max-width:500px!important;margin:0 auto!important;gap:0!important}.newsletter__input{flex:1!important;border-radius:8px 0 0 8px!important;border:2px solid rgba(255,255,255,.3)!important;border-right:none!important;background:#ffffff26!important;color:#fff!important;padding:.875rem 1rem!important;font-size:.9375rem!important}.newsletter__input::placeholder{color:#ffffffb3!important}.newsletter__input:focus{border-color:#fff!important;background:#fff3!important;box-shadow:none!important}.newsletter__submit{border-radius:0 8px 8px 0!important;background:var(--hw-dark)!important;color:#fff!important;padding:.875rem 1.5rem!important;font-weight:700!important;font-size:.875rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;white-space:nowrap!important;border:2px solid var(--hw-dark)!important}.newsletter__submit:hover{background:#000!important;transform:none!important;box-shadow:none!important}.section-footer footer{background:linear-gradient(180deg,#0d1b2a,#080f18)!important}.grid{display:grid!important;gap:1.25rem!important}.featured-collection__grid{grid-template-columns:repeat(var(--columns-desktop, 4),1fr)!important}.collection-list__grid{grid-template-columns:repeat(var(--columns-desktop, 3),1fr)!important}.testimonials__grid{grid-template-columns:repeat(3,1fr)!important}@media(max-width:989px){.featured-collection__grid,.collection-list__grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:749px){.featured-collection__grid,.collection-list__grid,.testimonials__grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:479px){.testimonials__grid{grid-template-columns:1fr!important}}.announcement-bar{background:linear-gradient(90deg,var(--hw-dark) 0%,var(--hw-navy) 100%)!important;font-size:.8125rem!important;padding:.5rem 0!important}.page-width,.container{max-width:var(--page-width, 1300px)!important;margin-left:auto!important;margin-right:auto!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.section-padding{padding-top:3rem!important;padding-bottom:3rem!important}.button--primary,.btn--primary{background:linear-gradient(135deg,var(--hw-orange),var(--hw-amber))!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:none!important;border-radius:var(--hw-radius-sm)!important;padding:.75rem 1.5rem!important;font-weight:700!important;font-size:.875rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;box-shadow:0 2px 8px #e85d2640!important;transition:all .2s!important;cursor:pointer}.button--primary:hover,.btn--primary:hover{box-shadow:0 4px 15px #e85d2659!important;transform:translateY(-1px)!important}.product__add-to-cart{background:linear-gradient(135deg,var(--hw-orange),var(--hw-amber))!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:none!important;box-shadow:0 4px 15px #e85d264d!important}.product__add-to-cart:hover:not(:disabled){box-shadow:0 6px 20px #e85d2666!important}.product__media-main{border-radius:var(--hw-radius)!important;overflow:hidden!important;background:var(--hw-surface)!important}.product__media-thumbnail{border-radius:var(--hw-radius-sm)!important;border:2px solid #e5e7eb!important}.product__media-thumbnail--active{border-color:var(--hw-orange)!important}.product__title{font-size:1.5rem!important;font-weight:700!important;color:var(--hw-dark)!important}.product__price{font-size:1.75rem!important;font-weight:700!important;color:var(--hw-dark)!important}.collection-banner{background:linear-gradient(135deg,var(--hw-dark) 0%,var(--hw-navy) 100%)!important;padding:3rem 0!important;border-radius:0!important}.collection-banner__title{font-weight:700!important}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number],textarea,select{border:1px solid #d1d5db!important;border-radius:var(--hw-radius-sm)!important;padding:.75rem 1rem!important;font-size:.875rem!important;transition:border-color .2s,box-shadow .2s!important;background:#fff!important}input:focus,textarea:focus,select:focus{border-color:var(--hw-orange)!important;box-shadow:0 0 0 3px #e85d261a!important;outline:none!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--hw-orange)}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media(max-width:989px){.header-amazon__mobile-toggle{display:flex!important;align-items:center;justify-content:center;order:-1}.header-amazon__inner{gap:.75rem!important}.header-amazon__logo-text{font-size:1rem!important}.header-amazon__cart-text{display:none}}.section-padding{padding-top:2rem!important;padding-bottom:2rem!important}.trust-features{padding:1rem 0!important}.trust-features__grid{gap:.75rem!important}.trust-feature{padding:1rem!important;gap:.75rem!important}.trust-feature__icon{width:42px!important;height:42px!important;border-radius:8px!important}.trust-feature__icon svg{width:20px!important;height:20px!important}.collection-card__image-wrapper{aspect-ratio:3/2!important}.collection-card__count{font-size:.75rem!important;color:#9ca3af!important}.product-card__image-wrapper{aspect-ratio:1!important;background:#fff!important;border-bottom:1px solid #f3f4f6}.product-card__image-wrapper img{padding:.5rem!important;object-fit:contain!important}.product-card__placeholder svg{max-height:200px!important;padding:1rem}.featured-collection__header{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:1rem!important;gap:1rem}.featured-collection__heading{margin-bottom:0!important;padding-bottom:0!important}.featured-collection__heading:after{display:none!important}.featured-collection__view-all,.link-underline{color:var(--color-primary, #E85D26)!important;font-size:.875rem!important;font-weight:600!important;white-space:nowrap;text-decoration:none!important}.collection-list__heading,.testimonials__heading{padding-bottom:.5rem!important;margin-bottom:1.25rem!important}.collection-list__grid,.featured-collection__grid{gap:1rem!important}.stats-counter-section{padding:1.5rem 0!important}.stats-counter{gap:1.5rem!important}.stats-counter__number{font-size:clamp(1.5rem,3vw,2rem)!important}.stats-counter__label{font-size:.6875rem!important}.promotional-banner{margin:0!important;border-radius:12px!important}.promotional-banner__grid{min-height:200px}.promotional-banner__heading{font-size:1.375rem!important}.promotional-banner__text{font-size:.9375rem!important;opacity:.85}.newsletter{padding:2.5rem 0!important}.newsletter__heading{font-size:1.5rem!important;margin-bottom:.5rem!important}.newsletter__text{font-size:.9375rem!important;margin-bottom:1.25rem!important}.back-to-top{z-index:99!important}@media(min-width:750px){.hero-slideshow{max-height:500px!important}}@media(max-width:749px){.page-width,.container{padding-left:1rem!important;padding-right:1rem!important}.section-padding{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.hero-slideshow{min-height:350px!important;max-height:450px!important}.hero-slide__heading{font-size:1.5rem!important}.hero-slide__subheading{font-size:.8125rem!important}.hero-slide__button{padding:.625rem 1.5rem!important;font-size:.8125rem!important}.trust-features__grid{grid-template-columns:1fr 1fr!important;gap:.5rem!important}.trust-feature{padding:.75rem!important;gap:.5rem!important}.trust-feature__icon{width:36px!important;height:36px!important}.trust-feature__title{font-size:.75rem!important}.trust-feature__text{font-size:.625rem!important}.collection-list__grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.collection-card__image-wrapper{aspect-ratio:4/3!important}.collection-card__info{padding:.75rem!important}.collection-card__title{font-size:.8125rem!important}.featured-collection__grid,.collection-grid{grid-template-columns:repeat(2,1fr)!important;gap:.625rem!important}.product-card__info{padding:.625rem!important}.product-card__title{font-size:.75rem!important;-webkit-line-clamp:2!important}.product-card__price{font-size:1rem!important}.product-card__delivery{font-size:.625rem!important;padding-top:.375rem!important;margin-top:.375rem!important}.promotional-banner{border-radius:0!important;margin:0!important}.promotional-banner__grid{grid-template-columns:1fr!important}.promotional-banner__image-wrapper{display:none!important}.promotional-banner__content{padding:1.5rem!important}.promotional-banner__heading{font-size:1.125rem!important}.stats-counter{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;text-align:center}.stats-counter__item{align-items:center!important}.newsletter__heading{font-size:1.25rem!important}.newsletter__input-group{flex-direction:column!important;gap:.5rem!important}.newsletter__input{border-radius:8px!important;border-right:2px solid rgba(255,255,255,.3)!important}.newsletter__submit{border-radius:8px!important;width:100%!important;text-align:center!important;justify-content:center!important}.footer__grid{grid-template-columns:1fr!important;gap:1.5rem!important}.footer__top{padding:2rem 0 1.5rem!important}.product__container{grid-template-columns:1fr!important;gap:1.5rem!important}.product__media-wrapper{position:static!important}.announcement-bar{font-size:.6875rem!important;padding:.375rem 0!important}.header-amazon__top{padding:.375rem 0!important}}@media(max-width:374px){.trust-features__grid,.collection-list__grid,.featured-collection__grid{grid-template-columns:1fr!important}}@media(min-width:750px)and (max-width:989px){.collection-list__grid,.featured-collection__grid{grid-template-columns:repeat(3,1fr)!important}.trust-features__grid{grid-template-columns:repeat(4,1fr)!important}}.product-card--on-sale{border-color:#fecaca!important;background:linear-gradient(180deg,#fff,#fff9f5)!important}.product-card--on-sale:hover{border-color:#e85d26!important}.product-card__badge--sale{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;font-size:.6875rem!important;font-weight:800!important;padding:.25rem .5rem!important;border-radius:4px!important;display:inline-flex!important;align-items:center;gap:.25rem;letter-spacing:.02em;box-shadow:0 2px 6px #dc26264d}.product-card__price-block{margin-bottom:.5rem}.product-card__discount-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.125rem}.product-card__discount-badge{background:#dc2626;color:#fff;font-size:.6875rem;font-weight:800;padding:.125rem .375rem;border-radius:3px}.product-card__price-now{font-size:1.25rem!important;font-weight:700!important;color:#b91c1c!important}.product-card__price-now--regular{color:#0d1b2a!important}.product-card__mrp-row{font-size:.75rem;color:#9ca3af}.product-card__mrp{color:#9ca3af;text-decoration:line-through}.product-card__savings-row{font-size:.6875rem;font-weight:600;color:#059669;margin-top:.125rem}.featured-collection-wrapper,.featured-collection{position:relative}.featured-collection__heading,.collection-list__heading{display:flex!important;align-items:center;gap:.5rem}@media(max-width:749px){.product-card__price-now{font-size:1rem!important}.product-card__discount-badge{font-size:.5625rem}.product-card__mrp-row{font-size:.625rem}.product-card__savings-row{font-size:.5625rem}}.collection-card__image-wrapper{aspect-ratio:4/3!important;background:#f8f9fa!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}.collection-card__image{width:100%!important;height:100%!important;object-fit:contain!important;padding:1rem!important}.collection-card__placeholder svg{width:60%!important;height:60%!important}.product-card__image-wrapper{aspect-ratio:4/3!important;background:#f8f9fa!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-bottom:1px solid #f0f0f0!important}.product-card__image-wrapper img,.product-card__image--primary,.product-card__image--secondary{width:100%!important;height:100%!important;object-fit:contain!important;padding:.75rem!important}.product-card__placeholder svg{max-width:70%!important;max-height:70%!important}.collection-grid .product-card__image-wrapper{aspect-ratio:4/3!important}.product__media-image-wrapper{aspect-ratio:1!important;background:#f8f9fa!important;display:flex!important;align-items:center!important;justify-content:center!important}.product__media-image{object-fit:contain!important;padding:1rem!important}.pagination__list{display:flex!important;flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;list-style:none;padding:2rem 0;margin:0}.pagination__item{display:inline-flex}.pagination__link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .625rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#374151;text-decoration:none!important;border:1px solid #e5e7eb;background:#fff;transition:all .2s;gap:.375rem}.pagination__link:hover{border-color:var(--color-primary, #E85D26);color:var(--color-primary, #E85D26);text-decoration:none!important}.pagination__link--current{background:var(--color-primary, #E85D26)!important;color:#fff!important;border-color:var(--color-primary, #E85D26)!important}.pagination__item--disabled .pagination__link{opacity:.35;cursor:default;pointer-events:none}.pagination__ellipsis{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#9ca3af}.pagination__link svg,.pagination__link .icon{width:16px;height:16px}.product-card__tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.375rem}.product-card__tag{display:inline-block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .375rem;border-radius:3px;background:#f0f4ff;color:#3b5998;border:1px solid #dbeafe}.product-card__vendor{font-size:.6875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.product-card__form{margin-top:.625rem}.product-card__add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border:none;border-radius:6px;cursor:pointer;transition:all .2s;background:linear-gradient(135deg,#e85d26,#f5a623);color:#fff;box-shadow:0 2px 6px #e85d2633}.product-card__add-btn:hover{box-shadow:0 4px 12px #e85d2659;transform:translateY(-1px)}.product-card__add-btn:active{transform:translateY(0)}.product-card__add-btn--disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.product-card__add-btn--disabled:hover{transform:none;box-shadow:none}.product-card__add-btn--hidden{display:none!important}.product-card__cart-actions{margin-top:.625rem}.product-card__qty{display:flex;align-items:center;border:2px solid var(--color-primary, #E85D26);border-radius:6px;overflow:hidden;background:#fff}.product-card__qty--hidden{display:none!important}.product-card__qty-btn{width:38px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-primary, #E85D26);transition:background .15s;flex-shrink:0}.product-card__qty-btn:hover{background:#e85d2614}.product-card__qty-btn:active{background:#e85d2626}.product-card__qty-count{flex:1;text-align:center;font-size:.9375rem;font-weight:700;color:#0d1b2a;min-width:32px;-webkit-user-select:none;user-select:none}.product-card__qty-btn svg{width:16px;height:16px}.product-card__add-btn--loading{opacity:.7;pointer-events:none}.product-card__qty--loading{opacity:.5;pointer-events:none}@media(max-width:749px){.product-card__qty-btn{width:32px;height:32px}.product-card__qty-count{font-size:.8125rem}}.product-card__add-btn svg{flex-shrink:0}.product-card__badges{position:absolute!important;top:.5rem!important;left:.5rem!important;z-index:3!important;display:flex;flex-direction:column;gap:.25rem}.product-card__badge{display:inline-block;font-size:.6875rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;line-height:1.3}.product-card__badge--sale{background:#dc2626;color:#fff}.product-card__badge--soldout{background:#374151;color:#fff}.product-card__delivery svg{margin-right:.125rem}.product-card__delivery strong{color:#059669!important}@media(max-width:749px){.product-card__add-btn{padding:.375rem .75rem;font-size:.6875rem}.product-card__tags,.product-card__vendor{display:none}.product-card__delivery{font-size:.5625rem!important}.pagination__list{gap:.25rem}.pagination__link{min-width:36px;height:36px;font-size:.8125rem;padding:0 .5rem}.pagination__link--previous span,.pagination__link--next span{display:none}}@media print{.header-wrapper,.announcement-bar,.footer,.cart-drawer,.mobile-drawer,.overlay,.back-to-top,.skip-to-content{display:none!important}body{color:#000;background:#fff}.container{max-width:100%;padding:0}a[href]:after{content:" (" attr(href) ")";font-size:.8em;color:#666}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
