*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav,section{display:block}body,html{min-width:100%;height:100%;overflow-x:hidden}body{line-height:1;font-family:Inter;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:16px;font-weight:400}@media(max-width:992px){body{font-size:14px}}body._lock{overflow:hidden;touch-action:none;height:100vh}button,input,textarea{font-family:Inter;font-size:14px}button{cursor:pointer;background:transparent}input::-ms-clear{display:none}button::-moz-focus-inner{padding:0;border:0}a{color:inherit}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}:root{--white:#fff;--black:#000;--black-100:#111;--yellow:#ffb21f;--orange:#e05100;--yellow-100:#fff2d1;--dark:#2e2e2e;--dark-100:#111;--gray:#9b9b9b;--gray-100:#e8e8e8;--gray-200:#d9d9d9;--gray-300:#ababab;--gray-400:#e4e4e4;--gray-500:#787878;--gray-600:#edf2f4;--gray-700:#f0f0f0;--gray-900:#9e9e9e;--gray-950:#e0e0e0;--purple:#6371f7;--purple-100:#2c3ef4;--purple-200:#2b3ef4;--white-100:#ffffffcc;--green:#1baf4e;--transition:0.2s all ease 0s;--transform:scale(1.02);--border-radius-2:2px;--border-radius-10:10px}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Light.8bd0aed8.woff2) format("woff2"),url(/_next/static/media/Inter-Light.93044716.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Regular.22a8d8ea.woff2) format("woff2"),url(/_next/static/media/Inter-Regular.328d32e5.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Medium.96cbe8a2.woff2) format("woff2"),url(/_next/static/media/Inter-Medium.63dccbe4.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-SemiBold.46ab4d36.woff2) format("woff2"),url(/_next/static/media/Inter-SemiBold.5be09b35.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-Bold.1d8ba97e.woff2) format("woff2"),url(/_next/static/media/Inter-Bold.37e983f6.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}[class*=__container]{padding:0 40px;margin:0 auto;max-width:1700px}@media(max-width:768px){[class*=__container]{padding:0 20px}}.h-100{height:200px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number],input[type=number]:focus,input[type=number]:hover{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.ant-modal-root .ant-modal-mask{background-color:rgba(0,0,0,.7)}.go4109123758{z-index:9999}.Loader_Loader__ybSaM{border:4px solid #000;border-top-color:gray;border-radius:50%;width:40px;height:40px;animation:Loader_spin__xOv8z .7s linear infinite;margin:0 auto}@keyframes Loader_spin__xOv8z{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-form{margin-top:10px}.auth-form__input{margin:5px 0;width:100%;padding:10px;border-bottom:2px solid var(--gray-200);transition:var(--transition)}.auth-form__input:focus{border-bottom-color:var(--gray-500)}label{display:inline-block;padding-left:10px;margin-top:10px;font-size:15px;font-weight:500}.password-container{position:relative}.password-container span{cursor:pointer;position:absolute;top:20px;right:18px}.formGroupSurname{margin-left:10px}.nameCol{display:flex;align-items:center;justify-content:space-between}.auth-form__btn{margin:10px 0;padding:15px 20px;width:100%;color:var(--white);background-color:var(--black);border-radius:var(--border-radius-10);transition:var(--transition)}.auth-form__btn:hover{background-color:var(--dark)}.havaAccount{margin:10px 0;text-align:center;color:var(--black-100)}.havaAccount span{cursor:pointer;color:var(--purple-100);text-decoration:underline}.formCheckBox{display:flex;align-items:center;justify-content:space-between;margin:30px 0 15px}.forgetPassword{cursor:pointer;transition:var(--transition)}.forgetPassword:hover{color:var(--gray-500)}@media(max-width:375px){.forgetPassword{width:180px;text-align:center}}.otp-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px;margin-bottom:20px}.error{color:red}.modal{margin:30px 0}.input-container{position:relative;margin:50px auto;width:200px}.input-container input[type=text]{font-size:20px;width:100%;border:none;border-bottom:2px solid #ccc;padding:5px 0;background-color:transparent;outline:none}.input-container .label{position:absolute;top:0;left:0;color:#ccc;transition:all .3s ease;pointer-events:none}.input-container input[type=text]:focus~.label,.input-container input[type=text]:valid~.label{top:-20px;font-size:16px;color:#333}.input-container .underline{position:absolute;bottom:0;left:0;height:2px;width:100%;background-color:#333;transform:scaleX(0);transition:all .3s ease}.input-container input[type=text]:focus~.underline,.input-container input[type=text]:valid~.underline{transform:scaleX(1)}.OrderDropDownContent_orderDropDownContent__R3in4{width:100%;padding:20px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.2)}.OrderDropDownContent_orderCardCol___2WPG{padding:15px}.OrderDropDownContent_orderDropDownTopCol__BR_ZF{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;color:var(--gray);margin:5px 0}.OrderDropDownContent_closeBtn__UQvWa{cursor:pointer}.OrderDropDownContent_orderCardMain__Er_Et{max-height:300px;overflow-y:scroll}.OrderDropDownContent_orderCardMain__Er_Et::-webkit-scrollbar{display:block}.OrderDropDownContent_ordersCol__R9Cm0{padding:20px 0;display:flex;border-bottom:2px solid var(--gray-400)}.OrderDropDownContent_orderTextSide__HpnhM{margin-left:10px}.OrderDropDownContent_productName__tK94Y{font-size:16px;line-height:20px;font-weight:700;color:#000}.OrderDropDownContent_productPrice___ASSw{font-size:13px;color:var(--purple-100);line-height:19.36px}.OrderDropDownContent_productDesc__DoNO0{margin-top:2px}.OrderDropDownContent_orderColorCol__Y6jAD{margin:2px 0}.OrderDropDownContent_descColor__SjBBw{font-size:14px;color:var(--gray);line-height:18px}.OrderDropDownContent_descRare__8Cr6I{margin:2px 0;font-size:14px;color:var(--yellow);line-height:18px}.OrderDropDownContent_productSelection__Rpa02{padding:8px;border:none;border-bottom:1px solid #ccc;background:#fff;font-size:14px;color:#333;margin-left:10px}.OrderDropDownContent_productSelection__Rpa02:focus{border-color:var(--yellow);box-shadow:0 0 5px var(--yellow);outline:none}.OrderDropDownContent_productSelection__Rpa02 option{background:#fff;color:#333;height:50px}.OrderDropDownContent_orderDropdownButton__jlCTW{background-color:var(--yellow-100);padding:10px}.OrderDropDownContent_buttonCol__9BZsa{display:flex;align-items:center;justify-content:space-between}.OrderDropDownContent_buttonCol__9BZsa span:first-child{font-size:12px}.OrderDropDownContent_buttonCol__9BZsa a button:first-child{padding:15px 25px;background-color:var(--black);color:var(--white);border-radius:var(--border-radius-10);margin-right:30px}.OrderDropDownContent_buttonCol__9BZsa .OrderDropDownContent_lastBtn__VLETM{padding:15px 25px;background-color:var(--yellow)!important;flex:1 0 auto;color:var(--black)!important;border-radius:var(--border-radius-10)}.OrderDropDownContent_orderPaymant__NItvm{margin:10px 0 20px;font-size:12px;color:var(--gray-300)}.BaseLayout_baseLayout__E_meD{display:flex;flex-direction:column;min-height:100vh}.BaseLayout_baseLayout__E_meD .BaseLayout_main__uOCfW{flex:1 1 auto}.Footer_footer__kObrD{position:relative;padding:28px 0 16px;background-color:var(--dark-100);margin-top:30px}@media(max-width:768px){.Footer_footer__kObrD{padding:0}}.Footer_footer__kObrD .Footer_bgImage__fXtsi{position:absolute;top:0;left:-7%;height:100%}.Footer_footer__kObrD .Footer_bgImage__fXtsi img{height:100%}.Footer_footer__kObrD .Footer_row__og6EC{display:flex;justify-content:space-between;position:relative;z-index:1;padding-bottom:30px;border-bottom:1px solid hsla(0,0%,100%,.149);gap:200px}@media(max-width:768px){.Footer_footer__kObrD .Footer_row__og6EC{display:none}}.Footer_footer__kObrD .Footer_left__eKeMs{flex:0 1 30%}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_title__AbDVN{font-size:12px;font-weight:700;color:var(--yellow);margin-bottom:16px}@media(max-width:768px){.Footer_footer__kObrD .Footer_left__eKeMs .Footer_title__AbDVN{margin-bottom:0}}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_form__NI0e7{display:flex;margin-bottom:24px}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_input__LJ3lU{width:100%;height:40px;border-radius:6px 0 0 6px;padding:6px;font-size:14px}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_input__LJ3lU::placeholder{color:var(--gray-500)}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_button__lc_7s{background-color:var(--gray-400);color:var(--gray);padding:10px 12px;font-size:12px;white-space:nowrap;border-radius:0 6px 6px 0;cursor:pointer}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_socialTitle__ElGqz{size:14px;color:var(--white);margin-bottom:24px;font-weight:700}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_socialRow__Gf9rd{display:flex;align-items:center;gap:20px;cursor:pointer}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_socialLink__ZXzdk{transition:var(--transition)}.Footer_footer__kObrD .Footer_left__eKeMs .Footer_socialLink__ZXzdk:hover{transform:scale(1.1)}.Footer_footer__kObrD .Footer_right__aSrgA{flex:0 1 70%;display:grid;grid-template-columns:repeat(3,1fr)}.Footer_footer__kObrD .Footer_right__aSrgA .Footer_nav__eTm6s .Footer_title__AbDVN{font-size:13px;font-weight:700;color:var(--white);margin-bottom:20px}.Footer_footer__kObrD .Footer_right__aSrgA .Footer_list__K_Ea9{display:flex;flex-direction:column;gap:18px}.Footer_footer__kObrD .Footer_right__aSrgA .Footer_link__oUQ2G{color:hsla(0,0%,100%,.502);font-size:12px;font-weight:600;transition:var(--transition)}.Footer_footer__kObrD .Footer_right__aSrgA .Footer_link__oUQ2G:hover{color:var(--white)}.Footer_footer__kObrD .Footer_bottomBlock__lztFS{display:flex;justify-content:space-between;padding:16px 0 0;position:relative;z-index:10}@media(max-width:768px){.Footer_footer__kObrD .Footer_bottomBlock__lztFS{display:flex;flex-direction:column;padding:40px 0 0}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_left__eKeMs{display:flex;justify-content:flex-end;align-items:center;padding:20px 0;position:relative}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_left__eKeMs:before{content:"";position:absolute;top:0;height:1px;width:calc(100% + 40px);left:-20px;background-color:hsla(0,0%,100%,.149)}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_left__eKeMs:after{content:"";position:absolute;bottom:0;height:1px;width:calc(100% + 40px);left:-20px;background-color:hsla(0,0%,100%,.149)}}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_left__eKeMs .Footer_title__AbDVN{color:hsla(0,0%,100%,.502);font-size:13px;font-weight:700;margin-right:24px}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_left__eKeMs .Footer_link__oUQ2G:not(:last-child){margin-right:18px}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_right__aSrgA{flex:0 1 20%;display:flex;align-items:center}@media(max-width:768px){.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_right__aSrgA{flex:0 1 100%;padding:12px 0 20px;justify-content:space-between}}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_right__aSrgA .Footer_carts__4xknq{display:flex;gap:20px;margin-right:24px}@media(max-width:768px){.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_right__aSrgA .Footer_carts__4xknq{gap:12px}}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_right__aSrgA .Footer_image__K82wf{width:70px;height:40px}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_right__aSrgA .Footer_image__K82wf img{object-fit:contain;width:100%;height:100%}@media(max-width:768px){.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_right__aSrgA .Footer_image__K82wf{width:38px;height:22px}}.Footer_footer__kObrD .Footer_bottomBlock__lztFS .Footer_right__aSrgA .Footer_title__AbDVN{white-space:nowrap;color:hsla(0,0%,100%,.502);font-size:13px;font-weight:700}.SubMenuMobile_SubMenuMobile__FOWtL{position:fixed;left:-100%;top:0;overflow-y:auto;width:100%;height:100vh;transition:var(--transition);z-index:1000}.SubMenuMobile_SubMenuMobile__FOWtL.SubMenuMobile_active__rqOYR{left:0}.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr{width:80%;height:100%;background-color:var(--white);display:flex;flex-direction:column}.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_backPage__qnDLj{padding:20px;display:flex;align-items:center;gap:12px}.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_menu__2K18t{flex:1 1 auto}.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_menu__2K18t .SubMenuMobile_list__f8kFr .SubMenuMobile_button__VBfD7{padding:11px;border-radius:6px;color:var(--black);font-size:16px;background-color:var(--yellow);transition:var(--transition);display:block;text-align:center;margin-top:20px;text-transform:uppercase}.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_menu__2K18t .SubMenuMobile_item__yrLJi{background-color:#fff;border-bottom:1px solid var(--gray-700)}.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_menu__2K18t .SubMenuMobile_item__yrLJi .SubMenuMobile_link__Yr7w_{padding:15px;display:block;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;color:var(--dark-100)}.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_menu__2K18t .SubMenuMobile_item__yrLJi .SubMenuMobile_link__Yr7w_.SubMenuMobile_linkActive__IaGXM,.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_menu__2K18t .SubMenuMobile_item__yrLJi .SubMenuMobile_link__Yr7w_:active,.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_menu__2K18t .SubMenuMobile_item__yrLJi .SubMenuMobile_link__Yr7w_:hover{color:var(--orange)}.SubMenuMobile_SubMenuMobile__FOWtL .SubMenuMobile_menuPopup__iazfr .SubMenuMobile_social__S9e27{padding:15px;display:flex;gap:10px}.MenuMobile_menuMobilePopup__5S_zN{position:fixed;left:-100%;top:0;overflow-y:auto;width:100%;height:100vh;transition:var(--transition);z-index:1000}.MenuMobile_menuMobilePopup__5S_zN.MenuMobile_active__t_c8r{left:0;background-color:rgba(0,0,0,.502)}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X{width:80%;height:100%;background-color:var(--white);display:flex;flex-direction:column}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_profileBlock__QaSqd{padding:14px;border-bottom:1px solid var(--gray-700)}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_profileBlock__QaSqd .MenuMobile_row__8PgZR{display:flex;align-items:center;gap:10px;margin-bottom:20px}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_profileBlock__QaSqd .MenuMobile_profile__7MzJB{border-radius:50%;background-color:var(--gray-600);width:40px;height:40px;display:flex;justify-content:center;align-items:center}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_profileBlock__QaSqd .MenuMobile_profile__7MzJB svg{width:22px;height:22px;color:var(--dark-100)}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_profileBlock__QaSqd .MenuMobile_username__LnnJ_{font-size:14px;font-weight:700;color:var(--dark-100)}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_profileBlock__QaSqd .MenuMobile_title__iXsSc{text-align:right;font-size:15px;text-transform:uppercase;color:var(--purple-200);font-weight:700;cursor:pointer}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_profileBlock__QaSqd .MenuMobile_titleSpan__p8ytF{font-size:12px;color:var(--dark-100);text-transform:lowercase;margin:0 5px}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_menu__SKUXw{flex:1 1 auto}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_menu__SKUXw .MenuMobile_list__vcVog:first-child{padding-bottom:10px;background-color:var(--gray-700)}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_menu__SKUXw .MenuMobile_item__Nvft5{background-color:#fff;border-bottom:1px solid var(--gray-700);transition:var(--transition)}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_menu__SKUXw .MenuMobile_item__Nvft5 .MenuMobile_link__hS1__{padding:15px;display:block;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;color:var(--dark-100)}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_menu__SKUXw .MenuMobile_item__Nvft5 .MenuMobile_link__hS1__.MenuMobile_linkActive__lFe3w,.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_menu__SKUXw .MenuMobile_item__Nvft5 .MenuMobile_link__hS1__:active,.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_menu__SKUXw .MenuMobile_item__Nvft5 .MenuMobile_link__hS1__:hover{color:var(--orange)}.MenuMobile_menuMobilePopup__5S_zN .MenuMobile_menuPopup__VdL9X .MenuMobile_social__Vo_b2{padding:15px;display:flex;gap:10px}.SearchHeader_search__y8t_Y{flex:1 1 auto;position:relative;z-index:100}@media(min-width:992px){.SearchHeader_search__y8t_Y{margin-left:10px}}.SearchHeader_search__y8t_Y .SearchHeader_bgEmpty__8uion{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:-1}.SearchHeader_search__y8t_Y .SearchHeader_wrapper__iJrlu{width:100%;position:relative}.SearchHeader_search__y8t_Y .SearchHeader_iconSearch__86AlM{position:absolute;top:50%;transform:translateY(-50%);left:14px;z-index:10}.SearchHeader_search__y8t_Y .SearchHeader_inputWrapper__REKRc{width:100%}.SearchHeader_search__y8t_Y input{width:100%;height:40px;padding-left:40px;padding-right:10px;border-radius:4px;font-size:13px}.SearchHeader_search__y8t_Y input::placeholder{color:var(--dark)}.SearchHeader_search__y8t_Y .SearchHeader_dropdown__J1poI{position:absolute;top:calc(100% + 10px);left:0;width:100%;padding:14px;border-radius:4px;z-index:100;background-color:#fff}.SearchHeader_search__y8t_Y .SearchHeader_title__smWaI{font-size:18px;font-weight:700;margin-bottom:12px}.SearchHeader_search__y8t_Y ul{display:flex;flex-direction:column;gap:4px}.SearchHeader_search__y8t_Y a{padding:10px 6px;display:flex;align-items:center;gap:6px;transition:var(--transition);border-radius:4px}.SearchHeader_search__y8t_Y a:hover{background-color:#f5f5f5}.SearchHeader_search__y8t_Y a span{font-size:13px;color:#000;font-weight:600}@keyframes Shimmer_shimmerBackground__iG6qc{0%{background-position:-5000px 0}to{background-position:5000px 0}}.Shimmer_shimmer__ziW8H{width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,51%,.3) 8%,hsla(0,0%,51%,.4) 18%,hsla(0,0%,51%,.3) 33%);background-size:1000px 1000px;animation:Shimmer_wave-lines__ULM62 2s ease-out infinite;border-radius:2px}@keyframes Shimmer_wave-lines__ULM62{0%{background-position:-468px 0}to{background-position:468px 0}}.GroupShimmer_GroupShimmer__g8zQj{width:10%;height:24px}.Header_header__qeMov{position:relative;z-index:500}.Header_header__qeMov .Header_categories__NRqVA{padding:16px 100px;background-color:var(--white)}.Header_header__qeMov .Header_categories__NRqVA .Header_row__dYXQ3{display:flex;gap:24px;justify-content:space-between}@media(max-width:768px){.Header_header__qeMov .Header_categories__NRqVA{padding:10px 40px;padding:6px 24px}}.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk{cursor:pointer;width:120px;text-align:center}.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk.Header_ugurActive__vmKKa .Header_title__MyKWz,.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk:hover .Header_title__MyKWz{color:var(--yellow)}.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk .Header_image__rb2zy{width:100%;height:100px;position:relative;font-size:12px}.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk .Header_image__rb2zy img{object-fit:contain}@media(max-width:768px){.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk .Header_image__rb2zy{height:50px}}@media(max-width:479px){.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk .Header_image__rb2zy{height:40px}}.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk .Header_title__MyKWz{font-size:14px;color:var(--black);text-transform:uppercase;transition:var(--transition);font-weight:500}@media(max-width:768px){.Header_header__qeMov .Header_categories__NRqVA .Header_item__R0OGk .Header_title__MyKWz{font-size:8px;text-align:center}}.Header_body__wqfLW{position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:900}@media(max-width:768px){.Header_body__wqfLW{display:none}}.Header_body__wqfLW .Header_row__dYXQ3{display:flex;justify-content:space-between;align-items:center;gap:20px}.Header_body__wqfLW .Header_searchBlock__EkibW{padding:10px 0;background-color:var(--dark-100)}@media(max-width:1400px){.Header_body__wqfLW .Header_searchBlock__EkibW{gap:40px}}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_left__PkseL{display:flex;flex:1 1 auto;gap:4px}@media(max-width:1400px){.Header_body__wqfLW .Header_searchBlock__EkibW .Header_left__PkseL{gap:8px}}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_item__R0OGk{display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s;flex:1 0 5%}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_item__R0OGk:hover{opacity:.8}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_item__R0OGk:first-child{margin-right:10px}@media(max-width:1400px){.Header_body__wqfLW .Header_searchBlock__EkibW .Header_item__R0OGk{gap:4px}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_item__R0OGk:first-child{margin-right:0}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_item__R0OGk svg{width:16px;height:16px}}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_item__R0OGk .Header_title__MyKWz{font-size:12px;color:var(--white);white-space:nowrap}@media(max-width:1400px){.Header_body__wqfLW .Header_searchBlock__EkibW .Header_item__R0OGk .Header_title__MyKWz{font-size:11px}}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_searchWrapper__f4P2d{flex:1 1 auto;position:relative}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_searchWrapper__f4P2d .Header_iconSearch__MaNo_{position:absolute;top:50%;transform:translateY(-50%);left:14px;z-index:10}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_searchWrapper__f4P2d input{width:100%;height:40px;padding-left:40px;padding-right:10px;border-radius:4px;font-size:13px}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_searchWrapper__f4P2d input::placeholder{color:var(--dark)}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_right__qwXjJ{display:flex;align-items:center;gap:20px}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_languagesWrapper__538VA{position:relative}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_languagesWrapper__538VA.Header_active__4cBPx .Header_dropdownLanguages__uFWi_{opacity:1;transform:translateY(0)}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_languagesWrapper__538VA .Header_dropdownLanguages__uFWi_{position:absolute;width:100%;top:calc(100% + 10px);opacity:0;transform:translateY(-10px);z-index:1000;box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_languagesWrapper__538VA .Header_dropdownLanguages__uFWi_ ul{border-radius:8px}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_languagesWrapper__538VA .Header_dropdownLanguages__uFWi_ li{width:150px;background-color:#fff;padding:8px 10px;transition:var(--transition);cursor:pointer}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_languagesWrapper__538VA .Header_dropdownLanguages__uFWi_ li:hover{opacity:.9}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_languages__x5_Jv{display:flex;align-items:center;gap:4px;position:relative;z-index:10;cursor:pointer}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_languages__x5_Jv:after{content:"";background-color:var(--gray);width:1px;height:calc(100% + 6px);position:absolute;top:-3px;right:-10px}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_language__teq3_{display:flex;align-items:center;gap:4px;color:var(--white);font-size:14px;position:relative}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_selectedLanguage__GEjVa{font-size:14px;color:var(--white);position:relative}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_selectedLanguage__GEjVa:after{content:"";background-color:var(--gray);width:1px;height:calc(100% + 6px);position:absolute;top:-3px;right:-10px}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_shopFinder__PAsjc{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--white)}.Header_body__wqfLW .Header_searchBlock__EkibW .Header_shopFinder__PAsjc span{white-space:nowrap}.Header_nav__S1G55{background-color:var(--white);z-index:100}.Header_nav__S1G55 .Header_row__dYXQ3{display:flex;justify-content:space-between;z-index:100}.Header_nav__S1G55 .Header_left__PkseL{display:flex;align-items:center;gap:10px;flex:1 1 auto}.Header_nav__S1G55 .Header_left__PkseL .Header_logo__jCS9J{width:100px;height:50px;position:relative}.Header_nav__S1G55 .Header_left__PkseL .Header_logo__jCS9J img{object-fit:contain}.Header_nav__S1G55 .Header_left__PkseL .Header_menuWrapper__52_f4{width:100%;max-width:1400px;margin:0 auto}.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh{position:absolute;top:72.5%;transform:translateY(-50%);width:28px;height:28px;border:none;border-radius:50%;background:rgba(0,0,0,.08);color:var(--black);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:14px;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .3s}.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh:hover{background:rgba(0,0,0,.15)}@media(max-width:768px){.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh.Header_left__PkseL{left:0}.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh.Header_right__qwXjJ{right:0}}@media(min-width:769px)and (max-width:1823px){.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh.Header_left__PkseL{left:130px}.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh.Header_right__qwXjJ{right:285px}}@media(min-width:1824px)and (max-width:1920px){.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh.Header_left__PkseL{left:240px}.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh.Header_right__qwXjJ{right:395px}}@media(min-width:1921px){.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh.Header_left__PkseL{left:810px}.Header_nav__S1G55 .Header_left__PkseL .Header_scroll-btn__Y4NBh.Header_right__qwXjJ{right:965px}}.Header_nav__S1G55 .Header_left__PkseL .Header_menu__TgiBd{display:flex;align-items:center;gap:25px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;white-space:nowrap;width:100%;margin:0 auto}.Header_nav__S1G55 .Header_left__PkseL .Header_menu__TgiBd::-webkit-scrollbar{display:none}.Header_nav__S1G55 .Header_left__PkseL .Header_menu__TgiBd{scrollbar-width:none;-webkit-overflow-scrolling:touch}.Header_nav__S1G55 .Header_left__PkseL .Header_menu__TgiBd:after{content:"";position:absolute;top:0;right:0;width:60px;height:100%;pointer-events:none}.Header_nav__S1G55 .Header_left__PkseL .Header_menu__TgiBd:before{content:"";position:absolute;top:0;left:0;width:60px;height:100%;pointer-events:none}@media(max-width:768px){.Header_nav__S1G55 .Header_left__PkseL .Header_menu__TgiBd{width:100%;max-width:1000px}}@media(min-width:769px)and (max-width:1823px){.Header_nav__S1G55 .Header_left__PkseL .Header_menu__TgiBd{width:100%;max-width:1050px}}@media(min-width:1824px){.Header_nav__S1G55 .Header_left__PkseL .Header_menu__TgiBd{width:100%;max-width:1200px}}.Header_nav__S1G55 .Header_left__PkseL .Header_item__R0OGk{transition:var(--transition);height:100%;display:flex;align-items:center;height:64px;position:static}.Header_nav__S1G55 .Header_left__PkseL .Header_item__R0OGk:hover .Header_dropdown__VSJKv{opacity:1;pointer-events:fill;transition:var(--transition)}.Header_nav__S1G55 .Header_left__PkseL .Header_item__R0OGk:hover .Header_link__b2B82{color:var(--yellow)}.Header_nav__S1G55 .Header_left__PkseL .Header_item__R0OGk:hover .Header_link__b2B82:after{opacity:1;transition:var(--transition)}.Header_nav__S1G55 .Header_left__PkseL .Header_item__R0OGk .Header_link__b2B82{font-size:16px;height:50%;display:flex;align-items:center;cursor:pointer;position:relative}.Header_nav__S1G55 .Header_left__PkseL .Header_item__R0OGk .Header_link__b2B82:after{content:"";width:14px;height:11px;background-color:var(--yellow);rotate:45deg;position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%);transition:var(--transition);pointer-events:inherit;opacity:0}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv{position:absolute;z-index:1000;left:0;top:100%;width:100vw;min-height:200px;background-color:var(--white);padding:8px 0;opacity:0;pointer-events:none;transition:var(--transition);cursor:auto}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_dropdownList__Z70qw{display:flex;flex-direction:column;justify-content:space-between;height:100%}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_subList__RFvg9{display:flex;flex-wrap:wrap;flex-direction:column;height:130px;max-width:-moz-fit-content;max-width:fit-content;column-gap:100px}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_subItem__DZoiV{margin-bottom:14px}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_subLink__XUf1c{font-size:16px;transition:var(--transition)}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_subLink__XUf1c:hover{color:var(--yellow)}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_button__IipQi{padding:11px;border-radius:6px;color:var(--black);font-size:16px;background-color:var(--yellow);transition:var(--transition);display:block;text-align:center;margin-top:20px;text-transform:lowercase}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_button__IipQi:first-letter{text-transform:uppercase!important}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_button__IipQi:hover{opacity:.8}.Header_nav__S1G55 .Header_left__PkseL .Header_dropdown__VSJKv .Header_button__IipQi:active{transform:scale(1.02)}.Header_nav__S1G55 .Header_right__qwXjJ{display:flex;align-items:center;gap:30px}.Header_nav__S1G55 .Header_right__qwXjJ .Header_profile__R0LrL{display:flex;align-items:center;gap:14px}.Header_nav__S1G55 .Header_right__qwXjJ .Header_profile__R0LrL h2{font-size:13px}.Header_nav__S1G55 .Header_right__qwXjJ .Header_iconProfile__tZZch{position:relative}.Header_nav__S1G55 .Header_right__qwXjJ .Header_iconProfile__tZZch .Header_icon__kTsOm{cursor:pointer}.Header_nav__S1G55 .Header_right__qwXjJ .Header_iconProfile__tZZch .Header_icon__kTsOm svg{color:var(--dark-100)}.Header_nav__S1G55 .Header_right__qwXjJ .Header_iconProfile__tZZch:hover .Header_loginDropdown__eNKEZ{transform:translate(-32%);opacity:1;pointer-events:auto}.Header_nav__S1G55 .Header_right__qwXjJ .Header_loginDropdown__eNKEZ{position:absolute;top:100%;left:-50%;transform:translate(-32%,15px);width:130px;border:1px solid var(--gray-100);border-radius:2px;transition:var(--transition);background-color:var(--white);opacity:0;pointer-events:none;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);z-index:10}.Header_nav__S1G55 .Header_right__qwXjJ .Header_loginDropdown__eNKEZ .Header_loginDropdownList__2p18g{position:relative;padding:12px 8px;z-index:10;display:flex;flex-direction:column;align-items:center}.Header_nav__S1G55 .Header_right__qwXjJ .Header_loginDropdown__eNKEZ .Header_loginDropdownList__2p18g:before{content:"";position:absolute;top:-5px;left:calc(50% - 5px);transform:translateX(-50%);width:20px;height:20px;rotate:45deg;z-index:inherit;border:1px solid var(--gray-100);background-color:#fff}.Header_nav__S1G55 .Header_right__qwXjJ .Header_loginDropdown__eNKEZ .Header_buttonLogin__muZZc{padding:10px;width:100%;border-radius:10px;color:var(--white);background-color:var(--black);margin-bottom:10px;transition:var(--transition)}.Header_nav__S1G55 .Header_right__qwXjJ .Header_loginDropdown__eNKEZ .Header_buttonLogin__muZZc:active{transform:scale(1.02)}.Header_nav__S1G55 .Header_right__qwXjJ .Header_loginDropdown__eNKEZ .Header_buttonLogin__muZZc:hover{opacity:.8}.Header_nav__S1G55 .Header_right__qwXjJ .Header_loginDropdown__eNKEZ .Header_title__MyKWz{margin-bottom:6px;font-size:12px;color:var(--black);text-align:center}.Header_nav__S1G55 .Header_right__qwXjJ .Header_loginDropdown__eNKEZ .Header_buttonRegister__xtr21{font-size:13px;color:var(--purple);margin:0 auto}.Header_nav__S1G55 .Header_right__qwXjJ .Header_icon__kTsOm{cursor:pointer;padding:20px 0}.Header_nav__S1G55 .Header_right__qwXjJ .Header_iconCart__9L3Ku{position:relative}.Header_nav__S1G55 .Header_right__qwXjJ .Header_iconCart__9L3Ku.Header_open__Vh3uO .Header_cartDropdown__Uc7Rv{opacity:1;pointer-events:auto;transform:translate(-90%)}.Header_nav__S1G55 .Header_right__qwXjJ .Header_cartDropdown__Uc7Rv{position:absolute;top:100%;left:-50%;transform:translate(-32%,15px);width:400px;border:1px solid var(--gray-100);border-radius:2px;transition:var(--transition);background-color:var(--white);opacity:0;pointer-events:none;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);z-index:10}.Header_nav__S1G55 .Header_right__qwXjJ .Header_cartDropdown__Uc7Rv .Header_cartDropdownList__KcJ3u{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center}.Header_nav__S1G55 .Header_right__qwXjJ .Header_cartDropdown__Uc7Rv .Header_cartDropdownList__KcJ3u:before{content:"";position:absolute;top:-5px;left:calc(96% - 5px);transform:translateX(-50%);width:20px;height:20px;rotate:45deg;z-index:inherit;border:1px solid var(--gray-100);background-color:#fff}.Header_nav__S1G55 .Header_right__qwXjJ .Header_cartItemCount__Zx795{position:absolute;display:inline-block;margin-left:-10px;width:17px;padding-top:3px;margin-top:-4px;text-align:center;height:17px;font-size:12px;border-radius:50%;background-color:red;color:#fff}.Header_bodyMobile__HjX2h{display:none}@media(max-width:768px){.Header_bodyMobile__HjX2h{display:block;background-color:var(--dark-100);position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:900}.Header_bodyMobile__HjX2h .Header_top__HbIMN{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid var(--gray-200)}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_logo__jCS9J{width:90px;height:30px;position:relative;display:block}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_logo__jCS9J img{object-fit:contain}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additionalGroup__sSstO{display:flex;gap:10px;align-items:center}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additionalGroup__sSstO .Header_icon__kTsOm{cursor:pointer}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additionalGroup__sSstO .Header_iconCart__9L3Ku{position:relative}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additionalGroup__sSstO .Header_iconCart__9L3Ku.Header_open__Vh3uO .Header_cartDropdown__Uc7Rv{opacity:1;pointer-events:auto;transform:translate(-90%)}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additionalGroup__sSstO .Header_cartDropdown__Uc7Rv{position:absolute;top:100%;left:-50%;transform:translate(-32%,15px);width:400px;border:1px solid var(--gray-100);border-radius:2px;transition:var(--transition);background-color:var(--white);opacity:0;pointer-events:none;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);z-index:10}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additionalGroup__sSstO .Header_cartDropdown__Uc7Rv .Header_cartDropdownList__KcJ3u{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additionalGroup__sSstO .Header_cartDropdown__Uc7Rv .Header_cartDropdownList__KcJ3u:before{content:"";position:absolute;top:-5px;left:calc(96% - 5px);transform:translateX(-50%);width:20px;height:20px;rotate:45deg;z-index:inherit;border:1px solid var(--gray-100);background-color:#fff}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additionalGroup__sSstO .Header_cartItemCount__Zx795{position:relative;display:inline-block;margin-left:-10px;width:17px;padding-top:3px;margin-top:-4px;text-align:center;height:17px;font-size:12px;border-radius:50%;background-color:red;color:#fff}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additional__pDfoO{padding:6px;transition:var(--transition)}.Header_bodyMobile__HjX2h .Header_top__HbIMN .Header_additional__pDfoO:active{transform:scale(1.05)}.Header_bodyMobile__HjX2h .Header_bottom__TVc9X{padding:12px;position:-webkit-sticky;position:sticky}.Header_bodyMobile__HjX2h .Header_bottom__TVc9X .Header_searchWrapper__f4P2d{flex:1 1 auto}.Header_bodyMobile__HjX2h .Header_bottom__TVc9X .Header_searchWrapper__f4P2d .Header_iconSearch__MaNo_{top:50%;transform:translateY(-50%);left:14px;z-index:10}.Header_bodyMobile__HjX2h .Header_bottom__TVc9X .Header_searchWrapper__f4P2d input{width:100%;height:40px;padding-left:40px;padding-right:10px;border-radius:4px;font-size:12px}.Header_bodyMobile__HjX2h .Header_bottom__TVc9X .Header_searchWrapper__f4P2d input::placeholder{color:var(--dark)}}.Header_authDropdown__78etS{padding:10px 0;border-bottom:1px solid var(--gray-300);transition:var(--transition)}.Header_authDropdown__78etS:hover{color:var(--yellow)}.UgurShimmer_UgurShimmer__qmC5y{width:18%}@media(max-width:768px){.UgurShimmer_UgurShimmer__qmC5y{width:25%}}.UgurShimmer_UgurShimmer__qmC5y .UgurShimmer_image__U5aLn{height:100px;margin-bottom:6px}@media(max-width:768px){.UgurShimmer_UgurShimmer__qmC5y .UgurShimmer_image__U5aLn{height:50px}}@media(max-width:479px){.UgurShimmer_UgurShimmer__qmC5y .UgurShimmer_image__U5aLn{height:40px}}.UgurShimmer_UgurShimmer__qmC5y .UgurShimmer_title__9VGWw{height:14px;width:60%;margin:0 auto}@media(max-width:479px){.UgurShimmer_UgurShimmer__qmC5y .UgurShimmer_title__9VGWw{margin-bottom:2px}}.hovered{position:absolute;top:0;left:0;width:100%;height:10000%;z-index:10;background-color:rgba(0,0,0,.502);transition:var(--transition)}.BannerShimmer_BannerShimmer__Qkz0f{width:100%;height:360px;margin:20px 0 40px}@media(max-width:768px){.BannerShimmer_BannerShimmer__Qkz0f{margin:15px 0 20px;height:260px}.ProductItem_ProductItem__Hg11q{flex:0 0 40%}}.ProductItem_ProductItem__Hg11q .ProductItem_imageWrapper__SlcwM{position:relative}.ProductItem_ProductItem__Hg11q .ProductItem_sale__bHUKL{position:absolute;top:10px;left:10px;background-color:var(--purple-100);border-radius:50px;padding:8px 10px;z-index:1;font-size:11px;color:var(--white)}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_sale__bHUKL{top:8px;left:8px;font-size:9px}}.ProductItem_ProductItem__Hg11q .ProductItem_end_date__d4PCp{position:absolute;top:40px;left:10px;background-color:var(--purple-100);border-radius:50px;padding:8px 10px;z-index:1;font-size:11px;color:var(--white)}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_end_date__d4PCp{top:38px;left:8px;font-size:9px}}.ProductItem_ProductItem__Hg11q .ProductItem_like__SXX7Q{position:absolute;top:10px;right:10px;z-index:1}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_like__SXX7Q{top:8px;right:8px}.ProductItem_ProductItem__Hg11q .ProductItem_like__SXX7Q svg{width:18px;height:18px}}.ProductItem_ProductItem__Hg11q .ProductItem_image__mQsQq{display:block;position:relative;height:282px;margin-bottom:8px}.ProductItem_ProductItem__Hg11q .ProductItem_image__mQsQq:hover .ProductItem_imageDefault__F0333{opacity:0}.ProductItem_ProductItem__Hg11q .ProductItem_image__mQsQq:hover .ProductItem_imageHovered__cfNkW{opacity:1}.ProductItem_ProductItem__Hg11q .ProductItem_image__mQsQq .ProductItem_imageDefault__F0333{opacity:1;transition:var(--transition)}.ProductItem_ProductItem__Hg11q .ProductItem_image__mQsQq .ProductItem_imageHovered__cfNkW{transition:var(--transition);opacity:0}.ProductItem_ProductItem__Hg11q .ProductItem_image__mQsQq img{border-radius:10px}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_image__mQsQq{height:136px}.ProductItem_ProductItem__Hg11q .ProductItem_image__mQsQq img{object-fit:contain}}.ProductItem_ProductItem__Hg11q .ProductItem_stock__kxIzp{position:absolute;bottom:34px;left:6px;z-index:1;padding:3px 9px;color:var(--green);background-color:var(--white);border-radius:4px}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_stock__kxIzp{padding:2px 8px;font-size:14px}}.ProductItem_ProductItem__Hg11q .ProductItem_stocks__dZN93{position:absolute;bottom:6px;left:6px;z-index:1;padding:3px 9px;color:var(--orange);background-color:var(--white);border-radius:4px}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_stocks__dZN93{padding:2px 8px;font-size:14px}}.ProductItem_ProductItem__Hg11q .ProductItem_new__gbzJA{position:absolute;bottom:6px;right:6px;z-index:1;padding:3px 9px;color:var(--green);background-color:var(--white);border-radius:4px}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_new__gbzJA{padding:2px 8px;font-size:14px}}.ProductItem_ProductItem__Hg11q .ProductItem_title__Y3d0q{font-size:16px;font-weight:700;color:var(--dark-100);margin-bottom:6px;display:block}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_title__Y3d0q{font-size:14px}}.ProductItem_ProductItem__Hg11q .ProductItem_subTitle__FKVM4{font-size:13px;color:var(--dark-100);margin-bottom:8px;display:block}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_subTitle__FKVM4{font-size:12px;margin-bottom:6px}}.ProductItem_ProductItem__Hg11q .ProductItem_priceWrapper__6IF_3{display:flex;align-items:center;gap:8px}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_priceWrapper__6IF_3{flex-direction:column;align-items:start;gap:4px}}.ProductItem_ProductItem__Hg11q .ProductItem_price__uip47{color:var(--purple-100);font-size:16px}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_price__uip47{font-size:13px}}.ProductItem_ProductItem__Hg11q .ProductItem_priceThrough__b81D6{font-size:15px;color:var(--gray-300);text-decoration:line-through}@media(max-width:768px){.ProductItem_ProductItem__Hg11q .ProductItem_priceThrough__b81D6{font-size:11px}}.BicycleProducts_products__94b6Q{margin:50px 0}@media(max-width:768px){.BicycleProducts_products__94b6Q{margin:40px 0}}.BicycleProducts_products__94b6Q .BicycleProducts_titleBlock__kkEMN{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.BicycleProducts_products__94b6Q .BicycleProducts_title__8a6qc{font-size:28px;color:var(--dark-100)}@media(max-width:768px){.BicycleProducts_products__94b6Q .BicycleProducts_title__8a6qc{font-size:16px}}.BicycleProducts_products__94b6Q .BicycleProducts_link__c4rV5{font-size:16px;font-weight:700;color:var(--dark-100);transition:var(--transition);text-decoration:underline}.BicycleProducts_products__94b6Q .BicycleProducts_link__c4rV5:hover{color:var(--yellow)}@media(max-width:768px){.BicycleProducts_products__94b6Q .BicycleProducts_link__c4rV5{font-size:12px}}.products-swiper .swiper{overflow:hidden;position:relative}.products-swiper .swiper .swiper-wrapper{display:flex;width:-moz-fit-content;width:fit-content}.products-swiper .swiper .products-swiper__navigation{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.8);width:34px;height:34px;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}@media(max-width:768px){.products-swiper .swiper .products-swiper__navigation{display:none}}.products-swiper .swiper .products-swiper__navigation.products-swiper-prev{left:20px}.products-swiper .swiper .products-swiper__navigation.products-swiper-next{right:20px}.Brands_Brands__XQvoB .Brands_title__7_zl2{font-size:28px;color:var(--dark-100);margin-bottom:20px}@media(max-width:768px){.Brands_Brands__XQvoB .Brands_title__7_zl2{font-size:16px}}.Brands_Brands__XQvoB .Brands_image__mkrPR{position:relative;width:140px;height:140px;border-radius:50%;transition:var(--transition);cursor:pointer;margin-bottom:10px;display:block}.Brands_Brands__XQvoB .Brands_image__mkrPR ad img{object-fit:cover;border-radius:50%}.Brands_Brands__XQvoB .Brands_image__mkrPR:hover{transform:scale(1.04)}@media(max-width:768px){.Brands_Brands__XQvoB .Brands_image__mkrPR{width:84px;height:84px}.Brands_Brands__XQvoB .Brands_image__mkrPR img{object-fit:cover}}@media(max-width:479px){.Brands_Brands__XQvoB .Brands_image__mkrPR{width:74px;height:74px}.Brands_Brands__XQvoB .Brands_image__mkrPR img{object-fit:cover}}.brands .swiper{overflow:hidden;position:relative}.brands .swiper .swiper-wrapper{display:flex;width:-moz-fit-content;width:fit-content}.brands .swiper .swiper-wrapper img{border-radius:50%}.CategoryProducts_CategoryProducts__N___y{margin-bottom:30px}@media(max-width:768px){.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG{flex:0 0 22%}}.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_image__eUtV8{position:relative;width:140px;height:140px;border-radius:50%;transition:var(--transition);cursor:pointer;margin-bottom:10px;display:block}.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_image__eUtV8 img{object-fit:cover;border-radius:50%}.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_image__eUtV8:hover{transform:scale(1.04)}@media(max-width:768px){.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_image__eUtV8{width:84px;height:84px}.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_image__eUtV8 img{object-fit:cover}}@media(max-width:479px){.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_image__eUtV8{width:74px;height:74px}.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_image__eUtV8 img{object-fit:cover}}.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_title__BdYBQ{text-align:center;font-size:16px;font-weight:400;color:var(--dark-100);transition:var(--transition);cursor:pointer;max-width:140px}.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_title__BdYBQ:hover{opacity:.8}@media(max-width:768px){.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_title__BdYBQ{font-size:12px;max-width:84px}}@media(max-width:479px){.CategoryProducts_CategoryProducts__N___y .CategoryProducts_item__yVqOG .CategoryProducts_title__BdYBQ{max-width:74px}}.CategoryProductsShimmer_CategoryProductsShimmer___pveI{display:flex;align-items:center;gap:40px}@media(max-width:768px){.CategoryProductsShimmer_CategoryProductsShimmer___pveI{gap:20px}}@media(max-width:479px){.CategoryProductsShimmer_CategoryProductsShimmer___pveI{gap:12px}}.CategoryProductsShimmer_CategoryProductsShimmer___pveI .CategoryProductsShimmer_item__AzdXC{height:182px}@media(max-width:768px){.CategoryProductsShimmer_CategoryProductsShimmer___pveI .CategoryProductsShimmer_item__AzdXC{height:auto}}.CategoryProductsShimmer_CategoryProductsShimmer___pveI .CategoryProductsShimmer_image__qeXbH{width:140px;height:140px;margin-bottom:10px}@media(max-width:768px){.CategoryProductsShimmer_CategoryProductsShimmer___pveI .CategoryProductsShimmer_image__qeXbH{width:84px;height:84px}}@media(max-width:479px){.CategoryProductsShimmer_CategoryProductsShimmer___pveI .CategoryProductsShimmer_image__qeXbH{width:74px;height:74px}}.CategoryProductsShimmer_CategoryProductsShimmer___pveI .CategoryProductsShimmer_title__hde3w{height:20px}@media(max-width:479px){.CategoryProductsShimmer_CategoryProductsShimmer___pveI .CategoryProductsShimmer_title__hde3w{height:12px}}.CategoryProducts_CategoryProducts__8puZY{margin-bottom:30px}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_title__nyteN{font-size:28px;color:var(--dark-100);margin-bottom:20px}@media(max-width:768px){.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_title__nyteN{font-size:16px}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C{flex:0 0 22%}}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_image__4ak3c{position:relative;width:140px;height:140px;border-radius:50%;transition:var(--transition);cursor:pointer;margin-bottom:10px;display:block}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_image__4ak3c img{object-fit:cover;border-radius:50%}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_image__4ak3c:hover{transform:scale(1.04)}@media(max-width:768px){.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_image__4ak3c{width:84px;height:84px}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_image__4ak3c img{object-fit:cover}}@media(max-width:479px){.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_image__4ak3c{width:74px;height:74px}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_image__4ak3c img{object-fit:cover}}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_itemTitle__mqJBk{text-align:center;font-size:16px;font-weight:400;color:var(--dark-100);transition:var(--transition);cursor:pointer;max-width:140px}.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_itemTitle__mqJBk:hover{opacity:.8}@media(max-width:768px){.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_itemTitle__mqJBk{font-size:12px;max-width:84px}}@media(max-width:479px){.CategoryProducts_CategoryProducts__8puZY .CategoryProducts_item__Q2n9C .CategoryProducts_itemTitle__mqJBk{max-width:74px}}.CategoryProductsShimmer_CategoryProductsShimmer__ldECE{display:flex;align-items:center;gap:40px}@media(max-width:768px){.CategoryProductsShimmer_CategoryProductsShimmer__ldECE{gap:20px}}@media(max-width:479px){.CategoryProductsShimmer_CategoryProductsShimmer__ldECE{gap:12px}}.CategoryProductsShimmer_CategoryProductsShimmer__ldECE .CategoryProductsShimmer_item__PR7Bh{height:182px}@media(max-width:768px){.CategoryProductsShimmer_CategoryProductsShimmer__ldECE .CategoryProductsShimmer_item__PR7Bh{height:auto}}.CategoryProductsShimmer_CategoryProductsShimmer__ldECE .CategoryProductsShimmer_image__FWWhg{width:140px;height:140px;margin-bottom:10px}@media(max-width:768px){.CategoryProductsShimmer_CategoryProductsShimmer__ldECE .CategoryProductsShimmer_image__FWWhg{width:84px;height:84px}}@media(max-width:479px){.CategoryProductsShimmer_CategoryProductsShimmer__ldECE .CategoryProductsShimmer_image__FWWhg{width:74px;height:74px}}.CategoryProductsShimmer_CategoryProductsShimmer__ldECE .CategoryProductsShimmer_title__9I9KM{height:20px}@media(max-width:479px){.CategoryProductsShimmer_CategoryProductsShimmer__ldECE .CategoryProductsShimmer_title__9I9KM{height:12px}}.GroupPhotos_GroupPhotos__MnEKf{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;gap:26px;margin:40px auto;max-width:90%}@media(max-width:768px){.GroupPhotos_GroupPhotos__MnEKf{gap:20px;max-width:100%;margin:30px 0 0}}.GroupPhotos_GroupPhotos__MnEKf .GroupPhotos_image__FbXsE{position:relative;height:350px}.GroupPhotos_GroupPhotos__MnEKf .GroupPhotos_image__FbXsE img{border-radius:8px;object-fit:cover}@media(max-width:768px){.GroupPhotos_GroupPhotos__MnEKf .GroupPhotos_image__FbXsE{height:150px}}@media(max-width:479px){.GroupPhotos_GroupPhotos__MnEKf .GroupPhotos_image__FbXsE{height:100px}}.News_news__0DllE{margin:20px 0}@media(max-width:768px){.News_news__0DllE{margin:30px 0}}.News_news__0DllE .News_title__aUH3f{margin-bottom:24px;font-size:28px;color:var(--dark-100)}.News_news__0DllE .News_items__Ss2_j{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:20px}@media(max-width:768px){.News_news__0DllE .News_items__Ss2_j{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}}@media(max-width:479px){.News_news__0DllE .News_items__Ss2_j{display:none}}.News_news__0DllE .News_buttonWrapper__2SOQh{display:flex;justify-content:flex-end;margin-right:40px}.News_news__0DllE .News_buttonWrapper__2SOQh .News_button__V_UZj{background-color:#febd18;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px 14px;color:#111;font-size:15px;transition:var(--transition)}.News_news__0DllE .News_buttonWrapper__2SOQh .News_button__V_UZj:hover{opacity:.8}.News_news__0DllE .News_buttonWrapper__2SOQh .News_button__V_UZj:active{transform:scale(1.02)}.news-swiper{display:none}@media(max-width:479px){.news-swiper{display:block;overflow:hidden;padding-bottom:30px;position:relative;margin:10px}.news-swiper .swiper-wrapper{display:flex;width:-moz-fit-content;width:fit-content}.news-swiper .news-swiper-pagination{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:flex;gap:10px}.news-swiper .news-swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;display:block;background-color:var(--gray-200);transition:var(--transition);cursor:pointer}.news-swiper .news-swiper-pagination .swiper-pagination-bullet:hover{background-color:var(--gray)}.news-swiper .news-swiper-pagination .swiper-pagination-bullet-active{background-color:var(--purple-100)}}.NewsItem_NewsItem__ndtec{display:flex;flex-direction:column}.NewsItem_NewsItem__ndtec .NewsItem_image__nO0MW{position:relative;width:100%;height:450px;margin-bottom:16px}.NewsItem_NewsItem__ndtec .NewsItem_image__nO0MW img{object-fit:contain;border-radius:15px}.NewsItem_NewsItem__ndtec .NewsItem_content__4Rke0{display:flex;flex-direction:column;gap:12px}.NewsItem_NewsItem__ndtec .NewsItem_title__Gk_ON{font-size:20px;color:var(--gray);text-transform:uppercase;font-weight:600;line-height:1.4}.NewsItem_NewsItem__ndtec .NewsItem_description__STyAY{font-size:16px;color:var(--black-100);line-height:1.6}.NewsItem_NewsItem__ndtec .NewsItem_date__SHwLJ{font-size:12px;color:var(--black-100);font-weight:700}.NewsItem_NewsItem__ndtec .NewsItem_toggleButton__f0vTG{background:none;border:none;color:#0070f3;cursor:pointer;margin-left:5px;font-size:14px;font-weight:500;text-decoration:underline}.Products_products__zvW9_{margin-bottom:50px}@media(max-width:768px){.Products_products__zvW9_{margin-bottom:40px}}.Products_products__zvW9_ .Products_titleBlock__Bf6q9{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.Products_products__zvW9_ .Products_title__sbK4F{font-size:28px;color:var(--dark-100)}@media(max-width:768px){.Products_products__zvW9_ .Products_title__sbK4F{font-size:16px}}.Products_products__zvW9_ .Products_link__HWak_{font-size:16px;font-weight:700;color:var(--dark-100);transition:var(--transition);text-decoration:underline}.Products_products__zvW9_ .Products_link__HWak_:hover{color:var(--yellow)}@media(max-width:768px){.Products_products__zvW9_ .Products_link__HWak_{font-size:12px}}.Products_products__zvW9_ .Products_row__2Mj7d{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:30px;gap:30px}@media(max-width:768px){.Products_products__zvW9_ .Products_row__2Mj7d{display:flex;gap:6px;overflow-x:auto;overflow-y:hidden}}.swiper{overflow:hidden;position:relative}.swiper .swiper-wrapper{display:flex;width:-moz-fit-content;width:fit-content}.swiper .top-products-swiper__navigation{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.8);width:34px;height:34px;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}@media(max-width:768px){.swiper .top-products-swiper__navigation{display:none}}.swiper .top-products-swiper__navigation.top-products-swiper-prev{left:20px}.swiper .top-products-swiper__navigation.top-products-swiper-next{right:20px}.Sale_sale__s51Rt .Sale_title__CJFsF{font-size:28px;color:var(--dark-100);margin-bottom:20px}@media(max-width:768px){.Sale_sale__s51Rt .Sale_title__CJFsF{font-size:16px}}.Sale_sale__s51Rt .Sale_row__qSK3W{display:flex;justify-content:center}@media(max-width:768px){.Sale_sale__s51Rt .Sale_row__qSK3W{display:none}}.Sale_sale__s51Rt .Sale_image__r7FJp{position:relative;width:200px;height:200px;cursor:pointer;display:block;border-radius:50%;transition:var(--transition)}.Sale_sale__s51Rt .Sale_image__r7FJp:hover{opacity:.8}.Sale_sale__s51Rt .Sale_image__r7FJp img{object-fit:cover;border-radius:50%}@media(max-width:768px){.Sale_sale__s51Rt .Sale_image__r7FJp{width:84px;height:84px}}.sale .swiper{overflow:hidden;position:relative;display:none}@media(max-width:768px){.sale .swiper{display:bloc}}.sale .swiper .swiper-wrapper{display:flex;width:-moz-fit-content;width:fit-content}.sale .swiper .swiper-wrapper img{border-radius:50%}.checkbox-wrapper-46{margin:10px 0}.checkbox-wrapper-46 input[type=checkbox]{display:none;visibility:hidden}.checkbox-wrapper-46 .cbx{margin:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.checkbox-wrapper-46 .cbx span{display:inline-block;vertical-align:middle;transform:translateZ(0)}.checkbox-wrapper-46 .cbx span:first-child{position:relative;width:18px;height:18px;border-radius:3px;transform:scale(1);vertical-align:middle;border:1px solid #9098a9;transition:all .2s ease}.checkbox-wrapper-46 .cbx span:first-child svg{position:absolute;top:3px;left:2px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transition-delay:.1s;transform:translateZ(0)}.checkbox-wrapper-46 .cbx span:first-child:before{content:"";width:100%;height:100%;background:var(--gray-500);display:block;transform:scale(0);opacity:1;border-radius:50%}.checkbox-wrapper-46 .cbx span:last-child{padding-left:8px}.checkbox-wrapper-46 .cbx:hover span:first-child{border-color:var(--gray-500)}.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child{background:var(--gray-500);border-color:var(--gray-500);animation:wave-46 .4s ease}.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before{transform:scale(3.5);opacity:0;transition:all .6s ease}@keyframes wave-46{50%{transform:scale(.9)}}.OrderTotalCard_totalCardMain__N7C3v{border:1px solid #ccc;border-radius:10px;padding:30px}.OrderTotalCard_totalCardMain__N7C3v .OrderTotalCard_textOne__Xj00q{font-size:13px;font-weight:400;color:var(--gray-500);line-height:18px}.OrderTotalCard_totalCardMain__N7C3v .OrderTotalCard_totalItemsCol__Ncasp{margin:25px 0;display:flex;align-items:center;justify-content:space-between}.OrderTotalCard_totalCardMain__N7C3v button{margin-top:10px;width:100%;border-radius:10px;padding:20px;background-color:var(--yellow);font-size:18px}@media(max-width:450px){.OrderTotalCard_totalCardMain__N7C3v{position:-webkit-sticky;position:sticky;width:100%;left:0;z-index:11;bottom:0;background-color:var(--gray-400);padding:10px}.OrderTotalCard_totalCardMain__N7C3v .OrderTotalCard_textTwo__c8NxU{font-size:13.5px}.OrderTotalCard_totalCardMain__N7C3v button{margin-top:5px;padding:10px;font-size:15px}}.OrderTotalCard_inputMain__Ta8gk{margin:30px 0}.OrderTotalCard_inputMain__Ta8gk input{margin:10px 0;width:100%;padding:10px;border-bottom:2px solid var(--gray-200);transition:var(--transition)}.OrderTotalCard_inputMain__Ta8gk input:focus{border-bottom-color:var(--gray-500)}.OrderTotalCard_inputMain__Ta8gk h2{margin-top:20px;font-size:16px}.OrderTotalCard_inputMain__Ta8gk button{margin-top:10px;width:100%;border-radius:10px;padding:20px;background-color:var(--yellow);font-size:18px}.OrderTotalCard_errorText__GT1j4{color:red}.OrderTotalCard_longLine__bU3b5{border:none;border-top:1px solid #ccc;margin:8px 0}.OrderTotalCard_accordionElement__Visck{width:100%}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi:not(:first-child){margin-top:-25px}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi{border-bottom:2px solid hsla(0,0%,47%,.298);padding:10px 16px 16px 0}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi .OrderTotalCard_accordionTitleItem__mUMAK{display:flex;justify-content:space-between;align-items:center}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi .OrderTotalCard_accordionTitleItem__mUMAK div{font-size:15px;font-weight:400;color:var(--gray-500);line-height:24px;margin-top:10px;padding:16px 0 0;text-transform:capitalize;transition:all .3s ease-in-out;cursor:pointer}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi .OrderTotalCard_accordionTitleItem__mUMAK span{cursor:pointer;margin-top:10px;padding:16px 0 0}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi .OrderTotalCard_accordionContent__PAbi1{overflow:hidden;max-height:0;transition:all .3s cubic-bezier(0,1,0,1);font-size:.9rem;line-height:24px;margin-top:10px;color:#000;cursor:pointer}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi .OrderTotalCard_accordionContent__PAbi1.OrderTotalCard_show__iPKIm{height:auto;max-height:9999px;transition:all .3s cubic-bezier(1,0,1,0)}@media(max-width:450px){.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi{border-bottom:2px solid hsla(0,0%,47%,.298);padding:10px 16px 16px 0}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi .OrderTotalCard_accordionTitleItem__mUMAK div{font-size:13px;color:var(--black-100);line-height:20px}.OrderTotalCard_accordionElement__Visck .OrderTotalCard_accordionItem__e_JHi .OrderTotalCard_accordionContent__PAbi1{font-size:.9rem;line-height:20px}}.orderContainer{max-width:1600px;margin:0 auto;padding:0 10px}h2{font-size:24px;font-weight:700;line-height:20px}@media(max-width:450px){h2{font-size:20px}}h3{font-size:24px;font-weight:700;line-height:20px;color:var(--gray);margin:20px 0}@media(max-width:450px){h3{font-size:20px;margin:10px 0}}.orderCardCol{display:flex;justify-content:space-between}@media(max-width:1024px){.orderCardCol{flex-direction:column;justify-content:center}}.ordersCol{display:flex;margin:30px 0;position:relative}@media(max-width:450px){.ordersCol{padding:30px 0 45px;margin:0;border-bottom:2px solid var(--gray-400)}}.orderCardMain{width:100%;max-width:800px;padding:20px}@media(max-width:450px){.orderCardMain{padding:10px}}.orderTextSide{margin-left:20px;width:100%}.imageContainer{text-align:center}@media(max-width:768px){.imageContainer img{width:100px;height:100px}}.orderTextTitleCol{display:flex;justify-content:space-between}.orderColorCol{display:flex;margin:5px 0}@media(max-width:450px){.orderColorCol{justify-content:space-between}}.productName{font-size:20px;line-height:24.2px;font-weight:700;color:#000}@media(max-width:450px){.productName{font-size:11px;line-height:18px}}.productPrice{font-size:16px;color:var(--purple-100);line-height:19.36px}@media(max-width:450px){.productPrice{font-size:11px;line-height:16px}}.productPriceWrapper{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px}.productDiscountPrice{text-decoration:line-through;color:gray;margin:0;font-size:.9rem}.productDesc{margin-top:5px}.descColor{font-size:14px;color:var(--gray);line-height:18px}@media(max-width:450px){.descColor{font-size:10px;line-height:12px}}.productColor{margin-right:10px}@media(max-width:450px){.productColor{margin-right:5px}}.descRare{width:300px;margin:5px 0;font-size:14px;color:red;display:flex;line-height:18px}@media(max-width:450px){.descRare{width:90px;margin:3px 0;font-size:10px;line-height:12px}}.productIconsCol{margin-top:40px;display:flex;align-items:center;justify-content:space-between}@media(max-width:450px){.productIconsCol{position:absolute;width:100%;left:0;bottom:8px}}.iconsItems svg{cursor:pointer;width:20px}.iconsItems span:last-child{margin-left:10px}.productSelection{padding:8px;border:none;border-bottom:1px solid #ccc;background:#fff;font-size:20px;color:#333;margin-left:10px;max-width:50px}.productSelection:focus{border-color:var(--yellow);box-shadow:0 0 5px var(--yellow);outline:none}@media(max-width:450px){.productSelection{padding:4px;font-size:12px;margin-left:5px}}.continueShopping{margin:20px 0}.continueShopping a{border:1px solid #ccc;border-radius:10px;font-size:17px;padding:15px 40px 13px;background-color:#fff;color:#2d3743;transition:all .3s ease-in}.continueShopping a:hover{color:#fff;background-color:#2c363b;border-color:#2c363b}@media(max-width:450px){.continueShopping a{width:100%;font-size:15px;padding:12px 30px;background-color:#fff}}.totalCardMain{width:100%;margin-left:20px;max-width:500px;min-height:300px;position:relative}@media(max-width:1124px){.totalCardMain{max-width:400px}}@media(max-width:1024px){.totalCardMain{max-width:none;margin-left:0}}.RecentlyViewed_recentlyViewedWrapper__lWb3O{max-width:1600px;margin:0 auto;padding:0 15px}.RecentlyViewed_recentlyViewedWrapper__lWb3O h2{margin:100px 0 20px;font-size:32px;font-weight:700;line-height:45px;text-transform:uppercase}.RecentlyViewed_recentlyViewedWrapper__lWb3O .RecentlyViewed_swiper___Xu2n{height:250px;width:250px}.RecentlyViewed_recentlyViewedWrapper__lWb3O .RecentlyViewed_swiper-slide__byWog img{display:block;width:100%;height:100%;object-fit:cover}.RecentlyViewed_recentlyViewedWrapper__lWb3O .RecentlyViewed_custom-pagination__IW1m4{display:flex;justify-content:center;margin:10px 0;position:absolute;z-index:10}.RecentlyViewed_recentlyViewedWrapper__lWb3O .RecentlyViewed_customPrev__cMcis{cursor:pointer;position:absolute;left:20px;top:50%;transform:translateY(-100%);z-index:10}.RecentlyViewed_recentlyViewedWrapper__lWb3O .RecentlyViewed_customNext__OuC1Q{cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-100%);z-index:10}.RecentlyViewed_productInfo__vGovc{width:250px}@media(max-width:1300px){.RecentlyViewed_productInfo__vGovc{width:200px}}.RecentlyViewed_productInfo__vGovc h3{font-size:16px;font-weight:700;color:var(--dark-100);margin-bottom:6px}.RecentlyViewed_productInfo__vGovc p{color:var(--purple-100);font-size:16px}.RecentlyViewed_imageWrapper__EBgW8{position:relative;width:250px}@media(max-width:1300px){.RecentlyViewed_imageWrapper__EBgW8{width:200px}}.RecentlyViewed_sale__aNGZi{position:absolute;top:10px;left:10px;background-color:var(--purple-100);border-radius:50px;padding:8px 10px;z-index:1;font-size:11px;color:var(--white)}@media(max-width:768px){.RecentlyViewed_sale__aNGZi{top:8px;left:8px;font-size:9px}}.RecentlyViewed_like__cFmjU{position:absolute;top:10px;right:10px;z-index:1}@media(max-width:768px){.RecentlyViewed_like__cFmjU{top:8px;right:8px}.RecentlyViewed_like__cFmjU svg{width:18px;height:18px}}.RecentlyViewed_image__z4G5f{display:block}.RecentlyViewed_priceWrapper__J79lY{display:flex;align-items:center;gap:8px}@media(max-width:768px){.RecentlyViewed_priceWrapper__J79lY{flex-direction:column;align-items:start;gap:4px}}.RecentlyViewed_price__hy7c7{color:var(--purple-100);font-size:16px}@media(max-width:768px){.RecentlyViewed_price__hy7c7{font-size:13px}}.RecentlyViewed_priceThrough__SrQD_{font-size:15px;color:var(--gray-300);text-decoration:line-through}@media(max-width:768px){.RecentlyViewed_priceThrough__SrQD_{font-size:11px}}.ProductDetail_productDetailColMain__oEujM{display:flex;justify-content:center;margin-top:30px}@media(max-width:450px){.ProductDetail_productDetailColMain__oEujM{flex-direction:column;align-items:center;margin-top:30px}}.ProductDetail_productDetailMain__OVEQX{max-width:530px;width:100%}@media(max-width:1280px){.ProductDetail_productDetailMain__OVEQX{max-width:430px}}@media(max-width:1024px){.ProductDetail_productDetailMain__OVEQX{max-width:330px}}@media(max-width:768px){.ProductDetail_productDetailMain__OVEQX{max-width:300px}}.ProductDetail_brandName__gl3IY{font-size:18px;margin-bottom:6px;font-weight:700;color:#111}.ProductDetail_titleCol__odjwo{display:flex;justify-content:space-between}.ProductDetail_title__0bBDe{max-width:370px;font-size:22px;font-weight:600;color:var(--black-100);line-height:30px}@media screen and (max-width:1280px){.ProductDetail_title__0bBDe{font-size:18px;line-height:24px}}@media screen and (max-width:768px){.ProductDetail_title__0bBDe{font-size:16px;line-height:20px}}.ProductDetail_title__0bBDe{font-weight:400}@media(max-width:1224px){.ProductDetail_title__0bBDe{max-width:200px}}.ProductDetail_titleDesc__cr3HD{margin-top:10px;font-size:34px;font-weight:400;color:var(--black-100);line-height:45px}@media screen and (max-width:1280px){.ProductDetail_titleDesc__cr3HD{font-size:22px;line-height:26px}}@media screen and (max-width:768px){.ProductDetail_titleDesc__cr3HD{font-size:20px;line-height:24px}}.ProductDetail_productPriceCol__H02_9{margin-top:10px}.ProductDetail_productPrice__aVF5s{font-size:18px;font-weight:400;color:var(--purple-100);line-height:27px}@media(max-width:768px){.ProductDetail_productPrice__aVF5s{font-size:15px;line-height:20px}}.ProductDetail_productDiscountPrice__Sr8K8{font-size:13px;font-weight:400;color:var(--gray-500);line-height:18px}@media screen and (max-width:768px){.ProductDetail_productDiscountPrice__Sr8K8{font-size:12px}}.ProductDetail_productDiscountPrice__Sr8K8{text-decoration:line-through;margin:0 10px}.ProductDetail_productDiscount__LIaYg{padding:5px;font-size:12px;background-color:var(--purple-100);color:var(--white);border-radius:var(--border-radius-2)}@media(max-width:768px){.ProductDetail_productDiscount__LIaYg{font-size:10px}}.ProductDetail_icons__Hgloi span{cursor:pointer}.ProductDetail_icons__Hgloi span:last-child{margin-left:10px}.ProductDetail_productAddDiscount__WkPw1{margin-top:20px;display:flex;align-items:center;max-width:-moz-fit-content;max-width:fit-content;padding:10px;border-radius:var(--border-radius-10);background-color:var(--gray-100)}.ProductDetail_productAddDiscount__WkPw1 .ProductDetail_productAddDiscountTitle__sHswr{font-size:15px;font-weight:700;color:var(--black-100);line-height:24px}@media screen and (max-width:768px){.ProductDetail_productAddDiscount__WkPw1 .ProductDetail_productAddDiscountTitle__sHswr{font-size:13px}}.ProductDetail_productAddDiscount__WkPw1 .ProductDetail_productAddDiscountTitle__sHswr{margin-left:5px}.ProductDetail_productColorTitle__XPfrB{margin-top:90px;font-size:15px;font-weight:700;color:var(--black-100);line-height:24px}@media screen and (max-width:768px){.ProductDetail_productColorTitle__XPfrB{font-size:13px}}@media(max-width:768px){.ProductDetail_productColorTitle__XPfrB{margin-top:70px}}.ProductDetail_productSizeTitle__03nud{margin-top:20px;padding-bottom:10px;font-size:15px;font-weight:700;color:var(--black-100);line-height:24px}@media screen and (max-width:768px){.ProductDetail_productSizeTitle__03nud{font-size:13px}}.ProductDetail_productSizeTitle__03nud{border-bottom:2px solid var(--gray-100)}.ProductDetail_productColorTab__zD7N9{margin:15px 0;display:flex;max-width:530px;width:100%;flex-wrap:wrap}.ProductDetail_imageContainer__MWyo1{cursor:pointer;margin:5px 5px 2px}.ProductDetail_activeImage__8lfwE{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-bottom:5px solid var(--yellow)}.ProductDetail_productSizes__k0KhM{padding:20px;border-radius:100px;color:var(--gray-300);transition:all .2s ease}.ProductDetail_productSizes__k0KhM:hover{background-color:var(--gray-500);color:var(--white)}@media(max-width:450px){.ProductDetail_productSizes__k0KhM{padding:13px}}.ProductDetail_activeSize__Sho3X{border-radius:100px;background-color:var(--yellow);color:#000}.ProductDetail_quantityMain__88E4f{display:flex;align-items:center}.ProductDetail_productSelection__ch63b{padding:8px;border:none;border-bottom:1px solid #ccc;background:#fff;font-size:20px;color:#333;margin-left:10px}.ProductDetail_productSelection__ch63b:focus{border-color:var(--yellow);box-shadow:0 0 5px var(--yellow);outline:none}.ProductDetail_productSelection__ch63b option{background:#fff;color:#333;height:50px}@media(max-width:450px){.ProductDetail_productSelection__ch63b{padding:6px;font-size:16px;color:#333;margin-left:0;margin-top:5px}}.ProductDetail_buttonItem__N1XFR{margin-left:30px;margin-top:10px;padding:15px 20px;width:50%;border-radius:var(--border-radius-10);background-color:var(--yellow);transition:var(--transition)}.ProductDetail_buttonItem__N1XFR:hover{background-color:#f9c054}.ProductDetail_iconCart__FBBT1{position:relative}.ProductDetail_iconCart__FBBT1.ProductDetail_open__z_BOn .ProductDetail_cartDropdown__TInPd{opacity:1;pointer-events:auto;transform:translate(-90%)}.ProductDetail_cartDropdown__TInPd{position:absolute;top:100%;left:-50%;transform:translate(-32%,15px);width:400px;border:1px solid var(--gray-100);border-radius:2px;transition:var(--transition);background-color:var(--white);opacity:0;pointer-events:none;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);z-index:10}.ProductDetail_cartDropdown__TInPd .ProductDetail_cartDropdownList__Xjb4V{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center}.ProductDetail_cartDropdown__TInPd .ProductDetail_cartDropdownList__Xjb4V:before{content:"";position:absolute;top:-5px;left:calc(96% - 5px);transform:translateX(-50%);width:20px;height:20px;rotate:45deg;z-index:inherit;border:1px solid var(--gray-100);background-color:#fff}