.cart-page .title{text-align:center;margin:0 0 40px}.cart-page .quantity-selector{background-color:#fff;flex:1;justify-content:space-between}.cart-page .cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:460px;min-height:400px;margin:0 auto}.cart-page.avenir{background-color:#e4e2dd}.cart-page.acumin .quantity-selector{background-color:#dfd8d3}.free-shipping{margin:0 0 16px;color:var(--accent-color)}.cart-item{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;border-top:1px solid #505e53;padding:16px 0;transition:.5s;opacity:1}.cart-item.is-loading{opacity:.5;pointer-events:none}.cart-item:last-child{border-bottom:1px solid #505e53}.cart-item__preview{display:flex;align-items:center;justify-content:flex-start;gap:24px;width:100%}.cart-item__variants{margin-top:16px}.cart-item__actions{width:100%;display:flex;align-items:center;gap:9px}.cart-item__remove{width:36px;height:50px;background-position:center;cursor:pointer}.cart-item__price{display:flex;flex-direction:column;min-width:250px;flex-shrink:0;width:100%;text-align:left}.cart-item__image{width:100px}.cart-item__image img{width:100%;height:auto}.cart-note-field{display:flex;flex-direction:column;margin:40px 0;gap:10px}.cart-note-field label{display:block}.cart-note-field textarea{border:1px solid #ccc;padding:16px;background:rgba(0,0,0,0);min-width:100%;max-width:100%;min-height:120px}.cart-footer{text-align:center;max-width:570px;margin:40px auto 0}.cart-footer .cart-discounts{text-align:right;color:var(--accent-color);margin-bottom:8px}.cart-footer .cart-total{display:flex;align-items:center;justify-content:space-between}.cart-footer .cart-actions{margin:12px 0 0}.cart-footer .cart-actions .button--submit{width:100%;color:#fff}@media(min-width: 768px){.cart-page .quantity-selector{flex:initial;justify-content:flex-start}.cart-item{flex-wrap:nowrap;gap:20px}.cart-item__preview{flex:1;width:auto}.cart-item__actions{width:auto;align-items:center}.cart-item__price{text-align:right;width:auto;padding-left:20px}}
