:root{--hs-black:#f7f7f5;--hs-charcoal:#ffffff;--hs-red:#e10600;--hs-cream:#f5f3ee;--hs-line:#e4e6e5;--hs-muted:#5b6166}
.hs-site-footer{position:relative;z-index:4;background:#f2f1ed;color:#14181a;border-top:5px solid var(--hs-red);font-family:Arial,Helvetica,sans-serif}
.hs-site-footer *{box-sizing:border-box}
.hs-footer-shell{width:min(1180px,calc(100% - 40px));margin:auto}
.hs-footer-main{display:grid;grid-template-columns:1.35fr repeat(3,.8fr);gap:clamp(30px,5vw,72px);padding:64px 0 48px}
.hs-footer-mark{display:inline-flex;align-items:center;gap:11px;margin-bottom:22px;color:#14181a;text-decoration:none;font-size:25px;font-weight:950;font-style:italic;letter-spacing:-.04em;text-transform:uppercase}
.hs-footer-mark:before{content:"";width:35px;height:16px;background:var(--hs-red);clip-path:polygon(12% 0,100% 0,84% 35%,0 35%,8% 0,100% 0,72% 100%,0 100%)}
.hs-footer-lead{max-width:360px;margin:0 0 16px;font-size:19px;font-weight:900;line-height:1.45}
.hs-footer-copy{max-width:390px;margin:0;color:#5b6166;font-size:14px;line-height:1.75}
.hs-footer-title{margin:5px 0 21px;color:#14181a;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.hs-footer-title:after{content:"";display:block;width:30px;height:2px;margin-top:13px;background:var(--hs-red)}
.hs-footer-links{display:grid;gap:13px;margin:0;padding:0;list-style:none}
.hs-footer-links a{color:#3a3f43;text-decoration:none;font-size:14px;font-weight:700;transition:color .2s ease,transform .2s ease}
.hs-footer-links a:hover{display:inline-block;color:#14181a;transform:translateX(4px)}
.hs-footer-trust{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e4e6e5;border-bottom:1px solid #e4e6e5}
.hs-trust-item{display:flex;align-items:center;gap:14px;padding:24px 28px}
.hs-trust-item+ .hs-trust-item{border-left:1px solid #e4e6e5}
.hs-trust-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border:1px solid #e4e6e5;border-radius:12px;background:#ffffff;color:var(--hs-red)}
.hs-trust-icon svg{width:20px;height:20px}
.hs-trust-item strong{display:block;margin-bottom:4px;font-size:14px;color:#14181a}
.hs-trust-item span{color:#6b7176;font-size:11px;line-height:1.5}
.hs-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px;padding:26px 0;color:#6b7176;font-size:11px;line-height:1.6}
.hs-footer-bottom b{color:#3a3f43;letter-spacing:.12em;text-transform:uppercase}
.hs-footer-legal{display:flex;flex-wrap:wrap;gap:8px 16px}
.hs-footer-legal a{color:#5b6166;text-decoration:none;font-size:11px}
.hs-footer-legal a:hover{color:#14181a;text-decoration:underline}
.ast-footer-overlay,.site-footer{display:none!important}

/* Payment method badges - one reusable component (see
   helmstand_payment_badges() in functions.php) placed in the footer, on
   the Cart page near the checkout button, and on the Checkout page near
   the Place Order button. Only genuinely-enabled WooCommerce/Mollie
   methods are ever rendered - see that function for the logic. Icons are
   Mollie's own bundled SVGs, shown at their natural aspect ratio (height
   fixed, width auto) so nothing is stretched or cropped. */
.hs-payment-badges{
	display:flex;flex-direction:column;align-items:center;gap:8px;
	margin:0 auto;padding:0;max-width:100%;text-align:center
}
.hs-payment-badges-caption{
	display:inline-flex;align-items:center;gap:6px;
	font-family:Arial,Helvetica,sans-serif;font-size:11.5px;font-weight:700;
	letter-spacing:.04em;text-transform:uppercase;color:#6b7176
}
.hs-payment-badges-caption svg{width:14px;height:14px;flex:none}
.hs-payment-badges-icons{
	display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
	gap:9px;max-width:360px
}
.hs-payment-badge{
	height:24px;width:auto;display:block;object-fit:contain;
	border-radius:3px;background:#fff;border:1px solid #e4e6e5;padding:3px 6px
}
@media(min-width:900px){
	.hs-payment-badge{height:28px;padding:4px 7px}
	.hs-payment-badges-caption{font-size:12.5px}
}
@media(max-width:480px){
	.hs-payment-badges-icons{max-width:260px}
	.hs-payment-badge{height:22px;padding:3px 5px}
}
/* Device-level dark appearance. This storefront's footer/cart/checkout
   chrome is a fixed light design regardless of theme, but the badge
   container itself still gets a dark-safe fallback per the design brief,
   in case it's ever placed against a dark background. */
@media(prefers-color-scheme:dark){
	.hs-payment-badges-caption{color:#adb3b8}
	.hs-payment-badge{background:#1b1e21;border-color:#2c3034}
}

/* Footer placement: sits under the existing trust strip as its own row,
   separated by the same hairline used elsewhere in this footer. */
.hs-footer-payments{padding:22px 0;border-bottom:1px solid #e4e6e5}

/* Cart page placement (WooCommerce Cart block, injected via the
   [hs_payment_badges] shortcode right after the block). */
.hs-cart-payments-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto 40px}
.hs-cart-payments-wrap .hs-payment-badges{padding:18px;border:1px solid #e4e6e5;border-radius:14px;background:#fbfbfa}

/* Checkout page placement: directly under the Place Order button. */
.hs-checkout-payments{margin-top:18px}

/* Country/currency switcher - lives inline as the last item in the
   primary nav (desktop bar and Astra's mobile off-canvas drawer both
   render from that same filtered menu), a small dark accent pill so it
   still reads as a control rather than another page link. Replaces the
   old standalone bar above the header, which added extra height on every
   page and looked disconnected, especially on mobile. */
.pdx-currency-menu-item{display:flex!important;align-items:center;padding:0!important}
.pdx-currency-switcher{position:relative;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;margin:8px 4px 8px 14px;border:1px solid #2c3034;border-radius:5px;background:#0d1012;color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:.03em;font-size:12px;cursor:pointer}
.pdx-currency-switcher:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hs-red,#e10600);box-shadow:0 0 8px rgba(225,6,0,.7)}
.pdx-currency-switcher b{display:inline-flex;align-items:center;gap:5px;font-weight:800}
.pdx-currency-flag{font-size:14px;line-height:1}
.pdx-currency-switcher select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.pdx-currency-switcher:focus-within{border-color:var(--hs-red,#e10600);box-shadow:0 0 0 3px rgba(225,6,0,.14)}
.pdx-currency-switcher[aria-disabled="true"]{opacity:.6;pointer-events:none}
@media(max-width:640px){.pdx-currency-menu-item{justify-content:center}.pdx-currency-switcher{margin:10px auto}}
@media(max-width:880px){.hs-footer-main{grid-template-columns:1.2fr 1fr 1fr}.hs-footer-main>div:first-child{grid-column:1/-1}.hs-footer-trust{grid-template-columns:1fr}.hs-trust-item+ .hs-trust-item{border-left:0;border-top:1px solid #e4e6e5}}
@media(max-width:600px){.hs-footer-shell{width:min(100% - 28px,1180px)}.hs-footer-main{grid-template-columns:1fr 1fr;padding:44px 0 34px;gap:32px 20px}.hs-footer-main>div:first-child{grid-column:1/-1}.hs-footer-lead{font-size:17px}.hs-trust-item{padding:20px 4px}.hs-footer-bottom{align-items:flex-start;flex-direction:column;padding:22px 0 30px}}
