.main-cart{display:grid;grid-template-columns:1fr;width:100%}.cart-items{display:grid;grid-template-columns:1fr;gap:1rem}.cart-item{display:grid;grid-template-columns:auto 1fr auto .3fr;align-items:center;padding:1rem 2rem;background:#00000080;-webkit-filter:drop-shadow(0px 0px 6px rgba(0,0,0,.75));filter:drop-shadow(0px 0px 6px rgba(0,0,0,.75));border-radius:18px}.cart-item-struct{display:flex;flex-direction:column;padding-left:1rem;justify-content:space-evenly;width:min-content;white-space:nowrap}.cart-item-img{width:125px;-webkit-filter:drop-shadow(0px 0px 8px white);filter:drop-shadow(0px 0px 8px white)}.cart-item-img:hover{-webkit-filter:drop-shadow(0px 0px 8px white);filter:drop-shadow(0px 0px 8px white)}.cart-item-quantity{display:flex;align-items:center;gap:1rem}.item-quantity-remove{display:flex}.cart-footer{display:flex;justify-content:flex-end}.cart-footer-checkout{display:grid;justify-items:end;gap:.5rem}.cart-footer-checkout a{color:#ffe000;font-weight:600;text-decoration:underline}.cart-item-quantity-custom{display:flex;flex-direction:row;border-radius:6px;overflow:hidden}.cart-item-quantity-minus,.cart-item-quantity-number,.cart-item-quantity-plus{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;color:#fff;text-align:center;font-weight:600;cursor:pointer}.cart-footer-total{-webkit-filter:drop-shadow(0px 0px 2px white);filter:drop-shadow(0px 0px 2px white)}.cart-footer-rules{width:15rem}.cart-no-selection::selection{background:transparent}@media (max-width: 767px){.cart-item{grid-template-columns:auto 1fr;width:100%;max-width:30rem}.cart-footer{justify-content:center}.cart-footer-checkout{justify-items:center}.cart-item-struct{padding-left:0}.cart-footer-rules{text-align:center;width:75%}.cart-items{justify-items:center}}.cart-empty{text-align:center;-webkit-filter:drop-shadow(0px 0px 2px white);filter:drop-shadow(0px 0px 2px white)}@media (max-width: 400px){.cart-item{grid-template-columns:auto;justify-items:center;width:min-content;gap:1rem;text-align:center}}.cart-button{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.65rem 0;width:15rem;border-radius:6px;background-color:#c73f3f;transition:.15s background-color}.cart-button:not(.disabled):hover{background-color:#aa3535}
/*# sourceMappingURL=/cdn/shop/t/39/assets/cart.css.map */
