.cart-showcase{min-height:calc(100vh - 180px);padding:52px 0 86px}.cart-showcase__header{margin-bottom:34px}.cart-showcase__header .eyebrow{margin-bottom:8px;color:#786f6d}.cart-showcase__header h1{margin:0;color:#211214;font-size:clamp(38px,4.2vw,58px);font-weight:700}.cart-showcase__grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:clamp(28px,4vw,56px);align-items:start}.cart-showcase__items{display:grid;gap:16px}.cart-item-card{overflow:hidden;border:1px solid #e8ddd7;border-radius:14px;background:#fffdfa;box-shadow:0 7px 20px #4a17160d}.cart-item-card{display:flex;gap:20px;padding:20px}.cart-item-card__image-link{width:128px;height:160px;flex:0 0 128px;overflow:hidden;border-radius:8px;background:#eee7e2}.cart-item-card__image{width:100%;height:100%;object-fit:cover}.cart-item-card__image--placeholder{display:grid;place-items:center;color:#887a76;font-size:12px}.cart-item-card__content{display:flex;min-width:0;flex:1;flex-direction:column}.cart-item-card__title{display:block;overflow:hidden;color:#000;font-family:var(--sans);font-size:18px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.cart-item-card__variants{display:grid;gap:2px;margin-top:6px;color:#5e5654;font-family:var(--sans);font-size:13px}.cart-item-card__price{margin:11px 0 0;color:#000;font-family:var(--sans);font-size:17px;font-weight:700}.cart-item-card__quantity-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;color:#211214;font-family:var(--sans);font-size:13px;font-weight:650}.cart-item-card__quantity{display:flex;align-items:center;gap:7px}.cart-item-card__quantity button{display:grid;width:32px;height:32px;place-items:center;border:1px solid #d7bfc2;border-radius:6px;background:#fff;color:#211214;font-size:19px;line-height:1}.cart-item-card__quantity button:hover{border-color:#4a1716;background:#faf1ed}.cart-item-card__quantity input{width:42px;border:0;background:transparent;color:#000;font-family:var(--sans);font-size:15px;font-weight:700;text-align:center;-webkit-appearance:textfield;appearance:textfield}.cart-item-card__quantity input::-webkit-inner-spin-button,.cart-item-card__quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.cart-item-card__quantity.is-updating{opacity:.48;pointer-events:none}.cart-item-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:16px}.cart-item-card__footer p{margin:0;color:#5c5351;font-family:var(--sans);font-size:13px}.cart-item-card__footer strong{color:#000}.cart-item-card__remove{display:inline-flex;min-height:32px;align-items:center;gap:5px;border-radius:6px;background:#360101;color:#fff;padding:6px 10px;font-family:var(--sans);font-size:12px;font-weight:650}.cart-item-card__remove:hover{background:#5b1717}.cart-item-card__remove svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.cart-order-summary{position:sticky;top:112px;overflow:hidden;border:2px solid #929004;border-radius:14px;background-color:#360101;background-image:url(https://i.pinimg.com/736x/b9/85/08/b985084767b4447235157b0f3131ceee.jpg);background-position:center;background-size:cover;color:#fff;padding:25px}.cart-order-summary h2{margin:0;color:#fff;font-family:var(--sans);font-size:21px;font-weight:400!important}.cart-order-summary__rule{height:1px;margin:18px 0;background:#ffffff47}.cart-order-summary__line,.cart-order-summary__total{display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:var(--sans)}.cart-order-summary__line{color:#ffffffbf;font-size:14px}.cart-order-summary__line strong{color:#fff;font-size:15px}.cart-order-summary__total{color:#fff;font-size:18px;font-weight:400}.cart-order-summary__total strong{font-weight:400!important}.cart-order-summary__checkout{width:100%;min-height:48px;margin-top:24px;border:0;border-radius:7px;background:#ffb900;color:#211214;font-family:var(--sans);font-size:16px;font-weight:750}.cart-order-summary__checkout:hover{background:#ffc532}.cart-order-summary>p{margin:12px 0 0;color:#fff;font-family:var(--sans);font-size:12px;text-align:center}.cart-order-summary__update{display:block;margin:14px auto 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:#fffc;padding:0 0 2px;font-family:var(--sans);font-size:12px}.cart-empty-state{display:grid;min-height:54vh;place-content:center;justify-items:center;padding:32px 0;text-align:center}.cart-empty-state__icon{display:grid;width:96px;height:96px;place-items:center;border-radius:50%;background:#eee7e2;color:#786f6d}.cart-empty-state__icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4}.cart-empty-state h1{margin:23px 0 8px;color:#211214;font-family:var(--sans);font-size:30px}.cart-empty-state p{margin:0;color:#786f6d;font-size:17px}.cart-empty-state__button{display:inline-flex;min-height:46px;align-items:center;margin-top:22px;border-radius:7px;background:#360101;color:#fff;padding:10px 20px;font-family:var(--sans);font-size:14px;font-weight:700}@media(max-width:760px){.cart-showcase{padding:35px 0 58px}.cart-showcase__header{margin-bottom:24px}.cart-showcase__grid{grid-template-columns:1fr;gap:24px}.cart-item-card{gap:14px;padding:14px}.cart-item-card__image-link{width:96px;height:128px;flex-basis:96px}.cart-item-card__title{font-size:16px}.cart-item-card__price{margin-top:8px;font-size:15px}.cart-item-card__quantity-row{margin-top:11px}.cart-item-card__footer{padding-top:12px}.cart-order-summary{position:static;padding:21px}.cart-empty-state{min-height:48vh}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-showcase.css.map */
