: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:rgba(255,255,255,0.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}.Toastify__toast-icon{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)}}.Pagination_cell__bi5P7{color:var(--color-dark-100);font-size:14px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-xs);transition:.2s}.Pagination_cell__bi5P7:not(.Pagination_cell__bi5P7.Pagination_cell__active__XKgQs):not(.Pagination_cell__bi5P7:not(.Pagination_cell__bi5P7.Pagination_cell__active__XKgQs).Pagination_cell__disabled__p2zZz){cursor:pointer}.Pagination_cell__bi5P7:not(.Pagination_cell__bi5P7.Pagination_cell__active__XKgQs):not(.Pagination_cell__bi5P7:not(.Pagination_cell__bi5P7.Pagination_cell__active__XKgQs).Pagination_cell__disabled__p2zZz):hover{background-color:var(--color-dark-20)}.Pagination_cell__bi5P7:not(.Pagination_cell__bi5P7.Pagination_cell__active__XKgQs):not(.Pagination_cell__bi5P7:not(.Pagination_cell__bi5P7.Pagination_cell__active__XKgQs).Pagination_cell__disabled__p2zZz):active{background-color:var(--color-dark-30)}.Pagination_cell__active__XKgQs{cursor:default;background-color:var(--color-green-brand);color:var(--color-white)}.Pagination_cell__disabled__p2zZz{opacity:.7;pointer-events:none}.Pagination_arrowLeft__1sBtN,.Pagination_arrowRight__MgkA2{background:url(/_next/static/media/chevron-forward-compact_s.879c2d8a.svg) 50% no-repeat}.Pagination_arrowLeft__1sBtN{transform:rotate(180deg)}.Pagination_paginator__42ogh{display:flex}.Pagination_paginationContainer__exYIC{display:flex;justify-content:flex-end;list-style-type:none}.Pagination_paginationItem__UtL3o{display:flex;align-items:center;justify-content:center;gap:20px;width:32px;height:32px;padding:6px 8px;margin-right:8px;font:400 14px/20px;color:var(--color-gray-700);border-radius:4px;background-color:var(--color-static-100);transition:.2s;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Pagination_paginationItem__UtL3o:last-child{margin-right:0}.Pagination_paginationItem__UtL3o.Pagination_dots__cxsT0:hover{background-color:var(--color-static-100);color:var(--color-gray-700);cursor:default}.Pagination_paginationItem__UtL3o:hover{opacity:.9}.Pagination_paginationItem__UtL3o.Pagination_selected__MgyDg,.Pagination_paginationItem__UtL3o:hover{background-color:var(--color-brand-500);color:var(--color-static-100)}.Pagination_paginationItem__UtL3o.Pagination_disabled__jPUAO{opacity:.5;pointer-events:none}.ProductCardB2b_cardWrapper__IvR2b{min-width:114px;min-height:114px;background:#fff;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:1rem;transition:.3s}.ProductCardB2b_cardWrapper__IvR2b:hover{box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3);box-shadow:0 8px 24px rgba(149,157,165,.2)}@media(min-width:1200px){.ProductCardB2b_cardWrapper__IvR2b{width:100%;flex-direction:row;justify-content:space-between}}.ProductCardB2b_left__lkG5Z{display:flex;flex-direction:column;gap:1rem}@media(min-width:1200px){.ProductCardB2b_left__lkG5Z{flex-direction:row}}.ProductCardB2b_imageWrapper__eJeTG{width:98px;height:98px;align-self:center}.ProductCardB2b_imageWrapper__eJeTG .ProductCardB2b_image__VvCaX{max-width:98px;max-height:98px;-o-object-fit:contain;object-fit:contain}.ProductCardB2b_contentWrapper__xmBbm{max-width:none;font-size:14px}.ProductCardB2b_contentWrapper__xmBbm .ProductCardB2b_productName__PLWY3{font-size:16px;line-height:150%;color:var(--color-gray-900);margin-bottom:2px}.ProductCardB2b_contentWrapper__xmBbm .ProductCardB2b_iconsWrapper__nXM7_{display:flex;align-items:center;gap:12px}.ProductCardB2b_contentWrapper__xmBbm .ProductCardB2b_iconsWrapper__nXM7_ .ProductCardB2b_rating__OAWMI{color:var(--color-gray-700);display:flex;align-items:center;gap:8px}.ProductCardB2b_contentWrapper__xmBbm .ProductCardB2b_iconsWrapper__nXM7_ .ProductCardB2b_rating__OAWMI .ProductCardB2b_rating__OAWMI{display:flex;align-items:center;gap:2px;font-size:.875rem;color:var(--color-gray-700)}.ProductCardB2b_contentWrapper__xmBbm .ProductCardB2b_iconsWrapper__nXM7_ .ProductCardB2b_rating__OAWMI .ProductCardB2b_rating__OAWMI svg path{fill:#fff!important;stroke:var(--color-gray-700)}.ProductCardB2b_contentWrapper__xmBbm .ProductCardB2b_iconsWrapper__nXM7_ .ProductCardB2b_rating__OAWMI .ProductCardB2b_reviews__igmGr{display:flex;align-items:center;gap:2px;font-size:.875rem;color:var(--color-gray-700)}.ProductCardB2b_contentWrapper__xmBbm .ProductCardB2b_iconsWrapper__nXM7_ .ProductCardB2b_badges__RdFc9{display:flex;align-items:center;gap:4px}@media(min-width:1200px){.ProductCardB2b_contentWrapper__xmBbm{max-width:200px}}@media(max-width:1400px){.ProductCardB2b_contentWrapper__xmBbm{max-width:320px}}.ProductCardB2b_additionalInfo__Z1g7Y{display:flex;align-items:flex-start;gap:.2rem;color:var(--color-gray-700)}.ProductCardB2b_additionalInfo__Z1g7Y svg{flex:0 0 20px}.ProductCardB2b_additionalInfo__Z1g7Y p{margin-top:3px}@media(min-width:1200px){.ProductCardB2b_additionalInfo__Z1g7Y{margin-top:1rem}}.ProductCardB2b_cartBtn__9NQAr{height:40px;display:flex;align-items:center;justify-content:center}@media(min-width:1200px){.ProductCardB2b_cartBtn__9NQAr{width:40px;margin-top:1rem}}.ProductCardB2b_cartBtn__9NQAr.ProductCardB2b_added__ptfaZ{background:var(--color-brand-700)!important}.ProductCardB2b_infoWrapper__HVVZG{display:flex;flex-direction:column;gap:.5rem;white-space:nowrap}.ProductCardB2b_infoWrapper__HVVZG .ProductCardB2b_infoUnit__iVAKF{display:flex;flex-direction:row;align-items:center;gap:.3rem}.ProductCardB2b_infoWrapper__HVVZG .ProductCardB2b_infoUnit__iVAKF .ProductCardB2b_label__bMa7Q{color:var(--color-gray-700);font-size:12px;font-weight:400;line-height:150%}.ProductCardB2b_infoWrapper__HVVZG .ProductCardB2b_infoUnit__iVAKF .ProductCardB2b_value__oTRH7{display:flex;flex-wrap:wrap;flex-shrink:0;gap:4px;align-items:center;color:var(--color-gray-900);font-size:16px;font-weight:500;line-height:130%}.ProductCardB2b_infoWrapper__HVVZG .ProductCardB2b_discount__oqFcr{width:-moz-fit-content;width:fit-content;padding:0 6px;border-radius:80px;background:var(--color-gray-700);color:var(--light-text-primary-inverted-text-color-primary-inverted,#fff);font-size:10px;font-weight:500;line-height:16px}@media(min-width:1200px){.ProductCardB2b_infoWrapper__HVVZG{flex-direction:row;gap:1.5rem}.ProductCardB2b_infoWrapper__HVVZG .ProductCardB2b_infoUnit__iVAKF{flex-direction:column;align-items:flex-start}}.ProductCardB2b_cityText__1kgUo{color:var(--color-dark-70)}.ProductCardB2b_remnantsWrapper__GiGgM{margin:8px}.ProductCardB2b_tooltip__EM6Ue svg{max-width:unset}.TyreListing_listing__ZX1xH .TyreListing_heading__PNoj0{font-weight:600;font-size:1.375rem;line-height:120%}.TyreListing_listing__ZX1xH .TyreListing_selection__vT1K9{margin-top:.75rem;position:relative}.TyreListing_listing__ZX1xH .TyreListing_selection__vT1K9 .TyreListing_tyreOrWheelTabs__uHHGA{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:.75rem}.TyreListing_listing__ZX1xH .TyreListing_selection__vT1K9 .TyreListing_tyreOrWheelTabs__uHHGA .TyreListing_tyreOrWheelSwitch__p_RCP{width:220px}.TyreListing_listing__ZX1xH .TyreListing_selection__vT1K9 .TyreListing_title__Qe21L{color:var(--color-gray-800);font-size:24px;font-style:normal;font-weight:700;line-height:32px}.styles_quantityInputContainer__lO3go{display:flex;flex-direction:column;gap:.5rem}.styles_quantityInput__oOWMp{height:40px;display:flex;align-items:center;justify-content:space-around;border-radius:4px;border:1px solid var(--color-gray-500);background:#fff}.styles_btn__BlPpq{-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;padding:10px}.styles_input__WT0ni{width:2rem;text-align:center}.styles_alert__cN4cH{font-size:.8rem;color:red}@media(min-width:1200px){.styles_alert__cN4cH{max-width:-moz-min-content;max-width:min-content}}.Filter_filter__LGH0p,.Filter_tyresFilter__sDCcV,.Filter_wheelsFilter__EFAGv{display:flex;flex-direction:column;height:100%;gap:20px}.Filter_filtersBody__Q15Pt,.Filter_wheelsFiltersBody___fHfn{width:100%;display:flex;flex-direction:column;height:100%;gap:24px}.Filter_longSelect__xyv8w{flex-grow:1}.Filter_apply__278zF{gap:.75rem;margin-top:auto;align-self:flex-end}.Filter_apply__278zF button{flex-grow:1}.Filter_buttonWrapper___Kijy{display:inline-flex;gap:1rem;justify-content:space-between;width:100%;align-items:end}.Filter_mainTab__7EvoB{display:flex;align-items:center;gap:30px}.Filter_subTitle__4JNto{color:var(--color-gray-800);font-size:14px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:.1px}.Filter_checkbox__4YNaS{display:flex;align-items:center;gap:8px}.Filter_bold__0HJc7{font-weight:700}.Filter_tab__bkl2J{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.Filter_tab__bkl2J .Filter_tyreSeasonSwitch__kGiVH{width:300px}.Filter_spinnerWrapper__oGlxe{display:flex;flex:1;justify-content:center;align-items:center}.Filter_spinner__sroke{width:40px;height:40px;border-radius:50%;background:radial-gradient(farthest-side,#4ebc73 94%,rgba(0,0,0,0)) top/4px 4px no-repeat,conic-gradient(rgba(0,0,0,0) 30%,#4ebc73);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 4px),#000 0);animation:Filter_spinner-c7wet2__1NsE7 1.4s linear infinite}@keyframes Filter_spinner-c7wet2__1NsE7{to{transform:rotate(1turn)}}.Filter_topTab__XA4OR{align-items:center;display:flex;gap:24px;justify-content:space-between}.Filter_topTab__XA4OR .Filter_title__lzDHl{color:var(--color-gray-800);font-size:24px;font-style:normal;font-weight:700;line-height:32px}.Filter_topTab__XA4OR .Filter_chooseBySwitch__CEKiC{width:350px;white-space:normal}.Filter_green__KDXfg{color:var(--color-brand-500)}.Filter_select__qlFzu{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex-shrink:1!important}@media(min-width:992px){.Filter_mainTab__7EvoB{gap:.75rem}}@media(min-width:1200px){.Filter_mainTab__7EvoB{flex-direction:row;gap:16px}}@media(max-width:1200px){.Filter_topTab__XA4OR{align-items:flex-start;display:flex;flex-direction:column;gap:16px}.Filter_longSelect__xyv8w{display:flex;flex-grow:1}}.Filter_currentOffer__TD4c_ strong{font:revert}.Filter_currentOffer__TD4c_ p:empty{height:25px}.Filter_currentOffer__TD4c_ p{line-height:120%}.Filter_currentOffer__TD4c_ a{color:var(--color-blue-500)}.TyreSizeBlock_wrapper__0xQCv{position:relative;display:flex;gap:16px;width:100%;flex-wrap:wrap}.TyreSizeBlock_wrapper__0xQCv .TyreSizeBlock_select__P7Hft{display:flex;flex-direction:column;gap:4px;background:#fff;color:var(--color-gray-700);border-radius:16px;padding:12px;border:1px solid var(--color-gray-300);font-size:14px;line-height:22px;font-style:normal;font-weight:500;cursor:pointer;transition:.3s;text-align:center}.TyreSizeBlock_wrapper__0xQCv .TyreSizeBlock_select__P7Hft.TyreSizeBlock_active__0vkvi{background:var(--color-brand-100);color:#000;border:1px solid var(--color-brand-500)}.TyreSizeBlock_wrapper__0xQCv .TyreSizeBlock_subTextBlock__o_yPJ{display:flex;flex-direction:column;color:var(--color-gray-500);align-items:flex-start;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.2px}.TyreSizeBlock_wrapper__0xQCv .TyreSizeBlock_green__w_R5K{color:var(--color-brand-500)}.HomeFilterDesktop_homeFilterDesktop__UgQTb{display:flex;justify-content:space-between;padding:24px;background:#fff;border-radius:.5rem;position:relative;z-index:10}.HomeFilterDesktop_homeFilterDesktop__UgQTb .HomeFilterDesktop_filter__BBkn9{width:50%}.HomeFilterDesktop_homeFilterDesktop__UgQTb .HomeFilterDesktop_banners__lUjHq{width:47%;align-self:center}.HomeFilterDesktop_homeFilterDesktop__UgQTb .HomeFilterDesktop_divider__vei1z{border:.5px solid #d5dae2;margin-left:24px;margin-right:24px}.TyreSizeFilter_filter__DBmoL{display:flex;flex-direction:column;gap:24px}.TyreSizeFilter_tabsWrapper__tKfTX{display:flex}.TyreSizeFilter_tab__jxbj9{display:flex;flex-direction:column;gap:16px}.TyreSizeFilter_bold__NmdxJ{font-weight:700}.TyreSizeFilter_subTitle__jhUh5{color:var(--color-gray-800);font-size:14px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:.1px}.TyreSizeFilter_applyWrapper__MIvs5{display:flex;align-items:center;justify-content:space-between}.TyreSizeFilter_applyWrapper__MIvs5 .TyreSizeFilter_applyBtn__bFMCc{display:flex;width:100%;flex-grow:1}.TyreSizeFilter_checkboxWrapper__6JECK{display:inline-flex}.TyreSizeFilter_checkbox__snWuA{display:flex;align-items:center;gap:8px}.TyreSizeFilter_subTab__gjS89{display:flex;flex-grow:0}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_header__XXVIF .TyreSizeFilter_title__3OzAa{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_header__XXVIF .TyreSizeFilter_title__3OzAa .TyreSizeFilter_headerContainer__kbO4M{display:flex;align-items:center;gap:8px}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_header__XXVIF .TyreSizeFilter_title__3OzAa .TyreSizeFilter_closeIcon__HgpM7{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:20px;color:var(--color-gray-500);background-color:var(--color-gray-100)}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_select__lEyY6{display:flex;margin:16px 0;width:100%!important}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_arrowIcon__CLLaA{color:var(--color-gray-400)}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_titleHasIcon__EN90i{justify-content:space-between}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_tabs__Q2_oh{margin-top:.75rem;display:flex;flex-wrap:nowrap}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_tabs__Q2_oh .TyreSizeFilter_tab__jxbj9{display:flex;gap:6px;align-items:center}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_options__carkq{display:flex;flex-direction:column;gap:.5rem;margin-top:16px;flex:1;overflow:auto}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_options__carkq .TyreSizeFilter_active__w1nJb{color:var(--color-brand-500)}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_options__carkq .TyreSizeFilter_item__HuE_W,.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_options__carkq .TyreSizeFilter_subItem__NquzK{display:flex;padding:4px 2px;align-items:center;border-radius:4px;background-color:var(--color-gray-50);justify-content:space-between;font-size:16px;font-style:normal;font-weight:400;line-height:24px;cursor:pointer}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_options__carkq .TyreSizeFilter_subItem__NquzK{border-top:1px solid var(--color-gray-300)}.TyreSizeFilter_mobileSheet__6hrB8 .TyreSizeFilter_options__carkq .TyreSizeFilter_itemLabel__EwIOv{padding:8px}.TyreSizeFilter_menuFooter__wN9jJ{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;border-top:1px solid var(--color-gray-300);width:100%;padding-top:16px}.TyreSizeFilter_spinnerWrapper__yi4Tl{display:flex;flex:1;justify-content:center;align-items:center}.TyreSizeFilter_spinner__Y_V70{width:40px;height:40px;border-radius:50%;background:radial-gradient(farthest-side,#4ebc73 94%,rgba(0,0,0,0)) top/4px 4px no-repeat,conic-gradient(rgba(0,0,0,0) 30%,#4ebc73);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 4px),#000 0);animation:TyreSizeFilter_spinner-c7wet2__SlbXi 1.4s linear infinite}@keyframes TyreSizeFilter_spinner-c7wet2__SlbXi{to{transform:rotate(1turn)}}.TyreSizeFilter_valuesWrapperRow__3WAcW{display:flex;flex-direction:row;gap:8px;white-space:nowrap;overflow-x:auto;width:0;min-width:100%;padding-bottom:16px}.TyreSizeFilter_valuesWrapperRow__3WAcW .TyreSizeFilter_wrapperChips__O_Loh{background:#e7eaf0;border-radius:8px;padding:6px;color:var(--color-gray-900);text-align:center;font-size:14px;font-weight:400;line-height:22px;letter-spacing:.25px}.TyreSizeFilter_apply__DJOjq{gap:.75rem;margin-top:auto;justify-content:space-between}.TyreSizeFilter_apply__DJOjq button{flex-grow:1}.TyreSizeFilter_buttonWrapper__AnNLQ{display:inline-flex;gap:1rem;justify-content:space-between;width:100%}