.hero{position:relative;height:100vh;min-height:60rem;max-height:none;display:flex;align-items:flex-end;overflow:hidden;margin-top:0}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;margin-top:60px}@media(max-width:768px){.hero__media img,.hero__media video{margin-top:40px}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 30%,rgba(0,0,0,.1) 60%,transparent 100%);z-index:2}.hero__content{position:relative;z-index:3;padding:8rem 4rem;max-width:60rem;width:100%;text-align:center}.hero__title{color:#fff;font-size:clamp(4rem,8vw,8rem);font-weight:700;letter-spacing:.05em;line-height:1;margin-bottom:3rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero__links{display:flex;align-items:center;gap:3rem}.hero__link{color:#fff;font-family:var(--font-heading);font-size:1.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;position:relative;padding-bottom:.5rem}.hero__link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.hero__link:hover:after,.hero__link.is-active:after{transform:scaleX(1);transform-origin:left}.hero__link--underline:after{transform:scaleX(1)}.welcome-section{padding:8rem 0 6rem;background:#fff}.welcome-section__header{text-align:center;margin-bottom:4rem}.welcome-section__title{font-size:clamp(2.4rem,4vw,4rem);font-weight:700;font-family:Averta,sans-serif;font-weight:900;letter-spacing:-.02em;margin-bottom:1.5rem;color:#2b2b2b}.welcome-section__tagline{font-size:clamp(1.4rem,2vw,1.8rem);color:#666;margin-bottom:2rem;max-width:60rem;margin-left:auto;margin-right:auto}.welcome-section__chevron{display:flex;justify-content:center;margin-bottom:3rem;color:var(--color-text);cursor:pointer;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.welcome-section__chevron:hover{transform:scale(1.1)}.welcome-section__chevron.is-rotated{transform:rotate(180deg)}.welcome-section__chevron.is-rotated:hover{transform:rotate(180deg) scale(1.1)}[data-welcome-content]{transition:all .4s ease;overflow:hidden;max-height:0;opacity:0}[data-welcome-content].is-visible{max-height:100rem;opacity:1;margin-top:4rem}.welcome-section__faq{text-align:center;max-width:80rem;margin:0 auto}.welcome-section__faq-text{font-size:1.7rem;line-height:1.7;color:#666;margin-bottom:1rem;font-family:AvertaDefault,sans-serif}.welcome-section__faq-link{color:#000;text-decoration:underline;font-weight:600}.welcome-section__faq-title{font-size:2rem;font-weight:900;letter-spacing:0em;color:#000;margin-bottom:2rem;font-family:avertaBlack,sans-serif}.welcome-section__expanded-content p:first-child{margin-bottom:1rem!important}.welcome-section__expanded-content{font-family:AvertaDefault,sans-serif;font-size:1.7rem}.welcome-section__faq-list{display:flex;flex-direction:column;gap:1rem;max-width:60rem;margin:0 auto 4rem}.welcome-section__faq-item{background:#f5f5f5;border-radius:.5rem}.welcome-section__faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:none;border:none;font-size:1.6rem;font-weight:600;color:#000;cursor:pointer;text-align:left}.welcome-section__faq-question svg{transition:transform .3s ease;flex-shrink:0}.welcome-section__faq-item.is-active .welcome-section__faq-question svg{transform:rotate(180deg)}.welcome-section__faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.welcome-section__faq-item.is-active .welcome-section__faq-answer{max-height:2000px}.welcome-section__faq-answer-content{padding:0 1.5rem 1.5rem;font-size:1.6rem;line-height:1.7;color:#666;text-align:left;font-family:AvertaDefault,sans-serif;background:#fff}.welcome-section__faq-answer-content p{margin-bottom:1rem}.welcome-section__faq-answer-content p:last-child{margin-bottom:0}.welcome-section__faq-answer-content ul{list-style:none;padding-left:0;margin:1rem 0}.welcome-section__faq-answer-content li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.welcome-section__faq-answer-content li:before{content:"\2022";position:absolute;left:0;color:#000;font-weight:700}.welcome-section__faq-answer-content li:last-child{margin-bottom:0}.welcome-section__faq-answer-content strong{color:#000;font-weight:600;font-family:avertaBold,sans-serif}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.welcome-section__gender-nav{display:flex;justify-content:center;align-items:center;gap:3rem}.welcome-section__gender-link{font-size:1.6rem;font-weight:500;color:var(--color-text);text-transform:uppercase;letter-spacing:.1em;position:relative;padding-bottom:.5rem;transition:color .3s ease;background:none;border:none;cursor:pointer;font-family:inherit}.welcome-section__gender-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--color-text);transform:scaleX(0);transition:transform .3s ease}.welcome-section__gender-link:hover,.welcome-section__gender-link.is-active{color:var(--color-text)}.welcome-section__gender-link.is-active:after,.welcome-section__gender-link:hover:after{transform:scaleX(1)}.welcome-section__carousel-wrapper{position:relative;margin-top:4rem}.welcome-section__carousel-nav{position:absolute;top:-5rem;right:2rem;z-index:10;display:flex;gap:.5rem}.welcome-section__carousel-btn{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;border:none;cursor:pointer;transition:all .3s ease}.welcome-section__carousel-btn:hover{background:#000}.welcome-section__carousel{overflow:hidden;position:relative}.welcome-section__carousel-track{display:flex;gap:1.5rem;margin-left:5.5rem;transition:transform .5s ease;will-change:transform}.welcome-section__category-card{flex:0 0 calc(20% - 2.4rem);min-width:360px;max-width:360px;height:600px}.welcome-section__category-link{display:block;position:relative;text-decoration:none;height:100%}.welcome-section__category-image{position:relative;height:560px;overflow:hidden;background:#f5f5f5;margin-bottom:0}.welcome-section__category-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.welcome-section__category-link:hover .welcome-section__category-image img{transform:scale(1.05)}.welcome-section__category-label{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,1.5) 0%,rgba(0,0,0,.9) 60%,transparent 100%);color:#fff;text-align:left;display:flex;flex-direction:column;gap:.5rem;transition:background .6s ease-out,padding .6s ease-out}.welcome-section__category-link:hover .welcome-section__category-label{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.6) 70%,transparent 100%);padding-bottom:2rem}.welcome-section__category-title{display:flex;align-items:center;gap:.6rem;font-size:2.4rem;font-weight:700;font-family:avertaBold,sans-serif;letter-spacing:.05em;text-transform:uppercase;color:#fff}.section-rich-text{padding-bottom:0!important;padding:6rem 1.5rem;background:#fff}.section-rich-text .container{max-width:110rem;margin:0 auto}.section-rich-text .align-center{text-align:center}.section-rich-text .spaced-column{display:flex;flex-direction:column;gap:1.6rem}.section-rich-text .majortitle{font-size:clamp(2.8rem,4vw,3.6rem);letter-spacing:.08em;text-transform:uppercase;color:#6f6f6f;font-weight:700}.section-rich-text .rte{max-width:96rem;margin:0 auto;color:#6f6f6f;font-size:1.6rem;line-height:1.8}.section-rich-text .rte p{margin:0}@media(max-width:768px){.section-rich-text{padding:4.5rem 1.25rem}.section-rich-text .majortitle{letter-spacing:.06em}.section-rich-text .rte{font-size:1.5rem}}.welcome-section__category-arrow{flex-shrink:0;opacity:0;transform:translate(-8px);transition:opacity .6s ease-out,transform .6s ease-out}.welcome-section__category-link:hover .welcome-section__category-arrow{opacity:1;transform:translate(0)}.welcome-section__category-description{font-size:1.9rem;font-weight:500;font-family:avertaRegular,sans-serif;color:#ffffffe6;line-height:1.5;letter-spacing:.02em;opacity:0;max-height:0;overflow:hidden;transform:translateY(-10px);transition:opacity .7s ease-out,max-height .7s ease-out,transform .7s ease-out}.welcome-section__category-link:hover .welcome-section__category-description{opacity:1;max-height:100px;transform:translateY(0)}@media(max-width:1200px){.welcome-section__category-card{flex:0 0 calc(25% - 1.5rem)}}@media(max-width:900px){.welcome-section__category-card{flex:0 0 calc(33.333% - 1.33rem)}}@media(max-width:600px){.welcome-section__category-card{flex:0 0 calc(65% - .5rem);min-width:0;max-width:none;height:auto}.welcome-section__category-link{height:auto}.welcome-section__category-image{aspect-ratio:3/4;height:auto}.welcome-section__category-label{padding:1rem}.welcome-section__category-link:hover .welcome-section__category-label{padding-bottom:1.5rem}.welcome-section__category-title{font-size:2.3rem}.welcome-section__category-arrow{width:14px;height:14px}.welcome-section__category-description{font-size:2.4rem!important}.welcome-section__carousel-track{gap:1rem;margin-left:0}.welcome-section__carousel{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.welcome-section__carousel::-webkit-scrollbar{display:none}.welcome-section__carousel-track{transition:none}.welcome-section__carousel-nav{display:none}.welcome-section__faq-text,.welcome-section__expanded-content{max-width:40rem;margin-left:auto;margin-right:auto}.welcome-section__faq-title,.welcome-section__faq-list{padding:0 2rem}.welcome-section__carousel-wrapper{position:static}}.mens-womens-section{padding:0;background:#fff}.mens-womens-section__grid{display:grid;grid-template-columns:1fr 1fr;min-height:50rem;width:100%}.mens-womens-section__grid>*{width:100%}.mens-womens-section__half{position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;min-height:50rem;background:linear-gradient(to bottom,#e5e5e5,#d0d0d0,#b0b0b0)}.mens-womens-section__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:4rem}.mens-womens-section__image img{width:100%;height:100%;object-fit:contain;object-position:center;opacity:.8;transition:transform .6s ease,opacity .3s ease}.mens-womens-section__half:hover .mens-womens-section__image img{transform:scale(1.05);opacity:1}.mens-womens-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#0000001a,#0003);z-index:2}.mens-womens-section__content{position:relative;z-index:3;width:100%;padding:4rem;color:#fff;text-align:center}.mens-womens-section__title{font-size:clamp(2rem,3vw,3rem);font-weight:700;letter-spacing:.05em;margin-bottom:2rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.mens-womens-section__description{font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.8;margin-bottom:3rem;opacity:.95}.mens-womens-section__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.2rem 2.5rem;border:1px solid #000;background:#fff;color:#000;font-size:1.3rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease}.mens-womens-section__button:hover{background:#000;color:#fff;border-color:#000}.mens-womens-section__button svg{transition:transform .3s ease;width:14px;height:14px}.mens-womens-section__button:hover svg{transform:translate(3px)}@media(max-width:900px){.mens-womens-section__grid{grid-template-columns:1fr}.mens-womens-section__half{min-height:50rem}.mens-womens-section__content{padding:3rem 2rem}}.hand-picked-section{padding:2rem 0;background:#fff}.hand-picked-section__header{text-align:center;margin-bottom:4rem}.hand-picked-section__title{font-size:clamp(2.4rem,4vw,3.5rem);font-weight:700;letter-spacing:.05em;margin-bottom:3rem;color:var(--color-text)}.hand-picked-section__gender-nav{display:flex;justify-content:center;align-items:center;gap:3rem}.hand-picked-section__gender-link{font-size:1.6rem;font-weight:500;color:var(--color-text);text-transform:uppercase;letter-spacing:.1em;position:relative;padding-bottom:.5rem;transition:color .3s ease;background:none;border:none;cursor:pointer;font-family:inherit}.hand-picked-section__gender-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--color-text);transform:scaleX(0);transition:transform .3s ease}.hand-picked-section__gender-link:hover,.hand-picked-section__gender-link.is-active{color:var(--color-text)}.hand-picked-section__gender-link.is-active:after,.hand-picked-section__gender-link:hover:after{transform:scaleX(1)}.hand-picked-section__carousel-wrapper{position:relative;margin-top:4rem}.hand-picked-section__carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:100%;display:flex;justify-content:space-between;pointer-events:none;padding:0}.hand-picked-section__carousel-btn{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;border:none;cursor:pointer;transition:all .3s ease;pointer-events:all;z-index:11}.hand-picked-section__carousel-btn:hover{background:#333}.hand-picked-section__carousel-btn--prev{position:absolute;left:0}.hand-picked-section__carousel-btn--next{position:absolute;right:0}.hand-picked-section__carousel{overflow:hidden;position:relative;padding:0 6rem}.hand-picked-section__carousel-track{display:flex;gap:2rem;transition:transform .5s ease;will-change:transform}.hand-picked-section__product{flex:0 0 calc(18.75% - 1.6rem);min-width:0;opacity:1;transition:all .4s ease;transform:scale(1)}.hand-picked-section__product.is-center{flex:0 0 calc(25% - 1.6rem);transform:scale(1.2);z-index:2;position:relative}.hand-picked-section__product[style*="display: none"]{display:none!important;opacity:0}.hand-picked-section__product .product-card{height:100%;background:#fff}.hand-picked-section__product .product-card__image{background:#fff;padding:0;margin-bottom:1.5rem}.hand-picked-section__product .product-card__image img{width:100%;height:auto;object-fit:cover;background:#fff}.hand-picked-section__product .product-card__content{padding:1.5rem 0;text-align:left}.hand-picked-section__product .product-card__title{font-size:1.4rem;font-weight:500;line-height:1.4;margin-bottom:.8rem;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hand-picked-section__product.is-center .product-card__title{font-size:1.6rem}.hand-picked-section__product .product-card__title a{color:inherit;text-decoration:none}.hand-picked-section__product .product-card__title a:hover{text-decoration:underline}.hand-picked-section__product .product-card__price{font-size:1.6rem;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.hand-picked-section__product.is-center .product-card__price{font-size:2rem}.hand-picked-section__product .product-card__price--compare{text-decoration:line-through;color:#999;font-size:1.4rem;font-weight:400}.hand-picked-section__product .product-card__actions,.hand-picked-section__product .product-card__badges{display:none}@media(max-width:1200px){.hand-picked-section__product{flex:0 0 calc(25% - 1.5rem)}}@media(max-width:900px){.hand-picked-section__product{flex:0 0 calc(33.333% - 1.33rem)}.hand-picked-section__carousel{padding:0 5rem}}@media(max-width:600px){.hand-picked-section__product{flex:0 0 calc(50% - 1rem)}.hand-picked-section__carousel{padding:0 4rem}.hand-picked-section__carousel-btn{width:3.5rem;height:3.5rem}}.color-collection-section{padding:4rem 0;background:#2a2a2a}.color-collection-section__header{text-align:center;margin-bottom:5rem}.color-collection-section__title{font-size:clamp(2.4rem,4vw,3.5rem);font-weight:700;font-family:Averta,sans-serif;font-weight:900;letter-spacing:-.02em;margin-bottom:1.5rem;color:#fff}.color-collection-section__subtitle{font-size:clamp(1.4rem,2vw,1.8rem);color:#fff;opacity:.9;max-width:60rem;margin:0 auto}.color-collection-section__carousel-wrapper{position:relative;margin-top:4rem}.color-collection-section__carousel-nav{position:absolute;top:-6rem;right:0;z-index:10;display:flex;gap:.5rem;pointer-events:none}.color-collection-section__carousel-btn{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;border:none;cursor:pointer;transition:all .3s ease;pointer-events:all;z-index:11}.color-collection-section__carousel-btn:hover{background:#333}.color-collection-section__carousel{overflow:hidden;position:relative;padding:0 0 0 4rem}.color-collection-section__carousel-track{display:flex;gap:2rem;transition:transform .5s ease;will-change:transform}.color-collection-section__card{flex:0 0 calc(20% - 1.6rem);min-width:0;position:relative}.color-collection-section__card-link{display:block;position:relative;text-decoration:none;overflow:hidden}.color-collection-section__card-image{position:relative;height:100%;background:#e5e5e5;overflow:hidden}.color-collection-section__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-out}.color-collection-section__card:hover .color-collection-section__card-image img{transform:scale(1.08)}.color-collection-section__card-overlay{position:absolute;bottom:0;left:0;right:0;height:25%;background:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,.6) 50%,transparent 100%);z-index:1;transition:background .6s ease-out}.color-collection-section__card:hover .color-collection-section__card-overlay{background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 18%,transparent 100%);padding-left:14px}.color-collection-section__card-label{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:2;transition:padding .6s ease-out}.color-collection-section__card:hover .color-collection-section__card-label{padding-bottom:2rem}.color-collection-section__card-title{display:flex;align-items:center;gap:.6rem;font-family:avertaBold,sans-serif;font-size:2.4rem;font-weight:700;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;color:#fff;text-align:left}.color-collection-section__card-arrow{flex-shrink:0;opacity:0;transform:translate(-8px);transition:opacity .6s ease-out,transform .6s ease-out}.color-collection-section__card:hover .color-collection-section__card-arrow{opacity:1;transform:translate(0)}.color-collection-section__card-description{font-size:1.9rem;font-weight:500;font-family:avertaRegular,sans-serif;color:#ffffffe6;line-height:1.5;letter-spacing:.02em;opacity:0;max-height:0;overflow:hidden;transform:translateY(-10px);transition:.6s}.color-collection-section__card:hover .color-collection-section__card-description{opacity:1;max-height:100px;transform:translateY(0)}@media(max-width:1200px){.color-collection-section__card{flex:0 0 calc(25% - 1.5rem)}}@media(max-width:900px){.color-collection-section__card{flex:0 0 calc(33.333% - 1.33rem)}.color-collection-section__carousel-nav{top:-5rem}}@media(max-width:600px){.color-collection-section__card{flex:0 0 calc(65% - .5rem)}.color-collection-section__carousel-track{gap:1rem}.color-collection-section__carousel-btn{width:3.5rem;height:3.5rem}}@media(max-width:480px){.color-collection-section__card{min-width:280px!important;height:380px!important}.color-collection-section__carousel-track{gap:1rem}.color-collection-section__card-label{padding:1rem}.color-collection-section__card:hover .color-collection-section__card-label{padding-bottom:1.5rem}.color-collection-section__card-title{font-size:1.8rem;line-height:1.3}.color-collection-section__card-arrow{width:14px;height:14px}.color-collection-section__card-description{font-size:1.9rem}.color-collection-section__carousel-header{display:none!important}.color-collection-section__carousel{margin-top:10rem;padding-left:1rem!important}}.about-section{padding:10rem 0;background:#fff}.about-section__header{text-align:center;margin-bottom:5rem}.about-section__title{font-size:clamp(2.4rem,4vw,4rem);font-weight:700;font-family:Averta,sans-serif;font-weight:900;letter-spacing:-.02em;margin-bottom:1.5rem;color:#2b2b2b}.about-section__title-underline{position:relative}.about-section__title-underline:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:#000}.about-section__title-word{position:relative;display:inline-block}.about-section__title-word--underlined:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background:var(--color-text);display:block}.about-section__subtitle{font-size:clamp(1.4rem,2vw,1.8rem);color:#666;font-weight:400}.about-section__card{max-width:90rem;margin:0 auto;background:#fff;border-radius:1rem;padding:4rem;box-shadow:0 4px 20px #00000014}.about-section__story-heading{font-size:1.6rem;font-weight:600;letter-spacing:.05em;margin-bottom:2.5rem;color:var(--color-text)}.about-section__content{margin-bottom:3rem}.about-section__paragraph{font-size:1.6rem;line-height:1.8;color:var(--color-text);margin-bottom:2rem}.about-section__paragraph:last-of-type{margin-bottom:0}.about-section__link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.6rem;font-weight:700;color:var(--color-text);text-decoration:none;transition:gap .3s ease}.about-section__link:hover{gap:1rem}.about-section__link svg{transition:transform .3s ease}.about-section__link:hover svg{transform:translate(5px)}@media(max-width:900px){.about-section__card{padding:3rem 2rem}.about-section__paragraph{font-size:1.5rem}}@media(max-width:600px){.about-section{padding:6rem 0}.about-section__card{padding:2.5rem 1.5rem}.about-section__paragraph{font-size:1.4rem}}.usa-fulfillment-section{padding:8rem 0;background:#000;color:#fff}.usa-fulfillment-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.usa-fulfillment-section__content{position:relative;padding:2rem 0 2rem 8rem}.usa-fulfillment-section__nav{position:absolute;top:50%;left:2rem;transform:translateY(-50%);z-index:10;margin:0}.usa-fulfillment-section__nav-right{position:absolute;top:50%;right:2rem;transform:translateY(-50%);z-index:10}.usa-fulfillment-section__nav-btn{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;background:#333;color:#fff;border:none;cursor:pointer;transition:all .3s ease;padding:0;position:relative}.usa-fulfillment-section__nav-btn:hover{background:#555}.usa-fulfillment-section__nav-btn svg{display:block;margin:0;flex-shrink:0;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.usa-fulfillment-section__title{font-size:clamp(2.4rem,4vw,4rem);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;color:#fff}.usa-fulfillment-section__description{font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.8;margin-bottom:3rem;color:#fff;opacity:.9}.usa-fulfillment-section__features-heading{font-size:1.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;color:#fff}.usa-fulfillment-section__features-list{list-style:none;padding:0;margin:0 0 4rem}.usa-fulfillment-section__feature{font-size:1.6rem;line-height:1.8;margin-bottom:1rem;color:#fff;opacity:.9;padding-left:2rem;position:relative}.usa-fulfillment-section__feature:before{content:"\2022";position:absolute;left:0;font-size:2rem;line-height:1}.usa-fulfillment-section__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:4rem}.usa-fulfillment-section__dot{width:.8rem;height:.8rem;border-radius:50%;background:#fff;opacity:.3;transition:all .3s ease}.usa-fulfillment-section__dot--active{width:1rem;height:1rem;opacity:1}.usa-fulfillment-section__visual{position:relative;height:100%;min-height:50rem}.usa-fulfillment-section__map{position:relative;width:100%;height:100%;min-height:50rem;border-radius:1rem;overflow:hidden}.usa-fulfillment-section__map img,.usa-fulfillment-section__map-svg{width:100%;height:100%;object-fit:cover}.usa-fulfillment-section__box{position:absolute;top:2rem;right:2rem;width:15rem;height:auto;z-index:2;transform:rotate(15deg)}.usa-fulfillment-section__box img{width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}@media(max-width:900px){.usa-fulfillment-section__grid{grid-template-columns:1fr;gap:3rem}.usa-fulfillment-section__content{padding:2rem 0 2rem 6rem}.usa-fulfillment-section__nav{left:1rem}.usa-fulfillment-section__nav-btn{width:4rem;height:4rem}.usa-fulfillment-section__nav-btn svg{width:18px;height:18px}.usa-fulfillment-section__nav-right{right:1rem}.usa-fulfillment-section__title{font-size:2.5rem}.usa-fulfillment-section__description{font-size:1.5rem}.usa-fulfillment-section__visual,.usa-fulfillment-section__map{min-height:40rem}}@media(max-width:600px){.usa-fulfillment-section{padding:4rem 0}.usa-fulfillment-section__content{padding:1.5rem 0 1.5rem 5.5rem}.usa-fulfillment-section__nav{left:.75rem;top:55%;transform:translateY(-50%)}.usa-fulfillment-section__nav-btn{width:3.5rem;height:3.5rem}.usa-fulfillment-section__nav-btn svg{width:16px;height:16px}.usa-fulfillment-section__nav-right{right:.75rem}.usa-fulfillment-section__title{font-size:2rem;margin-bottom:1.5rem}.usa-fulfillment-section__description{font-size:1.3rem;margin-bottom:2rem}.usa-fulfillment-section__features-heading{font-size:1.4rem;margin-bottom:1.5rem}.usa-fulfillment-section__feature{font-size:1.4rem;margin-bottom:.75rem}.usa-fulfillment-section__box{width:8rem;top:1rem;right:1rem}.usa-fulfillment-section__visual,.usa-fulfillment-section__map{min-height:30rem}}.tailored-fit-section{padding:8rem 0;background:#000;color:#fff}.tailored-fit-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:60rem}.tailored-fit-section__content{position:relative;padding:4rem 4rem 4rem 8rem;display:flex;flex-direction:column;justify-content:space-between;min-height:60rem}.tailored-fit-section__nav{position:absolute;top:50%;left:2rem;transform:translateY(-50%);z-index:10;margin:0}.tailored-fit-section__nav-btn{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;background:#333;color:#fff;border:none;cursor:pointer;transition:all .3s ease;padding:0;position:relative}.tailored-fit-section__nav-btn:hover{background:#555}.tailored-fit-section__nav-btn svg{display:block;margin:0;flex-shrink:0;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tailored-fit-section__title{font-size:clamp(2.4rem,4vw,4.5rem);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2.5rem;color:#fff}.tailored-fit-section__description{font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.8;margin-bottom:4rem;color:#fff;opacity:.9}.tailored-fit-section__features-heading{font-size:1.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;color:#fff}.tailored-fit-section__features-list{list-style:none;padding:0;margin:0 0 auto}.tailored-fit-section__feature{font-size:1.6rem;line-height:1.8;margin-bottom:1rem;color:#fff;opacity:.9;padding-left:2rem;position:relative}.tailored-fit-section__feature:before{content:"\2022";position:absolute;left:0;font-size:2rem;line-height:1;color:#999}.tailored-fit-section__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:auto;padding-top:3rem}.tailored-fit-section__dot{width:.8rem;height:.8rem;border-radius:50%;background:#fff;opacity:.3;transition:all .3s ease}.tailored-fit-section__dot--active{width:1rem;height:1rem;opacity:1}.tailored-fit-section__visual{position:relative;height:100%;min-height:60rem;overflow:hidden}.tailored-fit-section__image{width:100%;height:100%;position:relative}.tailored-fit-section__image img{width:100%;height:100%;object-fit:cover}.tailored-fit-section__nav-right{position:absolute;top:50%;right:2rem;transform:translateY(-50%);z-index:10}@media(max-width:900px){.tailored-fit-section__grid{grid-template-columns:1fr;min-height:auto}.tailored-fit-section__content{padding:3rem 2rem 3rem 6rem;min-height:50rem}.tailored-fit-section__nav{left:1rem}.tailored-fit-section__nav-btn{width:4rem;height:4rem}.tailored-fit-section__nav-btn svg{width:18px;height:18px}.tailored-fit-section__nav-right{right:1rem}.tailored-fit-section__title{font-size:2.5rem;margin-bottom:2rem}.tailored-fit-section__description{font-size:1.5rem;margin-bottom:3rem}.tailored-fit-section__visual{min-height:40rem}}@media(max-width:600px){.tailored-fit-section{padding:4rem 0}.tailored-fit-section__content{padding:2rem 1.5rem 2rem 5.5rem;min-height:40rem}.tailored-fit-section__nav{left:.75rem;top:55%;transform:translateY(-50%)}.tailored-fit-section__nav-btn{width:3.5rem;height:3.5rem}.tailored-fit-section__nav-btn svg{width:16px;height:16px}.tailored-fit-section__nav-right{right:.75rem}.tailored-fit-section__title{font-size:2rem;margin-bottom:1.5rem}.tailored-fit-section__description{font-size:1.3rem;margin-bottom:2rem}.tailored-fit-section__features-heading{font-size:1.4rem;margin-bottom:1.5rem}.tailored-fit-section__feature{font-size:1.4rem;margin-bottom:.75rem}.tailored-fit-section__visual{min-height:30rem}}.section-carousel-item{display:block;opacity:1}.slider-content-title,.slider-content-description,.slider-content-features,.slider-content-image{transition:opacity .3s ease}.premium-materials-section{padding:0;background:#000;color:#fff;position:relative}.premium-materials-section .container{position:relative}.premium-materials-section__nav{position:absolute;top:50%;left:2rem;transform:translateY(-50%);z-index:10;margin:0}.premium-materials-section__nav-btn{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;background:#333;color:#fff;border:none;cursor:pointer;transition:all .3s ease;padding:0;position:relative}.premium-materials-section__nav-btn:hover{background:#555}.premium-materials-section__nav-btn svg{display:block;margin:0;flex-shrink:0;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.premium-materials-section__nav-right{position:absolute;top:50.5%;right:2rem;transform:translateY(-50%);z-index:10}.premium-materials-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:634px}.premium-materials-section__content{position:relative;padding:14rem 8rem 8rem 20rem;display:flex;flex-direction:column;justify-content:space-between;min-height:634px}.premium-materials-section__title{font-size:clamp(2rem,3.5vw,3.8rem);font-weight:900;font-family:AvertaBlack,sans-serif;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;color:#fff}.premium-materials-section__description{font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.8;margin-bottom:3rem;color:#fff;min-height:63.2px;opacity:.9}.premium-materials-section__features-heading{font-size:1.9rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;font-family:AvertaBlack,sans-serif;margin-bottom:1rem;color:#fff}.premium-materials-section__features-list{list-style:none;padding:0;margin:0 0 auto}.premium-materials-section__feature{font-size:1.6rem;line-height:1.8;margin-bottom:.5rem;color:#fff;opacity:.9;padding-left:2rem;position:relative}.premium-materials-section__feature:before{content:"\2022";position:absolute;left:0;font-size:2rem;line-height:1;color:#999}.premium-materials-section__pagination{display:flex;justify-content:end;align-items:center;gap:1rem;margin-top:auto;position:relative;left:15rem;z-index:10000;padding-top:3rem}.premium-materials-section__pagination-dot{width:.8rem;height:.8rem;border-radius:50%;background:#fff;opacity:.3;transition:all .3s ease;cursor:pointer}.premium-materials-section__pagination-dot.active,.section-carousel-dot.active{width:1rem;height:1rem;opacity:1;background:#fff}.premium-materials-section__visual{position:relative;height:100%;min-height:634px;overflow:hidden}.premium-materials-section__image{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.premium-materials-section__image img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;transition:transform .3s ease}body.carousel-slide-1 .premium-materials-section__visual,body.carousel-slide-2 .premium-materials-section__visual,body.carousel-slide-3 .premium-materials-section__visual{z-index:1;overflow:visible}body.carousel-slide-1 .premium-materials-section__image,body.carousel-slide-2 .premium-materials-section__image,body.carousel-slide-3 .premium-materials-section__image{width:150%;left:-15%}body.carousel-slide-1 .premium-materials-section__image img,body.carousel-slide-2 .premium-materials-section__image img,body.carousel-slide-3 .premium-materials-section__image img{transform:translate(-22%);width:100%;height:100%}body.carousel-slide-1 .premium-materials-section__content,body.carousel-slide-2 .premium-materials-section__content,body.carousel-slide-3 .premium-materials-section__content{position:relative;z-index:2}body.carousel-slide-1 .tailored-fit-section__visual,body.carousel-slide-2 .tailored-fit-section__visual,body.carousel-slide-3 .tailored-fit-section__visual{z-index:1;overflow:visible}body.carousel-slide-1 .tailored-fit-section__image,body.carousel-slide-2 .tailored-fit-section__image,body.carousel-slide-3 .tailored-fit-section__image{width:150%;left:-15%}body.carousel-slide-1 .tailored-fit-section__image img,body.carousel-slide-2 .tailored-fit-section__image img,body.carousel-slide-3 .tailored-fit-section__image img{transform:translate(-22%);width:100%;height:100%}body.carousel-slide-1 .tailored-fit-section__content,body.carousel-slide-2 .tailored-fit-section__content,body.carousel-slide-3 .tailored-fit-section__content{position:relative;z-index:2}body.carousel-slide-1 .usa-fulfillment-section__visual,body.carousel-slide-2 .usa-fulfillment-section__visual,body.carousel-slide-3 .usa-fulfillment-section__visual{z-index:1;overflow:visible}body.carousel-slide-1 .usa-fulfillment-section__map,body.carousel-slide-2 .usa-fulfillment-section__map,body.carousel-slide-3 .usa-fulfillment-section__map{width:150%;left:-15%;position:relative}body.carousel-slide-1 .usa-fulfillment-section__map img,body.carousel-slide-2 .usa-fulfillment-section__map img,body.carousel-slide-3 .usa-fulfillment-section__map img{transform:translate(-22%);width:100%;height:100%}body.carousel-slide-1 .usa-fulfillment-section__content,body.carousel-slide-2 .usa-fulfillment-section__content,body.carousel-slide-3 .usa-fulfillment-section__content{position:relative;z-index:2}@media(max-width:900px){.premium-materials-section__grid{grid-template-columns:1fr;min-height:auto}.premium-materials-section__content{padding:3rem 2rem 3rem 6rem;min-height:35rem}.premium-materials-section__nav{left:1rem}.premium-materials-section__nav-btn{width:4rem;height:4rem}.premium-materials-section__nav-btn svg{width:18px;height:18px}.premium-materials-section__nav-right{right:1rem}.premium-materials-section__title{font-size:2.5rem;margin-bottom:1rem}.premium-materials-section__description{font-size:1.5rem;margin-bottom:2rem}.premium-materials-section__features-heading{margin-bottom:1rem}.premium-materials-section__feature{font-size:1.4rem;margin-bottom:.75rem}.premium-materials-section__visual{min-height:30rem}}@media(max-width:600px){.premium-materials-section{padding:4rem 0}.premium-materials-section__features,.premium-materials-section__pagination,.section-carousel-pagination{display:none}.premium-materials-section__content{padding:2rem 1.5rem 2rem 5.5rem;min-height:auto}.premium-materials-section__nav{left:.75rem;top:28.2rem;transform:translateY(0)}.premium-materials-section__nav-btn{width:3.5rem;height:3.5rem;background:#333}.premium-materials-section__nav-btn svg{width:16px;height:16px}.premium-materials-section__nav-right{right:.75rem;top:12rem;transform:translateY(0)}.premium-materials-section__nav-right .premium-materials-section__nav-btn{width:3.5rem;height:3.5rem;background:#333}.premium-materials-section__nav-right .premium-materials-section__nav-btn svg{width:16px;height:16px}.premium-materials-section__title{font-size:2rem;margin-bottom:1rem}.premium-materials-section__description{font-size:1.3rem;margin-bottom:2rem}.premium-materials-section__features-heading{margin-bottom:1rem}.premium-materials-section__feature{font-size:1.3rem;margin-bottom:.5rem}.premium-materials-section__pagination{padding-top:2rem}.premium-materials-section__visual{min-height:25rem}}.featured-collection{padding:10rem 0;background:#f8f8f8}.featured-collection__header{text-align:center;margin-bottom:5rem}.featured-collection__title{font-size:clamp(2.4rem,4vw,4rem);font-weight:700;letter-spacing:.05em;margin-bottom:1rem}.featured-collection__subtitle{font-size:1.6rem;color:#666}.featured-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.featured-collection__footer{text-align:center;margin-top:5rem}@media(max-width:1200px){.featured-collection__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.featured-collection__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.featured-collection__grid{grid-template-columns:1fr;max-width:40rem;margin:0 auto}}.categories-section{padding:10rem 0}.categories-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.category-card{position:relative;height:50rem;overflow:hidden}.category-card__image{position:absolute;top:0;right:0;bottom:0;left:0}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-card:hover .category-card__image img{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);transition:background .3s ease}.category-card:hover .category-card__overlay{background:linear-gradient(to top,#000c,#0003)}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:4rem;color:#fff;text-align:center}.category-card__title{font-size:3rem;font-weight:700;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase}.category-card__link{display:inline-block;padding:1.2rem 3rem;border:2px solid #fff;color:#fff;font-family:var(--font-heading);font-size:1.3rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease}.category-card__link:hover{background:#fff;color:var(--color-primary)}@media(max-width:768px){.categories-section__grid{grid-template-columns:1fr}.category-card{height:40rem}}.testimonials-section{padding:10rem 0;background:var(--color-primary);color:#fff}.testimonials-section__header{text-align:center;margin-bottom:5rem}.testimonials-section__title{font-size:clamp(2.4rem,4vw,4rem);letter-spacing:.05em}.testimonials-slider{position:relative;max-width:90rem;margin:0 auto;text-align:center}.testimonial{padding:0 4rem}.testimonial__stars{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem}.testimonial__stars svg{width:2rem;height:2rem;fill:#ffc107}.testimonial__text{font-size:2.2rem;font-style:italic;line-height:1.6;margin-bottom:3rem}.testimonial__author{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.newsletter-section{padding:8rem 0;background:#2b2b2b;color:#fff}.newsletter-section__inner{display:flex;align-items:center;justify-content:space-between;gap:4rem}.newsletter-section__content{flex:1;padding-left:78px}.newsletter-section__title{font-size:3rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem}.newsletter-section__text{font-size:1.6rem;opacity:.9}.newsletter-section__form{flex:1;max-width:50rem}.newsletter-form{display:flex;gap:1rem}.newsletter-form__input{flex:1;padding:1.6rem 2rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:1.6rem}.newsletter-form__input::placeholder{color:#ffffffb3}.newsletter-form__input:focus{outline:none;border-color:#fff;background:#ffffff26}.newsletter-form__btn{padding:1.6rem 3rem;background:#fff;color:var(--color-primary);font-family:var(--font-heading);font-size:1.3rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border:none;cursor:pointer;transition:all .3s ease}.newsletter-form__btn:hover{background:var(--color-primary);color:#fff}@media(max-width:900px){.newsletter-section__inner{flex-direction:column;text-align:center}.newsletter-section__content{padding-left:0}.newsletter-section__form{width:100%}}@media(max-width:600px){.newsletter-form{flex-direction:column}.newsletter-form__input{padding:1.2rem 1.5rem;font-size:1.4rem;max-width:80%;margin:0 auto}.newsletter-form__btn{padding:1.2rem 2rem;font-size:1.2rem;max-width:80%;margin:0 auto}}.site-footer{background:var(--color-primary);color:#fff;padding:8rem 0 3rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:4rem;padding-bottom:5rem;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__brand{padding-right:4rem}.site-footer__logo{font-family:var(--font-heading);font-size:2.4rem;font-weight:700;letter-spacing:.05em;margin-bottom:2rem;display:block;align-items:center;gap:.3rem}.site-footer__logo span:first-child{border:2px solid #fff;padding:.3rem .8rem}.site-footer__description{font-size:1.4rem;line-height:1.8;opacity:.8;margin-bottom:2rem}.site-footer__social{display:flex;gap:1.5rem}.site-footer__social-link{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;transition:all .3s ease}.site-footer__social-link:hover{background:#fff;color:var(--color-primary);border-color:#fff}.site-footer__social-link svg{width:1.8rem;height:1.8rem}.site-footer__column-title{font-size:1.4rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2.5rem}.site-footer__links{display:flex;flex-direction:column;gap:1.2rem}.site-footer__link{font-size:1.4rem;opacity:.8;transition:opacity .3s ease}.site-footer__link:hover{opacity:1}.site-footer__bottom{align-items:center;justify-content:space-between;padding-top:3rem;font-size:1.3rem;opacity:.7;font-family:avertaBold,sans-serif;font-weight:700}.site-footer__payment{display:flex;align-items:center;gap:1rem}.site-footer__payment img{height:2.4rem}@media(max-width:1024px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}.site-footer__brand{grid-column:span 2;padding-right:0}}@media(max-width:600px){.site-footer__grid{grid-template-columns:1fr}.site-footer__brand{grid-column:span 1}.site-footer__bottom{flex-direction:column;gap:2rem;text-align:center}}@media(max-width:768px){.hero{min-height:50rem}.hero__content{padding:4rem 2rem}.hero__title{font-size:4rem}.hero__links{gap:2rem}.hero__link{font-size:1.5rem}}.faq-section{padding:6rem 0;background:#fff}.faq-section__title{font-size:clamp(2.4rem,4vw,3.5rem);font-weight:700;font-family:Averta-Black,sans-serif;letter-spacing:-.02em;text-align:center;margin-bottom:3rem;color:#2b2b2b}.faq-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:120rem;margin:0 auto;align-items:start}.faq-section__column{display:flex;flex-direction:column}.faq-section__item{border-radius:.8rem;overflow:hidden;background:#fff;border:1px solid #e5e5e5;transition:all .3s ease}.faq-section__item:hover{border-color:#d0d0d0}.faq-section__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#fff;border:none;cursor:pointer;text-align:left;font-family:inherit}.faq-section__question-text{font-size:1.4rem;font-weight:600;color:var(--color-text);flex:1;padding-right:1.5rem}.faq-section__icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#f6f6f6;color:#000;border-radius:50%;flex-shrink:0;transition:transform .3s ease}.faq-section__answer{max-height:0;overflow:hidden;transition:max-height .4s ease;opacity:0;visibility:hidden}.faq-section__question[aria-expanded=true]+.faq-section__answer{max-height:50rem;opacity:1;visibility:visible}.faq-section__answer-content{padding:0 1.5rem 1.5rem;background:#f5f5f5;border-radius:0 0 .8rem .8rem;font-size:1.3rem;line-height:1.7;color:#666}.faq-section__answer-content p{margin:0}@media(max-width:900px){.faq-section__grid{grid-template-columns:1fr}.faq-section{padding:4rem 0}.faq-section__title{margin-bottom:2.5rem}}@media(max-width:600px){.faq-section{padding:3rem 0}.faq-section__question{padding:1.2rem}.faq-section__question-text{font-size:1.3rem;padding-right:1rem}.faq-section__icon{width:2.2rem;height:2.2rem}.faq-section__answer-content{padding:0 1.2rem 1.2rem;font-size:1.3rem}}.latest-insights-section{padding:8rem 0;background:#fff}.latest-insights-section__content{text-align:center;max-width:80rem;margin:0 auto}.latest-insights-section__title{font-size:clamp(2.5rem,3.5vw,3.5rem);font-weight:700;font-family:Averta,sans-serif;font-weight:900;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:2rem;color:#2b2b2b}.latest-insights-section__description{font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.8;color:#666;margin-bottom:3rem;max-width:60rem;margin-left:auto;margin-right:auto;font-family:AvertaDefault,sans-serif}@media(max-width:768px){.latest-insights-section__description{max-width:32rem;word-spacing:normal}}.latest-insights-section__button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#000;color:#fff;font-size:1.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;transition:all .3s ease}.latest-insights-section__button:hover{background:#333;gap:1rem}.latest-insights-section__button svg{transition:transform .3s ease}.latest-insights-section__button:hover svg{transform:translate(5px)}@media(max-width:600px){.latest-insights-section{padding:6rem 0}.latest-insights-section__button{padding:.8rem 1.5rem;font-size:1.7rem}}.reviews-section{padding:8rem 0;background:#f5f5f5}.reviews-section .container{padding-left:0;padding-right:0;max-width:none}.reviews-section__title{font-size:clamp(2.4rem,4vw,3.5rem);font-weight:700;font-family:Averta,sans-serif;font-weight:900;letter-spacing:-.02em;text-transform:uppercase;text-align:center;margin-bottom:1rem;color:#000}.reviews-section__subtitle{font-size:clamp(1.4rem,2vw,1.6rem);text-align:center;color:#666;margin-bottom:4rem;font-family:Averta-Regular,sans-serif}.reviews-section__carousels{margin-top:4rem}.reviews-section__carousel-wrapper{position:relative;overflow:visible;width:100%;margin-bottom:4rem;padding:1rem 0}.reviews-section__carousel-wrapper:last-child{margin-bottom:0}.reviews-section__carousel{overflow:visible;position:relative;width:100%}.reviews-section__carousel-track{display:flex;gap:4rem;will-change:transform;width:fit-content}.reviews-section__carousel-track--row1{animation:scroll-reviews 80s linear infinite}.reviews-section__carousel-track--row2{animation:scroll-reviews-reverse 80s linear infinite}.reviews-section__card{flex:0 0 35rem;min-width:35rem;max-width:35rem}@keyframes scroll-reviews{0%{transform:translate(0)}to{transform:translate(calc(-50% - 2rem))}}@keyframes scroll-reviews-reverse{0%{transform:translate(calc(-50% - 2rem))}to{transform:translate(0)}}.reviews-section__card{background:#fff;border-radius:.8rem;padding:2.5rem;min-height:25rem;box-shadow:0 4px 15px #00000026;border:1px solid rgba(0,0,0,.1)}.reviews-section__card-header{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:5rem}.reviews-section__avatar{width:5rem;height:5rem;border-radius:50%;overflow:hidden;flex-shrink:0;background:#e5e5e5}.reviews-section__avatar img{width:100%;height:100%;object-fit:cover}.reviews-section__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#666;background:#e5e5e5}.reviews-section__card-info{flex:1}.reviews-section__name{font-size:1.4rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;color:#000;font-family:Averta-Regular,sans-serif}.reviews-section__rating{display:flex;align-items:center;gap:.2rem;margin-bottom:.5rem}.reviews-section__star{color:#ddd;width:1.6rem;height:1.6rem}.reviews-section__star--filled{color:#000;fill:currentColor}.reviews-section__verified{display:flex;align-items:center;gap:.4rem;font-size:1.2rem;color:#000;margin-bottom:1rem;font-weight:700;font-family:Averta-Bold,sans-serif}.reviews-section__verified svg{color:#4caf50;flex-shrink:0}.reviews-section__text{font-size:1.4rem;line-height:1.7;color:#000;margin:0;font-weight:500;font-family:Averta-Regular,sans-serif}@media(max-width:1200px){.reviews-section__card{flex:0 0 32rem;min-width:32rem;max-width:32rem}}@media(max-width:900px){.reviews-section__card{flex:0 0 38rem;min-width:38rem;max-width:38rem;padding:3rem;min-height:28rem}.reviews-section__name,.reviews-section__text{font-size:1.6rem}.reviews-section__carousel-track{gap:1.5rem}.reviews-section{padding:6rem 0}}@media(max-width:600px){.reviews-section__card{flex:0 0 32rem;min-width:32rem;max-width:32rem;padding:2.5rem;min-height:30rem}.reviews-section__carousel-track{gap:1.2rem}.reviews-section__card{padding:2.5rem}.reviews-section__avatar{width:5rem;height:5rem}.reviews-section__name{font-size:1.5rem}.reviews-section__text{font-size:1.6rem}}.site-footer{background:#fff;padding:5rem 0;margin-top:0;font-family:avertaBold,sans-serif}.site-footer .container{max-width:160rem;margin:0 auto;padding:0 2rem}.site-footer__grid{display:grid;grid-template-columns:2fr 5fr;gap:8rem;align-items:start;margin-bottom:0}.site-footer__company{max-width:40rem}.site-footer__logo{margin-bottom:2rem}.site-footer__logo img{max-height:3rem;width:auto}.site-footer__logo-text{font-size:1.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#000;margin:0;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:0;font-family:avertaBold,sans-serif}.site-footer__logo-box{background:#000;color:#fff;padding:1.2rem 1.8rem;display:inline-block;margin-right:.5rem}.site-footer__tagline{font-size:1.4rem;line-height:1.7;color:#000;margin-bottom:2.5rem;margin-top:0;font-weight:700;font-family:AvertaBold,sans-serif}.site-footer__contact{display:flex;flex-direction:column;gap:1.2rem}.site-footer__contact-item{display:flex;align-items:flex-start;gap:1rem;font-size:1.4rem;color:#000;line-height:1.6;font-family:AvertaRegular,sans-serif;font-weight:600}.site-footer__contact-item svg{flex-shrink:0;margin-top:.2rem;color:#000}.site-footer__nav{display:grid;grid-template-columns:repeat(5,1fr);gap:3rem}.site-footer__nav-item{display:flex;flex-direction:column}.site-footer__nav-button{display:none}.site-footer__nav-button-text{font-size:1.4rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#000;font-family:avertaBold,sans-serif}.site-footer__nav-chevron{display:none}.site-footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.site-footer__nav-list li{margin:0;padding:0}.site-footer__nav-title{font-size:1.4rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;color:#000;font-family:AvertaBold,sans-serif}.site-footer__nav-link{font-size:1.4rem;color:#000;text-decoration:none;transition:color .3s ease;font-family:AvertaBold,sans-serif;font-weight:700}.site-footer__nav-link:hover{color:#000}@media(max-width:1200px){.site-footer__grid{grid-template-columns:1fr 2fr;gap:5rem}}@media(max-width:900px){.site-footer__grid{grid-template-columns:1fr;gap:4rem}.site-footer__company{margin:0 auto;text-align:center}.site-footer__logo{text-align:center}.site-footer__logo a{display:inline-flex;align-items:center;justify-content:center}.site-footer__contact{align-items:center}.site-footer__contact-item{align-items:center;justify-content:center}.site-footer__nav{display:flex;flex-direction:column;gap:.5rem}.site-footer__nav-title{display:none}.site-footer__nav-button{display:flex;width:100%;padding:1.2rem 1.5rem;background:#f5f5f5;border:none;border-radius:.4rem;justify-content:space-between;align-items:center;cursor:pointer;transition:background .3s ease;text-align:left}.site-footer__nav-button:hover{background:#e5e5e5}.site-footer__nav-chevron{display:block;width:1.6rem;height:1.6rem;color:#000;transition:transform .3s ease;flex-shrink:0}.site-footer__nav-item.is-open .site-footer__nav-chevron{transform:rotate(180deg)}.site-footer__nav-list{display:none;padding-top:1rem;padding-left:1.5rem}.site-footer__nav-item.is-open .site-footer__nav-list{display:flex}.site-footer__nav-link{font-size:1.3rem;color:#666;padding:.5rem 0}.site-footer__social-section{align-items:center;text-align:center}.site-footer__social-icons{justify-content:center}.site-footer__newsletter-section{text-align:center}.site-footer__newsletter-form{justify-content:center;max-width:50rem;margin:0 auto}}.site-footer__social-newsletter{display:flex;justify-content:space-between;align-items:center;padding-top:4rem;margin-top:4rem;border-top:1px solid #ddd;gap:4rem;font-family:avertaBold,sans-serif;font-weight:700;color:#000}.site-footer__social-section{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.site-footer__social-label{font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#000;margin:0;font-family:AvertaRegular,sans-serif}.site-footer__social-icons{display:flex;gap:1rem;align-items:center}.site-footer__social-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;background:#2b2b2b;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:50%;text-decoration:none;transition:background .3s ease}.site-footer__social-icon:hover{background:#000;border-color:#ffffff80}.site-footer__social-icon svg{width:20px;height:20px;fill:currentColor;color:#fff;stroke:#fff;stroke-width:.5}.site-footer__newsletter-section{width:100%;text-align:right}.site-footer__newsletter-title{font-size:1.4rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.8rem;color:#000;font-family:AvertaRegular,sans-serif}.site-footer__newsletter-description{font-size:1.4rem;line-height:1.6;color:#000;margin-bottom:1.5rem;font-weight:600;font-family:AvertaRegular,sans-serif}.site-footer__newsletter-form{display:flex;gap:0;align-items:stretch;justify-content:flex-end}.site-footer__newsletter-success{position:absolute;margin-top:60px;color:#0a7a0a;font-size:1.3rem;font-family:AvertaRegular,sans-serif}.site-footer__newsletter-input{flex:1;max-width:25rem;padding:1.2rem 1.5rem;border:1px solid #ddd;background:#fff;font-size:1.4rem;color:#000;border-radius:.4rem;font-family:AvertaRegular,sans-serif;font-weight:400}.site-footer__newsletter-input:focus{outline:none;border-color:#000}.site-footer__newsletter-input::placeholder{color:#999}.site-footer__newsletter-button{padding:1.2rem 2.5rem;background:#2b2b2b;color:#fff;border:1px solid #000;font-size:1.4rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .3s ease;white-space:nowrap;border-radius:.4rem;font-family:AvertaRegular,sans-serif}.site-footer__newsletter-button:hover{background:#000}@media(max-width:900px){.site-footer__newsletter-button{padding:1.2rem 1rem!important;width:auto!important}.site-footer__nav-column{margin-bottom:0rem}.site-footer__nav-title{display:flex;justify-content:center;align-items:center;width:100%;background:#efefef;border:1px solid #ccc;padding:1.8rem 1.6rem;border-radius:.8rem;cursor:pointer;font-size:1.8rem;font-weight:700;font-family:AvertaBold,sans-serif;letter-spacing:0;text-transform:uppercase;color:#000;margin-bottom:0;transition:all .3s ease;text-align:center;position:relative}.site-footer__nav-title:hover{background:#e5e5e5}.site-footer__nav-title:after{content:"";width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #000;transition:transform .3s ease;position:absolute;right:1.6rem}.site-footer__nav-title.active:after{transform:rotate(180deg)}.site-footer__nav-list{display:none;background:#eaeaea;padding:1.8rem 1.6rem;border-radius:0 0 .8rem .8rem;margin-top:-1px;border:1px solid #ccc;border-top:none}.site-footer__nav-list.active{display:block;text-align:center}.site-footer__nav-list li{margin-bottom:1.2rem}.site-footer__nav-list li:last-child{margin-bottom:0}.site-footer__nav-link{font-size:2rem;color:#000;font-weight:700;text-decoration:none;transition:font-weight .3s ease}.site-footer__nav-link:hover{font-weight:900}}@media(max-width:900px){.site-footer__social-newsletter{flex-direction:column;align-items:center;gap:3rem;text-align:center}.site-footer__social-newsletter .site-footer__social-section{order:1;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important}.site-footer__social-newsletter .site-footer__social-label{text-align:center!important;margin-bottom:1.5rem}.site-footer__social-newsletter .site-footer__social-icons{display:flex!important;justify-content:center!important;align-items:center!important}.site-footer__newsletter-section{order:2;max-width:100%;width:100%;text-align:center}.site-footer__newsletter-form{flex-direction:row;align-items:stretch;gap:0;justify-content:center;margin-left:2rem}.site-footer__newsletter-button{width:auto}}.site-footer__bottom{padding-top:3rem;margin-top:3rem;border-top:1px solid #ddd}.site-footer__bottom-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.site-footer__copyright{font-size:1.4rem;color:#000;margin:0;font-weight:600;font-family:AvertaRegular,sans-serif}.site-footer__bottom-left{display:flex;flex-direction:row;align-items:center;gap:2rem}.site-footer__localization{display:inline-flex;align-items:center}.site-footer__country-selector{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#f5f5f5;border:1px solid #ddd;border-radius:.4rem;transition:all .3s ease}.site-footer__country-selector:hover{background:#e5e5e5;border-color:#ccc}.site-footer__country-selector svg{width:1.6rem;height:1.6rem;color:#666;flex-shrink:0}.site-footer__country-selector select{border:none;background:transparent;font-size:1.3rem;color:#333;font-weight:600;cursor:pointer;outline:none;padding:0;font-family:AvertaRegular,sans-serif}.site-footer__country-selector select option{background:#fff;color:#333;padding:.5rem}.site-footer__bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem;width:100%}.site-footer__language-selector{margin-bottom:0}.site-footer__language-btn{display:flex;align-items:center;gap:.8rem;padding:.8rem 1.5rem;background:#333;color:#fff;border:1px solid #fff;border-radius:.4rem;font-size:1.4rem;font-weight:600;cursor:pointer;transition:background .3s ease;white-space:nowrap}.site-footer__language-btn:hover{background:#333}.site-footer__language-btn svg{color:#fff}.site-footer__payments{text-align:right}.site-footer__payments-label{font-size:1.2rem;color:#000;margin-bottom:.8rem;text-align:right;font-weight:600;font-family:AvertaRegular,sans-serif}.site-footer__payment-icons{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:flex-end}.site-footer__payment-icon{display:inline-flex;align-items:center;justify-content:center;background:#fff;height:6rem;min-width:9rem;border-radius:.4rem}.site-footer__payment-icon img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.site-footer__payment-icon svg{width:100%;height:100%;max-width:8rem;max-height:3rem;object-fit:contain}.payment-icon{width:100%;height:100%;max-width:5rem;max-height:2.5rem;object-fit:contain}.site-footer__payment-icon--paypal,.site-footer__payment-icon--apple,.site-footer__payment-icon--visa,.site-footer__payment-icon--mastercard,.site-footer__payment-icon--amex,.site-footer__payment-icon--discover{font-size:1.1rem;font-weight:600;color:#333;text-align:center}@media(max-width:900px){.site-footer__bottom-content{grid-template-columns:1fr;gap:2rem}.site-footer__payments-label{text-align:center}.site-footer__payment-icons{justify-content:center;flex-wrap:nowrap;gap:.4rem}.site-footer__payment-icon{height:3rem;min-width:4.5rem}.site-footer__bottom-left{order:2;align-items:center;justify-content:center}.site-footer__bottom-right{order:1;align-items:center;width:100%}.site-footer__payments,.site-footer__copyright{text-align:center}}@media(max-width:600px){.site-footer{padding:4rem 0}.site-footer__nav{grid-template-columns:1fr}.site-footer__social-section{flex-direction:column;align-items:flex-start;gap:1.5rem}}.add-to-cart-success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:99999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.add-to-cart-success-overlay.is-visible{opacity:1;visibility:visible}.add-to-cart-success{background:#fff;padding:3rem;border-radius:.8rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-shadow:0 10px 30px #0000004d;transform:scale(.8);transition:transform .3s ease}.add-to-cart-success-overlay.is-visible .add-to-cart-success{transform:scale(1)}.add-to-cart-success__icon{width:6rem;height:6rem;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.add-to-cart-success__icon svg{width:3rem;height:3rem}.add-to-cart-success__text{font-size:1.8rem;font-weight:600;color:#333;text-align:center}@media(max-width:768px){.add-to-cart-success{padding:2rem;margin:0 2rem}.add-to-cart-success__icon{width:5rem;height:5rem}.add-to-cart-success__icon svg{width:2.5rem;height:2.5rem}.add-to-cart-success__text{font-size:1.6rem}}.navigation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff1a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:99999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.navigation-overlay.is-visible{opacity:1;visibility:visible}.navigation-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.navigation-spinner__circle{width:4rem;height:4rem;border:3px solid #f3f3f3;border-top:3px solid #333;border-radius:50%;animation:navigation-spin 1s linear infinite}.navigation-spinner__text{font-size:1.4rem;color:#333;font-weight:600}@keyframes navigation-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body.cart-sidebar-open{overflow:hidden;width:100vw;height:100vh}html.cart-sidebar-open{overflow:hidden;width:100vw}.cart-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1003;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.cart-sidebar .cart-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1003}.cart-loading-overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}.faq-section__item{position:relative;background:transparent;margin-bottom:1.5rem}.faq-section__border{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:all .3s ease;position:relative}.faq-section__border:hover{box-shadow:0 1px 3px #0000001a}.faq-section__accent-line{position:absolute;left:0;top:0;bottom:0;width:.25rem;background:#eaeaea;border-radius:.5rem 0 0 .5rem}.faq-section__question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1rem 1rem 1.25rem;text-align:left;font-weight:500;background:transparent;border:none;cursor:pointer}.faq-section__question-text{font-size:1.6rem;color:#333;font-weight:600;font-family:Averta-Bold,sans-serif}.faq-section__icon{display:flex;align-items:center;justify-content:center;height:2.4rem;width:2.4rem;border-radius:50%;background:#f6f6f6;transition:transform .3s ease}.faq-section__icon svg{width:1.6rem;height:1.6rem}.faq-section__question[aria-expanded=true] .faq-section__icon{transform:rotate(180deg)}.faq-section__answer{color:#666;font-size:1.4rem;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s ease;font-family:Averta-Regular,sans-serif}.faq-section__question[aria-expanded=true]+.faq-section__answer{max-height:50rem}.faq-section__answer-content{padding-bottom:.5rem}@media(max-width:768px){.faq-section__question-text{font-size:1.4rem}.faq-section__answer{font-size:1.3rem}}.cart-loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-loading-spinner__circle{width:4rem;height:4rem;border:3px solid #f3f3f3;border-top:3px solid #333;border-radius:50%;animation:cart-loading-spin 1s linear infinite}.cart-loading-spinner__text{font-size:1.4rem;color:#333;font-weight:600}@keyframes cart-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-sidebar{position:fixed;top:0;right:0;width:100%;max-width:600px;height:100vh;z-index:1000;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-sidebar.is-open{opacity:1;visibility:visible;pointer-events:auto}.cart-sidebar__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease;z-index:1001}.cart-sidebar.is-open .cart-sidebar__overlay{opacity:1}.cart-sidebar__content{position:absolute;top:0;right:0;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;z-index:1002;overflow:hidden}.cart-sidebar.is-open .cart-sidebar__content{transform:translate(0)}.cart-sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2.5rem;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:100}.cart-sidebar__title{font-size:1.4rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin:0}.cart-sidebar__title-mobile{display:none;font-size:2.4rem;font-weight:700;text-align:center;margin:0;color:#333;font-family:avertaBold,sans-serif}.cart-sidebar__header-actions{display:flex;align-items:center;gap:2rem}.cart-sidebar__details-link{font-size:1.4rem;color:#666;text-decoration:none;transition:color .3s ease}.cart-sidebar__details-link:hover{color:var(--color-primary)}.cart-sidebar__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#333;transition:color .3s ease}.cart-sidebar__close:hover{color:var(--color-primary)}.cart-sidebar__banner{display:flex;align-items:center;gap:1rem;padding:1.5rem 2.5rem;background:#99a1af;color:#000;font-size:1.4rem}.cart-sidebar__banner-icon{width:3.2rem;height:3.2rem;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-sidebar__banner-svg{width:2.4rem;height:2.4rem;color:#fff}.cart-sidebar__banner-text{display:flex;flex-direction:column;line-height:1.2}.cart-sidebar__banner-title{font-weight:600;color:#000;margin:0}.cart-sidebar__banner-subtitle{font-size:1.2rem;color:#000;margin:0}.cart-sidebar__scrollable{flex:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.cart-sidebar__items{padding:2rem 2.5rem}.cart-sidebar-item{border-bottom:1px solid #e5e7eb;position:relative;margin-bottom:19px;padding-bottom:19px}.cart-sidebar-item__remove{position:absolute;top:.8rem;right:.8rem;padding:.4rem;background:none;border:none;cursor:pointer;border-radius:.25rem;transition:background-color .3s ease;z-index:10}.cart-sidebar-item__remove:hover{background:#f3f4f6}.cart-sidebar-item__remove-icon{width:2rem;height:2rem;color:#6b7280}.cart-sidebar-item__content{display:flex;gap:1.6rem}.cart-sidebar-item__image-wrapper{position:relative;width:12.8rem;aspect-ratio:3/5;flex-shrink:0}.cart-sidebar-item__image{width:100%;height:100%;object-fit:cover;background:#f5f5f5}.cart-sidebar-item__wishlist{position:absolute;top:.4rem;left:.4rem;padding:.4rem;background:#fffc;border:none;border-radius:50%;cursor:pointer;transition:background-color .3s ease;box-shadow:0 1px 3px #0000001a}.cart-sidebar-item__wishlist:hover{background:#fff}.cart-sidebar-item__heart{width:1.2rem;height:1.2rem;color:#666}.cart-sidebar-item__details{flex:1}.cart-sidebar-item__title{font-size:1.4rem;font-weight:700;margin:0 0 .8rem;text-transform:uppercase;font-family:avertaBold,sans-serif}.cart-sidebar-item__title a{color:#000;text-decoration:none;transition:color .3s ease}.cart-sidebar-item__title a:hover{color:#6b7280}.cart-sidebar-item__variant-info{margin-bottom:1.2rem}.cart-sidebar-item__variant{font-size:1.2rem;color:#000;margin:.2rem 0;font-family:AvertaDefault,sans-serif}.cart-sidebar-item__variant-label{font-weight:500;font-family:AvertaDefault,sans-serif}.cart-sidebar-item__quantity-wrapper{margin-bottom:1.2rem}.cart-sidebar-item__quantity{display:flex;align-items:center;border:1px solid #d1d5db;width:100px}.cart-sidebar-item__quantity-btn{padding:.8rem;background:transparent;border:none;cursor:pointer;font-size:1.4rem;color:#6b7280;transition:all .3s ease;min-width:3.2rem;font-family:AvertaDefault,sans-serif}.cart-sidebar-item__quantity-btn:first-child{border-right:1px solid #d1d5db}.cart-sidebar-item__quantity-btn:last-child{border-left:1px solid #d1d5db}.cart-sidebar-item__quantity-btn:hover:not(:disabled){color:#000;background:#f9fafb}.cart-sidebar-item__quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-sidebar-item__quantity-display{width:3.2rem;padding:.8rem .4rem;text-align:center;border:none;font-size:1.4rem;font-weight:500;color:#000;background:transparent;font-family:AvertaDefault,sans-serif;display:flex;align-items:center;justify-content:center}.cart-sidebar-item__pricing{text-align:left}.cart-sidebar-item__unit-price{margin-bottom:.8rem}.cart-sidebar-item__unit-label{font-size:1.2rem;color:#000;margin:0 0 .2rem;font-family:AvertaDefault,sans-serif}.cart-sidebar-item__price-display{display:flex;align-items:center;gap:.8rem}.cart-sidebar-item__original-price{font-size:1.2rem;color:#9ca3af;text-decoration:line-through;font-family:AvertaDefault,sans-serif}.cart-sidebar-item__sale-price,.cart-sidebar-item__current-price{font-size:1.4rem;font-weight:700;color:#000;font-family:AvertaDefault,sans-serif}.cart-sidebar-item__total-label{font-size:1.2rem;color:#6b7280;margin:0 0 .2rem;font-family:AvertaDefault,sans-serif}.cart-sidebar-item__total-price{font-size:1.4rem;font-weight:700;color:#000;margin:0;font-family:AvertaDefault,sans-serif}.cart-sidebar__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.cart-sidebar__empty p{font-size:1.6rem;color:#666;margin-bottom:2rem}.cart-sidebar__overview{padding:2rem 2.5rem;border-top:1px solid #eee;background:#fff}.cart-sidebar__overview-title{font-size:1.3rem;font-weight:700;margin:0 0 1.5rem;color:#333;font-family:avertaBold,sans-serif;text-transform:uppercase;letter-spacing:.05em}.cart-sidebar__overview-title--desktop{display:block}.cart-sidebar__overview-title--mobile{display:none}.cart-sidebar__overview-row{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.cart-sidebar__overview-row:last-child{margin-bottom:0}.cart-sidebar__overview-row--total{font-weight:700;font-size:1.5rem;padding-top:1rem;border-top:1px solid #eee;margin-top:1rem}.cart-sidebar__actions{padding:2rem 2.5rem;border-top:1px solid #eee;background:#fff;flex-shrink:0}.cart-sidebar__delivery{display:flex;align-items:center;gap:1rem;padding:1.5rem 2.5rem;background:#f8f9fa;border-top:1px solid #eee;font-size:1.4rem;color:#666}.cart-sidebar__delivery svg{color:#666;flex-shrink:0}.cart-sidebar__delivery-text{font-weight:500}.cart-sidebar__checkout{width:100%;padding:1.8rem;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.cart-sidebar__express-text{text-align:center;font-size:1.3rem;color:#666;margin:1.5rem 0 1rem}.cart-sidebar__dynamic-checkout{width:100%;margin-top:1rem}.cart-sidebar__dynamic-form,.dynamic-checkout__content{width:100%}.dynamic-checkout__content .shopify-payment-button{margin-top:0}.dynamic-checkout__content .shopify-payment-button__button{width:100%;min-height:5rem;border-radius:0;font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.dynamic-checkout__content .shopify-payment-button__button--unbranded{background:#22c55e;color:#fff;border:none;transition:background .3s ease}.dynamic-checkout__content .shopify-payment-button__button--unbranded:hover{background:#16a34a}.dynamic-checkout__content .shopify-payment-button__more-options{display:none}.btn--block{display:block;width:100%}.cart-sidebar__continue-link{font-size:1.4rem;color:#333;text-decoration:none;font-weight:600;font-family:avertaBold,sans-serif;transition:color .3s ease}.cart-sidebar__continue-link:hover{color:#666}.cart-sidebar__promo-text{font-size:1.4rem;color:#fff;margin:0 0 1.5rem;font-weight:600;font-family:avertaBold,sans-serif}.cart-sidebar__promo-button{display:inline-block;background:#fff;color:#333;padding:1rem 2.5rem;text-decoration:none;font-size:1.4rem;font-weight:700;border-radius:.4rem;transition:background .3s ease;font-family:avertaBold,sans-serif}.cart-sidebar__promo-button:hover{background:#f5f5f5}.cart-sidebar__delivery{padding:1.5rem 2rem;justify-content:center;align-items:center;gap:.8rem;color:#666;font-size:1.3rem;border-top:1px solid #eee}.cart-sidebar__delivery svg{width:1.6rem;height:1.6rem;flex-shrink:0;color:#666}.cart-sidebar__delivery-text{font-weight:600;font-family:avertaBold,sans-serif}.cart-sidebar__discount{padding:1.5rem 2.5rem;border-top:1px solid #eee;background:#fff}.cart-sidebar__discount-input-wrapper{display:flex;align-items:center;border:1px solid #ddd;border-radius:.4rem;overflow:hidden;transition:border-color .3s ease}.cart-sidebar__discount-input-wrapper:focus-within{border-color:var(--color-primary)}.cart-sidebar__discount-input{flex:1;padding:1.2rem 1.5rem;border:none;font-size:1.4rem;background:transparent;outline:none;color:#333}.cart-sidebar__discount-input::placeholder{color:#999}.cart-sidebar__discount-apply{background:#333;border:none;padding:1.2rem 1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;color:#fff;flex-shrink:0}.cart-sidebar__discount-apply:hover:not(:disabled){background:var(--color-primary)}.cart-sidebar__discount-apply:disabled{opacity:.6;cursor:not-allowed}.cart-sidebar__discount-apply svg{width:18px;height:18px}.cart-sidebar__discount-message{margin-top:1rem;padding:1rem;font-size:1.3rem;border-radius:.4rem;text-align:center}.cart-sidebar__discount-message--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.cart-sidebar__discount-message--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.cart-sidebar__discount-message--info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.cart-sidebar__voucher{padding:0 2.5rem;border-top:1px solid #eee;background:#fff}.cart-sidebar__voucher-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.8rem 0;background:none;border:none;cursor:pointer;font-size:1.4rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease}.cart-sidebar__voucher-toggle:hover{color:var(--color-primary)}.cart-sidebar__voucher-arrow{transition:transform .3s ease;color:#666}.cart-sidebar__voucher-toggle.is-open .cart-sidebar__voucher-arrow{transform:rotate(90deg)}.cart-sidebar__voucher-content{padding-bottom:1.5rem}.cart-sidebar__voucher-input-wrapper{display:flex;align-items:center;gap:1rem}.cart-sidebar__voucher-input{flex:1;padding:1.2rem 1.5rem;border:1px solid #ddd;font-size:1.4rem;background:transparent;outline:none;color:#333;transition:border-color .3s ease}.cart-sidebar__voucher-input:focus{border-color:var(--color-primary)}.cart-sidebar__voucher-input::placeholder{color:#999}.cart-sidebar__voucher-apply{padding:1.2rem 2rem;background:#333;color:#fff;border:none;font-size:1.4rem;font-weight:600;cursor:pointer;transition:background .3s ease;text-transform:uppercase}.cart-sidebar__voucher-apply:hover{background:var(--color-primary)}.cart-sidebar__voucher-message{margin-top:1rem;padding:1rem;font-size:1.3rem;text-align:center}.cart-sidebar__voucher-message--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.cart-sidebar__voucher-message--error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.cart-sidebar__payment-options{padding:1.5rem 2.5rem;background:#fff}.cart-sidebar__payment-link{font-size:1.4rem;color:#333;text-decoration:none;transition:color .3s ease}.cart-sidebar__payment-link:hover{color:var(--color-primary)}.cart-sidebar__payment-link-underline{text-decoration:underline;color:inherit}.cart-sidebar__continue-shopping{display:none;padding:1.5rem 2rem 0}.cart-sidebar__promo-banner{display:none;background:#000;color:#fff;padding:2rem;margin:0;text-align:center;border-top:1px solid #eee}.cart-sidebar__discount{display:none;padding:1.5rem 2.5rem;border-top:1px solid #eee;background:#fff}@media(max-width:768px){.cart-sidebar{max-width:100%;width:100%;height:calc(100vh - 54px);height:calc(100dvh - 54px)}.cart-sidebar__content{height:100%;overflow:hidden}.cart-sidebar__header{display:flex;padding:2.5rem 2rem;justify-content:center;align-items:center;position:sticky;top:0;border-bottom:none;background:#fff;z-index:100}.cart-sidebar__title{display:none}.cart-sidebar__title-mobile{display:block;font-size:2.2rem;font-weight:700;text-align:center;margin:0;color:#333;font-family:Georgia,Times New Roman,serif;font-style:normal}.cart-sidebar__header-actions{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.cart-sidebar__close{padding:.5rem}.cart-sidebar__close svg{width:20px;height:20px}.cart-sidebar__details-link{display:none}.cart-sidebar__scrollable{flex:1;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.cart-sidebar__items{padding:1.5rem 2rem}.cart-sidebar-item{display:flex;flex-direction:row;gap:1.5rem;padding:1.5rem;border:1px solid #eee;border-radius:.4rem;margin-bottom:1.5rem;align-items:flex-start;position:relative}.cart-sidebar-item:last-child{margin-bottom:0}.cart-sidebar-item__image-wrapper{width:9rem;height:12rem;flex-shrink:0}.cart-sidebar-item__details{flex:1;display:flex;flex-direction:column;gap:0;min-width:0}.cart-sidebar-item__info{flex:1;display:flex;flex-direction:column;gap:.3rem}.cart-sidebar-item__title{font-size:1.3rem;font-weight:700;line-height:1.3;text-transform:uppercase;padding-right:2.5rem}.cart-sidebar-item__variant-info{margin-top:.5rem}.cart-sidebar-item__variant{font-size:1.3rem;color:#666}.cart-sidebar-item__pricing{position:absolute;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.cart-sidebar-item__remove{position:static;order:-1;margin-bottom:.5rem}.cart-sidebar-item__price-info{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;margin-top:0}.cart-sidebar-item__unit-price{display:none}.cart-sidebar-item__unit-price-value{font-size:1.5rem;font-weight:600}.cart-sidebar-item__total-label{font-size:1.2rem;color:#666;margin-top:.5rem;position:static;top:auto;right:auto}.cart-sidebar-item__total-price{font-size:1.6rem;font-weight:700;color:#333;margin-top:0!important}.cart-sidebar-item__quantity{width:fit-content;margin-top:1rem}.cart-sidebar-item__quantity-btn{width:3.2rem;height:3.2rem;font-size:1.4rem}.cart-sidebar-item__quantity-input{width:4rem;height:3.2rem;font-size:1.4rem}.cart-sidebar__promo-banner{display:block;background:#000;color:#fff;padding:2rem;margin:1rem 2rem;text-align:center;border-radius:.4rem}.cart-sidebar__overview{padding:1.5rem 2rem;border-top:1px solid #eee}.cart-sidebar__overview-title--desktop{display:none}.cart-sidebar__overview-title--mobile{display:block;text-transform:none}.cart-sidebar__discount{display:block;padding:1.5rem 2rem}.cart-sidebar__voucher,.cart-sidebar__payment-options{display:none}.cart-sidebar__continue-shopping{display:block;padding:1rem 2rem 1.5rem}.cart-sidebar__actions{padding:1.5rem 2rem 2rem;border-top:none;flex-shrink:0}.cart-sidebar__checkout{padding:1.5rem;font-size:1.5rem;font-weight:700}}@media(max-width:768px){.cart-sidebar__header-actions{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.cart-sidebar__banner{display:none}.cart-sidebar-item__image-wrapper{width:9rem;height:12rem}.cart-sidebar-item__wishlist{width:2.4rem;height:2.4rem;top:.5rem;left:.5rem}.cart-sidebar__overview-row{font-size:1.4rem;font-weight:600}.cart-sidebar__overview-row--total{font-size:1.6rem}.cart-sidebar__delivery{display:flex;justify-content:center;padding:1.2rem 2rem}.cart-sidebar__express-text{font-size:1.2rem}}@media(max-width:480px){.cart-sidebar__header{padding:2rem 1.5rem}.cart-sidebar__title-mobile{font-size:1.8rem}.cart-sidebar__header-actions{right:1rem}.cart-sidebar__items{padding:1rem}.cart-sidebar-item{gap:1rem;padding:1rem}.cart-sidebar-item__image-wrapper{width:7.5rem;height:10rem}.cart-sidebar-item__title{font-size:1.2rem}.cart-sidebar-item__variant{font-size:1.1rem}.cart-sidebar-item__quantity-btn{width:2.8rem;height:2.8rem;font-size:1.3rem}.cart-sidebar-item__quantity-input{width:3.5rem;height:2.8rem;font-size:1.3rem}.cart-sidebar-item__unit-price-value,.cart-sidebar-item__total-price{font-size:1.4rem}.cart-sidebar__overview,.cart-sidebar__actions{padding:1rem}.cart-sidebar__overview-row{font-size:1.3rem}.cart-sidebar__continue-shopping{padding:.5rem 1rem 1rem}.cart-sidebar__promo-banner{margin:.5rem 1rem;padding:1.5rem}.cart-sidebar__discount{padding:1rem}.cart-sidebar__checkout{padding:1.25rem;font-size:1.3rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/sections.css.map */
