.hero-image{background-position:64% center}
.product-image{background-size:contain;background-repeat:no-repeat;background-position:64% center;background-color:#e9dfd2}
.life-image{background-position:52% center}
.cart-page{max-width:960px;margin:0 auto;padding:80px 5%;min-height:70vh}
.cart-page h1{font:58px Georgia,serif;margin:0 0 45px}
.cart-page-line{display:grid;grid-template-columns:120px 1fr auto;gap:24px;padding:24px 0;border-bottom:1px solid var(--line);align-items:center}
.cart-page-line img{width:120px;height:140px;object-fit:cover}
.cart-page-line h2{font:25px Georgia,serif;margin:0 0 8px}
.cart-page-line input{width:70px;padding:9px;margin-left:8px}
.cart-page-total{display:flex;justify-content:space-between;font-size:20px;padding:30px 0}
.cart-page .primary{margin:6px}
.cart-page-link{display:block;text-align:center;padding:12px;font-size:10px;text-decoration:underline}
@media(max-width:580px){.hero-image{background-position:67% center}.product-image{min-height:520px;background-position:66% center}.life-image{background-position:50% center}.cart-page-line{grid-template-columns:80px 1fr}.cart-page-line img{width:80px;height:100px}.cart-page-line>b{grid-column:2}}
