.cart-page{padding:20px;min-height:100dvh}.cart-page .continue-shopping{max-width:80%;margin:0 auto 60px auto;font-size:14px}.cart-page .page-header{text-align:center}.cart-page .cart-wrapper{display:grid;grid-template-columns:4fr 3fr;align-items:flex-start;grid-gap:100px;width:100%;padding:40px 0;max-width:80%;margin:0 auto;position:relative}.cart-page .right{border-radius:14px;background:var(--black);color:var(--white);padding:40px;position:sticky;top:60px}.cart-page .right h2{margin:0 0 60px 0;padding:0}.cart-page .right input[type=submit]{width:100%;padding:10px 20px;font-size:32px;display:block;margin:10px 0 20px 0}.cart-page .right .cart-total{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin:0 0 4px 0}.cart-page .right .cart-total span{font-size:12px;margin:0 0 10px 0}.cart-page .right details{font-size:12px;line-height:1.8;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-bottom:1px solid var(--grey);margin:40px 0 0 0}.cart-page .right details .body{padding:0 0}.cart-page .right details[open] svg{opacity:0}.cart-page .right summary::-webkit-details-marker{display:none}.cart-page .right summary{text-transform:uppercase;list-style:none;padding:0 2px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer}.cart-page .right summary h4{margin:0}.cart-page .right svg{width:14px;margin-top:6px;opacity:1}.cart-page .right svg path{fill:var(--white)}.cart-page .right textarea{width:100%;max-width:100%;min-width:100%}.cart-page .cart-items{width:100%;display:flex;flex-direction:column;gap:20px}.cart-page .cart-items .cart-item{display:grid;grid-template-columns:1fr 2fr;grid-gap:40px;width:100%;border-bottom:1px solid var(--grey);padding:0 0 20px 0}.cart-page .cart-items .image{width:100%;max-width:200px;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;overflow:hidden}.cart-page .cart-items .image img{-o-object-fit:cover;object-fit:cover;width:100%;display:block;-o-object-position:center center;object-position:center center}.cart-page .cart-items .info{display:grid;grid-template-columns:2fr auto auto auto;grid-gap:20px;align-items:center}.cart-page .cart-items .title h2{font-size:18px;margin:0 0 4px 0}.cart-page h3{margin:0}.cart-page .shipping-notice{text-align:right;font-size:12px;opacity:.8;margin:0 0 40px 0}.cart-page input[type=number]{width:40px;text-align:center;font-size:14px;padding:4px;margin:0 10px}.cart-page input[type=number]::-webkit-inner-spin-button,.cart-page input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-page .item-total{text-align:center}.cart-page .remove{font-size:2rem;line-height:1;text-align:right}.cart-page .remove a{display:flex;align-items:center}.cart-page .remove svg{width:12px}.cart-page .update-cart{margin:30px 0}.cart-page .update-cart input[type=submit]{border:0;border-radius:50px;background:var(--grey);color:var(--black);padding:8px 12px;font-size:16px;cursor:pointer;transition:all .3s ease-in-out}@media (max-width:767px){.cart-page .continue-shopping{text-align:center;margin:0 0 60px 0;max-width:100%}.cart-page .cart-wrapper{grid-template-columns:1fr;grid-gap:40px;max-width:100%}.cart-page .cart-items .cart-item{grid-template-columns:1fr 3fr;grid-gap:20px}.cart-page .cart-items .title h2{font-size:14px;margin:0 0 4px 0}.cart-page .cart-items .price{font-size:14px}.cart-page .cart-items .item-total{font-size:14px}}