: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}
body.woocommerce-cart .page-title{margin-bottom:0!important}
.woocommerce-cart .site-content{padding-top:16px!important;padding-bottom:70px}
.woocommerce-cart .cart-content-wrapper{align-items:flex-start!important;gap:42px;margin:0;padding-top:0!important}
@media(min-width:992px){
 body.woocommerce-cart .sticky-element-placeholder.sticky-element-active{display:none!important}
 body.woocommerce-cart .whb-header.whb-scroll-stick,
 body.woocommerce-cart .whb-header.element-is-sticky{
  position:relative!important;
  top:auto!important;
  transform:none!important;
 }
}
.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}
.woocommerce-checkout #billing_wcj_checkout_field_1_field,.woocommerce-checkout #wooot_order_tip_form{display:none!important}
.ghcc-checkout-extras{margin:0 0 16px;padding:16px;border:1px solid var(--ghcc-line);background:#fff}
.ghcc-protection-option{display:flex;gap:12px;align-items:flex-start;margin:0;cursor:pointer}
.ghcc-protection-option input{width:18px;height:18px;flex:0 0 18px;margin:2px 0 0;accent-color:#111}
.ghcc-protection-option strong,.ghcc-workshop-tip>strong{display:block;color:#111;font-size:13px;line-height:1.35}
.ghcc-protection-option small{display:block;margin-top:4px;color:#696969;font-size:11px;line-height:1.45}
.ghcc-workshop-tip{margin-top:16px;padding-top:15px;border-top:1px solid var(--ghcc-line)}
.ghcc-workshop-tip__choices{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.ghcc-tip-choice{display:block;margin:0;cursor:pointer}
.ghcc-tip-choice input{position:absolute;opacity:0;pointer-events:none}
.ghcc-tip-choice span{display:block;min-width:50px;padding:8px 11px;border:1px solid #cbc8c1;color:#222;font-size:12px;font-weight:700;line-height:1;text-align:center;transition:background .15s ease,border-color .15s ease,color .15s ease}
.ghcc-tip-choice input:checked+span{border-color:#111;background:#111;color:#fff}
.ghcc-workshop-tip__custom-wrap{display:none;margin-top:10px}
.ghcc-workshop-tip__custom-wrap.is-visible{display:block}
.ghcc-workshop-tip__custom{width:100%;min-height:42px;padding:8px 12px;border:1px solid #cbc8c1;border-radius:0;background:#fff;font-size:13px}

@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:92vh;height:92dvh;max-height:92dvh;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}
}

/* Focused, Shopify-inspired checkout hierarchy. Checkout-only: no product-page selectors. */
.woocommerce-checkout .main-page-wrapper{background:#fff}
.woocommerce-checkout .site-content{padding:34px 0 72px}
.woocommerce-checkout form.checkout{max-width:1180px;margin:0 auto;column-gap:72px}
.woocommerce-checkout #customer_details{padding:0;background:transparent;box-shadow:none}
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-shipping-fields h3{margin:0 0 20px;font-size:24px;letter-spacing:-.02em;text-transform:none}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{padding:26px 28px;border:1px solid #e5e2dc;background:#fff}
.woocommerce-checkout .form-row{margin-bottom:14px}
.woocommerce-checkout .form-row label{margin-bottom:6px;font-size:11px;letter-spacing:.03em;text-transform:uppercase}
.woocommerce-checkout input.input-text,.woocommerce-checkout select,.woocommerce-checkout textarea{min-height:50px;border-color:#d8d4cc;box-shadow:none}
.woocommerce-checkout #order_review_heading{padding:26px 28px 6px;border:1px solid #e5e2dc;border-bottom:0;background:#faf9f7;font-size:20px;letter-spacing:.01em}
.woocommerce-checkout #order_review{padding:0 28px 28px;border:1px solid #e5e2dc;border-top:0;background:#faf9f7}
.woocommerce-checkout .shop_table th,.woocommerce-checkout .shop_table td{padding:15px 0}
.woocommerce-checkout .shop_table tfoot tr:last-child th,.woocommerce-checkout .shop_table tfoot tr:last-child td{padding-top:20px;border-bottom:0;font-size:21px}
.woocommerce-checkout .shop_table tfoot tr:last-child td strong{font-size:28px}
.ghcc-checkout-extras{margin:22px 0 18px;padding:0;border:0;background:transparent}
.ghcc-protection-option{gap:13px;padding:16px;border:1px solid #dcd8d0;background:#fff;transition:border-color .15s ease,background .15s ease}
.ghcc-protection-option:has(input:checked){border-color:#252525;background:#f6f4ef}
.ghcc-protection-option input{accent-color:#222}
.ghcc-protection-option strong,.ghcc-workshop-tip>strong{font-size:14px}
.ghcc-protection-option small{font-size:12px;color:#707070}
.ghcc-workshop-tip{margin-top:14px;padding:16px;border:1px solid #e1ded7;background:#fff}
.ghcc-workshop-tip__intro{margin:4px 0 0;color:#737373;font-size:12px;line-height:1.45}
.ghcc-workshop-tip__choices{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-top:13px}
.ghcc-tip-choice{min-width:0}
.ghcc-tip-choice>span{display:flex;min-width:0;min-height:42px;padding:8px;border:1px solid #d8d4cc;background:#fff;color:#282828;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;text-align:center}
.ghcc-tip-choice>span span{display:inline;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit}
.ghcc-tip-choice input:checked+span{border-color:#252525;background:#f0ede6;color:#111}
.ghcc-workshop-tip__custom{min-height:44px}
.woocommerce-checkout #payment{border:1px solid #e1ded7;background:#fff}
.woocommerce-checkout #payment ul.payment_methods{padding:18px 20px}
.woocommerce-checkout #payment div.form-row{padding:18px 20px}
.ghcc-checkout-trust{gap:12px;padding:17px 0 0;border-top:0;color:#666;font-size:11px}

@media(max-width:991px){
 .woocommerce-checkout .site-content{padding:22px 0 44px}
 .woocommerce-checkout form.checkout{max-width:none}
 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{padding:20px}
 .woocommerce-checkout #order_review_heading{margin-top:22px;padding:22px 20px 5px}
 .woocommerce-checkout #order_review{padding:0 20px 22px}
 .ghcc-workshop-tip__choices{grid-template-columns:repeat(3,minmax(0,1fr))}
 .ghcc-tip-choice:first-child{grid-column:span 2}
}

/* Cart page: retire WoodMart's legacy cross-sell. The compact drawer offer remains separate. */
body.woocommerce-cart .cross-sells{display:none!important}

/* Cart geometry. Kept strictly within the Cart page: products and gallery are untouched. */
@media(min-width:992px){
 body.woocommerce-cart .cart-content-wrapper{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,380px)!important;
  column-gap:42px!important;
  row-gap:0!important;
  align-items:start!important;
  margin:0!important;
 }
 body.woocommerce-cart .cart-content-wrapper>.woocommerce-notices-wrapper{grid-column:1/-1}
 body.woocommerce-cart .cart-content-wrapper>.cart-data-form{
  grid-column:1;
  grid-row:2;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
 }
 body.woocommerce-cart .cart-content-wrapper>.cart-totals-section{
  grid-column:2;
  grid-row:2;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  flex:none!important;
  position:sticky!important;
  top:120px;
 }
 body.woocommerce-cart .cart-totals-section .cart_totals{width:100%;margin:0}
}
@media(max-width:991px){
 body.woocommerce-cart .cart-content-wrapper{display:block!important;margin:0!important}
 body.woocommerce-cart .cart-content-wrapper>.cart-data-form,
 body.woocommerce-cart .cart-content-wrapper>.cart-totals-section{
  width:auto!important;
  max-width:none!important;
  margin:0!important;
 }
 body.woocommerce-cart .cart-content-wrapper>.cart-totals-section{margin-top:22px!important}
}
@media(max-width:600px){
 body.woocommerce-cart .cart-table-section,
 body.woocommerce-cart table.shop_table{min-width:0!important;width:100%!important}
 body.woocommerce-cart table.shop_table tr.cart_item{
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr) 28px!important;
  column-gap:14px!important;
  row-gap:10px!important;
  align-items:start!important;
  padding:18px 0!important;
 }
 body.woocommerce-cart table.shop_table tr.cart_item>td{min-width:0!important}
 body.woocommerce-cart .product-thumbnail{
  grid-column:1!important;
  grid-row:1 / span 3!important;
  display:block!important;
  width:96px!important;
  max-width:96px!important;
 }
 body.woocommerce-cart .product-thumbnail>a,
 body.woocommerce-cart .product-thumbnail img{
  display:block!important;
  width:96px!important;
  max-width:96px!important;
  height:96px!important;
  margin:0!important;
  object-fit:cover!important;
 }
 body.woocommerce-cart .product-name{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  padding:0!important;
 }
 body.woocommerce-cart .product-name a{
  display:block!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
  line-height:1.35!important;
 }
 body.woocommerce-cart .product-remove{
  grid-column:3!important;
  grid-row:1!important;
  justify-self:end!important;
  padding:0!important;
 }
 body.woocommerce-cart .product-price{
  grid-column:2!important;
  grid-row:2!important;
  padding:0!important;
  text-align:left!important;
 }
 body.woocommerce-cart .product-quantity{
  grid-column:2!important;
  grid-row:3!important;
  padding:0!important;
  text-align:left!important;
 }
 body.woocommerce-cart .shop_table_responsive tr.cart_item .product-price:before,
 body.woocommerce-cart .shop_table_responsive tr.cart_item .product-quantity:before{
  display:none!important;
  content:none!important;
 }
 body.woocommerce-cart .cart-actions .button[name="update_cart"]{display:none!important}
}

/* Compact Cart-page set offer. */
body.woocommerce-cart .ghcc-cart-upsell{
 display:grid;
 grid-template-columns:72px minmax(0,1fr) auto;
 gap:14px;
 align-items:center;
 margin:18px 0 4px;
 padding:14px;
 border:1px solid var(--ghcc-line);
 background:#faf9f6;
}
body.woocommerce-cart .ghcc-cart-upsell__image,
body.woocommerce-cart .ghcc-cart-upsell__image img{
 display:block;
 width:72px;
 height:72px;
 margin:0;
 object-fit:cover;
}
body.woocommerce-cart .ghcc-cart-upsell__copy{display:flex;min-width:0;flex-direction:column;font-size:13px;line-height:1.35}
body.woocommerce-cart .ghcc-cart-upsell__copy strong{text-transform:uppercase}
body.woocommerce-cart .ghcc-cart-upsell__add{
 display:flex;
 min-height:42px;
 padding:9px 14px;
 border:1px solid #111;
 color:#111!important;
 align-items:center;
 justify-content:center;
 font-size:12px;
 font-weight:800;
 white-space:nowrap;
}
@media(max-width:600px){
 body.woocommerce-cart .site-content{padding-top:8px!important}
 body.woocommerce-cart .ghcc-cart-upsell{
  grid-template-columns:64px minmax(0,1fr) auto;
  gap:11px;
  margin:14px 0 6px;
  padding:12px;
 }
 body.woocommerce-cart .ghcc-cart-upsell__image,
 body.woocommerce-cart .ghcc-cart-upsell__image img{width:64px;height:64px}
 body.woocommerce-cart .ghcc-cart-upsell__copy{font-size:12px}
 body.woocommerce-cart .ghcc-cart-upsell__add{min-height:40px;padding:8px 11px}
}

/* Shopify-style checkout shell. Functionality stays native to WooCommerce. */
body.woocommerce-checkout:not(.woocommerce-order-received) .page-title{display:none!important}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout_coupon{display:none!important}
body.woocommerce-checkout:not(.woocommerce-order-received) .site-content{padding-top:30px!important}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
 display:grid!important;
 grid-template-columns:minmax(0,1fr) minmax(390px,440px)!important;
 gap:0 64px!important;
 width:100%;
 max-width:1180px;
 margin:0 auto!important;
}
body.woocommerce-checkout #customer_details{
 grid-column:1!important;
 grid-row:1!important;
 display:block!important;
 width:auto!important;
 min-width:0;
 margin:0!important;
 padding:0!important;
 background:#fff!important;
}
body.woocommerce-checkout #customer_details>.col-1,
body.woocommerce-checkout #customer_details>.col-2{
 float:none!important;
 width:100%!important;
 max-width:none!important;
 padding:0!important;
}
body.woocommerce-checkout .woocommerce-billing-fields>h3{display:none!important}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
 padding:0!important;
 border:0!important;
 background:#fff!important;
}
body.woocommerce-checkout .ghcc-checkout-section-title,
body.woocommerce-checkout .ghcc-checkout-payment-title{
 clear:both;
 margin:0 0 16px;
 color:#171717;
 font-size:21px;
 font-weight:650;
 line-height:1.25;
 letter-spacing:-.02em;
 text-transform:none;
}
body.woocommerce-checkout .ghcc-checkout-section-title--delivery{padding-top:26px}
body.woocommerce-checkout #kl_newsletter_checkbox_field{margin:-3px 0 8px!important}
body.woocommerce-checkout #kl_newsletter_checkbox_field label{font-size:12px;text-transform:none}
body.woocommerce-checkout .form-row{margin-bottom:12px}
body.woocommerce-checkout .form-row label{margin:0 0 5px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:none}
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout .select2-container--default .select2-selection--single{
 min-height:52px;
 border:1px solid #b8b8b8!important;
 border-radius:5px!important;
 background:#fff!important;
 box-shadow:none!important;
}
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection--single{
 border-color:#111!important;
 box-shadow:0 0 0 1px #111!important;
}
body.woocommerce-checkout .ghcc-order-summary-column{
 grid-column:2!important;
 grid-row:1 / span 2!important;
 min-width:0;
 align-self:start;
 position:sticky;
 top:24px;
 padding:28px;
 border:1px solid #e1e1e1;
 border-radius:8px;
 background:#f7f7f7;
}
body.woocommerce-checkout .ghcc-order-summary-column #order_review_heading{
 display:block!important;
 width:auto!important;
 margin:0 0 18px!important;
 padding:0!important;
 border:0!important;
 background:transparent!important;
 color:#171717;
 font-size:21px!important;
 font-weight:650;
 line-height:1.25;
 letter-spacing:-.02em;
 text-transform:none!important;
}
body.woocommerce-checkout .ghcc-order-summary-column #order_review{
 display:block!important;
 width:auto!important;
 margin:0!important;
 padding:0!important;
 border:0!important;
 background:transparent!important;
}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table{
 width:100%;
 margin:0 0 18px!important;
 border:0!important;
 background:transparent;
}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table thead{display:none}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table th,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table td{padding:14px 0!important}
body.woocommerce-checkout .ghcc-checkout-product{
 display:grid;
 grid-template-columns:64px minmax(0,1fr);
 gap:12px;
 align-items:center;
 min-width:0;
}
body.woocommerce-checkout .ghcc-checkout-product__image{
 position:relative;
 display:block;
 width:64px;
 height:64px;
 overflow:hidden;
 border:1px solid #dedede;
 border-radius:7px;
 background:#fff;
}
body.woocommerce-checkout .ghcc-checkout-product__image img{
 display:block;
 width:100%;
 height:100%;
 margin:0;
 object-fit:cover;
}
body.woocommerce-checkout .ghcc-checkout-product__name{min-width:0;font-size:13px;font-weight:650;line-height:1.35}
body.woocommerce-checkout .ghcc-checkout-coupon{
 display:grid;
 grid-template-columns:minmax(0,1fr) auto;
 gap:10px;
 margin:4px 0 20px;
}
body.woocommerce-checkout .ghcc-checkout-coupon input{
 width:100%;
 min-width:0;
 height:48px;
 padding:0 13px;
 border:1px solid #b8b8b8;
 border-radius:5px;
 background:#fff;
}
body.woocommerce-checkout .ghcc-checkout-coupon__button{
 min-width:84px;
 height:48px;
 padding:0 16px;
 border:1px solid #111;
 border-radius:5px;
 background:#fff;
 color:#111;
 font-size:12px;
 font-weight:700;
}
body.woocommerce-checkout .ghcc-checkout-coupon__message{
 grid-column:1/-1;
 min-height:0;
 color:#555;
 font-size:11px;
 line-height:1.35;
}
body.woocommerce-checkout .ghcc-checkout-payment-column{
 grid-column:1!important;
 grid-row:2!important;
 width:auto!important;
 min-width:0;
 margin-top:30px;
}
body.woocommerce-checkout .ghcc-checkout-payment-column .ghcc-checkout-extras{margin:0 0 22px}
body.woocommerce-checkout .ghcc-checkout-payment-column #payment{
 width:100%;
 margin:0!important;
 border:1px solid #d8d8d8!important;
 border-radius:7px!important;
 background:#fff!important;
}
body.woocommerce-checkout .ghcc-checkout-payment-column .woocommerce-info,
body.woocommerce-checkout .ghcc-checkout-payment-column .woocommerce-error{
 margin:0;
 padding:16px;
 font-size:13px;
 line-height:1.45;
}
body.woocommerce-checkout .ghcc-checkout-payment-column #place_order{
 min-height:58px;
 border-radius:5px;
 background:#111!important;
 font-size:14px;
 font-weight:750;
 letter-spacing:.04em;
}
body.woocommerce-checkout .ghcc-checkout-trust{
 margin:0 0 18px;
 padding:0;
 border:0;
 color:#666;
}
body.woocommerce-checkout .ghcc-protection-option,
body.woocommerce-checkout .ghcc-workshop-tip{border-radius:7px}

@media(max-width:991px){
 body.woocommerce-checkout:not(.woocommerce-order-received) .site-content{padding:18px 0 40px!important}
 body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
  display:flex!important;
  flex-direction:column;
  gap:0!important;
  max-width:none;
 }
 body.woocommerce-checkout .ghcc-order-summary-column{
  order:1;
  position:static;
  width:100%;
  margin:0 0 26px;
  padding:20px;
  border-radius:0;
 }
 body.woocommerce-checkout #customer_details{order:2}
 body.woocommerce-checkout .ghcc-checkout-payment-column{order:3;margin-top:26px}
 body.woocommerce-checkout .ghcc-checkout-product{grid-template-columns:58px minmax(0,1fr)}
 body.woocommerce-checkout .ghcc-checkout-product__image{width:58px;height:58px}
}

/* Shopify-style refinement: compact split checkout and readable cart actions. */
body.woocommerce-checkout .ghcc-order-summary-column .shop_table,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table tbody,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table tr,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table th,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table td{
 background:transparent!important;
 box-shadow:none!important;
}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table{border-radius:0!important}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table th,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table td{
 border-color:#dedede!important;
 font-size:13px;
 line-height:1.35;
}
body.woocommerce-checkout .ghcc-order-summary-column td.product-name{
 position:relative;
}
body.woocommerce-checkout .ghcc-checkout-quantity{
 position:absolute;
 top:4px;
 left:52px;
 z-index:2;
 display:flex;
 width:22px;
 height:22px;
 border-radius:50%;
 background:#111;
 color:#fff;
 align-items:center;
 justify-content:center;
 font-size:11px;
 font-weight:700;
 line-height:1;
}
body.woocommerce-checkout .ghcc-order-summary-column .cart-subtotal th,
body.woocommerce-checkout .ghcc-order-summary-column .shipping th,
body.woocommerce-checkout .ghcc-order-summary-column .fee th{font-weight:500}
body.woocommerce-checkout .ghcc-order-summary-column .order-total th,
body.woocommerce-checkout .ghcc-order-summary-column .order-total td{
 padding-top:18px!important;
 font-size:20px!important;
 font-weight:750!important;
}
body.woocommerce-checkout .ghcc-checkout-coupon{
 padding-top:16px;
 border-top:1px solid #dedede;
}
body.woocommerce-checkout .ghcc-checkout-coupon__button{
 border-color:#c8c8c8;
 color:#555;
}
body.woocommerce-cart .cart-actions .button[name="update_cart"]{
 display:block!important;
 min-width:170px;
 min-height:48px;
 border:1px solid #111!important;
 background:#111!important;
 color:#fff!important;
 opacity:1!important;
}
body.woocommerce-cart .cart-actions .button[name="update_cart"]:disabled{
 border-color:#e5e5e5!important;
 background:#f5f5f5!important;
 color:#999!important;
}

@media(min-width:992px){
 body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
  grid-template-columns:minmax(0,680px) minmax(420px,1fr)!important;
  gap:0!important;
  max-width:1280px;
 }
 body.woocommerce-checkout #customer_details{
  padding:22px 58px 0 28px!important;
 }
 body.woocommerce-checkout .ghcc-checkout-payment-column{
  margin-top:26px;
  padding:0 58px 0 28px;
 }
 body.woocommerce-checkout .ghcc-order-summary-column{
  top:18px;
  min-height:520px;
  padding:28px 42px 40px;
  border:0;
  border-left:1px solid #dedede;
  border-radius:0;
  background:#f7f7f7;
 }
 body.woocommerce-checkout .ghcc-order-summary-column #order_review_heading{display:none!important}
 body.woocommerce-checkout .ghcc-order-summary-column .shop_table th,
 body.woocommerce-checkout .ghcc-order-summary-column .shop_table td{padding:12px 0!important}
 body.woocommerce-checkout .ghcc-checkout-product{
  grid-template-columns:64px minmax(0,1fr);
  gap:14px;
 }
 body.woocommerce-checkout .ghcc-checkout-product__name{
  font-size:14px;
  font-weight:500;
 }
}

@media(max-width:600px){
 body.woocommerce-cart .cart-actions .button[name="update_cart"]{
  width:100%;
  min-height:52px;
  margin:0 0 14px!important;
 }
 body.woocommerce-checkout .ghcc-order-summary-column{
  padding:18px 16px 22px;
  border-width:1px 0;
  background:#f7f7f7;
 }
 body.woocommerce-checkout .ghcc-order-summary-column #order_review_heading{
  margin-bottom:12px!important;
  font-size:18px!important;
  text-align:left;
 }
 body.woocommerce-checkout .ghcc-checkout-quantity{top:3px;left:47px}
}

/* Shopify-like field labels and checkout typography. */
body.woocommerce-checkout:not(.woocommerce-order-received),
body.woocommerce-checkout:not(.woocommerce-order-received) input,
body.woocommerce-checkout:not(.woocommerce-order-received) select,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea,
body.woocommerce-checkout:not(.woocommerce-order-received) button{
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
 color:#1a1a1a;
 font-size:14px;
 line-height:1.4;
}
body.woocommerce-checkout .ghcc-checkout-section-title,
body.woocommerce-checkout .ghcc-checkout-payment-title{
 font-size:22px;
 font-weight:650;
 letter-spacing:-.025em;
}
body.woocommerce-checkout .ghcc-floating-field{
 position:relative!important;
}
body.woocommerce-checkout .ghcc-floating-field>label{
 position:absolute!important;
 top:17px;
 left:14px;
 z-index:4;
 max-width:calc(100% - 28px);
 margin:0!important;
 overflow:hidden;
 color:#6d6d6d;
 font-size:15px!important;
 font-weight:400!important;
 line-height:1.2;
 letter-spacing:0!important;
 text-overflow:ellipsis;
 text-transform:none!important;
 white-space:nowrap;
 pointer-events:none;
 transition:font-size .12s ease,top .12s ease,color .12s ease;
}
body.woocommerce-checkout .ghcc-floating-field>label.screen-reader-text{
 clip:auto!important;
 clip-path:none!important;
 width:auto!important;
 height:auto!important;
 padding:0!important;
 overflow:hidden!important;
}
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-active>label,
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-has-value>label{
 top:5px;
 color:#666;
 font-size:9px!important;
}
body.woocommerce-checkout .ghcc-floating-field input.input-text,
body.woocommerce-checkout .ghcc-floating-field textarea,
body.woocommerce-checkout .ghcc-floating-field select{
 min-height:56px!important;
 padding:21px 13px 5px!important;
 color:#1a1a1a;
 font-size:14px!important;
 line-height:1.3!important;
}
body.woocommerce-checkout .ghcc-floating-field select{
 padding-top:24px!important;
}
body.woocommerce-checkout .ghcc-floating-field textarea{
 padding-top:23px!important;
}
body.woocommerce-checkout .ghcc-floating-field input::placeholder,
body.woocommerce-checkout .ghcc-floating-field textarea::placeholder{
 color:transparent!important;
}
body.woocommerce-checkout .ghcc-floating-field .select2-container--default .select2-selection--single{
 min-height:56px!important;
}
body.woocommerce-checkout .ghcc-floating-field .select2-selection__rendered{
 position:relative;
 top:6px;
 padding:18px 34px 4px 13px!important;
 color:#1a1a1a!important;
 font-size:14px!important;
 line-height:26px!important;
}
body.woocommerce-checkout .ghcc-floating-field .select2-selection__arrow{
 top:14px!important;
}
body.woocommerce-checkout #kl_newsletter_checkbox_field label,
body.woocommerce-checkout .woocommerce-shipping-fields label.checkbox{
 font-size:13px!important;
 font-weight:400!important;
}

@media(max-width:991px){
 body.woocommerce-checkout .ghcc-checkout-payment-column{
  box-sizing:border-box;
  width:100%!important;
  padding-right:15px!important;
  padding-left:15px!important;
 }
}

.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}
body.woocommerce-cart .page-title{margin-bottom:0!important}
.woocommerce-cart .site-content{padding-top:16px!important;padding-bottom:70px}
.woocommerce-cart .cart-content-wrapper{align-items:flex-start!important;gap:42px;margin:0;padding-top:0!important}
@media(min-width:992px){
 body.woocommerce-cart .sticky-element-placeholder.sticky-element-active{display:none!important}
 body.woocommerce-cart .whb-header.whb-scroll-stick,
 body.woocommerce-cart .whb-header.element-is-sticky{
  position:relative!important;
  top:auto!important;
  transform:none!important;
 }
}
.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}
.woocommerce-checkout #billing_wcj_checkout_field_1_field,.woocommerce-checkout #wooot_order_tip_form{display:none!important}
.ghcc-checkout-extras{margin:0 0 16px;padding:16px;border:1px solid var(--ghcc-line);background:#fff}
.ghcc-protection-option{display:flex;gap:12px;align-items:flex-start;margin:0;cursor:pointer}
.ghcc-protection-option input{width:18px;height:18px;flex:0 0 18px;margin:2px 0 0;accent-color:#111}
.ghcc-protection-option strong,.ghcc-workshop-tip>strong{display:block;color:#111;font-size:13px;line-height:1.35}
.ghcc-protection-option small{display:block;margin-top:4px;color:#696969;font-size:11px;line-height:1.45}
.ghcc-workshop-tip{margin-top:16px;padding-top:15px;border-top:1px solid var(--ghcc-line)}
.ghcc-workshop-tip__choices{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.ghcc-tip-choice{display:block;margin:0;cursor:pointer}
.ghcc-tip-choice input{position:absolute;opacity:0;pointer-events:none}
.ghcc-tip-choice span{display:block;min-width:50px;padding:8px 11px;border:1px solid #cbc8c1;color:#222;font-size:12px;font-weight:700;line-height:1;text-align:center;transition:background .15s ease,border-color .15s ease,color .15s ease}
.ghcc-tip-choice input:checked+span{border-color:#111;background:#111;color:#fff}
.ghcc-workshop-tip__custom-wrap{display:none;margin-top:10px}
.ghcc-workshop-tip__custom-wrap.is-visible{display:block}
.ghcc-workshop-tip__custom{width:100%;min-height:42px;padding:8px 12px;border:1px solid #cbc8c1;border-radius:0;background:#fff;font-size:13px}

@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:92vh;height:92dvh;max-height:92dvh;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}
}

/* Focused, Shopify-inspired checkout hierarchy. Checkout-only: no product-page selectors. */
.woocommerce-checkout .main-page-wrapper{background:#fff}
.woocommerce-checkout .site-content{padding:34px 0 72px}
.woocommerce-checkout form.checkout{max-width:1180px;margin:0 auto;column-gap:72px}
.woocommerce-checkout #customer_details{padding:0;background:transparent;box-shadow:none}
.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-shipping-fields h3{margin:0 0 20px;font-size:24px;letter-spacing:-.02em;text-transform:none}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{padding:26px 28px;border:1px solid #e5e2dc;background:#fff}
.woocommerce-checkout .form-row{margin-bottom:14px}
.woocommerce-checkout .form-row label{margin-bottom:6px;font-size:11px;letter-spacing:.03em;text-transform:uppercase}
.woocommerce-checkout input.input-text,.woocommerce-checkout select,.woocommerce-checkout textarea{min-height:50px;border-color:#d8d4cc;box-shadow:none}
.woocommerce-checkout #order_review_heading{padding:26px 28px 6px;border:1px solid #e5e2dc;border-bottom:0;background:#faf9f7;font-size:20px;letter-spacing:.01em}
.woocommerce-checkout #order_review{padding:0 28px 28px;border:1px solid #e5e2dc;border-top:0;background:#faf9f7}
.woocommerce-checkout .shop_table th,.woocommerce-checkout .shop_table td{padding:15px 0}
.woocommerce-checkout .shop_table tfoot tr:last-child th,.woocommerce-checkout .shop_table tfoot tr:last-child td{padding-top:20px;border-bottom:0;font-size:21px}
.woocommerce-checkout .shop_table tfoot tr:last-child td strong{font-size:28px}
.ghcc-checkout-extras{margin:22px 0 18px;padding:0;border:0;background:transparent}
.ghcc-protection-option{gap:13px;padding:16px;border:1px solid #dcd8d0;background:#fff;transition:border-color .15s ease,background .15s ease}
.ghcc-protection-option:has(input:checked){border-color:#252525;background:#f6f4ef}
.ghcc-protection-option input{accent-color:#222}
.ghcc-protection-option strong,.ghcc-workshop-tip>strong{font-size:14px}
.ghcc-protection-option small{font-size:12px;color:#707070}
.ghcc-workshop-tip{margin-top:14px;padding:16px;border:1px solid #e1ded7;background:#fff}
.ghcc-workshop-tip__intro{margin:4px 0 0;color:#737373;font-size:12px;line-height:1.45}
.ghcc-workshop-tip__choices{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-top:13px}
.ghcc-tip-choice{min-width:0}
.ghcc-tip-choice>span{display:flex;min-width:0;min-height:42px;padding:8px;border:1px solid #d8d4cc;background:#fff;color:#282828;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;text-align:center}
.ghcc-tip-choice>span span{display:inline;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit}
.ghcc-tip-choice input:checked+span{border-color:#252525;background:#f0ede6;color:#111}
.ghcc-workshop-tip__custom{min-height:44px}
.woocommerce-checkout #payment{border:1px solid #e1ded7;background:#fff}
.woocommerce-checkout #payment ul.payment_methods{padding:18px 20px}
.woocommerce-checkout #payment div.form-row{padding:18px 20px}
.ghcc-checkout-trust{gap:12px;padding:17px 0 0;border-top:0;color:#666;font-size:11px}

@media(max-width:991px){
 .woocommerce-checkout .site-content{padding:22px 0 44px}
 .woocommerce-checkout form.checkout{max-width:none}
 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{padding:20px}
 .woocommerce-checkout #order_review_heading{margin-top:22px;padding:22px 20px 5px}
 .woocommerce-checkout #order_review{padding:0 20px 22px}
 .ghcc-workshop-tip__choices{grid-template-columns:repeat(3,minmax(0,1fr))}
 .ghcc-tip-choice:first-child{grid-column:span 2}
}

/* Cart page: retire WoodMart's legacy cross-sell. The compact drawer offer remains separate. */
body.woocommerce-cart .cross-sells{display:none!important}

/* Cart geometry. Kept strictly within the Cart page: products and gallery are untouched. */
@media(min-width:992px){
 body.woocommerce-cart .cart-content-wrapper{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,380px)!important;
  column-gap:42px!important;
  row-gap:0!important;
  align-items:start!important;
  margin:0!important;
 }
 body.woocommerce-cart .cart-content-wrapper>.woocommerce-notices-wrapper{grid-column:1/-1}
 body.woocommerce-cart .cart-content-wrapper>.cart-data-form{
  grid-column:1;
  grid-row:2;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
 }
 body.woocommerce-cart .cart-content-wrapper>.cart-totals-section{
  grid-column:2;
  grid-row:2;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  flex:none!important;
  position:sticky!important;
  top:120px;
 }
 body.woocommerce-cart .cart-totals-section .cart_totals{width:100%;margin:0}
}
@media(max-width:991px){
 body.woocommerce-cart .cart-content-wrapper{display:block!important;margin:0!important}
 body.woocommerce-cart .cart-content-wrapper>.cart-data-form,
 body.woocommerce-cart .cart-content-wrapper>.cart-totals-section{
  width:auto!important;
  max-width:none!important;
  margin:0!important;
 }
 body.woocommerce-cart .cart-content-wrapper>.cart-totals-section{margin-top:22px!important}
}
@media(max-width:600px){
 body.woocommerce-cart .cart-table-section,
 body.woocommerce-cart table.shop_table{min-width:0!important;width:100%!important}
 body.woocommerce-cart table.shop_table tr.cart_item{
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr) 28px!important;
  column-gap:14px!important;
  row-gap:10px!important;
  align-items:start!important;
  padding:18px 0!important;
 }
 body.woocommerce-cart table.shop_table tr.cart_item>td{min-width:0!important}
 body.woocommerce-cart .product-thumbnail{
  grid-column:1!important;
  grid-row:1 / span 3!important;
  display:block!important;
  width:96px!important;
  max-width:96px!important;
 }
 body.woocommerce-cart .product-thumbnail>a,
 body.woocommerce-cart .product-thumbnail img{
  display:block!important;
  width:96px!important;
  max-width:96px!important;
  height:96px!important;
  margin:0!important;
  object-fit:cover!important;
 }
 body.woocommerce-cart .product-name{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  padding:0!important;
 }
 body.woocommerce-cart .product-name a{
  display:block!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
  line-height:1.35!important;
 }
 body.woocommerce-cart .product-remove{
  grid-column:3!important;
  grid-row:1!important;
  justify-self:end!important;
  padding:0!important;
 }
 body.woocommerce-cart .product-price{
  grid-column:2!important;
  grid-row:2!important;
  padding:0!important;
  text-align:left!important;
 }
 body.woocommerce-cart .product-quantity{
  grid-column:2!important;
  grid-row:3!important;
  padding:0!important;
  text-align:left!important;
 }
 body.woocommerce-cart .shop_table_responsive tr.cart_item .product-price:before,
 body.woocommerce-cart .shop_table_responsive tr.cart_item .product-quantity:before{
  display:none!important;
  content:none!important;
 }
 body.woocommerce-cart .cart-actions .button[name="update_cart"]{display:none!important}
}

/* Compact Cart-page set offer. */
body.woocommerce-cart .ghcc-cart-upsell{
 display:grid;
 grid-template-columns:72px minmax(0,1fr) auto;
 gap:14px;
 align-items:center;
 margin:18px 0 4px;
 padding:14px;
 border:1px solid var(--ghcc-line);
 background:#faf9f6;
}
body.woocommerce-cart .ghcc-cart-upsell__image,
body.woocommerce-cart .ghcc-cart-upsell__image img{
 display:block;
 width:72px;
 height:72px;
 margin:0;
 object-fit:cover;
}
body.woocommerce-cart .ghcc-cart-upsell__copy{display:flex;min-width:0;flex-direction:column;font-size:13px;line-height:1.35}
body.woocommerce-cart .ghcc-cart-upsell__copy strong{text-transform:uppercase}
body.woocommerce-cart .ghcc-cart-upsell__add{
 display:flex;
 min-height:42px;
 padding:9px 14px;
 border:1px solid #111;
 color:#111!important;
 align-items:center;
 justify-content:center;
 font-size:12px;
 font-weight:800;
 white-space:nowrap;
}
@media(max-width:600px){
 body.woocommerce-cart .site-content{padding-top:8px!important}
 body.woocommerce-cart .ghcc-cart-upsell{
  grid-template-columns:64px minmax(0,1fr) auto;
  gap:11px;
  margin:14px 0 6px;
  padding:12px;
 }
 body.woocommerce-cart .ghcc-cart-upsell__image,
 body.woocommerce-cart .ghcc-cart-upsell__image img{width:64px;height:64px}
 body.woocommerce-cart .ghcc-cart-upsell__copy{font-size:12px}
 body.woocommerce-cart .ghcc-cart-upsell__add{min-height:40px;padding:8px 11px}
}

/* Shopify-style checkout shell. Functionality stays native to WooCommerce. */
body.woocommerce-checkout:not(.woocommerce-order-received) .page-title{display:none!important}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout_coupon{display:none!important}
body.woocommerce-checkout:not(.woocommerce-order-received) .site-content{padding-top:30px!important}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
 display:grid!important;
 grid-template-columns:minmax(0,1fr) minmax(390px,440px)!important;
 gap:0 64px!important;
 width:100%;
 max-width:1180px;
 margin:0 auto!important;
}
body.woocommerce-checkout #customer_details{
 grid-column:1!important;
 grid-row:1!important;
 display:block!important;
 width:auto!important;
 min-width:0;
 margin:0!important;
 padding:0!important;
 background:#fff!important;
}
body.woocommerce-checkout #customer_details>.col-1,
body.woocommerce-checkout #customer_details>.col-2{
 float:none!important;
 width:100%!important;
 max-width:none!important;
 padding:0!important;
}
body.woocommerce-checkout .woocommerce-billing-fields>h3{display:none!important}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
 padding:0!important;
 border:0!important;
 background:#fff!important;
}
body.woocommerce-checkout .ghcc-checkout-section-title,
body.woocommerce-checkout .ghcc-checkout-payment-title{
 clear:both;
 margin:0 0 16px;
 color:#171717;
 font-size:21px;
 font-weight:650;
 line-height:1.25;
 letter-spacing:-.02em;
 text-transform:none;
}
body.woocommerce-checkout .ghcc-checkout-section-title--delivery{padding-top:26px}
body.woocommerce-checkout #kl_newsletter_checkbox_field{margin:-3px 0 8px!important}
body.woocommerce-checkout #kl_newsletter_checkbox_field label{font-size:12px;text-transform:none}
body.woocommerce-checkout .form-row{margin-bottom:12px}
body.woocommerce-checkout .form-row label{margin:0 0 5px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:none}
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout .select2-container--default .select2-selection--single{
 min-height:52px;
 border:1px solid #b8b8b8!important;
 border-radius:5px!important;
 background:#fff!important;
 box-shadow:none!important;
}
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection--single{
 border-color:#111!important;
 box-shadow:0 0 0 1px #111!important;
}
body.woocommerce-checkout .ghcc-order-summary-column{
 grid-column:2!important;
 grid-row:1 / span 2!important;
 min-width:0;
 align-self:start;
 position:sticky;
 top:24px;
 padding:28px;
 border:1px solid #e1e1e1;
 border-radius:8px;
 background:#f7f7f7;
}
body.woocommerce-checkout .ghcc-order-summary-column #order_review_heading{
 display:block!important;
 width:auto!important;
 margin:0 0 18px!important;
 padding:0!important;
 border:0!important;
 background:transparent!important;
 color:#171717;
 font-size:21px!important;
 font-weight:650;
 line-height:1.25;
 letter-spacing:-.02em;
 text-transform:none!important;
}
body.woocommerce-checkout .ghcc-order-summary-column #order_review{
 display:block!important;
 width:auto!important;
 margin:0!important;
 padding:0!important;
 border:0!important;
 background:transparent!important;
}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table{
 width:100%;
 margin:0 0 18px!important;
 border:0!important;
 background:transparent;
}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table thead{display:none}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table th,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table td{padding:14px 0!important}
body.woocommerce-checkout .ghcc-checkout-product{
 display:grid;
 grid-template-columns:64px minmax(0,1fr);
 gap:12px;
 align-items:center;
 min-width:0;
}
body.woocommerce-checkout .ghcc-checkout-product__image{
 position:relative;
 display:block;
 width:64px;
 height:64px;
 overflow:hidden;
 border:1px solid #dedede;
 border-radius:7px;
 background:#fff;
}
body.woocommerce-checkout .ghcc-checkout-product__image img{
 display:block;
 width:100%;
 height:100%;
 margin:0;
 object-fit:cover;
}
body.woocommerce-checkout .ghcc-checkout-product__name{min-width:0;font-size:13px;font-weight:650;line-height:1.35}
body.woocommerce-checkout .ghcc-checkout-coupon{
 display:grid;
 grid-template-columns:minmax(0,1fr) auto;
 gap:10px;
 margin:4px 0 20px;
}
body.woocommerce-checkout .ghcc-checkout-coupon input{
 width:100%;
 min-width:0;
 height:48px;
 padding:0 13px;
 border:1px solid #b8b8b8;
 border-radius:5px;
 background:#fff;
}
body.woocommerce-checkout .ghcc-checkout-coupon__button{
 min-width:84px;
 height:48px;
 padding:0 16px;
 border:1px solid #111;
 border-radius:5px;
 background:#fff;
 color:#111;
 font-size:12px;
 font-weight:700;
}
body.woocommerce-checkout .ghcc-checkout-coupon__message{
 grid-column:1/-1;
 min-height:0;
 color:#555;
 font-size:11px;
 line-height:1.35;
}
body.woocommerce-checkout .ghcc-checkout-payment-column{
 grid-column:1!important;
 grid-row:2!important;
 width:auto!important;
 min-width:0;
 margin-top:30px;
}
body.woocommerce-checkout .ghcc-checkout-payment-column .ghcc-checkout-extras{margin:0 0 22px}
body.woocommerce-checkout .ghcc-checkout-payment-column #payment{
 width:100%;
 margin:0!important;
 border:1px solid #d8d8d8!important;
 border-radius:7px!important;
 background:#fff!important;
}
body.woocommerce-checkout .ghcc-checkout-payment-column .woocommerce-info,
body.woocommerce-checkout .ghcc-checkout-payment-column .woocommerce-error{
 margin:0;
 padding:16px;
 font-size:13px;
 line-height:1.45;
}
body.woocommerce-checkout .ghcc-checkout-payment-column #place_order{
 min-height:58px;
 border-radius:5px;
 background:#111!important;
 font-size:14px;
 font-weight:750;
 letter-spacing:.04em;
}
body.woocommerce-checkout .ghcc-checkout-trust{
 margin:0 0 18px;
 padding:0;
 border:0;
 color:#666;
}
body.woocommerce-checkout .ghcc-protection-option,
body.woocommerce-checkout .ghcc-workshop-tip{border-radius:7px}

@media(max-width:991px){
 body.woocommerce-checkout:not(.woocommerce-order-received) .site-content{padding:18px 0 40px!important}
 body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
  display:flex!important;
  flex-direction:column;
  gap:0!important;
  max-width:none;
 }
 body.woocommerce-checkout .ghcc-order-summary-column{
  order:1;
  position:static;
  width:100%;
  margin:0 0 26px;
  padding:20px;
  border-radius:0;
 }
 body.woocommerce-checkout #customer_details{order:2}
 body.woocommerce-checkout .ghcc-checkout-payment-column{order:3;margin-top:26px}
 body.woocommerce-checkout .ghcc-checkout-product{grid-template-columns:58px minmax(0,1fr)}
 body.woocommerce-checkout .ghcc-checkout-product__image{width:58px;height:58px}
}

/* Shopify-style refinement: compact split checkout and readable cart actions. */
body.woocommerce-checkout .ghcc-order-summary-column .shop_table,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table tbody,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table tr,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table th,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table td{
 background:transparent!important;
 box-shadow:none!important;
}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table{border-radius:0!important}
body.woocommerce-checkout .ghcc-order-summary-column .shop_table th,
body.woocommerce-checkout .ghcc-order-summary-column .shop_table td{
 border-color:#dedede!important;
 font-size:13px;
 line-height:1.35;
}
body.woocommerce-checkout .ghcc-order-summary-column td.product-name{
 position:relative;
}
body.woocommerce-checkout .ghcc-checkout-quantity{
 position:absolute;
 top:4px;
 left:52px;
 z-index:2;
 display:flex;
 width:22px;
 height:22px;
 border-radius:50%;
 background:#111;
 color:#fff;
 align-items:center;
 justify-content:center;
 font-size:11px;
 font-weight:700;
 line-height:1;
}
body.woocommerce-checkout .ghcc-order-summary-column .cart-subtotal th,
body.woocommerce-checkout .ghcc-order-summary-column .shipping th,
body.woocommerce-checkout .ghcc-order-summary-column .fee th{font-weight:500}
body.woocommerce-checkout .ghcc-order-summary-column .order-total th,
body.woocommerce-checkout .ghcc-order-summary-column .order-total td{
 padding-top:18px!important;
 font-size:20px!important;
 font-weight:750!important;
}
body.woocommerce-checkout .ghcc-checkout-coupon{
 padding-top:16px;
 border-top:1px solid #dedede;
}
body.woocommerce-checkout .ghcc-checkout-coupon__button{
 border-color:#c8c8c8;
 color:#555;
}
body.woocommerce-cart .cart-actions .button[name="update_cart"]{
 display:block!important;
 min-width:170px;
 min-height:48px;
 border:1px solid #111!important;
 background:#111!important;
 color:#fff!important;
 opacity:1!important;
}
body.woocommerce-cart .cart-actions .button[name="update_cart"]:disabled{
 border-color:#e5e5e5!important;
 background:#f5f5f5!important;
 color:#999!important;
}

@media(min-width:992px){
 body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
  grid-template-columns:minmax(0,680px) minmax(420px,1fr)!important;
  gap:0!important;
  max-width:1280px;
 }
 body.woocommerce-checkout #customer_details{
  padding:22px 58px 0 28px!important;
 }
 body.woocommerce-checkout .ghcc-checkout-payment-column{
  margin-top:26px;
  padding:0 58px 0 28px;
 }
 body.woocommerce-checkout .ghcc-order-summary-column{
  top:18px;
  min-height:520px;
  padding:28px 42px 40px;
  border:0;
  border-left:1px solid #dedede;
  border-radius:0;
  background:#f7f7f7;
 }
 body.woocommerce-checkout .ghcc-order-summary-column #order_review_heading{display:none!important}
 body.woocommerce-checkout .ghcc-order-summary-column .shop_table th,
 body.woocommerce-checkout .ghcc-order-summary-column .shop_table td{padding:12px 0!important}
 body.woocommerce-checkout .ghcc-checkout-product{
  grid-template-columns:64px minmax(0,1fr);
  gap:14px;
 }
 body.woocommerce-checkout .ghcc-checkout-product__name{
  font-size:14px;
  font-weight:500;
 }
}

@media(max-width:600px){
 body.woocommerce-cart .cart-actions .button[name="update_cart"]{
  width:100%;
  min-height:52px;
  margin:0 0 14px!important;
 }
 body.woocommerce-checkout .ghcc-order-summary-column{
  padding:18px 16px 22px;
  border-width:1px 0;
  background:#f7f7f7;
 }
 body.woocommerce-checkout .ghcc-order-summary-column #order_review_heading{
  margin-bottom:12px!important;
  font-size:18px!important;
  text-align:left;
 }
 body.woocommerce-checkout .ghcc-checkout-quantity{top:3px;left:47px}
}

/* Shopify-like field labels and checkout typography. */
body.woocommerce-checkout:not(.woocommerce-order-received),
body.woocommerce-checkout:not(.woocommerce-order-received) input,
body.woocommerce-checkout:not(.woocommerce-order-received) select,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea,
body.woocommerce-checkout:not(.woocommerce-order-received) button{
 font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout{
 color:#1a1a1a;
 font-size:14px;
 line-height:1.4;
}
body.woocommerce-checkout .ghcc-checkout-section-title,
body.woocommerce-checkout .ghcc-checkout-payment-title{
 font-size:22px;
 font-weight:650;
 letter-spacing:-.025em;
}
body.woocommerce-checkout .ghcc-floating-field{
 position:relative!important;
}
body.woocommerce-checkout .ghcc-floating-field>label{
 position:absolute!important;
 top:17px;
 left:14px;
 z-index:4;
 max-width:calc(100% - 28px);
 margin:0!important;
 overflow:hidden;
 color:#6d6d6d;
 font-size:15px!important;
 font-weight:400!important;
 line-height:1.2;
 letter-spacing:0!important;
 text-overflow:ellipsis;
 text-transform:none!important;
 white-space:nowrap;
 pointer-events:none;
 transition:font-size .12s ease,top .12s ease,color .12s ease;
}
body.woocommerce-checkout .ghcc-floating-field>label.screen-reader-text{
 clip:auto!important;
 clip-path:none!important;
 width:auto!important;
 height:auto!important;
 padding:0!important;
 overflow:hidden!important;
}
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-active>label,
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-has-value>label{
 top:5px;
 color:#666;
 font-size:9px!important;
}
body.woocommerce-checkout .ghcc-floating-field input.input-text,
body.woocommerce-checkout .ghcc-floating-field textarea,
body.woocommerce-checkout .ghcc-floating-field select{
 min-height:56px!important;
 padding:21px 13px 5px!important;
 color:#1a1a1a;
 font-size:14px!important;
 line-height:1.3!important;
}
body.woocommerce-checkout .ghcc-floating-field select{
 padding-top:24px!important;
}
body.woocommerce-checkout .ghcc-floating-field textarea{
 padding-top:23px!important;
}
body.woocommerce-checkout .ghcc-floating-field input::placeholder,
body.woocommerce-checkout .ghcc-floating-field textarea::placeholder{
 color:transparent!important;
}
body.woocommerce-checkout .ghcc-floating-field .select2-container--default .select2-selection--single{
 min-height:56px!important;
}
body.woocommerce-checkout .ghcc-floating-field .select2-selection__rendered{
 padding:18px 34px 4px 13px!important;
 color:#1a1a1a!important;
 font-size:14px!important;
 line-height:32px!important;
}
body.woocommerce-checkout .ghcc-floating-field .select2-selection__arrow{
 top:14px!important;
}
body.woocommerce-checkout #kl_newsletter_checkbox_field label,
body.woocommerce-checkout .woocommerce-shipping-fields label.checkbox{
 font-size:13px!important;
 font-weight:400!important;
}

@media(max-width:991px){
 body.woocommerce-checkout .ghcc-checkout-payment-column{
  box-sizing:border-box;
  width:100%!important;
  padding-right:15px!important;
  padding-left:15px!important;
 }
}


/* GHCC Shopify field polish: rounded controls + readable floating labels */
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container--default .select2-selection--single,
body.woocommerce-checkout .ghcc-checkout-coupon input,
body.woocommerce-checkout .ghcc-coupon-input,
body.woocommerce-checkout .ghcc-tip-custom-input{
  border-radius:10px!important;
}
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-active>label,
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-has-value>label{
  top:7px!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:400!important;
  letter-spacing:0!important;
  color:#6b6b6b!important;
}
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-active input.input-text,
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-has-value input.input-text,
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-active textarea,
body.woocommerce-checkout .ghcc-floating-field.ghcc-field-has-value textarea{
  padding-top:21px!important;
  padding-bottom:6px!important;
  font-size:14px!important;
}
body.woocommerce-checkout .ghcc-floating-field .select2-selection__rendered{
  position:relative;
  top:6px;
  padding:18px 34px 4px 13px!important;
  font-size:14px!important;
  line-height:26px!important;
}
@media(max-width:767px){
  body.woocommerce-checkout .ghcc-floating-field.ghcc-field-active>label,
  body.woocommerce-checkout .ghcc-floating-field.ghcc-field-has-value>label{
    top:7px!important;
    font-size:12px!important;
  }
}


/* GHCC Shopify select value position */
body.woocommerce-checkout .ghcc-floating-field .select2-selection__rendered{
  position:relative;
  top:0!important;
  height:56px!important;
  box-sizing:border-box!important;
  padding:25px 34px 3px 13px!important;
  line-height:20px!important;
}


/* GHCC Shopify select display fix */
body.woocommerce-checkout .ghcc-floating-field .select2-selection__rendered{
  display:block!important;
}


/* Drawer space: scroll products and optional offer together; keep checkout accessible. */
.ghcc-drawer__header,.ghcc-added-status,.ghcc-summary{flex-shrink:0}
.ghcc-items{min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.ghcc-items>.ghcc-upsell{margin:12px 0}
.ghcc-cart-crate{margin:0 0 16px}
@media(max-width:600px){
 .ghcc-drawer__header{min-height:58px;padding:14px 16px 8px}
 .ghcc-added-status{padding:8px 16px}
 .ghcc-items{padding:0 16px}
 .ghcc-item{padding:14px 0;gap:12px}
 .ghcc-summary{margin-top:0;padding:12px 16px max(12px,env(safe-area-inset-bottom))}
 .ghcc-summary>.ghcc-button{min-height:46px;margin-top:10px}
 .ghcc-view-cart{margin-top:8px}
 .ghcc-continue{margin-top:6px}
}

/* Mobile checkout: address, shipping, payment, summary, submit. */
@media(max-width:991px){
 body.woocommerce-checkout form.ghcc-mobile-ordered .ghcc-order-summary-column{display:none!important}
 body.woocommerce-checkout .ghcc-mobile-summary h2{font-size:22px;line-height:1.25;text-transform:none;margin:0 0 16px}
 body.woocommerce-checkout .ghcc-mobile-summary{margin:26px 0 20px;padding-top:22px;border-top:1px solid #ddd}
 body.woocommerce-checkout .ghcc-mobile-summary .shop_table{width:100%;margin-bottom:18px}
 body.woocommerce-checkout .ghcc-mobile-summary th,
 body.woocommerce-checkout .ghcc-mobile-summary td{padding:12px 0;font-size:14px}
 body.woocommerce-checkout .ghcc-mobile-summary .product-total{white-space:nowrap;padding-left:12px}
 body.woocommerce-checkout .ghcc-mobile-summary .ghcc-checkout-coupon{margin-top:18px}
}

@media(max-width:991px){body.woocommerce-checkout .ghcc-mobile-summary .shop_table{table-layout:fixed}body.woocommerce-checkout .ghcc-mobile-summary .shop_table thead{display:none}body.woocommerce-checkout .ghcc-mobile-summary .shop_table td.product-name{width:72%;padding:12px 8px 12px 0!important;position:relative}body.woocommerce-checkout .ghcc-mobile-summary .shop_table td.product-total{width:28%;padding:12px 0!important;text-align:right}body.woocommerce-checkout .ghcc-mobile-summary .ghcc-checkout-product{grid-template-columns:44px minmax(0,1fr);gap:9px}body.woocommerce-checkout .ghcc-mobile-summary .ghcc-checkout-product__image{width:44px;height:44px}body.woocommerce-checkout .ghcc-mobile-summary .ghcc-checkout-product__name{font-size:12px!important;font-weight:400!important;line-height:1.45}body.woocommerce-checkout .ghcc-mobile-summary .ghcc-checkout-quantity{left:32px;top:5px}}


/* One shipping/payment choice system on desktop and mobile. */
body.woocommerce-checkout .ghcc-shipping-methods{margin:0 0 30px}
body.woocommerce-checkout .ghcc-shipping-placeholder{margin:0;padding:18px 16px;border-radius:10px;background:#f6f6f6;color:#666;font-size:15px;line-height:1.5;text-align:left;overflow-wrap:anywhere}
body.woocommerce-checkout .ghcc-shipping-methods h2{font-size:24px;line-height:1.25;text-transform:none;margin:0 0 16px;font-weight:700}
body.woocommerce-checkout .ghcc-shipping-methods table{margin:0;width:100%;border:0;border-collapse:separate;border-spacing:0}
body.woocommerce-checkout .ghcc-shipping-methods th{display:none}
body.woocommerce-checkout .ghcc-shipping-methods td{padding:0!important;border:0!important;text-align:left;background:none}
body.woocommerce-checkout .ghcc-shipping-methods td:before{display:none!important}
body.woocommerce-checkout .ghcc-shipping-methods ul{margin:0;padding:0;list-style:none;border:1px solid #d6d6d6;border-radius:10px;overflow:hidden}
body.woocommerce-checkout .ghcc-shipping-methods li{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:12px;padding:18px 16px!important;margin:0!important;border:0;background:#fff;min-height:64px}
body.woocommerce-checkout .ghcc-shipping-methods li+li{border-top:1px solid #d6d6d6}
body.woocommerce-checkout .ghcc-shipping-methods li.ghcc-choice-selected{background:#f6f6f6;box-shadow:inset 0 0 0 1px #111;border-radius:9px}
body.woocommerce-checkout .ghcc-shipping-methods label{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0!important;width:100%;font-size:15px;line-height:1.4;font-weight:600;color:#111;cursor:pointer}
body.woocommerce-checkout .ghcc-shipping-name{min-width:0}
body.woocommerce-checkout .ghcc-shipping-methods .amount{flex-shrink:0;white-space:nowrap;font-size:16px;font-weight:700;color:#111}
body.woocommerce-checkout .ghcc-shipping-methods .gh-monumental-delivery-details{
 grid-column:2/-1!important;width:100%!important;min-width:0!important;
 margin:0 0 2px!important;color:#666!important;font-size:13px!important;
 line-height:1.45!important;white-space:normal!important;overflow-wrap:normal!important;
 word-break:normal!important;text-align:left!important;
}
body.woocommerce-checkout .ghcc-summary-shipping th,
body.woocommerce-checkout .ghcc-summary-shipping td{
 padding:12px 0!important;border-top:1px solid #dedede!important;
 font-size:15px!important;font-weight:500!important;line-height:1.4!important;
}
body.woocommerce-checkout .ghcc-summary-shipping td{text-align:right!important;white-space:nowrap}
body.woocommerce-checkout .ghcc-summary-shipping .amount{font-weight:600;color:#111}
body.woocommerce-checkout .ghcc-shipping-methods input[type=radio],
body.woocommerce-checkout #payment .wc_payment_method>input[type=radio]{appearance:none;-webkit-appearance:none;width:20px!important;height:20px!important;min-width:20px;padding:0!important;margin:0!important;border:1px solid #bbb;border-radius:50%;background:#fff;cursor:pointer;box-shadow:none}
body.woocommerce-checkout .ghcc-shipping-methods input[type=radio]:checked,
body.woocommerce-checkout #payment .wc_payment_method>input[type=radio]:checked{border:7px solid #111!important;background:#fff}
body.woocommerce-checkout .ghcc-shipping-methods input[type=radio]:focus-visible,
body.woocommerce-checkout #payment .wc_payment_method>input[type=radio]:focus-visible{outline:2px solid #9b773f;outline-offset:3px}
body.woocommerce-checkout .ghcc-single-shipping:before{content:'';display:block;width:20px;height:20px;box-sizing:border-box;border:7px solid #111;border-radius:50%;background:#fff}
body.woocommerce-checkout .ghcc-single-shipping label{cursor:default}
body.woocommerce-checkout .ghcc-checkout-payment-column #payment{border:0!important;border-radius:0!important;background:transparent!important}
body.woocommerce-checkout #payment>ul.payment_methods{padding:0!important;margin:0 0 24px!important;border:1px solid #d6d6d6;border-radius:10px;overflow:hidden;list-style:none;background:#fff}
body.woocommerce-checkout #payment li.wc_payment_method{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;column-gap:12px;padding:0 16px!important;margin:0!important;border:0;background:#fff}
body.woocommerce-checkout #payment li.wc_payment_method+li.wc_payment_method{border-top:1px solid #d6d6d6}
body.woocommerce-checkout #payment li.wc_payment_method.ghcc-choice-selected{background:#f6f6f6;box-shadow:inset 0 0 0 1px #111;border-radius:9px}
body.woocommerce-checkout #payment .wc_payment_method>label{display:flex!important;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:16px 0;margin:0!important;color:#111;font-size:16px;font-weight:700;line-height:1.35;cursor:pointer}
body.woocommerce-checkout #payment .wc_payment_method>label img{width:auto;max-width:90px;max-height:24px;margin:0 0 0 auto;float:none}
body.woocommerce-checkout #payment .payment_box{grid-column:1/-1;margin:0 -15px 1px!important;padding:18px 16px!important;background:#f6f6f6!important;border:0;border-top:1px solid #d6d6d6;border-radius:0 0 9px 9px;box-shadow:none;color:#555;font-size:14px;line-height:1.5}
body.woocommerce-checkout #payment .payment_box:before{display:none!important}
body.woocommerce-checkout #payment .payment_box fieldset{min-width:0;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent;box-shadow:none}
body.woocommerce-checkout #payment .payment_box .wc-stripe-upe-element{margin:0!important;padding:0!important;border:0!important;box-shadow:none}
body.woocommerce-checkout #payment .payment_box p:last-child{margin-bottom:0}
body.woocommerce-checkout #payment .payment_box .woocommerce-SavedPaymentMethods-saveNew{margin-top:14px}
body.woocommerce-checkout #payment .place-order{padding:0!important;background:transparent}
@media(max-width:991px){
 body.woocommerce-checkout .ghcc-shipping-methods h2{font-size:22px}
 body.woocommerce-checkout .ghcc-shipping-methods li{padding:16px 12px!important;gap:10px}
 body.woocommerce-checkout .ghcc-shipping-methods label{font-size:14px;gap:12px}
 body.woocommerce-checkout .ghcc-shipping-methods .amount{font-size:15px}
 body.woocommerce-checkout .ghcc-shipping-methods .gh-monumental-delivery-details{font-size:12.5px!important;padding-right:2px}
 body.woocommerce-checkout #payment li.wc_payment_method{padding:0 12px!important;column-gap:10px}
 body.woocommerce-checkout #payment .payment_box{margin:0 -11px 1px!important;padding:16px 12px!important}
}


/* Persistent cart update status: visible for anonymous/mobile visitors. */
.ghcc-drawer .ghcc-request-status{
 display:flex!important;align-items:center;gap:12px;flex-shrink:0;
 margin:0!important;padding:13px 20px!important;
 background:#171715!important;border:0!important;border-bottom:3px solid #b38b46!important;
 color:#fff!important;font:600 14px/1.45 Helvetica,Arial,sans-serif!important;
 opacity:1!important;visibility:visible!important;
}
.ghcc-drawer .ghcc-request-status[hidden]{display:none!important}
.ghcc-drawer .ghcc-request-status:not(.ghcc-request-error)::before{
 content:"";width:18px;height:18px;flex:0 0 18px;box-sizing:border-box;
 border:2px solid rgba(255,255,255,.34);border-top-color:#e7c88f;border-radius:50%;
 animation:ghcc-status-spin .75s linear infinite;
}
.ghcc-drawer .ghcc-request-status.ghcc-request-error{background:#fff0ed!important;border-color:#a21b1b!important;color:#8a2020!important}
@keyframes ghcc-status-spin{to{transform:rotate(360deg)}}
@media(max-width:600px){.ghcc-drawer .ghcc-request-status{min-height:51px;padding:12px 16px!important;font-size:13px!important}}
@media(prefers-reduced-motion:reduce){.ghcc-drawer .ghcc-request-status::before{animation:none!important}}
