.cart{padding:7rem 0}.cart__title{font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-transform:uppercase}.cart__empty{text-align:center;padding:5rem 0;color:#737373}.cart__header{border-bottom:2px solid var(--bs-border-color);font-size:.8rem;font-weight:500;text-transform:uppercase;color:#737373}.cart__header-spacer{width:100px}.cart__item{padding:1.25rem 0;border-bottom:1px solid var(--bs-border-color)}.cart__item-image-link{display:block;flex-shrink:0}.cart__item-img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--bs-border-radius-sm);background:var(--bs-tertiary-bg)}.cart__item-info{display:flex;flex-direction:column;gap:.2rem}.cart__item-title{font-weight:700;text-decoration:none;color:inherit;font-size:.95rem}.cart__item-title:hover{color:#eb3d23}.cart__item-variant,.cart__item-selling-plan,.cart__item-property{margin:0;font-size:.8rem;color:#737373}.cart__item-discounts{margin-top:.25rem}.cart__item-discount{display:flex;justify-content:space-between;font-size:.8rem;color:#eb3d23}.cart__item-unit-price{font-size:.9rem}.cart__item-original-price{display:block;color:#737373;font-size:.8rem;text-decoration:line-through}.cart__item-price{font-weight:600}.cart__qty-control{display:flex;align-items:center;gap:.25rem;justify-content:center}.cart__qty-btn{width:2rem;height:2rem;border:1px solid #EB3D23;color:#eb3d23;background:transparent;border-radius:2rem;cursor:pointer;font-size:1rem;line-height:1;transition:background .15s,border-color .15s}.cart__qty-btn:hover{background:var(--bs-tertiary-bg);border-color:#ff6832}.cart__qty-input{width:3rem;height:2rem;text-align:center;border:none;border-radius:var(--bs-border-radius-sm);padding:.2rem .4rem;font-size:.9rem;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cart__qty-input::-webkit-inner-spin-button,.cart__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cart__item-line-total{text-align:right;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart__item-total-price{font-weight:700;font-size:.95rem}.cart__item-remove{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#d32f2f;text-decoration:none;transition:color .15s}.cart__item-remove svg{flex-shrink:0}.cart__item-remove:hover{color:#eb3d23}.cart__actions{display:flex;justify-content:flex-end}.cart__summary{background:var(--bs-tertiary-bg);border-radius:var(--bs-border-radius);padding:2rem}.cart__summary-title{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1.5rem}.cart__summary-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem;margin-bottom:.6rem}.cart__summary-row--muted{color:#737373;font-size:.85rem}.cart__summary-row--discount{color:#eb3d23;font-weight:600}.cart__summary-row--total{font-size:1.05rem;font-weight:700;margin-bottom:0}.cart__summary-shipping-note{font-style:italic;font-size:.8rem}.cart__summary-divider{margin:1rem 0;border-color:var(--bs-border-color);opacity:1}.cart__summary-savings{margin-top:.5rem;font-size:.8rem;color:#eb3d23;font-weight:600;text-align:right}.cart__summary-continue{font-size:.85rem}.cart__summary-continue a{color:#737373;text-decoration:none}.cart__summary-continue a:hover{color:#eb3d23}.cart__coupon-applied{margin-top:.4rem;font-size:.8rem;color:green;margin-bottom:0}.cart__note-textarea{width:100%;border:1px solid var(--bs-border-color);border-radius:var(--bs-border-radius-sm);padding:.5rem .75rem;font-size:.875rem;resize:vertical;background:var(--bs-body-bg);color:var(--bs-body-color);font-family:inherit}.cart__note-textarea:focus{outline:none;border-color:#eb3d23;box-shadow:0 0 0 .125rem #eb3d2340}.cart__checkout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;padding:.85rem 1.5rem;letter-spacing:.04em}
