.cart-page{max-width:1200px;margin-inline:auto;padding:2rem 1.25rem 4rem}.cart-page h1{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);margin-bottom:.5rem}.cart-title{margin-bottom:2rem}.cart__count{color:var(--color-text-muted, #7a7974);font-size:.8em;font-weight:500}.cart__continue-link{display:inline-block;color:var(--color-text-muted, #7a7974);text-decoration:none;font-size:.9375rem;margin-top:.25rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-main{min-width:0}.cart-main>.cart-items{margin-bottom:1.5rem}.cart-discount-form{display:flex;gap:.5rem;margin-bottom:.75rem}.cart-discount-form .form-field-input{flex:1}.cart-order-summary{background:var(--color-surface, #f9f8f5);border:1px solid oklch(from #28251d l c h / .1);border-radius:.75rem;padding:1.5rem;position:sticky;top:1.5rem}.cart-items{list-style:none;padding:0;margin:0}.cart-item+.cart-item{border-top:1px solid oklch(from #28251d l c h / .08)}.cart-item{display:grid;grid-template-columns:80px minmax(260px,1fr) auto auto auto;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid oklch(from #28251d l c h / .08);background:#fff;border-radius:.5rem}.cart-item__image-wrapper{width:80px;height:80px;flex-shrink:0}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:.5rem;display:block}.cart-item--inner{display:contents}.cart-item--content{padding-left:0}.cart-item--content-title{margin:0 0 .375rem;font-size:1rem;line-height:1.35}.cart-item--content-title a{color:#28251d;text-decoration:none;font-weight:600}.cart-item-vendor,.cart-item-sku,.cart-item-product-options,.cart-item--line-item-subscriptions,.cart-item--unit-price,.cart-item--content .discount-list,.cart-item--content .product-stock-level-wrapper{margin-top:.25rem}.cart-item__price{grid-column:3;text-align:right;white-space:nowrap}.cart-item__price .money{font-weight:600;color:#28251d}.cart-item__info{display:contents}.cart-item__stepper{grid-column:4;grid-row:1;align-self:center;justify-self:end}.cart-item__total{grid-column:5;grid-row:1;text-align:right;min-width:auto;padding-right:.5rem;justify-self:end;white-space:nowrap;font-size:1rem;font-weight:700}.quantity-selector__label{display:none}.quantity-stepper{display:flex;align-items:center;border:1px solid var(--color-border, #d4d1ca);border-radius:.5rem;overflow:hidden}.qty-btn{min-width:44px;min-height:44px;background:none;border:none;font-size:1.25rem;cursor:pointer;transition:background .18s ease}.qty-btn:hover{background:var(--color-surface-offset, #f3f0ec)}.qty-input{width:48px;text-align:center;border:none;border-left:1px solid var(--color-border, #d4d1ca);border-right:1px solid var(--color-border, #d4d1ca);min-height:44px;font-size:1rem;min-width:48px}.cart-item__remove-link-text{display:inline-flex;margin-top:.5rem;color:var(--color-text-muted, #7a7974);text-decoration:none;font-size:.875rem;line-height:1.2}.cart-item__remove-link-text:hover{color:#a12c7b;text-decoration:underline}.shipping-progress__track{height:6px;background:#e6e4df;border-radius:9999px;overflow:hidden;margin-top:.5rem}.shipping-progress__fill{height:100%;background:var(--color-primary, #01696f);border-radius:9999px;transition:width .4s ease}.shipping-progress__label--met{color:var(--color-success, #437a22)}.cart-trust-badges{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.trust-badge{display:flex;align-items:flex-start;gap:.75rem}.trust-badge svg{flex-shrink:0;color:var(--color-primary, #01696f);margin-top:2px}.trust-badge div{display:flex;flex-direction:column;font-size:.875rem}.trust-badge strong{font-weight:600}.trust-badge span{color:var(--color-text-muted, #7a7974)}.payment-icons{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:.5rem}.payment-icons--secure{margin-top:.6rem;gap:.45rem;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;flex-direction:row!important;margin:20px 0}.payment-icons__badge{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:30px;padding:.2rem .35rem;border:1px solid oklch(from #28251d l c h / .14);border-radius:.45rem;background:#fff;box-shadow:inset 0 -1px #f1eee7b3}.payment-icons__badge svg{width:auto;height:18px;max-width:36px}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid oklch(from #28251d l c h / .1);font-weight:600}.cart-tax-note{font-size:.875rem;color:var(--color-text-muted, #7a7974);margin-bottom:1rem}.cart__sticky-total{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:.5rem}.btn-checkout{display:block;width:100%;min-height:52px;background:var(--color-primary, #01696f);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background .18s ease,transform 80ms ease;margin-top:1rem}.btn-checkout:hover{background:var(--color-primary-hover, #0c4e54)}.btn-checkout:active{transform:scale(.99)}.cart__express-checkout{margin-top:.75rem}.cart-featured-collection{margin-top:2rem;border-top:1px solid oklch(from #28251d l c h / .08);padding-top:1.5rem}.cart-featured-collection .featured-collection__content.product-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.cart-featured-collection .featured-collection__content .productgrid--item{width:100%;min-width:0;margin:0}.cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 1.5rem}.cart-empty h2{font-size:1.5rem;margin-bottom:.5rem}.cart-empty p{color:var(--color-text-muted, #7a7974);max-width:32ch;margin-bottom:1.5rem}.qty-btn,.cart__checkout-btn{min-width:44px;min-height:44px}@media(max-width:767px){.cart-layout{grid-template-columns:1fr;padding-bottom:100px}.cart-order-summary{position:static}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto auto auto;gap:.75rem}.cart-item--content{grid-column:2;grid-row:1}.cart-item__price{grid-column:2;grid-row:2;text-align:left}.cart-item__stepper{grid-column:2;grid-row:3;justify-self:start}.cart-item__total{grid-column:2;grid-row:4;text-align:left;justify-self:start}.cart__sticky-checkout{position:fixed;bottom:0;left:0;right:0;padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));background:var(--color-surface, #f9f8f5);box-shadow:0 -4px 16px #18161114;z-index:100}.cart__sticky-checkout .btn-checkout{width:100%;min-height:52px;font-size:1rem;font-weight:600}.cart__sticky-checkout .cart__express-checkout{display:none}.cart-featured-collection .featured-collection__content.product-row{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-featured-collection .productitem{height:550px!important;max-height:550px!important}}@media(max-width:540px){.cart-featured-collection .featured-collection__content.product-row{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart.css.map */
