:root{--gd-bg: #ffffff;--gd-text: #1a1a1a;--gd-muted: #777777;--gd-border: #e5e5e5;--gd-accent: #1f3314;--gd-hover: #162a0f}cart-drawer .drawer__inner,.cart-drawer .drawer__inner{background:var(--gd-bg)!important;max-width:430px!important;width:min(430px,100vw)!important;display:flex;flex-direction:column;height:100%}cart-drawer .drawer__header{padding:22px 24px 18px;border-bottom:1px solid var(--gd-border);display:flex!important;align-items:center;justify-content:space-between;flex-shrink:0}cart-drawer .drawer__heading{font-size:13px!important;font-weight:700!important;letter-spacing:.18em!important;text-transform:uppercase;color:var(--gd-text)!important;margin:0!important}cart-drawer .drawer__close{background:none!important;border:none!important;padding:4px!important;cursor:pointer;color:var(--gd-text)!important;box-shadow:none!important;display:flex;align-items:center;justify-content:center}cart-drawer .drawer__close .svg-wrapper svg{width:18px;height:18px}#gdh-shipping-bar{border-bottom:1px solid var(--gd-border)!important;background:#fafaf8!important;padding:10px 24px!important;flex-shrink:0}cart-drawer .drawer__contents{flex:1;overflow-y:auto;overflow-x:hidden;padding:0!important}cart-drawer .cart__contents{height:100%;display:flex;flex-direction:column}cart-drawer #CartDrawer-CartItems{flex:1}cart-drawer table.cart-items{width:100%;border-collapse:collapse;display:block}cart-drawer table.cart-items thead{display:none}cart-drawer table.cart-items tbody{display:block}cart-drawer tr.cart-item{display:grid!important;grid-template-columns:88px 1fr 28px;grid-template-rows:auto auto;gap:0 14px;padding:20px 24px;border-bottom:1px solid var(--gd-border);position:relative;align-items:start}cart-drawer td.cart-item__media{grid-column:1;grid-row:1 / 3;display:block}cart-drawer .cart-item__image{width:88px!important;height:88px!important;object-fit:cover;display:block;background:#f5f5f3}cart-drawer .cart-item__link{display:none!important}cart-drawer td.cart-item__details{grid-column:2;grid-row:1;display:block}cart-drawer .cart-item__name.h4{font-size:12px!important;font-weight:700!important;letter-spacing:.08em;text-transform:uppercase;color:var(--gd-text)!important;text-decoration:none!important;display:block;margin-bottom:5px;line-height:1.3}cart-drawer .cart-item__name.h4:hover{color:var(--gd-accent)!important}cart-drawer .cart-item__details .product-option{font-size:12px!important;color:var(--gd-muted)!important;margin-bottom:2px;font-weight:400}cart-drawer .cart-item__details .product-option dt,cart-drawer .cart-item__details .product-option dd{display:inline;margin:0}cart-drawer .cart-item__details>.product-option:first-of-type,cart-drawer .cart-item__details>div.product-option{color:var(--gd-text)!important;font-size:13px!important;font-weight:500;margin-top:5px;margin-bottom:0}cart-drawer .cart-item__discounted-prices{display:flex;gap:8px;align-items:baseline;margin-top:5px}cart-drawer .cart-item__old-price{font-size:11px;color:var(--gd-muted)!important;text-decoration:line-through}cart-drawer .cart-item__final-price{font-size:13px;color:#c0392b!important;font-weight:600}cart-drawer td.cart-item__totals{display:none!important}cart-drawer td.cart-item__quantity{grid-column:2;grid-row:2;padding-top:12px;display:flex;align-items:center;gap:14px}cart-drawer quantity-input.quantity.cart-quantity{border:1.5px solid #ccc!important;border-radius:0!important;display:inline-flex!important;align-items:center;height:34px;background:#fff;width:auto!important;min-width:0!important}cart-drawer .quantity__button{width:32px!important;height:32px!important;background:none!important;border:none!important;cursor:pointer;display:flex!important;align-items:center;justify-content:center;color:var(--gd-text);padding:0!important;box-shadow:none!important;flex-shrink:0}cart-drawer .quantity__button .svg-wrapper svg{width:12px;height:12px}cart-drawer .quantity__input{width:30px!important;height:30px!important;border:none!important;border-left:1px solid #ccc!important;border-right:1px solid #ccc!important;border-radius:0!important;text-align:center!important;font-size:12px!important;background:#fff;box-shadow:none!important;padding:0!important}cart-drawer cart-remove-button button.cart-remove-button{background:none!important;border:none!important;padding:0!important;cursor:pointer;box-shadow:none!important;display:flex;align-items:center}cart-drawer cart-remove-button button.cart-remove-button .svg-wrapper svg{width:16px;height:16px;stroke:var(--gd-muted);transition:stroke .2s}cart-drawer cart-remove-button button.cart-remove-button:hover .svg-wrapper svg{stroke:var(--gd-text)}cart-drawer cart-remove-button{position:absolute!important;top:18px;right:20px}cart-drawer .loading__spinner{top:0;left:0}cart-drawer .cart-item__error{grid-column:1 / -1;padding-top:6px}cart-drawer .drawer__inner-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}cart-drawer .cart__empty-text{font-size:14px!important;letter-spacing:.1em;text-transform:uppercase;color:var(--gd-muted)!important;margin-bottom:24px!important}cart-drawer .drawer__footer{border-top:1px solid var(--gd-border);padding:18px 24px 24px;background:var(--gd-bg);flex-shrink:0}cart-drawer .discounts.list-unstyled{margin-bottom:8px}cart-drawer .discounts__discount--end{font-size:12px;color:#c0392b}cart-drawer .totals{display:flex!important;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--gd-border);border-bottom:1px solid var(--gd-border);margin-bottom:16px}cart-drawer .totals__total{font-size:11px!important;letter-spacing:.15em!important;text-transform:uppercase;font-weight:700;color:var(--gd-text)!important;margin:0!important}cart-drawer .totals__total-value{font-size:16px!important;font-weight:700;color:var(--gd-text)!important;margin:0!important}cart-drawer .tax-note{font-size:11px!important;color:var(--gd-muted)!important;display:block;margin-bottom:14px!important;line-height:1.4}cart-drawer .cart__ctas{display:flex;flex-direction:column;gap:10px}.gdh-view-cart{display:block;width:100%;padding:13px 16px;text-align:center;border:1.5px solid var(--gd-accent)!important;background:transparent!important;color:var(--gd-accent)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.15em!important;text-transform:uppercase;text-decoration:none!important;cursor:pointer;transition:background .2s,color .2s;border-radius:0!important;box-shadow:none!important;box-sizing:border-box}.gdh-view-cart:hover{background:var(--gd-accent)!important;color:#fff!important}cart-drawer #CartDrawer-Checkout.cart__checkout-button{width:100%;background:var(--gd-accent)!important;color:#fff!important;border:none!important;border-radius:0!important;font-size:11px!important;font-weight:700!important;letter-spacing:.15em!important;text-transform:uppercase;padding:15px 16px!important;cursor:pointer;transition:background .2s;box-shadow:none!important}cart-drawer #CartDrawer-Checkout.cart__checkout-button:after{display:none!important}cart-drawer #CartDrawer-Checkout.cart__checkout-button:hover{background:var(--gd-hover)!important}cart-drawer #CartDrawer-Checkout.cart__checkout-button:disabled{opacity:.4;cursor:not-allowed}cart-drawer .cart__dynamic-checkout-buttons{display:none!important}cart-drawer #Details-CartDrawer summary{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--gd-muted);cursor:pointer;padding:0 0 12px;list-style:none}cart-drawer #Details-CartDrawer summary::-webkit-details-marker{display:none}cart-drawer .text-area.field__input{border:1px solid var(--gd-border)!important;border-radius:0!important;font-size:12px!important;resize:vertical;padding:10px 12px!important;width:100%;box-shadow:none!important;margin-bottom:14px}cart-drawer .quantity-popover__info-button{font-size:11px;color:var(--gd-muted)}cart-drawer #CartDrawer-LiveRegionText,cart-drawer #CartDrawer-LineItemStatus{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/gdh-cart-drawer.css.map */
