:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}.helpers_sparePartBlue__xjGOs{content:url(/svg/spare-part-blue.svg)}.helpers_timerIcon__et2qx{content:url(/svg/orange-timer.svg)}.helpers_chevronLeft__aC8gb{content:url(/svg/chevron-left.svg)}.helpers_chevronLeftOrange__Qcvys{content:url(/svg/chevron-left-orange.svg)}.helpers_carReq__WqGdw{content:url(/svg/carReq.svg)}.helpers_headphone__IQBUB{content:url(/svg/headphone.svg)}.helpers_category__zacw7{content:url(/svg/category.svg)}.helpers_car__1QHwJ,.helpers_factory__hQT_d{content:url(/svg/car.svg)}.helpers_sparePart__HLs9N{content:url(/svg/spare-part.svg)}.helpers_addCar__heS5c{content:url(/svg/add-car.svg)}.helpers_chevronDown__zzNeb{content:url(/svg/chevron-bottom.svg)}.helpers_chevronDownWhite__uOwDq{content:url(/svg/chevron-bottom-white.svg)}.helpers_filter__ip38l{content:url(/svg/filter.svg)}.helpers_switchOff__rFe2o{content:url(/svg/switch-off.svg)}.helpers_switchOn__sNEFB{content:url(/svg/switch-on.svg)}.helpers_close__u7QBh{content:url(/svg/close.svg)}.helpers_cartNav__hVYuG{content:url(/svg/cart-nav.svg)}.helpers_cartNavOn__0jwJJ{content:url(/svg/cart-nav-on.svg)}.helpers_sparePartNav__59pEm{content:url(/svg/spare-part-nav.svg)}.helpers_sparePartNavOn__1gxzz{content:url(/svg/spare-part-nav-on.svg)}.helpers_menuNav__fS4XG{content:url(/svg/menu-nav.svg)}.helpers_menuNavOn__LU1N8{content:url(/svg/menu-nav-on.svg)}.helpers_homeNav__bzKUi{content:url(/svg/home-nav.svg)}.helpers_homeNavOn__dwNHy{content:url(/svg/home-nav-on.svg)}.helpers_plusOrange__Vr1aY{content:url(/svg/plus-orange.svg)}.helpers_plusOrangeBig__bqI_i{content:url(/svg/plus-orange-big.svg)}.helpers_profile__ynAGk{content:url(/svg/profile.svg)}.helpers_chevronLeftBlue__ocrQP{content:url(/svg/chevron-left-blue.svg)}.helpers_carPickerBack__m1BdL,.helpers_chevronLeftBlack__JldsX{content:url(/svg/chevron-left-black.svg)}.helpers_headphoneBlue__hahRI{content:url(/svg/headphone-blue.svg)}.helpers_plus__f6kys{content:url(/svg/plus.svg)}.helpers_sparePartBlueSmall__Xn99u{content:url(/svg/spare-part-blue-small.svg)}.helpers_profilePic__VHOAO{content:url(/svg/profile-img.svg)}.helpers_edit__649nx{content:url(/svg/edit.svg)}.helpers_heart__bxhx_{content:url(/svg/heart.svg)}.helpers_location__yX5jQ{content:url(/svg/location.svg)}.helpers_shoppingBag__KxNf_{content:url(/svg/shopping-bag.svg)}.helpers_user__Q7p4s{content:url(/svg/user.svg)}.helpers_faq__gihX0{content:url(/svg/faq.svg)}.helpers_logOut__pYuMq{content:url(/svg/log-out.svg)}.helpers_logOutBig__QL7Gt{content:url(/svg/log-out-big.svg)}.helpers_plusBlack__4ySTf{content:url(/svg/plus-black.svg)}.helpers_trash__UbD3M{content:url(/svg/trash.svg)}.helpers_trashGray__ezsq1{content:url(/svg/trash-gray.svg)}.helpers_locationFill__jnD_C{content:url(/svg/location-fill.svg)}.helpers_arrowLeft__wUSiC{content:url(/svg/arrow-left.svg)}.helpers_arrowLeftBlue__GuufU{content:url(/svg/arrow-left-blue.svg)}.helpers_minus__TWlGj{content:url(/svg/minus.svg)}.helpers_plusBlackSmall__CdUaQ{content:url(/svg/plus-black-small.svg)}.helpers_headphoneOrange__ZraW7{content:url(/svg/headphones-orange.svg)}.helpers_shippingProgressChecked__az262{content:url(/svg/shipping-progress-completed.svg)}.helpers_shippingProgressCurrent__T01eN{content:url(/svg/shipping-in-progress.svg)}.helpers_shippingProgressNext__QgL4C{content:url(/svg/shipping-progress-next.svg)}.helpers_checkBoxRound__5IRLv{content:url(/svg/select-round-not-checked.svg)}.helpers_checkBoxRoundChecked__2JG9l{content:url(/svg/select-round-checked.svg)}.helpers_options__Kk_4m{content:url(/svg/options.svg)}.helpers_postLogo__Ccphh{content:url(/svg/post-logo.svg)}.helpers_postLogoSelected__MV9fo{content:url(/svg/post-logo-orange.svg)}.helpers_tipaxLogo__CJKl5{content:url(/svg/tipax-logo.svg)}.helpers_tipaxLogoSelected__lmY2H{content:url(/svg/tipax-logo-orange.svg)}.helpers_transportCar__BsUM0{content:url(/svg/transport-car.svg)}.helpers_transportCarSelected__Hhs22{content:url(/svg/transport-car-orange.svg)}.helpers_transportMotor__NEoaW{content:url(/svg/transport-motor.svg)}.helpers_transportMotorSelected__fDVMt{content:url(/svg/transport-motor-orange.svg)}.helpers_copy__rEE34{content:url(/svg/copy.svg)}.helpers_info__h4Aqa{content:url(/svg/info.svg)}.helpers_like__p2Z_z{content:url(/svg/like.svg)}.helpers_likeActive__xm_zt{content:url(/svg/like-active.svg)}.helpers_disLike__f2F8n{content:url(/svg/like.svg);transform:scaleY(-1)}.helpers_disLikeActive__rOQWE{content:url(/svg/like-active.svg);transform:scaleY(-1)}.helpers_rateStar__3fXe_{content:url(/svg/star.svg)}.helpers_checkedBigWhite__473Lp{content:url(/svg/big-white-check.svg)}.helpers_share__fMUSW{content:url(/svg/share.svg)}.helpers_magnifire__qCk9E{content:url(/svg/searh.svg)}.helpers_box__zsDQM{content:url(/svg/box.svg)}.helpers_bottomSubmit__26n7M,.helpers_carPickerButton__Xeski,.helpers_wideBtn___HD_e{color:#fff;font-family:Yekan Bakh;display:flex;gap:16px;justify-content:center;align-items:center;font-weight:400;line-height:20px;letter-spacing:-.28px;padding:14px;border-radius:32px;background:#e84d0f;border:none;width:100%}.helpers_bottomSubmit__26n7M{position:absolute;bottom:10px;left:0}.helpers_bottomButtons__78hW4{width:100%;display:flex;gap:10px}.helpers_bottomButtons__78hW4 button:nth-of-type(2){background-color:gray}.helpers_headerWithTitle__gCqcW{display:flex;background-color:#e84d0f;border-bottom:1px solid #aaa;padding:1.5rem;justify-content:space-between}.helpers_headerWithTitle__gCqcW span{color:#fff;font-size:14px;font-weight:400}.helpers_header__wiczp{display:flex;position:fixed;top:0;left:0;height:80px;width:100%;background-color:#e84d0f;border-bottom:1px solid #aaa;padding:1.5rem;justify-content:space-between;z-index:2}.helpers_header__wiczp input{padding:6px 10px;width:225px;border-radius:23px;border:1px solid #fff;font-family:Yekan Bakh!important;text-align:right;font-size:12px;font-weight:400}.helpers_header__wiczp input::placeholder{color:#aaa}.helpers_dropdown__UHRSA{width:100%;border-radius:8px;border:1px solid #f5f6f6}.helpers_dropdown__UHRSA input{display:none}.helpers_dropdown__UHRSA label{display:flex;justify-content:space-between;padding:16px;align-items:center}.helpers_dropdown__UHRSA label strong{font-size:16px;font-weight:600}.helpers_dropdown__UHRSA label:after{content:url(/svg/chevron-bottom.svg);height:16px}.helpers_dropdownContent__H7nbP{display:none;font-size:12px;font-weight:600;line-height:22px;overflow:hidden;height:0;margin:16px}.helpers_dropdown__UHRSA input:checked~label:after{transform:rotate(180deg)}input:checked~.helpers_dropdownContent__H7nbP{display:block;height:auto;transition:all 50ms}.helpers_carousel__SS82_{display:flex;flex-direction:column;gap:8px}.helpers_carouselHead__Z5Bmz{display:flex;align-items:center;gap:5px}.helpers_carouselTitle__vrcr2{font-weight:600}.helpers_carouselTimer__50weJ{display:flex;padding:4px;align-items:center;gap:2px;border-radius:18px;border:1px solid #ef5a24;color:#2a363b;font-weight:400;line-height:14px}.helpers_carouselLink__TAQFC{margin-right:auto;text-decoration:underline;color:#e84d0f;font-size:12px;font-weight:400;line-height:20px;letter-spacing:-.72px}.helpers_carouselScroll__ym66s{display:flex;padding:8px;gap:10px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.helpers_carouselScroll__ym66s::-webkit-scrollbar{display:none}.helpers_commentCard__lw_qW{display:flex;flex-direction:column;flex-shrink:0;width:310px;gap:8px;border-radius:8px;padding:16px;border:.5px solid #f5f6f6;box-shadow:0 1px 4px 0 rgba(0,0,0,.15)}.helpers_commentCard__lw_qW p,.helpers_commentCard__lw_qW span{color:#6d6d6d;font-size:10px;font-weight:300;line-height:16px}.helpers_commentCard__lw_qW strong{color:#000;font-weight:400;line-height:9px}.helpers_commentCardHead__V_AcD{display:flex;justify-content:space-between;align-items:center}.helpers_commentCardReaction__3417V{display:flex;gap:24px;justify-content:flex-end}.helpers_commentCardReaction__3417V label{height:24px}.helpers_commentCardReaction__3417V div{display:flex;gap:8px;align-items:center}.helpers_commentCardReaction__3417V input{display:none}.helpers_ratings__ba4f6{position:relative;vertical-align:middle;display:inline-block;color:#fff;overflow:hidden}.helpers_fullStars__M9xi5{position:absolute;right:0;top:0;white-space:nowrap;overflow:hidden;color:#fde16d}.helpers_emptyStars__3p6WW:before,.helpers_fullStars__M9xi5:before{content:"★★★★★";font-size:14pt}.helpers_emptyStars__3p6WW:before{-webkit-text-stroke:1px #ffd644}@-moz-document url-prefix(){.helpers_fullStars__M9xi5{color:#ffd644}}.helpers_searchSelect__vQ7zh{border-radius:8px;border:1px solid #e7e6e5;font-family:Yekan Bakh;display:flex;align-items:center;padding:10px 8px;position:relative;height:-moz-fit-content;height:fit-content}.helpers_searchSelect__vQ7zh input{border:none!important;width:100%;padding:0!important}.helpers_searchSelect__vQ7zh ul{position:absolute;width:100%;bottom:0;left:0;transform:translateY(100%);border:1px solid #e7e6e5;border-radius:8px;background-color:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,.15);list-style-type:none}.helpers_searchSelect__vQ7zh ul li{font-family:Yekan Bakh;font-size:12px;font-weight:400;padding:10px 16px}.helpers_modalOverLay___xlE4{background-color:rgba(0,0,0,.3);position:absolute;width:100%;height:100%;top:0;left:0;z-index:4}.helpers_modal__PWFXJ{display:flex;align-items:center;flex-direction:column;position:fixed;bottom:0;left:0;background-color:#fff;z-index:3;width:100%;border-radius:20px 20px 0 0;padding:16px;border:.5px solid #898989}.helpers_modalFilterDropdown__pw5kv{border:none;border-bottom:.5px solid #e7e6e5;width:100%;font-family:Yekan Bakh;font-size:16px;font-weight:400;line-height:24px;background-color:#fff;text-align:right;padding:11px 0}.helpers_modalFilterDropdownContent__2bt_t{flex-direction:column;align-items:start!important;gap:8px;margin-top:16px;display:none}.helpers_modalFilterDropdownHidden__FOhJT{display:none}.helpers_modalFilterDropdown__pw5kv label{width:100%;display:flex;justify-content:space-between}.helpers_modalFilterDropdown__pw5kv input:checked~label>i{transform:rotate(180deg)}input:checked~.helpers_modalFilterDropdownContent__2bt_t{display:block;height:auto;transition:all 50ms}.helpers_modalDoubleBtn__7QVD9{display:flex;align-items:center;justify-content:space-between;width:100%}.helpers_modalDoubleBtn__7QVD9 button{font-family:Yekan Bakh;font-size:14px;font-weight:400;line-height:24px;border-radius:33px}.helpers_modalDoubleBtn__7QVD9 button:first-child{border-radius:33px;background:#e84d0f;padding:8px;border:none;width:67%;color:#fff}.helpers_modalDoubleBtn__7QVD9 button:last-child{color:#2a363b;background-color:#fff;border:.5px solid #aaa;padding:8px;width:27%}.helpers_modal__PWFXJ>i{margin-left:auto}.helpers_modalTitle__h02fT{color:#000;font-size:14px;font-weight:600;line-height:20px;margin:auto auto 16px;display:flex;flex-direction:column;align-items:center;gap:4px}.helpers_modalDropdown__h7oG_{display:flex;justify-content:space-between;padding:11px 0;border-bottom:.5px solid #e7e6e5;width:100%;cursor:pointer}.helpers_modalDropdown__h7oG_:after{content:url(/svg/chevron-left-black.svg)}.helpers_modal__PWFXJ input[type=number],.helpers_modal__PWFXJ input[type=text]{font-family:Yekan Bakh;padding:8px 10px;margin:16px 8px;border-radius:14px;border:1px solid #e7e6e5;background:#fff;font-size:12px;font-weight:400;width:100%}.helpers_modal__PWFXJ input[type=number]::placeholder,.helpers_modal__PWFXJ input[type=text]::placeholder{color:#aaa}.helpers_modalCheck__98uM1{padding:8px}.helpers_modalCheck__98uM1 input[type=checkbox]{visibility:hidden;display:none}.helpers_modalCheck__98uM1 label{display:flex;gap:16px;align-items:center;color:#00142a;font-size:16px;font-weight:400;line-height:24px}.helpers_modalCheck__98uM1 label:before{content:url(/svg/checkbox.svg);height:20px}.helpers_modalCheck__98uM1 input:checked~label:before{content:url(/svg/checkbox-checked.svg);height:20px}.helpers_modal__PWFXJ button{margin-top:60px}.helpers_modalLogIn__z7vDv .helpers_modalLogo__FV2nG{margin-bottom:32px}.helpers_modalLogIn__z7vDv .helpers_modalTitle__h02fT{margin-right:0}.helpers_modalLogIn__z7vDv p{margin-left:auto}.helpers_modalLogIn__z7vDv input{font-family:Yekan Bakh;padding:8px 10px;margin:16px 8px;border-radius:14px;border:1px solid #e7e6e5;background:#fff;font-size:12px;font-weight:400;text-align:center}.helpers_modalLogIn__z7vDv .helpers_modalOtp__27RrK{direction:ltr}.helpers_modalLogIn__z7vDv .helpers_modalOtp__27RrK input{width:2rem!important}.helpers_phoneInput__IRRdk{width:80%}.helpers_carPicker__EVLec{align-items:center;padding:20px}.helpers_carPickerTitle__bGSdc{display:flex;width:100%;gap:8px;padding:8px 4px;color:var(--text,var(--Text,#00142a));text-align:center;font-family:Yekan Bakh;font-size:16px;font-style:normal;font-weight:600;line-height:24px;justify-content:center}.helpers_carPickerList__8PkvK{height:460px;overflow:scroll;width:100%}.helpers_carPickerList__8PkvK a{width:100%;padding:11px 0}.helpers_carPickerBack__m1BdL{position:absolute;width:20px;height:20px;left:30px}.helpers_carPickerRemove__q2TQV{margin:0;padding:0}.helpers_carPickerFinal__F83hP{max-height:300px;overflow:scroll}.helpers_carItem__TAClY{display:flex;gap:10px;padding:11px 5px}.helpers_carPickerSecondary__Uqy72{color:var(--text,var(--Text,#00142a));text-align:right;font-family:Yekan Bakh;font-size:16px;font-style:normal;font-weight:600;width:100%;line-height:24px}.helpers_carPickerButton__Xeski{margin-top:20px!important}.helpers_dNone__6WPrD{display:none}.install-prompt-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.install-prompt{width:90%;max-width:400px;animation:scaleIn .3s ease-out}.install-prompt-content{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 24px rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:center;text-align:center}.install-prompt-icon{width:90px;height:90px;border-radius:12px;margin-bottom:16px}.install-prompt-text h3{margin:0 0 8px;color:#1a1a1a;font-size:1.2rem}.install-prompt-text p{margin:0;color:#666;font-size:1.2rem;line-height:1.4}.install-prompt-row p{text-align:start}.install-prompt-row span{color:#0288d1;font-size:10px;padding-right:4px;font-weight:600}.install-prompt-row{display:flex;gap:10px;align-items:center;justify-content:start}.install-prompt-buttons{display:flex;gap:12px;margin-top:20px;width:100%}.install-button{flex:1 1;padding:12px;border:none;border-radius:8px;background:#007aff;color:#fff;font-weight:600;cursor:pointer;transition:background .2s}.install-button:hover{background:#0066d6}.dismiss-button{flex:1 1;padding:12px;border:1px solid #ddd;border-radius:8px;background:#81deea;color:#fff;font-weight:600;cursor:pointer;transition:background .2s}.dismiss-button:hover{background:#f5f5f5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.install-prompt{width:85%}}body{margin:0;font-family:Yekan Bakh,serif!important;font-weight:300;text-align:right!important;font-size:14px;direction:rtl!important;overflow-x:hidden!important;line-height:1.5;color:#2a363b}.onPopup{overflow:clip}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}img{vertical-align:middle;border-style:none;width:100%}button,input{font-family:Yekan Bakh,serif!important}.dNone{display:none!important}.loading-wrapper{width:100vw;height:100vh;display:grid;place-items:center;position:fixed;z-index:99999;inset:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@keyframes loading{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.loading div{animation:loading 1s linear infinite;width:115.2px;height:115.2px;border-radius:50%;box-shadow:0 4.32px 0 0 #3f4d67;transform-origin:57.6px 59.76px}.loadingio-spinner-eclipse-nfpkt5sn92h{width:144px;height:144px;display:inline-block;overflow:hidden;background:hsla(0,0%,100%,0)}.loading{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.loading div{box-sizing:content-box}.checkbox{content:url(/svg/checkbox.svg)}.checkbox-active{content:url(/svg/checkbox-checked.svg)!important}.swiper-button-next,.swiper-button-prev{display:none!important}@font-face{font-family:Yekan Bakh;font-style:normal;font-weight:100;src:url(/fonts/woff/YekanBakh-thin.woff) format("woff"),url(/fonts/woff2/YekanBakh-thin.woff2) format("woff2")}@font-face{font-family:Yekan Bakh;font-style:normal;font-weight:300;src:url(/fonts/woff/YekanBakh-Light.woff) format("woff"),url(/fonts/woff2/YekanBakh-Light.woff2) format("woff2")}@font-face{font-family:Yekan Bakh;font-style:normal;font-weight:400;src:url(/fonts/woff/YekanBakh-Regular.woff) format("woff"),url(/fonts/woff2/YekanBakh-Regular.woff2) format("woff2")}@font-face{font-family:Yekan Bakh;font-style:normal;font-weight:600;src:url(/fonts/woff/YekanBakh-SemiBold.woff) format("woff"),url(/fonts/woff2/YekanBakh-SemiBold.woff2) format("woff2")}@font-face{font-family:Yekan Bakh;font-style:normal;font-weight:700;src:url(/fonts/woff/YekanBakh-Bold.woff) format("woff"),url(/fonts/woff2/YekanBakh-Bold.woff2) format("woff2")}@font-face{font-family:Yekan Bakh;font-style:normal;font-weight:800;src:url(/fonts/woff/YekanBakh-ExtraBold.woff) format("woff"),url(/fonts/woff2/YekanBakh-ExtraBold.woff2) format("woff2")}@font-face{font-family:Yekan Bakh;font-style:normal;font-weight:900;src:url(/fonts/woff/YekanBakh-Black.woff) format("woff"),url(/fonts/woff2/YekanBakh-Black.woff2) format("woff2")}@font-face{font-family:Yekan Bakh;font-style:normal;font-weight:950;src:url(/fonts/woff/YekanBakh-ExtraBlack.woff) format("woff"),url(/fonts/woff2/YekanBakh-ExtraBlack.woff2) format("woff2")}