:root{--yvc-bg: #f2ece7;--yvc-card: #fff;--yvc-ink: #1c2743;--yvc-divider: #efece5;--yvc-chip: #ededed;--yvc-muted: #8b8f98;--yvc-radius: 12px;--yvc-ship-bg: #eef4e8;--yvc-ship-ink: #4a6b30;--yvc-ship-bar: #2f8f4e}body.template_cart{background:var(--yvc-bg)}.cart-section{padding:40px 0 60px}.yvc-card{background:var(--yvc-card);border:1px solid var(--yvc-divider);border-radius:var(--yvc-radius);padding:30px 32px}.yvc-basket-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;flex-wrap:wrap;margin-bottom:20px}.yvc-basket-head h1{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:0;font-size:26px;line-height:1.2;color:var(--yvc-ink)}.yvc-count{display:inline-flex;align-items:center;padding:4px 11px;border-radius:999px;background:var(--yvc-chip);color:var(--yvc-muted);font-family:var(--font-family);font-size:12px;font-weight:500;font-style:normal;line-height:1.5;letter-spacing:0;white-space:nowrap;font-variant-numeric:tabular-nums}.yvc-basket-head p{margin:0;font-size:12.5px;color:var(--yvc-muted)}.yvc-shipping{background:var(--yvc-ship-bg);color:var(--yvc-ship-ink);border-radius:8px;padding:13px 16px;margin-bottom:4px}.yvc-shipping.hidden{display:none}.yvc-shipping-row{display:flex;align-items:center;gap:10px;font-size:12.5px;font-weight:500}.yvc-shipping-row svg{flex:none}.yvc-shipping p{margin:0}.yvc-shipping .progress{height:5px;margin-top:10px;overflow:hidden;background-color:#00000014;border-radius:999px}.yvc-shipping .progress-bar{height:100%;background:var(--yvc-ship-bar);transition:width .4s ease}.yvc-items.disabled,.yvc-item.disabled{opacity:.6;pointer-events:none}.yvc-item{display:grid;grid-template-columns:140px 1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"img body" "img eta" "img actions";column-gap:20px;padding:24px 0;border-bottom:1px solid var(--yvc-divider);position:relative}.yvc-item-img{grid-area:img;align-self:start;position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background-color:var(--colorImageBg)}.yvc-item-img img,.yvc-item-img .placeholder-svg{width:100%;height:100%;object-fit:cover;object-position:top}.yvc-item-body{grid-area:body;min-width:0;display:flex;flex-direction:column}.yvc-item-top{display:flex;justify-content:space-between;gap:14px}.yvc-item-title{font-size:15px;line-height:1.35;overflow-wrap:break-word;min-width:0}.yvc-item-price{flex:none;justify-content:flex-end;flex-wrap:nowrap;margin-bottom:0;white-space:nowrap}.yvc-item-price .yv-product-price{font-size:16px;margin-right:0}.yvc-item-price .yv-product-compare-price{font-size:13px;margin-right:8px}.yvc-item-meta{margin-top:5px}.yvc-item-meta p,.yvc-item-meta>span{display:block;margin:0 0 3px;font-size:12.5px;color:var(--yvc-muted)}.yvc-item-meta .yv-product-unit-price{font-size:12px;color:var(--yvc-muted)}.yvc-item-eta{grid-area:eta;display:flex;align-items:center;gap:10px;margin-top:8px;--pdp-eta-bg: #dcefe2;--pdp-eta-fg: #1a7f5a}.yvc-item-eta.is-out-of-stock{--pdp-eta-bg: #f6ece2;--pdp-eta-fg: #b06a2c}.yvc-item-eta .icon{width:30px;height:30px;min-width:30px;flex:0 0 30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--pdp-eta-bg);color:var(--pdp-eta-fg)}.yvc-item-eta .icon svg{width:16px;height:16px;fill:none;stroke:currentColor}.yvc-item-eta .yv-delivery-text{display:flex;flex-direction:column;gap:1px;min-width:0}.yvc-item-eta .yv-delivery-status{font-size:13px;font-weight:500;line-height:1.2;color:var(--pdp-eta-fg)}.yvc-item-eta .yv-delivery-eta{font-size:12px;line-height:1.35;color:#7a746b}.yvc-item-eta .yv-delivery-eta b{color:var(--pdp-eta-fg);font-weight:500}.yvc-item-meta .discounts{margin:6px 0 0;padding:0}.yvc-item-meta .discounts__discount{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--yvc-ship-ink)}.yvc-item-meta .discounts__discount svg{flex:none;fill:currentColor}.yvc-item-actions{grid-area:actions;align-self:end;display:flex;align-items:center;gap:18px;padding-top:14px}.yvc-item-qty{position:relative}.yvc-item-actions .cart-item-error.error-text{position:absolute;left:0;top:100%;width:100%;font-size:11.5px}.yvc-remove{width:22px;height:22px;display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer;color:var(--yvc-muted);transition:color .2s ease}.yvc-remove:hover,.yvc-remove:focus{color:var(--yvc-ink)}.yvc-remove svg{width:16px;fill:currentcolor}.yvc-note{padding-top:18px}.yvc-note>summary{display:flex;align-items:center;gap:8px;cursor:pointer;list-style:none;font-size:13px;font-weight:500;color:var(--yvc-muted)}.yvc-note>summary::-webkit-details-marker{display:none}.yvc-note>summary:before{content:"+";display:inline-flex;width:18px;height:18px;flex:none;border:1px solid var(--yvc-divider);border-radius:5px;align-items:center;justify-content:center;font-size:14px;line-height:1;color:var(--yvc-ink)}.yvc-note[open]>summary:before{content:"\2212"}.yvc-note textarea{margin-top:12px;width:100%;min-height:84px;box-sizing:border-box;border:1px solid var(--yvc-divider);border-radius:10px;padding:12px 14px;font-size:13px;color:var(--yvc-ink);resize:vertical;outline:none}.yvc-note textarea:focus{border-color:var(--yvc-ink)}.yvc-summary{position:sticky;top:20px}.yvc-summary h2{margin:0 0 20px;font-size:20px;line-height:1.2;color:var(--yvc-ink)}.yvc-totals{margin:0 0 16px;padding:0}.yvc-totals li{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:13.5px;color:var(--yvc-muted);margin-bottom:12px}.yvc-totals li.hidden{display:none}.yvc-totals li strong{color:var(--yvc-ink);font-weight:600}.yvc-divider{height:1px;background:var(--yvc-divider);margin-bottom:16px}.yvc-total-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px}.yvc-total-row p{margin:0;font-size:15px;font-weight:600;color:var(--yvc-ink)}.yvc-total-row strong{font-size:24px;font-weight:700;color:var(--yvc-ink)}.yvc-note-text{margin:0 0 18px;font-size:12px;line-height:1.6;color:var(--yvc-muted)}.yvc-note-text a{color:inherit;text-decoration:underline;text-underline-offset:2px}.yvc-giftwrap{margin-bottom:16px}.yvc-checkout{position:relative}.yvc-checkout .cart-btn__lock{position:absolute;left:20px}.yvc-checkout button{margin-bottom:10px}.yvc-payments{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:18px 0 0;padding:0;list-style:none}.yvc-payments li{width:40px;height:26px;display:flex;align-items:center;justify-content:center}.yvc-payments svg{width:100%;height:100%;object-fit:contain}.yvc-continue{text-align:center;margin-top:18px}.yvc-continue a{font-size:13px;color:var(--yvc-muted);text-decoration:underline;text-underline-offset:3px}.yvc-continue a:hover{color:var(--yvc-ink)}.yvc-empty{text-align:center;padding:64px 40px;display:flex;flex-direction:column;align-items:center;gap:14px}.yvc-empty-icon{width:76px;height:76px;border-radius:16px;background:#f4f2ee;display:flex;align-items:center;justify-content:center;color:#c3bdb1}.yvc-empty h1{margin:0;font-size:24px;color:var(--yvc-ink)}.yvc-empty p{margin:0;max-width:380px;font-size:14px;line-height:1.6;color:var(--yvc-muted)}.yvc-empty .button{margin-top:8px}@media screen and (max-width:991px){.yvc-item-qty .quantity{max-width:80px}.yvc-col+.yvc-col{margin-top:24px}.yvc-summary{position:static}.yvc-card{padding:26px 22px}}@media screen and (max-width:575px){.cart-section{padding:20px 0 40px}.yvc-card{padding:22px 16px}.yvc-basket-head{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:16px}.yvc-basket-head h1{font-size:22px}.yvc-item{grid-template-columns:104px 1fr;grid-template-rows:auto auto auto;grid-template-areas:"img     body" "eta     eta" "actions actions";column-gap:14px;padding:20px 0}.yvc-item-img{width:104px;height:104px}.yvc-item-eta{margin-top:12px}.yvc-item-actions{align-self:auto}.yvc-item-top{flex-direction:column;gap:4px}.yvc-item-price{justify-content:flex-start;white-space:normal}.yvc-item-actions{padding-top:20px;gap:12px}.yvc-remove{width:44px;height:44px;margin:-11px -11px -11px auto}.yvc-empty{padding:48px 20px}.yvc-empty h1{font-size:21px}.yvc-total-row strong{font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/cart-redesign.css.map */
