.cart-page-header__title{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:#1a202c;line-height:1.15}.cart-page{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,1fr);gap:2rem;align-items:start;padding-block:1rem clamp(4rem,7vw,6rem)}.cart-items-card{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px 3px #00000005}.cart-items-card__header{padding:1.25rem 2rem;border-bottom:1px solid #e2e8f0}.cart-items-card__header h2{margin:0;font-size:1.2rem;font-weight:600;color:#1a202c;font-family:var(--font-body-family),sans-serif}.cart-items-list{display:grid}.cart-item{display:grid;grid-template-columns:80px minmax(0,1fr) auto;gap:1.5rem;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:#fff;align-items:stretch}.cart-item:last-child{border-bottom:none}.cart-item__media{display:block;width:80px;height:80px;overflow:hidden;border-radius:8px;background:#f7f4ee}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__details-wrap{display:flex;flex-direction:column;justify-content:flex-start;gap:.15rem}.cart-item__meta-vendor{font-size:.75rem;color:#718096;letter-spacing:.05em;text-transform:uppercase;font-weight:500}.cart-item__meta-title{margin:0 0 .25rem;font-size:.95rem;font-weight:500;color:#1a202c;line-height:1.4}.cart-item__meta-title a{color:inherit;text-decoration:none}.cart-item__meta-title a:hover{color:#7c5b4b}.quantity__control{display:inline-flex;align-items:center;border:1px solid #cbd5e0;border-radius:6px;height:32px;background:#fff;width:fit-content;overflow:hidden}.quantity__control button{width:30px;height:100%;border:0;background:transparent;color:#4a5568;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:500;cursor:pointer;padding:0;transition:background .2s ease}.quantity__control button:hover{background:#f7fafc;color:#1a202c}.quantity__control input{width:34px;height:100%;border:0;background:transparent;text-align:center;font-size:.85rem;font-weight:500;color:#1a202c;padding:0;outline:none;-moz-appearance:textfield}.quantity__control input::-webkit-outer-spin-button,.quantity__control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__right-wrap{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.cart-item__right-wrap .price{font-weight:600;font-size:1.05rem;color:#1a202c}.cart-item__anchors{display:flex;gap:1rem;margin-top:auto}.cart-item__anchor{font-size:.75rem;text-decoration:underline;color:#4a5568;cursor:pointer;transition:color .2s ease}.cart-item__anchor:hover{color:#1a202c}.cart-item__anchor.remove:hover{color:#c51631}.cart-summary-card{border:1px solid #e2e8f0;border-radius:8px;padding:2rem;background:#fff;display:grid;gap:1.25rem;box-shadow:0 1px 3px #00000005}.cart-summary-card h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1a202c;border-bottom:none;padding-bottom:0}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#4a5568}.cart-summary-row strong{color:#1a202c;font-weight:500}.cart-summary-row.total-row{border-top:1px solid #e2e8f0;padding-top:1.25rem;margin-top:.5rem;font-size:1.3rem;color:#1a202c;font-weight:600}.cart-summary-row.total-row strong{font-size:1.4rem;font-weight:700}.summary-disclaimer{font-size:.76rem;color:#718096;line-height:1.5;margin:0}.cart-note-wrapper{display:grid;gap:.5rem;margin-top:.25rem}.cart-note-wrapper label{font-size:.88rem;font-weight:500;color:#1a202c}.cart-note-wrapper textarea{width:100%;border:1px solid #cbd5e0;border-radius:6px;padding:.75rem 1rem;font-size:.85rem;color:#2d3748;background:#fff;resize:vertical;outline:none;transition:border-color .2s ease}.cart-note-wrapper textarea:focus{border-color:#a0aec0}.cart-summary-actions{display:grid;gap:.75rem;margin-top:1rem}.cart-summary-actions .button{height:48px;border-radius:6px;font-weight:600;font-size:.82rem;letter-spacing:.5px;text-transform:uppercase;width:100%;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,color .2s ease}.cart-summary-actions .checkout-btn{background:#1a202c;color:#fff;border:1px solid #1a202c}.cart-summary-actions .checkout-btn:hover{background:transparent;color:#1a202c}.cart-summary-actions .continue-btn{background:#fff;color:#2d3748;border:1px solid #cbd5e0}.cart-summary-actions .continue-btn:hover{background:#f7fafc;color:#1a202c}.breadcrumb{padding-block:1.25rem .5rem;font-size:.78rem;letter-spacing:.06em;color:#718096}.breadcrumb ol{list-style:none;display:flex;gap:.5rem;margin:0;padding:0}.breadcrumb li+li:before{content:"/";margin-right:.5rem;color:#cbd5e0}.breadcrumb a{color:inherit;text-decoration:none}.breadcrumb a:hover,.breadcrumb [aria-current=page]{color:#1a202c}@media(max-width:990px){.cart-page{grid-template-columns:minmax(0,1.2fr) minmax(320px,1fr);gap:1.5rem}}@media(max-width:860px){.cart-page{grid-template-columns:1fr;gap:2.5rem}.cart-summary-card{position:static}}@media(max-width:560px){.cart-item{grid-template-columns:80px minmax(0,1fr);gap:1.25rem;padding:1.25rem 1.5rem}.cart-item__right-wrap{grid-column:span 2;flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;padding-top:.75rem;margin-top:.5rem}.cart-item__right-wrap .price{font-size:1rem}.cart-item__anchors{margin-top:0}}.cart-page--empty{grid-template-columns:1fr;max-width:600px;margin-inline:auto}.cart-page-header__title--centered{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/18/assets/component-cart.css.map */
