cart-items{display:block}.cart-items__header{display:none}.cart-item{display:grid;grid-template-columns:80px auto 60px 120px;grid-template-rows:1fr auto;gap:0px 8px;padding:2rem 0;align-items:center;border-bottom:1px solid var(--color-borders);letter-spacing:0}.template-cart-layout .cart-item:has(.cart-item__error.hide){padding-bottom:1.2rem}.cart-item__error{grid-column:1 / all;color:var(--error);border-radius:4px;display:flex;justify-content:start;align-items:center;gap:12px;font-size:1.2rem;margin-top:12px}.cart-item__error-text{transform:translateY(2px)}.cart-item__title{display:block}#cart-note,#cart-footer{width:100%}#cart-footer{margin-left:auto}.cart__subtotals{padding:20px 26px;border-top:1px solid var(--color-borders);border-bottom:1px solid var(--color-borders);margin-bottom:20px}.cart__subtotal{display:flex;justify-content:space-between;align-items:center}.cart__tax{margin-top:12px}.free-shipping-message{line-height:24px}.shipping-notification{display:flex;align-items:center;justify-content:flex-start;gap:12px}.shipping-notification .checkmark{display:none}.shipping-notification.threshold-reached .checkmark{display:block;min-width:24px;min-height:24px;stroke-width:4px;background:transparent;border-radius:50%}.main-cart:not(.drawer) .shipping-notification.threshold-reached .checkmark{animation:fill .4s ease-in-out 1.4s forwards,scale .3s ease-in-out 1.9s both}.shipping-notification .checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48}.main-cart:not(.drawer) .shipping-notification .checkmark__check{animation:stroke .3s cubic-bezier(.65,0,.45,1) 1.8s forwards}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-miterlimit:10;fill:none}.main-cart:not(.drawer) .checkmark__circle{animation:stroke .6s cubic-bezier(.65,0,.45,1) 1s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{background:var(--success)}}.gift-card-delivery-notification{background-color:var(--color-biscuit-tint);padding:1.5rem}.cart-item__total .cart-item__discounted-prices{justify-content:flex-end}.cart-item__discounted-prices{display:flex;flex-direction:column}.cart-item__discounted-prices .cart-item__old-price{text-decoration:line-through}.cart-item__discounted-prices .cart-item__new-price{color:var(--color-sale)}.cart-item__discount{display:flex;flex-direction:row;align-items:center;gap:.8rem;font-size:1.4rem;line-height:1.6rem;font-family:var(--font-body-family);color:var(--color-fenwick-green)}.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__subtotal-final{font-weight:700}.cart-buttons{display:flex;flex-direction:column;width:100%;gap:12px}.cart-buttons .btn{font-weight:500!important;gap:8px;z-index:1}.cart-buttons .btn svg{transform:translateY(-.1em)}.cart-buttons .btn span{line-height:1}h1.font-body{font-size:1.6rem!important;font-weight:600;text-transform:initial}.cart-column{width:100%}.template-cart-layout{display:grid;column-gap:35px;row-gap:20px;grid-template-areas:"a" "b" "c" "d"}@media screen and (min-width: 768px){.template-cart-layout{grid-template-areas:"a b" "c d";grid-template-columns:3fr minmax(min(30rem,375px),1fr);grid-template-rows:50px auto}}.template-cart-layout header{grid-area:a}.template-cart-layout #cart-shipping-notification{grid-area:b}.template-cart-layout #cart-items{grid-area:c}.template-cart-layout .footer-and-note{grid-area:d}.template-cart .empty-cart-notice{margin-top:40px}.template-cart cart-items{border-bottom:1px solid var(--border-color)}.template-cart .cart-items__header{grid-template-columns:2fr 1fr}.template-cart .cart-item{display:grid;gap:8px;grid-template-columns:72px 1fr auto;grid-template-areas:"a b c" "a b d" "e e e";align-items:start}.template-cart .cart-item{border-top:1px solid var(--border-color)}.template-cart .shipping-notification{padding:1rem 1.5rem;font-size:1.2rem;font-weight:500;background-color:var(--color-jade-green);color:var(--color-foreground)}.template-cart .view-cart{display:none!important}.template-cart .cart-item__image-container{grid-area:a}.template-cart .cart-item__details{grid-area:b}.template-cart .cart-item__total{grid-area:c}.template-cart .cart-item__actions{grid-area:d;justify-self:end}.template-cart .cart-item__error{grid-area:e}@media only screen and (min-width: 768px){.template-cart .cart-items__header{grid-template-columns:auto 96px 160px}.template-cart .cart-item{align-items:center;grid-template-columns:120px auto 160px;grid-template-areas:"a b c" "a b d" "e e e"}.template-cart .cart-item__total{grid-area:c;align-self:start}.template-cart .cart-item__actions{grid-area:d;align-self:end}.template-cart .cart__subtotal{margin-top:0}}.drawer cart-items{margin-bottom:40px}.drawer .empty-cart-notice,.drawer .empty-cart-haiku{text-align:center}.shipping-notification{padding:1rem 1.5rem;font-size:1.2rem;font-weight:500;background-color:var(--color-jade-green);color:var(--color-foreground)}.shipping-notification.threshold-reached{background-color:var(--success);color:var(--success-foreground)}.drawer .cart-item{grid-template-columns:80px 1fr auto;grid-template-areas:"a b c" "a b d" "e e e";align-items:start}.drawer .cart-item__image-container{grid-area:a}.drawer .cart-item__details{grid-area:b}.drawer .cart-item__total{grid-area:c}.drawer .cart-item__actions{grid-area:d;justify-self:end}.drawer .quantity__input{padding:2px 0}.drawer cart-remove-button{display:none}.drawer.is-open .shipping-notification.threshold-reached .checkmark{animation:fill .4s ease-in-out .9s forwards,scale .3s ease-in-out 1.4s both}.drawer.is-open .shipping-notification .checkmark__check{animation:stroke .3s cubic-bezier(.65,0,.45,1) 1.3s forwards}.drawer.is-open .checkmark__circle{animation:stroke .6s cubic-bezier(.65,0,.45,1) .5s forwards}.cart-item__details{display:flex;flex-direction:column;font-size:var(--font-size-cart);align-self:start}.cart-item__details .vendor{font-weight:600}.cart-item__image-container{border:1px solid var(--color-borders)}shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-block-size: 40px;--shopify-accelerated-checkout-button-inline-size: 40px;--shopify-accelerated-checkout-button-border-radius: 0px;--shopify-accelerated-checkout-button-box-shadow: none;--shopify-accelerated-checkout-inline-alignment: space-between;--shopify-accelerated-checkout-row-gap: 12px}shopify-paypal-button{display:none}#dynamic-checkout-cart:has(shopify-paypal-button):not(:has(shopify-apple-pay-button)){margin-top:-56px}
/*# sourceMappingURL=/cdn/shop/t/58/assets/component-cart.css.map */
