*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);font-weight:var(--font-body-weight);font-style:var(--font-body-style);line-height:1.6;color:#000;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:#000;color:#fff}:focus-visible{outline:2px solid #000000;outline-offset:2px}img{max-width:100%;height:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.paragon-container{max-width:1400px;margin:0 auto;padding:0 16px}@media(min-width:768px){.paragon-container{padding:0 32px}}@media(min-width:1024px){.paragon-container{padding:0 48px}}@media(min-width:1400px){.paragon-container{padding:0 60px}}.banner{position:relative;min-height:var(--banner-mobile-height, 400px);display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f5f5f5}@media(min-width:768px){.banner{min-height:var(--banner-height, 650px)}}.banner--fit-image{min-height:0!important}.banner--fit-image .banner__media{position:relative;height:auto}.banner--fit-image .banner__media img{width:100%;height:auto;object-fit:cover}.banner--fit-image .banner__content{position:absolute;top:0;left:0;height:100%;display:flex;align-items:center}.banner__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.banner__media img{width:100%;height:100%;object-fit:cover;display:block}.banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:2}.banner__content{position:relative;z-index:3;width:100%;padding:40px 0}@media(min-width:768px){.banner__content{padding:60px 0}}.banner__content--left{text-align:left}.banner__content--center{text-align:center}.banner__content--right{text-align:right}.banner__text{max-width:100%}@media(min-width:768px){.banner__text{max-width:700px}}.banner__content--center .banner__text{margin-left:auto;margin-right:auto}.banner__content--right .banner__text{margin-left:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style)}@keyframes banner-rise-up{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}.banner__heading{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:36px;letter-spacing:.02em;margin-bottom:16px;color:#fff;line-height:1.2}@media(min-width:768px){.banner__heading{font-size:56px;margin-bottom:20px}}@media(min-width:1024px){.banner__heading{font-size:72px;margin-bottom:24px}}.banner__subheading{font-size:16px;font-weight:300;letter-spacing:.03em;margin-bottom:24px;color:#fff;line-height:1.6}@media(min-width:768px){.banner__subheading{font-size:18px;margin-bottom:32px}}@media(min-width:1024px){.banner__subheading{font-size:20px;margin-bottom:40px}}.banner__button{display:inline-block;padding:14px 32px;font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:#000;background-color:#fff;border:1px solid #ffffff;transition:all .4s ease;cursor:pointer;position:relative}@media(min-width:768px){.banner__button{padding:16px 40px;font-size:15px}}.banner__button:hover{background-color:transparent;color:#fff;border-color:#fff}.banner__animation-cropper{display:inline-flex;overflow:hidden}.banner__animation-contents{opacity:0;transform:translateY(15px)}.banner__heading .banner__animation-contents{animation:banner-rise-up .8s cubic-bezier(.26,.54,.32,1) .3s forwards}.banner__subheading .banner__animation-contents{animation:banner-rise-up 1s cubic-bezier(.26,.54,.32,1) .7s forwards}.banner__button-wrapper{opacity:0;animation:banner-rise-up 1s cubic-bezier(.26,.54,.32,1) 1s forwards}.announcement-bar{font-size:14px;font-weight:400;letter-spacing:.02em;line-height:1.4;position:relative;z-index:99}.announcement-bar__content{display:flex;align-items:center;justify-content:center;gap:8px}.announcement-bar__icon{font-size:16px;display:flex;align-items:center}.announcement-bar__text{flex:0 1 auto}@media(max-width:767px){.announcement-bar{font-size:13px}.announcement-bar__content{justify-content:center}}.header{position:sticky;top:0;z-index:100;background-color:#fff;border-bottom:1px solid #e5e5e5}.header__wrapper{padding:16px 0}@media(min-width:1024px){.header__wrapper{padding:20px 0}}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.header__menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;padding:8px;cursor:pointer;z-index:101;position:relative}@media(min-width:1024px){.header__menu-toggle{display:none}}.header__menu-icon{display:block;width:24px;height:2px;background-color:#000;transition:all .4s cubic-bezier(.4,0,.2,1)}.header__menu-toggle.active .header__menu-icon:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__menu-toggle.active .header__menu-icon:nth-child(2){opacity:0;transform:translate(-10px)}.header__menu-toggle.active .header__menu-icon:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__logo{position:absolute;left:50%;transform:translate(-50%);text-align:center}.header__logo a{display:inline-block}.header__logo-image{height:auto;display:block;max-width:var(--mobile-logo-width, 120px);transition:max-width .2s ease}@media(min-width:768px){.header__logo-image{max-width:var(--logo-width, 180px)}}.header__logo-text{font-family:var(--font-heading);font-size:24px;font-weight:300;letter-spacing:.05em;color:#000;text-decoration:none;text-transform:uppercase}@media(min-width:768px){.header__logo-text{font-size:28px}}.header__nav{display:none}@media(min-width:1024px){.header__nav{display:block;flex:1}}.header__nav-list{display:flex;flex-wrap:wrap;gap:calc(20px + (40 - 20) * ((100vw - 1024px) / (1600 - 1024)));list-style:none;margin:0;padding:0}.header__nav[style*="--nav-item-count: 7"] .header__nav-list,.header__nav[style*="--nav-item-count: 8"] .header__nav-list,.header__nav[style*="--nav-item-count: 9"] .header__nav-list{gap:20px}.header__nav[style*="--nav-item-count: 5"] .header__nav-list,.header__nav[style*="--nav-item-count: 6"] .header__nav-list{gap:28px}@media(min-width:1400px){.header__nav-list{gap:40px}.header__nav[style*="--nav-item-count: 7"] .header__nav-list,.header__nav[style*="--nav-item-count: 8"] .header__nav-list{gap:24px}.header__nav[style*="--nav-item-count: 5"] .header__nav-list,.header__nav[style*="--nav-item-count: 6"] .header__nav-list{gap:32px}}.header__nav-item{margin:0;position:relative}.header__nav-link{font-size:14px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:#000;transition:opacity .3s ease;display:flex;align-items:center;gap:4px}.header__nav-link:hover{opacity:.6}.header__nav-arrow{width:10px;height:6px;transition:transform .3s ease}.has-dropdown:hover .header__nav-arrow{transform:rotate(180deg)}.header__dropdown,.header__mega-menu{position:absolute;top:100%;left:0;margin-top:0;padding-top:20px;background-color:#fff;box-shadow:0 4px 20px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;transition-delay:0s,0s,0s;z-index:100;pointer-events:none}.has-dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:20px;pointer-events:none}.has-dropdown:hover:after{pointer-events:auto}.has-dropdown:hover>.header__dropdown,.has-dropdown:hover>.header__mega-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition-delay:0s,0s,0s}.header__dropdown,.header__mega-menu{transition-delay:0s,0s,0s}.has-dropdown:not(:hover)>.header__dropdown,.has-dropdown:not(:hover)>.header__mega-menu{transition-delay:.15s,.15s,.15s}.header__dropdown{min-width:200px;padding:36px 0 16px}.dropdown__list{list-style:none;margin:0;padding:0}.dropdown__item{position:relative}.dropdown__link{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;font-size:14px;font-weight:400;text-decoration:none;color:#000;transition:background-color .2s ease}.dropdown__link:hover{background-color:#f9f9f9}.dropdown__arrow{width:8px;height:8px;flex-shrink:0}.header__sub-dropdown{position:absolute;top:0;left:100%;margin-left:0;background-color:#fff;box-shadow:0 4px 20px #0000001a;min-width:200px;padding:16px 0 16px 24px;opacity:0;visibility:hidden;transform:translate(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;transition-delay:0s,0s,0s}.has-sub-dropdown:after{content:"";position:absolute;top:0;bottom:0;right:-8px;width:8px;pointer-events:none}.has-sub-dropdown:hover:after{pointer-events:auto}.has-sub-dropdown:hover>.header__sub-dropdown{opacity:1;visibility:visible;transform:translate(0);transition-delay:0s,0s,0s}.has-sub-dropdown:not(:hover)>.header__sub-dropdown{transition-delay:.15s,.15s,.15s}.sub-dropdown__list{list-style:none;margin:0;padding:0}.sub-dropdown__link{display:block;padding:10px 24px;font-size:14px;font-weight:400;text-decoration:none;color:#000;transition:background-color .2s ease}.sub-dropdown__link:hover{background-color:#f9f9f9}.header__mega-menu{left:50%;transform:translate(-50%) translateY(-10px);padding:60px 40px 40px;min-width:600px}.has-dropdown:hover>.header__mega-menu{transform:translate(-50%) translateY(0)}.header__mega-menu-inner{display:flex;gap:40px}.mega-menu__links{display:grid;grid-template-columns:repeat(var(--link-columns, 3),1fr);gap:40px;flex:1}.mega-menu__column{min-width:0}.mega-menu__heading{display:block;font-size:14px;font-weight:500;letter-spacing:.02em;text-decoration:none;color:#000;margin-bottom:12px;transition:opacity .3s ease}.mega-menu__heading:hover{opacity:.6}.mega-menu__sub-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.mega-menu__sub-link{display:block;font-size:13px;font-weight:400;text-decoration:none;color:#666;transition:color .3s ease}.mega-menu__sub-link:hover{color:#000}.mega-menu__promo{width:280px;flex-shrink:0}.mega-menu__promo-image{width:100%;height:auto;display:block;margin-bottom:16px}.mega-menu__promo-heading{font-size:18px;font-weight:400;letter-spacing:.02em;margin:0 0 8px;color:#000}.mega-menu__promo-text{font-size:14px;line-height:1.6;color:#666;margin:0 0 16px}.mega-menu__promo-button{display:inline-block;padding:10px 24px;font-size:13px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:#fff;background-color:#000;border:1px solid #000000;transition:all .3s ease}.mega-menu__promo-button:hover{background-color:#fff;color:#000}.header__actions{display:flex;align-items:center;gap:4px}@media(min-width:1024px){.header__actions{flex:1;justify-content:flex-end}}.header__search{position:relative;display:flex;align-items:center;text-decoration:none;color:#000;padding:8px;background:none;border:none;cursor:pointer;transition:opacity .3s ease}.header__search:hover{opacity:.6}.header__search-icon{width:24px;height:24px;stroke:currentColor}.header__cart{position:relative;display:flex;align-items:center;text-decoration:none;color:#000;padding:8px;transition:opacity .3s ease}.header__cart:hover{opacity:.6}.header__cart-icon{width:24px;height:24px;stroke:currentColor}.header__cart-dot{position:absolute;top:2px;right:2px;width:12px;height:12px;background-color:red;border-radius:50%;border:2px solid #ffffff}.header__mobile-menu{position:fixed;top:var(--header-height, 65px);left:0;width:100%;height:calc(100vh - var(--header-height, 65px));background-color:#fff;z-index:99;overflow-y:auto;padding:32px 0;transform:translate(-100%);opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease,visibility .4s;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.header__mobile-menu.active{transform:translate(0);opacity:1;visibility:visible}@media(min-width:1024px){.header__mobile-menu{display:none!important}}.header__mobile-nav-list{list-style:none;margin:0;padding:0}.header__mobile-nav-item{border-bottom:1px solid #e5e5e5}.mobile-nav-item-wrapper{display:flex;align-items:center;justify-content:space-between;gap:12px}.header__mobile-nav-link{flex:1;display:block;padding:20px 32px;font-size:16px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:#000;transition:background-color .3s ease}.header__mobile-nav-link:hover{background-color:#f5f5f5}.mobile-submenu-toggle{flex-shrink:0;padding:20px 32px 20px 12px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.mobile-submenu-toggle svg{transition:transform .3s ease}.submenu-open>.mobile-nav-item-wrapper>.mobile-submenu-toggle svg{transform:rotate(180deg)}.header__mobile-submenu{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:#f9f9f9}.header__mobile-submenu-item{border-bottom:1px solid #e5e5e5}.header__mobile-submenu-item:last-child{border-bottom:none}.header__mobile-submenu-link{display:block;padding:16px 32px 16px 48px;font-size:14px;font-weight:400;letter-spacing:.05em;text-decoration:none;color:#000;transition:background-color .3s ease}.header__mobile-submenu-link:hover,.header__mobile-submenu--nested{background-color:#f0f0f0}.header__mobile-submenu--nested .header__mobile-submenu-link{padding-left:64px;font-size:13px}.header__mobile-submenu--nested .header__mobile-submenu-link:hover{background-color:#e8e8e8}.header__mobile-submenu-item .mobile-submenu-toggle{padding:16px 32px 16px 12px}.header__mobile-submenu-item .mobile-nav-item-wrapper .header__mobile-submenu-link{flex:1}.cart-page{padding:60px 0 80px}.cart-page h1{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:28px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px}.cart-page p{font-size:15px;color:#666}.paragon-404{padding:100px 0;text-align:center}.paragon-404 h1{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:48px;letter-spacing:.05em;margin-bottom:16px}.paragon-404 p{font-size:16px;color:#666;max-width:480px;margin:0 auto}.paragon-page{padding:60px 0 80px}.paragon-page h1{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:32px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:32px}.paragon-page__content{font-size:15px;line-height:1.8;max-width:800px}.paragon-page__content p{margin-bottom:16px}.paragon-page__content img{border-radius:4px;margin:24px 0}.paragon-page__content h2,.paragon-page__content h3{font-family:var(--font-heading);font-weight:var(--font-heading-weight);margin:32px 0 16px}.search-section{padding:80px 0}.search-section__header{text-align:center;margin-bottom:40px}.search-section__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:32px;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.search-form{max-width:600px;margin:0 auto 60px}.search-form__input-wrapper{position:relative;display:flex;align-items:center}.search-form__input{width:100%;padding:16px 60px 16px 20px;font-size:16px;border:1px solid #e5e5e5;background-color:#fff;transition:border-color .3s ease}.search-form__input:focus{outline:none;border-color:#000}.search-form__button{position:absolute;right:0;top:0;height:100%;padding:0 20px;border:none;background:transparent;cursor:pointer;transition:opacity .3s ease}.search-form__button:hover{opacity:.6}.search-form__icon{width:20px;height:20px;stroke:currentColor}.search-results__count{text-align:center;margin-bottom:40px;font-size:14px;letter-spacing:.05em;text-transform:uppercase}.search-results__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}@media(min-width:768px){.search-results__grid{grid-template-columns:repeat(3,1fr);gap:30px}}@media(min-width:1024px){.search-results__grid{grid-template-columns:repeat(4,1fr)}}.search-result__link{display:block;text-decoration:none;color:inherit;transition:opacity .3s ease}.search-result__link:hover{opacity:.8}.search-result__image{position:relative;width:100%;padding-bottom:100%;margin-bottom:12px;overflow:hidden;background-color:#f5f5f5}.search-result__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.search-result__info{text-align:center;padding-top:12px}.search-result__title{font-size:14px;font-weight:400;margin-bottom:8px;letter-spacing:.02em}.search-result__price{font-size:14px;color:#666}.search-results__empty{text-align:center;padding:60px 20px}.search-results__empty p{margin-bottom:8px;font-size:16px;color:#666}.search-pagination{text-align:center;margin-top:48px;display:flex;align-items:center;justify-content:center;gap:8px}.search-pagination a,.search-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:14px;text-decoration:none;color:#000;border:1px solid #e0e0e0;transition:all .2s ease}.search-pagination a:hover{border-color:#000}.search-pagination span.current{background-color:#000;color:#fff;border-color:#000}.product-page{padding:30px 0 60px}@media(min-width:768px){.product-page{padding:40px 0 80px}}@media(min-width:1024px){.product-page{padding:50px 0 100px}}.product{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:1024px){.product{grid-template-columns:1fr 1fr;gap:56px}}@media(min-width:1400px){.product{gap:72px}}.product__media{align-self:start;position:relative;min-width:0}@media(min-width:1024px){.product__media{position:sticky;top:24px}}.product__gallery{position:relative;margin-bottom:12px;touch-action:pan-y;-webkit-user-select:none;user-select:none;overflow:hidden;border-radius:8px}.gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background-color:#fffffff2;border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:14px;color:#000;opacity:0;transition:all .3s ease;box-shadow:0 1px 6px #0000001a;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.product__media:hover .gallery__nav{opacity:1}.gallery__nav:hover{background-color:#000;color:#fff}.gallery__nav--prev{left:16px}.gallery__nav--next{right:16px}.product__gallery-item{display:none;width:100%;overflow:hidden}.product__gallery-item.active{display:block}.product__gallery-item img{width:100%;height:auto;max-width:100%;display:block;object-fit:contain}.product__thumbnails{display:flex;gap:8px;flex-wrap:wrap}.product__thumbnail{width:72px;height:90px;border:2px solid transparent;border-radius:6px;background:none;cursor:pointer;padding:0;overflow:hidden;transition:border-color .3s ease,opacity .3s ease;opacity:.6}.product__thumbnail:hover{opacity:1}.product__thumbnail.active{border-color:#000;opacity:1}.product__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.product__dot{width:8px;height:8px;border-radius:50%;background-color:#d5d5d5;border:none;cursor:pointer;padding:0;transition:all .3s ease}.product__dot:hover{background-color:#999}.product__dot.active{background-color:#000;width:24px;border-radius:4px}.image-zoom-enabled .product__gallery-item.active{cursor:zoom-in}.image-zoom-enabled .product__gallery-item img{transition:transform .5s ease}.image-zoom-enabled .product__gallery-item.active:hover img{transform:scale(1.12)}@media(max-width:767px){.product__gallery{border-radius:0}.image-zoom-enabled .product__gallery-item.active{cursor:default}.image-zoom-enabled .product__gallery-item.active:hover img{transform:none}.product__media .gallery__nav{opacity:.85}.product__thumbnails{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:6px}.product__thumbnails::-webkit-scrollbar{display:none}.product__thumbnail{width:60px;height:75px;flex-shrink:0}.product__dots{margin-top:12px}}.product__info{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.product__info{gap:24px}}.product__title{font-weight:400;letter-spacing:.02em;line-height:1.2;margin:0 0 8px}@media(min-width:768px){.product__title{margin:0 0 12px}}.product__title:not([style*=font-size]){font-size:28px}@media(min-width:768px){.product__title:not([style*=font-size]){font-size:36px}}.product__price-wrapper{display:flex;align-items:baseline}.product__sale-badge{display:inline-block;padding:6px 12px;font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;border-radius:2px}.product__price-group{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.product__price{font-size:24px;font-weight:400}.product__price--sale{font-weight:500}.product__compare-price{font-size:18px;text-decoration:line-through}.product__description{font-size:15px;line-height:1.7;color:#666;margin-top:4px}.product__description p{margin-bottom:14px}.product__description p:last-child{margin-bottom:0}.scrolling-images-section{width:100%;overflow:hidden;background:transparent!important}.scrolling-images-section .full-width,.scrolling-images-section .paragon-container{background:transparent!important}.full-width{max-width:100%;width:100%;padding:0}.scrolling-images__heading{text-align:center;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin:0 0 48px;background:transparent}.scrolling-images__track{width:100%;overflow:hidden;position:relative;background:transparent}.scrolling-images__list{display:flex;gap:32px;animation:scroll-left var(--scroll-duration, 40s) linear infinite;will-change:transform;background:transparent}@media(max-width:768px){.scrolling-images__heading{margin:0 0 32px;letter-spacing:2px}}.scrolling-images__list:hover{animation-play-state:paused}.scrolling-images__item{flex-shrink:0;width:450px;height:450px;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;background:transparent}.scrolling-images__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease;background:transparent}.scrolling-images__item:hover img{transform:scale(1.05)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.scrolling-images__item{width:280px;height:280px}.scrolling-images__list{gap:20px}}.custom-liquid-section{width:100%}.product__custom-liquid{margin:20px 0}.product__icon-list{width:100%}.icon-list__heading{font-weight:600;margin:0;line-height:1.3;text-transform:uppercase;letter-spacing:.5px}.icon-list__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.icon-list__item{display:flex;align-items:center;gap:10px}.icon-list__icon{display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:transform .2s ease}.icon-list__icon i{display:flex;align-items:center;justify-content:center}.icon-list__item:hover .icon-list__icon{transform:scale(1.05)}.icon-list__text{line-height:1.4;flex:1;font-weight:400}.product__accordion{margin:20px 0}.accordion__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;border:none;border-bottom:1px solid #e5e5e5;background-color:transparent;cursor:pointer;transition:all .3s ease;text-align:left;box-shadow:none;-webkit-appearance:none;appearance:none}.accordion__toggle:hover{background-color:transparent}.product__accordion:first-of-type .accordion__toggle{border-top:1px solid #e5e5e5}.accordion__title{font-weight:500;letter-spacing:.5px;text-transform:uppercase}.accordion__icon{flex-shrink:0;transition:transform .3s ease}.accordion__toggle.active .accordion__icon{transform:rotate(180deg)}.accordion__content{max-height:0;overflow:hidden;transition:max-height .4s ease;border-bottom:none}.accordion__content-inner{padding:20px 0;font-size:15px;line-height:1.7;color:#666}.accordion__content-inner p{margin-bottom:12px}.accordion__content-inner p:last-child{margin-bottom:0}.product__variants{display:flex;flex-direction:column;gap:20px}.product__option{display:flex;flex-direction:column;gap:12px}.product__option-label{font-size:13px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:#000}.product__option-values{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.product__option-input{position:absolute;opacity:0;pointer-events:none}.product__option-value{padding:10px 22px;border:1.5px solid #e5e5e5;background-color:#fff;cursor:pointer;font-size:14px;transition:all .3s ease;min-width:60px;text-align:center}[data-button-style=square] .product__option-value{border-radius:0}[data-button-style=rounded] .product__option-value{border-radius:6px}[data-button-style=pill] .product__option-value{border-radius:50px;padding:10px 24px}.product__option-value:hover{border-color:#000}.product__option-input:checked+.product__option-value{border-color:#000;background-color:#000;color:#fff;font-weight:500}.product__select-wrapper{position:relative;display:flex;width:100%}.product__select-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #e0e0e0;border-radius:8px;pointer-events:none;transition:box-shadow .2s ease,border-color .2s ease;z-index:1}.product__select-wrapper:hover:after{border-color:#000;box-shadow:0 0 0 1px #000}.product__select-caret{position:absolute;top:50%;right:16px;transform:translateY(-50%);pointer-events:none;color:#666;z-index:2;transition:color .2s ease,transform .2s ease}.product__select-wrapper:hover .product__select-caret{color:#000}.product__option-select{width:100%;padding:14px 44px 14px 16px;border:none;border-radius:8px;background-color:#fff;font-family:inherit;font-size:14px;line-height:1.4;color:#000;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:background-color .2s ease;position:relative;z-index:0}.product__option-select:focus{outline:none}.product__option-select:focus+.product__select-caret{color:#000}.product__select-wrapper:focus-within:after{border-color:#000;box-shadow:0 0 0 1px #000}.product__option-select option{font-family:inherit;font-size:14px;color:#000;background-color:#fff;padding:8px}[data-dropdown-style=minimal] .product__select-wrapper:after{border:none;border-bottom:1px solid #e0e0e0;border-radius:0}[data-dropdown-style=minimal] .product__select-wrapper:hover:after{border-bottom-color:#000;box-shadow:none}[data-dropdown-style=minimal] .product__select-wrapper:focus-within:after{border-bottom-color:#000;box-shadow:none}[data-dropdown-style=minimal] .product__option-select{padding:14px 44px 14px 0;background-color:transparent;border-radius:0}[data-dropdown-style=bordered] .product__select-wrapper:after{border-width:2px;border-radius:8px}[data-dropdown-style=bordered] .product__select-wrapper:hover:after{border-color:#000;box-shadow:0 0 0 1px #000}[data-dropdown-style=filled] .product__option-select{background-color:#f5f5f5}[data-dropdown-style=filled] .product__select-wrapper:hover .product__option-select{background-color:#ebebeb}[data-dropdown-style=filled] .product__select-wrapper:after{border-color:transparent}[data-dropdown-style=filled] .product__select-wrapper:hover:after{border-color:#000;box-shadow:0 0 0 1px #000}.product__option-swatches{display:flex;gap:8px;flex-wrap:wrap}.product__option-swatch{width:56px;height:56px;border:1.5px solid #e5e5e5;border-radius:8px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.product__option-swatch img{width:100%;height:100%;object-fit:cover}.product__option-swatch .swatch__text{font-size:12px;font-weight:500;text-align:center;padding:4px}.product__option-swatch:hover{border-color:#000}.product__option-input:checked+.product__option-swatch{border-color:#000;border-width:2px;box-shadow:none}.product__option-color-swatches{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.product__color-swatch-label{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:all .3s ease}.product__color-swatch-label:hover{transform:translateY(-2px)}.product__color-swatch-label .color-swatch{width:34px;height:34px;border-width:1.5px;border-radius:50%;transition:all .3s ease}.product__color-input:checked+.product__color-swatch-label .color-swatch{border-color:#000;border-width:2px;box-shadow:none}.color-swatch-name{font-size:12px;font-weight:500;color:#666;text-align:center;white-space:nowrap}.product__color-input:checked+.product__color-swatch-label .color-swatch-name{color:#000;font-weight:600}.product__quantity{display:flex;flex-direction:column;gap:12px}.product__quantity-label{font-size:13px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:#000}.product__quantity-selector{display:inline-flex;align-items:center;border:1.5px solid #e5e5e5;border-radius:6px;width:fit-content;overflow:hidden;transition:border-color .3s ease}.product__quantity-selector:focus-within{border-color:#000}.product__quantity-button{width:44px;height:44px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .2s ease}.product__quantity-button:hover{background-color:#f5f5f5}.product__quantity-button:active{background-color:#ebebeb}.product__quantity-input{width:48px;height:44px;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;text-align:center;font-family:inherit;font-size:15px;font-weight:500;color:#000;background:transparent;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.product__quantity-input::-webkit-outer-spin-button,.product__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__quantity-input:focus{outline:none}.product__size-chart{margin:0;padding:0}.size-chart__trigger{display:inline-flex;align-items:center;gap:8px;background:none;border:none;padding:0;cursor:pointer;font-size:14px;font-weight:400;letter-spacing:.01em;transition:opacity .3s ease}.size-chart__trigger:hover{opacity:.7}.size-chart__trigger i{font-size:16px;opacity:.7}.size-chart__text{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.size-chart__modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;opacity:0;transition:opacity .3s ease}.size-chart__modal.active{display:flex;align-items:center;justify-content:center;opacity:1}.size-chart__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;cursor:pointer}.size-chart__content{position:relative;background-color:#fff;max-width:90%;max-height:90vh;overflow-y:auto;padding:40px;z-index:1;animation:slideUp .3s ease}@media(min-width:768px){.size-chart__content{max-width:800px;padding:50px}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.size-chart__close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:none;border:none;cursor:pointer;font-size:24px;color:#000;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.size-chart__close:hover{opacity:.6}.size-chart__title{font-size:24px;font-weight:400;letter-spacing:.02em;margin:0 0 24px;padding-right:40px}@media(min-width:768px){.size-chart__title{font-size:28px;margin-bottom:32px}}.size-chart__body{color:#333}.size-chart__image{width:100%;height:auto;display:block}.size-chart__text-content{font-size:15px;line-height:1.7}.size-chart__text-content table{width:100%;border-collapse:collapse;margin:20px 0}.size-chart__text-content table th,.size-chart__text-content table td{padding:12px;text-align:left;border:1px solid #e5e5e5}.size-chart__text-content table th{background-color:#f5f5f5;font-weight:500}.size-chart__text-content p{margin:0 0 12px}.size-chart__text-content p:last-child{margin-bottom:0}.product__add-to-cart{width:100%;padding:16px 32px;border:1px solid #000000;border-radius:6px;font-family:inherit;font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .35s ease;position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:8px}.product__add-to-cart:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0000001f}.product__add-to-cart:active{transform:translateY(0);box-shadow:none}.product__add-to-cart:disabled{background-color:#e5e5e5;border-color:#e5e5e5;color:#999;cursor:not-allowed;transform:none;box-shadow:none}.product__add-to-cart:disabled:hover{background-color:#e5e5e5;color:#999;transform:none;box-shadow:none}.product__dynamic-checkout{margin-top:10px}.product__dynamic-checkout .shopify-payment-button{margin-top:0}.product__dynamic-checkout .shopify-payment-button__button{border-radius:6px;min-height:48px}.product__dynamic-checkout .shopify-payment-button__button--unbranded{background-color:#5a31f4;color:#fff;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:.02em}.product__dynamic-checkout .shopify-payment-button__more-options{font-family:inherit;font-size:13px;color:#666;margin-top:8px;text-decoration:underline;text-underline-offset:2px}.product__dynamic-checkout .shopify-payment-button__more-options:hover{color:#000}.add-to-cart__loading{display:inline-flex;align-items:center;justify-content:center}.add-to-cart__icon{flex-shrink:0;position:relative;z-index:1}.add-to-cart__text{position:relative;z-index:1}.hover-effect-shine:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.hover-effect-shine:hover:before{left:100%}.hover-effect-slide:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:var(--hover-bg, #ffffff);transition:width .4s ease;z-index:0}.hover-effect-slide{isolation:isolate}.hover-effect-slide:hover:before{width:100%}.hover-effect-slide:hover{color:var(--hover-text, #000000)}.hover-effect-border_expand:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border:2px solid currentColor;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease;z-index:-1}.hover-effect-border_expand:hover:before{width:calc(100% - 8px);height:calc(100% - 8px)}.hover-effect-underline:after{content:"";position:absolute;bottom:12px;left:50%;width:0;height:1px;background-color:currentColor;transform:translate(-50%);transition:width .4s ease}.hover-effect-underline:hover:after{width:60%}.sticky-add-to-cart{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e5e5e5;box-shadow:0 -4px 20px #00000014;z-index:99;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);padding-bottom:env(safe-area-inset-bottom,0px)}.sticky-add-to-cart.active{transform:translateY(0)}.sticky-cart__content{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px}.sticky-cart__product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sticky-cart__image{width:48px;height:48px;object-fit:cover;border-radius:6px;flex-shrink:0}.sticky-cart__details{min-width:0}.sticky-cart__title{font-size:14px;font-weight:500;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cart__price{font-size:16px;font-weight:500;color:#000}.sticky-cart__actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.sticky-cart__quantity{display:flex;align-items:center;gap:4px;border:1px solid #e5e5e5;border-radius:6px;padding:2px}.sticky-cart__quantity .quantity-btn{width:30px;height:30px;border:none;background-color:transparent;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;color:#000;transition:background-color .2s ease;border-radius:4px}.sticky-cart__quantity .quantity-btn:hover{background-color:#f5f5f5}.sticky-cart__quantity .quantity-input{width:36px;border:none;text-align:center;font-size:13px;font-weight:500;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;background:transparent}.sticky-cart__quantity .quantity-input::-webkit-outer-spin-button,.sticky-cart__quantity .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sticky-cart__button{padding:12px 32px;border:1px solid #000000;border-radius:6px;font-family:inherit;font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.sticky-layout-button_only .sticky-cart__content{justify-content:center}.sticky-layout-button_only .sticky-cart__button{min-width:300px}.sticky-layout-button_quantity .sticky-cart__content{justify-content:center}.sticky-layout-button_price .sticky-cart__product{flex:0 1 auto}.sticky-layout-button_price .sticky-cart__image{display:none}.sticky-layout-button_price .sticky-cart__title{font-size:15px;margin-bottom:2px}.sticky-layout-button_price .sticky-cart__price{font-size:14px}@media(max-width:768px){.sticky-cart__content{flex-direction:column;align-items:stretch;padding:12px 0;gap:10px}.sticky-cart__product{gap:10px}.sticky-cart__title{font-size:13px}.sticky-cart__price{font-size:14px}.sticky-cart__actions{display:flex;gap:10px}.sticky-cart__button{flex:1;padding:12px 16px;font-size:13px}.sticky-layout-button_only .sticky-cart__content{flex-direction:row;justify-content:center;padding:10px 0}.sticky-layout-button_only .sticky-cart__button{min-width:0;width:100%;flex:1}.sticky-layout-button_quantity .sticky-cart__content{flex-direction:row;justify-content:center;gap:10px}.sticky-layout-button_price .sticky-cart__content{gap:8px}.sticky-layout-button_price .sticky-cart__title{font-size:12px}.sticky-layout-button_price .sticky-cart__price{font-size:13px}.sticky-cart__quantity{padding:2px;gap:2px}.sticky-cart__quantity .quantity-btn{width:28px;height:28px;font-size:14px}.sticky-cart__quantity .quantity-input{width:32px;font-size:12px}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;opacity:0;transition:opacity .3s ease}.cart-drawer.active{pointer-events:all;opacity:1}.cart-drawer__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;cursor:pointer}.cart-drawer__content{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:450px;background-color:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.23,1,.32,1)}@media(max-width:480px){.cart-drawer__content{max-width:100%}}.cart-drawer.active .cart-drawer__content{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e5e5}.cart-drawer__title{font-size:18px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;margin:0}.cart-drawer__close{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;transition:opacity .3s ease}.cart-drawer__close:hover{opacity:.6}.cart-drawer__timer{display:flex;align-items:center;gap:8px;padding:12px 24px;background-color:#fff9e6;border-bottom:1px solid #ffe8a3;font-size:13px;color:#8b6914}.cart-drawer__timer svg{flex-shrink:0}.cart-drawer__shipping-goal{padding:16px 24px;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5}.shipping-goal__text{font-size:13px;margin-bottom:8px;text-align:center}.shipping-goal__message{color:#666}.shipping-goal__bar{height:4px;background-color:#e5e5e5;border-radius:2px;overflow:hidden}.shipping-goal__progress{height:100%;background-color:#000;transition:width .5s ease}.cart-drawer__items{flex:1;overflow-y:auto;padding:24px}.cart-drawer__empty{text-align:center;padding:40px 20px;color:#999;font-size:14px}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:12px 16px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e5e5e5;align-items:center}@media(max-width:380px){.cart-item{grid-template-columns:64px 1fr auto;gap:10px}.cart-item__image{width:64px;height:64px}.cart-item__title{font-size:13px}.cart-item__remove{grid-column:3;grid-row:1}.cart-item__quantity{grid-column:2 / -1;justify-self:start}}.cart-item:last-child{border-bottom:none;margin-bottom:0}.cart-item__image{width:80px;height:80px;background-color:#f5f5f5;overflow:hidden;border-radius:6px;flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__details{display:flex;flex-direction:column;gap:4px}.cart-item__title{font-size:14px;font-weight:400;margin:0;line-height:1.4}.cart-item__variant{font-size:12px;color:#666;margin:0}.cart-item__price{display:flex;align-items:center;gap:8px;font-size:14px;margin-top:4px}.cart-item__original-price{color:#999;text-decoration:line-through;font-size:12px}.cart-item__final-price{font-weight:500}.cart-item__quantity{display:flex;align-items:center;gap:8px;border:1px solid #e5e5e5;padding:4px;font-size:13px}.quantity-btn{width:24px;height:24px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:background-color .3s ease}.quantity-btn:hover{background-color:#f5f5f5}.cart-item__remove{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;transition:opacity .3s ease}.cart-item__remove:hover{opacity:.6}.cart-drawer__footer{border-top:1px solid #e5e5e5;padding:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}.cart-drawer__savings{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;color:#28a745}.cart-drawer__savings-amount{font-weight:500}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:16px;font-weight:500;border-top:1px solid #e5e5e5}.cart-drawer__subtotal-amount{font-size:18px}.cart-drawer__checkout{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 32px;margin-top:20px;background-color:#000;color:#fff;border:1px solid #000000;font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-align:center;text-decoration:none;cursor:pointer;transition:all .4s ease}.cart-drawer__checkout:hover{background-color:transparent;color:#000}.cart-drawer__payment-icons{margin:16px 0 0;padding:16px 0 0}.payment-icons-grid{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center}.cart-payment-icon{height:24px;width:auto;opacity:.6;transition:opacity .3s ease}.cart-payment-icon:hover{opacity:1}.cart-drawer__upsells{margin:16px 0;padding:16px 0;border-top:1px solid #e9ecef}.cart-upsells__heading{margin:0 0 12px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cart-upsells__items{display:flex;flex-direction:column;gap:10px}.cart-upsell-item{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid #e9ecef;border-radius:6px;background:#fafafa;transition:all .3s ease}.cart-upsell-item:hover{background:#f5f5f5}.cart-upsell-item img{width:60px;height:60px;object-fit:cover;border-radius:4px}.cart-upsell-info{flex:1;min-width:0}.cart-upsell-info h4{margin:0 0 4px;font-size:13px;font-weight:600;line-height:1.3}.cart-upsell-price{font-size:14px;font-weight:700}.cart-upsell-add{padding:8px 16px;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .3s ease}.cart-upsell-add:hover:not(:disabled){background-color:#333;transform:translateY(-1px)}.cart-upsell-add:disabled{opacity:.6;cursor:not-allowed}.cart-drawer__protection{margin:20px 0;padding:16px;background-color:#fff}.protection__content{display:flex;align-items:flex-start;gap:12px}.protection__image{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;background-color:#fff}.protection__image img{width:100%;height:100%;object-fit:cover}.protection__details{flex:1;min-width:0}.protection__title{font-size:14px;font-weight:500;margin:0 0 4px;color:#000;text-transform:uppercase;letter-spacing:.05em}.protection__description{font-size:13px;line-height:1.4;color:#666;margin:0}.protection__price-toggle{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.protection__price{font-size:16px;font-weight:500;color:#000}.protection__toggle{position:relative;display:inline-block;width:48px;height:26px;cursor:pointer}.protection__toggle input{opacity:0;width:0;height:0}.protection__toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:26px;transition:.3s}.protection__toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}.protection__toggle input:checked+.protection__toggle-slider{background-color:#00d084}.protection__toggle input:checked+.protection__toggle-slider:before{transform:translate(22px)}.protection__toggle input:focus+.protection__toggle-slider{box-shadow:0 0 1px #00d084}.footer{background-color:#f9f9f9;border-top:1px solid #e5e5e5;padding:60px 0 30px;margin-top:80px;position:relative}.footer:before{content:"";display:block;height:50px;margin-bottom:-50px}.shopify-section--footer a{pointer-events:auto}.shopify-section--footer{position:relative;z-index:1}@keyframes footer-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer__content{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:50px}@media(min-width:768px){.footer__content{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__content{grid-template-columns:repeat(4,1fr);gap:60px}}.footer__block{display:flex;flex-direction:column;gap:16px;opacity:0;animation:footer-fade-in .8s cubic-bezier(.165,.84,.44,1) forwards}.footer__block:nth-child(1){animation-delay:.1s}.footer__block:nth-child(2){animation-delay:.2s}.footer__block:nth-child(3){animation-delay:.3s}.footer__block:nth-child(4){animation-delay:.4s}.footer__logo-image{max-width:150px;height:auto;margin-bottom:8px}.footer__logo-text{font-family:var(--font-heading);font-size:24px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 8px}.footer__description{font-size:14px;line-height:1.6;color:#666;margin:0}.footer__heading{font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin:0 0 16px;color:#000}.footer__contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__contact-item{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.6;color:#666}.footer__contact-item a{color:#666;text-decoration:none;transition:color .3s ease}.footer__contact-item a:hover{color:#000}.footer__icon{width:16px;flex-shrink:0;margin-top:2px;color:#000}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer__links a{font-size:14px;color:#666;text-decoration:none;transition:color .3s ease}.footer__links a:hover{color:#000}.footer__social{display:flex;gap:12px;flex-wrap:wrap}.footer__social a{width:40px;height:40px;border:1px solid #e5e5e5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#666;text-decoration:none;transition:all .3s ease;font-size:16px}.footer__social a:hover{background-color:#000;border-color:#000;color:#fff}.footer__bottom{padding-top:30px;border-top:1px solid #e5e5e5;opacity:0;animation:footer-fade-in .8s cubic-bezier(.165,.84,.44,1) .5s forwards}.footer__bottom-content{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}@media(min-width:768px){.footer__bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer__payment{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media(min-width:768px){.footer__payment{justify-content:flex-start}}.footer__payment i{font-size:32px;color:#999;transition:color .3s ease}.footer__payment i:hover{color:#000}.footer__copyright{font-size:13px;color:#999;letter-spacing:.02em}.text-section{background-color:#fff}.text-section__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 20px;line-height:1.2}@media(min-width:768px){.text-section__heading{font-size:42px;margin-bottom:24px}}.text-section__subheading{font-size:18px;font-weight:400;letter-spacing:.02em;margin:0 0 24px;line-height:1.4}@media(min-width:768px){.text-section__subheading{font-size:20px;margin-bottom:32px}}.text-section__content{font-size:15px;line-height:1.8;margin:0 0 32px}.text-section__content p{margin:0 0 16px}.text-section__content p:last-child{margin-bottom:0}@media(min-width:768px){.text-section__content{font-size:16px;margin-bottom:40px}}.text-section__button{margin-top:40px}.text-section__cta{display:inline-block;padding:16px 40px;font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid;transition:all .4s ease}.text-section__cta:hover{opacity:.8;transform:translateY(-2px)}.collection-list-section{background-color:#fff}.collection-list__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 16px;line-height:1.2}@media(min-width:768px){.collection-list__heading{font-size:42px;margin-bottom:20px}}.collection-list__subheading{font-size:16px;font-weight:400;letter-spacing:.02em;text-align:center;color:#666;margin:0 0 40px}@media(min-width:768px){.collection-list__subheading{font-size:18px;margin-bottom:60px}}.collection-list__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 1),1fr);gap:20px}@media(min-width:768px){.collection-list__grid{grid-template-columns:repeat(var(--desktop-columns, 3),1fr);gap:30px}}.collection-list__item{position:relative;display:block;overflow:hidden;text-decoration:none;aspect-ratio:3/4;background-color:#f5f5f5}.collection-list__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.collection-list__image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.collection-list__item:hover .collection-list__image{transform:scale(1.08)}.collection-list__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;pointer-events:none;transition:opacity .4s ease}.collection-list__item:hover .collection-list__overlay{opacity:.15!important}.collection-list__content{position:absolute;bottom:0;left:0;right:0;padding:30px;z-index:2}@media(min-width:768px){.collection-list__content{padding:40px}}.collection-list__title{font-size:28px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 8px;line-height:1.2;transition:transform .4s ease}@media(min-width:768px){.collection-list__title{font-size:36px;margin-bottom:12px}}.collection-list__item:hover .collection-list__title{transform:translateY(-4px)}.collection-list__subtitle{font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;margin:0;opacity:.9;transition:transform .4s ease}@media(min-width:768px){.collection-list__subtitle{font-size:15px}}.collection-list__item:hover .collection-list__subtitle{transform:translateY(-4px)}.newsletter-section{background-color:#f9f9f9}.newsletter__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 16px;line-height:1.2}@media(min-width:768px){.newsletter__heading{font-size:42px;margin-bottom:20px}}.newsletter__subheading{font-size:16px;font-weight:400;letter-spacing:.02em;margin:0 0 32px;line-height:1.5}@media(min-width:768px){.newsletter__subheading{font-size:18px;margin-bottom:40px}}.newsletter__form{width:100%}.newsletter__input-group{display:flex;gap:12px;flex-direction:column;max-width:600px;margin:0 auto}@media(min-width:768px){.newsletter__input-group{flex-direction:row}}.newsletter__input{flex:1;padding:16px 20px;font-size:15px;border:1px solid;background-color:#fff;transition:border-color .3s ease}.newsletter__input:focus{outline:none;border-color:#000}.newsletter__button{padding:16px 40px;font-size:14px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter__button:hover{opacity:.8;transform:translateY(-2px)}.newsletter__disclaimer{font-size:13px;margin:16px 0 0;opacity:.8}.newsletter__success{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;margin-bottom:24px;background-color:#2e7d321a;border-radius:4px}.newsletter__success svg{flex-shrink:0}.newsletter__success p{margin:0;font-size:15px;font-weight:500}.newsletter__error{padding:16px 24px;margin-bottom:24px;background-color:#d32f2f1a;border-radius:4px;font-size:14px}.shop-the-look-section{background-color:#fff}.shop-the-look__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 40px;line-height:1.2}@media(min-width:768px){.shop-the-look__heading{font-size:42px;margin-bottom:60px}}.shop-the-look__wrapper{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:1024px){.shop-the-look__wrapper{grid-template-columns:1.2fr .8fr;gap:60px}}.shop-the-look__image-container{position:relative;background-color:#f5f5f5}.shop-the-look__image{width:100%;height:auto;display:block}.shop-the-look__hotspot{position:absolute;width:20px;height:20px;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;z-index:10;padding:0;transition:transform .4s ease}.shop-the-look__hotspot:hover{transform:translate(-50%,-50%) scale(1.15)}.shop-the-look__hotspot.active .hotspot__dot{background-color:#fffffff2;box-shadow:0 0 0 1px #0000004d}.hotspot__pulse{position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background-color:#fff9;box-shadow:0 0 0 1px #fff6;transform:translate(-50%,-50%);animation:pulse-ring 3s cubic-bezier(.4,0,.2,1) infinite}.hotspot__dot{position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background-color:#ffffffe6;box-shadow:0 0 0 1px #00000026,0 2px 8px #0000001a;transform:translate(-50%,-50%);transition:all .4s cubic-bezier(.4,0,.2,1)}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}to{transform:translate(-50%,-50%) scale(3);opacity:0}}.shop-the-look__products{position:relative}.shop-the-look__product{display:none}.shop-the-look__product.is-active{display:block}.product-quick-view{background-color:transparent;padding:0;position:sticky;top:120px}.product-quick-view__image{width:100%;background-color:#f5f5f5;aspect-ratio:1;margin-bottom:20px}.product-quick-view__image img{width:100%;height:100%;object-fit:cover;display:block}.product-quick-view__info{padding:0}.product-quick-view__title{font-size:16px;font-weight:400;letter-spacing:.02em;margin:0 0 8px;line-height:1.4;color:#000}@media(min-width:768px){.product-quick-view__title{font-size:18px;margin-bottom:12px}}.product-quick-view__price{display:flex;align-items:baseline;gap:10px;margin-bottom:20px}.price--regular{font-size:18px;font-weight:400;color:#000}.price--compare{font-size:14px;color:#999;text-decoration:line-through}.product-quick-view__variants{margin-bottom:20px}.product-quick-view__colors{display:flex;gap:6px;flex-wrap:wrap}.color-swatch{width:24px;height:24px;border-radius:50%;border:1px solid #e0e0e0;background-color:#f5f5f5;cursor:pointer;transition:all .2s ease}.color-swatch:hover{border-color:#000}[data-swatch-shape=square] .color-swatch{border-radius:0!important}[data-swatch-shape=rounded] .color-swatch{border-radius:6px!important}[data-swatch-shape=square] .product__color-swatch-label .color-swatch{border-radius:0!important}[data-swatch-shape=rounded] .product__color-swatch-label .color-swatch{border-radius:8px!important}[data-swatch-shape=square] .product__option-swatch{border-radius:0!important}[data-swatch-shape=rounded] .product__option-swatch{border-radius:10px!important}.product-quick-view__button{display:inline-block;padding:12px 32px;font-size:13px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:#000;background-color:transparent;border:1px solid #000000;transition:all .3s ease}.product-quick-view__button:hover{background-color:#000;color:#fff}.tracking-section{background-color:#fff;min-height:60vh}.tracking__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 16px;line-height:1.2}@media(min-width:768px){.tracking__heading{font-size:42px;margin-bottom:20px}}.tracking__subheading{font-size:16px;font-weight:400;letter-spacing:.02em;text-align:center;color:#666;margin:0 0 40px;line-height:1.5}@media(min-width:768px){.tracking__subheading{font-size:18px;margin-bottom:50px}}.tracking__form{margin-bottom:40px}.tracking__input-group{display:flex;gap:12px;flex-direction:column;max-width:600px;margin:0 auto}@media(min-width:768px){.tracking__input-group{flex-direction:row}}.tracking__input{flex:1;padding:16px 20px;font-size:15px;border:1px solid;background-color:#fff;transition:border-color .3s ease}.tracking__input:focus{outline:none;border-color:#000}.tracking__button{padding:16px 40px;font-size:14px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tracking__button:hover{opacity:.8;transform:translateY(-2px)}.tracking__result{margin-top:40px;min-height:200px}#YQContainer{font-family:var(--font-body)}#YQContainer *{font-family:inherit!important}.benefits-section{background-color:#fff}.benefits__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 16px;line-height:1.2}@media(min-width:768px){.benefits__heading{font-size:42px;margin-bottom:20px}}.benefits__subheading{font-size:16px;font-weight:400;letter-spacing:.02em;text-align:center;margin:0 0 50px;line-height:1.5}@media(min-width:768px){.benefits__subheading{font-size:18px;margin-bottom:60px}}.benefits__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 1),1fr);gap:40px}@media(min-width:768px){.benefits__grid{grid-template-columns:repeat(var(--desktop-columns, 3),1fr);gap:50px}}.benefits__item{text-align:center;padding:0 20px}.benefits__icon{margin-bottom:24px;line-height:1}.benefits__icon i{display:inline-block;transition:transform .3s ease}.benefits__item:hover .benefits__icon i{transform:translateY(-4px)}.benefits__title{font-size:18px;font-weight:500;letter-spacing:.02em;margin:0 0 12px;line-height:1.3}@media(min-width:768px){.benefits__title{font-size:20px;margin-bottom:16px}}.benefits__description{font-size:14px;font-weight:400;letter-spacing:.01em;line-height:1.6;margin:0}@media(min-width:768px){.benefits__description{font-size:15px;line-height:1.7}}.contact-inline-section{background-color:#f9f9f9}.contact-inline__wrapper{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:1024px){.contact-inline__wrapper{grid-template-columns:.9fr 1.1fr;gap:80px}}.contact-inline__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 20px;line-height:1.2}@media(min-width:768px){.contact-inline__heading{font-size:42px;margin-bottom:24px}}.contact-inline__subheading{font-size:15px;font-weight:400;letter-spacing:.01em;line-height:1.7;margin-bottom:32px}@media(min-width:768px){.contact-inline__subheading{font-size:16px;margin-bottom:40px}}.contact-inline__info{display:flex;flex-direction:column;gap:16px}.contact-info-item{display:flex;align-items:center;gap:12px;font-size:15px}.contact-info-item i{font-size:18px;width:24px;text-align:center}.contact-info-item a{text-decoration:none;transition:opacity .3s ease}.contact-info-item a:hover{opacity:.7}.contact-inline__fields{display:flex;flex-direction:column;gap:16px}.contact-inline__input,.contact-inline__textarea{width:100%;padding:14px 18px;font-size:15px;font-family:var(--font-body);border:1px solid;background-color:#fff;transition:border-color .3s ease}.contact-inline__input:focus,.contact-inline__textarea:focus{outline:none;border-color:#000}.contact-inline__textarea{resize:vertical;min-height:120px}.contact-inline__button{padding:16px 40px;font-size:14px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid;cursor:pointer;transition:all .3s ease;align-self:flex-start}.contact-inline__button:hover{opacity:.8;transform:translateY(-2px)}.contact-inline__success{display:flex;align-items:center;gap:12px;padding:16px 20px;margin-bottom:20px;background-color:#2e7d321a;border-radius:4px}.contact-inline__success svg{flex-shrink:0}.contact-inline__success p{margin:0;font-size:15px;font-weight:500}.contact-inline__error{padding:16px 20px;margin-bottom:20px;background-color:#d32f2f1a;border-radius:4px;font-size:14px}.faq-section{background-color:#fff}.faq__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 16px;line-height:1.2}@media(min-width:768px){.faq__heading{font-size:42px;margin-bottom:20px}}.faq__subheading{font-size:16px;font-weight:400;letter-spacing:.02em;text-align:center;margin:0 0 50px;line-height:1.5}@media(min-width:768px){.faq__subheading{font-size:18px;margin-bottom:60px}}.faq__items{display:flex;flex-direction:column;gap:0}.faq__item{border-bottom:1px solid;transition:all .3s ease}.faq__item:first-child{border-top:1px solid}.faq__question{width:100%;padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;background:none;border:none;cursor:pointer;text-align:left;transition:all .3s ease}@media(min-width:768px){.faq__question{padding:28px 0}}.faq__question:hover{opacity:.7}.faq__question-text{font-size:16px;font-weight:500;letter-spacing:.01em;line-height:1.4}@media(min-width:768px){.faq__question-text{font-size:18px}}.faq__icon{position:relative;width:24px;height:24px;flex-shrink:0}.faq__icon i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;transition:opacity .3s ease,transform .3s ease}.faq__icon-plus{opacity:1}.faq__icon-minus{opacity:0}.faq__item.active .faq__icon-plus{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.faq__item.active .faq__icon-minus{opacity:1}.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq__answer-content{padding:0 0 24px;font-size:15px;font-weight:400;letter-spacing:.01em;line-height:1.7}@media(min-width:768px){.faq__answer-content{padding:0 0 28px;font-size:16px}}.faq__answer-content p{margin:0 0 12px}.faq__answer-content p:last-child{margin-bottom:0}.image-text-section{background-color:#fff}.image-text__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 50px;line-height:1.2}@media(min-width:768px){.image-text__heading{font-size:42px;margin-bottom:60px}}.image-text__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 1),1fr);gap:40px}@media(min-width:768px){.image-text__grid{grid-template-columns:repeat(var(--desktop-columns, 3),1fr);gap:50px}}.image-text__item{text-align:center}.image-text__image-wrapper{width:100%;aspect-ratio:1;background-color:#f5f5f5;margin-bottom:24px;overflow:hidden}.image-text__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.image-text__item:hover .image-text__image{transform:scale(1.05)}.image-text__content{padding:0 10px}.image-text__title{font-size:18px;font-weight:500;letter-spacing:.02em;margin:0 0 12px;line-height:1.3}@media(min-width:768px){.image-text__title{font-size:20px;margin-bottom:16px}}.image-text__description{font-size:14px;font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:20px}@media(min-width:768px){.image-text__description{font-size:15px;line-height:1.7}}.image-text__description p{margin:0 0 10px}.image-text__description p:last-child{margin-bottom:0}.image-text__button{display:inline-block;padding:12px 32px;font-size:13px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:1px solid;transition:all .3s ease}.image-text__button:hover{opacity:.7;transform:translateY(-2px)}.testimonials-section{background-color:#f9f9f9}.testimonials__heading{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 16px;line-height:1.2}@media(min-width:768px){.testimonials__heading{font-size:42px;margin-bottom:20px}}.testimonials__subheading{font-size:16px;font-weight:400;letter-spacing:.02em;text-align:center;margin:0 0 50px;line-height:1.5}@media(min-width:768px){.testimonials__subheading{font-size:18px;margin-bottom:60px}}.testimonials__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 1),1fr);gap:30px}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(var(--desktop-columns, 3),1fr);gap:40px}}.testimonials__item{background-color:#fff;padding:32px 24px;text-align:center;display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.testimonials__item{padding:40px 32px}}.testimonials__rating{font-size:18px;display:flex;gap:4px;justify-content:center}.testimonials__rating i{font-size:16px}.testimonials__quote{font-size:15px;font-weight:400;letter-spacing:.01em;line-height:1.7;font-style:italic}@media(min-width:768px){.testimonials__quote{font-size:16px}}.testimonials__author{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:auto}.testimonials__image{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.testimonials__image img{width:100%;height:100%;object-fit:cover;display:block}.testimonials__image--placeholder{color:#ccc;font-size:24px}.testimonials__info{text-align:left}.testimonials__name{font-size:15px;font-weight:500;letter-spacing:.01em;line-height:1.3;margin-bottom:4px}.testimonials__title{font-size:13px;font-weight:400;letter-spacing:.01em}.product-recommendations{background-color:#fff}.recommendations__heading{font-size:24px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 30px;line-height:1.2}@media(min-width:768px){.recommendations__heading{font-size:32px;margin-bottom:40px}}.recommendations__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 2),1fr);gap:16px}@media(min-width:768px){.recommendations__grid{grid-template-columns:repeat(var(--desktop-columns, 4),1fr);gap:20px}}.recommendations__loading{grid-column:1 / -1;display:flex;justify-content:center;padding:40px 0}.loading-spinner{width:40px;height:40px;border:3px solid #f5f5f5;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recommendations__empty{grid-column:1 / -1;text-align:center;padding:40px 0;color:#666;font-size:15px}.recommendation-item{position:relative}.recommendation__link{display:block;text-decoration:none;color:inherit}.recommendation__image-wrapper{position:relative;width:100%;aspect-ratio:1;background-color:#f5f5f5;overflow:hidden;margin-bottom:12px}.recommendation__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.recommendation__link:hover .recommendation__image{transform:scale(1.05)}.recommendation__details{text-align:center}.recommendation__title{font-size:13px;font-weight:400;letter-spacing:.01em;margin:0 0 6px;line-height:1.3;color:#000}@media(min-width:768px){.recommendation__title{font-size:14px}}.recommendation__price{display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px}.recommendation__current-price{font-weight:500;color:#000}.recommendation__compare-price{font-size:12px;color:#999;text-decoration:line-through}.recommendations-style-card .recommendation-item{border:1px solid #e5e5e5;padding:16px;transition:border-color .3s ease}.recommendations-style-card .recommendation-item:hover{border-color:#000}.recommendations-style-card .recommendation__image-wrapper{margin-bottom:12px}.recommendations-style-shadow .recommendation-item{background-color:#fff;box-shadow:0 2px 8px #00000014;padding:16px;transition:box-shadow .3s ease}.recommendations-style-shadow .recommendation-item:hover{box-shadow:0 4px 16px #0000001f}.recommendations-style-shadow .recommendation__image-wrapper{margin-bottom:12px}.recommendations-style-compact .recommendations__heading{font-size:20px;margin-bottom:24px}@media(min-width:768px){.recommendations-style-compact .recommendations__heading{font-size:26px;margin-bottom:30px}}.recommendations-style-compact .recommendations__grid{gap:12px}@media(min-width:768px){.recommendations-style-compact .recommendations__grid{gap:16px}}.recommendations-style-compact .recommendation__image-wrapper{margin-bottom:8px}.recommendations-style-compact .recommendation__title{font-size:12px;margin-bottom:4px}.recommendations-style-compact .recommendation__price{font-size:13px}.collection-grid-section{background-color:#fff}.collection-grid__heading{font-size:28px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 16px;line-height:1.2}@media(min-width:768px){.collection-grid__heading{font-size:36px;margin-bottom:20px}}.collection-grid__subheading{font-size:15px;line-height:1.6;color:#666;text-align:center;max-width:600px;margin:0 auto 40px}@media(min-width:768px){.collection-grid__subheading{font-size:16px;margin-bottom:50px}}.collection-grid__items{display:grid;grid-template-columns:repeat(var(--mobile-columns, 1),1fr);gap:var(--grid-gap, 20px)}@media(min-width:1024px){.collection-grid__items{grid-template-columns:repeat(var(--desktop-columns, 3),1fr)}}.collection-grid__item{position:relative;overflow:hidden}.collection-grid__link{display:block;text-decoration:none;color:inherit;position:relative}.collection-grid__image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background-color:#f5f5f5}.collection-grid__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}.collection-grid__link:hover .collection-grid__image{transform:scale(1.08)}.collection-grid__overlay{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;padding:30px;transition:background .4s ease}@media(min-width:768px){.collection-grid__overlay{padding:40px}}.collection-grid__content{width:100%;transform:translateY(0);transition:transform .4s ease}.collection-grid__title{font-size:22px;font-weight:400;letter-spacing:.02em;margin:0 0 8px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media(min-width:768px){.collection-grid__title{font-size:26px}}.collection-grid__subtitle{font-size:14px;margin:0 0 16px;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.2)}.collection-grid__button{display:inline-block;padding:10px 24px;font-size:13px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;border:1px solid currentColor;opacity:0;transform:translateY(10px);transition:all .4s ease}.collection-grid__link:hover .collection-grid__button{opacity:1;transform:translateY(0)}.collection-grid-style-overlap .collection-grid__image-wrapper{aspect-ratio:1}.collection-grid-style-overlap .collection-grid__overlay{background:linear-gradient(to top,rgba(0,0,0,.7),transparent 60%);align-items:flex-end;padding:20px}.collection-grid-style-overlap .collection-grid__title{font-size:18px;margin-bottom:4px}@media(min-width:768px){.collection-grid-style-overlap .collection-grid__title{font-size:20px}}.collection-grid-style-overlap .collection-grid__subtitle{font-size:12px;margin-bottom:0}.collection-grid-style-overlap .collection-grid__button{display:none}.collection-grid-style-card .collection-grid__item{border:1px solid #e5e5e5;transition:border-color .3s ease}.collection-grid-style-card .collection-grid__item:hover{border-color:#000}.collection-grid-style-card .collection-grid__image-wrapper{aspect-ratio:1}.collection-grid-style-card .collection-grid__overlay{position:relative;height:auto;padding:20px;background:#fff!important;align-items:center}.collection-grid-style-card .collection-grid__title{color:#000!important;text-shadow:none;font-size:16px;text-align:center}@media(min-width:768px){.collection-grid-style-card .collection-grid__title{font-size:18px}}.collection-grid-style-card .collection-grid__subtitle{color:#666!important;text-shadow:none;font-size:13px;text-align:center}.collection-grid-style-card .collection-grid__button{color:#000!important;border-color:#000!important;opacity:1;transform:none;margin:12px auto 0}.logo-list-section{background-color:#f9f9f9}.instagram-stories-section{background-color:#fff}.stories__heading{font-size:28px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 12px;line-height:1.2}@media(min-width:768px){.stories__heading{font-size:32px}}.stories__subheading{font-size:14px;line-height:1.6;text-align:center;max-width:500px;margin:0 auto 40px}@media(min-width:768px){.stories__subheading{font-size:15px;margin-bottom:50px}}.stories-container{position:relative;max-width:700px;margin:0 auto}@media(min-width:1024px){.stories-container{max-width:600px}}.stories__avatars{position:relative;max-width:100%;margin:0 auto}.stories__avatars-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 0 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start}@media(min-width:768px){.stories__avatars-track{gap:24px;justify-content:center}}@media(min-width:1024px){.stories__avatars-track{gap:32px}}.stories__avatars-track::-webkit-scrollbar{display:none}.stories__scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 8px #00000026;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}@media(min-width:1024px){.stories__scroll-btn{display:flex}}.stories__scroll-btn:hover{background:#f5f5f5;box-shadow:0 4px 12px #0003}.stories__scroll-btn--prev{left:-20px}.stories__scroll-btn--next{right:-20px}.stories__scroll-btn svg{color:#000}.story-avatar{display:flex;flex-direction:column;align-items:center;gap:8px;background:none;border:none;cursor:pointer;flex-shrink:0;transition:transform .2s ease}.story-avatar:hover{transform:scale(1.05)}.story-avatar__ring{width:80px;height:80px;border-radius:50%;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);padding:3px;position:relative}@media(min-width:768px){.story-avatar__ring{width:90px;height:90px}}.story-avatar__ring--close-friends{background:#00d269}.story-avatar__image{width:100%;height:100%;border-radius:50%;background:#fff;padding:3px;overflow:hidden;display:flex;align-items:center;justify-content:center}.story-avatar__image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.story-avatar__image svg{width:40px;height:40px;color:#ccc}.story-avatar__username{font-size:12px;font-weight:400;color:#000;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.stories-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.stories-modal[data-active=true]{opacity:1;visibility:visible}.stories-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000f2}.stories-modal__content{position:relative;width:100%;height:100%;max-width:500px;display:flex;align-items:center;justify-content:center;z-index:1}@media(min-width:768px){.stories-modal__content{max-width:420px;height:90vh;max-height:750px}}.stories-modal__close{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#00000080;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:background .2s ease}.stories-modal__close:hover{background:#000c}@media(max-width:767px){.stories-modal__close{display:none}}.stories-modal__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#00000080;border:none;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:100;transition:background .2s ease}@media(min-width:768px){.stories-modal__nav{display:flex}}.stories-modal__nav:hover{background:#000c}.stories-modal__nav--prev{left:20px}.stories-modal__nav--next{right:20px}.stories-modal__viewer{width:100%;height:100%;position:relative}.story{width:100%;height:100%;position:relative;display:none;background:#000}@media(min-width:768px){.story{border-radius:12px;overflow:hidden}}.story__header{position:absolute;top:0;left:0;right:0;padding:16px;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,transparent 100%);z-index:50}.story__progress{display:flex;gap:4px;margin-bottom:12px}.story__progress-bar{flex:1;height:2px;background:#ffffff4d;border-radius:2px;overflow:hidden}.story__progress-fill{height:100%;width:0%;background:#fff;transition:width .1s linear}.story__user-info{display:flex;align-items:center;gap:10px}.story__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#fff;display:flex;align-items:center;justify-content:center}.story__avatar img{width:100%;height:100%;object-fit:cover}.story__avatar svg{width:20px;height:20px;color:#ccc}.story__username-wrapper{flex:1;display:flex;align-items:center;gap:6px}.story__username{font-size:14px;font-weight:500;color:#fff}.story__verified{flex-shrink:0}.story__time{font-size:13px;color:#ffffffb3}.story__pause-btn,.story__volume-btn{width:36px;height:36px;border-radius:50%;background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;flex-shrink:0}.story__pause-btn:hover,.story__volume-btn:hover{background:#ffffff1a}.story__pause-btn .story__play-icon,.story__pause-btn[data-paused=true] .story__pause-icon{display:none}.story__pause-btn[data-paused=true] .story__play-icon{display:block}.story__volume-btn .story__volume-off,.story__volume-btn[data-muted=false] .story__volume-on{display:none}.story__volume-btn[data-muted=false] .story__volume-off{display:block}.story__slides{width:100%;height:100%;position:relative}.story__slide{width:100%;height:100%;display:none;align-items:center;justify-content:center;position:absolute;top:0;left:0}.story__media{max-width:100%;max-height:100%;display:block}.story__video{width:100%;height:100%}.story__image{width:auto;height:auto}.story__tap-area{position:absolute;top:0;bottom:0;width:35%;background:none;border:none;cursor:pointer;z-index:40}.story__tap-area--prev{left:0}.story__tap-area--next{right:0}.comparison-table-section{background-color:#fff}.comparison-table__header{text-align:center;max-width:700px;margin:0 auto 35px}@media(min-width:768px){.comparison-table__header{margin:0 auto 50px}}.comparison-table__heading{font-size:24px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 10px;line-height:1.2}@media(min-width:768px){.comparison-table__heading{font-size:32px;margin:0 0 12px}}.comparison-table__subheading{font-size:14px;line-height:1.6;margin:0}@media(min-width:768px){.comparison-table__subheading{font-size:15px}}.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -20px;padding:0 20px 10px}@media(min-width:768px){.comparison-table-wrapper{margin:0;padding:0;overflow-x:visible}}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;min-width:550px}@media(min-width:768px){.comparison-table{min-width:0}}.comparison-table thead th{padding:16px 12px;text-align:center;font-weight:500;border-bottom:1px solid rgba(0,0,0,.08);font-size:13px}@media(min-width:768px){.comparison-table thead th{padding:24px 16px;font-size:14px}}.comparison-table__feature-col{width:35%;background-color:transparent;border-bottom:none!important}@media(min-width:768px){.comparison-table__feature-col{width:40%}}.comparison-table__product-col{width:32.5%;vertical-align:middle}@media(max-width:767px){.comparison-table__product-col{width:auto}}.comparison-table__product-col--highlight{position:relative}.comparison-table__logo{display:flex;align-items:center;justify-content:center;min-height:50px}@media(min-width:768px){.comparison-table__logo{min-height:60px}}.comparison-table__logo img{max-width:100%;max-height:40px;height:auto;display:block}@media(min-width:768px){.comparison-table__logo img{max-height:none}}.comparison-table__label{font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@media(min-width:768px){.comparison-table__label{font-size:14px}}.comparison-table tbody td{padding:14px 10px;text-align:center;border-bottom:1px solid rgba(0,0,0,.05);vertical-align:middle;font-size:13px}@media(min-width:768px){.comparison-table tbody td{padding:20px 16px;font-size:14px}}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table__feature{text-align:left;font-size:13px;font-weight:400;line-height:1.5;padding-right:8px}@media(min-width:768px){.comparison-table__feature{font-size:15px;padding-right:0}}.comparison-table__cell{position:relative}.comparison-table__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}@media(min-width:768px){.comparison-table__icon{width:36px;height:36px}}.comparison-table__icon svg{width:18px;height:18px}@media(min-width:768px){.comparison-table__icon svg{width:24px;height:24px}}.comparison-table__text{font-size:12px;font-weight:400;display:inline-block;line-height:1.4}@media(min-width:768px){.comparison-table__text{font-size:14px}}.comparison-table--bordered{border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.comparison-table--bordered thead th{border-bottom:2px solid rgba(0,0,0,.1)}.comparison-table--bordered tbody td{border-bottom:1px solid rgba(0,0,0,.08)}.comparison-table--bordered tbody tr:last-child td{border-bottom:none}.comparison-table--bordered .comparison-table__product-col,.comparison-table--bordered .comparison-table__cell{border-left:1px solid rgba(0,0,0,.08)}.comparison-table--minimal thead th{border-bottom:1px solid rgba(0,0,0,.1);padding:20px 12px}.comparison-table--minimal tbody td{padding:16px 12px;border-bottom:1px solid rgba(0,0,0,.05)}.comparison-table--minimal tbody tr:hover td{background-color:#00000005}.content-tabs-section{background-color:#fff}.content-tabs__header{text-align:center;max-width:700px;margin:0 auto 35px}@media(min-width:768px){.content-tabs__header{margin:0 auto 50px}}.content-tabs__heading{font-size:24px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 10px;line-height:1.2}@media(min-width:768px){.content-tabs__heading{font-size:32px;margin:0 0 12px}}.content-tabs__subheading{font-size:14px;line-height:1.6;margin:0}@media(min-width:768px){.content-tabs__subheading{font-size:15px}}.content-tabs__nav{display:flex;gap:6px;padding:6px;border-radius:50px;position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:30px}@media(min-width:768px){.content-tabs__nav{gap:8px;padding:8px;margin-bottom:40px}}.content-tabs__nav::-webkit-scrollbar{display:none}@media(min-width:768px){.content-tabs__nav{justify-content:center}}.content-tabs__button{position:relative;padding:10px 20px;font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;background:transparent;border:none;cursor:pointer;transition:color .3s ease;white-space:nowrap;z-index:2}@media(min-width:768px){.content-tabs__button{padding:14px 32px;font-size:14px}}.content-tabs__button--active{color:#fff!important}.content-tabs__indicator{position:absolute;bottom:6px;left:6px;height:calc(100% - 12px);border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}@media(min-width:768px){.content-tabs__indicator{bottom:8px;left:8px;height:calc(100% - 16px)}}.content-tabs__panels{position:relative;min-height:250px}@media(min-width:768px){.content-tabs__panels{min-height:300px}}.content-tabs__panel{display:none;animation:fadeIn .4s ease}.content-tabs__panel--active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-tabs__panel-inner{display:grid;gap:24px;align-items:center}@media(min-width:768px){.content-tabs__panel-inner{gap:40px}}@media(min-width:1024px){.content-tabs__panel-inner{gap:60px}}.content-tabs__panel--layout-text-only,.content-tabs__panel--layout-media-left{grid-template-columns:1fr}@media(min-width:768px){.content-tabs__panel--layout-media-left{grid-template-columns:1fr 1fr}}.content-tabs__panel--layout-media-right{grid-template-columns:1fr}@media(min-width:768px){.content-tabs__panel--layout-media-right{grid-template-columns:1fr 1fr}.content-tabs__panel--layout-media-right .content-tabs__media{order:2}.content-tabs__panel--layout-media-right .content-tabs__content{order:1}}.content-tabs__panel--layout-media-top{grid-template-columns:1fr}.content-tabs__media{position:relative;overflow:hidden;border-radius:8px;background-color:#f5f5f5}.content-tabs__image,.content-tabs__video{width:100%;height:auto;display:block}.content-tabs__video{border-radius:8px}.content-tabs__content{max-width:600px}@media(min-width:768px){.content-tabs__panel--layout-media-left .content-tabs__content,.content-tabs__panel--layout-media-right .content-tabs__content{max-width:none}}.content-tabs__title{font-size:20px;font-weight:300;letter-spacing:.02em;margin:0 0 12px;line-height:1.3}@media(min-width:768px){.content-tabs__title{font-size:28px;margin-bottom:20px}}.content-tabs__text{font-size:14px;line-height:1.6;margin:0 0 20px}@media(min-width:768px){.content-tabs__text{font-size:15px;line-height:1.7;margin-bottom:28px}}.content-tabs__text p{margin:0 0 12px}@media(min-width:768px){.content-tabs__text p{margin:0 0 16px}}.content-tabs__text p:last-child{margin-bottom:0}.content-tabs__button-cta{display:inline-block;padding:12px 28px;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:2px solid;transition:all .3s ease}@media(min-width:768px){.content-tabs__button-cta{padding:16px 40px;font-size:14px}}.content-tabs__button-cta:hover{opacity:.8;transform:translateY(-2px)}.our-guarantee-section{position:relative}.guarantee__header{text-align:center;max-width:700px;margin:0 auto 50px}@media(max-width:767px){.guarantee__header{margin:0 auto 35px}}.guarantee__heading{font-size:32px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px;line-height:1.2}@media(max-width:767px){.guarantee__heading{font-size:24px;margin-bottom:10px}}.guarantee__subheading{font-size:15px;line-height:1.6;margin:0;font-weight:300}@media(max-width:767px){.guarantee__subheading{font-size:14px}}.guarantee-content-wrapper{display:grid;gap:50px;align-items:center}@media(max-width:991px){.guarantee-content-wrapper{gap:35px}}.guarantee-layout-image-left{grid-template-columns:1fr 1fr}@media(max-width:991px){.guarantee-layout-image-left{grid-template-columns:1fr}}.guarantee-layout-image-right{grid-template-columns:1fr 1fr}.guarantee-layout-image-right .guarantee__image-wrapper{order:2}.guarantee-layout-image-right .guarantee__content-block{order:1}@media(max-width:991px){.guarantee-layout-image-right{grid-template-columns:1fr}.guarantee-layout-image-right .guarantee__image-wrapper{order:1}.guarantee-layout-image-right .guarantee__content-block{order:2}}.guarantee-layout-image-top,.guarantee-layout-no-image{grid-template-columns:1fr;max-width:900px;margin:0 auto}.guarantee__image-wrapper{position:relative;overflow:hidden;border-radius:8px;background-color:#e9ecef}.guarantee__image{width:100%;height:auto;display:block;transition:transform .6s ease}.guarantee__image-wrapper:hover .guarantee__image{transform:scale(1.03)}.guarantee__content-block{padding:20px 0}@media(max-width:767px){.guarantee__content-block{padding:0}}.guarantee__content-title{font-size:28px;font-weight:300;letter-spacing:.05em;margin:0 0 16px;line-height:1.3}@media(max-width:767px){.guarantee__content-title{font-size:22px;margin-bottom:12px}}.guarantee__description{font-size:15px;line-height:1.7;margin:0 0 30px}@media(max-width:767px){.guarantee__description{font-size:14px;margin-bottom:24px}}.guarantee__description p{margin:0 0 12px}.guarantee__description p:last-child{margin-bottom:0}.guarantee__features{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:30px}@media(min-width:768px){.guarantee__features{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:767px){.guarantee__features{gap:16px;margin-bottom:24px}}.guarantee__feature-item{display:flex;gap:16px;align-items:flex-start;padding:20px;background:#ffffff80;border-radius:8px;border:1px solid rgba(0,0,0,.06);transition:all .3s ease}@media(max-width:767px){.guarantee__feature-item{padding:16px;gap:14px}}.guarantee__feature-item:hover{background:#fffc;border-color:#0000001a;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.guarantee__feature-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}@media(max-width:767px){.guarantee__feature-icon{width:42px;height:42px}}.guarantee__feature-item:hover .guarantee__feature-icon{transform:scale(1.08)}.guarantee__feature-content{flex:1}.guarantee__feature-title{font-size:16px;font-weight:500;letter-spacing:.03em;margin:0 0 6px;line-height:1.3}@media(max-width:767px){.guarantee__feature-title{font-size:15px;margin-bottom:5px}}.guarantee__feature-text{font-size:14px;line-height:1.6;margin:0;font-weight:300}@media(max-width:767px){.guarantee__feature-text{font-size:13px}}.guarantee__button-wrapper{margin-top:30px}@media(max-width:767px){.guarantee__button-wrapper{margin-top:24px}}.guarantee__button{display:inline-block;padding:16px 40px;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:2px solid;border-radius:2px;transition:all .3s ease}@media(max-width:767px){.guarantee__button{padding:14px 32px;font-size:12px}}.guarantee__button:hover{opacity:.85;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.social-proof-section{position:relative}.social-proof__heading{font-size:32px;font-weight:300;letter-spacing:.08em;text-transform:uppercase;text-align:center;margin:0 0 12px;line-height:1.2}@media(max-width:767px){.social-proof__heading{font-size:24px}}.social-proof__subheading{font-size:15px;line-height:1.6;text-align:center;margin:0 0 40px;font-weight:300}@media(max-width:767px){.social-proof__subheading{font-size:14px;margin-bottom:30px}}.social-slider-container{overflow:hidden;position:relative;padding:20px 5px;max-width:1500px;margin:0 auto}.social-slider{display:flex;transition:transform .5s ease-in-out;cursor:grab}.social-slider:active{cursor:grabbing}.social-card{flex:0 0 80%;max-width:280px;height:280px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;background-color:#fff;border:2px solid rgb(239,239,243);border-radius:10px;padding:15px;box-sizing:border-box;gap:10px;position:relative;margin-right:10px}.social-card__user-info{display:flex;align-items:center;gap:10px}.social-card__avatar,.social-card__avatar-placeholder{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.social-card__avatar-placeholder{background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.social-card__user-details{display:flex;flex-direction:column;line-height:20px}.social-card__name{font-weight:700;font-size:14px}.social-card__time{font-size:11px}.social-card__description{font-size:13px;text-align:left;line-height:22px;flex-grow:1;overflow:hidden}.social-card__footer{margin-top:auto}.social-card__stats{display:flex;justify-content:space-between;align-items:center;padding-top:10px;font-size:10px}.social-card__reactions{display:flex;align-items:center;gap:5px}.social-card__like-icon{width:15px;margin-bottom:2px}.social-card__actions{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eaeaea;padding-top:10px;margin-top:8px;font-size:13px}.social-card__actions div{display:flex;align-items:center;gap:5px;cursor:pointer;transition:opacity .2s ease}.social-card__actions div:hover{opacity:.7}.social-slider__pagination{display:flex;justify-content:center;margin-top:20px;gap:8px}.social-slider__dot{width:10px;height:10px;background-color:#ccc;border-radius:50%;cursor:pointer;transition:all .3s ease}.social-slider__dot:hover{background-color:#999}.social-slider__dot.active{background-color:#333;width:12px;height:12px}.logo-list__heading{font-size:24px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin:0 0 12px;line-height:1.2}@media(min-width:768px){.logo-list__heading{font-size:28px;margin-bottom:16px}}.logo-list__subheading{font-size:14px;line-height:1.6;color:#666;text-align:center;max-width:500px;margin:0 auto 40px}@media(min-width:768px){.logo-list__subheading{font-size:15px;margin-bottom:50px}}.logo-list__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 2),1fr);gap:var(--grid-gap, 32px);align-items:center}@media(min-width:1024px){.logo-list__grid{grid-template-columns:repeat(var(--desktop-columns, 5),1fr)}}.logo-list__item{position:relative;display:flex;align-items:center;justify-content:center;min-height:80px}.logo-list__link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;text-decoration:none;transition:all .3s ease}.logo-list__image{width:auto;height:auto;max-height:60px;display:block;transition:all .4s ease;opacity:.7}.logo-list__link:hover .logo-list__image{opacity:1;transform:scale(1.05)}.logo-list__placeholder{padding:20px 30px;background-color:#e5e5e5;color:#999;font-size:13px;text-align:center;border-radius:4px}.logo-list__grid--grayscale .logo-list__image{filter:grayscale(100%);opacity:.6}.logo-list__grid--grayscale .logo-list__link:hover .logo-list__image{filter:grayscale(0%);opacity:1}.logo-list-style-bordered .logo-list__item{border:1px solid #e5e5e5;border-radius:4px;background-color:#fff;transition:border-color .3s ease}.logo-list-style-bordered .logo-list__item:hover{border-color:#ccc}.logo-list-style-bordered .logo-list__link{padding:24px}.logo-list-style-shadow .logo-list__item{background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s ease}.logo-list-style-shadow .logo-list__item:hover{box-shadow:0 4px 16px #0000001f}.logo-list-style-shadow .logo-list__link{padding:24px}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.contact-section{padding:80px 0}.contact{max-width:1200px;margin:0 auto}.contact__heading{font-size:36px;font-weight:300;letter-spacing:.05em;text-align:center;margin:0 0 16px;text-transform:uppercase}@media(min-width:768px){.contact__heading{font-size:48px}}.contact__subheading{font-size:16px;line-height:1.6;color:#666;text-align:center;max-width:600px;margin:0 auto 60px}.contact__wrapper{display:grid;grid-template-columns:1fr;gap:60px}@media(min-width:1024px){.contact__wrapper{grid-template-columns:1.5fr 1fr;gap:80px}}.contact__form{display:flex;flex-direction:column;gap:24px}.contact__field{display:flex;flex-direction:column;gap:8px}.contact__label{font-size:13px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:#000}.contact__input,.contact__textarea{padding:14px 16px;border:1px solid #e5e5e5;background-color:#fff;font-size:14px;font-family:inherit;transition:border-color .3s ease;width:100%}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#000}.contact__textarea{resize:vertical;min-height:150px}.contact__submit{padding:16px 32px;background-color:#000;color:#fff;border:1px solid #000000;font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .4s ease;align-self:flex-start}.contact__submit:hover{background-color:transparent;color:#000}.contact__success,.contact__error{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:4px;margin-bottom:24px;font-size:14px;line-height:1.6}.contact__success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.contact__error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.contact__success svg,.contact__error svg{flex-shrink:0;margin-top:2px}.contact__success p,.contact__error p{margin:0}.contact__info{background-color:#f9f9f9;padding:40px;border-radius:4px}.contact__info-heading{font-size:20px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin:0 0 16px}.contact__info-text{font-size:14px;line-height:1.6;color:#666;margin-bottom:32px}.contact__info-items{display:flex;flex-direction:column;gap:20px}.contact__info-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.6}.contact__info-item i{width:20px;flex-shrink:0;margin-top:2px;color:#000}.contact__info-item a{color:inherit;text-decoration:none;transition:color .3s ease}.contact__info-item a:hover{color:#000}.collection-page{padding:60px 0 80px}.collection-banner{position:relative;width:100%;max-height:400px;overflow:hidden;margin-bottom:40px}.collection-banner__image{width:100%;height:100%;object-fit:cover;display:block}.collection-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to bottom,#0000004d,#00000080);color:#fff;padding:40px 20px;text-align:center}.collection-banner__title{font-size:36px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 16px;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.collection-banner__title{font-size:52px}}.collection-banner__description{font-size:16px;line-height:1.6;max-width:600px;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,.3)}.collection-header{text-align:center;margin-bottom:40px}.collection__title{font-size:32px;font-weight:300;letter-spacing:.05em;text-transform:uppercase;margin:0 0 12px}@media(min-width:768px){.collection__title{font-size:42px}}.collection__description{font-size:15px;line-height:1.6;color:#666;max-width:600px;margin:0 auto 24px}.collection__toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-top:20px;border-top:1px solid #e5e5e5}.collection__toolbar-left{display:flex;align-items:center;gap:16px}.collection__filter-toggle{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #e5e5e5;background:none;font-family:inherit;font-size:14px;cursor:pointer;transition:border-color .3s ease}.collection__filter-toggle:hover{border-color:#000}.collection__count{font-size:14px;color:#666}.collection__sort{display:flex;align-items:center;gap:8px;font-size:14px}.collection__sort-select{padding:8px 32px 8px 12px;border:1px solid #e5e5e5;background-color:#fff;font-family:inherit;font-size:14px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .3s ease}.collection__sort-select:hover,.collection__sort-select:focus{border-color:#000;outline:none}.collection__active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:16px 0}.active-filter-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f5f5f5;border:1px solid #e5e5e5;border-radius:4px;font-size:13px;color:#000;text-decoration:none;transition:all .2s ease}.active-filter-tag:hover{background-color:#000;color:#fff;border-color:#000}.active-filter-tag:hover svg{stroke:#fff}.active-filter-clear{font-size:13px;color:#666;text-decoration:underline;text-underline-offset:2px;margin-left:4px}.active-filter-clear:hover{color:#000}.collection__layout{position:relative}.collection__products{width:100%}.collection__filter-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:998;opacity:0;transition:opacity .3s ease}.collection__filter-overlay.active{display:block;opacity:1}.collection__filters{position:fixed;top:0;left:0;bottom:0;width:320px;max-width:85vw;background-color:#fff;z-index:999;overflow-y:auto;transform:translate(-100%);transition:transform .35s cubic-bezier(.23,1,.32,1);-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.collection__filters.active{transform:translate(0)}.collection__filters-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5;position:sticky;top:0;background-color:#fff;z-index:1}.collection__filters-title{font-size:16px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin:0}.collection__filters-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;transition:opacity .3s ease}.collection__filters-close:hover{opacity:.6}.collection__filter-form{padding:0 24px 24px}.filter-group{border-bottom:1px solid #e5e5e5;padding:0}.filter-group__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;background:none;border:none;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;color:#000}.filter-group__toggle svg{transition:transform .3s ease}.filter-group__toggle[aria-expanded=false] svg{transform:rotate(-90deg)}.filter-group__content{overflow:hidden;transition:max-height .3s ease}.filter-group__list{list-style:none;margin:0;padding:0 0 16px}.filter-group__item{margin-bottom:0}.filter-group__item--disabled{opacity:.4;pointer-events:none}.filter-checkbox{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;font-size:14px}.filter-checkbox input{position:absolute;opacity:0;pointer-events:none}.filter-checkbox__box{width:18px;height:18px;border:1.5px solid #cccccc;border-radius:3px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.filter-checkbox input:checked+.filter-checkbox__box{background-color:#000;border-color:#000}.filter-checkbox input:checked+.filter-checkbox__box:after{content:"";display:block;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(-1px)}.filter-checkbox__label{flex:1;min-width:0}.filter-checkbox__count{color:#999;font-size:12px}.filter-price-range{padding-bottom:16px}.filter-price-range__inputs{display:flex;align-items:center;gap:12px}.filter-price-range__field{display:flex;align-items:center;border:1px solid #e5e5e5;padding:8px 12px;flex:1;transition:border-color .3s ease}.filter-price-range__field:focus-within{border-color:#000}.filter-price-range__currency{font-size:14px;color:#666;margin-right:4px}.filter-price-range__input{border:none;outline:none;font-family:inherit;font-size:14px;width:100%;padding:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.filter-price-range__input::-webkit-outer-spin-button,.filter-price-range__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.filter-price-range__separator{color:#999;font-size:14px;flex-shrink:0}.collection__filter-actions{display:flex;flex-direction:column;gap:10px;padding-top:20px;position:sticky;bottom:0;background-color:#fff;padding-bottom:24px}.filter-apply-btn{width:100%;padding:14px 24px;background-color:#000;color:#fff;border:1px solid #000000;font-family:inherit;font-size:14px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.filter-apply-btn:hover{background-color:transparent;color:#000}.filter-clear-btn{display:block;text-align:center;padding:10px;font-size:13px;color:#666;text-decoration:underline;text-underline-offset:2px}.filter-clear-btn:hover{color:#000}.collection__empty-clear{display:inline-block;margin-top:12px;font-size:14px;color:#000;text-decoration:underline;text-underline-offset:3px}@media(min-width:1024px){.collection__layout--with-filters{display:flex;gap:40px}.collection__layout--with-filters .collection__filters{position:sticky;top:80px;left:auto;bottom:auto;width:260px;min-width:260px;max-width:none;max-height:calc(100vh - 100px);transform:none;z-index:auto;overflow-y:auto;border-right:1px solid #e5e5e5;padding-right:24px}.collection__layout--with-filters .collection__filters-header{display:none}.collection__layout--with-filters .collection__filter-overlay{display:none!important}.collection__layout--with-filters .collection__products{flex:1;min-width:0}.collection__filter-toggle{display:none}.collection__layout--with-filters .collection__filter-form{padding:0}.collection__layout--with-filters .collection__filter-actions{position:static;padding-bottom:0}}.collection__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 2),1fr);gap:var(--grid-gap, 24px);margin-bottom:60px}@media(min-width:1024px){.collection__grid{grid-template-columns:repeat(var(--desktop-columns, 4),1fr)}}.collection__empty{grid-column:1 / -1;text-align:center;padding:60px 20px;font-size:16px;color:#666}.product-card{position:relative}.product-card__link{text-decoration:none;color:inherit;display:block}.product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background-color:#f9f9f9;margin-bottom:16px}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .6s ease}.product-card__image--hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .4s ease,transform .6s ease}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card:hover .product-card__image--hover{opacity:1;transform:scale(1.03)}.product-card__badge{position:absolute;top:12px;left:12px;padding:5px 10px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;z-index:1;line-height:1}.product-card__badge--sale{background-color:#000;color:#fff}.product-card__badge--sold-out{background-color:#e5e5e5;color:#666}.product-card__info{text-align:center}.product-card__title{font-size:14px;font-weight:400;margin:0 0 8px;line-height:1.4;transition:color .3s ease}.product-card:hover .product-card__title{color:#666}.product-card__price{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.product-card__price--compare{text-decoration:line-through;color:#999}.product-card__price--sale{color:#d32f2f;font-weight:500}.product-card__price--regular{font-weight:500}.product-card__colors{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;flex-wrap:wrap}.product-card__more-colors{font-size:12px;color:#666;font-weight:500}.collection__pagination{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.pagination__link{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;color:#000;text-decoration:none;border:1px solid #e5e5e5;transition:all .3s ease}.pagination__link:hover{border-color:#000;background-color:#000;color:#fff}.pagination__link svg{flex-shrink:0}.pagination__pages{display:flex;gap:8px}.pagination__page{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 8px;font-size:14px;text-decoration:none;color:#000;border:1px solid #e5e5e5;transition:all .3s ease}.pagination__page:hover{border-color:#000;background-color:#f9f9f9}.pagination__page--current{background-color:#000;border-color:#000;color:#fff;font-weight:500}.pagination__ellipsis{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:#666}.collection-style-card .product-card{border:1px solid #e5e5e5;padding:16px;transition:border-color .3s ease}.collection-style-card .product-card:hover{border-color:#000}.collection-style-card .product-card__image-wrapper{margin-bottom:12px}.collection-style-shadow .product-card{background-color:#fff;box-shadow:0 2px 8px #00000014;padding:16px;transition:box-shadow .3s ease,transform .3s ease}.collection-style-shadow .product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.collection-style-shadow .product-card__image-wrapper{margin-bottom:12px}.collection-style-compact .collection-header{margin-bottom:30px}.collection-style-compact .collection__title{font-size:28px;margin-bottom:12px}@media(min-width:768px){.collection-style-compact .collection__title{font-size:36px}}.collection-style-compact .collection__description{font-size:14px;margin-bottom:24px}.collection-style-compact .product-card__image-wrapper{margin-bottom:10px}.collection-style-compact .product-card__title{font-size:13px;margin-bottom:6px}.collection-style-compact .product-card__price{font-size:13px}.product__stock-shipping{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:15px 0}.stock-shipping-pill{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:50px;font-size:14px;width:fit-content;transition:all .3s ease}.stock-shipping-pill:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.15)}}.stock-dot{width:8px;height:8px;background-color:#28a745;border-radius:50%;animation:pulse 2s ease-in-out infinite;flex-shrink:0}.stock-text{font-weight:600;font-size:14px;line-height:1}.shipping-emoji{font-size:18px;line-height:1;flex-shrink:0}.shipping-text{font-weight:500;font-size:14px;line-height:1}@media(max-width:640px){.stock-shipping-pill{padding:8px 14px;font-size:13px}.stock-text,.shipping-text{font-size:13px}.shipping-emoji{font-size:16px}}.product__countdown{margin:15px 0}.countdown-container{padding:20px;border-radius:8px;border:1px solid #e9ecef;text-align:center;background:#fff}.countdown-header{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.countdown-header i{font-size:18px}.countdown-heading{margin:0;font-size:16px;font-weight:600;letter-spacing:.02em}.countdown-timer{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.countdown-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 16px;border-radius:6px;background:#f8f9fa;min-width:70px;transition:transform .2s ease}.countdown-item:hover{transform:translateY(-2px)}.countdown-value{font-size:28px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.countdown-label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-top:6px}@media(max-width:640px){.countdown-container{padding:15px}.countdown-header i{font-size:16px}.countdown-heading{font-size:14px}.countdown-item{min-width:60px;padding:10px 12px}.countdown-value{font-size:22px}.countdown-label{font-size:9px;margin-top:4px}}.product__payment-icons{margin:15px 0}.payment-icons-left{text-align:left}.payment-icons-center{text-align:center}.payment-icons-right{text-align:right}.payment-icons-heading{margin:0 0 8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.payment-icons-list{display:inline-flex;flex-wrap:wrap;align-items:center}.payment-icon{height:var(--payment-icon-height, 30px)!important;width:auto!important;opacity:.7;transition:opacity .3s ease}.payment-icon:hover{opacity:1}@media(max-width:640px){.payment-icons-list{gap:6px!important}}.product__smart-upsell{margin:20px 0}.upsell-heading{margin:0 0 16px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.upsell-products{display:flex;flex-direction:column;gap:12px}.upsell-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e9ecef;border-radius:8px;background:#fff;transition:all .3s ease}.upsell-item:hover{box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.upsell-image{flex-shrink:0;width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f8f9fa}.upsell-image img{width:100%;height:100%;object-fit:cover}.upsell-details{flex:1;min-width:0}.upsell-title{margin:0 0 8px;font-size:14px;font-weight:600;line-height:1.3}.upsell-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.upsell-compare-price{font-size:14px;text-decoration:line-through;opacity:.6}.upsell-sale-price,.upsell-price-single{font-size:16px;font-weight:700}.upsell-savings{font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.upsell-add-btn{flex-shrink:0;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.upsell-add-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.upsell-add-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.upsell-item{padding:10px;gap:10px}.upsell-image{width:60px;height:60px}.upsell-title{font-size:13px}.upsell-compare-price{font-size:12px}.upsell-sale-price,.upsell-price-single{font-size:14px}.upsell-savings{font-size:10px;padding:2px 6px}.upsell-add-btn{padding:8px 16px;font-size:13px}}.animated-features{width:100%}.animated-features__heading{margin:0 0 12px;font-size:36px;font-weight:700;line-height:1.2}.animated-features__subheading{font-size:18px;line-height:1.6;max-width:700px;margin:0 auto 50px}.animated-features__grid{display:grid;grid-template-columns:repeat(var(--columns, 3),1fr);gap:40px}.animated-feature{text-align:center;padding:30px 20px;transition:transform .3s ease}.animated-feature:hover{transform:translateY(-5px)}.animated-feature__icon{margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.animated-feature__title{margin:0 0 12px;font-size:20px;font-weight:600;line-height:1.3}.animated-feature__description{margin:0;font-size:15px;line-height:1.6}@media(max-width:768px){.animated-features__heading{font-size:28px}.animated-features__subheading{font-size:16px;margin-bottom:40px}.animated-features__grid{grid-template-columns:1fr;gap:40px}.animated-feature{padding:20px 10px}.animated-feature__icon{margin-bottom:20px}}@media(min-width:769px)and (max-width:1024px){.animated-features__grid{grid-template-columns:repeat(2,1fr)}}.banner-v2{position:relative;width:100%;min-height:var(--banner-mobile-height, 400px);overflow:hidden;background-color:#f5f5f5}.banner-v2__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.banner-v2__image{width:100%;height:100%;object-fit:cover;display:block;will-change:transform}.banner-v2__image--desktop{display:none}.banner-v2__image--mobile{display:block}@media(min-width:768px){.banner-v2__image--desktop{display:block}.banner-v2__image--mobile{display:none}.banner-v2{min-height:var(--banner-desktop-height, 650px)}.banner-v2--parallax{overflow:hidden}.banner-v2--parallax .banner-v2__media{height:120%}.banner-v2--parallax .banner-v2__image{height:100%;transform:translateY(-10%)}}.banner-v2__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.banner-v2__content{position:relative;z-index:3;min-height:inherit;display:flex;padding:40px 0}@media(min-width:768px){.banner-v2__content{padding:60px 0}}.banner-v2__content--mobile-top-left{align-items:flex-start;justify-content:flex-start;text-align:left}.banner-v2__content--mobile-top-center{align-items:flex-start;justify-content:center;text-align:center}.banner-v2__content--mobile-top-right{align-items:flex-start;justify-content:flex-end;text-align:right}.banner-v2__content--mobile-middle-left{align-items:center;justify-content:flex-start;text-align:left}.banner-v2__content--mobile-middle-center{align-items:center;justify-content:center;text-align:center}.banner-v2__content--mobile-middle-right{align-items:center;justify-content:flex-end;text-align:right}.banner-v2__content--mobile-bottom-left{align-items:flex-end;justify-content:flex-start;text-align:left}.banner-v2__content--mobile-bottom-center{align-items:flex-end;justify-content:center;text-align:center}.banner-v2__content--mobile-bottom-right{align-items:flex-end;justify-content:flex-end;text-align:right}@media(min-width:768px){.banner-v2__content--desktop-top-left{align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important}.banner-v2__content--desktop-top-center{align-items:flex-start!important;justify-content:center!important;text-align:center!important}.banner-v2__content--desktop-top-right{align-items:flex-start!important;justify-content:flex-end!important;text-align:right!important}.banner-v2__content--desktop-middle-left{align-items:center!important;justify-content:flex-start!important;text-align:left!important}.banner-v2__content--desktop-middle-center{align-items:center!important;justify-content:center!important;text-align:center!important}.banner-v2__content--desktop-middle-right{align-items:center!important;justify-content:flex-end!important;text-align:right!important}.banner-v2__content--desktop-bottom-left{align-items:flex-end!important;justify-content:flex-start!important;text-align:left!important}.banner-v2__content--desktop-bottom-center{align-items:flex-end!important;justify-content:center!important;text-align:center!important}.banner-v2__content--desktop-bottom-right{align-items:flex-end!important;justify-content:flex-end!important;text-align:right!important}}.banner-v2__text{padding:40px 20px;max-width:700px}.banner-v2__subheading{margin:0 0 12px;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.banner-v2__heading{margin:0 0 20px;font-weight:700;line-height:1.1}.banner-v2__description{margin:0 0 30px;font-size:16px;line-height:1.6}.banner-v2__description p{margin-bottom:12px}.banner-v2__button{display:inline-block;padding:16px 40px;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:all .3s ease}.banner-v2__button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.media-text-v2{width:100%}.media-text-v2__wrapper{display:flex;align-items:center;gap:60px;flex-direction:column}@media(min-width:768px){.media-text-v2__wrapper{flex-direction:row}.media-text-v2--right{flex-direction:row-reverse}}.media-text-v2__media{width:100%;flex-shrink:0}.media-text-v2__media img{width:100%;height:auto;display:block}.media-text-v2__content{flex:1}.media-text-v2__subheading{margin:0 0 12px;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.media-text-v2__heading{margin:0 0 20px;font-weight:700;line-height:1.2}.media-text-v2__text{margin:0 0 30px;font-size:16px;line-height:1.7}.media-text-v2__text p{margin-bottom:16px}.media-text-v2__text p:last-child{margin-bottom:0}.media-text-v2__button{display:inline-block;padding:14px 32px;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;transition:all .3s ease}.media-text-v2__button:hover{transform:translateY(-2px);opacity:.9}.video-wrapper{position:relative;width:100%}.video-wrapper iframe{display:block}.image-text-box{width:100%}.image-text-box__image-container{position:relative;width:100%}.image-text-box__image{width:100%;height:auto;display:block}.image-text-box__overlay{position:absolute;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.image-text-box__label{margin:0 0 8px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.image-text-box__heading{margin:0 0 16px;font-weight:700;line-height:1.2}.image-text-box__text{margin:0;font-size:15px;line-height:1.6}.image-text-box__text p{margin-bottom:12px}.image-text-box__text p:last-child{margin-bottom:0}@media(max-width:768px){.image-text-box__overlay{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;margin-top:20px;max-width:100%!important}}.mini-funnel{width:100%}.mini-funnel__heading{margin:0 0 12px;font-weight:700;line-height:1.2}.mini-funnel__subheading{margin:0 0 50px;font-size:18px;line-height:1.6}.mini-funnel__steps{display:flex;flex-direction:column;gap:60px}.funnel-step{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.funnel-step--left .funnel-step__image{order:1}.funnel-step--left .funnel-step__content,.funnel-step--right .funnel-step__image{order:2}.funnel-step--right .funnel-step__content{order:1}.funnel-step__image{width:100%}.funnel-step__image img{width:100%;height:auto;display:block}.funnel-step__placeholder{width:100%;aspect-ratio:16/10;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#ccc}.funnel-step__content{padding:20px 0}.funnel-step__number{display:inline-block;padding:8px 16px;border-radius:50px;font-size:14px;font-weight:700;margin-bottom:16px;letter-spacing:1px}.funnel-step__heading{margin:0 0 16px;font-weight:700;line-height:1.3}.funnel-step__text{margin:0 0 24px;font-size:16px;line-height:1.6}.funnel-step__button{display:inline-block;padding:14px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.funnel-step__button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media(max-width:768px){.mini-funnel__heading{font-size:28px!important}.mini-funnel__subheading{font-size:16px;margin-bottom:40px}.mini-funnel__steps{gap:40px}.funnel-step{grid-template-columns:1fr;gap:24px}.funnel-step--left .funnel-step__image,.funnel-step--right .funnel-step__image{order:1}.funnel-step--left .funnel-step__content,.funnel-step--right .funnel-step__content{order:2}.funnel-step__content{padding:0}.funnel-step__heading{font-size:20px!important}.funnel-step__text{font-size:15px}.funnel-step__button{width:100%;text-align:center}}.product__trust-badge{display:block;margin:12px 0;line-height:1}.trust-badge-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:24px;font-size:14px;line-height:1;transition:all .3s ease;vertical-align:middle}.trust-badge-pill:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.trust-badge-stars{display:flex;align-items:center;gap:4px;line-height:1}.trust-badge-stars i{font-size:16px;line-height:1;display:inline-block;vertical-align:middle}.trust-badge-rating{font-weight:600;font-size:14px;margin-left:4px;line-height:1}.trust-badge-text{font-weight:500;font-size:14px;line-height:1;white-space:nowrap}@media(max-width:640px){.product__trust-badge{margin:10px 0}.trust-badge-pill{padding:8px 14px;font-size:13px}.trust-badge-stars i{font-size:14px}.trust-badge-rating,.trust-badge-text{font-size:13px}}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:10001;padding:12px 24px;background-color:#000;color:#fff;font-size:14px;font-weight:500;letter-spacing:.02em;text-decoration:none;border-radius:0 0 6px 6px;transition:top .2s ease}.skip-to-content:focus{top:0;outline:none}.back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background-color:#000;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:90;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background-color .3s ease;box-shadow:0 2px 12px #00000026}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 16px #0003}@media(max-width:768px){.back-to-top{bottom:16px;right:16px;width:40px;height:40px}.back-to-top svg{width:18px;height:18px}}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 24px}.password-page__inner{width:100%;max-width:480px;text-align:center}.password-page__header{margin-bottom:40px}.password-page__logo{height:auto;display:inline-block}.password-page__shop-name{font-family:var(--font-heading);font-size:32px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;margin:0}.password-page__content{margin-bottom:40px}.password-page__heading{font-family:var(--font-heading);font-size:36px;font-weight:300;letter-spacing:.05em;margin:0 0 16px}.password-page__subheading{font-size:16px;line-height:1.6;margin-bottom:32px}.password-page__subheading p{margin:0}.password-page__form-wrapper{margin-bottom:32px}.password-page__form,.password-page__newsletter-form{display:flex;gap:0;max-width:400px;margin:0 auto}.password-page__input{flex:1;padding:14px 16px;border:1px solid #e5e5e5;border-right:none;font-family:inherit;font-size:14px;outline:none;transition:border-color .3s ease}.password-page__input:focus{border-color:#000}.password-page__submit{padding:14px 24px;border:none;font-family:inherit;font-size:14px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:opacity .3s ease}.password-page__submit:hover{opacity:.85}.password-page__error{margin-top:12px;font-size:13px;color:#dc3545}.password-page__newsletter{margin-bottom:32px}.password-page__newsletter-heading{font-size:16px;font-weight:500;letter-spacing:.03em;margin:0 0 16px}.password-page__success{margin-top:12px;font-size:14px;color:#28a745}.password-page__social{display:flex;justify-content:center;gap:16px;margin-bottom:40px}.password-page__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e5e5e5;border-radius:50%;color:#000;transition:all .3s ease}.password-page__social a:hover{background-color:#000;border-color:#000;color:#fff}.password-page__footer{font-size:13px}.password-page__footer p{margin:0}@media(max-width:480px){.password-page__heading{font-size:28px}.password-page__form,.password-page__newsletter-form{flex-direction:column;gap:10px}.password-page__input{border-right:1px solid #e5e5e5}}.predictive-search__overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1001;opacity:0;transition:opacity .3s ease}.predictive-search__overlay.active{display:block;opacity:1}.predictive-search{position:fixed;top:0;left:0;right:0;z-index:1002;background-color:#fff;transform:translateY(-100%);transition:transform .35s cubic-bezier(.23,1,.32,1);max-height:80vh;display:flex;flex-direction:column}.predictive-search.active{transform:translateY(0)}.predictive-search__inner{display:flex;flex-direction:column;max-height:80vh}.predictive-search__form{flex-shrink:0;border-bottom:1px solid #e5e5e5}.predictive-search__input-wrapper{display:flex;align-items:center;gap:12px;padding:16px 24px;max-width:800px;margin:0 auto;width:100%}.predictive-search__icon{flex-shrink:0;opacity:.4}.predictive-search__input{flex:1;border:none;outline:none;font-family:inherit;font-size:18px;font-weight:300;letter-spacing:.02em;color:#000;background:transparent;padding:8px 0}.predictive-search__input::placeholder{color:#999}.predictive-search__input::-webkit-search-cancel-button,.predictive-search__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.predictive-search__close{flex-shrink:0;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;transition:opacity .3s ease}.predictive-search__close:hover{opacity:.6}.predictive-search__results{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0 24px 24px;max-width:800px;margin:0 auto;width:100%}.predictive-search__loading,.predictive-search__empty{padding:24px 0;text-align:center;font-size:14px;color:#999}.predictive-search__section{padding-top:20px}.predictive-search__section-title{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#999;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.predictive-search__items{display:flex;flex-direction:column;gap:0}.predictive-search__item{display:flex;align-items:center;gap:16px;padding:10px 0;text-decoration:none;color:inherit;transition:background-color .2s ease;border-radius:4px}.predictive-search__item:hover{background-color:#f9f9f9;padding-left:8px;padding-right:8px;margin-left:-8px;margin-right:-8px}.predictive-search__item--text{padding:8px 0}.predictive-search__item-image{width:56px;height:56px;flex-shrink:0;background-color:#f5f5f5;border-radius:4px;overflow:hidden}.predictive-search__item-image img{width:100%;height:100%;object-fit:cover;display:block}.predictive-search__item-info{display:flex;flex-direction:column;gap:4px;min-width:0}.predictive-search__item-title{font-size:14px;font-weight:400;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.predictive-search__item-price{font-size:13px;color:#666}.predictive-search__view-all{padding-top:16px;border-top:1px solid #f0f0f0;margin-top:16px;text-align:center}.predictive-search__view-all a{font-size:14px;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:#000;text-decoration:underline;text-underline-offset:3px}.predictive-search__view-all a:hover{opacity:.7}@media(max-width:768px){.predictive-search,.predictive-search__inner{max-height:100vh}.predictive-search__input-wrapper{padding:12px 16px}.predictive-search__input{font-size:16px}.predictive-search__results{padding:0 16px 16px}.predictive-search__item-image{width:48px;height:48px}}.recently-viewed__heading{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:24px;letter-spacing:.04em;text-transform:uppercase;text-align:center;margin-bottom:32px}@media(min-width:768px){.recently-viewed__heading{font-size:28px;margin-bottom:40px}}.recently-viewed__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 2),1fr);gap:16px}@media(min-width:768px){.recently-viewed__grid{gap:24px}}@media(min-width:1024px){.recently-viewed__grid{grid-template-columns:repeat(var(--desktop-columns, 4),1fr)}}.recently-viewed__item{position:relative}.recently-viewed__link{display:block;text-decoration:none;color:inherit}.recently-viewed__image-wrapper{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background-color:#f5f5f5;margin-bottom:12px;border-radius:6px}.recently-viewed__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.recently-viewed__link:hover .recently-viewed__image{transform:scale(1.05)}.recently-viewed__details{text-align:center}.recently-viewed__title{font-size:13px;font-weight:400;letter-spacing:.01em;margin:0 0 6px;line-height:1.4}@media(min-width:768px){.recently-viewed__title{font-size:14px}}.recently-viewed__price{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.recently-viewed__current-price{font-weight:500;color:#000}.recently-viewed__compare-price{font-size:12px;color:#999;text-decoration:line-through}.video-hero{position:relative;width:100%;min-height:var(--video-mobile-height, 400px);overflow:hidden;background-color:#000}@media(min-width:768px){.video-hero{min-height:var(--video-desktop-height, 650px)}}.video-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-hero__video,.video-hero__iframe{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;border:none}.video-hero__iframe{width:177.78vh;height:100vh;min-width:100%;min-height:100%;pointer-events:none}.video-hero__poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.video-hero__poster--fallback{z-index:0}.video-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.video-hero__content{position:relative;z-index:3;min-height:inherit;display:flex;padding:40px 0}@media(min-width:768px){.video-hero__content{padding:60px 0}}.video-hero__content--top-left{align-items:flex-start;justify-content:flex-start;text-align:left}.video-hero__content--top-center{align-items:flex-start;justify-content:center;text-align:center}.video-hero__content--top-right{align-items:flex-start;justify-content:flex-end;text-align:right}.video-hero__content--middle-left{align-items:center;justify-content:flex-start;text-align:left}.video-hero__content--middle-center{align-items:center;justify-content:center;text-align:center}.video-hero__content--middle-right{align-items:center;justify-content:flex-end;text-align:right}.video-hero__content--bottom-left{align-items:flex-end;justify-content:flex-start;text-align:left}.video-hero__content--bottom-center{align-items:flex-end;justify-content:center;text-align:center}.video-hero__content--bottom-right{align-items:flex-end;justify-content:flex-end;text-align:right}.video-hero__text{max-width:700px;padding:0 20px}.video-hero__content--middle-center .video-hero__text,.video-hero__content--top-center .video-hero__text,.video-hero__content--bottom-center .video-hero__text{margin-left:auto;margin-right:auto}.video-hero__content--top-right .video-hero__text,.video-hero__content--middle-right .video-hero__text,.video-hero__content--bottom-right .video-hero__text{margin-left:auto}.video-hero__subheading{margin:0 0 12px;font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.85}.video-hero__heading{margin:0 0 20px;font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);line-height:1.1}@media(max-width:767px){.video-hero__heading{font-size:32px!important}}.video-hero__description{margin:0 0 28px;font-size:16px;line-height:1.6;opacity:.9}.video-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.video-hero__content--middle-center .video-hero__buttons,.video-hero__content--top-center .video-hero__buttons,.video-hero__content--bottom-center .video-hero__buttons{justify-content:center}.video-hero__content--top-right .video-hero__buttons,.video-hero__content--middle-right .video-hero__buttons,.video-hero__content--bottom-right .video-hero__buttons{justify-content:flex-end}.video-hero__button{display:inline-block;padding:14px 36px;font-size:14px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:all .3s ease;border:1px solid transparent}.video-hero__button:hover{opacity:.85;transform:translateY(-1px)}.video-hero__button--outline{background-color:transparent!important;border:1px solid currentColor}.video-hero__button--outline:hover{background-color:#ffffff1a!important}.video-hero__play-toggle{position:absolute;bottom:20px;right:20px;z-index:5;width:44px;height:44px;border-radius:50%;background-color:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.video-hero__play-toggle:hover{background-color:#ffffff59}@media(min-width:768px){.video-hero__play-toggle{bottom:30px;right:30px}}.newsletter-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.newsletter-popup.is-active{opacity:1;visibility:visible}.newsletter-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;cursor:pointer}.newsletter-popup__modal{position:relative;background:#fff;width:90%;max-height:85vh;overflow:hidden;z-index:1;transform:translateY(20px);transition:transform .3s ease}.newsletter-popup.is-active .newsletter-popup__modal{transform:translateY(0)}.newsletter-popup__close{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;z-index:2;padding:4px;color:#000;transition:opacity .2s ease}.newsletter-popup__close:hover{opacity:.6}.newsletter-popup__inner{display:flex;flex-direction:column}.newsletter-popup__image{width:100%;max-height:220px;overflow:hidden}.newsletter-popup__image img{width:100%;height:100%;object-fit:cover;display:block}.newsletter-popup__content{padding:32px 28px}.newsletter-popup__heading{font-family:var(--font-heading);font-weight:var(--font-heading-weight);margin:0 0 10px;line-height:1.2}.newsletter-popup__text{font-size:14px;line-height:1.6;margin:0 0 20px}.newsletter-popup__discount{display:flex;align-items:center;gap:8px;margin-bottom:20px}.newsletter-popup__discount-label{font-size:13px;color:#666}.newsletter-popup__discount-code{display:inline-flex;align-items:center;gap:6px;background:#f5f5f5;border:1px dashed #cccccc;padding:6px 12px;font-size:14px;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:background .2s ease}.newsletter-popup__discount-code:hover{background:#eee}.newsletter-popup__form{display:flex;gap:0}.newsletter-popup__input{flex:1;padding:12px 16px;border:1px solid #e0e0e0;font-size:14px;font-family:var(--font-body);outline:none;transition:border-color .2s ease;border-right:none}.newsletter-popup__input:focus{border-color:#000}.newsletter-popup__button{padding:12px 24px;border:none;font-size:14px;font-weight:500;font-family:var(--font-body);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;transition:opacity .2s ease}.newsletter-popup__button:hover{opacity:.85}.newsletter-popup__success{color:#2e7d32;font-size:14px;margin-top:12px}.newsletter-popup__error{color:#d32f2f;font-size:13px;margin-top:8px}.newsletter-popup__footer{font-size:12px;color:#999;margin-top:14px}@media(min-width:600px){.newsletter-popup__inner{flex-direction:row;max-height:85vh}.newsletter-popup__image{width:45%;max-height:none;flex-shrink:0}.newsletter-popup__content{padding:40px 32px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}}.countdown-wrapper{max-width:700px;margin:0 auto}.countdown__heading{font-family:var(--font-heading);font-weight:var(--font-heading-weight);margin:0 0 10px;line-height:1.2}.countdown__subheading{font-size:15px;line-height:1.6;margin:0 0 30px}.countdown__timer{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:30px}.countdown__block{display:flex;flex-direction:column;align-items:center;gap:6px}.countdown__number{font-family:var(--font-heading);font-weight:600;line-height:1;padding:14px 18px;min-width:70px;text-align:center;border-radius:6px}.countdown__separator{font-size:32px;font-weight:300;line-height:1;margin-bottom:20px}.countdown__label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.countdown__discount{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}.countdown__discount-label{font-size:14px}.countdown__discount-code{display:inline-flex;align-items:center;gap:6px;background:#0000000d;border:1px dashed rgba(0,0,0,.2);padding:6px 14px;font-size:15px;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:background .2s ease}.countdown__discount-code:hover{background:#00000014}.countdown__button{display:inline-block;padding:14px 36px;font-size:14px;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;border:none;cursor:pointer;transition:opacity .2s ease}.countdown__button:hover{opacity:.85}.countdown__expired p{font-size:16px;font-weight:500}@media(max-width:480px){.countdown__timer{gap:6px}.countdown__number{min-width:54px;padding:10px 12px;font-size:28px!important}.countdown__separator{font-size:24px}}.image-compare__heading{font-family:var(--font-heading);font-weight:var(--font-heading-weight);margin:0 0 10px;line-height:1.2}.image-compare__subheading{font-size:15px;line-height:1.6;margin:0 0 30px}.image-compare{overflow:hidden}.image-compare__wrapper{position:relative;overflow:hidden;cursor:ew-resize;user-select:none;-webkit-user-select:none;line-height:0}.image-compare__after{display:block;width:100%;height:auto;pointer-events:none}.image-compare__before-clip{position:absolute;top:0;left:0;height:100%;overflow:hidden}.image-compare__before{display:block;height:100%;width:auto;min-width:0;max-width:none;pointer-events:none}.image-compare__placeholder{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:500;color:#999}.image-compare__placeholder--before{background-color:#e8e8e8;height:100%}.image-compare__placeholder--after{background-color:#f5f5f5}.image-compare__slider{position:absolute;top:0;bottom:0;width:4px;margin-left:-2px;display:flex;align-items:center;justify-content:center;z-index:3;cursor:ew-resize}.image-compare__line{position:absolute;top:0;bottom:0;width:3px;left:50%;transform:translate(-50%)}.image-compare__handle{position:relative;width:44px;height:44px;border-radius:50%;border:3px solid;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:4;transition:transform .15s ease}.image-compare__wrapper.is-dragging .image-compare__handle{transform:scale(1.1)}.image-compare__label{position:absolute;bottom:16px;padding:5px 14px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;z-index:2;pointer-events:none}.image-compare__label--before{left:16px}.image-compare__label--after{right:16px}.waves-section{position:relative;width:100%;overflow:hidden;line-height:0}.waves-svg{position:relative;width:100%;height:var(--wave-height-mobile);min-height:40px;max-height:300px}.waves-svg--top{transform:rotate(180deg)}.waves-svg--bottom{transform:rotate(0)}@media(min-width:768px){.waves-svg{height:var(--wave-height-desktop)}}.waves-parallax>use{animation:wave-move calc(var(--wave-speed) * 1) cubic-bezier(.55,.5,.45,.5) infinite}.waves-parallax>use:nth-child(1){animation-delay:-2s;animation-duration:var(--wave-speed)}.waves-parallax>use:nth-child(2){animation-delay:-3s;animation-duration:calc(var(--wave-speed) + 2s)}.waves-parallax>use:nth-child(3){animation-delay:-4s;animation-duration:calc(var(--wave-speed) + 4s)}.waves-parallax>use:nth-child(4){animation-delay:-5s;animation-duration:calc(var(--wave-speed) + 6s)}@keyframes wave-move{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}.blog-page__header{text-align:center;margin-bottom:48px}.blog-page__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:32px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px}.blog-page__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.blog-page__tag{display:inline-block;padding:8px 20px;font-size:13px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:#000;border:1px solid #e0e0e0;transition:all .2s ease}.blog-page__tag:hover,.blog-page__tag.is-active{background-color:#000;color:#fff;border-color:#000}.blog-page__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.blog-page__grid{grid-template-columns:repeat(2,1fr);gap:36px}}@media(min-width:1024px){.blog-page__grid{grid-template-columns:repeat(var(--blog-columns, 3),1fr);gap:40px}}.blog-card__link{display:block;text-decoration:none;color:inherit}.blog-card__image-wrapper{position:relative;width:100%;aspect-ratio:3/2;overflow:hidden;margin-bottom:16px;background-color:#f5f5f5}.blog-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card__link:hover .blog-card__image{transform:scale(1.03)}.blog-card__meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.blog-card__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:18px;line-height:1.4;margin-bottom:8px}.blog-card__excerpt{font-size:14px;line-height:1.6;color:#666;margin-bottom:12px}.blog-card__read-more{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #000000;padding-bottom:2px}.blog-page__pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:60px;flex-wrap:wrap}.article-page__header{text-align:center;max-width:700px;margin:0 auto 40px}.article-page__meta{display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.article-page__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:36px;line-height:1.2;letter-spacing:.02em}@media(min-width:768px){.article-page__title{font-size:44px}}.article-page__featured-image{max-width:900px;margin:0 auto 48px;overflow:hidden}.article-page__image{width:100%;height:auto;display:block}.article-page__content{max-width:700px;margin:0 auto;font-size:16px;line-height:1.8}.article-page__content p{margin-bottom:20px}.article-page__content h2,.article-page__content h3{font-family:var(--font-heading);font-weight:var(--font-heading-weight);margin:40px 0 16px}.article-page__content h2{font-size:28px}.article-page__content h3{font-size:22px}.article-page__content img{max-width:100%;height:auto;margin:24px 0;border-radius:4px}.article-page__content blockquote{border-left:3px solid #000000;padding:16px 24px;margin:24px 0;font-style:italic;color:#555}.article-page__content ul,.article-page__content ol{padding-left:24px;margin-bottom:20px}.article-page__content li{margin-bottom:8px}.article-page__tags{max-width:700px;margin:40px auto 0;display:flex;flex-wrap:wrap;gap:8px}.article-page__tag{display:inline-block;padding:6px 16px;font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:#000;border:1px solid #e0e0e0;transition:all .2s ease}.article-page__tag:hover{background-color:#000;color:#fff;border-color:#000}.article-page__share{max-width:700px;margin:32px auto 0;display:flex;align-items:center;gap:16px;padding-top:24px;border-top:1px solid #e0e0e0}.article-page__share-label{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.article-page__share-links{display:flex;gap:12px}.article-page__share-links a{color:#666;transition:color .2s ease}.article-page__share-links a:hover{color:#000}.article-page__back{max-width:700px;margin:32px auto 0}.article-page__back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;color:#000;transition:opacity .2s ease}.article-page__back-link:hover{opacity:.6}.article-page__comments{max-width:700px;margin:48px auto 0;padding-top:40px;border-top:1px solid #e0e0e0}.article-page__comments-heading{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:22px;margin-bottom:24px}.article-comment{padding:20px 0;border-bottom:1px solid #f0f0f0}.article-comment__header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.article-comment__author{font-size:14px;font-weight:600}.article-comment__date{font-size:12px;color:#999}.article-comment__body{font-size:14px;line-height:1.6;color:#444}.article-comment-form{margin-top:32px}.article-comment-form__heading{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:18px;margin-bottom:20px}.article-comment-form__fields{display:flex;flex-direction:column;gap:16px}.article-comment-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:600px){.article-comment-form__row{grid-template-columns:1fr}}.article-comment-form__field label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em}.article-comment-form__input,.article-comment-form__textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:0;font-family:inherit;font-size:14px;transition:border-color .2s ease}.article-comment-form__input:focus,.article-comment-form__textarea:focus{outline:none;border-color:#000}.article-comment-form__textarea{resize:vertical;min-height:120px}.article-comment-form__submit{margin-top:16px;padding:14px 36px;background-color:#000;color:#fff;border:none;font-family:inherit;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:opacity .2s ease}.article-comment-form__submit:hover{opacity:.8}.list-collections-page__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:32px;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin-bottom:48px}.list-collections-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:768px){.list-collections-page__grid{gap:32px}}@media(min-width:1024px){.list-collections-page__grid{grid-template-columns:repeat(var(--list-collections-columns, 3),1fr);gap:36px}}.list-collections-card{display:block;text-decoration:none;color:inherit}.list-collections-card__image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;margin-bottom:12px;background-color:#f5f5f5}.list-collections-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.list-collections-card:hover .list-collections-card__image{transform:scale(1.03)}.list-collections-card__info{text-align:center}.list-collections-card__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:16px;letter-spacing:.03em;margin-bottom:4px}.list-collections-card__count{font-size:13px;color:#999}.customer-page{padding:60px 0 80px}.customer-form{max-width:480px;margin:0 auto}.customer-form__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:28px;letter-spacing:.05em;text-transform:uppercase;text-align:center;margin-bottom:8px}.customer-form__subtitle{font-size:14px;color:#666;text-align:center;margin-bottom:32px}.customer-form__success{padding:16px 20px;background-color:#2e7d321a;color:#2e7d32;font-size:14px;margin-bottom:20px;border-radius:4px}.customer-form__fields{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.customer-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:480px){.customer-form__row{grid-template-columns:1fr}}.customer-form__field label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em}.customer-form__input{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:0;font-family:inherit;font-size:14px;transition:border-color .2s ease}.customer-form__input:focus{outline:none;border-color:#000}.customer-form__actions{display:flex;flex-direction:column;align-items:center;gap:16px}.customer-form__submit{width:100%;padding:16px;background-color:#000;color:#fff;border:none;font-family:inherit;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:opacity .2s ease}.customer-form__submit:hover{opacity:.8}.customer-form__link{font-size:14px;color:#000;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.customer-form__link:hover{opacity:.6}.customer-form__footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.customer-form__footer p{font-size:14px;color:#666}.account-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:16px}.account-page__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:28px;letter-spacing:.05em;text-transform:uppercase}.account-page__logout{font-size:14px;color:#000;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.account-page__logout:hover{opacity:.6}.account-page__grid{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:768px){.account-page__grid{grid-template-columns:1fr 2fr;gap:60px}}.account-page__section-title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:18px;letter-spacing:.03em;text-transform:uppercase;margin-bottom:16px}.account-page__details p{font-size:14px;line-height:1.6;color:#444}.account-page__address{margin-top:12px}.account-page__link{font-size:14px;color:#000;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.account-page__link:hover{opacity:.6}.account-page__empty{font-size:14px;color:#999}.account-table{width:100%;border-collapse:collapse;font-size:14px}.account-table th{text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#999;padding:12px 16px;border-bottom:2px solid #e0e0e0}.account-table td{padding:16px;border-bottom:1px solid #f0f0f0;vertical-align:top}@media(max-width:600px){.account-table thead{display:none}.account-table tr{display:block;padding:16px 0;border-bottom:1px solid #f0f0f0}.account-table td{display:block;padding:4px 0;border:none}.account-table td:before{content:attr(data-label);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#999;display:block;margin-bottom:4px}}.order-page__header{margin-bottom:32px}.order-page__back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;color:#000;margin-bottom:16px;transition:opacity .2s ease}.order-page__back:hover{opacity:.6}.order-page__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:28px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px}.order-page__date{font-size:14px;color:#666}.order-page__cancelled{padding:16px 20px;background-color:#d32f2f14;color:#d32f2f;font-size:14px;margin-bottom:24px;border-radius:4px}.order-page__product-link{color:#000;text-decoration:underline;text-underline-offset:3px}.order-page__fulfillment{margin-top:4px;font-size:12px;color:#666}.order-page__fulfillment a{color:#000}.order-page__grid{display:grid;grid-template-columns:1fr;gap:40px;margin-top:40px}@media(min-width:768px){.order-page__grid{grid-template-columns:1fr 1fr;gap:60px}}.order-page__section-title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:16px;letter-spacing:.03em;text-transform:uppercase;margin-bottom:16px}.order-page__summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.order-page__summary-row--discount{color:#2e7d32}.order-page__summary-row--total{font-weight:600;font-size:16px;padding-top:12px;margin-top:4px;border-top:2px solid #000000}.order-page__addresses{display:flex;flex-direction:column;gap:32px}.order-page__address-block p{font-size:14px;line-height:1.6;color:#444}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
