: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)}}.CartLayout_cartLayout__MxtE3{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:90px}.CartLayout_cartLayout__MxtE3 .CartLayout_breadcrumb__mfpYn{margin-top:.875rem}@media(min-width:1200px){.CartLayout_cartLayout__MxtE3 .CartLayout_breadcrumb__mfpYn{margin-top:2rem}}.CartLayout_cartLayout__MxtE3 h3{font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.75rem}@media(min-width:1200px){.CartLayout_cartLayout__MxtE3 h3{font-size:1.75rem}}.CartLayout_cartLayout__MxtE3 .CartLayout_mainSection__XEbSj{display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:8px;background:#fff}@media(min-width:1200px){.CartLayout_cartLayout__MxtE3 .CartLayout_mainSection__XEbSj .CartLayout_info__kic4P{display:flex;flex-direction:row;gap:1.625rem;margin-top:.75rem}.CartLayout_cartLayout__MxtE3 .CartLayout_mainSection__XEbSj .CartLayout_info__kic4P>div:first-child{flex:1;width:700px}}@media(min-width:1200px)and (max-width:1400px){.CartLayout_cartLayout__MxtE3 .CartLayout_mainSection__XEbSj .CartLayout_info__kic4P>div:first-child{width:unset}}.CartLayout_cartLayout__MxtE3 .CartLayout_mainSection__XEbSj .CartLayout_heading__j5elE{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.CartLayout_cartLayout__MxtE3 .CartLayout_mainSection__XEbSj .CartLayout_heading__j5elE .CartLayout_goBackBtnWrapper__u_R1n{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.375rem}@media(min-width:1200px){.CartLayout_cartLayout__MxtE3 .CartLayout_mainSection__XEbSj .CartLayout_heading__j5elE .CartLayout_goBackBtnWrapper__u_R1n{margin-bottom:.5rem}.CartLayout_cartLayout__MxtE3 .CartLayout_mainSection__XEbSj .CartLayout_heading__j5elE{flex-direction:column;align-items:flex-start;gap:.5rem}}.CartLayout_cartLayout__MxtE3 .CartLayout_paymentSection__uIPY6{display:none}@media(min-width:769px){.CartLayout_cartLayout__MxtE3 .CartLayout_paymentSection__uIPY6{display:flex;flex-direction:column;row-gap:32px;flex:.7;width:unset}}@media(min-width:992px){.CartLayout_cartLayout__MxtE3 .CartLayout_paymentSection__uIPY6{flex:.6;width:unset}}@media(min-width:1200px){.CartLayout_cartLayout__MxtE3 .CartLayout_paymentSection__uIPY6{flex:unset;max-width:400px;width:100%}}.CartLayout_cartLayout__MxtE3 .CartLayout_paymentSectionMobile__Z42uY{margin-top:.5rem;display:flex;flex-direction:column;gap:18px}@media(min-width:768px){.CartLayout_cartLayout__MxtE3 .CartLayout_paymentSectionMobile__Z42uY{display:none}}.CartLayout_cartLayout__MxtE3 .CartLayout_recommendationsSection__AQ6l6{margin-top:1rem}@media(min-width:1200px){.CartLayout_cartLayout__MxtE3 .CartLayout_recommendationsSection__AQ6l6{margin-top:.75rem}}.styles_breadcrumb__zodw9{display:flex;align-items:center;overflow:hidden;flex-wrap:wrap;gap:8px}.styles_breadcrumbItem__oeik0{display:flex;align-items:center;margin:0 .2rem;color:var(--color-gray-500);font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.25px;text-decoration:none}.styles_breadcrumbItem__oeik0:first-child{margin-left:0}.styles_breadcrumbItem__oeik0:hover{text-decoration:underline}.styles_breadcrumbItemActive__H9M7M{color:#1d1d1b}.styles_breadcrumbItemActive__H9M7M:hover{text-decoration:none}.styles_breadcrumbItem__oeik0 li{display:flex;align-items:center;gap:.2rem}@media(min-width:769px){.styles_breadcrumbItem__oeik0{font-size:.75rem}}.styles_breadcrumbItemInactive__Cl08l{color:var(--color-gray-500)}.styles_breadcrumbItemInactive__Cl08l:hover{text-decoration:none}.ProductsSection_products__d0sGX{display:flex;flex-direction:column;gap:1.5rem;height:-moz-fit-content;height:fit-content}.OrderItem_orderItem__Oeh9_{display:flex;flex-direction:column;border-radius:8px;border:1px solid #d5dae2}.OrderItem_orderItemServices__Zvy2N{display:flex;flex-direction:column;gap:1rem}@media(min-width:1200px){.OrderItem_orderItemServices__Zvy2N{flex-direction:row;margin-left:4rem}}.OrderItem_orderItemServices__Zvy2N .OrderItem_checkbox__ITaK8{display:flex;flex-direction:row;gap:.4rem;align-items:center}.OrderItem_orderItemServices__Zvy2N .OrderItem_checkbox__ITaK8 span{font-size:14px;font-style:normal;font-weight:400;line-height:22px}.OrderItem_orderItemServices__Zvy2N .OrderItem_checkbox__ITaK8 svg{margin-top:2px}.OrderItem_orderItemServices__Zvy2N .OrderItem_checkbox__ITaK8 .OrderItem_price__WU3A9{font-size:14px;font-weight:600;line-height:22px}@media(min-width:1200px){.OrderItem_orderItemServices__Zvy2N .OrderItem_checkbox__ITaK8 .OrderItem_price__WU3A9{display:none}}.OrderItem_orderItemServices__Zvy2N .OrderItem_link__7bkju{cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:6px;font-weight:400;font-size:14px;line-height:20px;color:var(--color-blue-500)}.styles_wrapper__4CVDp{padding:1rem;background:#fff;border-radius:.5rem}.Product_product__Bgoxx{display:flex;position:relative}@media(min-width:1200px){.Product_product__Bgoxx{padding-bottom:0;border-bottom:none;align-items:flex-start;width:100%}}.Product_product__Bgoxx .Product_imageWrapper__6mj1T{min-width:80px;max-width:80px;height:100%;position:relative;-o-object-fit:contain;object-fit:contain;margin-right:24px}.Product_product__Bgoxx .Product_imageWrapper__6mj1T .Product_image__8XRId{-o-object-fit:contain;object-fit:contain;max-height:80px;max-width:80px}@media(min-width:1200px){.Product_product__Bgoxx .Product_imageWrapper__6mj1T.Product_withDiscount__rCBFc{padding-bottom:.5rem}}.Product_product__Bgoxx .Product_imageWrapper__6mj1T .Product_discount__i16Cg{position:absolute;border:0;left:0;display:flex;gap:2px;border-radius:80px;padding:2px .5rem;background:var(--color-brand-500);font-weight:700;font-size:.6rem;line-height:1rem;color:#fff;white-space:nowrap;transform:matrix(1,-.06,.06,1,0,0)}.Product_product__Bgoxx .Product_content__0Bomw{display:flex;flex-direction:column}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw{display:grid;grid-template-columns:1fr 300px;width:100%}}.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS{display:flex;flex-direction:column}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS{border-right:1px solid var(--color-gray-300)}}.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS .Product_name___HWC4{font-size:.875rem;font-style:normal;font-weight:600;line-height:1.375rem}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS .Product_name___HWC4{max-width:335px;font-size:1rem;font-style:normal;font-weight:700;line-height:1.5rem}}.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS .Product_type__wWRc1{font-size:.75rem;font-weight:500;line-height:1rem;color:var(--color-gray-500)}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS .Product_type__wWRc1{font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.25px}}.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS .Product_removeBtn__4PPzC{display:none;margin-top:.5rem}.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS .Product_removeBtn__4PPzC button{display:flex;align-items:center;padding:2px 3px 2px 0;font-size:.75rem;color:var(--color-gray-700);border-radius:2px}.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS .Product_removeBtn__4PPzC button img{margin-right:4px}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_titlesAndRemove__hovSS .Product_removeBtn__4PPzC{display:none}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL{display:flex;align-items:center;width:100%}}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_trashIconWrapper__5Lx70{display:none;margin-top:.5rem}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_trashIconWrapper__5Lx70{display:flex;margin-top:0;padding-left:24px}}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_trashIconWrapperMobile__j6Etb{display:flex;margin-top:.5rem}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_trashIconWrapperMobile__j6Etb{display:none}}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_trashIconWrapperMobile__j6Etb .Product_trashIcon__chaAz{margin-right:16px}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_quantity__2FnJ5{display:none;margin-top:.5rem}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_quantity__2FnJ5{display:flex;margin-top:0;padding:0 24px 0 12px}}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_quantityMobile__H8oaI{display:flex;margin-top:.5rem}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_quantityMobile__H8oaI{display:none}}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_quantityMobile__H8oaI .Product_trashIcon__chaAz{margin-right:16px}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_trashIcon__chaAz{color:var(--color-danger-500)}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_price__w7YHk{display:flex;flex-direction:column;font-size:1rem;font-weight:700;line-height:1.5rem;align-items:flex-start;margin-top:4px}@media(min-width:1200px){.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_price__w7YHk{gap:.375rem;flex-direction:column;font-weight:700;line-height:1.75rem}}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_priceCount__6660F{font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;color:var(--color-gray-400)}@media(min-width:769px){.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_priceCount__6660F{font-size:.875rem;font-style:normal;font-weight:400;line-height:1.375rem}}.Product_product__Bgoxx .Product_content__0Bomw .Product_quantityAndPrice__jwiNL .Product_priceCrossed__9Dep3{font-size:.875rem;line-height:140%;color:var(--color-gray-400);font-weight:400;text-decoration:line-through}.Product_product__Bgoxx .Product_removeBtnMobile__wVLpp{display:none;border:none;background:none;align-self:flex-start;min-width:16px;margin-left:auto}@media(min-width:1200px){.Product_product__Bgoxx .Product_removeBtnMobile__wVLpp{display:none}}.Product_warningMessage__S0Rie{display:flex;-moz-column-gap:8px;column-gap:8px;align-items:center;color:var(--color-warning-500);margin-top:4px}.ControlQuantity_controlQuantity__CS_nx{display:flex;align-items:center;gap:.4375rem;font-size:1.125rem}.ControlQuantity_controlQuantity__CS_nx button{max-width:2.25rem;min-height:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.ControlQuantity_controlQuantity__CS_nx button span{display:flex;flex-direction:column;justify-content:center;align-items:center;width:1.125rem;min-height:1.125rem}.Image_imageContainer__8_N4q{position:relative}.Image_imageContainer__8_N4q.Image_skeleton__QyrUS{background:linear-gradient(90deg,#ddd,#eee);background-size:300% 300%;animation:Image_gradient__qGZJa .9s ease infinite;border-radius:.25rem}.Image_imageContainer__8_N4q.Image_skeleton__QyrUS .Image_imageBase__y_Zni{opacity:0}@keyframes Image_gradient__qGZJa{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.Accessories_accessories__kgqMn{display:grid;gap:16px;padding-top:32px}@media(min-width:992px){.Accessories_accessories__kgqMn{grid-template-columns:repeat(3,1fr)}}.Accessories_customText__oZxcW{color:var(--color-brand-900)}.Accessories_customTextPlus__Oi0rB{color:var(--color-brand-500)}.styles_itemWrapper__g75v0{display:flex;flex-direction:column;background-color:var(--color-gray-100);border-radius:4px;padding:16px;flex:1;min-height:176px;border:1px solid var(--color-gray-100)}@media(max-width:992px){.styles_itemWrapper__g75v0{max-width:100%}}.styles_green__YFeax{background-color:var(--color-brand-100);border:1px solid var(--color-brand-500)}.styles_headerBlock__lapqf{display:flex;align-items:center;gap:16px}.styles_cartImage__YHYN8{flex-shrink:0}.styles_more__sTF3i{color:var(--color-information-500);cursor:pointer}.styles_description__kLNYS{margin:16px 0;min-height:32px;flex:1}.styles_actionButton__V2kHa{width:100%;color:red}.DriveCareServiceCard_itemWrapper__3rTEB{display:flex;background-color:var(--color-gray-50);border:1px solid var(--color-gray-300);border-radius:8px;padding:16px;-moz-column-gap:24px;column-gap:24px;align-items:center;flex:1}@media(max-width:768px){.DriveCareServiceCard_itemWrapper__3rTEB{flex-direction:column;padding:12px}}.DriveCareServiceCard_text__KMel1{align-self:self-start}.DriveCareServiceCard_shrink__9OiQy{flex-shrink:0}@media(max-width:768px){.DriveCareServiceCard_image__lw5Zu{order:-1;margin-bottom:12px}}.DriveCareServiceCard_green__95aRx{background-color:var(--color-brand-100);border:1px solid var(--color-brand-500)}.DriveCareServiceCard_headerBlock___Lx9m{display:flex;align-items:center;gap:16px}.DriveCareServiceCard_cartImage__8Nkdm{flex-shrink:0}.DriveCareServiceCard_more__kFnFn{color:var(--color-information-500);cursor:pointer}.DriveCareServiceCard_description__OO9pv{margin:16px 0;min-height:32px;flex:1}.DriveCareServiceCard_actionButton__5vD_V{width:100%;color:red}.DriveCareServiceCard_titleHighlight1__zjRwv{color:var(--color-brand-900)}.DriveCareServiceCard_titleHighlight2__Awh6e{color:var(--color-brand-500)}.GoToCheckoutBtn_btnWrapper__UV0uX{flex-grow:1}.GoToCheckoutBtn_btnWrapper__UV0uX .GoToCheckoutBtn_button__EVNE0{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.PaymentSection_payment__1AZNS{padding:1rem;border-radius:.5rem}@media(min-width:1200px){.PaymentSection_payment__1AZNS{background:var(--color-gray-100);padding:1.5rem}}.PaymentSection_payment__1AZNS .PaymentSection_details__VpXCj{display:flex;flex-direction:column;margin:.75rem 0 1.375rem;gap:1rem;row-gap:24px}.PaymentSection_payment__1AZNS .PaymentSection_detailsItem__ya_xo{display:flex}.PaymentSection_payment__1AZNS .PaymentSection_detailsItem__ya_xo .PaymentSection_divider__nsyLW{flex-grow:1;border-bottom:1px dashed var(--color-gray-400)}.PaymentSection_payment__1AZNS .PaymentSection_detailsItem__ya_xo .PaymentSection_price__tqDzz{float:right}@media(max-width:768px){.PaymentSection_payment__1AZNS .PaymentSection_details__VpXCj{row-gap:16px}}.PaymentSection_payment__1AZNS .PaymentSection_goToCheckoutBtnWrapper__VdDNe{display:block}.PaymentSection_classNameWrapper__H3AXd{display:none!important}@media(min-width:769px){.PaymentSection_classNameWrapper__H3AXd{gap:12px;display:flex!important;margin-top:24px}}.PaymentSection_detailsLabel__pwRJY{color:var(--color-gray-500)}.PaymentSection_b2bVolumeCard__IjVzP{margin-bottom:16px}@media(min-width:769px){.PaymentSection_b2bVolumeCard__IjVzP{display:none!important}}.PaymentSection_titleHighlight1__uEexk{color:var(--color-brand-900)}.PaymentSection_titleHighlight2__5er4k{color:var(--color-brand-500)}.PaymentSection_driveCareLabel__Nb632{color:var(--color-gray-900)}.styles_wrapper__VgZBp{padding:3px 8px;border-radius:50px;background:var(--background-gradient-cashback);display:flex;color:var(--color-gray-50);text-align:center;font-size:10px;font-weight:700;line-height:16px;letter-spacing:.2px;white-space:nowrap}.styles_wrapper__IUFfZ{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;border-radius:12px;padding:12px;border:1px solid #0d82bf;background:linear-gradient(278deg,rgba(70,200,224,.1) -29.33%,rgba(82,216,120,.1) 123.73%),var(--color-gray-50);width:100%}.styles_block_credit__YZ4eB{display:flex;width:100%;gap:7px;align-items:flex-end}.styles_divider__54GxV{align-self:flex-end}.styles_cashback__lI5EO{padding:5px 8px;font-size:12px;display:flex;align-items:center;text-wrap:nowrap}.styles_isLabelCashbackTextWrap__StU0X{max-width:min(200px,100%);word-wrap:break-word!important;text-wrap:wrap}.styles_aLotWords__xswhe{max-width:min(200px,100%);word-wrap:break-word;display:inline-block}.styles_text__k7MFA{letter-spacing:.25px}.CrosSaleContent_contentWrapper__7NF8G{display:flex;flex-direction:column;gap:40px;max-width:1294px;min-width:clamp(480px,50vw,600px);max-height:100%;background-color:var(--color-gray-50)}.CrosSaleContent_heading__KvWY1{display:flex;flex-direction:row;justify-content:space-between}.CrosSaleContent_carousel__J7qQO{display:flex;align-items:center;justify-content:center;position:relative;width:100%}.CrosSaleContent_productContainer__Tp_Dw{display:flex;overflow:auto;width:100%;max-width:1294px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.CrosSaleContent_productContainer__Tp_Dw::-webkit-scrollbar{display:none}.CrosSaleContent_productWrapper__MwcNH{display:flex;gap:24px;width:100%;min-width:600px;justify-content:space-between}.CrosSaleContent_productItem__JlZc6{display:flex;box-sizing:border-box;scroll-snap-align:start;gap:24px;min-width:200px;height:100%}.CrosSaleContent_productItem__JlZc6>div{width:100%;height:100%;box-shadow:0 4px 20px 0 rgba(0,0,0,.12);border-radius:8px;max-width:240px}.CrosSaleContent_productItem__JlZc6:last-child>div{border-top-right-radius:0;border-bottom-right-radius:0}.CrosSaleContent_productItem__JlZc6:first-child>div{border-top-left-radius:0;border-bottom-left-radius:0}.CrosSaleContent_arrowButton__vnKBv{border:none;cursor:pointer;position:absolute;background:var(--color-gray-100);width:32px;height:32px;border-radius:40px;display:flex;justify-content:center;align-items:center;top:50%;transform:translateY(-50%);z-index:1}.CrosSaleContent_arrowButton__vnKBv:disabled{opacity:.5;cursor:not-allowed}.CrosSaleContent_arrowButtonLeft__nfbKK{left:-16px}.CrosSaleContent_arrowButtonRight__40lGG{right:-16px}.CrosSaleContent_closeIcon__OREbE{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);border:none;cursor:pointer;flex-shrink:0}.CrosSaleContent_closeButton__ge_kZ{display:inline-block;width:100px}.CrosSaleContent_mobileContentWrapper__bAU1Z{display:flex;flex-direction:column;gap:16px;max-width:100%;height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.CrosSaleContent_mobileContentWrapper__bAU1Z::-webkit-scrollbar{display:none}.CrosSaleContent_mobileGrid__4fhLq{display:grid;width:100%;box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px 72px}@media(max-width:360px){.CrosSaleContent_mobileGrid__4fhLq{grid-template-columns:1fr}}.CrosSaleContent_mobileGridItem__DzVCV{display:flex;height:100%}.CrosSaleContent_mobileGridItem__DzVCV>div{width:100%;height:100%;box-shadow:0 4px 20px 0 rgba(0,0,0,.12);border-radius:8px}.CrosSaleContent_mobileButton__HTQZy{width:100%;position:fixed;bottom:0;left:0;right:0;padding:16px;border-top:1px solid var(--color-gray-300);background-color:var(--color-gray-50);z-index:20}.CrosSaleContent_mobileHeading__a_Kaa{display:flex;position:sticky;justify-content:space-between;top:0;border-bottom:1px solid var(--color-gray-300);background-color:var(--color-gray-50);z-index:10;padding:0 16px 16px}.Tooltip_tooltipContainer__Dc_b8{position:relative;display:inline-block}.Tooltip_tooltipTarget__YnDBm{cursor:pointer;background:var(--color-gray-100);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:100%;transition:.3s}.Tooltip_tooltipTarget__YnDBm svg path{transition:.3s;stroke:var(--color-gray-700)}.Tooltip_tooltipTarget__YnDBm.Tooltip_selected__z8j0K{background:var(--color-brand-500)}.Tooltip_tooltipTarget__YnDBm.Tooltip_selected__z8j0K svg path{stroke:#fff}.Tooltip_tooltip__TXpLk{position:absolute;left:100%;top:50%;box-shadow:-4px 9px 25px -6px rgba(0,0,0,.1);transform:translateY(-50%);background-color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:10px;white-space:nowrap;z-index:1;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.Tooltip_tooltipContainer__Dc_b8:hover .Tooltip_tooltip__TXpLk,.Tooltip_tooltipTarget__YnDBm:focus+.Tooltip_tooltip__TXpLk{opacity:1;visibility:visible}.Tooltip_tooltipContainer__Dc_b8:hover .Tooltip_tooltip__TXpLk svg path,.Tooltip_tooltipTarget__YnDBm:focus+.Tooltip_tooltip__TXpLk svg path{stroke:var(--color-brand-500)}@media(min-width:769px){.Tooltip_tooltipContainer__Dc_b8:hover .Tooltip_tooltip__TXpLk,.Tooltip_tooltipTarget__YnDBm:focus+.Tooltip_tooltip__TXpLk{opacity:1;visibility:visible}}.UnifiedProductCard_cardWrapper__ImUnp{text-decoration:none;color:inherit}.UnifiedProductCard_card__y1Usg{border-radius:8px;border:1px solid #f2f2f2;padding:12px;display:flex;flex-direction:column;position:relative;height:100%;width:100%;transition:box-shadow .25s ease}.UnifiedProductCard_card__y1Usg:hover{box-shadow:0 0 3px 0 rgba(34,60,80,.15)}@media(min-width:769px){.UnifiedProductCard_card__y1Usg{border-radius:8px;box-shadow:0 0 0 0 rgba(0,0,0,.1);border:1px solid #f2f2f2;padding:16px;display:flex;flex-direction:column;position:relative;height:100%;width:100%;transition:box-shadow .25s ease}}.UnifiedProductCard_imageWrapper__qmUBO{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:12px;aspect-ratio:1/1;width:100%;max-width:100%}.UnifiedProductCard_image__6ckaA{position:relative;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;max-height:100%}.UnifiedProductCard_price__HPgS5{display:flex;justify-content:space-between;align-items:center;color:var(--color-gray-400);margin-top:auto}.UnifiedProductCard_monthly___9PAw{font-size:.75rem;line-height:.875rem;display:flex;align-items:center;gap:.25rem}.UnifiedProductCard_monthly___9PAw span{padding:3px 6px;background:#f9a72a;border-radius:.25rem;color:#fff;font-weight:700}.UnifiedProductCard_dotted__Jv7y8{-webkit-text-decoration:line-through 1px red;text-decoration:line-through 1px red;font-size:.875rem;line-height:150%}.UnifiedProductCard_addCart__nroig{font-size:14px;width:100%}.UnifiedProductCard_cashback__Oq_A3{align-self:flex-start}.UnifiedProductCard_cashbackText__DXDY8{display:flex;align-items:center;gap:4px}.UnifiedProductCard_boxLogo__NiWf8{display:flex}.UnifiedProductCard_discount__fGoUi{position:absolute;top:.75rem;left:.75rem;z-index:5;color:#fff;background:red;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:1rem;line-height:1rem;font-weight:700}.UnifiedProductCard_specialIcon__wYZn0{position:absolute;left:12px;display:flex;align-items:center;justify-content:center;background:#ff4747;width:24px;height:24px;border-radius:50%;z-index:1}.CrosSaleModal_sheet__nB_V_{padding:24px 0 72px}.GoToCheckoutMobile_goToCheckout__DZzBJ{position:fixed;bottom:56px;left:0;background:#fff;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;box-shadow:0 2px 12px 0 #e9e9e9;border-bottom:1px solid var(--color-gray-300);border-radius:0;gap:.75rem;z-index:5}.GoToCheckoutMobile_goToCheckout__DZzBJ .GoToCheckoutMobile_left__f7MV2{display:flex;align-items:flex-end}.GoToCheckoutMobile_goToCheckout__DZzBJ .GoToCheckoutMobile_left__f7MV2 .GoToCheckoutMobile_divider__wZ36e{flex-grow:1;border-bottom:1px dashed var(--color-gray-400)}.GoToCheckoutMobile_goToCheckout__DZzBJ .GoToCheckoutMobile_left__f7MV2 .GoToCheckoutMobile_heading__PK26J{font-size:.875rem;font-style:normal;font-weight:600;line-height:1.375rem}.GoToCheckoutMobile_goToCheckout__DZzBJ .GoToCheckoutMobile_left__f7MV2 .GoToCheckoutMobile_price__5k04w{font-weight:600;font-size:1.125rem;line-height:24px}@media(min-width:769px){.GoToCheckoutMobile_goToCheckout__DZzBJ{display:none}}.GoToCheckoutMobile_cashback__fJ0aF{font-size:12px;font-weight:700;line-height:16px;letter-spacing:.2px;padding:5px 8px}.DrivePlusContent_contentWrapper__Zx3Sn{display:flex;flex-direction:column;gap:24px;max-width:636px}@media(max-width:768px){.DrivePlusContent_contentWrapper__Zx3Sn{padding:24px 16px 56px;gap:16px;overflow:auto}}.DrivePlusContent_driveText__jkPwN{color:var(--color-brand-900)}.DrivePlusContent_plusText__HuWdT{color:var(--color-brand-500)}.DrivePlusContent_top__Ylixg{display:flex;flex-direction:column;gap:24px}@media(max-width:768px){.DrivePlusContent_top__Ylixg{gap:16px}}.DrivePlusContent_heading__iUaFI{display:flex;flex-direction:row;justify-content:space-between}.DrivePlusContent_closeIcon__cQQsl{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)}.DrivePlusContent_title__9_MKe{color:var(--color-gray-800)}.DrivePlusContent_warranty__ylVeU{display:flex;gap:12px}.DrivePlusContent_image__i4asZ{min-width:48px;height:48px;display:flex;align-items:center}.DrivePlusContent_description__P3OVB{display:flex;flex-direction:column;gap:12px}.DrivePlusContent_accordion__94mns{display:flex;flex-direction:column}.DrivePlusContent_accordionActiveTopContent__LqEwS{display:flex;flex-direction:row;gap:162px}.DrivePlusContent_accordionActiveBottomContent__m6vUr{display:flex;flex-direction:row;gap:12px}.DrivePlusContent_accordionItems__PzdbK{display:flex;flex-direction:row;gap:.5rem;align-items:center}.DrivePlusContent_list__vW4QI{display:flex;flex-direction:column;row-gap:12px}.DrivePlusContent_listDescription__s5qTz{color:var(--color-gray-500)}.DrivePlusContent_asterisk__Ud67j{color:var(--color-danger-500)}.DrivePlusContent_boldText__Ox9FD{color:var(--color-gray-500);font-weight:600}.DrivePlusContent_divider__UyEmh{border-bottom:1px solid var(--color-gray-300)}.DrivePlusContent_closeButton__64qpE{display:inline-block;margin-left:calc(100% - 100px);width:100px}.DrivePlusContent_underline__AJ7tb{text-decoration:underline!important;color:inherit}.DrivePlusContent_highlight__zT18t{color:var(--color-brand-500)}.DrivePlusContent_customText__FbdmL{color:var(--color-brand-900)}.DrivePlusContent_customTextPlus__0URtJ{color:var(--color-brand-500)}.styles_button__KRDfn{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:22px;color:#546272;border-radius:4px}.styles_button__KRDfn:hover{text-decoration:underline}.styles_buttonIcon__YBYIf{max-width:16px;max-height:16px;margin-right:8px}.styles_button__KRDfn.styles_disabled__g8jIT{opacity:.3;pointer-events:none}.ShinomontazhContent_contentWrapper__UHYLt{display:flex;flex-direction:column;gap:24px;max-width:636px}@media(max-width:768px){.ShinomontazhContent_contentWrapper__UHYLt{padding:24px 16px;gap:16px}}.ShinomontazhContent_heading__SsCvN{display:flex;flex-direction:row;justify-content:space-between}.ShinomontazhContent_closeIcon__3eU4m{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)}.ShinomontazhContent_warranty__2WX6n{display:flex;gap:12px}.ShinomontazhContent_image__Fs5A_{min-width:48px;height:48px;display:flex}.ShinomontazhContent_description__vFYDa,.ShinomontazhContent_list__HW9Dp{display:flex;flex-direction:column;gap:12px}.ShinomontazhContent_accordionItems__eW3pS{display:flex;flex-direction:row;gap:.5rem;align-items:center}.ShinomontazhContent_divider__9ZS7m{border:1px solid var(--color-gray-300)}.ShinomontazhContent_closeButton__97bVR{display:inline-block;margin-left:calc(100% - 100px);width:100px}.ShinomontazhContent_doneIcon__vFXlj{flex-shrink:0}.SeasonStorageContent_contentWrapper__L5lPQ{display:flex;flex-direction:column;gap:24px;max-width:636px}@media(max-width:768px){.SeasonStorageContent_contentWrapper__L5lPQ{padding:24px 16px;gap:16px}}.SeasonStorageContent_heading__VjdPF{display:flex;flex-direction:row;justify-content:space-between}.SeasonStorageContent_closeIcon__E_HLm{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)}.SeasonStorageContent_warranty___OyeW{display:flex;gap:12px}.SeasonStorageContent_image__HGc8L{min-width:48px;height:48px;display:flex}.SeasonStorageContent_description__xuNGe,.SeasonStorageContent_list__yad9r{display:flex;flex-direction:column;gap:12px}.SeasonStorageContent_accordionItems__G_yzG{display:flex;flex-direction:row;gap:.5rem;align-items:center}.SeasonStorageContent_divider__TN6Ud{border:1px solid var(--color-gray-300)}.SeasonStorageContent_closeButton__pi4do{display:inline-block;margin-left:calc(100% - 100px);width:100px}.SeasonStorageContent_doneIcon__T1DXT{flex-shrink:0}.SeasonStorageContent_customText__jx6Dn{color:var(--color-brand-500)}.DriveCareContent_contentWrapper__FncTs{display:flex;flex-direction:column;gap:24px;max-width:636px;max-height:100%}@media(max-width:768px){.DriveCareContent_contentWrapper__FncTs{padding:0 16px;gap:16px}}.DriveCareContent_heading__a4Bs1{display:flex;flex-direction:row;justify-content:space-between}.DriveCareContent_closeIcon__y1jXu{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)}.DriveCareContent_warranty___W9oU{display:flex;overflow:auto;gap:12px}.DriveCareContent_image__GMLBV{min-width:48px;height:48px;display:flex}.DriveCareContent_description__27HGp{flex:1}.DriveCareContent_description__27HGp,.DriveCareContent_list__pnm5E{display:flex;flex-direction:column;gap:12px}.DriveCareContent_accordionItems__LM0Ng{display:flex;flex-direction:row;gap:.5rem;align-items:center}.DriveCareContent_divider__YIih7{border:1px solid var(--color-gray-300)}.DriveCareContent_closeButton__nYy_B{display:inline-block;margin-left:calc(100% - 100px);width:100px}.DriveCareContent_doneIcon__kMw9n{flex-shrink:0}.DriveCareContent_customText__WZ2qO{color:var(--color-brand-500)}.DriveCareContent_titleHighlight1__h2ChB{color:var(--color-brand-900)}.DriveCareContent_titleHighlight2__ylR8k{color:var(--color-brand-500)}.DriveCareContent_column__gwIWi{display:flex;flex-direction:column;row-gap:12px;flex:1}.DriveCareContent_columns__f__UD{display:flex;flex:1;flex-direction:row;justify-content:space-between;row-gap:12px;-moz-column-gap:16px;column-gap:16px}@media(max-width:768px){.DriveCareContent_columns__f__UD{flex-direction:column;height:100%;overflow:auto}}.DriveCareContent_listDescription__ewuIX{color:var(--color-gray-500)}.DriveCareModal_sheet__C3pJT{padding:24px 0 72px}.CrosSaleProducts_productSection__pLoad{display:block;padding:0;background-color:rgba(0,0,0,0);border-radius:0}.CrosSaleProducts_productsGrid__Yk05A{display:grid;width:100%;box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}@media(min-width:768px){.CrosSaleProducts_productsGrid__Yk05A{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:992px){.CrosSaleProducts_productsGrid__Yk05A{grid-template-columns:repeat(4,1fr);gap:24px}}@media(min-width:1200px){.CrosSaleProducts_productsGrid__Yk05A{grid-template-columns:repeat(5,1fr);gap:24px}}.CrosSaleProducts_skeletonItem__CN0nG{display:block}.CrosSaleProducts_skeletonItem__CN0nG:nth-child(n+5){display:none}@media(min-width:550px)and (max-width:719px){.CrosSaleProducts_skeletonItem__CN0nG:nth-child(-n+3){display:block}.CrosSaleProducts_skeletonItem__CN0nG:nth-child(n+4){display:none}}@media(min-width:768px){.CrosSaleProducts_skeletonItem__CN0nG:nth-child(-n+3){display:block}.CrosSaleProducts_skeletonItem__CN0nG:nth-child(n+4){display:none}}@media(min-width:992px){.CrosSaleProducts_skeletonItem__CN0nG:nth-child(-n+4){display:block}.CrosSaleProducts_skeletonItem__CN0nG:nth-child(n+5){display:none}}@media(min-width:1200px){.CrosSaleProducts_skeletonItem__CN0nG:nth-child(-n+5){display:block}.CrosSaleProducts_skeletonItem__CN0nG:nth-child(n+6){display:none}}.CartEmpty_cartEmpty__m2LeN{padding-bottom:40px}.CartEmpty_cartEmpty__m2LeN .CartEmpty_goBack__7Lztv{margin-top:1rem}.CartEmpty_cartEmpty__m2LeN .CartEmpty_title__Mh02P{margin-top:1rem;font-weight:600;font-size:1.75rem;line-height:130%}.CartEmpty_cartEmpty__m2LeN .CartEmpty_content__H9ADu{margin-top:1.375rem;min-height:300px;padding-top:1.5rem}.CartEmpty_cartEmpty__m2LeN .CartEmpty_content__H9ADu .CartEmpty_title__Mh02P{font-size:1.375rem;text-align:center}.CartEmpty_cartEmpty__m2LeN .CartEmpty_content__H9ADu .CartEmpty_subtitle__fldDz{font-size:1rem;text-align:center;color:var(--color-gray-700);margin-top:.5rem}.CartEmpty_cartEmpty__m2LeN .CartEmpty_content__H9ADu .CartEmpty_image__CoT_S{margin-top:2rem;display:flex;justify-content:center}.CartEmpty_cartEmpty__m2LeN .CartEmpty_content__H9ADu .CartEmpty_goShopping__VLHQn{display:block;margin:2rem auto 0}@media(min-width:992px){.CartEmpty_cartEmpty__m2LeN .CartEmpty_content__H9ADu{padding-top:50px;padding-bottom:80px}.CartEmpty_cartEmpty__m2LeN .CartEmpty_content__H9ADu .CartEmpty_title__Mh02P{font-size:1.5rem}.CartEmpty_cartEmpty__m2LeN .CartEmpty_content__H9ADu .CartEmpty_subtitle__fldDz{font-size:1.125rem}}.CartEmpty_small__i4nM9{font-size:14px;padding:0}