.main-cart,.template-cart{--cart-accent: #c8553d;--cart-media-bg: transparent;--cart-img: 120px;--cart-img-lg: 160px;--cart-title: 13px;--cart-price: 13px;--cart-meta: 11px;--cart-label: 10px}cart-items{display:block}.cart-items__header{display:none}.cart-item{display:grid;grid-template-columns:var(--cart-img) 1fr;grid-template-areas:"a b" "a c" "e e";gap:6px 18px;padding:18px 0;align-items:start}.cart-item__image-container{grid-area:a;background:var(--cart-media-bg)}.cart-item__image-container .media{margin:0}.cart-item__details{grid-area:b;display:flex;flex-direction:column;gap:4px;min-width:0}.cart-item__toprow{display:flex;justify-content:space-between;align-items:baseline;gap:14px}.cart-item__title{display:block;min-width:0;font-size:var(--cart-title);line-height:1.35;text-transform:uppercase;letter-spacing:.4px}.cart-item__price{white-space:nowrap;flex:0 0 auto;font-size:var(--cart-price)}.cart-item__price.cart-item__discounted-prices{display:flex;gap:8px;align-items:baseline}.cart-item__price .cart-item__final-price,.cart-item__total .cart-item__discounted-prices .price:not(.cart-item__old-price){color:var(--cart-accent);font-weight:500;font-size:var(--cart-price)}.cart-item__price .cart-item__old-price,.cart-item__total .cart-item__old-price{color:inherit;opacity:.5;text-decoration:line-through;font-size:calc(var(--cart-price) - 2px)}.cart-item__desc-list .product-option,.cart-item__desc-list dt,.cart-item__desc-list dd{font-size:var(--cart-meta)}.cart-item__actions{grid-area:c;align-self:end;display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px}.cart-item__remove{text-decoration:underline;text-underline-offset:3px;font-size:11px}.cart-item__total{display:none}.cart-item__error{grid-area:e;background-color:var(--error);color:#fff;border-radius:4px;padding:8px 24px;display:flex;justify-content:center;align-items:center;gap:12px;font-size:1.6rem;margin-top:12px}.cart-item__error.hide{display:none}.cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.cart-empty__title{font-size:16px;margin:0}.cart-empty__text{margin:0;max-width:32ch;line-height:1.5;font-size:13px;text-transform:none;font-family:var(--font-body-family);letter-spacing:0}.cart-empty__actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:320px;margin-top:8px}.cart-empty__actions:empty{display:none}#cart-note,#cart-footer{width:100%}#cart-footer{margin-left:auto}.cart__subtotals{margin:24px 0}.cart__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:14px}.cart__discount{font-size:var(--cart-meta)}.cart__tax{margin-top:12px}.main-cart button[name=checkout],.template-cart button[name=checkout]{background-color:var(--color-button-background, #3d2c2e)!important;border-color:var(--color-button-background, #3d2c2e)!important;color:var(--color-button-foreground, #ffffff)!important;min-height:50px;font-size:12px}.shipping-notification{display:flex;flex-direction:column;gap:10px;background:var(--color-background-alt);padding:12px 16px}.shipping-notification[hidden]{display:none}.shipping-notification__row{display:flex;align-items:center;gap:8px;font-size:13px}.shipping-notification .checkmark{display:none}.shipping-notification.threshold-reached .checkmark{display:block;min-width:20px;min-height:20px;width:20px;height:20px;stroke-width:4px}.shipping-progress{height:3px;width:100%;background:#3d2c2e2e;overflow:hidden}.shipping-progress__fill{height:100%;width:0;background:var(--color-foreground);transition:width .5s ease}.shipping-notification.threshold-reached .shipping-progress__fill{width:100%!important}.cart-item__discount{display:flex;flex-direction:row;align-items:center;gap:.8rem;font-size:var(--cart-meta);font-family:var(--font-body-family)}.cart-item__discount svg{width:16px;min-width:16px}.cart__discount{display:flex;align-items:center;justify-content:space-between}.cart__subtotal-final{font-weight:700;padding-top:12px;border-top:1px dashed var(--color-borders);margin-top:12px}.cart__discounts>*+*{--spacing: 4px;margin-top:var(--spacing)}.cart__discounts{margin-top:4px;margin-bottom:4px}.cart__discount .discount-title{max-width:80%;line-height:1.25}.cart__discount .discount-price{flex:1 0 auto;text-align:right}.cart-buttons{display:flex;flex-direction:column;width:100%;gap:12px}.cart-column{width:100%}.cart-title__count{font-weight:400}.template-cart .cart-empty{margin:56px auto 72px}.template-cart cart-items{margin-top:0}.template-cart cart-items:has(.cart-item){border-bottom:1px solid var(--color-borders)}.template-cart .cart-item{border-top:1px solid var(--color-borders)}.template-cart .cart-item:first-of-type{border-top:0}.template-cart .cart-layout{display:grid;grid-template-columns:1fr;gap:24px;margin-top:24px}.template-cart .cart-layout__main{min-width:0}.template-cart #cart-note{width:100%;margin-top:20px}.template-cart #cart-footer{width:100%;margin-left:0}.template-cart .cart-layout__aside .cart__subtotals{margin-top:0}.template-cart .cart-layout__aside .shipping-notification{padding:12px 14px;margin-bottom:16px;border-bottom:0}.template-cart .cart-layout__aside:has(.cart-footer.hide){display:none}.template-cart .view-cart{display:none!important}@media only screen and (min-width:768px){.template-cart .cart-items__header{display:grid;grid-template-columns:var(--cart-img-lg) 1fr 150px 130px;gap:8px 24px;padding-bottom:12px;border-bottom:1px solid var(--color-borders);font-size:var(--cart-label)}.template-cart .cart-items__header>:nth-child(1){grid-column:1 / span 2}.template-cart .cart-item{align-items:center;grid-template-columns:var(--cart-img-lg) 1fr 150px 130px;grid-template-areas:"a b c d" "e e e e";gap:8px 24px;padding:24px 0}.template-cart .cart-item__details{gap:6px}.template-cart .cart-item__toprow{display:contents}.template-cart .cart-item__title{order:1}.template-cart .cart-item__desc-list:not(.discounts){order:2}.template-cart .cart-item__price{order:3;white-space:normal}.template-cart .cart-item__desc-list.discounts{order:4}.template-cart .cart-item__actions{align-self:center;flex-direction:column;gap:10px;justify-content:center;align-items:center;width:auto;margin-top:0}.template-cart .cart-item__total{display:block;grid-area:d;text-align:right;font-size:var(--cart-price)}.template-cart .cart-item__total .cart-item__discounted-prices{display:flex;flex-direction:column;gap:2px;align-items:flex-end}.template-cart .cart__subtotal{margin-top:0}.template-cart .cart-layout{grid-template-columns:2fr 1fr;gap:48px;align-items:start}.template-cart .cart-layout__aside{position:sticky;top:24px;padding:28px;border:1px solid var(--color-borders, rgba(0,0,0,.12));border-radius:var(--card-border-radius);background:var(--color-card-background)}}@media only screen and (max-width:767px){.template-cart .cart-layout__aside{position:sticky;bottom:0;z-index:5;margin-left:calc(var(--container-margin) * -1);margin-right:calc(var(--container-margin) * -1);padding:12px var(--container-margin);background:var(--color-background);border-top:1px solid var(--color-borders, rgba(0,0,0,.12));box-shadow:0 -4px 12px #0000000f}.template-cart .cart-layout__aside .cart__subtotals{margin:0 0 10px}.template-cart .cart-layout__aside .cart__tax{display:none}.template-cart .cart-layout__aside .shipping-notification{padding:10px 12px;margin-bottom:10px}}#drawer-cart [class*=samita i],#drawer-cart [class*=samitapbl i],.template-cart [class*=samita i],.template-cart [class*=samitapbl i],#cart-notification [class*=samita i]{display:none!important}drawer-cart#drawer-cart{z-index:999999}.shopify-section.cart-drawer-open,body:has(drawer-cart#drawer-cart.is-open) .shopify-section:has(drawer-cart#drawer-cart){z-index:999999!important}.drawer-cart__title-link{text-decoration:none}.drawer-cart__count{font-weight:400}.main-cart .drawer-header h3{font-size:13px}drawer-cart#drawer-cart .drawer-panel{left:auto;right:0;max-width:100vw;transform:translate(100%)}drawer-cart#drawer-cart.is-open .drawer-panel{transform:translate(0)}@media only screen and (min-width:1024px){drawer-cart#drawer-cart.drawer--wide{--drawer-size: min(50vw, 576px)}}.drawer .shipping-notification{padding:14px var(--drawer-padding) 16px;border-top:1px solid var(--color-borders);background:var(--color-background-alt)}.drawer .drawer-cart__content{display:flex;flex-direction:column;padding:0;border-top:1px solid var(--color-borders)}.drawer cart-items{display:flex;flex-direction:column}.drawer cart-items:has(.cart-empty){flex:1 1 auto;justify-content:center;padding:24px var(--drawer-padding)}.drawer .drawer-cart__content:has(.cart-empty){border-top:0}.drawer .cart-item{grid-template-columns:var(--cart-img) 1fr;padding-left:var(--drawer-padding);padding-right:var(--drawer-padding)}.drawer .cart-item:first-of-type{padding-top:20px}.drawer .cart-item+.cart-item{border-top:1px solid var(--color-borders, rgba(0,0,0,.12))}.drawer .quantity__input{padding:2px 0}.drawer .view-cart{display:none!important}.main-cart .drawer-panel{overflow:hidden}.drawer-cart__content{flex:1 1 auto;min-height:0;height:auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:0}drawer-cart .drawer-footer,.main-cart .drawer-footer{flex-shrink:0}.main-cart .drawer-header{min-height:0;padding-top:9px;padding-bottom:9px;align-items:center}.main-cart .drawer-header h3{margin:0;line-height:1.2}.main-cart .drawer-header .close{display:inline-flex;align-items:center;line-height:0}.main-cart .drawer-header .close svg{width:16px;height:16px}.main-cart .drawer-footer{padding-top:16px;padding-bottom:18px}.main-cart .drawer-footer:has(.cart-footer:not(.hide)){border-top:1px solid var(--color-borders, rgba(0,0,0,.12))}.drawer .cart__subtotals{margin-top:0;margin-bottom:14px}.drawer .cart__tax{display:none}.drawer .cart-buttons,.template-cart .cart-layout__aside .cart-buttons{gap:8px}.cart__dynamic-checkout-buttons .dynamic-checkout__content{width:100%}.cart__dynamic-checkout-buttons shopify-accelerated-checkout-cart,.cart__dynamic-checkout-buttons shopify-accelerated-checkout{display:flex!important;flex-wrap:nowrap;align-items:center;gap:8px;width:100%}.cart__dynamic-checkout-buttons shopify-accelerated-checkout-cart>*,.cart__dynamic-checkout-buttons shopify-accelerated-checkout>*{flex:1 1 0;min-width:0;max-width:100%}.cart__dynamic-checkout-buttons shopify-paypal-button,.cart__dynamic-checkout-buttons shopify-paypal-button *,.cart__dynamic-checkout-buttons shopify-google-pay-button,.cart__dynamic-checkout-buttons shopify-google-pay-button *,.cart__dynamic-checkout-buttons shopify-apple-pay-button,.cart__dynamic-checkout-buttons shopify-apple-pay-button *,.cart__dynamic-checkout-buttons shopify-shop-pay-button,.cart__dynamic-checkout-buttons shopify-shop-pay-button *{width:100%!important;max-width:none!important;min-width:0!important}@media only screen and (max-width:767px){drawer-cart#drawer-cart,drawer-cart#drawer-cart.drawer--wide{--drawer-size: 100vw}drawer-cart#drawer-cart .drawer-panel{--drawer-padding: 18px}.main-cart{--cart-img: 96px}.drawer .cart-item{gap:6px 14px}.drawer .drawer-footer{padding-left:16px;padding-right:16px}.drawer .cart__dynamic-checkout-buttons shopify-accelerated-checkout-cart,.drawer .cart__dynamic-checkout-buttons shopify-accelerated-checkout{gap:6px}}drawer-cart [data-contents]{height:100%}
/*# sourceMappingURL=/cdn/shop/t/92/assets/component-cart.css.map */
