.cart{width:100%;max-height:100%}.cart__header{padding-bottom:40px;font-size:48px;font-weight:400;line-height:60px}@media (max-width:1024px){.cart__header{padding-bottom:20px;font-size:24px;line-height:28px}}.cart__container{padding-top:50px;padding-bottom:50px}@media (max-width:1024px){.cart__container{padding-top:20px;padding-bottom:20px}}.cart .new-items__container{padding-left:0;padding-right:0}.cart__wrapper{flex-direction:row;gap:32px;display:flex}@media (max-width:1199px){.cart__wrapper{flex-direction:column}}.cart__items{background-color:var(--light-gray-cart);border-radius:8px;flex-direction:column;flex-grow:2;gap:18px;width:100%;max-height:-moz-fit-content;max-height:fit-content;padding:40px;display:flex}@media (max-width:1024px){.cart__items{background-color:transparent;gap:25px;padding:3px}}.cart__items-list{flex-direction:column;gap:12px;display:flex}.cart__product-item-img img{border-radius:34px;max-width:120px}@media (max-width:1280px){.cart__product-item-img img{width:85px;height:85px}}.cart__product-item-link{flex-direction:row;align-items:center;gap:30px;display:flex}.cart__price-info{border:1px solid var(--light-gray);border-radius:8px;flex-grow:1;width:100%;height:100%;padding:40px}@media (max-width:950px){.cart__price-info{padding:30px}}.cart__product-table-title{flex-direction:row;justify-content:right;align-items:center;gap:99px;display:flex}@media (max-width:1500px){.cart__product-table-title{display:none}}.cart__product-item{flex-direction:row;justify-content:space-between;align-items:center;gap:35px;display:flex}@media (max-width:1024px){.cart__product-item{gap:30px}}@media (max-width:575px){.cart__product-item{gap:10px}}.cart__product-item-price{font-size:24px;font-weight:700}@media (max-width:1500px){.cart__product-item-price{font-size:18px;display:none}}@media (max-width:1024px){.cart__product-item-price{display:block}}@media (max-width:768px){.cart__product-item-price{display:none}}.cart__product-item-final-price{font-size:24px;font-weight:700}@media (max-width:1500px){.cart__product-item-final-price{font-size:15px}}.cart__product-item-name{text-align:left;max-width:240px;line-height:130%}@media (max-width:1500px){.cart__product-item-name{font-size:14px}}.cart__product-item-delete{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:0 0;border:none;max-width:18px;max-height:18px}@media (max-width:575px){.cart__product-item-delete{align-self:flex-start;padding-top:10px}}.cart__items-inscription{justify-content:flex-end;gap:40px;display:flex}.cart__product-minus{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--black);background-color:var(--light-gray-count);border:none;border-radius:4px;height:30px;max-height:100%;padding:5px 10px}.cart__product-minus img{width:10px;height:10px}.cart__product-plus{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--black);background-color:var(--light-gray-count);border:none;border-radius:4px;height:30px;max-height:100%;padding:5px 10px}.cart__product-plus img{width:10px;height:10px}.cart__product-quantity{flex-direction:row;justify-content:center;gap:8px;display:flex}.cart__product-count{-webkit-appearance:none;-moz-appearance:none;appearance:none;max-width:45px;max-height:30px;color:var(--black);text-align:center;background-color:transparent;border:1px solid #cdcdcd;border-radius:8px;padding:10px}.cart__price-heading{padding-bottom:45px;font-size:36px;font-weight:400;line-height:120%}@media (max-width:1280px){.cart__price-heading{font-size:32px}}.cart__price-numb{font-size:24px;font-weight:700}@media (max-width:1280px){.cart__price-numb{font-size:18px}}.cart__price-wrapper{flex-direction:column;gap:35px;display:flex}@media (max-width:1280px){.cart__price-wrapper{gap:15px}}.cart__price-underline{border-bottom:1px solid #d9d9d9;flex-direction:row;justify-content:space-between;padding-bottom:20px;display:flex}.cart__price-final{flex-direction:row;justify-content:space-between;display:flex}.cart__checkbox-wrapper{flex-flow:wrap;justify-content:space-between;gap:12px;display:flex}.cart__price-shipping{border-bottom:1px solid #d9d9d9;flex-direction:column;gap:20px;padding-bottom:20px;display:flex}.cart__checkbox-main{align-items:center;gap:10px;display:flex}.cart__shipping-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;aspect-ratio:1;border:1px solid var(--gray);background-color:var(--background-input);border-radius:2px;width:18px;height:auto}@media (max-width:1024px){.cart__shipping-checkbox{aspect-ratio:1;width:16px;height:auto}}.cart__shipping-checkbox:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/checkbox.svg);background-position:50%;background-repeat:no-repeat}.cart__right-section{flex-direction:column;flex-grow:1;gap:30px;width:100%;display:flex}.cart__right-section.is-updating{opacity:.5;pointer-events:none!important}.cart__right-section.is-updating *{cursor:not-allowed!important;pointer-events:none!important}@media (min-width:1199px){.cart__right-section{max-width:440px}}.cart__coupon-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--light-gray-input);background-color:var(--background-input);width:100%;height:57px;color:var(--black);border-radius:4px;padding:10px;font-size:18px}@media (max-width:1199px){.cart__coupon-input{height:48px}}.cart__coupon-submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--white);background-color:var(--black);border:none;border-radius:4px;width:100%;padding:12px}@media (max-width:768px){.cart__coupon-submit{width:100%}}.cart__form-button-submit{background-color:var(--basket-button-color);color:#fff;text-align:center;border:none;border-radius:4px;padding:20px 0;font-size:16px}@media (max-width:1199px){.cart__form-button-submit{height:48px}}.cart__coupon-apply{flex-direction:row;flex-grow:1;gap:20px;display:flex}.cart__form{flex-direction:column;gap:30px;display:flex}.cart .action-price{color:var(--red)}.cart__product-item-inner{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}@media (max-width:575px){.cart__product-item-inner{flex-direction:column;gap:10px}}.cart__product-item-inner-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:40px;width:100%;display:flex}@media (max-width:575px){.cart__product-item-inner-wrapper{gap:20px}}.cart__clear-button{cursor:pointer;max-width:210px;margin-top:20px}@media (max-width:1024px){.cart__clear-button{display:none}}h3{padding-bottom:10px;font-size:24px}.continue-buy{font-size:18px;text-decoration:underline}
