.Hero_hero__SqDoT{position:relative;height:70dvh;width:100%;overflow:hidden;margin-top:-20px}@media (max-width:1024px){.Hero_hero__SqDoT{margin-top:0}}@media (max-width:640px){.Hero_hero__SqDoT{margin-top:-50px;height:85dvh}}.Hero_carousel__Qkhz2{position:relative;width:100%;height:100%;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.Hero_slide__uui0Y{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background-size:cover;background-position:50%;transition:opacity .5s ease;transform:scale(1.1);pointer-events:none}.Hero_slide__uui0Y.Hero_active__q_po1{opacity:1;z-index:1;animation:Hero_zoomAnimation__pIvZv 5s forwards}@keyframes Hero_zoomAnimation__pIvZv{0%{transform:scale(1.1)}to{transform:scale(1)}}.Hero_arrows___Y4Gv{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;z-index:2;padding:0 var(--spacing-4);pointer-events:none}.Hero_arrow__K4MvZ{background:transparent;border:none;color:var(--color-accent);font-size:var(--font-size-xl);font-weight:var(--font-weight-light);opacity:1;transition:opacity .3s ease;cursor:pointer;padding:var(--spacing-2);pointer-events:auto;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.Hero_arrow__K4MvZ:hover{opacity:1}.Hero_arrow__K4MvZ:disabled{opacity:.5;cursor:not-allowed}.Hero_content__CsM4N{position:absolute;bottom:12%;left:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;text-align:center;pointer-events:none}.Hero_title__zVjCG{color:var(--color-white);font-size:var(--font-size-2xl);font-weight:var(--font-weight-regular);letter-spacing:var(--letter-spacing-wider);margin-bottom:var(--spacing-2);text-transform:uppercase;text-shadow:0 2px 4px rgba(0,0,0,.2)}.Hero_discoverButton__9LpOJ{margin-bottom:var(--spacing-1);transition:transform .3s ease,box-shadow .3s ease;pointer-events:auto}.Hero_discoverButton__9LpOJ:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.Hero_indicators__nuYI8{position:absolute;bottom:var(--spacing-4);left:0;width:100%;display:flex;justify-content:center;gap:var(--spacing-2);z-index:2;pointer-events:none}.Hero_indicator__2xb6h{width:24px;height:2px;background-color:hsla(0,0%,100%,.5);border:none;transition:all .3s ease;padding:0;cursor:pointer;pointer-events:auto;min-height:16px}.Hero_indicator__2xb6h:disabled{cursor:not-allowed}.Hero_indicatorActive__TA_z0{background-color:var(--color-white);transform:scaleX(1.2) scaleY(1.5)}@media (max-width:768px){.Hero_hero__SqDoT{height:73dvh}.Hero_arrow__K4MvZ{color:var(--color-white);min-width:48px;min-height:48px;font-size:1.5rem}.Hero_title__zVjCG{font-size:var(--font-size-xl)}.Hero_slide__uui0Y{background-position:50% 10%}.Hero_slide__uui0Y:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.4));z-index:0}.Hero_slide__uui0Y.Hero_active__q_po1{z-index:2}.Hero_carousel__Qkhz2{-webkit-tap-highlight-color:transparent}.Hero_indicator__2xb6h{min-height:20px;min-width:28px}}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-primary);border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:var(--letter-spacing-widest)}.btn--primary{background-color:var(--color-secondary);color:var(--color-dark);border:2px solid rgba(0,0,0,.25);border-radius:0;font-size:var(--font-size-xs);font-weight:var(--font-weight-light);padding:var(--spacing-2) var(--spacing-8)}.btn--primary:hover:not(:disabled){background-color:#eceae3;transform:scale(1.01);letter-spacing:calc(var(--letter-spacing-widest) + .01em)}.btn--primary:active:not(:disabled){transform:scale(.99)}.btn--secondary{background-color:var(--color-accent);color:var(--color-white);border:2px solid rgba(0,0,0,.25);border-radius:0;font-size:var(--font-size-xs);font-weight:var(--font-weight-light);padding:var(--spacing-2) var(--spacing-8)}.btn--secondary:hover:not(:disabled){background-color:var(--color-accent-dark);transform:translateY(-1px);box-shadow:0 3px 6px rgba(0,0,0,.08)}.btn--secondary:active:not(:disabled){transform:translateY(0);box-shadow:none}.btn--dark{background-color:var(--color-dark);color:var(--color-white);border:2px solid hsla(0,0%,100%,.15);border-radius:0;font-size:var(--font-size-xs);font-weight:var(--font-weight-light)}.btn--dark:hover:not(:disabled){background-color:#1c1c1c;transform:scale(1.01)}.btn--dark:active:not(:disabled){transform:scale(.99)}.btn--outline{background-color:transparent;color:var(--color-dark);border:1px solid var(--color-dark);border-radius:0;font-size:var(--font-size-xs);font-weight:var(--font-weight-light)}.btn--outline:hover:not(:disabled){background-color:rgba(0,0,0,.03);border-color:#000;color:#000}.btn--outline:active:not(:disabled){background-color:rgba(0,0,0,.05)}.btn--text{background-color:transparent;color:var(--color-dark);border:none;text-decoration:none;position:relative;padding:var(--spacing-1) var(--spacing-2);font-weight:var(--font-weight-light)}.btn--text:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:currentColor;transition:width .3s ease}.btn--text:hover:not(:disabled):after{width:100%}.btn--small{padding:var(--spacing-1) var(--spacing-5);min-width:100px;height:32px}.btn--medium,.btn--small{font-size:var(--font-size-xs)}.btn--medium{padding:var(--spacing-2) var(--spacing-8);min-width:140px;height:40px}.btn--large{padding:var(--spacing-3) var(--spacing-10);font-size:var(--font-size-sm);min-width:180px;height:48px}.btn--full-width{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--loading{cursor:wait}.btn__content{gap:var(--spacing-2)}.btn__content,.btn__loading-indicator{display:flex;align-items:center;justify-content:center}.btn__loading-indicator{gap:var(--spacing-1)}.btn__loading-dot{width:4px;height:4px;border-radius:50%;background-color:currentColor;opacity:.7;animation:loading-dot 1.4s ease-in-out infinite both}.btn__loading-dot:first-child{animation-delay:-.32s}.btn__loading-dot:nth-child(2){animation-delay:-.16s}@keyframes loading-dot{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:640px){.btn--medium{padding:var(--spacing-1) var(--spacing-6);min-width:120px;height:38px}.btn--large{padding:var(--spacing-2) var(--spacing-8);min-width:150px;height:44px}}.FeaturedProductCard_productCard_____ix{display:block;position:relative;overflow:hidden;transition:transform .3s ease}.FeaturedProductCard_productCard_____ix:hover{transform:translateY(-5px)}.FeaturedProductCard_productLink___WzMW{display:block;text-decoration:none;color:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.FeaturedProductCard_imageContainer__p3K0P,.FeaturedProductCard_productLink___WzMW{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.FeaturedProductCard_imageContainer__p3K0P{position:relative;width:100%;aspect-ratio:232/324;background-color:var(--color-secondary);overflow:hidden;margin-bottom:var(--spacing-3);-webkit-user-select:none;user-select:none}.FeaturedProductCard_productImage__Ktsd1{object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.25,.45,.45,.95);touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform}.FeaturedProductCard_productCard_____ix:hover .FeaturedProductCard_productImage__Ktsd1{transform:scale(1.05) translateZ(0)}.FeaturedProductCard_productInfo__rcmmJ{padding:var(--spacing-2) var(--spacing-1);transition:opacity .8s ease,transform .8s cubic-bezier(.16,1,.3,1);text-align:center;transform:translateY(0);will-change:transform,opacity;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.FeaturedProductCard_productCard_____ix:hover .FeaturedProductCard_productInfo__rcmmJ{opacity:0;transform:translateY(-30px)}.FeaturedProductCard_productName__Y7zuN{font-size:var(--font-size-base);color:var(--color-dark);margin:0 0 var(--spacing-1) 0}.FeaturedProductCard_productName__Y7zuN,.FeaturedProductCard_productPrice__QMq64{font-family:var(--font-primary);font-weight:var(--font-weight-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.FeaturedProductCard_productPrice__QMq64{font-size:var(--font-size-sm);color:var(--color-mid-gray);margin:0}.FeaturedProductCard_labelsContainer__4C6k1{position:absolute;top:var(--spacing-2);left:var(--spacing-2);display:flex;flex-direction:column;gap:var(--spacing-1);z-index:2;pointer-events:none}.FeaturedProductCard_bestsellerLabel__pNKAn,.FeaturedProductCard_newLabel__XFmDN{display:inline-block;padding:var(--spacing-1) var(--spacing-2);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.05em}.FeaturedProductCard_newLabel__XFmDN{background-color:var(--color-dark);color:var(--color-white)}.FeaturedProductCard_bestsellerLabel__pNKAn{background-color:var(--color-accent);color:var(--color-white)}.FeaturedProductCard_colorVariants__g9_rY{display:flex;justify-content:center;gap:var(--spacing-1);margin-top:var(--spacing-2)}.FeaturedProductCard_colorSwatch__4ICLj{width:12px;height:12px;border-radius:50%;border:1px solid var(--color-light-gray)}.FeaturedProductCard_hoverInfo__PU3_c{position:absolute;bottom:0;left:0;width:100%;display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .8s ease;pointer-events:none;z-index:2}.FeaturedProductCard_productCard_____ix:hover .FeaturedProductCard_hoverInfo__PU3_c{opacity:1}.FeaturedProductCard_infoBox__gzu7G{background-color:var(--color-background);padding:var(--spacing-3) var(--spacing-4);width:auto;min-width:60%;max-width:80%;text-align:center;transform:translateY(100%);transition:transform 1s cubic-bezier(.16,1,.3,1);border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);box-shadow:0 -2px 10px rgba(0,0,0,.05);will-change:transform;transform:translateY(100%) translateZ(0);-webkit-transform:translateY(100%) translateZ(0)}.FeaturedProductCard_productCard_____ix:hover .FeaturedProductCard_infoBox__gzu7G{transform:translateY(0) translateZ(0);-webkit-transform:translateY(0) translateZ(0)}@media (max-width:1024px){.FeaturedProductCard_imageContainer__p3K0P{aspect-ratio:192/268}}@media (max-width:768px){.FeaturedProductCard_productName__Y7zuN{font-size:var(--font-size-sm)}.FeaturedProductCard_productPrice__QMq64{font-size:var(--font-size-xs)}.FeaturedProductCard_productCard_____ix{-webkit-transform:translateZ(0);transform:translateZ(0)}.FeaturedProductCard_productCard_____ix:hover .FeaturedProductCard_productInfo__rcmmJ{opacity:1;transform:translateY(0)}.FeaturedProductCard_productCard_____ix:hover .FeaturedProductCard_hoverInfo__PU3_c{opacity:0}.FeaturedProductCard_productLink___WzMW{min-height:44px;position:relative}.FeaturedProductCard_imageContainer__p3K0P{-webkit-overflow-scrolling:touch;overflow:hidden}}@media (max-width:640px){.FeaturedProductCard_imageContainer__p3K0P{aspect-ratio:207/289}}@media (max-width:390px){.FeaturedProductCard_imageContainer__p3K0P{aspect-ratio:215/301}}@supports (-webkit-touch-callout:none){.FeaturedProductCard_imageContainer__p3K0P,.FeaturedProductCard_productImage__Ktsd1,.FeaturedProductCard_productLink___WzMW{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none}}.FeaturedProductGrid_productGrid__KTs_A{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-4);width:100%;max-width:100%}.FeaturedProductGrid_skeletonCard__hME2z{display:flex;flex-direction:column;gap:var(--spacing-2)}.FeaturedProductGrid_skeletonImage__4Z6F2{width:100%;aspect-ratio:232/324}.FeaturedProductGrid_skeletonImage__4Z6F2,.FeaturedProductGrid_skeletonTitle___XImc{background-color:var(--color-light-gray);animation:FeaturedProductGrid_pulse__L5fLi 1.5s ease-in-out infinite}.FeaturedProductGrid_skeletonTitle___XImc{height:14px;width:80%;animation-delay:.2s}.FeaturedProductGrid_skeletonPrice__UPaW7{height:12px;width:40%;background-color:var(--color-light-gray);animation:FeaturedProductGrid_pulse__L5fLi 1.5s ease-in-out infinite;animation-delay:.4s}@keyframes FeaturedProductGrid_pulse__L5fLi{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.FeaturedProductGrid_emptyState__ThLGh{width:100%;padding:var(--spacing-8);text-align:center;color:var(--color-mid-gray)}@media (min-width:768px){.FeaturedProductGrid_productGrid__KTs_A{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.FeaturedProductGrid_productGrid__KTs_A{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.FeaturedProductGrid_productGrid__KTs_A{gap:var(--spacing-3)}}.FeaturedProducts_featuredProducts__6TIWQ{margin:var(--spacing-32) auto;padding:0 var(--spacing-24);width:100%;max-width:var(--container-2xl)}.FeaturedProducts_container__BgjVy{width:100%;display:flex;flex-direction:column;align-items:center}.FeaturedProducts_divider__qtOR7{position:relative;width:1px;height:80px;background-color:transparent;margin:0 auto var(--spacing-8)}.FeaturedProducts_divider__qtOR7:before{top:0;height:20%}.FeaturedProducts_divider__qtOR7:after,.FeaturedProducts_divider__qtOR7:before{content:"";position:absolute;left:0;width:1px;background-color:var(--color-accent)}.FeaturedProducts_divider__qtOR7:after{bottom:0;top:30%;height:50%}.FeaturedProducts_quote__aqXQr{font-family:var(--font-primary);font-size:1.3rem;line-height:1.6rem;color:var(--color-mid-gray);text-align:center;max-width:600px;margin:0 auto var(--spacing-32)}.FeaturedProducts_title__yhsCu{font-family:var(--font-primary);font-size:var(--font-size-xl);font-weight:var(--font-weight-light);color:var(--text-primary);margin-bottom:var(--spacing-10);text-align:center;position:relative;letter-spacing:var(--letter-spacing-wide)}.FeaturedProducts_title__yhsCu:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:40px;height:1px;background-color:var(--color-accent)}.FeaturedProducts_collectionSection__HGKaR{width:100%;margin-bottom:var(--spacing-32)}.FeaturedProducts_collectionTitle__CnLSF{font-family:var(--font-primary);font-size:var(--font-size-xl);font-weight:var(--font-weight-light);color:var(--text-primary);margin-bottom:var(--spacing-10);text-align:center;position:relative;letter-spacing:var(--letter-spacing-wide)}.FeaturedProducts_collectionTitle__CnLSF:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:40px;height:1px;background-color:var(--color-accent)}@media (max-width:1024px){.FeaturedProducts_featuredProducts__6TIWQ{margin:var(--spacing-32) auto}.FeaturedProducts_quote__aqXQr{padding:0 var(--spacing-6)}.FeaturedProducts_divider__qtOR7{height:70px}.FeaturedProducts_collectionSection__HGKaR{margin-bottom:var(--spacing-24)}}@media (max-width:768px){.FeaturedProducts_featuredProducts__6TIWQ{margin:var(--spacing-10) auto;padding:0 var(--spacing-2);margin-top:var(--spacing-20)}.FeaturedProducts_quote__aqXQr{font-size:var(--font-size-sm);padding:0 var(--spacing-4);margin-bottom:var(--spacing-20)}.FeaturedProducts_collectionTitle__CnLSF,.FeaturedProducts_title__yhsCu{font-size:var(--font-size-lg);margin-bottom:var(--spacing-6)}.FeaturedProducts_divider__qtOR7{height:50px}.FeaturedProducts_collectionSection__HGKaR{margin-bottom:var(--spacing-20)}}.WhyBrendt_whyBrendt__sf3bh{height:20dvh;background-color:var(--color-secondary);padding:0 var(--spacing-4);color:var(--color-dark-gray);min-height:180px;margin-top:var(--spacing-32)}.WhyBrendt_container__ZQFW_,.WhyBrendt_whyBrendt__sf3bh{width:100%;display:flex;align-items:center;justify-content:center}.WhyBrendt_container__ZQFW_{max-width:var(--container-2xl);flex-direction:column}.WhyBrendt_title__TrWD9{font-family:var(--font-primary);font-size:var(--font-size-2xl);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-wider);margin-bottom:var(--spacing-6);text-align:center;color:var(--color-accent-dark);position:relative}.WhyBrendt_title__TrWD9:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:30px;height:1px;background-color:var(--color-dark-gray)}.WhyBrendt_featuresGrid__YyW2i{display:flex;flex-wrap:wrap;justify-content:space-around;width:100%;gap:var(--spacing-6)}.WhyBrendt_featureItem__kyPU5{display:flex;flex-direction:column;align-items:center;text-align:center;width:180px}.WhyBrendt_iconWrapper__4LUMx{display:flex;align-items:center;justify-content:center;margin-bottom:var(--spacing-2);color:var(--color-dark-gray)}.WhyBrendt_featureTitle__ESDv6{font-family:var(--font-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-light);margin:0;letter-spacing:var(--letter-spacing-wide)}@media (max-width:1024px){.WhyBrendt_whyBrendt__sf3bh{height:auto;padding:var(--spacing-8) var(--spacing-4)}.WhyBrendt_featureItem__kyPU5{width:160px}}@media (max-width:768px){.WhyBrendt_featuresGrid__YyW2i{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-6) var(--spacing-8)}.WhyBrendt_featureItem__kyPU5{width:auto}.WhyBrendt_title__TrWD9{margin-bottom:var(--spacing-8)}}@media (max-width:480px){.WhyBrendt_whyBrendt__sf3bh{padding:var(--spacing-6) var(--spacing-2)}.WhyBrendt_featuresGrid__YyW2i{gap:var(--spacing-6) var(--spacing-4)}.WhyBrendt_iconWrapper__4LUMx svg{width:32px;height:32px}}.CategoryGrid_categoryGridSection__Jt3iQ{width:100%;margin:var(--spacing-12) auto;padding:0 var(--spacing-20);display:flex;flex-direction:column;align-items:center}.CategoryGrid_container__eSD1h{width:100%;max-width:var(--container-2xl);display:flex;flex-direction:column;align-items:center}.CategoryGrid_divider__KJXIB{position:relative;width:1px;height:80px;background-color:transparent;margin:0 auto var(--spacing-12);margin-top:var(--spacing-20)}.CategoryGrid_divider__KJXIB:before{top:0;height:20%}.CategoryGrid_divider__KJXIB:after,.CategoryGrid_divider__KJXIB:before{content:"";position:absolute;left:0;width:1px;background-color:var(--color-accent)}.CategoryGrid_divider__KJXIB:after{bottom:0;top:30%;height:50%}.CategoryGrid_quote__JvQj2{font-family:var(--font-primary);font-size:var(--font-size-md);line-height:1.6rem;color:var(--color-mid-gray);text-align:center;max-width:600px;margin:0 auto var(--spacing-32);padding:0 var(--spacing-4)}.CategoryGrid_categoryGrid__t2Y6C{display:grid;width:100%;height:120dvh;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr);gap:20px;grid-template-areas:"boots boots boots boots boots boots boots boots sneakers sneakers sneakers sneakers" "boots boots boots boots boots boots boots boots sneakers sneakers sneakers sneakers" "boots boots boots boots boots boots boots boots sneakers sneakers sneakers sneakers" "boots boots boots boots boots boots boots boots sneakers sneakers sneakers sneakers" "boots boots boots boots boots boots boots boots sneakers sneakers sneakers sneakers" "boots boots boots boots boots boots boots boots sneakers sneakers sneakers sneakers" "boots boots boots boots boots boots boots boots derbies derbies derbies derbies" "boucles boucles boucles boucles mocassins mocassins mocassins mocassins derbies derbies derbies derbies" "boucles boucles boucles boucles mocassins mocassins mocassins mocassins derbies derbies derbies derbies" "boucles boucles boucles boucles mocassins mocassins mocassins mocassins derbies derbies derbies derbies" "boucles boucles boucles boucles mocassins mocassins mocassins mocassins derbies derbies derbies derbies" "boucles boucles boucles boucles mocassins mocassins mocassins mocassins derbies derbies derbies derbies"}.CategoryGrid_categoryItem__as7Wj{position:relative;overflow:hidden;text-decoration:none;color:inherit;border-radius:var(--radius-sm);box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.CategoryGrid_categoryItem__as7Wj:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.CategoryGrid_imageContainer__SdSlY{position:relative;width:100%;height:100%}.CategoryGrid_categoryImage__K0c81{object-fit:cover;object-position:center;transition:transform .8s cubic-bezier(.25,.45,.45,.95)}.CategoryGrid_categoryItem__as7Wj:hover .CategoryGrid_categoryImage__K0c81{transform:scale(1.05)}.CategoryGrid_overlay__MFeef{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 60%);transition:background .3s ease}.CategoryGrid_categoryItem__as7Wj:hover .CategoryGrid_overlay__MFeef{background:linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.1) 70%)}.CategoryGrid_categoryTitle__85vig{color:var(--color-white);font-family:var(--font-primary);font-weight:var(--font-weight-light);font-size:var(--font-size-lg);text-transform:uppercase;padding:25px;letter-spacing:2px;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:transform .3s ease}.CategoryGrid_categoryItem__as7Wj:hover .CategoryGrid_categoryTitle__85vig{transform:translateY(-5px)}.CategoryGrid_boots___daG_{grid-area:boots}.CategoryGrid_sneakers__bqOoM{grid-area:sneakers}.CategoryGrid_derbies__rpDi4{grid-area:derbies}.CategoryGrid_mocassins__7IRWH{grid-area:mocassins}.CategoryGrid_boucles__D22FB{grid-area:boucles}@media (max-width:1024px){.CategoryGrid_categoryGridSection__Jt3iQ{padding:0 var(--spacing-4)}.CategoryGrid_divider__KJXIB{margin-top:var(--spacing-2)}.CategoryGrid_quote__JvQj2{font-size:var(--font-size-sm);margin:0 auto var(--spacing-12)}.CategoryGrid_categoryGrid__t2Y6C{height:auto;grid-template-columns:1fr;grid-template-rows:repeat(5,minmax(300px,1fr));grid-template-areas:"boots" "sneakers" "derbies" "mocassins" "boucles";gap:15px}.CategoryGrid_categoryItem__as7Wj{min-height:300px}.CategoryGrid_categoryTitle__85vig{font-size:var(--font-size-md);padding:20px}}@media (min-width:768px) and (max-width:1024px){.CategoryGrid_categoryGrid__t2Y6C{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;grid-template-areas:"boots boots" "sneakers derbies" "boucles mocassins"}.CategoryGrid_boots___daG_{min-height:400px}}.PromoFeatures_promoFeatures__FlYBJ{width:100%;background-color:var(--color-secondary);padding:var(--spacing-12) calc(var(--side-padding) * .7);margin:var(--spacing-16) 0;min-height:40dvh;display:flex;flex-direction:column;align-items:center}.PromoFeatures_sectionTitle__u0HXo{font-family:var(--font-primary);font-size:var(--font-size-2xl);font-weight:var(--font-weight-light);letter-spacing:var(--letter-spacing-wider);margin-bottom:var(--spacing-10);text-align:center;color:var(--text-primary);position:relative}.PromoFeatures_sectionTitle__u0HXo:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:40px;height:1px;background-color:var(--color-accent)}.PromoFeatures_container__NiQoC{max-width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%}.PromoFeatures_featureItem__zSSQY{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 var(--spacing-4)}.PromoFeatures_imageWrapper__KqaTn{width:180px;height:180px;position:relative;margin-bottom:var(--spacing-6);overflow:hidden;border-radius:var(--radius-sm)}.PromoFeatures_featureImage__ovfbC{object-fit:cover;transition:transform .8s cubic-bezier(.25,.45,.45,.95)}.PromoFeatures_featureItem__zSSQY:hover .PromoFeatures_featureImage__ovfbC{transform:scale(1.05)}.PromoFeatures_featureTitle__YaGkH{font-size:var(--font-size-base);font-weight:var(--font-weight-light);color:var(--text-primary);margin-bottom:var(--spacing-4);padding:0 var(--spacing-2)}.PromoFeatures_discoverButton__aqD_c,.PromoFeatures_featureTitle__YaGkH{font-family:var(--font-primary);letter-spacing:var(--letter-spacing-wide)}.PromoFeatures_discoverButton__aqD_c{display:flex;align-items:center;font-size:var(--font-size-sm);color:var(--color-accent-dark);text-decoration:none;transition:all .3s ease;margin-top:var(--spacing-2);position:relative}.PromoFeatures_dashLeft__Q4BKF,.PromoFeatures_dashRight__x7pOh{transition:opacity .3s ease,transform .3s ease;margin:0 3px}.PromoFeatures_discoverButton__aqD_c:hover .PromoFeatures_dashLeft__Q4BKF,.PromoFeatures_discoverButton__aqD_c:hover .PromoFeatures_dashRight__x7pOh{opacity:0;transform:scaleX(3)}.PromoFeatures_discoverButton__aqD_c:after{content:"";position:absolute;bottom:-4px;left:15px;width:calc(100% - 30px);height:1px;background-color:var(--color-accent-dark);transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.PromoFeatures_discoverButton__aqD_c:hover:after{transform:scaleX(1)}.PromoFeatures_mobileArrow__hicy0{display:none;position:relative;width:14px;height:14px}.PromoFeatures_arrowTip__a0TsS{position:absolute;right:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-top:1px solid var(--color-accent-dark);border-right:1px solid var(--color-accent-dark);transform:rotate(45deg)}.PromoFeatures_arrowTip__a0TsS:after{content:"";position:absolute;top:3px;right:3px;width:1px;height:1px;background:var(--color-accent-dark)}.PromoFeatures_divider__FjlJL{display:flex;align-items:center;height:180px}.PromoFeatures_dividerLine__x58YU{width:1px;height:100%;background-color:var(--color-accent-light);opacity:.7;position:relative}.PromoFeatures_dividerLine__x58YU:before{top:0;height:20%}.PromoFeatures_dividerLine__x58YU:after,.PromoFeatures_dividerLine__x58YU:before{content:"";position:absolute;left:0;width:1px;background-color:var(--color-accent)}.PromoFeatures_dividerLine__x58YU:after{bottom:0;height:10%}@media (max-width:768px){.PromoFeatures_promoFeatures__FlYBJ{padding:var(--spacing-8) var(--spacing-4);min-height:70dvh;display:flex;flex-direction:column;justify-content:center}.PromoFeatures_sectionTitle__u0HXo{font-size:var(--font-size-2xl);margin-bottom:var(--spacing-32)}.PromoFeatures_container__NiQoC{flex-direction:column;align-items:flex-start}.PromoFeatures_featureItem__zSSQY{width:100%;flex-direction:row;margin-bottom:var(--spacing-8);align-items:center;padding:0;display:grid;grid-template-columns:80px 1fr 20px;gap:var(--spacing-4)}.PromoFeatures_imageWrapper__KqaTn{width:80px;height:80px;margin-bottom:0;margin-right:0;grid-column:1}.PromoFeatures_featureTitle__YaGkH{margin-bottom:0;text-align:center;grid-column:2;padding-right:var(--spacing-4)}.PromoFeatures_discoverButton__aqD_c{display:none}.PromoFeatures_mobileArrow__hicy0{display:block;grid-column:3;justify-self:end}.PromoFeatures_divider__FjlJL{width:100%;height:1px;margin:var(--spacing-4) 0;padding:0}.PromoFeatures_dividerLine__x58YU{width:100%;height:1px;background-color:var(--color-accent-light)}.PromoFeatures_dividerLine__x58YU:after,.PromoFeatures_dividerLine__x58YU:before{width:20%;height:1px}.PromoFeatures_dividerLine__x58YU:before{left:0;top:0}.PromoFeatures_dividerLine__x58YU:after{right:0;left:auto;bottom:0}}