/* Shared mini-cart styles. Full cart/checkout stylesheet is loaded only on those pages. */
: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}
.ghcc-coupon-toggle{border:0;background:transparent;padding:8px 0;color:#333;text-decoration:underline;text-underline-offset:4px;font-size:13px}
.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}
.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}
.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: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}
.ghcc-cart-reassurance{display:grid;gap:7px}
}
.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}
.ghcc-checkout-trust{gap:12px;padding:17px 0 0;border-top:0;color:#666;font-size:11px}
@media(max-width:991px){
.ghcc-workshop-tip__choices{grid-template-columns:repeat(3,minmax(0,1fr))}
.ghcc-tip-choice:first-child{grid-column:span 2}
}
.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}
.ghcc-coupon-toggle{border:0;background:transparent;padding:8px 0;color:#333;text-decoration:underline;text-underline-offset:4px;font-size:13px}
.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}
.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}
.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: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}
.ghcc-cart-reassurance{display:grid;gap:7px}
}
.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}
.ghcc-checkout-trust{gap:12px;padding:17px 0 0;border-top:0;color:#666;font-size:11px}
@media(max-width:991px){
.ghcc-workshop-tip__choices{grid-template-columns:repeat(3,minmax(0,1fr))}
.ghcc-tip-choice:first-child{grid-column:span 2}
}
.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}
}
.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}
}
