:root{--ghcc-black:#0a0a0a;--ghcc-gold:#ad7a2c;--ghcc-line:#dedbd5;--ghcc-soft:#f5f2ec;--ghcc-text:#161616}
.ghcc-overlay{position:fixed;inset:0;background:rgba(8,8,8,.38);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:999998}
.ghcc-drawer{position:fixed;top:0;right:0;width:min(440px,100vw);height:100dvh;background:#fff;color:var(--ghcc-text);transform:translateX(102%);transition:transform .28s ease;z-index:999999;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.13)}
body.ghcc-cart-open{overflow:hidden}
body.ghcc-cart-open .ghcc-overlay,.ghcc-overlay.ghcc-is-open{opacity:1;visibility:visible}
body.ghcc-cart-open .ghcc-drawer,.ghcc-drawer.ghcc-is-open{transform:none}
.ghcc-drawer__header{display:flex;align-items:center;justify-content:space-between;min-height:82px;padding:20px 28px;border-bottom:1px solid var(--ghcc-line)}
.ghcc-drawer__header h2{font-size:29px;line-height:1;margin:5px 0 0;text-transform:uppercase;letter-spacing:-.02em}
.ghcc-drawer-count{font-size:14px;display:inline-flex;width:25px;height:25px;border-radius:50%;background:var(--ghcc-black);color:#fff;align-items:center;justify-content:center;vertical-align:5px}
.ghcc-kicker{display:block;color:var(--ghcc-gold);font-size:11px;font-weight:700;letter-spacing:.16em}
.ghcc-close{border:0;background:transparent;color:#111;font-size:35px;font-weight:300;line-height:1;padding:8px;cursor:pointer}
.ghcc-drawer__body{display:flex;flex-direction:column;min-height:0;flex:1}
.ghcc-added-status{display:flex;gap:9px;align-items:center;padding:13px 28px;background:#f7f5f0;font-size:13px;font-weight:700}
body.ghcc-cart-pending .ghcc-added-status span:last-child{font-size:0}
body.ghcc-cart-pending .ghcc-added-status span:last-child:after{content:"Adding to your cart…";font-size:13px}
.ghcc-check{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#111;color:#fff;font-size:12px}
.ghcc-items{padding:8px 28px 0;overflow:auto;flex:1}
.ghcc-item{display:grid;grid-template-columns:92px 1fr;gap:17px;padding:20px 0;border-bottom:1px solid var(--ghcc-line)}
.ghcc-item__image{display:block;aspect-ratio:1/1;background:#f4f3f0;overflow:hidden}
.ghcc-item__image img{width:100%;height:100%;object-fit:cover;margin:0}
.ghcc-item__details{min-width:0}
.ghcc-item__name{display:block;color:#111;font-size:14px;font-weight:750;line-height:1.35;text-transform:uppercase}
.ghcc-item__meta{margin:6px 0 11px;color:#666;font-size:12px}
.ghcc-item__meta dl,.ghcc-item__meta p{margin:0}
.ghcc-item__meta dt,.ghcc-item__meta dd{display:inline;margin:0}
.ghcc-item__controls{display:flex;align-items:center;justify-content:space-between;gap:12px}
.ghcc-quantity{display:flex;align-items:center;border:1px solid #cfcac1;height:32px}
.ghcc-qty-button{width:30px;height:30px;padding:0;border:0;background:#fff;color:#111;font-size:17px;cursor:pointer}
.ghcc-qty-value{min-width:24px;text-align:center;font-size:13px}
.ghcc-item__price{font-weight:700}
.ghcc-remove{display:inline-block;margin-top:8px;color:#777!important;font-size:11px;text-decoration:underline;text-underline-offset:3px}
.ghcc-upsell{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;margin:12px 28px 0;padding:12px;background:var(--ghcc-soft)}
.ghcc-upsell__image img{display:block;width:54px;height:54px;object-fit:cover}
.ghcc-upsell__copy{display:flex;flex-direction:column;font-size:12px;line-height:1.35}
.ghcc-upsell__copy strong{font-size:12px;text-transform:uppercase}
.ghcc-upsell__add{border:1px solid #111;color:#111!important;padding:9px 10px;font-size:11px;font-weight:800;white-space:nowrap}
.ghcc-delivery{display:flex;flex-direction:column;gap:4px;margin:12px 28px 0;padding:12px 14px;border-left:3px solid var(--ghcc-gold);background:#faf9f6;font-size:12px;line-height:1.45}
.ghcc-delivery strong{text-transform:uppercase;font-size:11px;letter-spacing:.05em}
.ghcc-summary{padding:18px 28px 24px;border-top:1px solid var(--ghcc-line);margin-top:14px;background:#fff}
.ghcc-summary>div{display:flex;justify-content:space-between;align-items:center;font-size:18px}
.ghcc-summary>div strong{font-size:22px}
.ghcc-summary p{font-size:11px;color:#686868;line-height:1.45;margin:8px 0 14px}
.ghcc-summary>div + .ghcc-button{margin-top:16px}
.ghcc-button{display:flex!important;min-height:54px;align-items:center;justify-content:center;text-align:center;font-size:13px;font-weight:800;letter-spacing:.08em}
.ghcc-button--primary{background:#050505;color:#fff!important}
.ghcc-view-cart{display:block;text-align:center;margin-top:11px;color:#222!important;font-size:12px;text-decoration:underline;text-underline-offset:4px}
.ghcc-continue{display:block;width:100%;margin:10px 0 0;padding:4px;border:0;background:transparent;color:#555;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.ghcc-add-error{margin:0 0 12px;padding:10px 12px;background:#fff4f1;border-left:3px solid #b93b24;color:#762416;font-size:12px;line-height:1.4}
.single_add_to_cart_button.ghcc-loading{pointer-events:none;opacity:.7}
.ghcc-empty{margin:auto;padding:35px;text-align:center}
.ghcc-empty__title{font-size:25px;font-weight:800;text-transform:uppercase;margin:0 0 7px}
.ghcc-empty p:not(.ghcc-empty__title){color:#666;margin-bottom:20px}

/* Cart */
.woocommerce-cart .elementor-6118{display:none!important}
.woocommerce-cart .main-page-wrapper,.woocommerce-checkout .main-page-wrapper{background:#f7f6f3}
.woocommerce-cart .site-content{padding-top:48px;padding-bottom:70px}
.woocommerce-cart .cart-content-wrapper{align-items:flex-start!important;gap:42px;margin:0}
.woocommerce-cart .cart-data-form{background:#fff;padding:28px!important;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.woocommerce-cart .cart-totals-section{background:#fff;padding:28px!important;position:sticky;top:120px}
.woocommerce-cart .cart-table-section{margin:0}
.woocommerce-cart table.shop_table{border:0}
.woocommerce-cart table.shop_table thead th{font-size:11px;letter-spacing:.12em;color:#777;border-bottom:1px solid var(--ghcc-line)}
.woocommerce-cart table.shop_table td{border-bottom:1px solid var(--ghcc-line);padding-top:20px;padding-bottom:20px}
.woocommerce-cart .product-thumbnail img{width:90px;border-radius:0}
.woocommerce-cart .product-name a{color:#111;font-weight:750}
.woocommerce-cart .cart-actions{margin-top:18px}
.woocommerce-cart .cart-actions .coupon{display:none;grid-template-columns:1fr auto;gap:8px}
.woocommerce-cart .cart-actions .coupon.ghcc-coupon-open{display:grid}
.ghcc-coupon-toggle{border:0;background:transparent;padding:8px 0;color:#333;text-decoration:underline;text-underline-offset:4px;font-size:13px}
.woocommerce-cart .cart_totals h2{font-size:28px;text-transform:uppercase;margin-bottom:22px}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{background:#050505;min-height:56px;display:flex;align-items:center;justify-content:center;font-size:13px;letter-spacing:.08em}
.ghcc-cart-reassurance{display:flex;gap:22px;flex-wrap:wrap;margin:18px 0 0;padding:15px 0;border-top:1px solid var(--ghcc-line);font-size:12px}

/* Checkout */
.woocommerce-checkout:not(.woocommerce-order-received) .elementor-location-footer,.woocommerce-checkout:not(.woocommerce-order-received) footer,.woocommerce-checkout:not(.woocommerce-order-received) .wd-prefooter{display:none!important}
.woocommerce-checkout:not(.woocommerce-order-received) .wd-header-nav,.woocommerce-checkout:not(.woocommerce-order-received) .wd-header-search,.woocommerce-checkout:not(.woocommerce-order-received) .wd-header-cart,.woocommerce-checkout:not(.woocommerce-order-received) .wd-header-mobile-nav{display:none!important}
.woocommerce-checkout:not(.woocommerce-order-received) .whb-general-header-inner{justify-content:center}
.woocommerce-checkout:not(.woocommerce-order-received) .whb-col-left{flex:0 0 auto}
.woocommerce-checkout .site-content{padding-top:42px;padding-bottom:80px}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);column-gap:50px;align-items:start}
.woocommerce-checkout form.checkout>[class*="col-"]{width:auto!important;max-width:none!important;flex:none!important;padding:0!important}
.woocommerce-checkout form.checkout>:first-child{grid-column:1;grid-row:1}
.woocommerce-checkout form.checkout>:nth-child(2){grid-column:2;grid-row:1;position:sticky;top:115px}
.woocommerce-checkout #customer_details{grid-column:auto;grid-row:auto;background:#fff;padding:30px}
.woocommerce-checkout #order_review_heading{grid-column:auto;grid-row:auto;margin:0;background:#fff;padding:30px 30px 8px;font-size:26px;text-transform:uppercase}
.woocommerce-checkout #order_review{grid-column:auto;grid-row:auto;background:#fff;padding:0 30px 30px;position:static}
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-shipping-fields h3{font-size:27px;text-transform:uppercase;margin-bottom:22px}
.woocommerce-checkout .form-row label{font-size:12px;font-weight:700;color:#292929}
.woocommerce-checkout input.input-text,.woocommerce-checkout select,.woocommerce-checkout textarea{min-height:48px;background:#fff;border:1px solid #cbc8c1;border-radius:0}
.woocommerce-checkout .select2-container--default .select2-selection--single{min-height:48px;border:1px solid #cbc8c1;border-radius:0}
.woocommerce-checkout .select2-selection__rendered{line-height:46px!important}
.woocommerce-checkout .select2-selection__arrow{height:46px!important}
.woocommerce-checkout .shop_table{border:0;margin-bottom:10px}
.woocommerce-checkout .shop_table th,.woocommerce-checkout .shop_table td{padding:14px 0;border-bottom:1px solid var(--ghcc-line)}
.woocommerce-checkout #payment{background:#f7f5f0;border-radius:0}
.woocommerce-checkout #payment ul.payment_methods{padding:18px}
.woocommerce-checkout #payment div.form-row{padding:18px}
.woocommerce-checkout #place_order{width:100%;min-height:58px;background:#050505;font-size:13px;letter-spacing:.08em}
.woocommerce-checkout .woocommerce-form-coupon-toggle{font-size:13px}
.woocommerce-checkout form.checkout_coupon{background:#fff;border:0;padding:20px;margin-bottom:24px}
.ghcc-checkout-trust{display:flex;flex-wrap:wrap;gap:8px 15px;padding:15px 0;border-top:1px solid var(--ghcc-line);font-size:11px}
.ghcc-checkout-crate{display:flex;flex-direction:column;gap:4px;padding:12px 14px;margin:0 0 14px;border-left:3px solid var(--ghcc-gold);background:#fff;font-size:12px;line-height:1.45}
.ghcc-checkout-crate strong{text-transform:uppercase;font-size:11px;letter-spacing:.05em}

@media(max-width:991px){
 .woocommerce-cart .cart-content-wrapper{gap:22px}
 .woocommerce-cart .cart-totals-section{position:static}
 .woocommerce-checkout form.checkout{display:block}
 .woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{display:block;padding-left:20px;padding-right:20px;position:static}
 .woocommerce-checkout #customer_details{margin-bottom:22px}
 .woocommerce-checkout #order_review_heading{padding-top:23px}
}
@media(max-width:600px){
 .ghcc-drawer{top:auto;right:0;bottom:0;left:0;width:100vw;height:75dvh;max-height:75dvh;border-radius:18px 18px 0 0;transform:translateY(102%);transition:transform .22s ease;box-shadow:0 -18px 55px rgba(0,0,0,.18)}
 .ghcc-drawer:before{content:"";position:absolute;top:8px;left:50%;width:42px;height:4px;border-radius:5px;background:#d2d0cc;transform:translateX(-50%)}
 .ghcc-drawer__header{min-height:66px;padding:16px 20px 12px}
 .ghcc-items{padding-left:20px;padding-right:20px}
 .ghcc-item{grid-template-columns:78px 1fr}
 .ghcc-upsell,.ghcc-delivery{margin-left:20px;margin-right:20px}
 .ghcc-summary{padding:16px 20px 20px}
 .woocommerce-cart .site-content,.woocommerce-checkout .site-content{padding-top:24px;padding-bottom:45px}
 .woocommerce-cart .cart-data-form,.woocommerce-cart .cart-totals-section{padding:18px!important}
 .woocommerce-cart table.shop_table thead{display:none}
 .woocommerce-cart table.shop_table tr.cart_item{display:grid;grid-template-columns:74px 1fr auto;gap:8px 14px;padding:16px 0}
 .woocommerce-cart table.shop_table td{border:0;padding:0!important}
 .woocommerce-cart .product-remove{grid-column:3;grid-row:1}
 .woocommerce-cart .product-thumbnail{grid-column:1;grid-row:1 / span 3;display:block!important}
 .woocommerce-cart .product-name{grid-column:2;grid-row:1}
 .woocommerce-cart .product-price{grid-column:2;grid-row:2}
 .woocommerce-cart .product-quantity{grid-column:2;grid-row:3}
 .woocommerce-cart .product-subtotal{display:none!important}
 .woocommerce-cart .cart-actions .row{margin:0}
 .ghcc-cart-reassurance{display:grid;gap:7px}
 .woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-shipping-fields h3{font-size:23px}
}
