/*
Theme Name: Balloon Shop NYC Storefront
Description: Site-specific Storefront child theme for Balloon Shop NYC.
Author: WD23
Template: storefront
Version: 1.10.5
Text Domain: balloonshopnyc-storefront
*/

:root {
	--wd23-ink: #111;
	--wd23-paper: #fff;
	--wd23-soft: #f4f4f4;
	--wd23-line: #d9d9d9;
	--wd23-accent: #7357ff;
	--wd23-shell: 1360px;
	--wd23-font: Arial, Helvetica, sans-serif;
}

/* Google permits hiding the badge when its required disclosure remains visible in the protected user flow. */
.grecaptcha-badge {
	visibility: hidden !important;
}

html { scroll-behavior: smooth; }
body.wd23-balloon-storefront,
body.wd23-balloon-storefront :where(h1,h2,h3,h4,h5,h6,p,a,li,dt,dd,label,legend,summary,button,input,textarea,select,option,strong,span) { font-family: var(--wd23-font); }
body.wd23-balloon-storefront { overflow-x: hidden; background: var(--wd23-paper); color: var(--wd23-ink); font-size: 16px; line-height: 1.5; }
body.wd23-balloon-storefront.wd23-overlay-open { overflow: hidden; }
.wd23-balloon-storefront * { box-sizing: border-box; }
.wd23-balloon-storefront a { color: inherit; }
.wd23-balloon-storefront :focus-visible { outline: 1px solid currentColor !important; outline-offset: 3px; box-shadow: none !important; }
.wd23-shell { width: min(calc(100% - 24px), var(--wd23-shell)); margin-inline: auto; }
.wd23-balloon-full-width { float: none; width: 100%; margin: 0; }
body.wd23-balloon-storefront.wd23-no-sidebar #primary.content-area { float: none; width: 100%; max-width: none; margin-right: 0; }
/* Product archives have no sidebar; reclaim the parent theme's reserved column. */
.wd23-balloon-storefront.woocommerce.archive #primary.content-area { float: none; width: 100%; margin-right: 0; }

