.cbcr-cart{--cbcr-cart-divider: rgb(var(--text-color) / .12);--cbcr-cart-divider-strong: rgb(var(--text-color) / .22);--cbcr-cart-label: rgb(var(--text-color) / .62);--cbcr-cart-card-bg: rgb(var(--text-color) / .03);--cbcr-cart-card-border: rgb(var(--text-color) / .1);--cbcr-cart-input-bg: rgb(var(--text-color) / .04);--cbcr-cart-accent: #00a341;padding-block:clamp(2rem,4vw,4rem)}.cbcr-cart__header{text-align:center;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.cbcr-cart__title{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight, 400);font-size:clamp(2.25rem,4vw,3.25rem);line-height:1.1;margin:0 0 .5rem}.cbcr-cart__count{color:var(--cbcr-cart-label);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;margin:0}.cbcr-cart__free-shipping{max-width:720px;margin:0 auto clamp(1.5rem,3vw,2.5rem)}.cbcr-cart__grid{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:start}@media(min-width:990px){.cbcr-cart__grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,1fr);gap:clamp(2rem,4vw,4rem)}}.cbcr-cart__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,2rem);align-content:start}@media(max-width:480px){.cbcr-cart__items{grid-template-columns:1fr}}.cbcr-cart__item{display:flex;flex-direction:column;gap:.9rem;border:none;padding:0;text-align:center}.cbcr-cart__item-media-wrap{display:block;width:100%;aspect-ratio:1;background:var(--cbcr-cart-card-bg);border-radius:12px;overflow:hidden;position:relative;text-decoration:none}.cbcr-cart__item-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.cbcr-cart__item-media-wrap:hover .cbcr-cart__item-image{transform:scale(1.04)}.cbcr-cart__item-info{display:flex;flex-direction:column;align-items:center;gap:.35rem}.cbcr-cart__item-title{font-family:var(--heading-font-family);font-weight:500;font-size:clamp(1.05rem,1.4vw,1.3rem);line-height:1.2;letter-spacing:.01em;color:rgb(var(--text-color));text-decoration:none;margin:0}.cbcr-cart__item-title:hover{text-decoration:underline}.cbcr-cart__item-variant{font-size:.82rem;color:rgb(var(--text-color) / .65);margin:0;letter-spacing:.02em}.cbcr-cart__item-properties{list-style:none;padding:0;margin:0;font-size:.78rem;color:rgb(var(--text-color) / .65);display:flex;flex-direction:column;gap:.15rem}.cbcr-cart__item-properties a.link{color:inherit;text-decoration:underline}.cbcr-cart__item-price{font-family:var(--heading-font-family);font-size:1.1rem;font-weight:500;margin:.4rem 0 0;color:rgb(var(--text-color))}.cbcr-cart__item-discounts{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center}.cbcr-cart__item-controls{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.6rem}.cbcr-cart__item-qty .quantity-input{max-width:90px;text-align:center}.cbcr-cart__item-remove{font-size:.75rem;text-decoration:underline;color:rgb(var(--text-color) / .6);letter-spacing:.04em}.cbcr-cart__item-remove:hover{color:rgb(var(--text-color))}.cbcr-cart__note{margin-top:clamp(1.5rem,3vw,2.5rem)}.cbcr-cart__summary{position:relative}.cbcr-cart__summary-card{background:var(--cbcr-cart-card-bg);border:1px solid var(--cbcr-cart-card-border);border-radius:var(--rounded-block, 20px);padding:clamp(1.25rem,2.4vw,2rem);display:flex;flex-direction:column;gap:clamp(.75rem,1.5vw,1.25rem)}.cbcr-cart__summary-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.cbcr-cart__summary-title{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight, 400);font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.1;margin:0}.cbcr-cart__summary-count{color:#ffb74a;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:500;margin:0;flex-shrink:0}.cbcr-cart__accordions{display:flex;flex-direction:column;border-top:1px solid var(--cbcr-cart-divider)}.cbcr-cart__accordions .accordion{border-bottom:1px solid var(--cbcr-cart-divider)}.cbcr-cart__accordions .accordion summary{padding-block:.95rem}.cbcr-cart__accordions .accordion__toggle span:first-child,.cbcr-cart__accordions .accordion__toggle>span{font-family:var(--text-font-family);font-weight:500;font-size:.95rem;letter-spacing:.01em}.cbcr-cart__accordions .accordion__content{padding-bottom:1rem;font-size:.88rem;color:rgb(var(--text-color) / .78);line-height:1.55}.cbcr-cart__promo{padding-top:clamp(.75rem,1.4vw,1rem);display:flex;flex-direction:column;gap:.6rem}.cbcr-cart__promo-label{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:500;color:var(--cbcr-cart-label);margin:0}.cbcr-cart__promo-field{position:relative;display:flex;align-items:stretch;background:var(--cbcr-cart-input-bg);border:1px solid var(--cbcr-cart-card-border);border-radius:999px;padding:4px}.cbcr-cart__promo-discount-field{flex:1;display:flex;align-items:center;position:relative}.cbcr-cart__promo-input{width:100%;background:transparent;border:none;box-shadow:none;outline:none;padding:.75rem 1.1rem;color:rgb(var(--text-color));font:inherit;min-height:auto}.cbcr-cart__promo-input::placeholder{color:var(--cbcr-cart-label);opacity:1}.cbcr-cart__promo-field button[type=submit],.cbcr-cart__promo-apply{background:rgb(var(--text-color));color:rgb(var(--background));border:none;border-radius:999px;padding:.6rem 1.2rem;font-family:var(--text-font-family);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.cbcr-cart__promo-field button[type=submit]:hover,.cbcr-cart__promo-apply:hover{opacity:.85}.cbcr-cart__discounts{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.cbcr-cart__totals{display:flex;flex-direction:column;gap:.55rem;padding-top:clamp(.75rem,1.4vw,1rem);border-top:1px solid var(--cbcr-cart-divider)}.cbcr-cart__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.cbcr-cart__row-label{text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;color:var(--cbcr-cart-label)}.cbcr-cart__row-value{font-size:.95rem;color:rgb(var(--text-color) / .85)}.cbcr-cart__row-value--free{color:var(--cbcr-cart-accent);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.cbcr-cart__row--total{padding-top:.85rem;margin-top:.35rem;border-top:1px solid var(--cbcr-cart-divider)}.cbcr-cart__row--total .cbcr-cart__row-label{font-size:.9rem;font-weight:600;color:rgb(var(--text-color))}.cbcr-cart__row--total .cbcr-cart__row-value{font-family:var(--heading-font-family);font-size:clamp(1.3rem,1.8vw,1.6rem);color:rgb(var(--text-color))}.cbcr-cart__checkout-wrapper{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.cbcr-cart__payments{border-top:1px solid var(--cbcr-cart-divider);padding-top:clamp(.75rem,1.4vw,1rem);display:flex;flex-direction:column;gap:.5rem}.cbcr-cart__payments-label{text-align:center;color:var(--cbcr-cart-label);text-transform:uppercase;font-size:.68rem;letter-spacing:.14em;margin:0}.cbcr-cart__payments-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none}.cbcr-cart__payments-icons li{display:flex;align-items:center}.cbcr-cart__payments-icons svg{height:22px;width:auto}.cbcr-cart .empty-state{padding-block:clamp(3rem,8vw,6rem)}@media(max-width:989px){.cbcr-cart__summary-card{border-radius:16px}}
/*# sourceMappingURL=/cdn/shop/t/158/assets/cbcr-cart.css.map */
