.cart-products-list__scroll{scrollbar-width:none;-ms-overflow-style:none;flex:auto;min-height:0;overflow-y:auto}.cart-products-list__scroll::-webkit-scrollbar{display:none}.cart-products-list__list{flex-direction:column;gap:40px;display:flex}.cart-products-list__item{min-width:0;animation:.65s cubic-bezier(.34,2.4,.64,1) both cart-item-drop}@keyframes cart-item-drop{0%{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:translateY(0)}}.cart-product-card{background-color:#0000;grid-template-columns:144px minmax(0,1fr);gap:16px;min-height:144px;display:grid}.cart-product-card__image-wrap{width:144px;height:144px}.cart-product-card__image-wrap img{object-fit:cover}.cart-product-card__content{flex-direction:column;gap:24px;min-width:0;padding:13px 0;display:flex}.cart-product-card__info{flex-direction:column;display:flex}.cart-product-card__top{flex-direction:column;gap:2px;display:flex}.cart-product-card__title{text-transform:uppercase;margin-bottom:2px;font-family:Turismo CF;font-size:16px;font-weight:400;line-height:160%}.cart-product-card__description{color:#1c1c1c66;letter-spacing:5%;font-size:13px;font-weight:400;line-height:120%}.cart-product-card__header{justify-content:space-between;gap:8px;display:flex}.cart-product-card__price{text-align:justify;font-size:16px;font-weight:600;line-height:140%}.cart-product-card__details{flex-direction:column;gap:8px;display:flex}.cart-product-card__detail{justify-content:space-between;align-items:center;gap:4px;display:flex}.cart-product-card__detail-label{letter-spacing:3%;text-align:justify;text-transform:uppercase;font-size:14px;font-weight:400;line-height:120%}.cart-product-card__detail-value{text-align:justify;font-size:16px;font-weight:300;line-height:140%}@media (max-width:1200px){.cart-product-card{grid-template-columns:96px minmax(0,1fr);gap:12px;min-height:102px}.cart-product-card__image-wrap{width:96px;height:96px}.cart-product-card__content{gap:12px;padding:0}.cart-product-card__title{margin-bottom:4px;padding:2px 0;font-size:14px;line-height:130%}.cart-product-card__details{gap:6px}.cart-product-card__detail-label{line-height:140%}.cart-product-card__detail-value{font-size:14px;font-weight:400}}@media (max-width:756px){.cart-products-list__list{gap:24px}.cart-product-card{min-height:100px}}