/* Header and navigation */
.wd23-balloon-storefront .site-header { position: sticky; z-index: 1000; top: 0; height: 73px; margin: 0; padding: 0; border: 0; background: #fff; }
body.wd23-balloon-storefront.home .site-header { margin-bottom: 0 !important; }
.wd23-site-header { display: grid; grid-template-columns: 240px minmax(0,1fr) 150px; align-items: center; width: 100%; height: 73px; padding: 0 34px; gap: 20px; border-bottom: 1px solid var(--wd23-line); }
.wd23-site-logo { display: flex; align-items: center; justify-self: start; min-width: 0; }
.wd23-site-logo .custom-logo-link { display: flex; align-items: center; width: 220px; height: 58px; }
.wd23-site-logo .custom-logo { display: block; width: auto; max-width: 220px; height: auto; max-height: 52px; object-fit: contain; object-position: left center; }
.wd23-site-logo > a:not(.custom-logo-link) { color: #050505; font-size: 25px; font-weight: 700; letter-spacing: -.025em; line-height: 1; text-decoration: none; white-space: nowrap; }
.wd23-desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(8px,1vw,16px); height: 73px; min-width: 0; }
.wd23-desktop-nav > a,
.wd23-mega-menu__trigger,
.wd23-account-trigger { color: #111; font-size: clamp(11px,.85vw,13px); font-weight: 400; line-height: 1; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.wd23-desktop-nav > a { display: flex; align-items: center; height: 100%; border-bottom: 1px solid transparent; }
.wd23-desktop-nav > a:hover,
.wd23-desktop-nav > a:focus-visible { border-bottom-color: #111; }
.wd23-mega-menu { display: flex; align-items: center; height: 73px; }
.wd23-mega-menu__trigger { display: flex; align-items: center; gap: 6px; height: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.wd23-mega-menu__trigger:hover,
.wd23-mega-menu__trigger:focus { background: transparent; color: #111; }
.wd23-mega-menu__trigger span { font-size: 13px; font-weight: 300; transition: transform .18s ease; }
.wd23-mega-menu.is-open .wd23-mega-menu__trigger span { transform: rotate(45deg); }
.wd23-mega-menu__panel { position: fixed; z-index: 1001; top: 73px; right: 0; left: 0; max-height: calc(100vh - 73px); border-bottom: 1px solid var(--wd23-line); background: #fff; box-shadow: 0 18px 34px rgb(0 0 0 / 8%); opacity: 0; overflow: auto; pointer-events: none; transform: translateY(-8px); visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s; }
.wd23-mega-menu.is-open .wd23-mega-menu__panel { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; transition-delay: 0s; }
.wd23-mega-menu__inner { width: 100%; max-width: 1480px; margin: 0 auto; padding: 30px 34px 40px; }
.wd23-mega-menu__inner > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid var(--wd23-line); }
.wd23-mega-menu__inner > header p { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.wd23-mega-menu__inner > header a { padding-bottom: 3px; border-bottom: 1px solid #111; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.wd23-mega-menu__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px 54px; }
.wd23-mega-menu__grid section { min-width: 0; }
.wd23-mega-menu__grid a { display: block; padding: 3px 0; color: #333; font-size: 13px; line-height: 1.45; text-decoration: none; }
.wd23-mega-menu__grid a:hover { color: #111; text-decoration: underline; text-underline-offset: 3px; }
.wd23-mega-menu__grid .wd23-mega-menu__parent { display: block; margin-bottom: 8px; padding-bottom: 7px; border-bottom: 1px solid #bbb; color: #111; font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.wd23-header-tools { display: flex; align-items: center; justify-self: end; gap: 17px; }
.wd23-account-trigger { text-decoration: none; }
.wd23-header-tool { position: relative; display: flex; align-items: center; justify-content: center; width: 32px; height: 40px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: #111; }
.wd23-header-tool:hover,
.wd23-header-tool:focus { background: transparent; color: #111; }
.wd23-cart-trigger svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; }
.wd23-cart-count { position: absolute; top: 3px; right: -3px; display: grid; min-width: 16px; height: 16px; padding: 0 3px; place-items: center; border-radius: 50%; background: #111; color: #fff; font-size: 9px; line-height: 1; }
.wd23-search-icon-glyph { position: relative; display: block; width: 24px; height: 24px; }
.wd23-search-icon-glyph::before { position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; border: 1.5px solid currentColor; border-radius: 50%; content: ''; }
.wd23-search-icon-glyph::after { position: absolute; top: 16px; left: 16px; width: 7px; height: 1.5px; background: currentColor; content: ''; transform: rotate(45deg); transform-origin: left center; }
.wd23-mobile-menu-trigger { display: none; }
.wd23-balloon-storefront .wd23-mega-menu__trigger,
.wd23-balloon-storefront .wd23-header-tool,
.wd23-balloon-storefront .wd23-mobile-menu-trigger {
	background: transparent !important;
	box-shadow: none !important;
	color: #111 !important;
}

/* Mobile drill navigation */
.wd23-drill-menu { position: fixed; z-index: 10000; inset: 56px 0 0; background: #fff; opacity: 0; overflow: hidden; pointer-events: none; transform: translateX(-100%); transition: opacity .18s ease, transform .18s ease; }
.wd23-drill-menu.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); }
.wd23-drill-menu__top { display: none; }
.wd23-drill-menu nav { position: relative; height: 100%; overflow: hidden; }
.wd23-drill-menu__panel { position: absolute; inset: 0; display: none; padding: 26px 22px 50px; background: #fff; overflow-y: auto; }
.wd23-drill-menu__panel.is-active { display: block; }
.wd23-drill-menu__panel h2 { margin: 8px 0 3px; font-size: 25px; font-weight: 400; letter-spacing: -.03em; }
.wd23-drill-menu__back { min-height: 38px; padding: 0; border: 0; background: transparent; color: #333; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.wd23-drill-menu__all { display: inline-block; margin-bottom: 18px; padding-bottom: 2px; border-bottom: 1px solid; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.wd23-drill-menu__row { display: grid; grid-template-columns: minmax(0,1fr) 48px; align-items: center; min-height: 52px; border-bottom: 1px solid #e5e5e5; }
.wd23-drill-menu__row > a,
.wd23-drill-menu__row > span { padding: 15px 0; color: #111; font-size: 14px; text-decoration: none; }
.wd23-drill-menu__row > button { width: 48px; height: 48px; margin: 0; padding: 0; border: 0; border-left: 1px solid #e5e5e5; border-radius: 0; background: #fafafa; color: #111; font-size: 24px; font-weight: 300; }

/* Search and side drawers */
.wd23-search-overlay { position: fixed; z-index: 12000; inset: 0; display: grid; align-items: start; justify-items: center; padding: 92px 24px 24px; background: rgb(17 17 17 / 46%); opacity: 0; overflow-y: auto; pointer-events: none; visibility: hidden; transition: opacity .2s ease, visibility 0s linear .2s; }
.wd23-search-overlay.is-open { opacity: 1; pointer-events: auto; visibility: visible; transition-delay: 0s; }
.wd23-search-overlay__dialog { width: min(100%, 1040px); max-height: calc(100vh - 116px); border: 1px solid #ddd; border-radius: 18px; background: #fff; box-shadow: 0 30px 90px rgb(0 0 0 / 24%); overflow-y: auto; transform: translateY(-12px); transition: transform .22s ease; }
.wd23-search-overlay.is-open .wd23-search-overlay__dialog { transform: translateY(0); }
.wd23-search-overlay__bar { display: grid; grid-template-columns: auto minmax(0,1fr) 44px; align-items: center; gap: 18px; min-height: 92px; padding: 0 34px; border-bottom: 1px solid var(--wd23-line); }
.wd23-search-overlay__bar label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wd23-search-overlay__bar input { width: 100%; height: 62px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: clamp(21px,2.4vw,36px); font-weight: 300; }
.wd23-search-overlay__bar button,
.wd23-drawer-panel > header button { width: 44px; height: 44px; margin: 0; padding: 0; border: 0; background: transparent; color: #111; font-size: 30px; font-weight: 300; }
.wd23-search-overlay__results { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; width: calc(100% - 68px); margin: 34px auto 42px; }
.wd23-search-overlay__results > a { display: grid; grid-template-columns: 100px minmax(0,1fr); align-items: center; gap: 15px; color: #111; text-decoration: none; }
.wd23-search-overlay__results img { width: 100px; height: 100px; background: #f7f7f7; object-fit: contain; }
.wd23-search-overlay__results strong { display: block; margin-bottom: 5px; font-size: 13px; font-weight: 400; line-height: 1.35; }
.wd23-search-overlay__results .price { color: #111; font-size: 12px; }
.wd23-account-drawer,
.wd23-cart-drawer { position: fixed; z-index: 12000; inset: 0; opacity: 0; pointer-events: none; visibility: hidden; transition: opacity .25s ease, visibility 0s linear .25s; }
.wd23-account-drawer.is-open,
.wd23-cart-drawer.is-open { opacity: 1; pointer-events: auto; visibility: visible; transition-delay: 0s; }
.wd23-drawer-overlay { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: rgb(0 0 0 / 35%); }
.wd23-drawer-panel { position: absolute; top: 0; right: 0; width: min(50vw,640px); height: 100%; background: #fff; overflow-y: auto; transform: translateX(100%); transition: transform .25s ease; }
.is-open > .wd23-drawer-panel { transform: translateX(0); }
.wd23-drawer-panel > header { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; min-height: 82px; padding: 0 28px; border-bottom: 1px solid var(--wd23-line); }
.wd23-drawer-panel > header h2 { grid-column: 2; margin: 0; font-size: 18px; font-weight: 500; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.wd23-drawer-panel > header button { grid-column: 3; }
.wd23-drawer-body { padding: 38px 32px; }
.wd23-drawer-body form { max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
.wd23-drawer-body form p { margin: 0 0 20px; }
.wd23-drawer-body label { display: block; margin-bottom: 7px; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.wd23-drawer-body input[type=text],
.wd23-drawer-body input[type=password] { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #777; border-radius: 0; background: #fff; }
.wd23-drawer-body button[type=submit] { width: 100%; min-height: 50px; border: 1px solid #111; border-radius: 0; background: #111; color: #fff; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.wd23-drawer-body nav a { display: block; padding: 15px 0; border-bottom: 1px solid var(--wd23-line); font-size: 12px; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.wd23-outline-link { display: block; min-height: 48px; margin-top: 18px; padding: 15px; border: 1px solid #111; font-size: 11px; letter-spacing: .05em; text-align: center; text-decoration: none; text-transform: uppercase; }
.wd23-cart-drawer .woocommerce-mini-cart { margin: 0; }
.wd23-cart-drawer .woocommerce-mini-cart-item { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 16px; min-height: 110px; padding: 18px 0 18px 24px; border-bottom: 1px solid var(--wd23-line); font-size: 13px; }
.wd23-cart-drawer .woocommerce-mini-cart-item img { float: none; grid-column: 1; grid-row: 1 / span 2; width: 88px; height: 88px; margin: 0; background: #f7f7f7; object-fit: contain; }
.wd23-cart-drawer .remove_from_cart_button { align-self: start; grid-column: 2; grid-row: 1; justify-self: end; }
.wd23-cart-drawer .woocommerce-mini-cart__total { margin: 20px 0; padding-top: 18px; border-top: 1px solid var(--wd23-line); }
.wd23-cart-drawer .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wd23-cart-drawer .woocommerce-mini-cart__buttons .button { margin: 0; border: 1px solid #111; border-radius: 0; text-align: center; }
.wd23-cart-drawer.is-loading .wd23-drawer-body { opacity: .52; pointer-events: none; }
.wd23-cart-drawer.is-loading .wd23-drawer-panel::after { position: absolute; top: 92px; right: 32px; width: 18px; height: 18px; border: 2px solid #ccc; border-top-color: #111; border-radius: 50%; animation: wd23-spin .7s linear infinite; content: ''; }

/* Native commerce interactions */
.wd23-shipping-progress { width: 100%; margin: 0 0 18px; }
.wd23-shipping-progress__track { display: block; height: 8px; margin-bottom: 7px; border-radius: 999px; background: #ddd; overflow: hidden; }
.wd23-shipping-progress__track > span { display: block; height: 100%; border-radius: inherit; background: #3bb54a; transition: width .25s ease; }
.wd23-shipping-progress p { margin: 0; font-size: 12px; line-height: 1.45; text-align: center; }
.wd23-shipping-progress.is-complete p { font-weight: 700; }
.wd23-shipping-progress-row td { padding: 16px 0 !important; }
.wd23-countdown { width: 100%; margin: 24px 0 4px; padding: 18px; border: 1px solid var(--wd23-line); background: #fafafa; text-align: center; }
.wd23-countdown--checkout { max-width: 680px; margin: 0 auto 28px; }
.wd23-countdown__title { margin: 0 0 12px; font-size: 13px; font-weight: 700; }
.wd23-countdown__blocks { display: flex; align-items: center; justify-content: center; gap: 10px; }
.wd23-countdown__blocks > span { display: grid; min-width: 48px; gap: 2px; }
.wd23-countdown__blocks strong { font-size: 22px; font-variant-numeric: tabular-nums; font-weight: 500; line-height: 1; }
.wd23-countdown__blocks small { color: #666; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.wd23-countdown__blocks i { color: #777; font-style: normal; }
.wd23-countdown__expired { margin: 12px 0 0; font-size: 12px; }
.wd23-sticky-atc { position: fixed; z-index: 950; right: 0; bottom: 0; left: 0; border-top: 1px solid var(--wd23-line); background: rgb(255 255 255 / 97%); box-shadow: 0 -8px 28px rgb(0 0 0 / 10%); opacity: 0; pointer-events: none; transform: translateY(100%); transition: opacity .2s ease, transform .2s ease; }
.wd23-sticky-atc.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.wd23-sticky-atc__inner { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; width: min(calc(100% - 32px),1180px); min-height: 78px; margin: 0 auto; gap: 16px; }
.wd23-sticky-atc__inner > img { width: 52px; height: 52px; margin: 0; background: #f4f4f4; object-fit: contain; }
.wd23-sticky-atc__copy { display: grid; min-width: 0; gap: 2px; }
.wd23-sticky-atc__copy strong { font-size: 13px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wd23-sticky-atc__copy span { font-size: 12px; }
.wd23-sticky-atc .button { min-width: 150px; margin: 0; }
.wd23-balloon-storefront .woocommerce-product-gallery .flex-control-thumbs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 12px; gap: 8px; }
.wd23-balloon-storefront .woocommerce-product-gallery .flex-control-thumbs li { float: none; width: auto; }
.wd23-balloon-storefront .woocommerce-product-gallery .flex-control-thumbs img { border: 1px solid transparent; background: #fff; object-fit: contain; }
.wd23-balloon-storefront .woocommerce-product-gallery .flex-control-thumbs img.flex-active { border-color: #111; }
.wd23-balloon-storefront .wd23-floating-field { position: relative; margin-top: 10px; }
.wd23-balloon-storefront .wd23-floating-field > label { position: absolute; z-index: 2; top: 15px; left: 12px; max-width: calc(100% - 24px); margin: 0; padding: 0 4px; background: #fff; color: #555; font-size: 12px; line-height: 1; pointer-events: none; transform-origin: left center; transition: color .15s ease, font-size .15s ease, top .15s ease; }
.wd23-balloon-storefront .wd23-floating-field.is-focused > label,
.wd23-balloon-storefront .wd23-floating-field.has-value > label { top: -5px; color: #111; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.wd23-balloon-storefront .wd23-floating-field > input:not([type=checkbox]):not([type=radio]),
.wd23-balloon-storefront .wd23-floating-field > select { min-height: 48px; padding: 14px 12px 6px; }
.wd23-balloon-storefront .wd23-floating-field > textarea { padding: 18px 12px 8px; }
@keyframes wd23-spin { to { transform: rotate(360deg); } }

/* Homepage */
.wd23-balloon-storefront.home .site-content,
.wd23-balloon-storefront.home .site-content > .col-full,
.wd23-balloon-storefront.home .content-area,
.wd23-balloon-storefront.home .site-main { width: 100%; max-width: none; margin: 0; padding: 0; float: none; }
body.wd23-balloon-storefront.home #content.site-content { margin-top: 0 !important; padding-top: 0 !important; }
.wd23-storefront-home { width: 100%; margin: 0; }
.wd23-hero { position: relative; display: flex; align-items: flex-end; box-sizing: border-box; height: clamp(540px,47vw,660px); min-height: 540px; padding: clamp(34px,5vw,70px) 0; overflow: hidden; background: #312440; color: #fff; isolation: isolate; touch-action: pan-y; }
.wd23-hero__slides { position: absolute; z-index: -2; inset: 0; overflow: hidden; pointer-events: none; }
.wd23-hero__slides > span { position: absolute; inset: 0; background-image: var(--wd23-slide-image); background-position: center 42%; background-repeat: no-repeat; background-size: cover; opacity: 0; transition: opacity 1.2s ease-in-out; }
.wd23-hero__slides > span.is-active { opacity: 1; }
.wd23-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgb(0 0 0 / 63%) 0%,rgb(0 0 0 / 25%) 52%,rgb(0 0 0 / 9%) 78%); content: ''; pointer-events: none; }
.wd23-hero.is-dragging { cursor: grabbing; }
.wd23-hero-content { position: relative; z-index: 2; color: #fff; }
.wd23-title-lockup { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.wd23-eyebrow { margin: 0; font-size: 11px; font-weight: 700; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.wd23-hero h1,
.wd23-campaign h2 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(40px,4.4vw,64px); font-weight: 300; letter-spacing: -.045em; line-height: .98; text-transform: none; }
.wd23-hero h1 strong,
.wd23-campaign h2 strong,
.wd23-section-heading h2 strong { color: var(--wd23-accent); font-weight: 700; }
.cs-title-glow { --cs-title-glow-color: #ff00f9; background: none; color: var(--cs-title-glow-color) !important; filter: drop-shadow(0 0 12px color-mix(in srgb,var(--cs-title-glow-color) 38%,transparent)) drop-shadow(0 0 28px color-mix(in srgb,var(--cs-title-glow-color) 16%,transparent)); -webkit-text-fill-color: currentColor; animation: none; }
.cs-title-glow--hero { color: #fff !important; filter: drop-shadow(0 1px 10px rgb(0 0 0 / 55%)) drop-shadow(0 0 14px rgb(239 67 45 / 42%)) drop-shadow(0 0 30px rgb(246 146 30 / 22%)); }
.cs-title-glow--palette-1 { --cs-title-glow-color: #ef432d; }
.cs-title-glow--palette-2 { --cs-title-glow-color: #f6921e; }
.cs-title-glow--palette-3 { --cs-title-glow-color: #6cae2f; }
.cs-title-glow--palette-4 { --cs-title-glow-color: #e85d24; }
.wd23-subtitle { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.45; letter-spacing: .04em; }
.wd23-hero .wd23-subtitle { color: #fff; }
.wd23-balloon-storefront .button.wd23-button-light { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 22px; padding: 0 26px; border: 1px solid #fff; border-radius: 6px; background: #fff; color: #111; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .2s,color .2s; }
.wd23-balloon-storefront .button.wd23-button-light:hover { background: transparent; color: #fff; }
.wd23-trust-strip { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--wd23-line); background: #fff; }
.wd23-trust-strip div { display: grid; gap: 3px; padding: 18px 24px; border-right: 1px solid var(--wd23-line); text-align: center; }
.wd23-trust-strip div:last-child { border-right: 0; }
.wd23-trust-strip strong { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.wd23-trust-strip span { color: #555; font-size: 11px; }
.wd23-product-section { padding: 72px 12px 76px; background: #fff; }
.wd23-product-section--dark { background: #111; color: #fff; }
.wd23-section-heading { display: flex; align-items: flex-end; justify-content: space-between; min-height: 112px; margin-bottom: 32px; gap: 32px; }
.wd23-section-heading h2 { margin: 0; color: inherit; font-size: clamp(34px,3.3vw,48px); font-weight: 300; letter-spacing: -.045em; line-height: 1; text-transform: lowercase; }
.wd23-section-heading > a { margin-bottom: 7px; padding-bottom: 3px; border-bottom: 1px solid; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.wd23-section-heading--centered { align-items: center; justify-content: center; text-align: center; }
.wd23-section-heading--centered .wd23-title-lockup { align-items: center; }
.wd23-product-carousel { position: relative; width: 100%; }
ul.products.wd23-product-track { display: flex !important; width: 100%; max-width: 1240px; margin: 0 auto !important; padding: 3px 0 12px; gap: 16px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
ul.products.wd23-product-track::-webkit-scrollbar { display: none; }
ul.products.wd23-product-track::before,
ul.products.wd23-product-track::after { display: none; }
ul.products.wd23-product-track li.product.wd23-product-card { position: relative; display: flex !important; flex: 0 0 292px !important; flex-direction: column; width: 292px !important; min-height: 565px; margin: 0 !important; padding: 0; border: 1px solid rgb(0 0 0 / 20%); border-radius: 0; background: #fff; color: #111; overflow: hidden; scroll-snap-align: start; text-align: left; transition: border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
ul.products.wd23-product-track li.product.wd23-product-card:hover,
ul.products.wd23-product-track li.product.wd23-product-card:focus-within { border-color: rgb(0 0 0 / 55%); box-shadow: 0 8px 22px rgb(35 25 20 / 10%); transform: translateY(-2px); }
.wd23-product-card__link { display: flex; flex: 1 1 auto; flex-direction: column; color: #111; text-decoration: none; }
.wd23-product-image { position: relative; display: block; width: 240px; height: 240px; margin: 25px auto 0; background: #f7f7f7; overflow: hidden; }
ul.products .wd23-product-image > img { display: block; width: 240px !important; height: 240px !important; margin: 0 !important; padding: 0; background: #f7f7f7; object-fit: contain; transition: opacity .3s ease,transform .4s ease; }
.wd23-product-hover-image { position: absolute; z-index: 2; inset: 0; opacity: 0; pointer-events: none; }
.wd23-product-card:hover .wd23-product-hover-image,
.wd23-product-card:focus-within .wd23-product-hover-image { opacity: 1; }
.wd23-product-image .onsale { position: absolute; z-index: 3; top: 8px; left: 8px; min-width: 0; min-height: 0; margin: 0; padding: 5px 7px; border: 0; border-radius: 0; background: #111; color: #fff; font-size: 9px; font-weight: 700; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }
.wd23-product-copy { display: flex; flex: 1 1 auto; flex-direction: column; width: 240px; margin: 18px auto 0; }
.wd23-product-type { min-height: 1.15em; margin: 0 0 4px; color: #777; font-size: 9px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
ul.products .wd23-product-copy .woocommerce-loop-product__title { display: -webkit-box; width: 240px; height: 43px; min-height: 43px; margin: 0 !important; padding: 0 !important; color: #111; font-size: 14px !important; font-weight: 400; line-height: 1.4 !important; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.wd23-product-copy .price { width: 240px; min-height: 1.5em; margin: 8px 0 0 !important; padding: 0 !important; color: #111 !important; font-size: 12px !important; font-weight: 400 !important; }
.wd23-product-copy .price del { color: #777; }
.wd23-balloon-storefront ul.products.wd23-product-track li.product .button { display: flex !important; flex: 0 0 49px; align-items: center; justify-content: center; width: 240px !important; height: 49px; min-height: 49px; margin: 18px auto 20px !important; padding: 0 10px !important; border: 1px solid rgb(0 0 0 / 55%); border-radius: 6px; background: transparent; color: #111; font-size: 13px; font-weight: 400; line-height: 1.1; text-align: center; text-transform: uppercase; opacity: 1 !important; }
.wd23-balloon-storefront ul.products.wd23-product-track li.product .button:hover,
.wd23-balloon-storefront ul.products.wd23-product-track li.product .button:focus { background: #111; color: #fff; }
.wd23-carousel-button { position: absolute; z-index: 6; top: 50%; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; min-width: 44px; min-height: 44px; margin: 0; padding: 0; border: 0; border-radius: 50%; background: rgb(255 255 255 / 92%); box-shadow: 0 1px 7px rgb(0 0 0 / 24%); color: #777; font-size: 30px; font-weight: 300; opacity: .86; cursor: pointer; transform: translateY(-50%); }
.wd23-carousel-button:hover,
.wd23-carousel-button:focus { background: #fff; color: #111; }
.wd23-carousel-button[hidden] { display: none !important; }
.wd23-carousel-button--previous { left: 8px; }
.wd23-carousel-button--next { right: 8px; }
.wd23-category-tabs { display: flex; justify-content: center; gap: 22px; margin: -8px 0 32px; overflow-x: auto; }
.wd23-category-tabs a { padding: 0 0 4px; border-bottom: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.wd23-category-tabs a:first-child,
.wd23-category-tabs a:hover { border-bottom-color: #111; }
.wd23-editorial-section { padding: 82px 12px 96px; background: var(--wd23-soft); }
.wd23-editorial-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.wd23-editorial-card { color: #111; text-align: center; text-decoration: none; }
.wd23-editorial-card img { display: block; width: 100%; aspect-ratio: 3/4; background: #fff; object-fit: cover; transition: transform .4s ease; }
.wd23-editorial-card:hover img { transform: scale(1.015); }
.wd23-editorial-card span { display: block; margin-top: 16px; font-size: 15px; font-weight: 400; line-height: 1.2; text-transform: uppercase; }
.wd23-campaign { position: relative; display: flex; align-items: center; justify-content: center; min-height: 650px; padding: 70px 0; background-image: linear-gradient(rgb(0 0 0 / 38%),rgb(0 0 0 / 38%)),var(--wd23-campaign-image); background-attachment: fixed; background-position: center; background-size: cover; color: #fff; text-align: center; }
.wd23-campaign .wd23-shell { display: flex; align-items: center; flex-direction: column; }
.wd23-campaign .wd23-title-lockup { align-items: center; }
.wd23-split-collections { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); background: #111; }
.wd23-split-card { position: relative; display: flex; align-items: center; justify-content: center; min-height: 760px; padding: 64px; color: #fff; overflow: hidden; text-align: center; text-decoration: none; isolation: isolate; }
.wd23-split-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgb(0 0 0 / 8%) 20%,rgb(0 0 0 / 52%) 100%); content: ''; }
.wd23-split-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.3,1); }
.wd23-split-card:hover > img,
.wd23-split-card:focus-visible > img { transform: scale(1.025); }
.wd23-split-card h2 { max-width: 520px; margin: 10px 0 24px; color: #fff; font-size: clamp(40px,4.8vw,68px); font-weight: 300; letter-spacing: -.045em; line-height: 1; text-transform: lowercase; }
.wd23-split-card span { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 1px solid #fff; border-radius: 6px; background: #fff; color: #111; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* WooCommerce pages */
.wd23-balloon-storefront:not(.home) .site-content > .col-full { width: min(calc(100% - 40px),1180px); max-width: none; margin: 0 auto; padding: 34px 0 78px; }
.wd23-balloon-storefront .storefront-breadcrumb { margin: 0 0 32px; padding: 18px 0 0; font-size: 11px; }
.wd23-balloon-storefront .woocommerce-products-header__title,
.wd23-balloon-storefront .entry-title:not(.product_title),
.wd23-balloon-storefront:not(.wd23-measured-product) .product_title { margin-bottom: 28px; font-size: clamp(28px,3vw,43px); font-weight: 300; letter-spacing: -.04em; line-height: 1.05; }
.wd23-balloon-storefront .woocommerce-result-count,
.wd23-balloon-storefront .woocommerce-ordering { margin-bottom: 34px; font-size: 12px; }
.wd23-balloon-storefront .woocommerce-ordering select { min-height: 40px; border: 1px solid #aaa; border-radius: 0; background: #fff; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) { display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px 24px; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track)::before,
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track)::after { display: none; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product { position: relative; display: flex; flex-direction: column; width: auto !important; min-height: 0; margin: 0 !important; padding: 20px !important; border: 1px solid #ddd; border-radius: 0; background: #fff; text-align: left; overflow: hidden; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product .woocommerce-loop-product__link { position: relative; display: flex; flex: 1; flex-direction: column; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product img { display: block; width: 100% !important; aspect-ratio: 1; margin: 0 0 18px !important; background: #f7f7f7; object-fit: contain; transition: opacity .3s ease,transform .35s ease; }
.wd23-loop-hover-image { position: absolute; z-index: 2; top: 0; left: 0; opacity: 0; pointer-events: none; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product:hover .wd23-loop-hover-image,
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product:focus-within .wd23-loop-hover-image { opacity: 1; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product .woocommerce-loop-product__title { display: -webkit-box; height: 42px; margin: 0 0 8px; padding: 0; color: #111; font-size: 14px; font-weight: 400; line-height: 1.4; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product .price { min-height: 20px; margin: 0 0 16px; color: #111; font-size: 12px; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product .button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; margin: auto 0 0; border: 1px solid #111; border-radius: 0; background: #fff; color: #111; font-size: 12px; font-weight: 400; text-align: center; text-transform: uppercase; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product .button:hover { background: #111; color: #fff; }
.wd23-balloon-storefront .single-product div.product { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); gap: clamp(36px,6vw,86px); overflow: visible; }
.wd23-balloon-storefront .single-product div.product .woocommerce-product-gallery,
.wd23-balloon-storefront .single-product div.product .summary { float: none; width: 100%; margin: 0; }
.wd23-balloon-storefront .single-product div.product .woocommerce-product-gallery { align-self: start; padding: 44px 40px 0; background: #f7f7f7; overflow: hidden; }
.wd23-balloon-storefront .single-product div.product .summary { padding-top: 30px; }
.wd23-balloon-storefront .single-product .price { color: #111; font-size: 18px; }
.wd23-balloon-storefront .single-product .woocommerce-product-details__short-description { color: #333; font-size: 14px; line-height: 1.7; }
.wd23-balloon-storefront .single_add_to_cart_button,
.wd23-balloon-storefront .checkout-button,
.wd23-balloon-storefront #place_order,
.wd23-balloon-storefront button.button,
.wd23-balloon-storefront input.button { min-height: 49px; border: 1px solid #111; border-radius: 0; background: #111; color: #fff; font-weight: 500; }
.wd23-balloon-storefront .quantity { display: inline-grid; grid-template-columns: 38px 54px 38px; align-items: center; min-height: 49px; margin-right: 10px; border: 1px solid #aaa; }
.wd23-balloon-storefront .quantity .qty { width: 54px; height: 47px; padding: 0; border: 0; background: #fff; box-shadow: none; text-align: center; }
.wd23-qty-button { width: 38px; height: 47px; margin: 0; padding: 0; border: 0; background: #fff; color: #111; font-size: 18px; font-weight: 300; }
.wd23-qty-button:hover { background: #f4f4f4; color: #111; }
.wd23-balloon-storefront .woocommerce-tabs { grid-column: 1 / -1; padding-top: 52px; }
.wd23-balloon-storefront .woocommerce-tabs ul.tabs { width: 100%; border-top: 1px solid var(--wd23-line); }
.wd23-balloon-storefront .woocommerce-tabs .panel { width: 100%; max-width: 820px; font-size: 14px; line-height: 1.7; }
.wd23-balloon-storefront .related { grid-column: 1 / -1; width: 100%; padding-top: 55px; }
.wd23-balloon-storefront .related > h2 { font-size: clamp(28px,3vw,42px); font-weight: 300; }
.wd23-balloon-storefront input[type=text],
.wd23-balloon-storefront input[type=email],
.wd23-balloon-storefront input[type=tel],
.wd23-balloon-storefront input[type=password],
.wd23-balloon-storefront input[type=search],
.wd23-balloon-storefront select,
.wd23-balloon-storefront textarea { border: 1px solid #888; border-radius: 0; background: #fff; box-shadow: none; }
.wd23-balloon-storefront .woocommerce-cart-form,
.wd23-balloon-storefront .cart_totals,
.wd23-balloon-storefront .woocommerce-checkout-review-order,
.wd23-balloon-storefront .woocommerce-MyAccount-navigation,
.wd23-balloon-storefront .woocommerce-MyAccount-content { padding: clamp(18px,3vw,34px); border: 1px solid var(--wd23-line); border-radius: 0; background: #fff; }
.wd23-infinite-status { display: none; justify-items: center; gap: 12px; padding: 32px 0 20px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.wd23-catalog-enhanced .wd23-infinite-status { display: grid; }
.wd23-infinite-status button { min-height: 44px; border: 1px solid #111; background: #fff; color: #111; }
.wd23-infinite-status.is-complete button { display: none; }
.wd23-balloon-storefront .woocommerce-pagination { opacity: 1; height: auto; overflow: visible; }
.wd23-new-badge { position: absolute; z-index: 3; top: 14px; right: 14px; padding: 6px 10px; border-radius: 4px; background: #111; color: #fff; font-size: 10px; font-weight: 700; line-height: 1.2; }

/* Footer */
.wd23-balloon-storefront .site-footer { margin: 0; padding: 0; background: #f4f4f4; color: #111; }
.wd23-footer { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 5vw; width: 100%; padding: 76px 34px 42px; }
.wd23-footer__intro { max-width: 420px; }
.wd23-footer__logo .custom-logo-link { display: block; width: 250px; margin-bottom: 22px; }
.wd23-footer__logo .custom-logo { width: auto; max-width: 250px; max-height: 64px; object-fit: contain; object-position: left center; }
.wd23-footer__logo > a:not(.custom-logo-link) { display: inline-block; margin-bottom: 22px; font-size: 28px; font-weight: 700; letter-spacing: -.03em; text-decoration: none; }
.wd23-footer__intro p { max-width: 380px; margin: 0 0 22px; color: #444; font-size: 13px; line-height: 1.7; }
.wd23-footer__shop { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.wd23-footer__column h2 { margin: 0 0 18px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wd23-footer__column a { display: block; padding: 5px 0; color: #333; font-size: 12px; line-height: 1.45; text-decoration: none; }
.wd23-footer__column a:hover { text-decoration: underline; text-underline-offset: 3px; }
.wd23-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 34px; border-top: 1px solid var(--wd23-line); color: #555; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.wd23-footer-copyright { display: block; max-width: 100%; white-space: normal; }
.wd23-footer-bottom nav { display: flex; gap: 18px; }
.wd23-footer-bottom a { text-decoration: none; }

@media (max-width: 1120px) {
	.wd23-site-header { grid-template-columns: 205px minmax(0,1fr) 135px; padding-inline: 22px; gap: 12px; }
	.wd23-site-logo .custom-logo-link { width: 190px; }
	.wd23-site-logo .custom-logo { max-width: 190px; }
	.wd23-desktop-nav { gap: 9px; }
	.wd23-desktop-nav > a,
	.wd23-mega-menu__trigger,
	.wd23-account-trigger { font-size: 9px; }
	.wd23-header-tools { gap: 10px; }
	.wd23-search-overlay__results { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 780px) {
	.wd23-balloon-storefront .site-header { height: 56px; }
	.wd23-site-header { position: relative; grid-template-columns: 40px minmax(0,1fr) auto; height: 56px; padding: 0 16px; gap: 10px; }
	.wd23-mobile-menu-trigger { position: relative; z-index: 10001; display: flex; flex-direction: column; justify-content: center; width: 30px; height: 30px; margin: 0; padding: 0; border: 0; background: transparent; gap: 7px; }
	.wd23-mobile-menu-trigger span { display: block; width: 26px; height: 1px; background: #111; transition: transform .2s ease; }
	.wd23-mobile-menu-trigger.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
	.wd23-mobile-menu-trigger.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
	.wd23-site-logo { grid-column: 2; justify-self: center; }
	.wd23-site-logo .custom-logo-link { display: flex; justify-content: center; width: min(210px,54vw); height: 50px; }
	.wd23-site-logo .custom-logo { max-width: min(210px,54vw); max-height: 45px; object-position: center; }
	.wd23-site-logo > a:not(.custom-logo-link) { font-size: clamp(18px,5.6vw,22px); }
	.wd23-desktop-nav,
	.wd23-account-trigger { display: none; }
	.wd23-header-tools { grid-column: 3; gap: 5px; }
	.wd23-header-tool { width: 30px; }
	.wd23-cart-trigger svg { width: 30px; height: 30px; }
	.wd23-drill-menu__top { display: none; }
	.wd23-search-overlay { padding-top: 56px; }
	.wd23-search-overlay__bar { grid-template-columns: minmax(0,1fr) 40px; min-height: 74px; padding: 0 16px; gap: 8px; }
	.wd23-search-overlay__bar label { display: none; }
	.wd23-search-overlay__bar input { height: 54px; font-size: 21px; }
	.wd23-search-overlay__results { grid-template-columns: 1fr; width: calc(100% - 32px); margin: 26px auto; }
	.wd23-drawer-panel { width: 100%; max-width: none; }
	.wd23-drawer-panel > header { min-height: 72px; padding: 0 18px; }
	.wd23-drawer-body { padding: 28px 20px; }
	.wd23-sticky-atc__inner { grid-template-columns: minmax(0,1fr) auto; min-height: 68px; gap: 10px; }
	.wd23-sticky-atc__inner > img { display: none; }
	.wd23-sticky-atc__copy strong { max-width: 45vw; }
	.wd23-sticky-atc .button { min-width: 120px; min-height: 44px; padding-inline: 12px; font-size: 11px; }
	.wd23-hero { height: 76svh; min-height: 560px; padding: 38px 16px; }
	.wd23-hero__slides > span { background-position: center; }
	.wd23-hero-content { width: 100%; }
	.wd23-title-lockup { gap: 8px; }
	.wd23-hero h1,
	.wd23-campaign h2 { max-width: 345px; font-size: clamp(34px,10vw,40px); line-height: 1; }
	.wd23-eyebrow { font-size: 10px; }
	.wd23-subtitle { font-size: 14px; }
	.wd23-trust-strip { grid-template-columns: 1fr; }
	.wd23-trust-strip div { padding: 16px; border-right: 0; border-bottom: 1px solid var(--wd23-line); }
	.wd23-trust-strip div:not(:first-child) { display: none; }
	.wd23-product-section { padding: 52px 4px 58px; }
	.wd23-section-heading { align-items: flex-start; flex-direction: column; min-height: 0; margin-bottom: 26px; padding-inline: 12px; gap: 16px; }
	.wd23-section-heading h2 { font-size: clamp(32px,10vw,42px); }
	.wd23-section-heading--centered { align-items: center; }
	ul.products.wd23-product-track { max-width: none; margin-left: 12px !important; padding-right: 28px; gap: 12px; }
	ul.products.wd23-product-track li.product.wd23-product-card { flex-basis: 76vw !important; width: 76vw !important; min-height: 520px; }
	.wd23-product-image { width: calc(100% - 32px); height: auto; aspect-ratio: 1; margin-top: 16px; }
	ul.products .wd23-product-image > img { width: 100% !important; height: 100% !important; }
	.wd23-product-copy { width: calc(100% - 32px); margin-top: 16px; }
	ul.products .wd23-product-copy .woocommerce-loop-product__title,
	.wd23-product-copy .price,
	.wd23-balloon-storefront ul.products.wd23-product-track li.product .button { width: 100% !important; }
	.wd23-balloon-storefront ul.products.wd23-product-track li.product .button { margin-top: 16px !important; margin-bottom: 16px !important; }
	.wd23-carousel-button { display: none !important; }
	.wd23-category-tabs { justify-content: flex-start; margin-inline: 12px; padding-bottom: 4px; }
	.wd23-editorial-section { padding: 58px 4px 68px; }
	.wd23-editorial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 12px; padding-inline: 12px; }
	.wd23-editorial-card span { font-size: 13px; }
	.wd23-campaign { min-height: 560px; padding: 48px 16px; background-attachment: scroll; }
	.wd23-split-collections { grid-template-columns: 1fr; }
	.wd23-split-card { min-height: 560px; padding: 42px 22px; }
	.wd23-split-card h2 { font-size: 42px; }
	.wd23-balloon-storefront:not(.home) .site-content > .col-full { width: calc(100% - 32px); padding: 28px 0 58px; }
	.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 12px; }
	.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product { padding: 10px !important; }
	.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product .woocommerce-loop-product__title { height: 55px; font-size: 13px; }
	.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product .button { min-height: 44px; font-size: 11px; }
	.wd23-balloon-storefront .single-product div.product { display: block; }
	.wd23-balloon-storefront .single-product div.product .woocommerce-product-gallery { padding: 22px 18px 0; }
	.wd23-balloon-storefront .single-product div.product .summary { padding-top: 34px; }
	.wd23-footer { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding: 56px 20px 38px; }
	.wd23-footer__intro { grid-column: 1 / -1; }
	.wd23-footer-bottom { align-items: flex-start; flex-direction: column; padding: 18px 20px; }
}

@media (max-width: 430px) {
	.wd23-site-header { padding-inline: 12px; }
	.wd23-site-logo .custom-logo-link,
	.wd23-site-logo .custom-logo { max-width: 48vw; }
	.wd23-header-tools { gap: 0; }
	.wd23-footer { grid-template-columns: 1fr; }
	.wd23-footer__intro { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.wd23-menu-chevron,
.wd23-control-chevron { display: block; width: 10px; height: 10px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .24s ease; }
.wd23-drill-menu__next[aria-expanded="true"] .wd23-menu-chevron { transform: rotate(135deg); }
.wd23-drill-menu__back { display: inline-flex; align-items: center; gap: 10px; }
.wd23-drill-menu__back .wd23-menu-chevron { transform: rotate(225deg); }
.wd23-drill-menu__panel { display: block; padding-left: calc(22px + (var(--wd23-menu-depth,0) * 8px)); opacity: 0; pointer-events: none; transform: translateX(18%); visibility: hidden; transition: opacity .2s ease,transform .24s ease,visibility 0s linear .24s; }
.wd23-drill-menu__panel[data-depth="1"] { --wd23-menu-depth: 1; }
.wd23-drill-menu__panel[data-depth="2"] { --wd23-menu-depth: 2; }
.wd23-drill-menu__panel.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); visibility: visible; transition-delay: 0s; }
.wd23-drill-menu__row > button { display: grid; place-items: center; min-width: 48px; min-height: 48px; font-size: 0; }

.wd23-hero-controls { display: none !important; }
.wd23-hero-controls > button { display: grid; width: 42px; height: 42px; min-width: 42px; min-height: 42px; margin: 0; padding: 0; place-items: center; border: 1px solid rgb(255 255 255 / 65%); border-radius: 50%; background: rgb(0 0 0 / 25%); color: #fff; }
.wd23-hero-controls [data-hero-previous] .wd23-control-chevron { transform: rotate(225deg); }
.wd23-hero-dots { display: flex; align-items: center; gap: 7px; padding: 0 5px; }
.wd23-hero-dots button { width: 8px; min-width: 8px; height: 8px; min-height: 8px; margin: 0; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; }
.wd23-hero-dots button[aria-current="true"] { background: #fff; }

.wd23-editorial-section { padding: 100px 0; }
.wd23-editorial-grid { gap: 18px; }
.wd23-editorial-card { position: relative; display: flex; align-items: flex-end; min-height: 520px; padding: 32px; border-radius: 18px; color: #fff; overflow: hidden; text-align: left; isolation: isolate; }
.wd23-editorial-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,transparent 20%,rgb(0 0 0 / 76%)); content: ''; }
.wd23-editorial-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.wd23-editorial-card__body { display: flex !important; align-items: flex-start; flex-direction: column; margin: 0 !important; }
.wd23-editorial-card__body small { margin-bottom: 7px; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.wd23-editorial-card__body strong { font-size: 28px; letter-spacing: -.04em; line-height: 1; }
.wd23-editorial-card__body > span { min-height: 38px; margin: 10px 0 0; color: #eee; font-size: 12px; line-height: 1.45; text-transform: none; }
.wd23-editorial-card__body b { margin-top: 20px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.wd23-campaign { background-attachment: scroll; }
.wd23-split-card { min-height: 690px; }
.wd23-split-card h2 { text-transform: none; }

.wd23-balloon-storefront:not(.home) .site-content > .col-full { width: min(calc(100% - 48px),var(--wd23-shell)); padding-top: 46px; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) { gap: 24px 18px; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product { border-radius: 18px; }
.wd23-balloon-storefront ul.products:not(.wd23-product-track):not(.wd23-related-track) li.product .button { border-radius: 6px; }

/* Measured presentation contract. Commerce behavior remains in the native modules above. */
:root { --wd23-shell: 1360px; --wd23-soft: #f4f4f4; }
.wd23-balloon-storefront :focus-visible { outline: 3px solid var(--wd23-accent) !important; outline-offset: 3px; }
.wd23-shell { width: min(1360px,calc(100% - 16px)); margin-inline: auto; }
.wd23-balloon-storefront .site-header { height: 73px; background: #fff; }
.wd23-site-header { grid-template-columns: 240px minmax(0,1fr) 180px; width: 100%; max-width: none; height: 73px; padding: 0 34px; gap: 20px; }
.wd23-site-logo { grid-column: 1; min-width: 0; justify-self: start; }
.wd23-site-logo .custom-logo-link { width: 240px; max-width: 100%; height: 62px; justify-content: flex-start; }
.wd23-site-logo .custom-logo { width: auto; height: auto; max-width: 100%; max-height: 58px; object-fit: contain; }
.wd23-desktop-nav { grid-column: 2; width: 100%; height: 73px; margin: 0; gap: clamp(8px,.85vw,14.4px); justify-content: safe center; overflow-x: auto; scrollbar-width: none; }
.wd23-desktop-nav > a, .wd23-mega-menu__trigger, .wd23-account-trigger { flex-shrink: 0; font-size: 13px; font-weight: 500; line-height: 13px; letter-spacing: .224px; }
.wd23-mega-menu { flex-shrink: 0; height: 73px; }
.wd23-mega-menu__panel { top: 73px; }
.wd23-header-tools { grid-column: 3; gap: 20.8px; }
.wd23-cart-trigger { width: 40px; height: 40px; }
.wd23-search-trigger, .wd23-search-icon-glyph { width: 26px; height: 26px; }
.wd23-search-icon-glyph::before { top: 3px; left: 3px; width: 15px; height: 15px; border-width: 1px; }
.wd23-search-icon-glyph::after { top: 17px; left: 16px; width: 6px; height: 1px; }
.wd23-title-lockup { gap: 10px; }
.wd23-eyebrow { font-size: 11px; line-height: 13px; font-weight: 900; letter-spacing: 4px; }
.wd23-subtitle { font-size: 21px; line-height: 27px; font-weight: 900; letter-spacing: 2.25px; text-transform: none; }
.wd23-hero { align-items: flex-end; height: clamp(540px,47vw,660px); min-height: 540px; padding: clamp(34px,5vw,70px) 0; }
.wd23-hero-content { width: min(1360px,calc(100% - 16px)); max-width: 1360px; }
.wd23-hero h1 { max-width: 100%; margin: 0; font-size: clamp(40px,4.53125vw,58px); line-height: .98; font-weight: 300; letter-spacing: normal; text-transform: lowercase; }
.wd23-hero h1 strong { color: #fff; font-weight: 600; }
.wd23-section-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; min-height: 112px; margin-bottom: 32px; gap: 20px; align-items: end; }
.wd23-section-heading .wd23-title-lockup { min-height: 112px; }
.wd23-section-heading h2 { margin: 0; font-size: 48px; line-height: 52px; font-weight: 300; letter-spacing: normal; text-transform: lowercase; }
.wd23-section-heading h2 strong { font-weight: 600; }
.wd23-section-heading--centered { grid-template-columns: minmax(0,1fr); }
.wd23-product-section { padding: 72px 0 76px; }
.wd23-product-section > .wd23-shell { width: min(1360px,calc(100% - 32px)); }
.wd23-trust-strip div { display: grid; padding: 18px 24px; }
.wd23-trust-strip strong { font-weight: 500; line-height: 17.798px; }
.wd23-trust-strip span { line-height: 17.798px; }
ul.products.wd23-product-track { width: 100%; max-width: 1360px; gap: 12px; padding: 3px 0 12px; }
ul.products.wd23-product-track li.product.wd23-product-card { flex: 0 0 304px !important; width: 304px !important; min-width: 0; min-height: 0; height: auto; border-radius: 18px; text-align: left; }
.wd23-product-card__link { min-width: 0; }
.wd23-product-copy { width: 240px; min-width: 0; }
ul.products .wd23-product-copy .woocommerce-loop-product__title { font-size: 13.76px !important; line-height: 19.264px !important; letter-spacing: normal; font-weight: 400; }
.wd23-balloon-storefront ul.products.wd23-product-track li.product .button { min-width: 0; max-width: calc(100% - 32px); font-size: 15px; font-weight: 400; line-height: 16.5px; letter-spacing: .6px; white-space: normal; overflow-wrap: anywhere; }
.wd23-balloon-storefront ul.products.wd23-product-track li.product .button.loading,
.wd23-balloon-storefront ul.products.wd23-product-track li.product .button.added { padding-right: 22px !important; }
.wd23-editorial-card__body { display: flex !important; flex-direction: column; gap: 10px; text-transform: none !important; }
.wd23-editorial-card__body strong { font-size: 32.4px; line-height: 30.78px; font-weight: 800; letter-spacing: normal; }
.wd23-editorial-card__body small { font-size: 11px; font-weight: 900; letter-spacing: 2px; }
.wd23-editorial-card__body > span { margin: 0; font-size: 12px; line-height: 1.5; text-transform: none; }
.wd23-editorial-card__body b { font-size: 11px; }
.wd23-campaign h2 { font-size: 58px; line-height: 64px; font-weight: 300; letter-spacing: normal; text-transform: lowercase; }
.wd23-campaign h2 strong { font-weight: 600; color: #fff; }
.wd23-split-card h2 { font-size: 72px; line-height: 72px; font-weight: 300; letter-spacing: normal; text-transform: lowercase; }
.wd23-split-card h2 strong { font-weight: 600; }
.wd23-balloon-storefront .woocommerce-products-header__title,
.wd23-balloon-storefront .entry-title:not(.product_title),
.wd23-balloon-storefront:not(.wd23-measured-product) .product_title { font-size: 48px; line-height: 52px; font-weight: 300; letter-spacing: normal; }
.wd23-balloon-storefront .site-footer { padding: 0; background: #f4f4f4; color: #111; }
.wd23-footer { width: 100%; max-width: none; grid-template-columns: 2fr repeat(3,minmax(0,1fr)); gap: 5vw; padding: 80px 34px 32px; }
.wd23-footer > section { min-width: 0; }
.wd23-footer__intro { grid-column: auto; max-width: 430px; }
.wd23-footer__logo .custom-logo-link { width: 260px; max-width: 100%; height: 58px; margin-bottom: 16px; }
.wd23-footer__logo .custom-logo { width: auto; max-width: 100%; height: auto; max-height: 52px; filter: none; }
.wd23-footer__intro p { max-width: 430px; margin: 0; color: #111; font-size: 13px; line-height: 21.6px; }
.wd23-footer__column h2 { margin: 0 0 24px; color: #333437; font-size: 12.48px; line-height: 12.48px; font-weight: 500; letter-spacing: .3744px; }
.wd23-balloon-storefront .site-footer .wd23-footer__column a { display: block; margin: 4px 0; padding: 0; color: #333; font-size: 12px; line-height: 21.6px; font-weight: 400; letter-spacing: normal; }
.wd23-footer-bottom { grid-column: 1 / -1; width: 100%; margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid #d8d8d8; color: #111; font-size: 10.88px; line-height: 17.6038px; letter-spacing: .3264px; gap: 24px; }
.wd23-footer-bottom nav { flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.wd23-balloon-storefront .site-footer .wd23-footer-bottom a { color: #333; font-size: 10.88px; line-height: 19.584px; }

@media (max-width: 780px), (orientation: landscape) and (max-height: 600px) {
 .wd23-balloon-storefront .site-header { height: 56px; }
 .wd23-site-header { position: relative; grid-template-columns: 40px minmax(0,1fr) 74px; height: 56px; padding: 0 16px; gap: 10.4px; }
 .wd23-site-logo { position: absolute; left: 50%; top: 4px; width: min(220px,calc(100% - 150px)); height: 48px; transform: translateX(-50%); }
 .wd23-site-logo .custom-logo-link { width: 100%; max-width: 100%; height: 48px; justify-content: center; }
 .wd23-site-logo .custom-logo { max-width: 100%; max-height: 44px; object-position: center; }
 .wd23-desktop-nav, .wd23-account-trigger { display: none; }
 .wd23-header-tools { grid-column: 3; gap: 8px; }
 .wd23-cart-trigger { width: 40px; height: 40px; }
 .wd23-search-trigger { width: 26px; height: 26px; }
 .wd23-mobile-menu-trigger { display: flex; flex-direction: column; justify-content: center; width: 30px; height: 40px; margin: 0; padding: 0; border: 0; gap: 7px; }
 .wd23-mobile-menu-trigger span { width: 26px; height: 1px; transform: scaleY(.65); }
 .wd23-drill-menu { inset: 56px 0 0; }
}
@media (max-width: 780px) {
 .wd23-shell { width: calc(100% - 32px); }
 .wd23-title-lockup { gap: 8px; }
 .wd23-hero { height: 76svh; min-height: 560px; padding: 38px 16px; }
 .wd23-hero-content { display: block; width: 100%; max-width: none; text-align: left; }
 .wd23-hero h1 { width: min(100%,330px); max-width: 330px; font-size: 40px; line-height: 40px; }
 .wd23-eyebrow { font-size: 11px; line-height: 13px; }
 .wd23-subtitle { font-size: 17px; line-height: 21.8571px; }
 .wd23-section-heading .wd23-subtitle { line-height: 22px; letter-spacing: 1.75px; }
 .wd23-product-section { padding: 52px 0 58px; }
 .wd23-section-heading { grid-template-columns: minmax(0,1fr); min-height: 0; padding: 0; margin-bottom: 26px; gap: 16px; }
 .wd23-section-heading .wd23-title-lockup { min-height: 0; }
 .wd23-section-heading h2 { font-size: 40px; line-height: 43px; }
 .wd23-section-heading > a { justify-self: start; }
 .wd23-trust-strip div { display: grid !important; padding: 12px 16px; }
 .wd23-trust-strip strong, .wd23-trust-strip span { line-height: 16px; }
 ul.products.wd23-product-track { width: calc(100% + 16px); max-width: none; margin: 0 !important; padding: 3px 16px 12px 0; gap: 12px; }
 ul.products.wd23-product-track li.product.wd23-product-card { flex-basis: 76vw !important; width: 76vw !important; min-height: 0; }
 .wd23-product-image { width: calc(100% - 32px); margin: 0 16px; }
 .wd23-product-copy { width: calc(100% - 32px); margin: 16px 16px 0; }
 ul.products .wd23-product-copy .woocommerce-loop-product__title, .wd23-product-copy .price { width: 100%; }
 .wd23-balloon-storefront ul.products.wd23-product-track li.product .button { flex: 0 0 49px; width: calc(100% - 32px) !important; margin: 16px !important; }
 .wd23-editorial-card__body strong { font-size: 24.8px; line-height: 23.56px; }
 .wd23-campaign h2 { max-width: 100%; font-size: 40px; line-height: 43px; }
 .wd23-split-card h2 { font-size: 48px; line-height: 48px; }
 .wd23-balloon-storefront .woocommerce-products-header__title,
 .wd23-balloon-storefront .entry-title:not(.product_title),
 .wd23-balloon-storefront:not(.wd23-measured-product) .product_title { font-size: 40px; line-height: 43px; }
 .wd23-footer { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px 24px; padding: 56px 20px 24px; }
 .wd23-footer__intro { grid-column: 1 / -1; }
 .wd23-footer-bottom { width: 100%; align-items: flex-start; flex-direction: column; margin-top: 16px; padding: 24px 0 0; gap: 16px; }
 .wd23-footer-bottom nav { justify-content: flex-start; gap: 8.8px 16px; }
 .wd23-balloon-storefront .site-footer .wd23-footer-bottom a { font-size: 8.8px; line-height: 15.84px; letter-spacing: normal; }
 .wd23-search-overlay { display: block; padding: 0; background: #fff; }
 .wd23-search-overlay__dialog { width: 100%; min-height: 100%; max-height: none; border: 0; border-radius: 0; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) { .cs-title-glow, .cs-hero__slide { animation: none !important; transition: none !important; } }

/* Commerce flow alignment: preserve classic checkout integrations while matching the editorial storefront. */
.wd23-balloon-storefront .wd23-cart-drawer .wd23-drawer-panel { display:flex;flex-direction:column;overflow:hidden; }
.wd23-balloon-storefront .wd23-cart-drawer .wd23-drawer-panel > header { flex:0 0 auto; }
.wd23-balloon-storefront .wd23-cart-drawer .wd23-drawer-body,
.wd23-balloon-storefront .wd23-cart-drawer .widget_shopping_cart_content { flex:1 1 auto;padding:0 28px 22px;overflow-y:auto; }
.wd23-balloon-storefront .wd23-cart-drawer .wd23-shipping-progress { margin:24px 0 0; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart { margin:0; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart-item { position:relative;display:block;min-height:168px;margin:0;padding:24px 40px 24px 138px;border-bottom:1px solid var(--wd23-line);font-size:13px;line-height:1.45; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart-item > a:not(.remove) { display:block;color:#111;font-size:14px;font-weight:400;line-height:1.35;text-decoration:none; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart-item img { position:absolute;top:24px;left:0;width:120px;max-width:120px;height:120px;margin:0;background:#f7f7f7;object-fit:contain; }
.wd23-balloon-storefront .wd23-cart-drawer .remove_from_cart_button { position:absolute;z-index:2;top:20px;right:0;display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;background:transparent;color:#555;font-size:20px;text-decoration:none; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart-item > .quantity { display:block;width:auto;min-height:0;margin:12px 0 0;border:0;color:#555;font-size:12px; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart__total { margin:0;padding:20px 0;border-top:0;border-bottom:1px solid var(--wd23-line);font-size:14px; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart__buttons { display:grid;grid-template-columns:1fr;gap:6px;margin:18px 0 0; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart__buttons .button { display:flex;align-items:center;justify-content:center;min-height:44px;margin:0;padding:0 14px;border:1px solid #111;border-radius:0;background:#fff;color:#111;font-size:10.4px;font-weight:500;letter-spacing:.055em;text-align:center;text-transform:uppercase; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart__buttons .checkout { background:#111;color:#fff; }
.wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart__empty-message { margin:42px 0 20px;text-align:center; }

body.wd23-balloon-storefront.woocommerce-cart .storefront-breadcrumb,body.wd23-balloon-storefront.woocommerce-checkout .storefront-breadcrumb { display:none; }
body.wd23-balloon-storefront.woocommerce-cart .site-content > .col-full,body.wd23-balloon-storefront.woocommerce-checkout .site-content > .col-full { box-sizing:border-box;width:100%!important;max-width:1400px!important;margin:0 auto!important;padding:88px 36px 112px!important; }
body.wd23-balloon-storefront.woocommerce-cart #primary,body.wd23-balloon-storefront.woocommerce-checkout #primary,body.wd23-balloon-storefront.woocommerce-cart #main,body.wd23-balloon-storefront.woocommerce-checkout #main { float:none;width:100%!important;margin:0!important; }
body.wd23-balloon-storefront.woocommerce-cart .entry-header,body.wd23-balloon-storefront.woocommerce-checkout .entry-header { width:100%;margin:0;padding:0; }
body.wd23-balloon-storefront.woocommerce-cart .entry-header h1,body.wd23-balloon-storefront.woocommerce-checkout .entry-header h1 { margin:0 0 64px;font:400 clamp(24.8px,2vw,29.6px)/1.15 Arial,Helvetica,sans-serif;letter-spacing:.04em;text-align:left;text-transform:uppercase; }
body.wd23-balloon-storefront.woocommerce-cart .entry-content,body.wd23-balloon-storefront.woocommerce-checkout .entry-content { width:100%;font-family:Arial,Helvetica,sans-serif; }
body.wd23-balloon-storefront.woocommerce-cart .entry-content > .woocommerce { display:grid;grid-template-columns:minmax(0,2fr) minmax(340px,1fr);column-gap:56px;row-gap:56px;align-items:start;width:100%; }
body.wd23-balloon-storefront.woocommerce-cart .woocommerce-notices-wrapper { grid-column:1/-1; }
body.wd23-balloon-storefront.woocommerce-cart .woocommerce-cart-form { grid-column:1;grid-row:2;float:none;width:100%!important;margin:0!important;padding:0;border:0;background:#fff; }
body.wd23-balloon-storefront.woocommerce-cart .cart-collaterals { display:contents; }
body.wd23-balloon-storefront.woocommerce-cart .cart_totals { grid-column:2;grid-row:2;float:none;width:100%!important;margin:0!important;padding:24px;border:1px solid #ddd;background:#fafafa; }
body.wd23-balloon-storefront.woocommerce-cart .cross-sells { grid-column:1;grid-row:3;float:none;width:100%!important;margin:0!important; }
body.wd23-balloon-storefront.woocommerce-cart .cross-sells > h2,body.wd23-balloon-storefront.woocommerce-cart .cart_totals > h2 { margin:0 0 24px;font-size:22px;font-weight:400;letter-spacing:-.02em; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table { width:100%;margin:0;border:0;border-collapse:collapse;background:#fff; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table th { padding:18px 14px;border-bottom:1px solid #ddd;background:#fafafa;font-size:11px;font-weight:600;letter-spacing:.055em;text-transform:uppercase; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table td { padding:22px 14px;border-bottom:1px solid #ddd;background:#fff;font-size:13px;vertical-align:middle; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table .product-thumbnail img { width:96px;height:96px;margin:0;background:#f7f7f7;object-fit:contain; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table .product-name a { font-size:14px;font-weight:400;line-height:1.4;text-decoration:none; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table .variation { margin:10px 0 0;font-size:11.2px;line-height:1.5; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table .variation dt { font-weight:600; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table .actions { padding:18px 0;border-bottom:0; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table .coupon { display:flex;gap:8px; }
body.wd23-balloon-storefront.woocommerce-cart table.shop_table .coupon input { width:220px;min-height:50px;margin:0;padding:0 14px;border:1px solid #777;border-radius:0;background:#fff; }
body.wd23-balloon-storefront.woocommerce-cart .button,body.wd23-balloon-storefront.woocommerce-checkout .button { min-height:50px;border:1px solid #222;border-radius:0;background:#222;color:#fff;font-size:11.2px;font-weight:500;letter-spacing:.055em;text-transform:uppercase; }
body.wd23-balloon-storefront.woocommerce-cart .wc-proceed-to-checkout { margin:24px 0 0;padding:0; }
body.wd23-balloon-storefront.woocommerce-cart .checkout-button { display:flex;align-items:center;justify-content:center;min-height:54px;margin:0;padding:0 18px;font-size:12.16px;letter-spacing:.06em;text-transform:uppercase; }
body.wd23-balloon-storefront.woocommerce-cart .cart_totals table th,body.wd23-balloon-storefront.woocommerce-cart .cart_totals table td { padding:16px 12px;background:transparent;text-transform:none; }
body.wd23-balloon-storefront.woocommerce-cart .cross-sells ul.products { display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0!important; }
body.wd23-balloon-storefront.woocommerce-cart .cross-sells ul.products li.product { float:none;width:100%!important;margin:0!important; }

body.wd23-balloon-storefront.woocommerce-checkout .woocommerce-info { position:relative;margin:0 0 18px;padding:16px 18px 16px 46px;border:1px solid #ddd;border-left:3px solid #222;background:#fafafa;color:#222;font-size:12.8px; }
body.wd23-balloon-storefront.woocommerce-checkout .woocommerce-info::before { top:50%;left:18px;margin:0;color:#222;transform:translateY(-50%); }
body.wd23-balloon-storefront.woocommerce-checkout form.checkout { display:grid;grid-template-columns:minmax(0,1.55fr) minmax(360px,.85fr);grid-template-rows:auto 1fr;column-gap:5vw;align-items:start;width:100%!important;margin:36px 0 0; }
body.wd23-balloon-storefront.woocommerce-checkout #customer_details { grid-column:1;grid-row:1/3;float:none;width:100%;margin:0; }
body.wd23-balloon-storefront.woocommerce-checkout #customer_details > .col-1,body.wd23-balloon-storefront.woocommerce-checkout #customer_details > .col-2 { float:none;width:100%;margin:0; }
body.wd23-balloon-storefront.woocommerce-checkout #customer_details > .col-2 { margin-top:44px; }
body.wd23-balloon-storefront.woocommerce-checkout #order_review_heading { grid-column:2;grid-row:1;width:100%;margin:0 0 18px;font-size:22px;font-weight:400;letter-spacing:-.02em; }
body.wd23-balloon-storefront.woocommerce-checkout #order_review { grid-column:2;grid-row:2;float:none;width:100%!important;margin:0!important;padding:24px;border:1px solid #ddd;background:#fafafa; }
body.wd23-balloon-storefront.woocommerce-checkout h3 { font-weight:400;letter-spacing:-.02em; }
body.wd23-balloon-storefront.woocommerce-checkout .form-row { margin:0 0 18px;padding:0; }
body.wd23-balloon-storefront.woocommerce-checkout .form-row label { margin:0 0 7px;font-size:11.52px;font-weight:500;letter-spacing:.025em; }
body.wd23-balloon-storefront.woocommerce-checkout input.input-text,body.wd23-balloon-storefront.woocommerce-checkout select,body.wd23-balloon-storefront.woocommerce-checkout textarea { box-sizing:border-box;width:100%;min-height:52px;padding:0 14px;border:1px solid #777!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;font-size:14px; }
body.wd23-balloon-storefront.woocommerce-checkout textarea { min-height:120px;padding-block:12px; }
body.wd23-balloon-storefront.woocommerce-checkout .select2-container .select2-selection--single { height:52px;border:1px solid #777;border-radius:0;background:#fff; }
body.wd23-balloon-storefront.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered { line-height:50px; }
body.wd23-balloon-storefront.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow { height:50px; }
body.wd23-balloon-storefront.woocommerce-checkout table.shop_table { border:0;border-collapse:collapse;background:transparent;font-size:12.8px; }
body.wd23-balloon-storefront.woocommerce-checkout table.shop_table th,body.wd23-balloon-storefront.woocommerce-checkout table.shop_table td { padding:14px 12px;border-bottom:1px solid #ddd;background:transparent;vertical-align:top; }
body.wd23-balloon-storefront.woocommerce-checkout #payment { border-radius:0;background:#f3f3f3; }
body.wd23-balloon-storefront.woocommerce-checkout #payment .payment_box { border-radius:0;background:#fff; }
body.wd23-balloon-storefront.woocommerce-checkout #place_order { width:100%;min-height:54px;margin:18px 0 0; }
body.wd23-balloon-storefront.woocommerce-checkout #ui-datepicker-div { display:none;width:320px;padding:12px;border:1px solid #bbb;border-radius:0;background:#fff;box-shadow:0 12px 32px rgb(0 0 0 / 18%);font-size:12px; }
body.wd23-balloon-storefront.woocommerce-checkout #ui-datepicker-div .ui-datepicker-header { display:flex;align-items:center;justify-content:space-between;margin-bottom:8px; }
body.wd23-balloon-storefront.woocommerce-checkout #ui-datepicker-div table { width:100%;margin:0;border-collapse:collapse;text-align:center; }
body.wd23-balloon-storefront.woocommerce-checkout #ui-datepicker-div th,body.wd23-balloon-storefront.woocommerce-checkout #ui-datepicker-div td { padding:5px;background:#fff; }

@media(max-width:780px) {
 .wd23-balloon-storefront .wd23-cart-drawer .wd23-drawer-body,
 .wd23-balloon-storefront .wd23-cart-drawer .widget_shopping_cart_content { padding:0 16px 18px; }
 .wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart-item { min-height:140px;padding:18px 34px 18px 104px; }
 .wd23-balloon-storefront .wd23-cart-drawer .woocommerce-mini-cart-item img { top:18px;width:92px;max-width:92px;height:92px; }
 .wd23-balloon-storefront .wd23-cart-drawer .remove_from_cart_button { top:14px; }
 body.wd23-balloon-storefront.woocommerce-cart .site-content > .col-full,body.wd23-balloon-storefront.woocommerce-checkout .site-content > .col-full { padding:48px 18px 72px!important; }
 body.wd23-balloon-storefront.woocommerce-cart .entry-header h1,body.wd23-balloon-storefront.woocommerce-checkout .entry-header h1 { margin-bottom:40px;font-size:24.8px; }
 body.wd23-balloon-storefront.woocommerce-cart .entry-content > .woocommerce { display:block; }
 body.wd23-balloon-storefront.woocommerce-cart .woocommerce-cart-form { margin-bottom:48px!important; }
 body.wd23-balloon-storefront.woocommerce-cart .cart-collaterals { display:flex;flex-direction:column;gap:48px; }
 body.wd23-balloon-storefront.woocommerce-cart .cart_totals { order:1;padding:18px; }
 body.wd23-balloon-storefront.woocommerce-cart .cross-sells { order:2; }
 body.wd23-balloon-storefront.woocommerce-cart table.shop_table .actions { display:grid;gap:8px; }
 body.wd23-balloon-storefront.woocommerce-cart table.shop_table .coupon { display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%; }
 body.wd23-balloon-storefront.woocommerce-cart table.shop_table .coupon input { width:100%; }
 body.wd23-balloon-storefront.woocommerce-cart table.shop_table .actions > .button { width:100%;margin:0; }
 body.wd23-balloon-storefront.woocommerce-cart .cross-sells ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
 body.wd23-balloon-storefront.woocommerce-checkout form.checkout { display:block;margin-top:30px; }
 body.wd23-balloon-storefront.woocommerce-checkout #customer_details > .col-2 { margin-top:36px; }
 body.wd23-balloon-storefront.woocommerce-checkout #order_review_heading { margin-top:48px; }
 body.wd23-balloon-storefront.woocommerce-checkout #order_review { padding:18px; }
}

/* Cart, live-search, and sale-label alignment with the approved neutral reference. */
body.wd23-balloon-storefront.woocommerce-cart .cross-sells {
	display: none !important;
}

.wd23-balloon-storefront .wd23-search-overlay {
	display: block;
	padding: 73px 0 0;
	background: rgb(122 122 122 / 10%);
	overflow: hidden;
}
.wd23-balloon-storefront .wd23-search-overlay__dialog {
	width: 100%;
	max-width: none;
	max-height: calc(100vh - 73px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	transform: none;
}
.wd23-balloon-storefront .wd23-search-overlay__bar {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 71px;
	margin: 0;
	padding: 0 56px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	transform: translateY(-100%);
	transition: transform .22s ease;
}
.wd23-balloon-storefront .wd23-search-overlay.is-open .wd23-search-overlay__bar {
	transform: translateY(0);
}
.wd23-balloon-storefront .wd23-search-overlay__bar label {
	flex: 0 0 auto;
	font-size: 9.92px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.wd23-balloon-storefront .wd23-search-overlay__bar input {
	flex: 1 1 auto;
	width: auto;
	height: 38px;
	min-width: 0;
	padding: 0 12px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .01em;
}
.wd23-balloon-storefront .wd23-search-overlay__bar input:focus {
	outline: 0 !important;
}
.wd23-balloon-storefront .wd23-search-overlay__bar button {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font: 300 18.4px/1 Arial,sans-serif;
}
.wd23-balloon-storefront .wd23-search-overlay__results {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 32px 4px;
	width: 100%;
	max-height: calc(100vh - 144px);
	margin: 0;
	padding: 20px 34px 30px;
	background: #fff;
	overflow-y: auto;
}
.wd23-balloon-storefront .wd23-search-overlay__results > a {
	display: block;
	min-width: 0;
	color: #111;
	text-decoration: none;
}
.wd23-balloon-storefront .wd23-search-overlay__results img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	background: #f7f7f7;
	margin: 0 0 11.2px;
	object-fit: contain;
}
.wd23-balloon-storefront .wd23-search-overlay__results > a > span {
	display: block;
	padding: 0;
}
.wd23-balloon-storefront .wd23-search-overlay__results strong {
	display: block;
	margin: 0 0 5px;
	font-size: 14.08px;
	font-weight: 400;
	line-height: 1.4;
}
.wd23-balloon-storefront .wd23-search-overlay__results .price {
	display: block;
	color: #111;
	font-size: 11.52px;
	line-height: 1.4;
}

.wd23-balloon-storefront .wd23-product-image .onsale,
.wd23-balloon-storefront .wd23-related-products li.product .onsale {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 21px;
	margin: 0;
	padding: 0 6px;
	border: 0;
	border-radius: 0;
	background: #111;
	color: #fff;
	font-size: 8.32px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
}
body.wd23-balloon-storefront.single-product div.product > .onsale {
	position: absolute;
	z-index: 5;
	top: 16px;
	left: 16px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 8.8px 12px;
	border: 0;
	border-radius: 0;
	background: #111;
	color: #fff;
	font: 500 9.92px/1 Arial,Helvetica,sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width: 780px) {
	.wd23-balloon-storefront .wd23-search-overlay {
		padding: 56px 0 0;
		background: rgb(122 122 122 / 10%);
	}
	.wd23-balloon-storefront .wd23-search-overlay__dialog {
		min-height: 0;
		max-height: calc(100vh - 56px);
	}
	.wd23-balloon-storefront .wd23-search-overlay__bar {
		display: grid;
		grid-template-columns: minmax(0,1fr) 32px;
		min-height: 64px;
		padding: 0 16px;
		gap: 10px;
	}
	.wd23-balloon-storefront .wd23-search-overlay__bar label {
		display: none;
	}
	.wd23-balloon-storefront .wd23-search-overlay__bar input {
		width: 100%;
		height: 38px;
		padding: 0;
		font-size: 16px;
	}
	.wd23-balloon-storefront .wd23-search-overlay__results {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 24px 4px;
		max-height: calc(100vh - 120px);
		padding: 14px 12px 24px;
	}
	.wd23-balloon-storefront .wd23-search-overlay__results > a > span {
		padding: 0;
	}
}

/* WooCommerce login: keep the password reveal control compact and inside the field. */
body.wd23-balloon-storefront form.woocommerce-form-login .password-input {
	position: relative;
	display: block;
	width: 100%;
}
body.wd23-balloon-storefront form.woocommerce-form-login .password-input input {
	box-sizing: border-box;
	width: 100%;
	padding-right: 52px !important;
}
body.wd23-balloon-storefront form.woocommerce-form-login .password-input .show-password-input {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #333;
	line-height: 1;
	transform: translateY(-50%);
}
body.wd23-balloon-storefront form.woocommerce-form-login .password-input .show-password-input::after {
	margin: 0;
	line-height: 1;
}

/* Authorize.Net CIM: keep gateway labels separate from its formatted card placeholders. */
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .wc-payment-form {
	margin: 0;
	padding: 0;
	border: 0;
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row {
	position: static;
	box-sizing: border-box;
	margin: 0 0 18px;
	padding: 0;
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row-wide {
	float: none;
	clear: both;
	width: 100%;
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row-first,
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row-last {
	width: calc(50% - 8px);
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row-first {
	float: left;
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row-last {
	float: right;
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row > label {
	position: static !important;
	display: block;
	max-width: none;
	margin: 0 0 7px;
	padding: 0 !important;
	background: transparent !important;
	color: #222;
	font: 500 11.52px/1.4 Arial,Helvetica,sans-serif;
	letter-spacing: .025em;
	text-transform: none;
	transform: none !important;
	pointer-events: auto;
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card input.input-text {
	box-sizing: border-box;
	width: 100% !important;
	height: 52px !important;
	min-height: 52px;
	margin: 0;
	padding: 0 14px !important;
	border: 1px solid #777 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #111;
	font: 400 16px/1.4 Arial,Helvetica,sans-serif !important;
	letter-spacing: normal;
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card input.input-text::placeholder {
	color: #777;
	opacity: 1;
}
body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card input.input-text:focus-visible {
	outline: 2px solid #111 !important;
	outline-offset: 2px;
}

@media (max-width: 780px) {
	body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row-first,
	body.wd23-balloon-storefront.woocommerce-checkout .payment_method_authorize_net_cim_credit_card .form-row-last {
		float: none;
		width: 100%;
	}
}
