
.template-cart #main{min-height:calc((100vh - (var(--announcement-height) + var(--height-header)))) / 2;} 
.template-cart .cart__container{padding-top:100px;padding-bottom:100px;}
.template-cart .cart__footer-subtotal :where(h3, span){font-size:18px;font-weight:700;letter-spacing:normal;}
.template-cart .fs-product-card-title a{color:#000;letter-spacing:normal;font-size:18px;}


@media screen and (min-width: 960px){
    .template-cart .cart__form-items{max-width:calc(100% - 330px);}
    .template-cart .cart__footer-wrapper{width:100%;max-width:330px}
}


@media screen and (max-width: 767px){
    .template-cart .cart__container{padding-top:40px;padding-bottom:40px;}
    .template-cart .cart__footer-subtotal :where(h3, span),
    .template-cart .fs-product-card-title a{font-size:16px;}
    .template-cart h1.cart__form-title{font-size:26px;}
    .template-cart .cart__form-item-image{max-width:90px;}
}