.cart-page *{box-sizing:border-box}
.cart-page form{grid-template-columns:minmax(0,1fr) 330px!important}
.cart-page .cart-page__item{grid-template-columns:110px minmax(0,1fr) 85px 95px!important}
.cart-page .cart-page__item>a:first-child{display:block;width:110px;height:110px;overflow:hidden;border-radius:12px}
.cart-page .cart-page__item img{display:block;width:110px!important;height:110px!important;max-width:none!important;aspect-ratio:1/1!important;object-fit:cover!important;position:static!important}
.cart-page .cart-page__item h2{overflow-wrap:normal;word-break:normal;hyphens:none}
.premium-cart__items article>a:first-child{display:block;width:86px;height:86px;overflow:hidden;border-radius:12px}
.premium-cart__items article>a:first-child img{display:block;width:86px!important;height:86px!important;max-width:none!important;aspect-ratio:1/1!important;object-fit:cover!important}

@media(max-width:800px){
  .cart-page{padding:42px 20px 60px!important}
  .cart-page header{margin-bottom:28px!important}
  .cart-page form{grid-template-columns:minmax(0,1fr)!important;gap:30px!important}
  .cart-page .cart-page__item{grid-template-columns:96px minmax(0,1fr)!important;grid-template-areas:'media info' 'media quantity' 'media total';align-items:start!important;column-gap:16px!important;row-gap:10px!important;padding:18px 0!important}
  .cart-page .cart-page__item>a:first-child{grid-area:media;width:96px;height:96px}
  .cart-page .cart-page__item img{width:96px!important;height:96px!important}
  .cart-page .cart-page__item>div{grid-area:info;min-width:0}
  .cart-page .cart-page__item h2{font-size:18px!important;line-height:1.2!important;white-space:normal}
  .cart-page .cart-page__item>label{grid-area:quantity;display:flex;align-items:center;gap:10px;font-size:12px}
  .cart-page .cart-page__item>strong{grid-area:total;font-size:15px}
}
