.profile_content__flQFt{display:flex;flex-direction:column;max-width:500px;margin:0 auto;gap:32px}.profile_header__aM6VL{display:flex;align-items:center;gap:24px}.profile_avatar__Vcfuv{width:80px;height:80px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--slate-200),var(--slate-300));flex-shrink:0;display:flex;align-items:center;justify-content:center;border:.5px solid var(--slate-200)}.profile_avatarImage__tBwuf{width:100%;height:100%;object-fit:cover}.profile_avatarInitials__y7y7e{font-family:var(--font-dm-sans);font-size:28px;font-weight:700;color:var(--slate-600)}.profile_name__tb9Rx{margin:0 0 4px}.profile_email__b48oA{color:var(--slate-500);margin:0 0 8px}.profile_badge__Hy032{display:inline-block;padding:4px 12px;background-color:var(--slate-900);color:var(--white);border-radius:90px;font-family:var(--font-dm-sans);font-size:12px;font-weight:600;letter-spacing:.5px}.profile_card__wE35_{padding:32px;border:.5px solid var(--slate-200);border-radius:16px;background-color:var(--slate-50)}.profile_cardTitle__9saey{margin-bottom:20px;color:var(--slate-500);text-transform:uppercase;letter-spacing:1px}.profile_rows__pEflH{display:flex;flex-direction:column;gap:16px}.profile_row__V9DQY{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:.5px solid var(--slate-200)}.profile_row__V9DQY:last-child{border-bottom:none;padding-bottom:0}.profile_rowLabel__qwt3o{color:var(--slate-500)}.profile_rowValue__2Evjk{color:var(--slate-900);font-weight:500}.profile_capitalize__kj1Kk{text-transform:capitalize}.profile_actions__UxyVk{display:flex;flex-direction:column;gap:12px}.profile_btn__fXIhZ{width:100%}.profile_link__1_6CE{align-self:center;display:inline-flex;gap:8px}.profile_link__1_6CE svg{stroke:var(--black)}.profile_link__1_6CE span{position:relative;color:var(--black)}.profile_loading__DKwnY{display:flex;justify-content:center;align-items:center;min-height:40vh}.profile_spinner__8h3oj{width:40px;height:40px;border:3px solid var(--slate-200);border-top-color:var(--slate-900);border-radius:50%;animation:profile_spin__i9F5c .8s linear infinite}@keyframes profile_spin__i9F5c{to{transform:rotate(1turn)}}.header_header__dGL52{position:relative;height:112px;background-color:var(--white);display:flex;z-index:1000}.header_fixed_header__lX6gJ{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background:rgba(251,251,253,.8)}.header_container__de_HE{display:flex;justify-content:space-between;align-items:center}.header_nav__dOulC{position:absolute;right:50%;transform:translateX(50%)}.header_links__Bab4x{display:flex;align-items:center;gap:24px}.header_link__ldUUW{position:relative;color:var(--slate-500);font-weight:500;transition:color .2s}.header_link__ldUUW .header_active__tsQTu,.header_link__ldUUW:hover{color:var(--black)}.header_logo__zlk1H svg{fill:var(--black)}.header_btns__78F4g{display:flex;align-items:center;gap:16px}.header_cart__IRG5l svg,.header_search__ACmLc,.header_user__5JHuP{stroke:var(--black)}.header_footer__KpUMD,.header_menu_button__p7Sxj{display:none}.header_modal__PGNne{justify-content:flex-end;align-items:flex-end}.header_cart__IRG5l{position:relative}.header_cart_indicator__dzrBG{position:absolute;top:-8px;right:-8px;width:18px;height:18px;border-radius:50%;background-color:var(--danger-500);color:var(--white);display:flex;justify-content:center;align-items:center}@media (max-width:768px){.header_user__5JHuP{display:none}.header_fixed_header__lX6gJ{height:88px}.header_nav__dOulC{position:absolute;top:0;left:0;right:0;transform:translateY(100%);background-color:var(--white);height:100vh;min-height:auto;display:flex;flex-direction:column;justify-content:space-between;z-index:9;visibility:hidden;opacity:0;padding:112px 0 0;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.header_nav__dOulC.header_active__tsQTu{visibility:visible;opacity:1;transform:translateY(0)}.header_banner__PxuS9.header_active__tsQTu{display:none}.header_links__Bab4x{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0 24px}.header_link__ldUUW{display:flex;align-items:center;height:64px;font-size:24px;font-weight:600}.header_footer__KpUMD{position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;background-color:var(--slate-100);border-top:.5px solid var(--slate-200);padding:16px 24px}.header_logo__zlk1H,.header_menu_button__p7Sxj{z-index:10}.header_menu_button__p7Sxj{display:block;width:44px;height:44px;display:flex;justify-content:center;align-items:center;background-color:var(--black);border-radius:12px}.header_burger__2kip6{display:block;position:relative;width:32px;height:32px;background:none;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.header_burger__2kip6.header_active__tsQTu:before{transform:translateY(0) rotate(-45deg)}.header_burger__2kip6.header_active__tsQTu:after{transform:translateY(0) rotate(45deg)}.header_burger__2kip6:after,.header_burger__2kip6:before{content:"";position:absolute;top:16px;left:6px;width:20px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s}.header_burger__2kip6:before{transform:translateY(-4px)}.header_burger__2kip6:after{transform:translateY(3px)}}.banner_banner__xNLpv{background-color:var(--black);display:flex;align-items:center;height:48px}.banner_container__4kghb{display:flex;align-items:center;justify-content:space-between}.banner_wrapper__Whkux{display:flex;align-items:center;gap:8px}.banner_socials__d_Je0{display:flex;align-items:center;gap:16px}.banner_iconStroke___FpDR svg{stroke:var(--white)}.banner_button__DLPCH svg{fill:var(--white)}.banner_text__YMGvO{color:var(--white)}@media (max-width:430px){.banner_socials__d_Je0{display:none}.banner_container__4kghb{justify-content:center}}.shop-menu_shop_menu__cB7I4{position:fixed;top:calc(100% + 44px);width:100vw;left:50%;transform:translateX(-50%);padding:48px 80px;box-shadow:0 40px 32px -8px hsla(0,0%,6%,.12);border-top:.5px solid var(--slate-200);background-color:var(--white);border-bottom-right-radius:16px;border-bottom-left-radius:16px;transition:all .3s}.shop-menu_container__whBXf{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:48px;gap:48px}.shop-menu_menu__8STgd{display:flex;flex-direction:column;justify-content:space-between}.shop-menu_categories__SXxPx{display:flex;align-items:flex-start;justify-content:space-between}.shop-menu_footer__jWD0S{display:flex;justify-content:space-between;align-items:center;padding:16px 0 0;border-top:.5px solid var(--slate-200);color:var(--black)}.shop-menu_footer__jWD0S svg{stroke:var(--black)}.shop-menu_cards__5sEur{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.shop-menu_category__53zhO{width:100%;display:flex;flex-direction:column;gap:24px}.shop-menu_title__7tTRl{font-weight:500}.shop-menu_links__Un6L3{display:flex;flex-direction:column;gap:8px}.shop-menu_link__Qg4om{color:var(--slate-500);transition:color .2s}.shop-menu_link__Qg4om:hover{color:var(--black)}.shop-menu_item__k0CYq{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:300px;border-radius:16px;overflow:hidden}.shop-menu_overlay__gJHWj{background:linear-gradient(0deg,#000,rgba(0,0,0,.2))}.shop-menu_overlay__gJHWj,.shop-menu_wrapper__MowXz{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:24px;gap:4px}.shop-menu_tag__vuKcm{position:absolute;top:24px;left:24px;padding:10px 16px;background-color:var(--danger-500);color:var(--white);border-radius:99px}.shop-menu_item_title__aLlla{font-weight:600}.shop-menu_item_subtitle__VLYpv,.shop-menu_item_title__aLlla{color:var(--white)}.collections-menu_collections_menu__lMFzA{position:fixed;top:calc(100% + 44px);width:100vw;left:50%;transform:translateX(-50%);padding:48px 80px;box-shadow:0 40px 32px -8px hsla(0,0%,6%,.12);border-top:.5px solid var(--slate-200);background-color:var(--white);transition:all .3s;border-bottom-right-radius:16px;border-bottom-left-radius:16px}.collections-menu_container__e90J4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.collections-menu_collection__p41P8{position:relative;height:300px;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px}.collections-menu_overlay__jsddJ{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;border-radius:16px}.collections-menu_collection__p41P8:last-child .collections-menu_overlay__jsddJ{background:linear-gradient(180deg,transparent,rgba(0,0,0,.6))}.collections-menu_collection__p41P8:last-child .collections-menu_subtitle__csWee,.collections-menu_collection__p41P8:last-child .collections-menu_title__8_087{color:var(--white)}.collections-menu_title__8_087{font-weight:600}.collections-menu_subtitle__csWee,.collections-menu_title__8_087{color:var(--black)}.collections-menu_subtitle__csWee{margin-top:4px}.explore-menu_explore_menu__AM1Wf{position:absolute;top:calc(100% + 44px);width:280px;left:50%;transform:translateX(-50%);padding:48px;box-shadow:0 40px 32px -8px hsla(0,0%,6%,.12);border-top:.5px solid var(--slate-200);background-color:var(--white);transition:all .3s;border-bottom-right-radius:16px;border-bottom-left-radius:16px}.explore-menu_links__lADp2{display:flex;flex-direction:column;gap:8px}.explore-menu_link__LppmM{color:var(--slate-500);transition:all .3s}.explore-menu_link__LppmM:hover{color:var(--black)}.modal_modal__fxUI5{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3);opacity:0;animation:modal_opacity__u1f5v .3s cubic-bezier(.25,.46,.45,.94) forwards;z-index:9999;display:flex}.modal_outer__53hXS{position:relative;z-index:2}.modal_no_scroll__IwNDQ{overflow:hidden}@keyframes modal_opacity__u1f5v{0%{opacity:0}to{opacity:1}}.filters_container__FVt2a{position:relative;width:45vw;min-width:45vw;height:100vh;background-color:var(--white);border-top-right-radius:24px;border-bottom-right-radius:24px;display:flex;flex-direction:column;overflow-y:auto;animation:filters_slideIn__2dXGd .3s cubic-bezier(.25,.46,.45,.94) forwards}.filters_head__qZTbM{display:flex;align-items:center;justify-content:space-between;padding:48px;border-bottom:.5px solid var(--slate-200)}.filters_content__3cKcy{padding:48px}.filters_dropdown__FZ2JJ{margin-bottom:24px}.filters_divider__Ig7vW{width:100%;height:.5px;background-color:var(--slate-200)}.filters_button__seawb{margin-top:auto;position:-webkit-sticky;position:sticky;bottom:48px;left:48px;right:48px;width:calc(100% - 96px)}@keyframes filters_slideIn__2dXGd{0%{left:-100%}to{left:0}}@media (max-width:768px){.filters_title__SATvN{font-size:32px;line-height:40px;letter-spacing:-.48px}}@media (max-width:430px){.filters_container__FVt2a{margin-top:auto;width:100vw;height:90vh;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0}.filters_content__3cKcy,.filters_head__qZTbM{padding:24px}.filters_title__SATvN{font-size:24px;line-height:32px;letter-spacing:-.1px}.filters_button__seawb{bottom:24px;left:24px;right:24px;width:calc(100% - 48px)}}.socials_socials__zAtSl{display:flex;gap:12px}.socials_social__Y_t1s svg{stroke:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.socials_social__Y_t1s:hover svg{stroke:var(--black)}.search_container__MvM2t{position:relative;width:45vw;min-width:45vw;height:100vh;background-color:var(--white);border-top-left-radius:24px;border-bottom-left-radius:24px;display:flex;flex-direction:column;overflow-y:auto;animation:search_slideIn__EmMhq .3s cubic-bezier(.25,.46,.45,.94) forwards}.search_head__o__I8{display:flex;align-items:center;justify-content:space-between;padding:48px;border-bottom:.5px solid var(--slate-200)}.search_search_bar__79bDB{padding:48px 48px 0}.search_filtered_products__fpChS,.search_initial__MDYlh{flex:1 1;padding:48px}.search_initial__MDYlh{display:flex;flex-direction:column;gap:48px}.search_products__cZJ6V{margin-top:24px;display:grid;grid-gap:16px;gap:16px}.search_divider__PZEdd{margin-top:12px;width:100%;height:.5px;background-color:var(--slate-200)}.search_links__AcnMz{margin-top:24px;display:flex;flex-direction:column;gap:8px}.search_link__02hpu{color:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.search_link__02hpu:hover{color:var(--black)}.search_button__zZp0f{position:-webkit-sticky;position:sticky;bottom:48px;left:48px;right:48px;width:calc(100% - 96px)}.search_text__h2cuP{font-weight:500}.search_no_results__GbUNI{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.search_no_results__GbUNI svg{width:44px;height:44px;stroke:var(--black)}.search_no_results_title__4FsSq{margin-top:24px}.search_no_results_text__S8JEA{margin-top:4px;color:var(--slate-500)}@keyframes search_slideIn__EmMhq{0%{left:100%}to{left:0}}@media (max-width:768px){.search_title__QRTri{font-size:32px;line-height:40px;letter-spacing:-.48px}}@media (max-width:430px){.search_container__MvM2t{margin-top:auto;width:100vw;height:90vh;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0}.search_head__o__I8{padding:24px}.search_search_bar__79bDB{padding:24px 24px 0}.search_filtered_products__fpChS,.search_initial__MDYlh{padding:24px}.search_initial__MDYlh{gap:24px}.search_title__QRTri{font-size:24px;line-height:32px;letter-spacing:-.1px}.search_button__zZp0f{bottom:24px;left:24px;right:24px;width:calc(100% - 48px)}}.search-item_product__JNYdc{background-color:var(--white);border-radius:12px;display:flex;align-items:center;gap:16px}.search-item_image__yrcJe{width:100px;height:100px;border-radius:8px;border:.5px solid var(--slate-200)}.search-item_heading__wuubW{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.search-item_brand__bhkv4{color:var(--slate-500)}.search-item_link__C3ZRK{color:var(--black);position:relative;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.search-item_link__C3ZRK:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--black);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(0);transform-origin:left}.search-item_link__C3ZRK:hover:before{transform:scaleX(1)}.cart_container__paXT5{position:relative;width:45vw;height:100vh;background-color:var(--white);border-top-left-radius:24px;border-bottom-left-radius:24px;display:flex;flex-direction:column;overflow-y:auto;margin-left:auto;animation:cart_slideIn__VZxrB .3s cubic-bezier(.25,.46,.45,.94) forwards}.cart_head__FMuYX{display:flex;align-items:center;justify-content:space-between;padding:48px;border-bottom:.5px solid var(--slate-200)}.cart_items__6PB_Z{padding:48px}.cart_cart_items__HgncJ{margin-top:48px;display:flex;flex-direction:column;gap:24px}.cart_progress__title__XhrIQ{color:var(--slate-500);margin-bottom:8px}.cart_progress__title__XhrIQ span{color:var(--black);font-weight:500}.cart_divider__qTAFM{height:.5px;background-color:var(--slate-200)}.cart_gift_wrapper___QSzV{margin-top:48px;padding:16px;background-color:var(--white);border-radius:12px;border:.5px solid var(--slate-200);display:flex;flex-direction:column;gap:16px}.cart_gift_heading__j5RFI{display:flex;align-items:center;gap:12px}.cart_checkout__t_b3a{margin-top:auto;position:-webkit-sticky;position:sticky;bottom:0;width:100%;background-color:var(--slate-50);border-top:.5px solid var(--slate-200)}.cart_buttons__SFIQs{display:flex;align-items:center;background-color:var(--white)}.cart_buttons__SFIQs button{color:var(--slate-500);font-weight:500;display:inline-flex;gap:8px;width:100%;align-items:center;justify-content:center;padding:16px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart_button_divider__ivyI_{width:.5px;height:24px;background-color:var(--slate-200)}.cart_buttons__SFIQs button svg{stroke:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart_buttons__SFIQs button:hover{color:var(--black)}.cart_buttons__SFIQs button:hover svg{stroke:var(--black)}.cart_overlay__rQJNB{position:fixed;width:45vw;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:24px;border-bottom-left-radius:24px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}@keyframes cart_slideIn__VZxrB{0%{left:100%}to{left:0}}@media (max-width:768px){.cart_title__k7xOa{font-size:32px;line-height:40px;letter-spacing:-.48px}}@media (max-width:430px){.cart_head__FMuYX,.cart_items__6PB_Z{padding:24px}.cart_cart_items__HgncJ{margin-top:24px}.cart_title__k7xOa{font-size:24px;line-height:32px;letter-spacing:-.1px}.cart_container__paXT5{margin-top:auto;width:100vw;height:90vh;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0}.cart_overlay__rQJNB{width:100vw;border-radius:0}}.progress-bar_progress_bar__fdpLg{width:100%;height:8px;background-color:var(--slate-100);border-radius:4px;position:relative}.progress-bar_progress__dM_mP{height:100%;border-radius:4px;background-color:var(--black);border:1px solid var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart-item_product__2DeEl{background-color:var(--white);border-radius:12px;justify-content:space-between}.cart-item_product__2DeEl,.cart-item_wrapper__UBGdL{display:flex;align-items:center;gap:16px}.cart-item_image__fCiQF{width:100px;height:100px;border-radius:8px;border:.5px solid var(--slate-200)}.cart-item_heading__me_Dl{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.cart-item_brand__eMBSp{color:var(--slate-500)}.cart-item_controls__Fwapa{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cart-item_button___w05D{position:relative;font-weight:500;color:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart-item_button___w05D:hover{color:var(--black)}.cart-item_button___w05D:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.cart-item_button___w05D:hover:before{transform:scaleX(0)}.cart-item_link__62Lm_{color:var(--black);position:relative;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart-item_link__62Lm_:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--black);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(0);transform-origin:left}.cart-item_link__62Lm_:hover:before{transform:scaleX(1)}.counter_container__pFCHw{width:72px;height:56px;background-color:var(--slate-100);border:.5px solid var(--slate-200);border-radius:8px;display:grid;grid-template-columns:2fr 1fr;align-items:center;overflow:hidden;padding:8px}.counter_buttons__S0een,.counter_quantity__LPn6_{display:flex;align-items:center;justify-content:center;height:100%}.counter_buttons__S0een{flex-direction:column}.counter_button__LN8EO svg{width:18px;height:18px;stroke:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.counter_button__LN8EO:hover svg{stroke:var(--black)}.counter_disabled__6fyos{pointer-events:none;opacity:.5}.counter_loading__57VaD{border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top:3px solid var(--black);width:20px;height:20px;animation:counter_spin__w1R0V 2s linear infinite}@keyframes counter_spin__w1R0V{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-cart_empty__hvltT{padding:48px;flex:1 1;display:flex;flex-direction:column;justify-content:center}.empty-cart_content__dw7_X{text-align:center}.empty-cart_subtitle__AJUsd{margin-top:8px;color:var(--slate-500)}.empty-cart_text__GfAao{color:var(--black)}.empty-cart_collections__SpMvG{margin-top:48px;display:flex;flex-direction:column;gap:8px}@media (max-width:430px){.empty-cart_empty__hvltT{padding:48px 24px}}.collection_collection__dXsA2{padding:24px;background-color:var(--slate-100);border:.5px solid var(--slate-200);border-radius:12px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;justify-content:space-between;cursor:pointer}.collection_collection__group__ljs77{display:flex;align-items:center;gap:8px}.collection_collection__text__VHTgS{color:var(--slate-500)}.collection_collection__dXsA2 svg{stroke:var(--slate-500)}.collection_collection__dXsA2:hover{background-color:var(--slate-200)}.collection_collection__dXsA2:hover .collection_collection__text__VHTgS{color:var(--black)}.collection_collection__dXsA2:hover svg{stroke:var(--black)}.checkout_container__LWsVH{padding:48px;display:flex;flex-direction:column;gap:24px}.checkout_wrappers__7haP3{display:flex;flex-direction:column;gap:4px}.checkout_wrapper__XHp8s{display:flex;align-items:center;justify-content:space-between}.checkout_discount__laUIY{font-weight:500;color:var(--white);padding:10px 16px;background-color:var(--danger-500);border-radius:90px}.checkout_divider__oKxyP{width:100%;height:.5px;background-color:var(--slate-200)}.checkout_total__sPcbM{font-weight:500}.checkout_buttons__kncNk{display:flex;gap:8px}.checkout_button__6KaLV{position:relative;width:100%}.checkout_button__6KaLV.checkout_checkout__gnaHD{background-color:var(--black)}.checkout_dots__d2AdZ{display:inline-block;width:5px;height:5px;border-radius:50%;background-color:#fff;margin:0 4px;animation:checkout_pulse__6KIDy 1.5s cubic-bezier(.25,.46,.45,.94) infinite}.checkout_dots__d2AdZ:first-child{animation-delay:0s}.checkout_dots__d2AdZ:nth-child(2){animation-delay:.2s}.checkout_dots__d2AdZ:nth-child(3){animation-delay:.4s}@keyframes checkout_pulse__6KIDy{0%,to{transform:scale(.9)}50%{transform:scale(1.5)}}@media (max-width:430px){.checkout_container__LWsVH{padding:24px}}.order-note_body__50K4_{width:100%;background-color:var(--white)}.order-note_content__344Xi{padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.order-note_head__PCZjt{display:flex;align-items:center;justify-content:space-between;width:100%}.order-note_title__bsjOW{font-weight:500}.shipping_body__foEgy{width:100%;background-color:var(--white)}.shipping_content__zd7ot{padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.shipping_head__s7Jc7{display:flex;align-items:center;justify-content:space-between;width:100%}.shipping_title__tq2dc{font-weight:500}.shipping_fields__Ihh8M{width:100%;display:flex;flex-direction:column;gap:8px}.support_section__2tvV0{border-top:.5px solid var(--slate-200)}.support_items__YSi9Z{display:grid;grid-template-columns:repeat(4,1fr)}.support_item__dMOHZ{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;border-right:.5px solid var(--slate-200)}.support_item__dMOHZ:first-child{padding-left:0}.support_item__dMOHZ:last-child{padding-right:0;border-right:none}.support_item__dMOHZ svg{stroke:var(--black)}.support_title__IjIVk{margin-top:12px;font-weight:500}.support_subtitle__QJ8xp{margin-top:4px;color:var(--slate-500)}@media (max-width:768px){.support_items__YSi9Z{grid-template-columns:repeat(2,1fr)}.support_item__dMOHZ{padding:24px;border-right:none;border-bottom:.5px solid var(--slate-200)}.support_item__dMOHZ:nth-child(odd){border-right:.5px solid var(--slate-200)}.support_item__dMOHZ:last-child,.support_item__dMOHZ:nth-child(3){border-bottom:none}.support_item__dMOHZ:first-child,.support_item__dMOHZ:last-child{padding:24px}.support_item__dMOHZ:nth-child(2){border-right:none}}@media (max-width:430px){.support_items__YSi9Z{grid-template-columns:1fr}.support_item__dMOHZ:nth-child(odd){border-right:none}.support_item__dMOHZ:nth-child(2),.support_item__dMOHZ:nth-child(3){border-bottom:.5px solid var(--slate-200)}}.footer_section__L_CZJ{background-color:var(--black)}.footer_container__INmFs{padding:0;display:grid;grid-template-columns:repeat(2,1fr);min-height:50vh}.footer_col__6C2l3{padding:80px;display:flex;flex-direction:column;justify-content:space-between}.footer_col__6C2l3:first-child{border-right:.5px solid var(--slate-800)}.footer_title__vaQ9K{color:var(--white);font-weight:500}.footer_copyright__69W_S{color:var(--white)}.footer_author__sf21m{position:relative;color:var(--white);font-weight:500}.footer_author__sf21m:before{content:"";position:absolute;left:0;right:0;bottom:0;height:.5px;background-color:var(--white);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.footer_author__sf21m:hover:before{transform:scaleX(0)}.footer_text__L_EGJ{color:var(--white)}.footer_links__jFci_{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.footer_link__TtCV5{position:relative;color:var(--white);font-weight:500}.footer_link__TtCV5,.footer_link__TtCV5:before{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.footer_link__TtCV5:before{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background-color:var(--white);transform:scaleX(0);transform-origin:0 50%}.footer_link__TtCV5:hover:before{transform:scaleX(1)}.footer_sublink___dTcu{color:var(--slate-400);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.footer_sublink___dTcu:hover{color:var(--white)}.footer_wrapper__8yEt7{display:flex;align-items:center;justify-content:space-between;gap:48px}.footer_socials__TJwJY{display:flex;align-items:center;gap:16px}.footer_button__AT5EL svg{fill:var(--white);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.footer_button__AT5EL:hover svg{transform:translateY(-8px)}.footer_form__5xZHi{display:flex;flex-direction:column}.footer_content__eaqNO{margin-top:24px;display:flex;align-items:center;gap:8px}.footer_subscribe_button__LtvLb{width:56px;height:56px;background-color:var(--white);border-radius:10px;flex-shrink:0}.footer_subscribe_button__LtvLb svg{stroke:var(--black)}.footer_subscribe_text__WZ7nd{margin-top:12px;color:var(--slate-500)}.footer_content__eaqNO .footer_textfield__WT5Cs{color:var(--white);background-color:var(--slate-950);border:1.5px solid var(--slate-800)}.footer_content__eaqNO .footer_textfield__WT5Cs::placeholder{color:var(--slate-500)}.footer_content__eaqNO .footer_textfield__WT5Cs:focus{border-color:var(--white)}.footer_content__eaqNO .footer_textfield__WT5Cs:hover{background-color:var(--slate-900)}@media (max-width:768px){.footer_container__INmFs{grid-template-columns:1fr}.footer_col__6C2l3:first-child{border-right:none;border-bottom:.5px solid var(--slate-800)}.footer_col__6C2l3{padding:48px;gap:48px}.footer_form__5xZHi{width:100%}}@media (max-width:430px){.footer_col__6C2l3{padding:48px 24px}.footer_wrapper__8yEt7{align-items:flex-start}.footer_link__TtCV5{font-size:24px;line-height:32px;letter-spacing:-.1px}}.subscribe-form_form__KgiWx{display:flex;flex-direction:column}.subscribe-form_content__Xtu7f{margin-top:24px;display:flex;align-items:center;gap:8px}.subscribe-form_button__ODMe8{width:56px;height:56px;background-color:var(--black);border-radius:10px;flex-shrink:0}.subscribe-form_button__ODMe8 svg{stroke:var(--white)}.subscribe-form_text__7ZGp3{margin-top:12px;color:var(--slate-500)}@media (max-width:768px){.subscribe-form_form__KgiWx{width:100%}}.subscribe_modal__rcdiS{align-items:flex-end;justify-content:flex-end;padding:80px}.subscribe_container__Vt_ku{width:100%;max-width:710px;display:grid;grid-template-columns:1fr 2fr;border-radius:24px;overflow:hidden;background-color:var(--white);box-shadow:0 64px 64px -48px rgba(15,23,42,.08)}.subscribe_image__DthHE{height:100%;width:100%;object-fit:cover}.subscribe_heading__XZJ14{padding:48px;display:flex;flex-direction:column}.subscribe_title__Owsl0{margin-top:12px}.subscribe_socials__E4CLf{margin-top:24px}.subscribe_form__gvWZ_{display:flex;flex-direction:column}.subscribe_content__IhNjM{margin-top:24px;display:flex;align-items:center;gap:8px}.subscribe_button__O1nzL{width:56px;height:56px;background-color:var(--black);border-radius:10px;flex-shrink:0}.subscribe_button__O1nzL svg{stroke:var(--white)}.subscribe_text__8R5ch{margin-top:12px;color:var(--slate-500)}@media (max-width:768px){.subscribe_modal__rcdiS{padding:48px}.subscribe_image__DthHE{display:none}.subscribe_container__Vt_ku{grid-template-columns:1fr;max-width:410px}.subscribe_form__gvWZ_{width:100%}}@media (max-width:430px){.subscribe_modal__rcdiS{padding:0}.subscribe_container__Vt_ku{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;max-width:100%}.subscribe_heading__XZJ14{padding:24px 24px 48px}}.hero_head__6V5ws{display:flex;align-items:center;justify-content:space-between}.hero_content__UwK3X{margin-top:64px;display:grid;grid-template-columns:1fr .7fr;grid-gap:48px;gap:48px}.hero_wrapper__nHg2f{display:flex;align-items:center;justify-content:space-between;width:100%}.hero_shipping__iRANn{border-radius:16px;border:.5px solid var(--slate-200)}.hero_footer__LApx0{margin-top:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.hero_text__DQpiD{color:var(--slate-500)}.hero_cart_items__tXwKh{display:flex;flex-direction:column;gap:24px}.hero_divider__nDYb_{height:.5px;background-color:var(--slate-200)}.hero_gift_wrapper__VJefb{margin-top:48px;padding:16px;background-color:var(--white);border-radius:12px;border:.5px solid var(--slate-200);display:flex;flex-direction:column;gap:16px}.hero_gift_heading__HiOpk{display:flex;align-items:center;gap:12px}.hero_shipping__iRANn{margin-top:48px}.hero_cards__xE8BK{display:flex;align-items:center;gap:8px}.hero_card__cWsh5{height:38px;display:flex;align-items:center;justify-content:center;padding:10px 16px;border:.5px solid var(--slate-200);border-radius:8px}.hero_card__cWsh5 svg{width:24px;height:auto}@media (max-width:1024px){.hero_title__OxxnB{font-size:72px;line-height:auto;letter-spacing:-2%}}@media (max-width:768px){.hero_title__OxxnB{font-size:48px;line-height:auto;letter-spacing:-2%}.hero_content__UwK3X{grid-template-columns:1fr}}@media (max-width:430px){.hero_head__6V5ws{flex-direction:column;gap:24px}}.summary_container__VGFcX{padding:48px;background-color:var(--slate-100);border:.5px solid var(--slate-200);border-radius:16px}.summary_free_shipping__q4sWP{background-color:var(--white);display:flex;flex-direction:column;padding:16px;border-radius:12px}.summary_wrapper__Bpkx4{margin-top:24px;display:flex;align-items:center;justify-content:space-between}.summary_discount__0sxiU{font-weight:500;color:var(--white);padding:10px 16px;background-color:var(--danger-500);border-radius:90px}.summary_subtotal__e_EOL{margin-top:24px}.summary_price__VeuSr{margin-top:8px}.summary_divider__yfuoP{margin-top:12px;width:100%;height:.5px;background-color:var(--slate-200)}.summary_taxes__7RBgc{margin-top:12px;color:var(--slate-500)}.summary_textarea___oacw{margin-top:24px}.summary_button__q8E_l{margin-top:24px;position:relative;width:100%}.summary_button__q8E_l.summary_checkout__in2kV{background-color:var(--black)}.summary_dots__XFC91{display:inline-block;width:5px;height:5px;border-radius:50%;background-color:#fff;margin:0 4px;animation:summary_pulse__fPzMJ 1.5s cubic-bezier(.25,.46,.45,.94) infinite}.summary_dots__XFC91:first-child{animation-delay:0s}.summary_dots__XFC91:nth-child(2){animation-delay:.2s}.summary_dots__XFC91:nth-child(3){animation-delay:.4s}@keyframes summary_pulse__fPzMJ{0%,to{transform:scale(.9)}50%{transform:scale(1.5)}}.summary_progress__title__lp6A3{color:var(--slate-500);margin-bottom:8px}.summary_progress__title__lp6A3 span{color:var(--black);font-weight:500}@media (max-width:430px){.summary_container__VGFcX{padding:24px}}.hero_collections__RZs5E{margin-top:64px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:1024px){.hero_title__CaCi5{font-size:72px;line-height:auto;letter-spacing:-2%}.hero_collections__RZs5E{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero_collections__RZs5E{margin-top:48px}.hero_title__CaCi5{font-size:48px;line-height:56px;letter-spacing:-.64px}}@media (max-width:430px){.hero_collections__RZs5E{grid-template-columns:1fr}}.contact-form_container__eEXG8{display:grid;grid-template-columns:2fr 1fr;grid-gap:48px;gap:48px}.contact-form_form__Kdveg{display:flex;flex-direction:column;gap:8px}.contact-form_wrapper__glFy_{display:flex;gap:8px}.contact-form_button__d2MJI{align-self:flex-start}.contact-form_protected__cYaRB{margin-top:48px}.contact-form_text__yRU6E{color:var(--slate-500)}.contact-form_side_content__hUvL_{display:flex;flex-direction:column;gap:48px}.contact-form_block__g6Nzd{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.contact-form_link__3_v8j{position:relative;cursor:pointer;color:var(--black)}.contact-form_link__3_v8j:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--black);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.contact-form_link__3_v8j:hover:before{transform:scaleX(0)}@media (max-width:768px){.contact-form_wrapper__glFy_{flex-direction:column}.contact-form_side_content__hUvL_{gap:24px}}@media (max-width:430px){.contact-form_container__eEXG8{grid-template-columns:1fr}.contact-form_protected__cYaRB{margin-top:24px}}.hero_heading__Ita_p{max-width:600px;display:flex;flex-direction:column;gap:12px}@media (max-width:1024px){.hero_title__mhVqZ{font-size:72px;line-height:auto;letter-spacing:-2%}}@media (max-width:768px){.hero_title__mhVqZ{font-size:48px;line-height:56px;letter-spacing:-.64px}}.faqs_content__zJrGC{border-radius:24px;display:grid;grid-template-columns:2fr 1fr;grid-gap:48px;gap:48px}.faqs_extended_faqs__OSHC8{display:flex;flex-direction:column;gap:48px}.faqs_extended_faq__1ivDX{padding:48px;display:flex;flex-direction:column;background-color:var(--white);border:.5px solid var(--slate-200);border-radius:16px}.faqs_side_content__iRTXV{position:-webkit-sticky;position:sticky;top:0}.faqs_subtitle__lDepQ{margin-top:12px;color:var(--slate-500)}.faqs_subtitle__lDepQ button{color:var(--black);text-decoration:underline}.faqs_faqs__VpQt1{margin-top:48px}.faqs_span__KJwGo{margin-top:12px;color:var(--slate-500)}.faqs_avatar__mAhtx,.faqs_avatar__mAhtx:last-child:after{border-color:var(--white)}.faqs_form__jd9yJ{margin-top:24px}@media (max-width:768px){.faqs_content__zJrGC{grid-template-columns:1fr}}@media (max-width:430px){.faqs_extended_faq__1ivDX{padding:24px}.faqs_title__8wCIs{font-size:40px;line-height:52px;letter-spacing:-.54px}}.faq_container__Cl5Nv{padding:24px 0;display:flex;flex-direction:column;gap:24px;cursor:pointer;border-bottom:.5px solid var(--slate-200)}.faq_container__Cl5Nv:first-child{border-top:.5px solid var(--slate-200)}.faq_heading__RK_RA{display:flex;align-items:center;justify-content:space-between;gap:24px}.faq_heading__RK_RA svg{stroke:var(--black);flex-shrink:0}.faq_answer__o3Zpk{color:var(--slate-500)}.faq_active__ggH5F svg{transform:rotate(45deg);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.hero_content__a7BIi{display:flex;flex-direction:column;max-width:500px;margin:0 auto}.hero_title__WV4oX{text-align:center}.hero_form__vt2Xr{margin-top:48px}.hero_wrapper__hwpOz{display:flex;flex-direction:column;gap:16px}.hero_field__zKsEQ{display:flex;flex-direction:column;gap:8px}.hero_label__0__YC{font-family:var(--font-dm-sans);font-size:14px;font-weight:500;color:var(--slate-600)}.hero_input__1kMjK{width:100%;padding:14px 16px;border:.5px solid var(--slate-200);border-radius:12px;background-color:var(--white);color:var(--slate-900);font-size:16px;font-family:var(--font-inter);transition:border-color .2s;outline:none}.hero_input__1kMjK:focus{border-color:var(--slate-400)}.hero_input__1kMjK::placeholder{color:var(--slate-300)}.hero_text__jAp7y{display:inline-block;margin-top:12px;position:relative;color:var(--black)}.hero_link__f8BfO span:before,.hero_text__jAp7y:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.hero_link__f8BfO:hover span:before,.hero_text__jAp7y:hover:before{transform:scaleX(0)}.hero_btns__HNToV{margin-top:24px;display:flex;gap:8px}.hero_button__3tn5C{width:100%}.hero_link__f8BfO{margin-top:24px;align-self:center;display:inline-flex;gap:8px}.hero_link__f8BfO svg{stroke:var(--black)}.hero_link__f8BfO span{position:relative;color:var(--black)}@media (max-width:1024px){.hero_title__WV4oX{font-size:72px;line-height:auto;letter-spacing:-2%}}@media (max-width:768px){.hero_title__WV4oX{font-size:48px;line-height:auto;letter-spacing:-2%}}@media (max-width:430px){.hero_btns__HNToV{flex-direction:column}}.hero_section__BwVrI{position:relative;min-height:70vh;background-image:url(/theme-features/hero.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero_overlay__xwve5{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:flex-start;align-items:flex-end;padding:80px}.hero_content__vTrkR{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hero_subtitle__Ftt6T,.hero_title__j0NHy{color:var(--white)}@media (max-width:1024px){.hero_title__j0NHy{font-size:72px;line-height:auto;letter-spacing:-2%}}@media (max-width:768px){.hero_overlay__xwve5{padding:48px}.hero_title__j0NHy{font-size:48px;line-height:56px;letter-spacing:-.64px}}@media (max-width:430px){.hero_section__BwVrI{min-height:55vh}.hero_overlay__xwve5{padding:48px 24px}}.responsive-design_section__6avnO{background-color:var(--slate-50)}.responsive-design_content__swyEB{background-color:var(--white);border:.5px solid var(--slate-200);border-radius:24px;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;min-height:50vh;overflow:hidden}.responsive-design_image__sTRs6{width:100%;height:100%;object-fit:cover}.responsive-design_heading__ijX0Q{padding:48px}.responsive-design_heading__ijX0Q svg{width:44px;height:44px;stroke:var(--black)}.responsive-design_title__rUc1O{margin-top:24px}.responsive-design_subtitle__HosuG{margin-top:12px;color:var(--slate-500)}@media (max-width:768px){.responsive-design_content__swyEB{grid-template-columns:1fr}.responsive-design_heading__ijX0Q svg{width:38px;height:38px}}@media (max-width:430px){.responsive-design_title__rUc1O{font-size:40px;line-height:52px;letter-spacing:-.54px}.responsive-design_heading__ijX0Q{padding:24px}}.main-features_features__xI_0X{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:768px){.main-features_features__xI_0X{grid-template-columns:repeat(2,1fr)}}@media (max-width:430px){.main-features_features__xI_0X{grid-template-columns:1fr}}.theme-feature_container__gUWso{width:100%;max-width:400px;border-radius:24px;background-color:var(--white);border:.5px solid var(--slate-200);overflow:hidden}.theme-feature_image__RATIA{width:100%;height:auto;object-fit:cover}.theme-feature_content__V5kgL{padding:24px;display:grid;grid-gap:12px;gap:12px}.theme-feature_subtitle__qNmTK{color:var(--slate-500)}.detailed-features_features__2zPiG{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:768px){.detailed-features_features__2zPiG{grid-template-columns:repeat(2,1fr)}}@media (max-width:430px){.detailed-features_features__2zPiG{grid-template-columns:1fr}}.hero-slider_section__DF992{background-color:var(--slate-50)}.hero-slider_content__PPX3B{background-color:var(--white);border:.5px solid var(--slate-200);border-radius:24px;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;min-height:50vh;overflow:hidden}.hero-slider_image__cb9BU{width:100%;height:100%;object-fit:cover}.hero-slider_heading__1oEi0{padding:48px}.hero-slider_heading__1oEi0 svg{width:44px;height:44px;stroke:var(--black)}.hero-slider_title__11u_n{margin-top:24px}.hero-slider_subtitle__4cQ8j{margin-top:12px;color:var(--slate-500)}@media (max-width:768px){.hero-slider_content__PPX3B{grid-template-columns:1fr}.hero-slider_heading__1oEi0 svg{width:38px;height:38px}}@media (max-width:430px){.hero-slider_title__11u_n{font-size:40px;line-height:52px;letter-spacing:-.54px}.hero-slider_heading__1oEi0{padding:24px}}.extra-features_features__cBYbj{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:768px){.extra-features_features__cBYbj{grid-template-columns:repeat(2,1fr)}}@media (max-width:430px){.extra-features_features__cBYbj{grid-template-columns:1fr}}.product-view_container__XoBVQ{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:48px;gap:48px}.product-view_col__C5_B7{display:flex;flex-direction:column;gap:24px}.product-view_image__8X6TV{width:100%;object-fit:cover;border-radius:16px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.product-view_heading__4HS0D{display:flex;flex-direction:column;gap:12px}.product-view_wrapper__ExDcj{display:flex;align-items:center;justify-content:space-between}.product-view_description__kjIQ8{color:var(--slate-500)}.product-view_divider__AQLNT{height:.5px;background-color:var(--slate-200)}.product-view_link__ZAiYv{color:var(--black);display:flex;align-items:center;justify-content:space-between}.product-view_link__ZAiYv svg{stroke:var(--black)}.product-view_button__L94WL.product-view_adding__Qh1k1{background-color:var(--black)}.product-view_dots___urdT{display:inline-block;width:5px;height:5px;border-radius:50%;background-color:#fff;margin:0 4px;animation:product-view_pulse__eFp85 1.5s cubic-bezier(.25,.46,.45,.94) infinite}.product-view_dots___urdT:first-child{animation-delay:0s}.product-view_dots___urdT:nth-child(2){animation-delay:.2s}.product-view_dots___urdT:nth-child(3){animation-delay:.4s}@keyframes product-view_pulse__eFp85{0%,to{transform:scale(.9)}50%{transform:scale(1.5)}}@media (max-width:768px){.product-view_title__CSYVa{font-size:48px;line-height:56px;letter-spacing:-.64px}}@media (max-width:430px){.product-view_container__XoBVQ{display:flex;flex-direction:column}.product-view_title__CSYVa{font-size:32px;line-height:40px;letter-spacing:-.48px}}.choose-color_title__T8aBE span{font-weight:500}.choose-color_colors___B5di{margin-top:8px;display:flex;gap:8px}.choose-color_button__M4zwl{padding:4px;border-radius:50%;transition:all .3s cubic-bezier(.25,.46,.45,.94);border:1.5px solid transparent}.choose-color_color__FK9_5{width:38px;height:38px;border-radius:50%;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.choose-color_selected__zsiIs{border-color:var(--black)}.choose-color_button__M4zwl:not(.choose-color_selected__zsiIs):hover{transform:scale(1.1)}.items-left_title__wAluD{color:var(--slate-500)}.items-left_title__wAluD span{font-weight:600;color:var(--black)}.items-left_progress_bar__Olzaa{margin-top:8px;width:100%;height:8px;background-color:var(--slate-100);border-radius:4px;position:relative}.items-left_progress__3agoZ{height:100%;width:50%;border-radius:4px;background-color:var(--black);border:1px solid var(--slate-500)}.items-left_outOfStock__hbX_3{color:#ef4444;font-weight:600;margin-bottom:8px}.info-card_container__yArvs{padding:24px;border-radius:12px;background-color:var(--slate-100);border:.5px solid var(--slate-200);display:flex;align-items:center;justify-content:space-between}.info-card_title__4OBiF{font-weight:500}.info-card_row__HlN5q{display:flex;gap:8px}.info-card_row__HlN5q svg{fill:var(--success-600)}.info-card_button__RHPN7{position:relative;font-weight:500;color:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.info-card_button__RHPN7:hover{color:var(--black)}.info-card_button__RHPN7:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--slate-500);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.info-card_button__RHPN7:hover:before{transform:scaleX(0)}@media (max-width:768px){.info-card_container__yArvs{align-items:flex-start;flex-direction:column;gap:24px}}.share_share__pjVJO{display:flex;align-items:center;gap:24px}.share_button__UxTR9{display:none}@media (max-width:768px){.share_socials__9xWrq,.share_title__3ADbK{display:none}.share_button__UxTR9{display:flex;align-items:center;gap:8px;text-decoration:underline;color:var(--black)}.share_button__UxTR9 svg{stroke:var(--black)}}.hero_section__p_dSK{position:relative;min-height:70vh;background-size:cover;background-position:50%;background-repeat:no-repeat}.hero_overlay__UKD8Z{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:flex-start;align-items:flex-end;padding:80px}.hero_content__QjfkR{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hero_tag__hQYYx,.hero_title__OU_sj{color:var(--white)}.hero_tag__hQYYx{background:var(--orange-600);padding:10px 16px;border-radius:90px;font-weight:500}.hero_wrapper__fp_hv{display:flex;align-items:center;gap:12px}.hero_date__hfkDX{color:var(--white);display:flex;align-items:center;gap:8px}.hero_date__hfkDX svg{stroke:var(--white)}@media (max-width:1024px){.hero_title__OU_sj{font-size:72px;line-height:auto;letter-spacing:-2%}}@media (max-width:768px){.hero_overlay__UKD8Z{padding:48px}.hero_title__OU_sj{font-size:48px;line-height:56px;letter-spacing:-.64px}}@media (max-width:430px){.hero_section__p_dSK{min-height:55vh}.hero_overlay__UKD8Z{padding:48px 24px}}.comments_section__pviIm{background-color:var(--slate-50)}.comments_head__UjeEk{display:flex;align-items:center;justify-content:space-between}.comments_comments__ot50J{color:var(--black);display:flex;align-items:center;gap:8px}.comments_comments__ot50J svg{stroke:var(--black)}.comments_form__HLuS_{margin-top:64px;padding:48px;background-color:var(--white);border-radius:16px;display:flex;flex-direction:column;gap:8px}.comments_subtitle__qpQlt{margin-top:4px}.comments_fields__5pivl{margin-top:24px;display:flex;flex-direction:column;gap:8px}.comments_wrapper__M_Ixa{display:flex;gap:8px}.comments_button__kKdEz{align-self:flex-start}.comments_text__pOdYz span{cursor:pointer;position:relative;font-weight:500}.comments_text__pOdYz span:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--black);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.comments_text__pOdYz:hover span:before{transform:scaleX(0)}@media (max-width:768px){.comments_form__HLuS_{margin-top:48px}}@media (max-width:430px){.comments_form__HLuS_{padding:24px}.comments_wrapper__M_Ixa{flex-direction:column}}.section_content__H669s{display:flex;flex-direction:column;gap:48px}.section_title__Cpwf9{margin-bottom:12px}.section_image__LlVhZ{width:100%;height:70vh;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:24px}.section_wrapper__tdWLV{background-color:red}.section_text___Qhht{margin-top:12px;color:var(--slate-500);font-style:italic}.section_review__RipVg{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:768px){.section_image__LlVhZ{height:60vh}}@media (max-width:430px){.section_image__LlVhZ{height:50vh}}.review_container__DzKCK{max-width:900px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;transition:transform .5s ease-in-out}.review_container__DzKCK svg{fill:var(--black);width:56px;height:56px}.review_review__G7xCK,.review_reviewer__G9tsw{color:var(--black)}.review_reviewer__G9tsw{margin-top:12px;font-style:italic}@media (max-width:768px){.review_review__G7xCK{font-size:32px;line-height:40px;letter-spacing:-.48px}.review_container__DzKCK svg{width:44px;height:44px}}@media (max-width:430px){.review_review__G7xCK{font-size:24px;line-height:32px;letter-spacing:-.1px}}.need-help_button__AKnYr{display:flex;align-items:center;gap:8px;color:var(--black)}.need-help_button__AKnYr svg{stroke:var(--black)}.need-help_title__00_uW{position:relative;font-weight:500}.need-help_title__00_uW:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background-color:var(--black);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.need-help_button__AKnYr:hover .need-help_title__00_uW:before{transform:scaleX(0)}.ratings_container__80q_V,.ratings_stars__d3d17{display:flex;align-items:center}.ratings_container__80q_V{gap:8px}.ratings_stars__d3d17{gap:2px}.ratings_container__80q_V svg{fill:var(--warning-500);width:18px;height:18px}.image-cells_container__Uk30a{display:flex;gap:12px}.image-cells_button__51RBX{padding:4px;border-radius:12px;transition:all .3s cubic-bezier(.25,.46,.45,.94);border:1.5px solid transparent}.image-cells_image__XLjEa{width:100px;height:100px;object-fit:cover;border-radius:8px}.image-cells_selected___1XfG{border-color:var(--black)}.image-cells_button__51RBX:not(.image-cells_selected___1XfG):hover{transform:scale(1.1)}@media (max-width:768px){.image-cells_image__XLjEa{width:80px;height:80px}}@media (max-width:430px){.image-cells_image__XLjEa{width:64px;height:64px}}.choose-size_container__W0AMK{margin-top:24px}.choose-size_title__PEEEM{margin-bottom:12px}.choose-size_title__PEEEM span{font-weight:600;color:var(--primary)}.choose-size_sizes__x82tX{display:flex;flex-wrap:wrap;gap:12px}.choose-size_button__1NjDD{min-width:48px;height:48px;padding:0 16px;border:1px solid var(--border);background:transparent;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.choose-size_button__1NjDD:hover:not(:disabled){border-color:var(--primary)}.choose-size_selected__U9HZZ{background:var(--primary);color:var(--primary-foreground,#fff);border-color:var(--primary)}.choose-size_outOfStock__V2i1w{opacity:.5;cursor:not-allowed;text-decoration:line-through}.compare_container__gqjuv{display:flex;flex-direction:column;align-items:center}.compare_subtitle__fOjLH{color:var(--slate-500)}.compare_title__SOhfb{margin-top:12px;text-align:center}@media (max-width:768px){.compare_title__SOhfb{font-size:40px;line-height:52px;letter-spacing:-.54px}}.compare-slider_container__J24JI{margin-top:64px;position:relative;height:70vh;border-radius:24px;overflow:hidden;display:flex;align-items:flex-end}.compare-slider_container__J24JI,.compare-slider_image__B_67e{width:100%;flex-direction:column;justify-content:flex-end;gap:4px;padding:40px;background-size:cover;background-position:50%;background-repeat:no-repeat}.compare-slider_image__B_67e{height:100%;display:block;position:absolute;top:0;left:0;display:flex;align-items:flex-start}.compare-slider_subtitle__Q9PC0,.compare-slider_title__J4ucm{color:var(--white)}.compare-slider_slider__cZmOG{position:absolute;top:0;background-color:var(--white);width:6px;height:100%;cursor:ew-resize;display:flex;align-items:center;justify-content:center}.compare-slider_button__FIkmN{width:44px;height:44px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:saturate(180%) blur(4px);backdrop-filter:saturate(180%) blur(4px);background:rgba(251,251,253,.8);border-radius:50%;cursor:pointer;border:1.5px solid var(--white);transition:background .3s,transform .3s;flex-shrink:0}.compare-slider_button__FIkmN svg{stroke:var(--black)}.compare-slider_button__FIkmN:hover{background:#fbfbfd}@media (max-width:768px){.compare-slider_container__J24JI{margin-top:48px;height:60vh}.compare-slider_title__J4ucm{font-size:40px;line-height:52px;letter-spacing:-.54px}}@media (max-width:480px){.compare-slider_container__J24JI{height:50vh}.compare-slider_container__J24JI,.compare-slider_image__B_67e{padding:24px}}.marquee_title__X42y7{white-space:nowrap;color:var(--white);-webkit-text-stroke:1.5px var(--black);display:flex;align-items:center;gap:80px;margin-right:80px}.marquee_circle___eLvR{width:24px;height:24px;border:1.5px solid var(--black);border-radius:50%}.companies_section__NZzWR{background-color:var(--slate-50)}.companies_heading__JyLnI{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.companies_text__1SJxP{color:var(--slate-500)}.companies_marquee__jmyw3{margin-top:64px;position:relative;width:100vw}.companies_marquee__jmyw3 svg{fill:var(--slate-300);margin-right:100px}.companies_logos__uENXq{display:flex;align-items:center;height:auto}@media (max-width:768px){.companies_marquee__jmyw3{margin-top:48px}}@media (max-width:430px){.companies_title__Nm7jG{font-size:40px;line-height:52px;letter-spacing:-.54px}}.hero_section__JNe8F{position:relative;min-height:70vh;background-image:url(/images/modern-headphones.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero_overlay__Xcm22{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:flex-start;align-items:flex-end;padding:80px}.hero_content__evCTo{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hero_subtitle__5aWcD,.hero_title__mlEz4{color:var(--white)}@media (max-width:1024px){.hero_title__mlEz4{font-size:72px;line-height:auto;letter-spacing:-2%}}@media (max-width:768px){.hero_overlay__Xcm22{padding:48px}.hero_title__mlEz4{font-size:48px;line-height:56px;letter-spacing:-.64px}}@media (max-width:430px){.hero_section__JNe8F{min-height:55vh}.hero_overlay__Xcm22{padding:48px 24px}}.history_section__m6q3Z{background-color:var(--black)}.history_heading__MUyQv{display:flex;align-items:center;justify-content:space-between}.history_title__PzT21{color:var(--white)}.history_btns__1rf98{display:flex;gap:8px}.history_button__iZ37n{border-color:var(--slate-600)}.history_button__iZ37n svg{stroke:var(--white)}.history_disabled__x_7UO{pointer-events:none}.history_disabled__x_7UO svg{stroke:var(--slate-600)}.history_content__QAWAl{margin-top:64px;min-height:70vh;background-color:var(--slate-900);border-radius:24px;display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden}.history_image__nB5Cl{height:100%;width:100%;background-size:cover}.history_wrapper__DXMkz{padding:48px;display:flex;flex-direction:column;gap:12px}.history_text__125WT{color:var(--slate-300)}.history_subject__mFCQ6{color:var(--white)}.history_description__LkgvL{color:var(--slate-300)}.history_years__hCWFX{margin-top:64px;display:flex;align-items:center;gap:24px;flex-wrap:nowrap;overflow-x:auto;&::-webkit-scrollbar{display:none}}.history_year__t65wn{color:var(--slate-300)}.history_active__8grf7{color:var(--white);font-weight:500}.history_divider__Lg_WZ{width:100%;height:.5px;background-color:var(--slate-800)}@media (max-width:1024px){.history_content__QAWAl{min-height:60vh}}@media (max-width:768px){.history_content__QAWAl{margin-top:48px;min-height:50vh}.history_years__hCWFX{margin-top:48px}.history_btns__1rf98{display:none}}@media (max-width:430px){.history_content__QAWAl{grid-template-columns:1fr}.history_image__nB5Cl{height:40vh}.history_title__PzT21{font-size:40px;line-height:52px;letter-spacing:-.54px}.history_wrapper__DXMkz{padding:48px 24px}}.intro_container__JL3HD{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:48px;gap:48px}.intro_description__BITed{margin-top:12px;color:var(--slate-500)}.intro_button__GVNRH{margin-top:24px}.intro_wrapper__Bzm4G{position:relative;display:flex;justify-content:center;align-items:center}.intro_image__LglHr{border-radius:24px;object-fit:cover;width:410px;height:510px;transform:rotate(5deg)}.intro_icon__wbdes{position:absolute;top:50%;left:-3%;width:120px;height:120px;border-radius:16px;background-color:var(--white);border:.5px solid var(--slate-200);display:flex;justify-content:center;align-items:center;z-index:9;transform:translateY(-50%) rotate(-10deg)}.intro_icon__wbdes svg{stroke:var(--black);width:44px;height:44px}@media (max-width:768px){.intro_image__LglHr{width:100%;height:360px;border-radius:16px}.intro_icon__wbdes{width:88px;height:88px;left:-6%}.intro_icon__wbdes svg{width:38px;height:38px}}@media (max-width:480px){.intro_container__JL3HD{grid-template-columns:1fr}.intro_title__yVTjY{font-size:40px;line-height:52px;letter-spacing:-.54px}.intro_wrapper__Bzm4G{width:100%}.intro_image__LglHr{width:270px;height:290px}.intro_icon__wbdes{left:0}}.values_heading__b_LH6{display:flex;flex-direction:column;gap:12px;max-width:700px}.values_description__DqnZV{color:var(--slate-500)}.values_values__tHLdP{margin-top:64px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:768px){.values_values__tHLdP{margin-top:48px;grid-template-columns:repeat(2,1fr)}}@media (max-width:430px){.values_title__Lle7e{font-size:40px;line-height:52px;letter-spacing:-.54px}.values_values__tHLdP{grid-template-columns:1fr}}.value_container__zgk6u{position:relative;width:100%;height:410px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px;overflow:hidden}.value_heading__GTzOP{position:absolute;bottom:0;padding:32px;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background:rgba(0,0,0,.6);width:100%;display:flex;align-items:center;justify-content:space-between}.value_title__8E0Qx{color:var(--white)}.value_button__Fznk9{width:44px;height:44px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center}.value_button__Fznk9 svg{stroke:var(--black)}.vision_section__rkGsC{position:relative;border-top:.5px solid var(--slate-200)}.vision_container__gLcVS{display:flex;justify-content:center;align-items:center}@media (max-width:430px){.vision_overlay__u90kv{padding:24px}}.message_container__UGvNe{max-width:900px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;transition:transform .5s ease-in-out}.message_container__UGvNe svg{fill:var(--black);width:56px;height:56px}.message_author__FeRQZ{margin-top:12px;font-style:italic}@media (max-width:768px){.message_message__drXK2{font-size:32px;line-height:40px;letter-spacing:-.48px}.message_container__UGvNe svg{width:44px;height:44px}}@media (max-width:430px){.message_message__drXK2{font-size:24px;line-height:32px;letter-spacing:-.1px}}.sales_section__GhC3X{position:relative;min-height:70vh;background-image:url(/images/station-setup.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.sales_overlay__4pe8c{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.sales_content__eCIpe{display:flex;flex-direction:column;align-items:center;text-align:center}.sales_title__BRQzd{color:var(--white);margin-bottom:12px}.sales_button__T8Gto{background:none;color:var(--white);margin-top:24px}.sales_button__T8Gto svg{stroke:var(--white)}.sales_button__T8Gto:hover{border:1.5px solid var(--white)}@media (max-width:768px){.sales_overlay__4pe8c{padding:48px}.sales_title__BRQzd{font-size:16px;line-height:20px;letter-spacing:1.2px;font-family:var(--font-inter)}}@media (max-width:430px){.sales_overlay__4pe8c{padding:24px}}.timer_container__1Rr_u{display:flex;align-items:center;gap:16px}.timer_block__n_TNT{text-align:center}.timer_text__K_9Dl,.timer_title__Jc307{color:var(--white)}.timer_text__K_9Dl{text-transform:uppercase}.timer_columns__uCQCb{color:var(--warning-500)}@media (max-width:768px){.timer_title__Jc307{font-size:72px;line-height:auto;letter-spacing:-2%;font-size:48px;line-height:56px;letter-spacing:-.64px}}.promo_container__QJcYc{display:flex;flex-direction:column;text-align:center}.promo_title__8yp2K{margin-top:12px}.promo_subtitle__aGGAS{color:var(--slate-500)}.promo_wrapper__PpvqI{margin-top:64px;display:grid;grid-template-columns:1fr .5fr;grid-gap:48px;gap:48px}@media (max-width:768px){.promo_wrapper__PpvqI{grid-template-columns:1fr .8fr;gap:24px}}@media (max-width:430px){.promo_wrapper__PpvqI{grid-template-columns:1fr;gap:24px}.promo_products__Oz8sw{width:100%}}.product-showcase_container__edyW0{position:relative;width:100%;min-height:70vh;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px}.product-showcase_wrapper__zaJi8{position:absolute;top:38%;left:16%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.product-showcase_content__JwWEe{opacity:0;visibility:hidden;transform:scale(.9);transition:opacity .3s,visibility .3s,transform .3s cubic-bezier(.25,.46,.45,.94)}.product-showcase_show__YkIUr{opacity:1;visibility:visible;transform:scale(1)}.product-showcase_product__sVsYY{padding:8px 40px 8px 8px;background-color:var(--white);border-radius:12px;display:flex;align-items:center;gap:16px}.product-showcase_image__2aLDv{width:100px;height:100px;border-radius:8px;border:.5px solid var(--slate-200)}.product-showcase_heading__2oder{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.product-showcase_title__qOz59{font-weight:600}.product-showcase_icon__gP97h svg{fill:var(--white)}.product-showcase_animated__MecXH{padding:12px;background-color:hsla(0,0%,100%,.4);display:flex;justify-content:center;align-items:center;border:1.5px solid var(--white);border-radius:50%;animation:product-showcase_pulse__mbmX7 2s infinite}.product-showcase_button__coWZa{width:28px;height:28px;border-radius:50%;background-color:var(--white)}@keyframes product-showcase_pulse__mbmX7{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width:1024px){.product-showcase_container__edyW0{min-height:60vh}.product-showcase_wrapper__zaJi8{top:38%;left:12%}}@media (max-width:768px){.product-showcase_container__edyW0{min-height:50vh}.product-showcase_content__JwWEe{opacity:0;visibility:hidden}.product-showcase_wrapper__zaJi8{top:22%;left:-2%}}@media (max-width:430px){.product-showcase_wrapper__zaJi8{top:20%;left:-6%}}.faqs_content__BdcLy{background-color:var(--black);border-radius:24px;display:grid;grid-template-columns:2fr 1fr;overflow:hidden}.faqs_col__e4INJ{padding:48px;display:flex;flex-direction:column}.faqs_col__e4INJ:last-child{background-color:var(--slate-900)}.faqs_title__ggv7i{color:var(--white)}.faqs_subtitle__C_qoe{margin-top:24px;background-color:var(--slate-900);color:var(--slate-300);padding:12px 16px;border-radius:8px}.faqs_subtitle__C_qoe button{color:var(--white);text-decoration:underline}.faqs_faqs__6_p1p{margin-top:48px}.faqs_faq__bfN7u:first-child{border-top:.5px solid var(--slate-800)}.faqs_text__d__tO{color:var(--white)}.faqs_span__KEkZK{margin-top:12px;color:var(--slate-300)}.faqs_avatar__lS8Rp{border-color:var(--slate-900)}.faqs_avatar__lS8Rp:last-child:after{border-color:var(--slate-950)}.faqs_form__zjLlo{margin-top:24px}@media (max-width:768px){.faqs_content__BdcLy{grid-template-columns:1fr}}@media (max-width:430px){.faqs_col__e4INJ{padding:48px 24px}.faqs_title__ggv7i{font-size:40px;line-height:52px;letter-spacing:-.54px}}.faq_container__kEwXf{padding:24px 0;border-bottom:.5px solid var(--slate-800);display:flex;flex-direction:column;gap:24px;cursor:pointer}.faq_heading__qzjvq{display:flex;align-items:center;justify-content:space-between;gap:24px}.faq_heading__qzjvq svg{stroke:var(--white);flex-shrink:0}.faq_question__qpI5R{color:var(--white)}.faq_answer__0sIQx{color:var(--slate-500)}.faq_active__RxGq9 svg{transform:rotate(45deg);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.avatars_container__HOBDX{position:relative;margin-top:24px;display:flex}.avatars_avatar__tjEVB{position:relative;width:56px;height:56px;border-radius:50%;background-size:cover;background-position:50%;background-repeat:no-repeat;border-width:2.5px;border-style:solid}.avatars_avatar__tjEVB:nth-child(2),.avatars_avatar__tjEVB:nth-child(3){margin-left:-12px}.avatars_avatar__tjEVB:last-child:after{content:"";position:absolute;top:0;right:0;width:14px;height:14px;background-color:var(--success-500);border-radius:50%;border-width:2.5px;border-style:solid}.form_container__xjgxn{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.form_button__WU9ZT:hover{border:1.5px solid var(--white)}.hero_heading__aPiv1{max-width:600px;display:flex;flex-direction:column;gap:12px}@media (max-width:1024px){.hero_title__hd_Cl{font-size:72px;line-height:auto;letter-spacing:-2%}}@media (max-width:768px){.hero_title__hd_Cl{font-size:48px;line-height:56px;letter-spacing:-.64px}}.showcase_section__Zzv3S{position:relative;min-height:90vh;background-image:url(/images/headphones-background.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.showcase_overlay__ZzZtd{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:80px}.showcase_title__Cvo2f{color:var(--white)}@media (max-width:768px){.showcase_title__Cvo2f{font-size:64px;line-height:72px;letter-spacing:-.96px}}@media (max-width:430px){.showcase_overlay__ZzZtd{padding:48px 24px}.showcase_title__Cvo2f{font-size:48px;line-height:56px;letter-spacing:-.64px}}.features_section__KFDjE{position:relative}.features_container__bZ5su{display:grid;grid-template-columns:1fr 2fr;align-items:center;grid-gap:80px;gap:80px}.features_heading__xjTZA{display:flex;flex-direction:column;align-items:flex-start}.features_description__3ZUHy{margin-top:12px;color:var(--slate-500)}.features_button__IUxC3{margin-top:24px}.features_features__gmJYI{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.features_feature__w6YLH:nth-child(2){margin-top:250px}.features_feature__w6YLH:nth-child(3){margin-top:-250px}@media (max-width:768px){.features_container__bZ5su{grid-template-columns:1fr;gap:64px}}@media (max-width:430px){.features_container__bZ5su{gap:48px}.features_title__v7M_x{font-size:40px;line-height:52px;letter-spacing:-.54px}.features_features__gmJYI{grid-template-columns:1fr}.features_feature__w6YLH:nth-child(2),.features_feature__w6YLH:nth-child(3){margin-top:0}}.feature_feature__zdSS9{position:relative;height:410px;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px;overflow:hidden}.feature_overlay__y4JlT{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.8));flex-direction:column;gap:12px;justify-content:flex-end;text-align:center;padding:48px;color:var(--white)}.feature_overlay__y4JlT,.intro_container__Mu8D_{display:flex;align-items:center}.intro_heading__wkdME,.intro_image__gnW_s{flex:1 1}.intro_heading__wkdME{padding:48px}.intro_image__gnW_s{min-height:70vh;background-size:cover;background-position:50%;background-repeat:no-repeat}.intro_heading__wkdME svg{stroke:var(--black)}.intro_title__VFevF{margin-top:24px}.intro_description__9BEFx{margin-top:12px;color:var(--slate-500)}@media (max-width:768px){.intro_title__VFevF{font-size:40px;line-height:52px;letter-spacing:-.54px}}@media (max-width:430px){.intro_container__Mu8D_{flex-direction:column}.intro_heading__wkdME{padding:48px 24px}.intro_image__gnW_s{width:100%;min-height:50vh}}.detail_container__OgYmt{display:flex;align-items:center}.detail_heading__x5tE9,.detail_image__j3XRK{flex:1 1}.detail_heading__x5tE9{padding:48px}.detail_image__j3XRK{min-height:70vh;background-size:cover;background-position:50%;background-repeat:no-repeat}.detail_heading__x5tE9 svg{stroke:var(--black)}.detail_title__dLPBN{margin-top:24px}.detail_description__u4Uyu{margin-top:12px;color:var(--slate-500)}@media (max-width:768px){.detail_title__dLPBN{font-size:40px;line-height:52px;letter-spacing:-.54px}}@media (max-width:430px){.detail_container__OgYmt{flex-direction:column}.detail_heading__x5tE9{padding:48px 24px}.detail_image__j3XRK{width:100%;min-height:50vh}}.reviews_section__4byoG{background-color:var(--slate-50)}.reviews_container__VTkQe{display:grid;grid-template-columns:1fr 2fr;grid-gap:48px;gap:48px}.reviews_heading__JvG1v{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.reviews_ratings__k6nmb svg{fill:var(--warning-500)}.reviews_text__mD3Iy{margin-top:8px;color:var(--slate-500)}.reviews_reviews__wwgI_{display:grid;grid-gap:24px;gap:24px}@media (max-width:768px){.reviews_container__VTkQe{grid-template-columns:1fr}}@media (max-width:430px){.reviews_title__gaUW3{font-size:40px;line-height:52px;letter-spacing:-.54px}}.review_container__wo8mm{background-color:var(--white);padding:48px;border-radius:16px;border:.5px solid var(--slate-200);display:flex;flex-direction:column;gap:24px}.review_heading__SXvnA{display:flex;align-items:center;justify-content:space-between}.review_ratings__Kojm3{display:flex;gap:2px}.review_date__qsDWQ{margin-top:4px;color:var(--slate-500)}.review_ratings__Kojm3 svg{fill:var(--warning-500);width:18px;height:18px}.review_button__JtAbQ,.review_content__5yMWb{color:var(--slate-500)}.review_button__JtAbQ{align-self:flex-end;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.review_button__JtAbQ:hover{color:var(--black)}@media (max-width:430px){.review_container__wo8mm{padding:24px}.review_heading__SXvnA{flex-direction:column;align-items:flex-start;gap:12px}}.similar-products_container__z8ZHe{position:relative}.similar-products_heading__shPDa{display:flex;align-items:center;justify-content:space-between}.similar-products_products__ecU3q{margin-top:64px;display:flex;gap:24px;flex-wrap:nowrap;overflow-x:auto;&::-webkit-scrollbar{display:none}}.similar-products_btns___eWTy{display:flex;gap:8px}.similar-products_disabled__m44ov{pointer-events:none}.similar-products_disabled__m44ov svg{stroke:var(--slate-200)}.similar-products_product___i_g9{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px) / 3)}@media (max-width:1024px){.similar-products_container__z8ZHe{padding:0}.similar-products_products__ecU3q,.similar-products_title__Oqfvh{padding:0 48px}.similar-products_btns___eWTy{display:none}}@media (max-width:768px){.similar-products_product___i_g9{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px) / 2)}.similar-products_products__ecU3q{margin-top:48px}}@media (max-width:430px){.similar-products_title__Oqfvh{padding:0 24px;font-size:40px;line-height:52px;letter-spacing:-.54px}.similar-products_products__ecU3q{padding:0 24px}.similar-products_product___i_g9{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 48px)}}.product-card_container__dTryl{position:relative;width:100%;height:410px;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px;border:.5px solid var(--slate-200);overflow:hidden;color:var(--black)}.product-card_container__dTryl:hover .product-card_button__9ueJd{opacity:1;visibility:visible}.product-card_container__dTryl:hover .product-card_overlay__MJIJ2{background:rgba(251,251,253,.6)}.product-card_container__dTryl:hover .product-card_ratings__YQ3a_,.product-card_container__dTryl:hover .product-card_tag__mRhGN{opacity:0;visibility:hidden}.product-card_button__9ueJd{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;-webkit-backdrop-filter:saturate(180%) blur(4px);backdrop-filter:saturate(180%) blur(4px);background:rgba(251,251,253,.8);opacity:0;visibility:hidden;transition:opacity .3s;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--white);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.product-card_button__9ueJd svg{stroke:var(--black)}.product-card_button__9ueJd:hover{background:var(--white)}.product-card_overlay__MJIJ2{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:24px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.product-card_wrapper__LNEq8{display:flex;align-items:center;justify-content:space-between}.product-card_heading__yb9TF{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.product-card_tag__mRhGN{font-weight:500}.product-card_ratings__YQ3a_,.product-card_tag__mRhGN{padding:10px 16px;border-radius:90px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.product-card_ratings__YQ3a_{display:flex;align-items:center;gap:8px;border:.5px solid var(--slate-200);-webkit-backdrop-filter:saturate(180%) blur(4px);backdrop-filter:saturate(180%) blur(4px);background:rgba(251,251,253,.8)}.product-card_ratings__YQ3a_ svg{fill:var(--warning-500);width:18px;height:18px}.product-card_title__ZfVsa{font-weight:500}.product-card_color__J2w6U{width:28px;height:28px;border-radius:50%;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.reviews_section__UlLr1{position:relative;min-height:70vh;background-image:url(/images/headphones-background.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.reviews_overlay__4Um9w{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);min-height:70vh;display:flex;justify-content:center;align-items:center;padding:48px}@media (max-width:430px){.reviews_overlay__4Um9w{padding:24px}}.review_container__gz50c{max-width:900px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;transition:transform .5s ease-in-out}.review_container__gz50c svg{fill:var(--white);width:56px;height:56px}.review_review__2IzCB,.review_reviewer__6cTyd{color:var(--white)}.review_reviewer__6cTyd{margin-top:12px;font-style:italic}@media (max-width:768px){.review_review__2IzCB{font-size:32px;line-height:40px;letter-spacing:-.48px}.review_container__gz50c svg{width:44px;height:44px}}@media (max-width:430px){.review_review__2IzCB{font-size:24px;line-height:32px;letter-spacing:-.1px}}.best-sellers_container__tzlhz{position:relative}.best-sellers_heading__KCZlr{display:flex;flex-direction:column;gap:24px}.best-sellers_wrapper__tIl2m{display:flex;align-items:center;justify-content:space-between}.best-sellers_tabs__1ayzc{display:flex;align-items:center;gap:12px;overflow-x:auto;&::-webkit-scrollbar{display:none}}.best-sellers_tab__7lrKj{padding:16px 24px;background-color:var(--slate-100);border-radius:90px;transition:all .3s cubic-bezier(.25,.46,.45,.94);color:var(--black);flex-shrink:0}.best-sellers_active__UUFMl{background-color:var(--black);color:var(--white)}.best-sellers_tab__7lrKj:not(.best-sellers_active__UUFMl):hover{background-color:var(--slate-200)}.best-sellers_products__aqpuh{margin-top:64px;display:flex;gap:24px;flex-wrap:nowrap;overflow-x:auto;&::-webkit-scrollbar{display:none}}.best-sellers_product__AJRnN{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px) / 3)}.best-sellers_btns__BW9u_{display:flex;gap:8px}.best-sellers_disabled__pOvtH{pointer-events:none}.best-sellers_disabled__pOvtH svg{stroke:var(--slate-200)}@media (max-width:1024px){.best-sellers_container__tzlhz{padding:0}.best-sellers_products__aqpuh,.best-sellers_tabs__1ayzc,.best-sellers_title__CWw_H{padding:0 48px}.best-sellers_btns__BW9u_{display:none}}@media (max-width:768px){.best-sellers_product__AJRnN{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px) / 2)}.best-sellers_products__aqpuh{margin-top:48px}}@media (max-width:430px){.best-sellers_title__CWw_H{padding:0 24px;font-size:40px;line-height:52px;letter-spacing:-.54px}.best-sellers_products__aqpuh,.best-sellers_tabs__1ayzc{padding:0 24px}.best-sellers_product__AJRnN{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 48px)}}.marquees_yellow__iMrZ6{position:relative;width:100vw;background-color:var(--warning-500);transform:skewY(-2deg);z-index:2}.marquees_yellow__iMrZ6 svg{fill:var(--white);margin-right:100px}.marquees_gray__gF8aS{position:relative;width:100vw;background-color:var(--slate-50);transform:skewY(4deg);z-index:1}.marquees_gray__gF8aS svg{fill:var(--slate-300);margin-right:100px}.marquees_logos__OFTZl{display:flex;align-items:center;height:120px}.news_wrapper__kW7PQ{display:flex;align-items:center;justify-content:space-between}.news_button__CvTIM svg{stroke:var(--black)}.news_news__AvuOe{margin-top:64px;display:grid;grid-template-columns:1fr .7fr;grid-gap:48px;gap:48px}.news_col___YoX2{display:flex;flex-direction:column;gap:48px}@media (max-width:768px){.news_news__AvuOe{margin-top:48px;gap:24px}.news_col___YoX2{gap:24px}}@media (max-width:430px){.news_wrapper__kW7PQ{flex-direction:column;align-items:flex-start;gap:24px}.news_title__WiGzs{font-size:40px;line-height:52px;letter-spacing:-.54px}.news_news__AvuOe{grid-template-columns:1fr}}.featured-post_card__RZEBq{position:relative;width:100%;min-height:70vh;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px}.featured-post_overlay__w1JPf{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);border-radius:16px;padding:40px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.featured-post_image__V1G0c{border-radius:16px;object-fit:cover;height:350px;width:100%}.featured-post_tag__MXLUE{color:var(--white);padding:10px 16px;border-radius:90px}.featured-post_content__GY1kV{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.featured-post_row__63r_5{display:flex;align-items:center;gap:12px}.featured-post_divider__NDuXs{width:.5px;height:100%;background:hsla(0,0%,100%,.1)}.featured-post_comments__ekska,.featured-post_date__2grmK{color:var(--white);display:flex;align-items:center;gap:8px}.featured-post_comments__ekska svg,.featured-post_date__2grmK{stroke:var(--white)}.featured-post_description__RIf7D,.featured-post_title__4Awfw{color:var(--white)}.featured-post_description__RIf7D{margin-top:12px}.featured-post_button__Kdygt{position:relative;color:var(--white)}.featured-post_button__Kdygt:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background-color:var(--white);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.featured-post_button__Kdygt:hover:before{transform:scaleX(0)}@media (max-width:768px){.featured-post_overlay__w1JPf{padding:24px}}@media (max-width:430px){.featured-post_title__4Awfw{font-size:32px;line-height:40px;letter-spacing:-.48px}}.blog-post_card__KOMXv{position:relative;min-height:70vh;background-size:cover;background-position:50%;background-repeat:no-repeat;gap:32px}.blog-post_card__KOMXv,.blog-post_overlay__jvHTx{width:100%;border-radius:16px;display:flex;flex-direction:column}.blog-post_overlay__jvHTx{position:absolute;top:0;left:0;height:100%;background:rgba(0,0,0,.5);padding:40px;justify-content:space-between;align-items:flex-start}.blog-post_image__hoZkC{border-radius:16px;object-fit:cover;height:350px;width:100%}.blog-post_tag__lAhL8{position:absolute;top:24px;left:24px;color:var(--white);background:var(--orange-600);padding:10px 16px;border-radius:90px;font-weight:500}.blog-post_content__p_DSs{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.blog-post_row__SI8E4{display:flex;align-items:center;gap:12px}.blog-post_divider__XOGPL{width:.5px;height:100%;background:hsla(0,0%,100%,.1)}.blog-post_comments__byPFs,.blog-post_date__fZ2b5{color:var(--black);display:flex;align-items:center;gap:8px}.blog-post_comments__byPFs svg,.blog-post_date__fZ2b5{stroke:var(--black)}.blog-post_description__JuQTk,.blog-post_title__QW_01{color:var(--black)}.blog-post_description__JuQTk{color:var(--slate-500);margin-top:12px}.blog-post_button__MncGu{position:relative;color:var(--black)}.blog-post_button__MncGu:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background-color:var(--black);transition:all .3s cubic-bezier(.25,.46,.45,.94);transform:scaleX(1);transform-origin:100% 0}.blog-post_button__MncGu:hover:before{transform:scaleX(0)}@media (max-width:768px){.blog-post_overlay__jvHTx{padding:24px}.blog-post_title__QW_01{font-size:24px;line-height:32px;letter-spacing:-.1px}}.specs_container__Hla0h{display:grid;grid-template-columns:2fr 1fr;align-items:flex-start;grid-gap:48px;gap:48px}.specs_specs__1dVNh{width:100%;margin-top:24px}.specs_spec__WeQQX:first-child{border-top:.5px solid var(--slate-200)}.specs_spec__WeQQX{border-bottom:.5px solid var(--slate-200)}.specs_content__TOS5U{padding:80px;background-color:var(--slate-50);border-radius:16px;display:flex;flex-direction:column;align-items:center}.specs_accesories__tcm_4{margin-top:24px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:48px;gap:48px}.specs_text__HNuOX{text-align:center}@media (max-width:768px){.specs_content__TOS5U{padding:48px}.specs_accesories__tcm_4{gap:24px}}@media (max-width:430px){.specs_container__Hla0h{grid-template-columns:1fr}.specs_content__TOS5U{padding:48px 24px}.specs_title__tY2vl{font-size:40px;line-height:52px;letter-spacing:-.54px}}.spec_container__zK2Gk{position:relative;padding:24px 0;cursor:pointer}.spec_container__zK2Gk svg{transition:all .3s cubic-bezier(.25,.46,.45,.94)}.spec_open__8HDKv svg{transform:rotate(45deg)}.spec_heading__UJpqz{display:flex;align-items:center;justify-content:space-between;width:100%}.spec_container__zK2Gk svg{stroke:var(--black)}.spec_items__UFAbk{margin-top:24px;display:grid;grid-template-columns:repeat(2,auto);grid-gap:24px;gap:24px}.spec_item__cQRub{display:grid;grid-gap:12px;gap:12px}.spec_title__jqY4O{font-weight:500}.spec_list__9PD6d{margin-top:8px}.spec_item_title__hd8zG{font-weight:500}.spec_sub_item__L5sq7{list-style-type:disc;margin-left:16px;color:var(--slate-500)}@media (max-width:768px){.spec_items__UFAbk{grid-template-columns:auto}}.promo-card_container__MIgPr{position:relative;flex:1 1;height:410px;background-image:url(/images/modern-speaker.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px;overflow:hidden}.promo-card_overlay__Np_4i{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:24px}.promo-card_content__gD5Uz svg{stroke:var(--white)}.promo-card_content__gD5Uz{text-align:center}.promo-card_title__KAumx{margin-top:24px}.promo-card_subtitle__Zs75F,.promo-card_title__KAumx{color:var(--white)}.promo-card_subtitle__Zs75F{margin-top:12px}.promo-card_button__xwwc4{margin-top:24px;background:none;color:var(--white)}.promo-card_button__xwwc4:hover{border:1.5px solid var(--white)}@media (max-width:430px){.promo-card_title__KAumx{font-size:24px;line-height:32px;letter-spacing:-.1px}}