.m-cart--custom{--cart-card-bg: #ffffff;--cart-card-border: #ececec;--cart-radius: 16px;--cart-text: #1c1c1c;--cart-muted: #8a8a8a;--cart-line: #ededed;--cart-accent: #d9d9d9;--cart-green: #3cb54a;--cart-green-dark: #33a341;--cart-shadow: 0 6px 24px rgba(0, 0, 0, .05)}.m-cart--custom .m-cart-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start;margin:24px 0 48px}@media(min-width:1024px){.m-cart--custom .m-cart-grid{grid-template-columns:minmax(0,1.4fr) minmax(360px,1fr)}.m-cart--custom .m-cart-grid__summary{position:sticky;top:24px}}.m-cart--custom .m-cart__header{display:none}.m-cart--custom .m-cart__items{display:flex;flex-direction:column;gap:20px}.m-cart--custom .m-cart-item{position:relative;display:grid;grid-template-columns:200px 1fr;gap:22px;background:var(--cart-card-bg);border:1px solid var(--cart-card-border);border-radius:var(--cart-radius);box-shadow:var(--cart-shadow);padding:22px}@media(max-width:575px){.m-cart--custom .m-cart-item{grid-template-columns:110px 1fr;gap:14px;padding:14px}}.m-cart--custom .m-cart-item__media{align-self:start}.m-cart--custom .m-cart-item__media img,.m-cart--custom .m-cart-item__media svg{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;display:block}.m-cart--custom .m-cart-item__main{display:flex;flex-direction:column;min-width:0;padding-right:28px}.m-cart--custom .m-cart-item__title{display:block;font-family:var(--font-stack-header, inherit);font-weight:600;font-size:19px;line-height:1.3;color:var(--cart-text);text-decoration:none}@media(max-width:575px){.m-cart--custom .m-cart-item__title{font-size:15px}}.m-cart--custom .m-cart-item__details{list-style:none;margin:14px 0 0;padding:2px 0 2px 12px;border-left:3px solid var(--cart-accent);display:flex;flex-direction:column;gap:4px}.m-cart--custom .m-cart-item__details li{font-size:14px;line-height:1.4;color:var(--cart-muted)}.m-cart--custom .m-cart-item__details li .m\:font-medium{color:var(--cart-text);font-weight:600}.m-cart--custom .m-cart-item__delivery{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:14px;font-weight:600;color:var(--cart-text)}.m-cart--custom .m-cart-item__delivery svg{width:20px;height:20px;flex:0 0 auto;color:var(--cart-text)}.m-cart--custom .m-cart-item__delivery img{width:20px;height:20px;object-fit:contain;flex:0 0 auto}.m-cart--custom .m-cart-item__delivery .cart-eta-note{color:var(--cart-muted);font-weight:600}.m-cart--custom .m-cart-item__bottom{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.m-cart--custom .m-cart-item__price{font-family:var(--font-stack-header, inherit);font-weight:700;font-size:20px;color:var(--cart-text);white-space:nowrap}.m-cart--custom .m-cart-item__price s{color:var(--cart-muted);font-weight:400;font-size:15px;margin-right:6px}.m-cart--custom .m-cart-item__bottom .m-quantity{--qty-h: 34px;display:inline-flex;align-items:stretch;height:var(--qty-h);min-height:0;border:1px solid var(--cart-card-border);border-radius:8px;overflow:hidden;background:#fff;box-sizing:border-box}.m-cart--custom .m-cart-item__bottom .m-quantity__button{width:52px;height:100%;box-sizing:border-box;margin:0;padding:0;line-height:1;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer;color:#555;transition:background .2s}.m-cart--custom .m-cart-item__bottom .m-quantity__button:hover{background:#f6f6f6}.m-cart--custom .m-cart-item__bottom .m-quantity__button svg{width:14px;height:14px}.m-cart--custom .m-cart-item__bottom .m-quantity__input{width:52px;height:100%;min-height:0;box-sizing:border-box;text-align:center;border:0;border-left:1px solid var(--cart-card-border);border-right:1px solid var(--cart-card-border);border-radius:0;background:transparent;font-weight:600;font-size:15px;line-height:1;color:var(--cart-text);-moz-appearance:textfield;margin:0;padding:0}@media(max-width:575px){.m-cart--custom .m-cart-item__bottom .m-quantity{--qty-h: 34px}.m-cart--custom .m-cart-item__bottom .m-quantity__button,.m-cart--custom .m-cart-item__bottom .m-quantity__input{width:44px}}.m-cart--custom .m-cart-item__bottom .m-quantity__input::-webkit-outer-spin-button,.m-cart--custom .m-cart-item__bottom .m-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.m-cart--custom .m-cart-item__remove{position:absolute;top:16px;right:16px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--cart-muted);cursor:pointer;border-radius:50%;transition:color .2s,background .2s}.m-cart--custom .m-cart-item__remove:hover{color:var(--cart-text);background:#f4f4f4}.m-cart--custom .m-cart-item__remove svg{width:16px;height:16px}.m-cart--custom .m-cart-item .m-cart__discount{margin:8px 0 0}.m-cart--custom .m-cart-item>foxkit-incart-upsell{grid-column:1 / -1}.m-cart--custom .m-cart-summary{background:var(--cart-card-bg);border:1px solid var(--cart-card-border);border-radius:var(--cart-radius);box-shadow:var(--cart-shadow);padding:26px}.m-cart--custom .m-cart-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.m-cart--custom .m-cart-summary__label{font-weight:700;color:var(--cart-text);font-size:16px}.m-cart--custom .m-cart-summary__muted{font-weight:400;color:var(--cart-muted)}.m-cart--custom .m-cart-summary__value{font-weight:600;color:var(--cart-text);white-space:nowrap}.m-cart--custom .m-cart-summary__divider{border:0;border-top:1px solid var(--cart-line);margin:18px 0}.m-cart--custom .m-cart-summary__row--total .m-cart-summary__label{font-size:22px}.m-cart--custom .m-cart-summary__row--total .m-cart-summary__value{font-size:22px;font-weight:800}.m-cart--custom .m-cart-summary__bmsm{margin:4px 0 14px}.m-cart--custom .m-cart-checkout-btn{width:100%;min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--cart-green);color:#fff;border:0;border-radius:12px;font-family:var(--font-stack-header, inherit);font-weight:500;font-size:18px;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .05s}.m-cart--custom .m-cart-checkout-btn:hover{background:var(--cart-green-dark)}.m-cart--custom .m-cart-checkout-btn:active{transform:translateY(1px)}.m-cart--custom .m-cart-checkout-btn svg{width:20px;height:20px}.m-cart--custom .m-cart-checkout-btn img{width:22px;height:22px;object-fit:contain}.m-cart--custom .m-cart-summary__secure{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:18px;color:var(--cart-green);font-weight:500;font-size:15px;line-height:1.2}.m-cart--custom .m-cart-summary__secure svg{width:28px;height:28px;flex:0 0 auto;display:block}.m-cart--custom .m-cart-summary__secure img{width:28px;height:28px;object-fit:contain;flex:0 0 auto;display:block}.m-cart--custom .m-cart-summary__secure span{display:inline-block}.m-cart--custom .m-cart-summary__payments-title{font-weight:800;font-size:18px;color:var(--cart-text);margin-bottom:14px}.m-cart--custom .m-cart-summary__payments-icons{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.m-cart--custom .m-cart-summary__payments-icons svg,.m-cart--custom .m-cart-summary__payments-icons .icon{width:46px;height:30px;border-radius:5px}.m-cart--custom .m-cart__empty{padding:60px 20px;text-align:center}.m-cart--custom .additional-checkout-buttons{margin-top:14px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cart-page.css.map */
