/* Hackni běh Club 1.34.0 — premium presentation over native WooCommerce.
   Products, prices, variants, cart, checkout and orders remain native DOM. */
body.hb-commerce-native-app{
	--hb-app-ink:#0d365e;
	--hb-app-red:#ef334d;
	--hb-app-paper:#f6f3ed;
	--hb-app-card:#fff;
	--hb-app-line:#dbe2e8;
	--hb-app-muted:#66798a;
	--hb-commerce-topbar-height:calc(68px + env(safe-area-inset-top,0px));
	--hb-commerce-section-height:50px;
	--hb-commerce-chrome-height:calc(var(--hb-commerce-topbar-height) + var(--hb-commerce-section-height));
}
body.hb-commerce-native-app :is(
	#zsiq_float,.zsiq_float,.zsiq_floatmain,#siqiframe,.siqembed,
	[id^="zsiq_"],[class*="zsiq_float"],[class*="salesiq"],
	iframe[title*="Zoho"],iframe[src*="salesiq"],iframe[src*="zohopublic"]
){display:none!important;visibility:hidden!important;pointer-events:none!important}
.hb-commerce-native-shell{display:none}

@media(max-width:900px){
	html:has(body.hb-commerce-native-app){margin-top:0!important}
	body.hb-commerce-native-app{
		margin:0!important;
		padding-top:var(--hb-commerce-chrome-height)!important;
		padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;
		overflow-x:clip!important;
		scroll-padding-top:var(--hb-commerce-chrome-height);
		-webkit-overflow-scrolling:touch;
	}
	body.hb-commerce-native-app #wpadminbar{display:none!important}

	/* Retire only duplicated site chrome in app mode. The Newspaper page and all
	   WooCommerce content nodes remain in their original document and cascade. */
	body.hb-commerce-native-app :is(
		#hb-global-desktop-header,.hb-global-desktop-header,
		#masthead,#header,.site-header,
		.td-header-wrap,.td-header-template-wrap,.tdc-header-wrap,
		.td-header-desktop-wrap,.td-header-mobile-wrap,.td-header-menu-wrap,
		.td-header-mobile-sticky,.td-mobile-container,.td-menu-background,
		.td-search-background,.elementor-location-header,
		#colophon,.site-footer,.td-footer-wrap,.td-footer-template-wrap,
		.tdc-footer-wrap,.td-sub-footer-container,.elementor-location-footer
	){display:none!important;visibility:hidden!important;pointer-events:none!important}
	body.hb-commerce-native-app .hb-commerce-legacy-chrome{display:none!important;visibility:hidden!important;pointer-events:none!important}

	body.hb-commerce-native-app .hb-commerce-native-shell{
		display:block;
		position:static;
		height:0;
		margin:0;
		padding:0;
		font-family:"Nimbus Sans",Arial,sans-serif;
	}
	body.hb-commerce-native-app .hb-commerce-native-shell,
	body.hb-commerce-native-app .hb-commerce-native-shell *{box-sizing:border-box}
	body.hb-commerce-native-app .hb-commerce-native-chrome{display:block}

	body.hb-commerce-native-app .hb-world-topbar{
		position:fixed!important;
		z-index:99980!important;
		top:0!important;
		right:0!important;
		left:0!important;
		display:grid!important;
		grid-template-columns:48px minmax(0,1fr) 48px!important;
		gap:10px!important;
		align-items:center!important;
		width:100%!important;
		height:var(--hb-commerce-topbar-height)!important;
		min-height:var(--hb-commerce-topbar-height)!important;
		margin:0!important;
		padding:calc(10px + env(safe-area-inset-top,0px)) 12px 10px!important;
		border:0!important;
		border-bottom:1px solid var(--hb-app-line)!important;
		background:var(--hb-app-paper)!important;
		box-shadow:none!important;
		color:var(--hb-app-ink)!important;
		-webkit-backdrop-filter:none!important;
		backdrop-filter:none!important;
	}
	body.hb-commerce-native-app .hb-mobile-app__menu-toggle{
		display:grid!important;
		width:44px!important;
		height:44px!important;
		place-items:center!important;
		padding:0!important;
		border:0!important;
		background:transparent!important;
		color:var(--hb-app-ink)!important;
		cursor:pointer!important;
	}
	body.hb-commerce-native-app .hb-mobile-app__menu-toggle .dashicons{width:auto!important;height:auto!important;font-size:27px!important;line-height:1!important}
	body.hb-commerce-native-app .hb-mobile-app__brand{
		display:flex!important;
		min-width:0!important;
		align-items:center!important;
		justify-content:center!important;
		gap:8px!important;
		color:var(--hb-app-ink)!important;
		text-decoration:none!important;
	}
	body.hb-commerce-native-app .hb-mobile-app__brand img{display:block!important;width:min(112px,32vw)!important;height:auto!important}
	body.hb-commerce-native-app .hb-mobile-app__brand span{padding-left:8px!important;border-left:1px solid var(--hb-app-line)!important;font-size:8px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}
	body.hb-commerce-native-app .hb-world-topbar>div{display:flex!important;min-width:0!important;align-items:center!important;justify-content:flex-end!important}
	body.hb-commerce-native-app .hb-world-topbar>div>span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
	body.hb-commerce-native-app .hb-world-account{
		display:grid!important;
		width:42px!important;
		height:42px!important;
		place-items:center!important;
		overflow:hidden!important;
		border:2px solid #fff!important;
		border-radius:50%!important;
		background:#fff!important;
		box-shadow:0 0 0 1px var(--hb-app-line)!important;
		color:var(--hb-app-ink)!important;
		text-decoration:none!important;
	}
	body.hb-commerce-native-app .hb-world-account .avatar{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
	body.hb-commerce-native-app .hb-world-account>.dashicons{width:auto!important;height:auto!important;font-size:22px!important;line-height:1!important}

	body.hb-commerce-native-app .hb-commerce-app__section-nav{
		position:fixed!important;
		z-index:99975!important;
		top:var(--hb-commerce-topbar-height)!important;
		right:0!important;
		left:0!important;
		display:grid!important;
		grid-template-columns:repeat(3,minmax(0,1fr))!important;
		width:100%!important;
		height:var(--hb-commerce-section-height)!important;
		margin:0!important;
		padding:0!important;
		border:0!important;
		border-bottom:1px solid var(--hb-app-line)!important;
		background:#fff!important;
		box-shadow:0 8px 18px rgba(7,29,53,.07)!important;
	}
	body.hb-commerce-native-app .hb-commerce-app__section-nav>a{
		position:relative!important;
		display:flex!important;
		min-width:0!important;
		min-height:var(--hb-commerce-section-height)!important;
		align-items:center!important;
		justify-content:center!important;
		gap:6px!important;
		padding:0 8px!important;
		border:0!important;
		background:transparent!important;
		color:var(--hb-app-muted)!important;
		font:900 12px/1 "Nimbus Sans",Arial,sans-serif!important;
		text-decoration:none!important;
	}
	body.hb-commerce-native-app .hb-commerce-app__section-nav>a.is-current{color:var(--hb-app-ink)!important}
	body.hb-commerce-native-app .hb-commerce-app__section-nav>a.is-current:after{position:absolute;right:24%;bottom:0;left:24%;height:3px;background:var(--hb-app-red);content:""}
	body.hb-commerce-native-app .hb-commerce-app__section-nav .dashicons{width:auto!important;height:auto!important;font-size:18px!important;line-height:1!important}
	body.hb-commerce-native-app .hb-commerce-app__section-nav b{display:grid!important;min-width:18px!important;height:18px!important;place-items:center!important;border-radius:9px!important;background:var(--hb-app-red)!important;color:#fff!important;font-size:9px!important}

	body.hb-commerce-native-app .hb-world-bottom-nav{
		position:fixed!important;
		z-index:99990!important;
		right:0!important;
		bottom:0!important;
		left:0!important;
		display:grid!important;
		grid-template-columns:repeat(5,minmax(0,1fr))!important;
		height:calc(72px + env(safe-area-inset-bottom,0px))!important;
		min-height:72px!important;
		margin:0!important;
		padding:5px 4px env(safe-area-inset-bottom,0px)!important;
		border:0!important;
		border-top:1px solid #d7dfe5!important;
		background:rgba(255,255,255,.98)!important;
		box-shadow:0 -8px 28px rgba(13,54,94,.1)!important;
		-webkit-backdrop-filter:blur(18px);
		backdrop-filter:blur(18px);
	}
	body.hb-commerce-native-app .hb-world-bottom-nav>a{
		position:relative!important;
		display:grid!important;
		min-width:0!important;
		min-height:62px!important;
		place-items:center!important;
		align-content:center!important;
		gap:4px!important;
		padding:0!important;
		border:0!important;
		background:transparent!important;
		color:#6f8395!important;
		text-decoration:none!important;
	}
	body.hb-commerce-native-app .hb-world-bottom-nav .dashicons{width:auto!important;height:auto!important;font-size:24px!important;line-height:1!important}
	body.hb-commerce-native-app .hb-world-bottom-nav small{overflow:hidden;max-width:100%;font:900 11px/1 "Nimbus Sans",Arial,sans-serif!important;text-overflow:ellipsis;white-space:nowrap}
	body.hb-commerce-native-app .hb-world-bottom-nav>a.is-current{color:var(--hb-app-ink)!important}
	body.hb-commerce-native-app .hb-world-bottom-nav>a.is-current:after{position:absolute;right:26%;bottom:3px;left:26%;height:3px;background:var(--hb-app-red);content:""}
	body.hb-commerce-native-app .hb-commerce-bottom-nav{position:fixed!important;z-index:99980!important;right:0!important;bottom:0!important;left:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;min-height:calc(68px + env(safe-area-inset-bottom,0px))!important;padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px))!important;border-top:1px solid var(--hb-app-line)!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -9px 24px rgba(10,49,87,.09)!important}
	body.hb-commerce-native-app .hb-commerce-bottom-nav :is(a,button){position:relative;display:grid!important;min-width:0!important;min-height:50px!important;place-items:center!important;gap:4px!important;padding:0!important;border:0!important;background:transparent!important;color:var(--hb-app-muted)!important;font-family:"Nimbus Sans",Arial,sans-serif!important;text-decoration:none!important;cursor:pointer!important}
	body.hb-commerce-native-app .hb-commerce-bottom-nav .dashicons{width:auto!important;height:auto!important;font-size:23px!important;line-height:1!important}
	body.hb-commerce-native-app .hb-commerce-bottom-nav small{overflow:hidden;max-width:100%;font:900 10px/1 "Nimbus Sans",Arial,sans-serif!important;text-overflow:ellipsis!important;white-space:nowrap!important}
	body.hb-commerce-native-app .hb-commerce-bottom-nav :is(a.is-current,button:focus-visible){color:var(--hb-app-ink)!important}
	body.hb-commerce-native-app .hb-commerce-bottom-nav b{position:absolute!important;top:2px!important;right:calc(50% - 20px)!important;display:grid!important;min-width:17px!important;height:17px!important;place-items:center!important;border-radius:50%!important;background:var(--hb-app-red)!important;color:#fff!important;font-size:8px!important}

	body.hb-commerce-native-app .hb-mobile-global-menu[hidden]{display:none!important}
	body.hb-commerce-native-app .hb-mobile-global-menu{position:fixed;z-index:100100;inset:0;display:grid;grid-template-columns:minmax(0,1fr) 42px}
	body.hb-commerce-native-app .hb-mobile-global-menu__backdrop{position:absolute;z-index:0;inset:0;padding:0;border:0;background:rgba(4,15,27,.56);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
	body.hb-commerce-native-app .hb-mobile-global-menu>aside{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(88vw,390px);height:100%;overflow:hidden;background:#f8f6f1;box-shadow:20px 0 60px rgba(4,15,27,.25);color:var(--hb-app-ink)}
	body.hb-commerce-native-app .hb-mobile-global-menu>aside>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:calc(22px + env(safe-area-inset-top,0px)) 20px 18px;border-bottom:1px solid var(--hb-app-line)}
	body.hb-commerce-native-app .hb-mobile-global-menu>aside>header div{display:grid;gap:5px}
	body.hb-commerce-native-app .hb-mobile-global-menu>aside>header small{color:var(--hb-app-red);font-size:9px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
	body.hb-commerce-native-app .hb-mobile-global-menu>aside>header strong{font-family:"Nimbus Roman No9 L",Georgia,serif;font-size:28px;line-height:1}
	body.hb-commerce-native-app .hb-mobile-global-menu>aside>header button{display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid var(--hb-app-line);background:#fff;color:var(--hb-app-ink);font-size:28px;cursor:pointer}
	body.hb-commerce-native-app .hb-mobile-global-menu nav{overflow-y:auto;overscroll-behavior:contain}
	body.hb-commerce-native-app .hb-mobile-global-menu nav a{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;gap:13px;align-items:center;min-height:76px;padding:11px 18px;border-bottom:1px solid var(--hb-app-line);color:var(--hb-app-ink);text-decoration:none}
	body.hb-commerce-native-app .hb-mobile-global-menu nav a>span{display:grid;width:42px;height:42px;place-items:center;background:#e9eef2;font-size:21px}
	body.hb-commerce-native-app .hb-mobile-global-menu nav a>div{display:grid;gap:3px;min-width:0}
	body.hb-commerce-native-app .hb-mobile-global-menu nav a strong{font-size:14px}
	body.hb-commerce-native-app .hb-mobile-global-menu nav a small{color:var(--hb-app-muted);font-size:10px;line-height:1.35}
	body.hb-commerce-native-app .hb-mobile-global-menu>aside>footer{padding:14px 18px calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--hb-app-line)}
	body.hb-commerce-native-app .hb-mobile-global-menu>aside>footer a{display:flex;min-height:48px;align-items:center;justify-content:center;background:var(--hb-app-ink);color:#fff;font-size:11px;font-weight:950;text-decoration:none}
	body.hb-commerce-native-app.hb-global-menu-open{overflow:hidden!important}
	body.hb-commerce-native-app :is(.hb-mobile-app__menu-toggle,.hb-world-account,.hb-commerce-app__section-nav>a,.hb-world-bottom-nav>a,.hb-mobile-global-menu a,.hb-mobile-global-menu button):focus-visible{outline:3px solid var(--hb-app-red)!important;outline-offset:3px!important}
}

@media(prefers-reduced-motion:reduce){
	body.hb-commerce-native-app .hb-commerce-native-shell,
	body.hb-commerce-native-app .hb-commerce-native-shell *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* -------------------------------------------------------------------------
   Premium native WooCommerce adapter
   ------------------------------------------------------------------------- */
body.hb-premium-cafe-page,
body.hb-commerce-app-document,
body.hb-commerce-native-app:not(.hb-commerce-app-document){
	--hb-commerce-navy:#0a3157;
	--hb-commerce-ink:#101820;
	--hb-commerce-red:#ef334d;
	--hb-commerce-paper:#f4f1ea;
	--hb-commerce-card:#fff;
	--hb-commerce-line:#d6dbe0;
	--hb-commerce-muted:#68737d;
	--hb-commerce-serif:Georgia,"Times New Roman",serif;
	--hb-commerce-sans:Arial,Helvetica,sans-serif;
}

body.hb-commerce-standalone-document{margin:0!important;padding-top:var(--hb-commerce-chrome-height)!important;padding-bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;background:var(--hb-commerce-paper)!important}
body.hb-commerce-standalone-document .hb-commerce-catalog-document{width:100%;margin:0;padding:0 14px 30px;background:var(--hb-commerce-paper)}
body.hb-commerce-standalone-document .hb-commerce-catalog-document__head{display:grid;gap:7px;margin:20px 0 16px}
body.hb-commerce-standalone-document .hb-commerce-catalog-document__head small{color:var(--hb-commerce-red);font:900 9px/1 Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}
body.hb-commerce-standalone-document .hb-commerce-catalog-document__head h1{max-width:16ch;margin:0;color:var(--hb-commerce-ink);font:500 29px/.98 Georgia,"Times New Roman",serif;letter-spacing:-.06em}
body.hb-commerce-standalone-document .hb-commerce-catalog-document__head p{max-width:54ch;margin:0;color:var(--hb-commerce-muted);font:12px/1.55 Arial,sans-serif}

@media(max-width:900px){
	body.hb-commerce-native-app:not(.hb-commerce-app-document){background:var(--hb-commerce-paper)!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-sans)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) :is(#page,.site,.site-content,.td-main-content-wrap,.td-container,.td-pb-span12,.td_block_wrap){max-width:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) :is(main,.site-main,.td-main-content-wrap){box-sizing:border-box!important;width:100%!important;margin:0!important;padding:0 14px 28px!important;background:var(--hb-commerce-paper)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce{box-sizing:border-box!important;width:100%!important;max-width:720px!important;margin:0 auto!important;padding:0!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-sans)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce :is(a,button,input,select,textarea){font-family:var(--hb-commerce-sans)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce a{color:var(--hb-commerce-navy)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce :is(.woocommerce-notices-wrapper,.woocommerce-message,.woocommerce-info,.woocommerce-error){box-sizing:border-box!important;margin:14px 0!important;padding:14px 15px 14px 42px!important;border:1px solid var(--hb-commerce-line)!important;border-left:4px solid var(--hb-commerce-navy)!important;background:#fff!important;color:var(--hb-commerce-ink)!important;font-size:13px!important;line-height:1.45!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce .woocommerce-error{border-left-color:var(--hb-commerce-red)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce :is(.woocommerce-products-header__title,.page-title,.entry-title,.woocommerce-loop-category__title){max-width:19ch!important;margin:18px 0 8px!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:29px!important;font-weight:500!important;letter-spacing:-.055em!important;line-height:.96!important;text-wrap:balance!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce :is(.woocommerce-result-count,.woocommerce-products-header p,.term-description){margin:0 0 14px!important;color:var(--hb-commerce-muted)!important;font-size:12px!important;line-height:1.5!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce .woocommerce-ordering{display:flex!important;justify-content:flex-end!important;margin:4px 0 16px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce .woocommerce-ordering select{min-height:39px!important;max-width:100%!important;padding:0 29px 0 10px!important;border:1px solid var(--hb-commerce-line)!important;border-radius:0!important;background:#fff!important;color:var(--hb-commerce-ink)!important;font-size:11px!important;box-shadow:none!important}

	/* Discovery is small plugin-owned navigation; all product cards below remain
	   the real WooCommerce loop. */
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery{box-sizing:border-box;width:100%;max-width:720px;margin:0 auto 18px;padding:21px 0 0;color:var(--hb-commerce-ink);font-family:var(--hb-commerce-sans)}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery[hidden]{display:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__head{display:grid;gap:8px;padding:0 2px}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__head small{color:var(--hb-commerce-red);font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__head h2{max-width:16ch;margin:0;color:var(--hb-commerce-ink);font-family:var(--hb-commerce-serif);font-size:29px;font-weight:500;letter-spacing:-.06em;line-height:.98;text-wrap:balance}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__head p{max-width:58ch;margin:0;color:var(--hb-commerce-muted);font-size:12px;line-height:1.55}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms{display:grid;grid-auto-columns:minmax(82px,1fr);grid-auto-flow:column;gap:8px;overflow-x:auto;margin:18px -14px 0;padding:0 14px 5px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms>a{position:relative;display:grid;min-height:94px;align-content:end;gap:7px;overflow:hidden;padding:10px;border:1px solid var(--hb-commerce-line);background:#fff;color:var(--hb-commerce-ink)!important;text-decoration:none!important;scroll-snap-align:start}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms>a:before{position:absolute;inset:0;background:linear-gradient(150deg,rgba(10,49,87,.06),transparent 58%);content:""}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms>a>*{position:relative;z-index:1}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms>a>span{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:#eef1f3;color:var(--hb-commerce-navy);font-size:13px}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms img{position:absolute!important;inset:0!important;z-index:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:.72!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms img+ b{padding:5px 6px;background:rgba(255,255,255,.92)}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms b{font-size:10px;line-height:1.08;text-transform:uppercase}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms>a.is-current{border-color:var(--hb-commerce-navy);background:var(--hb-commerce-navy);color:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms>a.is-current:before{background:linear-gradient(145deg,rgba(255,255,255,.18),transparent)}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms>a.is-current>span{background:#fff;color:var(--hb-commerce-navy)}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__campaign{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px;align-items:center;margin:17px 0 0;padding:16px 18px;border:1px solid #ef334d;background:var(--hb-commerce-red);color:#fff!important;text-decoration:none!important;box-shadow:0 12px 24px rgba(239,51,77,.18)}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__campaign span{grid-column:1;color:rgba(255,255,255,.76);font-size:8px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__campaign strong{grid-column:1;color:#fff;font-family:var(--hb-commerce-serif);font-size:23px;font-weight:500;letter-spacing:-.035em;line-height:1}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__campaign i{grid-row:1/3;grid-column:2;display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.65);font-size:18px;font-style:normal}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__tools{display:flex;justify-content:flex-end;margin:14px 0 0}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__tools[hidden]{display:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__tools button{display:inline-flex;min-height:42px;align-items:center;gap:7px;padding:0 13px;border:1px solid var(--hb-commerce-navy);border-radius:0;background:#fff;color:var(--hb-commerce-navy);font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__tools .dashicons{width:auto;height:auto;font-size:16px;line-height:1}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__tools b{display:grid;min-width:18px;height:18px;place-items:center;border-radius:50%;background:var(--hb-commerce-red);color:#fff;font-size:9px}

	/* Native catalogue. */
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products:before,
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products:after{display:none!important;content:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product{display:flex!important;float:none!important;flex-direction:column!important;min-width:0!important;width:auto!important;margin:0!important;padding:0 0 12px!important;border:1px solid var(--hb-commerce-line)!important;background:var(--hb-commerce-card)!important;box-shadow:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product :is(.woocommerce-LoopProduct-link,.woocommerce-loop-product__link){display:block!important;color:var(--hb-commerce-ink)!important;text-decoration:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product img{display:block!important;aspect-ratio:4/5!important;width:100%!important;height:auto!important;margin:0!important;object-fit:cover!important;background:#edf0f1!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product :is(.woocommerce-loop-product__title,h2){min-height:2.5em!important;margin:10px 10px 4px!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:16px!important;font-weight:500!important;letter-spacing:-.025em!important;line-height:1.08!important;text-transform:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product :is(.price,.woocommerce-Price-amount){margin:0 10px!important;color:var(--hb-commerce-navy)!important;font-size:13px!important;font-weight:900!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product :is(.button,.added_to_cart){display:flex!important;min-height:37px!important;align-items:center!important;justify-content:center!important;margin:10px 10px 0!important;padding:0 8px!important;border:1px solid var(--hb-commerce-navy)!important;border-radius:0!important;background:var(--hb-commerce-navy)!important;color:#fff!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important;line-height:1!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;box-shadow:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product .added_to_cart{border-color:var(--hb-commerce-line)!important;background:#fff!important;color:var(--hb-commerce-navy)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product .onsale{z-index:2!important;top:8px!important;right:8px!important;left:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:5px 7px!important;border-radius:0!important;background:var(--hb-commerce-red)!important;color:#fff!important;font-size:8px!important;line-height:1!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce .woocommerce-pagination{margin:24px 0!important;text-align:center!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce .woocommerce-pagination ul{border:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce .woocommerce-pagination li{border-color:var(--hb-commerce-line)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce .woocommerce-pagination a,
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce .woocommerce-pagination span{min-width:36px!important;padding:10px!important;background:#fff!important;color:var(--hb-commerce-navy)!important;font-size:11px!important}

	/* Product detail. Native variation fields, stock and add-to-cart form stay
	   visible and are only styled. */
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce div.product{display:grid!important;gap:18px!important;max-width:720px!important;margin:0 auto!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce div.product :is(.woocommerce-product-gallery,.summary.entry-summary){float:none!important;width:100%!important;margin:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce-product-gallery{padding:0!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce-product-gallery__wrapper img{display:block!important;aspect-ratio:1/1!important;width:100%!important;object-fit:cover!important;background:#eef0f1!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .flex-control-thumbs{display:flex!important;gap:7px!important;overflow-x:auto!important;margin:0!important;padding:8px!important;list-style:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .flex-control-thumbs li{flex:0 0 54px!important;width:54px!important;margin:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .flex-control-thumbs img{aspect-ratio:1/1!important;opacity:.66!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .flex-control-thumbs .flex-active{opacity:1!important;outline:2px solid var(--hb-commerce-red)!important;outline-offset:2px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .summary.entry-summary{display:grid!important;gap:13px!important;padding:2px 1px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .product_title{margin:0!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:29px!important;font-weight:500!important;letter-spacing:-.06em!important;line-height:.98!important;text-transform:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .summary .price{margin:0!important;color:var(--hb-commerce-navy)!important;font-size:19px!important;font-weight:900!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .summary :is(.woocommerce-product-details__short-description,.stock,.sku_wrapper,.posted_in){margin:0!important;color:var(--hb-commerce-muted)!important;font-size:12px!important;line-height:1.55!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product form.cart{display:grid!important;gap:12px!important;margin:2px 0 0!important;padding:15px!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product table.variations{width:100%!important;margin:0!important;border:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product table.variations :is(th,td){display:block!important;padding:0 0 8px!important;border:0!important;text-align:left!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product table.variations label{color:var(--hb-commerce-navy)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product table.variations select{width:100%!important;min-height:46px!important;padding:0 12px!important;border:1px solid var(--hb-commerce-line)!important;border-radius:0!important;background:#fff!important;color:var(--hb-commerce-ink)!important;font-size:15px!important;box-shadow:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .reset_variations{display:inline-block!important;margin-top:4px!important;color:var(--hb-commerce-red)!important;font-size:10px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .quantity{display:inline-flex!important;align-items:center!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .quantity .qty{width:52px!important;min-height:44px!important;padding:0 4px!important;border:0!important;background:#fff!important;color:var(--hb-commerce-ink)!important;font-size:16px!important;text-align:center!important;box-shadow:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) :is(.single_add_to_cart_button,#place_order,.wc-proceed-to-checkout .checkout-button){display:inline-flex!important;min-height:46px!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;border:1px solid var(--hb-commerce-red)!important;border-radius:0!important;background:var(--hb-commerce-red)!important;color:#fff!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;box-shadow:none!important;cursor:pointer!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .single_add_to_cart_button{flex:1!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product :is(.woocommerce-tabs,.related.products,.up-sells){margin:10px 0 0!important;padding-top:19px!important;border-top:1px solid var(--hb-commerce-line)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce-tabs ul.tabs{display:flex!important;gap:4px!important;overflow-x:auto!important;margin:0 0 13px!important;padding:0!important;list-style:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce-tabs ul.tabs:before{display:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce-tabs ul.tabs li{flex:0 0 auto!important;margin:0!important;padding:0!important;border:1px solid var(--hb-commerce-line)!important;border-radius:0!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce-tabs ul.tabs li a{display:block!important;padding:10px!important;color:var(--hb-commerce-navy)!important;font-size:9px!important;font-weight:900!important;text-decoration:none!important;text-transform:uppercase!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-product .woocommerce-tabs .panel{margin:0!important;padding:0!important;color:var(--hb-commerce-muted)!important;font-size:13px!important;line-height:1.6!important}

	/* Cart. The table keeps its native semantics and can scroll horizontally on a
	   small phone instead of being re-created as a fragile custom layout. */
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .woocommerce-cart-form{overflow-x:auto!important;margin:0 -2px!important;padding:0 2px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart table.shop_table.cart{min-width:570px!important;width:100%!important;margin:0!important;border:1px solid var(--hb-commerce-line)!important;border-collapse:collapse!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart table.shop_table.cart :is(th,td){padding:12px 9px!important;border-color:var(--hb-commerce-line)!important;color:var(--hb-commerce-ink)!important;font-size:11px!important;text-align:left!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart table.shop_table.cart th{color:var(--hb-commerce-muted)!important;font-size:8px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart table.shop_table.cart .product-thumbnail img{width:52px!important;max-width:52px!important;height:auto!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart table.shop_table.cart .product-name a{color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:15px!important;font-weight:500!important;text-decoration:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart table.shop_table.cart .product-remove a{color:var(--hb-commerce-red)!important;font-size:21px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .coupon{display:flex!important;gap:8px!important;align-items:stretch!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .coupon input{min-width:0!important;min-height:42px!important;padding:0 10px!important;border:1px solid var(--hb-commerce-line)!important;border-radius:0!important;color:var(--hb-commerce-ink)!important;font-size:13px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart :is(button[name="update_cart"],.coupon .button){min-height:42px!important;padding:0 12px!important;border:1px solid var(--hb-commerce-navy)!important;border-radius:0!important;background:#fff!important;color:var(--hb-commerce-navy)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .cart-collaterals{display:grid!important;gap:14px!important;margin:18px 0 0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .cart_totals{float:none!important;width:100%!important;margin:0!important;padding:16px!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .cart_totals h2{margin:0 0 13px!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:25px!important;font-weight:500!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .cart_totals table{width:100%!important;border-collapse:collapse!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .cart_totals :is(th,td){padding:9px 0!important;border-color:var(--hb-commerce-line)!important;color:var(--hb-commerce-ink)!important;font-size:12px!important;text-align:left!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .cart_totals td{text-align:right!important;font-weight:900!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .wc-proceed-to-checkout{margin:15px 0 0!important;padding:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-cart .wc-proceed-to-checkout .checkout-button{width:100%!important;margin:0!important}

	/* Checkout. Native gateway controls stay untouched except for spacing and
	   colors; no delivery, payment or order copy is invented by the plugin. */
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout form.woocommerce-checkout{display:grid!important;gap:17px!important;margin:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .col2-set{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;width:100%!important;margin:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .col-1,
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .col-2{float:none!important;width:100%!important;margin:0!important;padding:16px!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout :is(.woocommerce-billing-fields>h3,.woocommerce-shipping-fields>h3,#order_review_heading){margin:0 0 15px!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:27px!important;font-weight:500!important;letter-spacing:-.035em!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .form-row{display:grid!important;gap:6px!important;margin:0 0 12px!important;padding:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .form-row label{color:var(--hb-commerce-navy)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout :is(.form-row input.input-text,.form-row textarea,.form-row select,.select2-selection){box-sizing:border-box!important;min-height:46px!important;width:100%!important;padding:0 11px!important;border:1px solid var(--hb-commerce-line)!important;border-radius:0!important;background:#fff!important;color:var(--hb-commerce-ink)!important;font-size:16px!important;box-shadow:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .form-row textarea{min-height:100px!important;padding-top:11px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .select2-selection{display:flex!important;align-items:center!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .select2-selection__rendered{padding:0!important;color:var(--hb-commerce-ink)!important;line-height:1.25!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout #order_review{padding:16px!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout #order_review table{width:100%!important;border-collapse:collapse!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout #order_review :is(th,td){padding:10px 0!important;border-color:var(--hb-commerce-line)!important;color:var(--hb-commerce-ink)!important;font-size:12px!important;text-align:left!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout #order_review td{text-align:right!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .woocommerce-checkout-payment{margin:13px 0 0!important;padding:0!important;border:0!important;background:transparent!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .payment_methods{margin:0!important;padding:0!important;border-top:1px solid var(--hb-commerce-line)!important;list-style:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .payment_methods li{margin:0!important;padding:13px 0!important;border-bottom:1px solid var(--hb-commerce-line)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .payment_methods label{color:var(--hb-commerce-ink)!important;font-size:13px!important;font-weight:800!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .payment_box{margin:10px 0 0!important;padding:11px!important;background:#f4f6f7!important;color:var(--hb-commerce-muted)!important;font-size:12px!important;line-height:1.45!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout #place_order{width:100%!important;margin:15px 0 0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-checkout .woocommerce-terms-and-conditions-wrapper{margin:12px 0 0!important;color:var(--hb-commerce-muted)!important;font-size:11px!important;line-height:1.5!important}

	/* Order confirmation reads real WooCommerce order status, customer details,
	   totals and payment method. */
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation .woocommerce-order{display:grid!important;gap:16px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation :is(.woocommerce-thankyou-order-received,.woocommerce-notice--success){margin:0!important;padding:20px!important;border:1px solid #bed8c4!important;border-left:4px solid #378451!important;background:#f5fbf6!important;color:#1b4d2a!important;font-family:var(--hb-commerce-serif)!important;font-size:28px!important;font-weight:500!important;letter-spacing:-.035em!important;line-height:1.05!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation .woocommerce-order-overview{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important;margin:0!important;padding:1px!important;list-style:none!important;background:var(--hb-commerce-line)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation .woocommerce-order-overview li{min-width:0!important;margin:0!important;padding:12px!important;border:0!important;background:#fff!important;color:var(--hb-commerce-muted)!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important;line-height:1.4!important;text-transform:uppercase!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation .woocommerce-order-overview li strong{display:block!important;margin-top:4px!important;color:var(--hb-commerce-ink)!important;font-size:13px!important;letter-spacing:0!important;text-transform:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation :is(.woocommerce-order-details,.woocommerce-customer-details){margin:0!important;padding:16px!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation :is(.woocommerce-order-details__title,.woocommerce-column__title){margin:0 0 13px!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:26px!important;font-weight:500!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation :is(.woocommerce-table--order-details,.woocommerce-table--order-downloads){width:100%!important;border-collapse:collapse!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation :is(.woocommerce-table--order-details th,.woocommerce-table--order-details td){padding:9px 0!important;border-color:var(--hb-commerce-line)!important;color:var(--hb-commerce-ink)!important;font-size:12px!important;text-align:left!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-context-confirmation .woocommerce-customer-details address{margin:0!important;color:var(--hb-commerce-muted)!important;font-size:13px!important;font-style:normal!important;line-height:1.6!important}

	/* Woo Blocks remain WooCommerce; they get the same restrained surface. */
	body.hb-commerce-native-app:not(.hb-commerce-app-document) :is(.wc-block-cart,.wc-block-checkout,.wc-block-order-confirmation){box-sizing:border-box!important;width:100%!important;margin:0!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-sans)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) :is(.wc-block-cart__submit-container,.wc-block-checkout__actions){padding:15px!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) :is(.wc-block-components-button,.wc-block-cart__submit-button){min-height:46px!important;border-radius:0!important;background:var(--hb-commerce-red)!important;color:#fff!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}

	/* Drawer only appears when JavaScript found an installed source widget. */
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer[hidden]{display:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer{position:fixed!important;z-index:100120!important;inset:0!important;display:grid!important;align-items:end!important;background:rgba(5,18,31,.52)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer__backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;border:0!important;background:transparent!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer__panel{position:relative!important;z-index:1!important;display:grid!important;max-height:min(80svh,700px)!important;overflow:auto!important;padding:0 0 calc(16px + env(safe-area-inset-bottom,0px))!important;border-radius:19px 19px 0 0!important;background:#fff!important;color:var(--hb-commerce-ink)!important;box-shadow:0 -24px 70px rgba(4,17,28,.28)!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer__panel>header{position:sticky!important;z-index:1!important;top:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:18px!important;border-bottom:1px solid var(--hb-commerce-line)!important;background:#fff!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer__panel>header span{display:grid!important;gap:3px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer__panel>header small{color:var(--hb-commerce-red)!important;font-size:8px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer__panel>header strong{font-family:var(--hb-commerce-serif)!important;font-size:26px!important;font-weight:500!important;letter-spacing:-.035em!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-filter-drawer__panel>header button{display:grid!important;width:42px!important;height:42px!important;place-items:center!important;padding:0!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important;color:var(--hb-commerce-navy)!important;font-size:26px!important;cursor:pointer!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) [data-hb-commerce-filter-content]{padding:16px!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) [data-hb-commerce-filter-content] :is(.woof,.wpfMainWrapper,.berocket_aapf_widget-wrapper,.berocket_aapf_widget,.yith-wcan-filters,.wpc-filters-widget-main-wrapper,.prdctfltr_wc){display:block!important;max-width:none!important;margin:0!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-has-filter-drawer:not(.hb-commerce-filter-open) :is(.woof,.wpfMainWrapper,.berocket_aapf_widget-wrapper,.berocket_aapf_widget,.yith-wcan-filters,.wpc-filters-widget-main-wrapper,.prdctfltr_wc){display:none!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document).hb-commerce-filter-open{overflow:hidden!important}
	body.hb-commerce-native-app:not(.hb-commerce-app-document) :is(.hb-commerce-discovery a,.hb-commerce-discovery button,.woocommerce a,.woocommerce button,.woocommerce input,.woocommerce select,.woocommerce textarea,.hb-commerce-filter-drawer button):focus-visible{outline:3px solid var(--hb-commerce-red)!important;outline-offset:3px!important}

	@media(max-width:370px){
		body.hb-commerce-native-app:not(.hb-commerce-app-document) :is(main,.site-main,.td-main-content-wrap){padding-right:10px!important;padding-left:10px!important}
		body.hb-commerce-native-app:not(.hb-commerce-app-document) .hb-commerce-discovery__terms{margin-right:-10px;margin-left:-10px;padding-right:10px;padding-left:10px}
		body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products{gap:9px!important}
		body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product :is(.woocommerce-loop-product__title,h2){margin-right:8px!important;margin-left:8px!important;font-size:15px!important}
		body.hb-commerce-native-app:not(.hb-commerce-app-document) .woocommerce ul.products li.product :is(.price,.woocommerce-Price-amount){margin-right:8px!important;margin-left:8px!important}
	}
}

/* Desktop Premium Café keeps the web header and the native Woo catalogue. */
@media(min-width:901px){
	body.hb-premium-cafe-page{background:var(--hb-commerce-paper)!important;color:var(--hb-commerce-ink)!important}
	body.hb-premium-cafe-page .td-main-content-wrap,
	body.hb-premium-cafe-page .site-main{box-sizing:border-box!important;background:var(--hb-commerce-paper)!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro{box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(310px,.48fr)!important;gap:46px!important;align-items:end!important;max-width:1280px!important;margin:38px auto 30px!important;padding:48px!important;border:1px solid #d6dbe0!important;background:linear-gradient(120deg,#0a3157 0%,#123f6d 65%,#143455 100%)!important;color:#fff!important;box-shadow:0 20px 50px rgba(10,49,87,.14)!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro[hidden]{display:none!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro>div{display:grid!important;gap:13px!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro small{color:#ff7b8d!important;font:900 10px/1 var(--hb-commerce-sans)!important;letter-spacing:.17em!important;text-transform:uppercase!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro h1{max-width:15ch!important;margin:0!important;color:#fff!important;font-family:var(--hb-commerce-serif)!important;font-size:36px!important;font-weight:500!important;letter-spacing:-.06em!important;line-height:.96!important;text-wrap:balance!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro p{max-width:58ch!important;margin:0!important;color:#d8e4ed!important;font:14px/1.58 var(--hb-commerce-sans)!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro nav{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro nav a{display:inline-flex!important;min-height:40px!important;align-items:center!important;padding:0 13px!important;border:1px solid rgba(255,255,255,.35)!important;background:transparent!important;color:#fff!important;font:900 9px/1 var(--hb-commerce-sans)!important;letter-spacing:.07em!important;text-decoration:none!important;text-transform:uppercase!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro nav a.is-current{border-color:var(--hb-commerce-red)!important;background:var(--hb-commerce-red)!important}
	body.hb-premium-cafe-page .woocommerce{box-sizing:border-box!important;width:min(1280px,calc(100% - 48px))!important;max-width:none!important;margin:0 auto 62px!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-sans)!important}
	body.hb-premium-cafe-page .woocommerce :is(.woocommerce-products-header__title,.page-title,.entry-title){max-width:16ch!important;margin:0 0 13px!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:36px!important;font-weight:500!important;letter-spacing:-.06em!important;line-height:.96!important}
	body.hb-premium-cafe-page .woocommerce :is(.woocommerce-result-count,.term-description){color:var(--hb-commerce-muted)!important;font-size:13px!important;line-height:1.55!important}
	body.hb-premium-cafe-page .woocommerce .woocommerce-ordering select{min-height:42px!important;padding:0 32px 0 12px!important;border:1px solid var(--hb-commerce-line)!important;border-radius:0!important;background:#fff!important;color:var(--hb-commerce-ink)!important;font-size:11px!important}
	body.hb-premium-cafe-page .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;width:100%!important;margin:24px 0 0!important;padding:0!important;list-style:none!important}
	body.hb-premium-cafe-page .woocommerce ul.products:before,
	body.hb-premium-cafe-page .woocommerce ul.products:after{display:none!important;content:none!important}
	body.hb-premium-cafe-page .woocommerce ul.products li.product{display:flex!important;float:none!important;flex-direction:column!important;min-width:0!important;width:auto!important;margin:0!important;padding:0 0 16px!important;border:1px solid var(--hb-commerce-line)!important;background:#fff!important;box-shadow:none!important}
	body.hb-premium-cafe-page .woocommerce ul.products li.product :is(.woocommerce-LoopProduct-link,.woocommerce-loop-product__link){color:var(--hb-commerce-ink)!important;text-decoration:none!important}
	body.hb-premium-cafe-page .woocommerce ul.products li.product img{display:block!important;aspect-ratio:4/5!important;width:100%!important;height:auto!important;margin:0!important;object-fit:cover!important;background:#eef0f1!important}
	body.hb-premium-cafe-page .woocommerce ul.products li.product :is(.woocommerce-loop-product__title,h2){min-height:2.2em!important;margin:13px 14px 6px!important;color:var(--hb-commerce-ink)!important;font-family:var(--hb-commerce-serif)!important;font-size:20px!important;font-weight:500!important;letter-spacing:-.03em!important;line-height:1.08!important;text-transform:none!important}
	body.hb-premium-cafe-page .woocommerce ul.products li.product :is(.price,.woocommerce-Price-amount){margin:0 14px!important;color:var(--hb-commerce-navy)!important;font-size:14px!important;font-weight:900!important}
	body.hb-premium-cafe-page .woocommerce ul.products li.product :is(.button,.added_to_cart){display:flex!important;min-height:42px!important;align-items:center!important;justify-content:center!important;margin:14px 14px 0!important;padding:0 10px!important;border:1px solid var(--hb-commerce-navy)!important;border-radius:0!important;background:var(--hb-commerce-navy)!important;color:#fff!important;font-size:9px!important;font-weight:900!important;letter-spacing:.08em!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important}
	body.hb-premium-cafe-page .woocommerce ul.products li.product .added_to_cart{border-color:var(--hb-commerce-line)!important;background:#fff!important;color:var(--hb-commerce-navy)!important}
	body.hb-premium-cafe-page .woocommerce ul.products li.product .onsale{z-index:2!important;top:11px!important;right:11px!important;left:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:6px 8px!important;border-radius:0!important;background:var(--hb-commerce-red)!important;color:#fff!important;font-size:8px!important;line-height:1!important}
	body.hb-premium-cafe-page :is(.hb-premium-cafe-intro a,.woocommerce a,.woocommerce button,.woocommerce input,.woocommerce select):focus-visible{outline:3px solid var(--hb-commerce-red)!important;outline-offset:3px!important}
}

@media(min-width:901px) and (max-width:1180px){
	body.hb-premium-cafe-page .hb-premium-cafe-intro{grid-template-columns:1fr!important;gap:26px!important;margin-right:24px!important;margin-left:24px!important}
	body.hb-premium-cafe-page .hb-premium-cafe-intro nav{justify-content:flex-start!important}
	body.hb-premium-cafe-page .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* 1.30.1: themes such as Newspaper/Elementor can emit a second mobile
 * toolbar outside the usual header wrapper. The app supplies its own chrome. */
@media(max-width:900px){
	body.hb-commerce-native-app :is(.tdb-header,.tdb-header-mobile,.tdm-header,.tdm-menu,#td-mobile-nav,.td-mobile-nav,[data-elementor-type="header"]){display:none!important}
	body.hb-commerce-native-app .hb-commerce-legacy-hero{display:none!important}
}

/* -------------------------------------------------------------------------
   1.32 application document — plugin-owned catalogue and transaction frame.
   No Newspaper markup is required for any of these selectors.
   ------------------------------------------------------------------------- */
body.hb-commerce-app-document{background:var(--hb-commerce-paper)!important;color:var(--hb-commerce-ink)!important}
body.hb-commerce-app-document .hb-commerce-app-document__main{box-sizing:border-box;width:100%;background:var(--hb-commerce-paper);color:var(--hb-commerce-ink);font-family:var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-catalog-hero{display:grid;gap:18px;background:linear-gradient(135deg,#071d35 0%,#123d68 68%,#0a3157 100%);color:#fff}
body.hb-commerce-app-document .hb-commerce-catalog-hero>div{display:grid;gap:9px}
body.hb-commerce-app-document .hb-commerce-catalog-hero small{color:#ff8697;font:900 9px/1 var(--hb-commerce-sans);letter-spacing:.15em;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-catalog-hero h1{max-width:16ch;margin:0;color:inherit;font:500 clamp(32px,8vw,50px)/.94 var(--hb-commerce-serif);letter-spacing:-.06em;text-wrap:balance}
body.hb-commerce-app-document .hb-commerce-catalog-hero p{max-width:55ch;margin:0;color:#dce8f1;font:13px/1.55 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-catalog-hero__campaign{display:grid;grid-template-columns:1fr auto;gap:2px;align-items:center;min-height:66px;padding:13px 15px;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.08);color:#fff;text-decoration:none}
body.hb-commerce-app-document .hb-commerce-catalog-hero__campaign span{grid-column:1;color:#ff9aa7;font:900 8px/1 var(--hb-commerce-sans);letter-spacing:.13em;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-catalog-hero__campaign strong{grid-column:1;font:500 21px/1.05 var(--hb-commerce-serif)}
body.hb-commerce-app-document .hb-commerce-catalog-hero__campaign i{grid-column:2;grid-row:1 / span 2;font:400 26px/1 var(--hb-commerce-sans);font-style:normal}
body.hb-commerce-app-document .hb-commerce-category-rail{display:grid;grid-auto-columns:minmax(86px,1fr);grid-auto-flow:column;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
body.hb-commerce-app-document .hb-commerce-category-rail>a{display:grid;min-height:76px;place-items:center;align-content:center;gap:6px;padding:8px;border:1px solid var(--hb-commerce-line);background:#fff;color:var(--hb-commerce-ink);font:900 9px/1.1 var(--hb-commerce-sans);letter-spacing:.04em;text-align:center;text-decoration:none;text-transform:uppercase;scroll-snap-align:start}
body.hb-commerce-app-document .hb-commerce-category-rail>a.is-current{border-color:var(--hb-commerce-navy);background:var(--hb-commerce-navy);color:#fff}
body.hb-commerce-app-document .hb-commerce-category-rail :is(img,span){display:grid;width:30px;height:30px;place-items:center;object-fit:cover}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--hb-commerce-line)}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar>div{display:grid;gap:3px}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar small{color:var(--hb-commerce-muted);font:900 8px/1 var(--hb-commerce-sans);letter-spacing:.11em;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar strong{font:500 22px/1 var(--hb-commerce-serif)}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar button{display:inline-flex;min-height:42px;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--hb-commerce-navy);background:#fff;color:var(--hb-commerce-navy);font:900 9px/1 var(--hb-commerce-sans);letter-spacing:.07em;text-transform:uppercase;cursor:pointer}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar button b{display:grid;min-width:17px;height:17px;place-items:center;border-radius:50%;background:var(--hb-commerce-red);color:#fff;font-size:8px}
body.hb-commerce-app-document .hb-commerce-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.hb-commerce-app-document .hb-commerce-product-card{display:grid;grid-template-rows:auto 1fr;min-width:0;border:1px solid var(--hb-commerce-line);background:#fff}
body.hb-commerce-app-document .hb-commerce-product-card__image{display:grid;aspect-ratio:4/5;place-items:center;overflow:hidden;background:#eef0f1}
body.hb-commerce-app-document .hb-commerce-product-card__image img{display:block;width:100%;height:100%;object-fit:cover}
body.hb-commerce-app-document .hb-commerce-product-card__fallback{display:grid;width:52px;height:52px;place-items:center;border:1px solid #afbcc7;color:var(--hb-commerce-navy);font:900 14px/1 var(--hb-commerce-sans);letter-spacing:.06em}
body.hb-commerce-app-document .hb-commerce-product-card>div{display:flex;min-height:0;flex-direction:column;align-items:stretch;padding:11px}
body.hb-commerce-app-document .hb-commerce-product-card small{display:block;margin-bottom:7px;font:800 8px/1 var(--hb-commerce-sans);letter-spacing:.08em;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-product-card small.is-in-stock{color:#2c7b55}
body.hb-commerce-app-document .hb-commerce-product-card small.is-out-of-stock{color:var(--hb-commerce-red)}
body.hb-commerce-app-document .hb-commerce-product-card h2{min-height:2.35em;margin:0;color:var(--hb-commerce-ink);font:500 17px/1.08 var(--hb-commerce-serif);letter-spacing:-.025em}
body.hb-commerce-app-document .hb-commerce-product-card h2 a{color:inherit;text-decoration:none}
body.hb-commerce-app-document .hb-commerce-product-card .price{margin:9px 0;color:var(--hb-commerce-navy);font:900 13px/1.15 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-product-card__cta{display:flex;min-height:37px;align-items:center;justify-content:center;margin-top:auto;border:1px solid var(--hb-commerce-navy);background:var(--hb-commerce-navy);color:#fff;font:900 8px/1 var(--hb-commerce-sans);letter-spacing:.08em;text-align:center;text-decoration:none;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-catalog-empty{grid-column:1/-1;margin:0;padding:28px;border:1px solid var(--hb-commerce-line);background:#fff;color:var(--hb-commerce-muted);font:14px/1.5 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-catalog-pagination{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}
body.hb-commerce-app-document .hb-commerce-catalog-pagination a{display:inline-flex;min-width:38px;min-height:38px;align-items:center;justify-content:center;padding:0 10px;border:1px solid var(--hb-commerce-line);background:#fff;color:var(--hb-commerce-navy);font:900 10px/1 var(--hb-commerce-sans);text-decoration:none}
body.hb-commerce-app-document .hb-commerce-catalog-pagination a.is-current{border-color:var(--hb-commerce-navy);background:var(--hb-commerce-navy);color:#fff}
body.hb-commerce-app-document .hb-commerce-transaction-heading{display:grid;gap:9px;border-bottom:1px solid var(--hb-commerce-line)}
body.hb-commerce-app-document .hb-commerce-transaction-heading small{color:var(--hb-commerce-red);font:900 9px/1 var(--hb-commerce-sans);letter-spacing:.14em;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-transaction-heading h1{max-width:17ch;margin:0;color:var(--hb-commerce-ink);font:500 clamp(30px,7vw,46px)/.95 var(--hb-commerce-serif);letter-spacing:-.06em}
body.hb-commerce-app-document .hb-commerce-transaction-heading p{max-width:58ch;margin:0;color:var(--hb-commerce-muted);font:13px/1.55 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-transaction{margin-inline:auto}
body.hb-commerce-app-document [data-hb-commerce-filter-form]{display:grid;gap:14px;padding:16px}
body.hb-commerce-app-document [data-hb-commerce-filter-form]>label{display:grid;gap:7px;color:var(--hb-commerce-navy);font:900 9px/1 var(--hb-commerce-sans);letter-spacing:.08em;text-transform:uppercase}
body.hb-commerce-app-document [data-hb-commerce-filter-form] :is(input[type="search"],input[type="number"],select){box-sizing:border-box;width:100%;min-height:46px;padding:0 12px;border:1px solid var(--hb-commerce-line);border-radius:0;background:#fff;color:var(--hb-commerce-ink);font:15px/1 var(--hb-commerce-sans);letter-spacing:0;text-transform:none}
body.hb-commerce-app-document [data-hb-commerce-filter-form] .hb-commerce-filter-check{display:flex;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-height:30px;color:var(--hb-commerce-ink);letter-spacing:0;text-transform:none}
body.hb-commerce-app-document [data-hb-commerce-filter-form] .hb-commerce-filter-check input{width:18px;height:18px;margin:0;accent-color:var(--hb-commerce-red)}
body.hb-commerce-app-document .hb-commerce-filter-drawer__actions{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1.5fr;gap:9px;padding:12px 0 0;background:#fff}
body.hb-commerce-app-document .hb-commerce-filter-drawer__actions :is(a,button){display:flex;min-height:46px;align-items:center;justify-content:center;padding:0 10px;border:1px solid var(--hb-commerce-navy);background:#fff;color:var(--hb-commerce-navy);font:900 9px/1 var(--hb-commerce-sans);letter-spacing:.06em;text-align:center;text-decoration:none;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-filter-drawer__actions button{border-color:var(--hb-commerce-red);background:var(--hb-commerce-red);color:#fff;cursor:pointer}

@media(max-width:900px){
	/* The standalone document owns a normal-flow premium header.  It must not
	 * inherit the empty reserved area used by the legacy fixed mobile chrome. */
	body.hb-commerce-app-document{padding-top:0!important;padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))!important;scroll-padding-top:0!important}
	body.hb-commerce-app-document .hb-commerce-app-document__main{padding:0 14px 30px!important}
	body.hb-commerce-app-document .hb-commerce-catalog-hero{margin:0 -14px;padding:27px 16px 24px}
	body.hb-commerce-app-document .hb-commerce-category-rail{margin:17px -14px 18px;padding:0 14px 5px}
	body.hb-commerce-app-document .hb-commerce-catalog-toolbar{margin:0 0 16px;padding:0 0 13px}
	body.hb-commerce-app-document .hb-commerce-product-grid{margin:0 0 23px}
	body.hb-commerce-app-document .hb-commerce-transaction-heading{margin:21px 0 18px;padding:0 0 15px}
	body.hb-commerce-app-document .hb-commerce-transaction{width:100%;max-width:720px}
	body.hb-commerce-app-document .hb-commerce-filter-drawer__panel{max-height:min(86svh,760px)!important}
}

@media(min-width:901px){
	body.hb-commerce-app-document{padding:0!important}
	body.hb-commerce-app-document .hb-commerce-native-shell{display:block;height:auto;margin:0;padding:0;font-family:var(--hb-commerce-sans)}
	body.hb-commerce-app-document .hb-world-topbar{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;max-width:1240px;height:78px;margin:0 auto;padding:0 26px;border-bottom:1px solid var(--hb-commerce-line);background:var(--hb-commerce-paper)}
	body.hb-commerce-app-document .hb-mobile-app__menu-toggle{display:grid;width:44px;height:44px;place-items:center;border:0;background:transparent;color:var(--hb-commerce-navy);cursor:pointer}
	body.hb-commerce-app-document .hb-mobile-app__brand{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--hb-commerce-navy);text-decoration:none}
	body.hb-commerce-app-document .hb-mobile-app__brand img{display:block;width:142px;height:auto}
	body.hb-commerce-app-document .hb-mobile-app__brand span{padding-left:12px;border-left:1px solid var(--hb-commerce-line);font:900 10px/1 var(--hb-commerce-sans);letter-spacing:.14em;text-transform:uppercase}
	body.hb-commerce-app-document .hb-world-topbar>div{display:flex;justify-content:flex-end}
	body.hb-commerce-app-document .hb-world-topbar>div>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
	body.hb-commerce-app-document .hb-world-account{display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border:1px solid var(--hb-commerce-line);border-radius:50%;background:#fff;color:var(--hb-commerce-navy);text-decoration:none}
	body.hb-commerce-app-document .hb-world-account .avatar{width:100%;height:100%;object-fit:cover}
	body.hb-commerce-app-document .hb-commerce-app__section-nav{display:flex;justify-content:center;gap:34px;min-height:52px;border-bottom:1px solid var(--hb-commerce-line);background:#fff}
	body.hb-commerce-app-document .hb-commerce-app__section-nav>a{position:relative;display:inline-flex;align-items:center;gap:6px;color:var(--hb-commerce-muted);font:900 11px/1 var(--hb-commerce-sans);letter-spacing:.08em;text-decoration:none;text-transform:uppercase}
	body.hb-commerce-app-document .hb-commerce-app__section-nav>a.is-current{color:var(--hb-commerce-navy)}
	body.hb-commerce-app-document .hb-commerce-app__section-nav>a.is-current:after{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--hb-commerce-red);content:""}
	body.hb-commerce-app-document .hb-commerce-bottom-nav{display:none!important}
	body.hb-commerce-app-document .hb-commerce-app-document__main{max-width:1240px;margin:0 auto;padding:44px 28px 76px}
	body.hb-commerce-app-document .hb-commerce-catalog-hero{grid-template-columns:minmax(0,1fr) minmax(290px,.48fr);align-items:end;padding:52px}
	body.hb-commerce-app-document .hb-commerce-category-rail{margin:28px 0;grid-auto-columns:minmax(120px,1fr)}
	body.hb-commerce-app-document .hb-commerce-catalog-toolbar{margin-bottom:23px;padding-bottom:17px}
	body.hb-commerce-app-document .hb-commerce-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:32px}
	body.hb-commerce-app-document .hb-commerce-product-card h2{font-size:21px}
	body.hb-commerce-app-document .hb-commerce-transaction-heading{margin:0 0 28px;padding-bottom:22px}
	body.hb-commerce-app-document .hb-commerce-transaction{max-width:960px}
}

/* -------------------------------------------------------------------------
   1.32.0 finishing layer — the approved commerce app, including desktop Café.
   These rules only address the document emitted by the plugin, never a normal
   WordPress page or a native payment return route.
   ------------------------------------------------------------------------- */
html:has(body.hb-commerce-app-document){margin-top:0!important}
body.hb-commerce-app-document #wpadminbar,
body.hb-commerce-app-document .hb-commerce-legacy-chrome{display:none!important;visibility:hidden!important;pointer-events:none!important}
body.hb-commerce-app-document.hb-commerce-filter-open,
body.hb-commerce-app-document.hb-commerce-category-open{overflow:hidden!important}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer,.hb-commerce-category-drawer)[hidden]{display:none!important}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer,.hb-commerce-category-drawer){position:fixed;z-index:100120;inset:0;display:grid;align-items:end;background:rgba(5,18,31,.52)}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer__backdrop,.hb-commerce-category-drawer__backdrop){position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer__panel,.hb-commerce-category-drawer__panel){position:relative;z-index:1;width:100%;max-height:min(84svh,760px);overflow:auto;padding:0 0 calc(16px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;background:#fff;color:var(--hb-commerce-ink);box-shadow:0 -24px 70px rgba(4,17,28,.28)}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer__panel,.hb-commerce-category-drawer__panel)>header{position:sticky;z-index:1;top:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid #e7e8e9;background:rgba(255,255,255,.98)}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer__panel,.hb-commerce-category-drawer__panel)>header span{display:grid;gap:4px}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer__panel,.hb-commerce-category-drawer__panel)>header small{color:var(--hb-commerce-red);font:900 9px/1 var(--hb-commerce-sans);letter-spacing:.14em;text-transform:uppercase}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer__panel,.hb-commerce-category-drawer__panel)>header strong{color:var(--hb-commerce-navy);font:800 25px/1 var(--hb-commerce-sans);letter-spacing:-.04em}
body.hb-commerce-app-document :is(.hb-commerce-filter-drawer__panel,.hb-commerce-category-drawer__panel)>header button{display:grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid #dfe2e6;border-radius:50%;background:#fff;color:var(--hb-commerce-navy);font:27px/1 var(--hb-commerce-sans);cursor:pointer}
body.hb-commerce-app-document .hb-commerce-category-drawer nav{display:grid;padding:8px 16px 18px}
body.hb-commerce-app-document .hb-commerce-category-drawer nav a{display:flex;min-height:58px;align-items:center;gap:13px;padding:0 6px;border-bottom:1px solid #edf0f2;color:var(--hb-commerce-navy);font:800 14px/1 var(--hb-commerce-sans);text-decoration:none}
body.hb-commerce-app-document .hb-commerce-category-drawer nav a span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#f1f3f5;color:var(--hb-commerce-red)}
body.hb-commerce-app-document .hb-commerce-category-drawer nav a.is-current{color:var(--hb-commerce-red)}
body.hb-commerce-app-document .hb-commerce-category-drawer nav a.is-current span{background:var(--hb-commerce-navy);color:#fff}
body.hb-commerce-app-document .hb-commerce-filter-price{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.hb-commerce-app-document .hb-commerce-filter-price label{display:grid;gap:7px;color:var(--hb-commerce-navy);font:900 9px/1 var(--hb-commerce-sans);letter-spacing:.08em;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-catalog-filter-error{margin:-7px 0 15px;padding:12px 14px;border:1px solid #f1c8cf;border-radius:12px;background:#fff5f6;color:#a41e33;font:700 12px/1.45 var(--hb-commerce-sans)}

/* The Café keeps the warm, editorial rhythm of the approved screen; its real
   Woo product images still provide the offered ready drinks and printed mugs. */
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 18%,rgba(215,191,150,.48),transparent 31%),linear-gradient(135deg,#f8f3e9 0%,#eee5d7 100%);color:var(--hb-commerce-navy)}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero:after{position:absolute;right:-42px;bottom:-46px;width:178px;height:178px;border:1px solid rgba(10,49,87,.18);border-radius:50%;box-shadow:-38px -28px 0 rgba(255,255,255,.34);content:""}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero>div{position:relative;z-index:1}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero small{color:#bd2e3f}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero h1{max-width:11ch;font-family:var(--hb-commerce-serif);letter-spacing:-.055em}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero p{max-width:33ch;color:#536273}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-category-rail>a{border-radius:24px;font-size:10px;text-transform:none}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card{border:0;border-radius:18px;overflow:hidden;background:#f8f3ea;box-shadow:none}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card__image{background:#f2eadf}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card h2{font-family:var(--hb-commerce-serif);font-size:21px}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card__cta{border-radius:10px;background:var(--hb-commerce-navy)}

/* Product, cart, checkout and order confirmation are deliberately styled here
   rather than inheriting Newspaper on desktop. WooCommerce remains the engine. */
body.hb-commerce-app-document .woocommerce{box-sizing:border-box;width:100%;max-width:100%;color:var(--hb-commerce-navy);font-family:var(--hb-commerce-sans)}
body.hb-commerce-app-document .woocommerce :is(a,button,input,select,textarea){font-family:var(--hb-commerce-sans)}
body.hb-commerce-app-document .woocommerce :is(.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-notice){box-sizing:border-box;margin:0 0 16px;padding:14px 16px;border:1px solid #dfe4e8;border-radius:14px;background:#fff;color:var(--hb-commerce-navy);font:14px/1.45 var(--hb-commerce-sans)}
body.hb-commerce-app-document .woocommerce .woocommerce-error{border-color:#f0c7cf;color:#a51d32}
body.hb-commerce-app-document .woocommerce div.product{display:grid;gap:28px}
body.hb-commerce-app-document .woocommerce div.product :is(.woocommerce-product-gallery,.summary.entry-summary){float:none;width:100%;margin:0}
body.hb-commerce-app-document .woocommerce-product-gallery{overflow:hidden;border:1px solid #e4e7e9;border-radius:22px;background:#f5f4f2}
body.hb-commerce-app-document .woocommerce-product-gallery__wrapper img{display:block;aspect-ratio:1/1;width:100%;object-fit:contain;background:#f5f4f2}
body.hb-commerce-app-document .flex-control-thumbs{display:flex;gap:8px;overflow-x:auto;margin:0;padding:10px;list-style:none}
body.hb-commerce-app-document .flex-control-thumbs li{flex:0 0 62px;width:62px;margin:0}
body.hb-commerce-app-document .flex-control-thumbs img{display:block;aspect-ratio:1;border:1px solid transparent;border-radius:10px;object-fit:cover;opacity:.72}
body.hb-commerce-app-document .flex-control-thumbs .flex-active{border-color:var(--hb-commerce-navy);opacity:1}
body.hb-commerce-app-document .summary.entry-summary{display:grid;gap:15px}
body.hb-commerce-app-document .product_title{margin:0;color:var(--hb-commerce-navy);font:800 clamp(27px,5vw,45px)/1.04 var(--hb-commerce-sans);letter-spacing:-.055em;text-transform:uppercase}
body.hb-commerce-app-document .summary .price{margin:0;color:var(--hb-commerce-navy);font:900 29px/1 var(--hb-commerce-sans)}
body.hb-commerce-app-document .summary :is(.woocommerce-product-details__short-description,.stock,.sku_wrapper,.posted_in){margin:0;color:#667487;font:15px/1.55 var(--hb-commerce-sans)}
body.hb-commerce-app-document form.cart{display:grid;gap:14px;margin:4px 0 0;padding:20px;border:1px solid #e0e4e8;border-radius:18px;background:#fff}
body.hb-commerce-app-document table.variations{width:100%;margin:0;border:0}
body.hb-commerce-app-document table.variations :is(th,td){display:block;padding:0 0 9px;border:0;text-align:left}
body.hb-commerce-app-document table.variations label{color:var(--hb-commerce-navy);font:800 12px/1 var(--hb-commerce-sans)}
body.hb-commerce-app-document :is(table.variations select,.quantity .qty){box-sizing:border-box;min-height:48px;padding:0 13px;border:1px solid #d9dee4;border-radius:12px;background:#fff;color:var(--hb-commerce-navy);font:16px/1 var(--hb-commerce-sans);box-shadow:none}
body.hb-commerce-app-document .reset_variations{display:inline-block;margin-top:4px;color:var(--hb-commerce-red);font:700 12px/1 var(--hb-commerce-sans)}
body.hb-commerce-app-document :is(.single_add_to_cart_button,.checkout-button,#place_order,.wc-block-components-button,.wc-block-cart__submit-button){display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 20px;border:0;border-radius:13px;background:linear-gradient(135deg,#d3192f,#ef334d);color:#fff!important;font:900 13px/1 var(--hb-commerce-sans);letter-spacing:.015em;text-decoration:none!important;box-shadow:none;cursor:pointer}
body.hb-commerce-app-document .single_add_to_cart_button{width:100%}
body.hb-commerce-app-document :is(.woocommerce-tabs,.related.products,.up-sells){margin:26px 0 0;padding-top:24px;border-top:1px solid #e2e5e8}
body.hb-commerce-app-document .woocommerce-tabs ul.tabs{display:flex;gap:8px;overflow-x:auto;margin:0 0 16px;padding:0;list-style:none}
body.hb-commerce-app-document .woocommerce-tabs ul.tabs:before{display:none}
body.hb-commerce-app-document .woocommerce-tabs ul.tabs li{flex:0 0 auto;margin:0;padding:0;border:1px solid #dfe4e8;border-radius:12px;background:#fff}
body.hb-commerce-app-document .woocommerce-tabs ul.tabs li a{display:block;padding:11px 13px;color:var(--hb-commerce-navy);font:800 11px/1 var(--hb-commerce-sans);text-decoration:none;text-transform:uppercase}
body.hb-commerce-app-document .woocommerce-tabs .panel{margin:0;color:#647286;font:15px/1.65 var(--hb-commerce-sans)}
body.hb-commerce-app-document :is(.woocommerce-cart-form,.wc-block-cart){padding:18px;border:1px solid #e1e5e8;border-radius:20px;background:#fff}
body.hb-commerce-app-document :is(.wc-block-cart,.wc-block-checkout,.wc-block-order-confirmation){box-sizing:border-box;width:100%;margin:0;color:var(--hb-commerce-navy);font-family:var(--hb-commerce-sans)}
body.hb-commerce-app-document :is(.wc-block-cart__items,.wc-block-checkout__main,.wc-block-components-sidebar,.wc-block-checkout__sidebar){box-sizing:border-box;padding:18px;border:1px solid #e1e5e8;border-radius:20px;background:#fff}
body.hb-commerce-app-document .wc-block-cart-items{margin:0;border:0}
body.hb-commerce-app-document .wc-block-cart-item{display:grid;grid-template-columns:76px minmax(0,1fr);gap:13px;padding:14px 0;border-color:#edf0f2}
body.hb-commerce-app-document .wc-block-cart-item__image img{display:block;width:76px;border-radius:12px}
body.hb-commerce-app-document :is(.wc-block-cart-item__product-title,.wc-block-components-product-name){color:var(--hb-commerce-navy);font:800 15px/1.25 var(--hb-commerce-sans);text-decoration:none}
body.hb-commerce-app-document :is(.wc-block-components-totals-wrapper,.wc-block-components-totals-item){border-color:#e7eaed}
body.hb-commerce-app-document :is(.wc-block-components-totals-item__label,.wc-block-components-totals-item__value){color:var(--hb-commerce-navy);font:800 14px/1.35 var(--hb-commerce-sans)}
body.hb-commerce-app-document :is(.wc-block-components-text-input input,.wc-block-components-combobox .components-combobox-control__input,.wc-block-components-select .wc-block-components-select__select){box-sizing:border-box;min-height:48px;width:100%;padding:0 12px;border:1px solid #d9dee4;border-radius:10px;background:#fff;color:var(--hb-commerce-navy);font:16px/1 var(--hb-commerce-sans);box-shadow:none}
body.hb-commerce-app-document .wc-block-components-text-input label{color:var(--hb-commerce-navy);font:800 11px/1 var(--hb-commerce-sans);letter-spacing:.03em}
body.hb-commerce-app-document :is(.wc-block-checkout__contact-fields,.wc-block-checkout__billing-fields,.wc-block-checkout__shipping-fields,.wc-block-checkout__shipping-method,.wc-block-checkout__payment-method,.wc-block-checkout__terms,.wc-block-components-checkout-step){margin:0 0 16px;padding:0 0 16px;border-color:#e7eaed}
body.hb-commerce-app-document :is(.wc-block-components-checkout-step__title,.wc-block-components-title){margin:0 0 14px;color:var(--hb-commerce-navy);font:800 22px/1.15 var(--hb-commerce-sans)}
body.hb-commerce-app-document .wc-block-components-radio-control__option{margin:0;padding:13px 0;border-color:#e7eaed}
body.hb-commerce-app-document .wc-block-components-radio-control__label{color:var(--hb-commerce-navy);font:800 14px/1.35 var(--hb-commerce-sans)}
body.hb-commerce-app-document :is(.wc-block-cart__submit-container,.wc-block-checkout__actions){margin-top:16px;padding:0;border:0;background:transparent}
body.hb-commerce-app-document :is(.wc-block-components-button,.wc-block-cart__submit-button){width:100%;border-radius:13px}
body.hb-commerce-app-document table.shop_table{width:100%;border:0;border-collapse:collapse;background:transparent}
body.hb-commerce-app-document table.shop_table :is(th,td){padding:14px 8px;border-color:#edf0f2;color:var(--hb-commerce-navy);font:14px/1.4 var(--hb-commerce-sans);text-align:left}
body.hb-commerce-app-document table.shop_table th{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
body.hb-commerce-app-document .woocommerce-cart-form .product-thumbnail img{width:78px;max-width:78px;border-radius:12px}
body.hb-commerce-app-document .woocommerce-cart-form .product-name a{color:var(--hb-commerce-navy);font:800 15px/1.25 var(--hb-commerce-sans);text-decoration:none}
body.hb-commerce-app-document .woocommerce-cart-form .product-remove a{color:var(--hb-commerce-navy);font-size:24px;text-decoration:none}
body.hb-commerce-app-document .coupon{display:flex;gap:8px;align-items:stretch}
body.hb-commerce-app-document .coupon input{min-width:0;min-height:44px;padding:0 11px;border:1px solid #d9dee4;border-radius:10px;color:var(--hb-commerce-navy)}
body.hb-commerce-app-document :is(button[name="update_cart"],.coupon .button){min-height:44px;padding:0 13px;border:1px solid var(--hb-commerce-navy);border-radius:10px;background:#fff;color:var(--hb-commerce-navy);font:800 10px/1 var(--hb-commerce-sans);letter-spacing:.06em;text-transform:uppercase}
body.hb-commerce-app-document .cart-collaterals{display:grid;gap:18px;margin:22px 0 0}
body.hb-commerce-app-document .cart_totals{float:none;width:100%;margin:0;padding:21px;border:1px solid #e1e5e8;border-radius:20px;background:#fff}
body.hb-commerce-app-document .cart_totals h2{margin:0 0 14px;color:var(--hb-commerce-navy);font:800 25px/1 var(--hb-commerce-sans)}
body.hb-commerce-app-document .cart_totals :is(th,td){padding:11px 0;border-color:#e7eaed;color:var(--hb-commerce-navy);font:16px/1.3 var(--hb-commerce-sans);text-align:left}
body.hb-commerce-app-document .cart_totals td{text-align:right;font-weight:800}
body.hb-commerce-app-document .wc-proceed-to-checkout{margin:18px 0 0;padding:0}
body.hb-commerce-app-document .wc-proceed-to-checkout .checkout-button{width:100%;margin:0}
body.hb-commerce-app-document form.woocommerce-checkout{display:grid;gap:20px;margin:0}
body.hb-commerce-app-document .col2-set{display:grid;grid-template-columns:1fr;gap:20px;width:100%;margin:0}
body.hb-commerce-app-document :is(.col-1,.col-2){float:none;width:100%;margin:0;padding:20px;border:1px solid #e1e5e8;border-radius:20px;background:#fff}
body.hb-commerce-app-document :is(.woocommerce-billing-fields>h3,.woocommerce-shipping-fields>h3,#order_review_heading){margin:0 0 16px;color:var(--hb-commerce-navy);font:800 23px/1.1 var(--hb-commerce-sans)}
body.hb-commerce-app-document .form-row{display:grid;gap:7px;margin:0 0 14px;padding:0}
body.hb-commerce-app-document .form-row label{color:var(--hb-commerce-navy);font:800 11px/1 var(--hb-commerce-sans);letter-spacing:.03em}
body.hb-commerce-app-document :is(.form-row input.input-text,.form-row textarea,.form-row select,.select2-selection){box-sizing:border-box;min-height:48px;width:100%;padding:0 12px;border:1px solid #d9dee4;border-radius:10px;background:#fff;color:var(--hb-commerce-navy);font:16px/1 var(--hb-commerce-sans);box-shadow:none}
body.hb-commerce-app-document .form-row textarea{min-height:105px;padding-top:12px}
body.hb-commerce-app-document .select2-selection{display:flex;align-items:center}
body.hb-commerce-app-document .select2-selection__rendered{padding:0;color:var(--hb-commerce-navy);line-height:1.25}
body.hb-commerce-app-document #order_review{padding:20px;border:1px solid #e1e5e8;border-radius:20px;background:#fff}
body.hb-commerce-app-document #order_review table{width:100%;border-collapse:collapse}
body.hb-commerce-app-document #order_review :is(th,td){padding:11px 0;border-color:#e7eaed;color:var(--hb-commerce-navy);font:14px/1.4 var(--hb-commerce-sans);text-align:left}
body.hb-commerce-app-document #order_review td{text-align:right}
body.hb-commerce-app-document .woocommerce-checkout-payment{margin:15px 0 0;padding:0;border:0;background:transparent}
body.hb-commerce-app-document .payment_methods{margin:0;padding:0;border-top:1px solid #e7eaed;list-style:none}
body.hb-commerce-app-document .payment_methods li{margin:0;padding:14px 0;border-bottom:1px solid #e7eaed}
body.hb-commerce-app-document .payment_methods label{color:var(--hb-commerce-navy);font:800 14px/1.3 var(--hb-commerce-sans)}
body.hb-commerce-app-document .payment_box{margin:10px 0 0;padding:12px;border-radius:10px;background:#f4f6f7;color:#657286;font:13px/1.5 var(--hb-commerce-sans)}
body.hb-commerce-app-document #place_order{width:100%;margin:17px 0 0}
body.hb-commerce-app-document .woocommerce-terms-and-conditions-wrapper{margin:13px 0 0;color:#657286;font:12px/1.5 var(--hb-commerce-sans)}
body.hb-commerce-app-document .woocommerce-order{display:grid;gap:18px}
body.hb-commerce-app-document :is(.woocommerce-thankyou-order-received,.woocommerce-notice--success){margin:0;padding:22px;border:1px solid #cbe8dc;border-radius:18px;background:#f5fcf8;color:#1a6946;font:800 24px/1.12 var(--hb-commerce-sans)}
body.hb-commerce-app-document .woocommerce-order-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;padding:1px;border-radius:16px;list-style:none;background:#e1e5e8;overflow:hidden}
body.hb-commerce-app-document .woocommerce-order-overview li{min-width:0;margin:0;padding:14px;background:#fff;color:#687585;font:800 9px/1.4 var(--hb-commerce-sans);letter-spacing:.08em;text-transform:uppercase}
body.hb-commerce-app-document .woocommerce-order-overview li strong{display:block;margin-top:5px;color:var(--hb-commerce-navy);font:800 14px/1.25 var(--hb-commerce-sans);letter-spacing:0;text-transform:none}
body.hb-commerce-app-document :is(.woocommerce-order-details,.woocommerce-customer-details){margin:0;padding:20px;border:1px solid #e1e5e8;border-radius:20px;background:#fff}
body.hb-commerce-app-document :is(.woocommerce-order-details__title,.woocommerce-column__title){margin:0 0 14px;color:var(--hb-commerce-navy);font:800 22px/1.15 var(--hb-commerce-sans)}
body.hb-commerce-app-document .woocommerce-customer-details address{margin:0;color:#657286;font:15px/1.6 var(--hb-commerce-sans);font-style:normal}

/* -------------------------------------------------------------------------
   1.33 — approved premium mobile commerce.  These are intentionally a
   complete composition, not a WooCommerce skin: one owned header, editorial
   catalogue, clear product cards and calm transaction surfaces.
   ------------------------------------------------------------------------- */
body.hb-commerce-app-document{--hb-premium-red:#dd1d36;--hb-premium-paper:#fcfbf8;--hb-premium-soft:#f4f1eb;background:var(--hb-premium-paper)!important}
body.hb-commerce-app-document .hb-commerce-native-shell--document{display:block!important;height:auto!important;padding:0!important;background:var(--hb-premium-paper)!important}
body.hb-commerce-app-document .hb-commerce-premium-header{position:relative;z-index:5;display:grid;grid-template-columns:64px minmax(0,1fr) 86px;align-items:center;min-height:70px;padding:0 18px;border-bottom:1px solid #e8e6e1;background:rgba(252,251,248,.98);color:var(--hb-commerce-navy)}
body.hb-commerce-app-document .hb-commerce-premium-header__brand{display:flex;align-items:center;width:64px;height:38px}
body.hb-commerce-app-document .hb-commerce-premium-header__brand img{display:block;max-width:64px;max-height:32px;width:auto;height:auto}
body.hb-commerce-app-document .hb-commerce-premium-header>strong{justify-self:center;color:var(--hb-commerce-navy);font:800 23px/1 var(--hb-commerce-sans);letter-spacing:-.04em}
body.hb-commerce-app-document .hb-commerce-premium-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}
body.hb-commerce-app-document .hb-commerce-premium-header__actions :is(button,a){position:relative;display:grid;width:33px;height:38px;place-items:center;padding:0;border:0;background:transparent;color:var(--hb-commerce-navy);text-decoration:none;cursor:pointer}
body.hb-commerce-app-document .hb-commerce-premium-header__actions .dashicons{width:auto;height:auto;font-size:28px;line-height:1}
body.hb-commerce-app-document .hb-commerce-premium-header__actions b{position:absolute;top:1px;right:-5px;display:grid;min-width:18px;height:18px;place-items:center;border-radius:50%;background:var(--hb-premium-red);color:#fff;font:800 10px/1 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-premium-header__back{display:grid;width:42px;height:42px;place-items:center;color:var(--hb-commerce-navy);font:400 42px/1 Arial,sans-serif;text-decoration:none}
body.hb-commerce-app-document .hb-commerce-premium-header--cafe>strong{font-family:var(--hb-commerce-serif);font-size:29px;font-weight:500}
body.hb-commerce-app-document .hb-commerce-app__section-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:48px;border-bottom:1px solid #e8e6e1;background:#fff}
body.hb-commerce-app-document .hb-commerce-app__section-nav>a{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;gap:5px;color:#667282;font:800 11px/1 var(--hb-commerce-sans);letter-spacing:-.01em;text-decoration:none}
body.hb-commerce-app-document .hb-commerce-app__section-nav>a.is-current{color:var(--hb-commerce-navy)}
body.hb-commerce-app-document .hb-commerce-app__section-nav>a.is-current:after{position:absolute;right:19px;bottom:0;left:19px;height:3px;background:var(--hb-premium-red);content:""}
body.hb-commerce-app-document .hb-commerce-app__section-nav .dashicons{width:auto;height:auto;font-size:16px;line-height:1}
body.hb-commerce-app-document .hb-commerce-app__cart-link{position:relative}
body.hb-commerce-app-document .hb-commerce-app__cart-link b{display:grid;min-width:16px;height:16px;place-items:center;border-radius:50%;background:var(--hb-premium-red);color:#fff;font:800 9px/1 var(--hb-commerce-sans)}

body.hb-commerce-app-document .hb-commerce-catalog-hero{position:relative;grid-template-columns:minmax(0,1fr) minmax(130px,.74fr);min-height:224px;margin:16px 0 0!important;padding:27px 25px!important;overflow:hidden;border:1px solid #ece8e0;border-radius:23px!important;background:var(--hb-premium-soft)!important;color:var(--hb-commerce-navy)!important}
body.hb-commerce-app-document .hb-commerce-catalog-hero__copy{position:relative;z-index:1;align-content:center;max-width:20ch}
body.hb-commerce-app-document .hb-commerce-catalog-hero small{color:#c82537!important;font-size:11px!important;letter-spacing:.14em!important}
body.hb-commerce-app-document .hb-commerce-catalog-hero h1{max-width:10ch!important;color:var(--hb-commerce-navy)!important;font-family:var(--hb-commerce-sans)!important;font-size:clamp(31px,8vw,47px)!important;font-weight:800!important;letter-spacing:-.065em!important;line-height:.96!important}
body.hb-commerce-app-document .hb-commerce-catalog-hero p{max-width:17ch!important;color:#4f5c6c!important;font:17px/1.35 var(--hb-commerce-sans)!important}
body.hb-commerce-app-document .hb-commerce-catalog-hero__copy>a{display:inline-flex;align-items:center;gap:13px;margin-top:6px;color:#c82537;font:900 11px/1 var(--hb-commerce-sans);letter-spacing:.1em;text-decoration:none;text-transform:uppercase}
body.hb-commerce-app-document .hb-commerce-catalog-hero__copy>a i{font:400 27px/1 var(--hb-commerce-sans);font-style:normal}
body.hb-commerce-app-document .hb-commerce-catalog-hero__visual{position:absolute;right:0;bottom:0;display:flex;align-items:end;justify-content:center;width:54%;height:100%;margin:0;pointer-events:none}
body.hb-commerce-app-document .hb-commerce-catalog-hero__visual img{display:block;max-width:100%;height:100%;object-fit:contain;object-position:bottom right;mix-blend-mode:multiply}
body.hb-commerce-app-document .hb-commerce-category-rail{grid-auto-columns:76px!important;gap:9px!important;margin:12px -14px 0!important;padding:0 14px 9px!important;scrollbar-width:none}
body.hb-commerce-app-document .hb-commerce-category-rail::-webkit-scrollbar{display:none}
body.hb-commerce-app-document .hb-commerce-category-rail>a{min-height:103px!important;gap:5px!important;padding:6px!important;border:1px solid #eceae6!important;border-radius:10px!important;background:#f8f7f4!important;color:var(--hb-commerce-navy)!important;font-size:10px!important;font-weight:800!important;letter-spacing:-.025em!important;text-transform:none!important}
body.hb-commerce-app-document .hb-commerce-category-rail>a.is-current{border-color:var(--hb-commerce-navy)!important;background:var(--hb-commerce-navy)!important;color:#fff!important}
body.hb-commerce-app-document .hb-commerce-category-rail :is(img,span){width:57px!important;height:57px!important;border-radius:7px!important;object-fit:contain!important}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) 60px minmax(0,1.3fr)!important;align-items:center!important;gap:0!important;margin:17px 0 0!important;padding:0!important;border:1px solid #eeeae4!important;border-radius:14px!important;background:#fff!important;overflow:hidden}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar>button{display:flex!important;min-height:50px!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin:0!important;padding:0 13px!important;border:0!important;border-right:1px solid #eeeae4!important;background:var(--hb-premium-red)!important;color:#fff!important;font:800 15px/1 var(--hb-commerce-sans)!important;letter-spacing:0!important;text-transform:none!important}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar>button b{min-width:23px!important;height:23px!important;background:#fff!important;color:var(--hb-premium-red)!important;font-size:11px!important}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar .hb-commerce-catalog-toolbar__search{background:#fff!important;color:var(--hb-commerce-navy)!important;font-size:33px!important;font-weight:400!important}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar label{display:block;min-width:0}
body.hb-commerce-app-document .hb-commerce-catalog-toolbar select{box-sizing:border-box;width:100%;min-height:50px;padding:0 9px;border:0;background:#fff;color:var(--hb-commerce-navy);font:700 13px/1 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-active-filters{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0 0;color:#697483;font:700 11px/1.3 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-active-filters a{color:#c82537;font-weight:900;text-decoration:none}
body.hb-commerce-app-document .hb-commerce-product-grid{gap:14px!important;margin-top:18px!important}
body.hb-commerce-app-document .hb-commerce-product-card{border:1px solid #ece9e3!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
body.hb-commerce-app-document .hb-commerce-product-card__image{aspect-ratio:4/5!important;background:#f4f3f1!important}
body.hb-commerce-app-document .hb-commerce-product-card__image img{object-fit:contain!important}
body.hb-commerce-app-document .hb-commerce-product-card>div{padding:13px 12px 14px!important}
body.hb-commerce-app-document .hb-commerce-product-card small{order:3;margin:9px 0 0!important;font-size:11px!important;letter-spacing:0!important;text-transform:none!important}
body.hb-commerce-app-document .hb-commerce-product-card h2{min-height:2.3em!important;margin:0!important;color:var(--hb-commerce-navy)!important;font-family:var(--hb-commerce-sans)!important;font-size:14px!important;font-weight:800!important;letter-spacing:-.045em!important;line-height:1.12!important;text-transform:uppercase!important}
body.hb-commerce-app-document .hb-commerce-product-card .price{order:2;margin:10px 0 0!important;color:var(--hb-commerce-navy)!important;font-size:17px!important}
body.hb-commerce-app-document .hb-commerce-product-card__description{min-height:2.5em;margin:7px 0 0!important;color:#596474;font:14px/1.3 var(--hb-commerce-sans)!important}
body.hb-commerce-app-document .hb-commerce-product-card__cta{display:none!important}

/* Kavárna is intentionally a different service world: warm paper, editorial
   names, rounded product surfaces and no red e-shop campaign component. */
body.hb-commerce-app-document.hb-commerce-context-cafe{--hb-premium-paper:#f9f2e8;background:var(--hb-premium-paper)!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-app-document__main{background:var(--hb-premium-paper)!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero{grid-template-columns:1fr;min-height:390px;margin:0 -14px!important;padding:42px 30px!important;border:0!important;border-radius:0!important;background:#eee4d5!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero:after{position:absolute;right:-19%;bottom:-32%;width:77%;height:74%;border-radius:50%;background:#e0d0ba;content:""}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero__copy{max-width:13ch}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero h1{font-family:var(--hb-commerce-serif)!important;font-size:clamp(45px,12vw,67px)!important;font-weight:500!important;text-transform:none!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero p{max-width:19ch!important;font-size:14px!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-hero__visual{z-index:1;width:70%;height:67%}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-category-rail{grid-auto-columns:max-content!important;gap:8px!important;margin:18px -14px 0!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-category-rail>a{display:flex!important;min-height:47px!important;align-items:center!important;gap:7px!important;padding:0 14px!important;border-radius:999px!important;background:#f4ebdd!important;font-size:14px!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-category-rail :is(img,span){width:24px!important;height:24px!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-catalog-toolbar{display:none!important}
/* Café is a transparent support model, not a generic product promotion. */
body.hb-commerce-app-document .hb-cafe-support-note{display:grid;gap:17px;margin:18px 0 0;padding:22px 20px;border:1px solid #e6d9c9;border-radius:18px;background:#fffaf2;color:var(--hb-commerce-navy)}
body.hb-commerce-app-document .hb-cafe-support-note__intro{display:grid;gap:7px}
body.hb-commerce-app-document .hb-cafe-support-note__intro small{color:#b44739;font:800 10px/1 var(--hb-commerce-sans);letter-spacing:.13em;text-transform:uppercase}
body.hb-commerce-app-document .hb-cafe-support-note h2{margin:0;color:var(--hb-commerce-navy);font:600 clamp(28px,7vw,36px)/.98 var(--hb-commerce-serif);letter-spacing:-.04em}
body.hb-commerce-app-document .hb-cafe-support-note p{margin:0;color:#5f5143;font:14px/1.45 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-cafe-support-note__areas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
body.hb-commerce-app-document .hb-cafe-support-note__areas li{display:grid;gap:4px;min-width:0;padding:12px 10px;border:1px solid #e5d8c8;border-radius:12px;background:rgba(255,255,255,.58)}
body.hb-commerce-app-document .hb-cafe-support-note__areas strong{font:600 19px/1 var(--hb-commerce-serif)}
body.hb-commerce-app-document .hb-cafe-support-note__areas span{color:#6f6254;font:11px/1.3 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-cafe-support-note__promise{padding-top:13px;border-top:1px solid #e5d8c8;color:#3d3329;font:800 11px/1.45 var(--hb-commerce-sans);letter-spacing:.04em;text-transform:uppercase}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-grid{margin-top:17px!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card{border:0!important;border-radius:15px!important;background:#f3eade!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card__image{background:#f3eade!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card h2{min-height:0!important;font-family:var(--hb-commerce-serif)!important;font-size:23px!important;font-weight:500!important;letter-spacing:-.04em!important;text-transform:none!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card .price{font-family:var(--hb-commerce-serif)!important;font-size:22px!important;font-weight:600!important}
body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card small{display:none!important}

body.hb-commerce-app-document .hb-commerce-transaction-heading{display:none!important}
body.hb-commerce-app-document .hb-commerce-transaction{margin-top:22px!important}
body.hb-commerce-app-document .woocommerce-product-gallery{border:0!important;border-radius:22px!important;background:#f5f2ed!important}
body.hb-commerce-app-document .woocommerce-product-gallery__wrapper img{background:#f5f2ed!important}
body.hb-commerce-app-document .summary.entry-summary{gap:17px!important;padding:0!important}
body.hb-commerce-app-document .product_title{font-size:clamp(29px,7vw,44px)!important;line-height:1.02!important}
body.hb-commerce-app-document .summary .price{font-size:29px!important}
body.hb-commerce-app-document form.cart{border:0!important;border-radius:0!important;padding:0!important;background:transparent!important}
body.hb-commerce-app-document :is(table.variations select,.quantity .qty){min-height:52px!important;border-radius:10px!important}
body.hb-commerce-app-document :is(.single_add_to_cart_button,.checkout-button,#place_order,.wc-block-components-button,.wc-block-cart__submit-button){min-height:58px!important;border-radius:12px!important;background:var(--hb-premium-red)!important;font-size:17px!important;letter-spacing:0!important}
body.hb-commerce-app-document :is(.woocommerce-cart-form,.wc-block-cart,.cart_totals,#order_review,.col-1,.col-2,.wc-block-checkout__main,.wc-block-components-sidebar,.wc-block-checkout__sidebar){border:1px solid #ebe8e2!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,35,55,.035)!important}
body.hb-commerce-app-document .cart_totals h2{font-size:25px!important;text-transform:none!important}
body.hb-commerce-app-document :is(.wc-block-components-checkout-step__title,.wc-block-components-title,.woocommerce-billing-fields>h3,.woocommerce-shipping-fields>h3,#order_review_heading){font-size:23px!important}
body.hb-commerce-app-document .woocommerce-order{max-width:700px;margin:0 auto}
body.hb-commerce-app-document :is(.woocommerce-thankyou-order-received,.woocommerce-notice--success){border:0!important;border-radius:0!important;background:transparent!important;color:var(--hb-commerce-navy)!important;text-align:center}
body.hb-commerce-app-document .hb-commerce-checkout-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:8px 0 22px;padding:0;list-style:none}
body.hb-commerce-app-document .hb-commerce-checkout-progress li{position:relative;display:flex;align-items:center;gap:8px;min-width:0;color:#86909c;font:800 12px/1 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-checkout-progress li:not(:last-child):after{position:absolute;top:16px;left:35px;right:-3px;height:2px;background:#d9dde1;content:""}
body.hb-commerce-app-document .hb-commerce-checkout-progress b{position:relative;z-index:1;display:grid;width:31px;height:31px;flex:0 0 31px;place-items:center;border:1px solid #d9dde1;border-radius:50%;background:#fff;color:var(--hb-commerce-navy);font:800 13px/1 var(--hb-commerce-sans)}
body.hb-commerce-app-document .hb-commerce-checkout-progress .is-complete{color:var(--hb-commerce-navy)}
body.hb-commerce-app-document .hb-commerce-checkout-progress .is-complete b{border-color:var(--hb-commerce-navy)}
body.hb-commerce-app-document .hb-commerce-checkout-progress .is-complete:after{background:var(--hb-commerce-navy)}
body.hb-commerce-app-document .hb-commerce-checkout-progress .is-current{color:var(--hb-commerce-navy)}
body.hb-commerce-app-document .hb-commerce-checkout-progress .is-current b{border-color:var(--hb-commerce-navy);background:var(--hb-commerce-navy);color:#fff}
body.hb-commerce-app-document form.variations_form.hb-premium-variation-ready select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
body.hb-commerce-app-document .hb-premium-variation-options{display:flex;flex-wrap:wrap;gap:10px;margin:9px 0 4px}
body.hb-commerce-app-document .hb-premium-variation-options button{min-width:55px;min-height:47px;padding:0 14px;border:1px solid #dfe3e7;border-radius:9px;background:#fff;color:var(--hb-commerce-navy);font:800 15px/1 var(--hb-commerce-sans);cursor:pointer}
body.hb-commerce-app-document .hb-premium-variation-options button.is-selected{border-color:var(--hb-commerce-navy);background:var(--hb-commerce-navy);color:#fff}
body.hb-commerce-app-document .hb-premium-variation-options button:disabled{opacity:.38;cursor:not-allowed}
body.hb-commerce-app-document .hb-premium-variation-options.is-color button{display:grid;width:43px;min-width:43px;height:43px;min-height:43px;padding:4px;place-items:center;border-radius:50%;font-size:0}
body.hb-commerce-app-document .hb-premium-variation-options.is-color button:after{display:block;width:27px;height:27px;border:1px solid rgba(11,27,49,.2);border-radius:50%;background:var(--hb-variation-color,#dfe3e7);content:""}
body.hb-commerce-app-document .hb-premium-variation-options.is-color button.is-selected{border-color:var(--hb-commerce-navy);background:#fff}

@media(max-width:900px){
	body.hb-commerce-app-document:not(.hb-commerce-polish) > footer.hb-site-footer,
	body.hb-commerce-app-document > :is(footer,#colophon,.site-footer,.td-footer-wrap,.td-footer-template-wrap,.tdc-footer-wrap,.td-sub-footer-container,.elementor-location-footer):not(.hb-site-footer){display:none!important;visibility:hidden!important;pointer-events:none!important}
	body.hb-commerce-app-document .hb-commerce-bottom-nav.has-compact-controls{grid-template-columns:repeat(3,minmax(0,1fr))!important}
	body.hb-commerce-app-document .hb-commerce-bottom-nav{min-height:58px!important;padding-top:4px!important;padding-bottom:calc(4px + env(safe-area-inset-bottom,0px))!important;box-shadow:0 -5px 16px rgba(10,49,87,.08)!important}
	body.hb-commerce-app-document .hb-commerce-bottom-nav :is(a,button){min-height:44px!important;gap:2px!important}
	body.hb-commerce-app-document .hb-commerce-bottom-nav .dashicons{font-size:20px!important}
	body.hb-commerce-app-document .hb-commerce-bottom-nav small{font-size:9px!important}
	body.hb-commerce-app-document .hb-commerce-catalog-hero{border-radius:0 0 24px 24px}
	body.hb-commerce-app-document .hb-cafe-support-note__areas{grid-template-columns:1fr}
	body.hb-commerce-app-document .hb-cafe-support-note__areas li{grid-template-columns:84px minmax(0,1fr);align-items:baseline;padding:11px 12px}
	body.hb-commerce-app-document .hb-commerce-product-card{border-radius:16px;overflow:hidden}
	body.hb-commerce-app-document .hb-commerce-product-card__image{aspect-ratio:1/1}
	body.hb-commerce-app-document .hb-commerce-product-card>div{padding:12px}
	body.hb-commerce-app-document .hb-commerce-product-card h2{min-height:0;font:800 14px/1.15 var(--hb-commerce-sans);letter-spacing:-.035em;text-transform:uppercase}
	body.hb-commerce-app-document .hb-commerce-product-card .price{font-size:16px}
	body.hb-commerce-app-document .hb-commerce-product-card__cta{display:none}
	body.hb-commerce-app-document.hb-commerce-context-cafe .hb-commerce-product-card h2{font:500 22px/1.05 var(--hb-commerce-serif);text-transform:none}
	body.hb-commerce-app-document .woocommerce div.product{gap:18px}
	body.hb-commerce-app-document .woocommerce-cart-form{overflow:visible!important}
	body.hb-commerce-app-document table.shop_table.cart{min-width:0!important;border:0!important;border-collapse:separate!important;border-spacing:0!important}
	body.hb-commerce-app-document table.shop_table.cart thead{display:none!important}
	body.hb-commerce-app-document table.shop_table.cart tbody{display:grid;gap:1px;border:1px solid #ebe8e2;border-radius:18px;background:#ebe8e2;overflow:hidden}
	body.hb-commerce-app-document table.shop_table.cart tr.cart_item{display:grid;grid-template-columns:82px minmax(0,1fr) 26px;grid-template-areas:"image name remove" "image price quantity";gap:8px 12px;padding:16px;background:#fff}
	body.hb-commerce-app-document table.shop_table.cart tr.cart_item td{display:block!important;min-width:0;padding:0!important;border:0!important;background:transparent!important;text-align:left!important}
	body.hb-commerce-app-document table.shop_table.cart td.product-thumbnail{grid-area:image}
	body.hb-commerce-app-document table.shop_table.cart td.product-thumbnail img{width:82px!important;height:102px!important;max-width:none!important;object-fit:contain!important;border-radius:11px;background:#f5f2ed}
	body.hb-commerce-app-document table.shop_table.cart td.product-name{grid-area:name;color:var(--hb-commerce-navy)!important;font:800 15px/1.18 var(--hb-commerce-sans)!important;text-transform:uppercase}
	body.hb-commerce-app-document table.shop_table.cart td.product-name :is(a,.variation){color:inherit!important;font:inherit!important}
	body.hb-commerce-app-document table.shop_table.cart td.product-price{grid-area:price;align-self:end;color:var(--hb-commerce-navy)!important;font:800 22px/1 var(--hb-commerce-sans)!important}
	body.hb-commerce-app-document table.shop_table.cart td.product-quantity{grid-area:quantity;align-self:end;justify-self:end}
	body.hb-commerce-app-document table.shop_table.cart td.product-quantity .quantity{display:block!important}
	body.hb-commerce-app-document table.shop_table.cart td.product-quantity .qty{width:76px!important;min-height:42px!important;padding:0 5px!important;text-align:center}
	body.hb-commerce-app-document table.shop_table.cart td.product-remove{grid-area:remove;align-self:start;justify-self:end}
	body.hb-commerce-app-document table.shop_table.cart td.product-remove a{display:grid!important;width:26px!important;height:26px!important;place-items:center;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--hb-commerce-navy)!important;font-size:27px!important;text-decoration:none}
	body.hb-commerce-app-document table.shop_table.cart td.product-subtotal{display:none!important}
	body.hb-commerce-app-document table.shop_table.cart tr:not(.cart_item){display:block;padding:14px;background:#fff}
	body.hb-commerce-app-document table.shop_table.cart :is(.actions,.coupon){display:flex!important;flex-wrap:wrap;gap:8px}
	body.hb-commerce-app-document table.shop_table.cart .coupon input{min-width:0!important;flex:1 1 120px!important}
}

@media(min-width:901px){
	body.hb-commerce-app-document :is(.hb-commerce-filter-drawer,.hb-commerce-category-drawer){align-items:center;justify-items:center;padding:32px}
	body.hb-commerce-app-document :is(.hb-commerce-filter-drawer__panel,.hb-commerce-category-drawer__panel){width:min(590px,100%);max-height:min(80vh,760px);border-radius:24px}
	body.hb-commerce-app-document .woocommerce div.product{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:start}
	body.hb-commerce-app-document .woocommerce div.product .woocommerce-tabs{grid-column:1/-1}
	body.hb-commerce-app-document .col2-set{grid-template-columns:repeat(2,minmax(0,1fr))}
	body.hb-commerce-app-document .cart-collaterals{grid-template-columns:minmax(0,1fr) minmax(330px,.7fr);align-items:start}
	body.hb-commerce-app-document .cart_totals{grid-column:2}
}


/* Desktop Café: the approved Café components, inside the canonical theme page.
   No body/app-shell rules: the mobile document and the rest of Woo stay intact. */
.hb-cafe-desktop {
  --hb-navy:#0d365e; --hb-red:#ef334d; --hb-paper:#f6f3ed;
  --hb-line:#dbe2e8; --hb-muted:#66798a;
  display:grid; gap:38px; width:100%; min-width:0; margin:0 auto 40px;
  color:var(--hb-navy); background:var(--hb-paper);
  font-family:var(--hb-commerce-sans,Arial,Helvetica,sans-serif); font-size:15px; line-height:1.5;
}
.hb-cafe-desktop *, .hb-cafe-desktop *::before, .hb-cafe-desktop *::after { box-sizing:border-box; }
.hb-cafe-desktop :is(h1,h2,p) { margin:0; }
.hb-cafe-desktop a { color:inherit; text-decoration:none; }
.hb-cafe-desktop :is(a,button):focus-visible { outline:3px solid var(--hb-red); outline-offset:4px; }
.hb-cafe-desktop :is(.hb-approved-icon,svg) { flex:none; width:20px; height:20px; vertical-align:middle; }
.hb-cafe-desktop .hb-radix-icon { display:inline-block; flex:0 0 auto; color:inherit; background-color:currentColor; font-family:inherit; font-size:0; line-height:1; -webkit-mask-image:var(--hb-radix-icon-url); mask-image:var(--hb-radix-icon-url); -webkit-mask-position:center; mask-position:center; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-size:contain; mask-size:contain; }
.hb-cafe-desktop .hb-radix-arrow-right { --hb-radix-icon-url:url("./hb-radix-arrow-right.svg"); }
.hb-cafe-desktop .hb-approved-icon.dashicons { display:inline-block; font-family:dashicons!important; font-size:20px; font-weight:400; font-style:normal; line-height:1; }
.hb-cafe-desktop .commerce-hero { position:relative; min-height:440px; margin:0; overflow:hidden; color:#fff; background:var(--hb-navy); }
.hb-cafe-desktop .commerce-hero > img { position:absolute; inset:0; display:block; width:100%; height:100%; object-fit:cover; object-position:center; }
.hb-cafe-desktop .commerce-hero > span { position:relative; z-index:1; display:grid; align-content:center; min-height:440px; gap:18px; padding:52px; background:linear-gradient(90deg,rgba(5,31,55,.96) 0%,rgba(5,31,55,.72) 42%,rgba(5,31,55,.06) 100%); }
.hb-cafe-desktop .commerce-hero small { color:#fff; font-size:11px; font-weight:900; letter-spacing:.12em; }
.hb-cafe-desktop .commerce-hero h1 { color:#fff!important; font-family:var(--hb-commerce-serif,Georgia,"Times New Roman",serif); font-size:clamp(40px,4.8vw,66px); font-weight:700; letter-spacing:-.05em; line-height:.98; }
.hb-cafe-desktop .commerce-hero p { max-width:34ch; color:rgba(255,255,255,.79); font-family:var(--hb-commerce-serif,Georgia,"Times New Roman",serif); font-size:18px; line-height:1.4; }
.hb-cafe-desktop .commerce-hero a { display:flex; align-items:center; justify-content:space-between; gap:20px; width:fit-content; min-width:240px; min-height:46px; padding:0 16px; border:1px solid rgba(255,255,255,.6); border-radius:11px; color:#fff; background:rgba(8,43,78,.38); font-size:12px; font-weight:900; }
.hb-cafe-desktop :is(.eyebrow,.section-heading small) { color:var(--hb-red); font-size:11px; font-style:normal; font-weight:900; letter-spacing:.12em; line-height:1.3; text-transform:uppercase; }
.hb-cafe-desktop .support-story { display:grid; gap:16px; }
.hb-cafe-desktop :is(.support-story h2,.supporter-card h2) { color:var(--hb-navy); font-family:var(--hb-commerce-serif,Georgia,"Times New Roman",serif); font-size:30px; line-height:1.08; }
.hb-cafe-desktop .support-story > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.hb-cafe-desktop .support-story > div > span { display:flex; align-items:center; gap:14px; min-height:94px; padding:20px; border:1px solid rgba(151,170,187,.3); border-radius:13px; background:rgba(255,255,255,.84); box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 8px 20px rgba(13,54,94,.05); }
.hb-cafe-desktop .support-story > div strong { display:grid; flex:none; width:32px; height:32px; place-items:center; border-radius:50%; color:#fff; background:var(--hb-red); font-size:12px; }
.hb-cafe-desktop .support-story > div small { color:var(--hb-navy); font-size:13px; font-weight:800; line-height:1.4; }
.hb-cafe-desktop .commerce-catalog { display:grid; gap:20px; scroll-margin-top:110px; }
.hb-cafe-desktop .section-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin:0; }
.hb-cafe-desktop .section-heading h2 { margin-top:7px; color:var(--hb-navy); font-size:30px; font-weight:900; letter-spacing:-.025em; line-height:1.1; }
.hb-cafe-desktop .product-carousel { overflow:visible; margin:0; }
.hb-cafe-desktop .product-track { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; width:100%; padding:0; }
.hb-cafe-desktop .product-card { display:grid; grid-template-rows:auto 1fr; min-width:0; margin:0; padding:0; overflow:hidden; border:1px solid rgba(151,170,187,.3); border-radius:15px; color:var(--hb-navy); background:rgba(255,255,255,.88); text-align:left; box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 10px 26px rgba(13,54,94,.07); }
.hb-cafe-desktop .product-card__image { display:grid; place-items:center; overflow:hidden; aspect-ratio:1/.85; background:#f3f3f1; }
.hb-cafe-desktop .product-card__image img { display:block; width:100%; height:100%; margin:0; object-fit:cover; }
.hb-cafe-desktop .product-card > span:last-child { display:grid; grid-template-rows:auto 1fr auto auto; gap:9px; padding:18px; }
.hb-cafe-desktop .product-card small { color:var(--hb-red); font-size:10px; font-weight:900; letter-spacing:.08em; line-height:1.35; }
.hb-cafe-desktop .product-card strong { color:var(--hb-navy); overflow-wrap:anywhere; font-family:var(--hb-commerce-serif,Georgia,"Times New Roman",serif); font-size:21px; line-height:1.15; }
.hb-cafe-desktop .product-card em { color:var(--hb-navy); font-size:15px; font-style:normal; font-weight:900; }
.hb-cafe-desktop .product-card b { display:flex; align-items:center; justify-content:space-between; gap:8px; min-height:42px; margin-top:4px; padding-top:7px; border-top:1px solid var(--hb-line); color:var(--hb-red); font-size:11px; }
.hb-cafe-desktop .supporter-card { display:grid; grid-template-columns:54px minmax(0,1fr) auto; align-items:center; gap:24px; padding:30px; border-radius:17px; color:#fff; background:var(--hb-navy); }
.hb-cafe-desktop .supporter-card > span { display:grid; width:54px; height:54px; place-items:center; border:1px solid rgba(255,255,255,.25); border-radius:50%; }
.hb-cafe-desktop .supporter-card > div { display:grid; gap:9px; }
.hb-cafe-desktop .supporter-card small { color:#fff; font-size:10px; letter-spacing:.1em; font-weight:900; }
.hb-cafe-desktop .supporter-card h2 { color:#fff; font-size:28px; }
.hb-cafe-desktop .supporter-card p { max-width:65ch; color:rgba(255,255,255,.79); font-size:13px; line-height:1.45; }
.hb-cafe-desktop .supporter-card > a { display:flex; align-items:center; justify-content:space-between; gap:22px; min-height:46px; padding:0 16px; border:1px solid rgba(255,255,255,.3); border-radius:10px; color:#fff; background:rgba(255,255,255,.08); font-size:12px; font-weight:850; }
.hb-cafe-desktop .empty-catalog { grid-column:1/-1; display:grid; place-items:center; gap:10px; min-height:160px; padding:24px; border:1px dashed #b9c5cf; border-radius:15px; color:var(--hb-navy); background:#fff; text-align:center; }
.hb-cafe-desktop .empty-catalog p { color:var(--hb-muted); font-size:14px; }
@media(max-width:1100px) {
  .hb-cafe-desktop .product-track { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .hb-cafe-desktop .support-story > div > span { padding:16px; }
  .hb-cafe-desktop .supporter-card { grid-template-columns:46px minmax(0,1fr); }
  .hb-cafe-desktop .supporter-card > a { grid-column:2; width:fit-content; }
}
@media(max-width:760px) {
  .hb-cafe-desktop { gap:28px; }
  .hb-cafe-desktop .commerce-hero > span { padding:32px 24px; }
  .hb-cafe-desktop .product-track { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .hb-cafe-desktop .support-story > div { grid-template-columns:1fr; gap:10px; }
  .hb-cafe-desktop .support-story > div > span { min-height:68px; }
}
@media(max-width:440px) {
  .hb-cafe-desktop .product-track { grid-template-columns:1fr; }
  .hb-cafe-desktop .supporter-card { padding:22px; gap:16px; }
  .hb-cafe-desktop .supporter-card > a { grid-column:1/-1; width:100%; }
}


/* Project support cafe: shared banner, calm catalogue, precise type. */
.hb-cafe-desktop .commerce-hero,.hb-cafe-desktop .commerce-hero>span{min-height:470px}
.hb-cafe-desktop .commerce-hero>img{object-position:72% center}
.hb-cafe-desktop .commerce-hero>span{gap:20px;padding:54px;background:linear-gradient(90deg,rgba(6,23,40,.32),rgba(6,23,40,.12) 46%,transparent 74%)}
.hb-cafe-desktop .commerce-hero p{max-width:35ch;color:#e2e9ef;font-size:17px;line-height:1.55}
.hb-cafe-desktop .commerce-hero a{min-height:50px;border-radius:3px;border-color:#ef334d;background:#ef334d;color:#fff;font-size:13px}
.hb-cafe-desktop .commerce-hero a:hover{background:#d9253d;border-color:#d9253d}
.hb-cafe-desktop .product-card{border-radius:4px;box-shadow:none;transition:transform .18s ease,box-shadow .18s ease}
.hb-cafe-desktop .product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(13,54,94,.09)}
.hb-cafe-desktop .product-card>span:last-child{padding:22px;gap:12px}
.hb-cafe-desktop .product-card strong{font-family:var(--hb-font-ui,Arial,sans-serif);font-size:22px;font-weight:700;line-height:1.22}
.hb-cafe-desktop .support-story{gap:26px}
.hb-cafe-desktop .support-story>div>span{border-radius:4px;box-shadow:none;background:#f6f8fa;min-height:106px}
.hb-cafe-desktop .section-heading+p{max-width:68ch;color:#526779;font-size:16px;line-height:1.6}
.hb-cafe-desktop .supporter-card{border-radius:4px;padding:38px}
.hb-cafe-desktop .supporter-card p{font-size:15px;line-height:1.6}
.hb-cafe-desktop .supporter-card>a{border-radius:3px}
.hb-cafe-desktop .cafe-merch{padding-top:34px;border-top:1px solid #d8e0e7}
.hb-cafe-desktop .cafe-merch .product-track{grid-template-columns:minmax(0,320px)}
body.hb-approved-mobile .cafe-hero,body.hb-approved-mobile .cafe-hero>span{min-height:520px}
body.hb-approved-mobile .cafe-hero>img{object-position:72% center}
body.hb-approved-mobile .cafe-hero>span{padding:160px 24px 32px;gap:18px;background:linear-gradient(0deg,rgba(5,23,40,.98),rgba(5,23,40,.65) 52%,rgba(5,23,40,.03))}
body.hb-approved-mobile .cafe-hero h1{font-family:var(--hb-font-ui,Arial,sans-serif);font-size:42px;line-height:1.05}
body.hb-approved-mobile .cafe-hero p{font-family:var(--hb-font-ui,Arial,sans-serif);max-width:34ch;font-size:16px;line-height:1.55;color:#e2e9ef}
body.hb-approved-mobile .cafe-hero a{border-radius:4px;background:#ef334d;border-color:#ef334d;min-height:50px}
@media(max-width:760px){.hb-cafe-desktop .commerce-hero>span{padding:38px 26px;background:linear-gradient(90deg,rgba(5,23,40,.78),rgba(5,23,40,.35))}.hb-cafe-desktop .product-card>span:last-child{padding:16px}}
@media(prefers-reduced-motion:reduce){.hb-cafe-desktop .product-card{transition:none}.hb-cafe-desktop .product-card:hover{transform:none}}


/* Canonical Cafe landing: full-width artwork, the same 56px / 1500px shell as the shop. */
body.hb-premium-cafe-page:has(#hb-cafe-desktop) :is(.td-main-content-wrap,.td-main-content-wrap>.td-container,.td-main-content-wrap .td-pb-row,.td-main-content-wrap .td-main-content,.td-main-content-wrap .td-page-content){width:100%!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important}
body.hb-premium-cafe-page:has(#hb-cafe-desktop) :is(.td-page-header,.td-crumb-container,.entry-crumbs,.entry-title.td-page-title){display:none!important}
#hb-cafe-desktop{--cafe-gutter:56px;display:flex;flex-direction:column;gap:0;margin:0;background:#fffdf9}
#hb-cafe-desktop>section{width:calc(100% - var(--cafe-gutter)*2);max-width:1500px;min-width:0;margin:0 auto;padding:76px 0}
#hb-cafe-desktop .cafe-hero{width:100%;margin:0;border:0;border-radius:0;background:#071c2c}
#hb-cafe-desktop .cafe-hero,#hb-cafe-desktop .cafe-hero>span{min-height:clamp(580px,44vw,720px)}
#hb-cafe-desktop .cafe-hero>img{object-position:70% center}
#hb-cafe-desktop .cafe-hero>span{padding:70px max(var(--cafe-gutter),calc((100% - 1500px)/2));gap:22px;background:linear-gradient(90deg,rgba(5,21,35,.68),rgba(5,21,35,.2) 46%,transparent 72%)}
#hb-cafe-desktop .cafe-hero h1{max-width:9ch;margin:0!important;color:#fff!important}
#hb-cafe-desktop .cafe-hero p{max-width:38ch;margin:0!important;font-size:18px;line-height:1.6}
#hb-cafe-desktop .cafe-hero a{margin-top:9px;min-width:260px;min-height:54px;padding:0 24px;border-radius:2px}
#hb-cafe-desktop .support-story{gap:24px;padding-bottom:54px}
#hb-cafe-desktop .support-story>div{gap:0;border-block:1px solid #dbe2e6}
#hb-cafe-desktop .support-story>div>span{border:0;border-right:1px solid #dbe2e6;border-radius:0;background:transparent;min-height:92px;padding:22px 28px}
#hb-cafe-desktop .support-story>div>span:first-child{padding-left:0}
#hb-cafe-desktop .support-story>div>span:last-child{border-right:0}
#hb-cafe-desktop .support-story>div small{font-size:15px;font-weight:700}
#hb-cafe-desktop #coffee-menu{padding-top:16px;padding-bottom:76px;gap:20px}
#hb-cafe-desktop #coffee-menu .product-track{gap:26px}
#hb-cafe-desktop .product-card{border-radius:2px;border-color:#e2e4e3;background:#fff}
#hb-cafe-desktop .product-card__image{aspect-ratio:1/1;background:#f3f3f0}
#hb-cafe-desktop .product-card>span:last-child{padding:22px 24px;gap:12px}
#hb-cafe-desktop .product-card b{min-height:48px;font-size:12px}
#hb-cafe-desktop .cafe-merch{border-top:1px solid #dbe2e6}
#hb-cafe-desktop .cafe-merch .product-track{grid-template-columns:minmax(0,340px)}
#hb-cafe-desktop .supporter-card{width:100%;max-width:none;padding:64px max(var(--cafe-gutter),calc((100% - 1500px)/2));border-radius:0;background:#0a2c4c}
.cafe-impact{color:#0d365e}
.cafe-impact-heading{display:grid;grid-template-columns:1fr 1fr;gap:20px 64px;align-items:end}
.cafe-impact-heading>.eyebrow{grid-column:1/-1}
.cafe-impact h2{margin:0;color:#0d365e;font-size:var(--hb-type-section,42px);line-height:1.12;letter-spacing:-.025em}
.cafe-impact-heading>p:last-child{max-width:56ch;margin:0;font-size:17px;line-height:1.65;color:#526779}
.cafe-impact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;margin-top:42px}
.cafe-impact-grid article{padding-top:22px;border-top:2px solid #d7dfe5}
.cafe-impact-grid article>span{color:#d9324a;font-size:12px;font-weight:700;letter-spacing:.12em}
.cafe-impact-grid h3{margin:22px 0 12px;color:#0d365e;font-size:24px;line-height:1.2}
.cafe-impact-grid p{margin:0;font-size:16px;line-height:1.65;color:#526779}
#hb-cafe-desktop>.cafe-impact{width:100%;max-width:none;padding:76px max(var(--cafe-gutter),calc((100% - 1500px)/2));background:#edf3f6}
body.hb-approved-mobile .cafe-impact{padding:32px 22px;background:#edf3f6}
body.hb-approved-mobile .cafe-impact-heading,body.hb-approved-mobile .cafe-impact-grid{grid-template-columns:1fr;gap:20px}
body.hb-approved-mobile .cafe-impact h2{font-size:32px}
body.hb-approved-mobile .cafe-impact-grid{margin-top:28px}
@media(max-width:1100px){#hb-cafe-desktop{--cafe-gutter:32px}#hb-cafe-desktop #coffee-menu .product-track{gap:18px}.cafe-impact-heading{gap:20px 36px}.cafe-impact-grid{gap:24px}}
@media(max-width:760px){#hb-cafe-desktop{--cafe-gutter:20px}#hb-cafe-desktop>section{padding-block:44px}#hb-cafe-desktop .cafe-hero,#hb-cafe-desktop .cafe-hero>span{min-height:600px}#hb-cafe-desktop .cafe-hero>img{object-position:66% center}#hb-cafe-desktop .cafe-hero>span{align-content:end;padding:190px 24px 36px;background:linear-gradient(0deg,rgba(5,21,35,.98),rgba(5,21,35,.68) 53%,rgba(5,21,35,.05))}#hb-cafe-desktop .cafe-hero p{font-size:16px}#hb-cafe-desktop .support-story>div{grid-template-columns:1fr}#hb-cafe-desktop .support-story>div>span{border-right:0;border-bottom:1px solid #dbe2e6;padding:18px 0;min-height:72px}#hb-cafe-desktop .support-story>div>span:last-child{border-bottom:0}.cafe-impact-heading,.cafe-impact-grid{grid-template-columns:1fr;gap:24px}#hb-cafe-desktop>.cafe-impact{padding-block:44px}.cafe-impact-grid{margin-top:30px}#hb-cafe-desktop .supporter-card{padding-block:42px}#hb-cafe-desktop .product-card>span:last-child{padding:18px}#hb-cafe-desktop #coffee-menu{padding-bottom:44px}}
