/**
 * Bark or Woof premium Elementor primitives.
 *
 * These classes are intentionally attached to Elementor containers/widgets.
 * Editors can continue changing content, hierarchy, imagery, colors, and
 * spacing in Elementor without depending on a hard-coded page template.
 */

:root {
	--bow-lux-navy: #082d50;
	--bow-lux-navy-2: #0d3b66;
	--bow-lux-ink: #17263b;
	--bow-lux-gold: #d8ad3f;
	--bow-lux-gold-bright: #ffcf2f;
	--bow-lux-cream: #fbf8f1;
	--bow-lux-blue: #eef5fa;
	--bow-lux-white: #ffffff;
	--bow-lux-line: #d8e2ea;
	--bow-lux-muted: #5e6b7b;
	--bow-lux-radius-sm: 12px;
	--bow-lux-radius: 20px;
	--bow-lux-radius-lg: 30px;
	--bow-lux-shadow-sm: 0 10px 30px rgba(8, 45, 80, 0.08);
	--bow-lux-shadow: 0 24px 70px rgba(8, 45, 80, 0.13);
	--bow-lux-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: clip;
	background: var(--bow-lux-white);
	color: var(--bow-lux-ink);
	font-family: "DM Sans", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.bow-lux-container {
	width: min(calc(100% - 40px), 1180px);
	margin-inline: auto;
}

.bow-lux-reading {
	width: min(100%, 760px);
	margin-inline: auto;
}

.bow-lux-section {
	padding-block: clamp(68px, 8vw, 112px);
}

.bow-lux-section--compact {
	padding-block: clamp(42px, 5vw, 68px);
}

.bow-lux-section--cream {
	background: var(--bow-lux-cream);
}

.bow-lux-section--blue {
	background: var(--bow-lux-blue);
}

.bow-lux-section--navy {
	background:
		radial-gradient(circle at 84% 12%, rgba(216, 173, 63, 0.18), transparent 28%),
		linear-gradient(135deg, #062844 0%, var(--bow-lux-navy-2) 100%);
	color: var(--bow-lux-white);
}

.bow-lux-eyebrow,
.bow-lux-eyebrow .elementor-heading-title {
	margin: 0 0 14px;
	color: #9b6c00;
	font-family: var(--e-global-typography-text-font-family, "Lato", sans-serif);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.35;
	text-transform: uppercase;
}

.bow-lux-section--navy .bow-lux-eyebrow,
.bow-lux-section--navy .bow-lux-eyebrow .elementor-heading-title {
	color: #f2cb67;
}

.bow-lux-display .elementor-heading-title,
.bow-lux-display {
	max-width: 840px;
	margin: 0;
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(36px, 4.7vw, 62px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.98;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.bow-lux-title .elementor-heading-title,
.bow-lux-title {
	margin: 0;
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(29px, 3.4vw, 44px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.06;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.bow-lux-section--navy :is(.bow-lux-display, .bow-lux-title),
.bow-lux-section--navy :is(.bow-lux-display, .bow-lux-title) .elementor-heading-title {
	color: var(--bow-lux-white);
}

.bow-lux-lead,
.bow-lux-lead .elementor-widget-container {
	max-width: 680px;
	color: var(--bow-lux-muted);
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.65;
}

.bow-lux-section--navy .bow-lux-lead,
.bow-lux-section--navy .bow-lux-lead .elementor-widget-container {
	color: rgba(255, 255, 255, 0.82);
}

.bow-lux-card {
	height: 100%;
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid rgba(8, 45, 80, 0.12);
	border-radius: var(--bow-lux-radius);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--bow-lux-shadow-sm);
	transition:
		transform 260ms var(--bow-lux-ease),
		box-shadow 260ms var(--bow-lux-ease),
		border-color 260ms ease;
}

.bow-lux-card:hover {
	border-color: rgba(216, 173, 63, 0.5);
	box-shadow: var(--bow-lux-shadow);
	transform: translateY(-5px);
}

.bow-lux-card--quiet {
	background: rgba(255, 255, 255, 0.64);
	box-shadow: none;
}

.bow-lux-card__number {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 28px;
	border-radius: 999px;
	background: var(--bow-lux-gold-bright);
	color: var(--bow-lux-navy);
	font-size: 15px;
	font-weight: 900;
	place-items: center;
}

.bow-lux-card h3,
.bow-lux-card .elementor-heading-title {
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(24px, 2.7vw, 32px);
	line-height: 1.14;
}

.bow-lux-button .elementor-button,
.elementor-button.bow-lux-button {
	min-height: 52px;
	padding: 16px 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--bow-lux-gold-bright);
	box-shadow: 0 12px 26px rgba(216, 173, 63, 0.26);
	color: var(--bow-lux-navy);
	font-weight: 900;
	letter-spacing: 0.01em;
	transition:
		transform 200ms var(--bow-lux-ease),
		box-shadow 200ms var(--bow-lux-ease),
		background-color 200ms ease;
}

.bow-lux-button .elementor-button:hover,
.elementor-button.bow-lux-button:hover {
	background: #f6c523;
	box-shadow: 0 17px 32px rgba(216, 173, 63, 0.36);
	color: var(--bow-lux-navy);
	transform: translateY(-2px);
}

.elementor .bow-lux-button--secondary .elementor-button {
	border-color: rgba(8, 45, 80, 0.25);
	background: var(--bow-lux-white) !important;
	box-shadow: none !important;
	color: var(--bow-lux-navy) !important;
}

.elementor .bow-lux-button--secondary .elementor-button:hover {
	border-color: var(--bow-lux-navy);
	background: var(--bow-lux-blue) !important;
	box-shadow: none !important;
}

.bow-lux-announcement {
	padding: 9px 20px;
	background: var(--bow-lux-navy);
	color: var(--bow-lux-white);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.025em;
	text-align: center;
}

.bow-lux-announcement,
.bow-lux-announcement p,
.bow-lux-announcement .elementor-widget-container {
	color: var(--bow-lux-white) !important;
}

.bow-lux-header {
	position: relative;
	z-index: 40;
	border-bottom: 1px solid rgba(8, 45, 80, 0.1);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 24px rgba(8, 45, 80, 0.04);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.bow-lux-header.bow-lux-container {
	width: 100%;
	max-width: none;
	padding-inline: max(20px, calc((100% - 1180px) / 2));
}

.elementor-sticky--active.bow-lux-header {
	box-shadow: 0 12px 30px rgba(8, 45, 80, 0.1);
}

.bow-lux-brand-mark img {
	width: auto;
	max-height: 64px;
	object-fit: contain;
}

.bow-lux-wordmark,
.bow-lux-wordmark .elementor-heading-title {
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(23px, 2.2vw, 31px);
	font-weight: 700;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.bow-lux-nav :is(a, .elementor-item) {
	color: var(--bow-lux-ink);
	font-size: 15px;
	font-weight: 800;
}

.bow-lux-nav :is(a, .elementor-item):hover,
.bow-lux-nav :is(a, .elementor-item):focus-visible {
	color: var(--bow-lux-navy-2);
}

.bow-lux-desktop-only {
	display: block;
}

.bow-lux-hero {
	position: relative;
	min-height: clamp(520px, 66vh, 680px);
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(5, 35, 60, 0.98) 0%, rgba(5, 35, 60, 0.92) 42%, rgba(5, 35, 60, 0.3) 72%, rgba(5, 35, 60, 0.08) 100%),
		var(--bow-hero-image, none) center 38% / cover no-repeat,
		var(--bow-lux-navy);
	color: var(--bow-lux-white);
}

.bow-lux-hero.bow-lux-container {
	width: 100%;
	max-width: none;
	padding-inline: max(20px, calc((100% - 1180px) / 2));
}

.elementor .bow-lux-button .elementor-button,
.elementor .elementor-button.bow-lux-button {
	background-color: var(--bow-lux-gold-bright) !important;
	color: var(--bow-lux-navy) !important;
}

.elementor .bow-lux-button.bow-lux-button--secondary .elementor-button {
	border-color: rgba(255, 255, 255, 0.5);
	background: var(--bow-lux-white) !important;
	box-shadow: none !important;
	color: var(--bow-lux-navy) !important;
}

.elementor .bow-lux-button.bow-lux-button--secondary .elementor-button:hover {
	border-color: var(--bow-lux-white);
	background: var(--bow-lux-blue) !important;
	box-shadow: none !important;
}

.bow-lux-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 130px;
	background: linear-gradient(to top, rgba(4, 31, 53, 0.34), transparent);
	content: "";
	pointer-events: none;
}

.bow-lux-hero > .e-con-inner,
.bow-lux-hero > .elementor-container {
	position: relative;
	z-index: 1;
}

.bow-lux-hero .bow-lux-display,
.bow-lux-hero .bow-lux-display .elementor-heading-title {
	color: var(--bow-lux-white) !important;
	/* 2026-08-02: was hard-coded Playfair !important, which overrode the kit.
	   Playfair is now reserved for the logo only. */
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif) !important;
	text-wrap: balance;
}

.bow-lux-hero .bow-lux-lead,
.bow-lux-hero .bow-lux-lead .elementor-widget-container {
	color: rgba(255, 255, 255, 0.86) !important;
}

.bow-lux-hero .bow-lux-eyebrow,
.bow-lux-hero .bow-lux-eyebrow .elementor-heading-title {
	color: #f2cb67 !important;
}

.bow-lux-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.bow-lux-trust-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(8, 45, 80, 0.1);
	border-radius: var(--bow-lux-radius);
	background: var(--bow-lux-line);
	box-shadow: var(--bow-lux-shadow-sm);
}

.bow-lux-trust-item {
	min-height: 118px;
	padding: 25px 20px;
	background: var(--bow-lux-white);
	text-align: center;
}

.bow-lux-trust-item strong {
	display: block;
	margin-bottom: 6px;
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: 20px;
}

.bow-lux-trust-item span {
	color: var(--bow-lux-muted);
	font-size: 14px;
	line-height: 1.45;
}

.bow-lux-media-frame {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: var(--bow-lux-radius-lg);
	background: #dfe8ee;
	box-shadow: var(--bow-lux-shadow);
}

.bow-lux-media-frame img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	transition: transform 650ms var(--bow-lux-ease);
}

.bow-lux-media-frame:hover img {
	transform: scale(1.025);
}

.bow-lux-gallery img {
	aspect-ratio: 4 / 5;
	border-radius: var(--bow-lux-radius);
	object-fit: cover;
	box-shadow: var(--bow-lux-shadow-sm);
	transition: transform 300ms var(--bow-lux-ease);
}

.bow-lux-gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.bow-lux-gallery > .elementor-widget-image {
	width: auto !important;
	min-width: 0;
}

.bow-lux-gallery img:hover {
	transform: translateY(-6px);
}

.bow-lux-policy-note {
	padding: 18px 20px;
	border: 1px solid rgba(8, 45, 80, 0.14);
	border-radius: var(--bow-lux-radius-sm);
	background: var(--bow-lux-cream);
	color: var(--bow-lux-muted);
	font-size: 14px;
	line-height: 1.55;
}

.bow-lux-hero .bow-lux-policy-note {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.bow-lux-hero .bow-lux-policy-note :is(p, strong, span) {
	color: inherit !important;
}

.bow-lux-faq .elementor-accordion-item {
	border-width: 0 0 1px !important;
	border-color: var(--bow-lux-line) !important;
}

.bow-lux-faq .elementor-tab-title {
	padding: 24px 0 !important;
	color: var(--bow-lux-navy) !important;
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(20px, 2.1vw, 26px);
	font-weight: 700 !important;
}

.bow-lux-faq .elementor-tab-content {
	padding: 0 0 28px !important;
	border: 0 !important;
	color: var(--bow-lux-muted);
	font-size: 17px;
	line-height: 1.7;
}

.bow-lux-footer {
	background:
		radial-gradient(circle at 20% 0%, rgba(216, 173, 63, 0.13), transparent 26%),
		var(--bow-lux-navy);
	color: rgba(255, 255, 255, 0.78);
}

.bow-lux-footer :is(h2, h3, h4, a) {
	color: var(--bow-lux-white);
}

.bow-lux-footer,
.bow-lux-footer :is(p, li, span, .elementor-icon-list-text) {
	color: rgba(255, 255, 255, 0.78) !important;
}

.bow-lux-footer :is(.bow-lux-wordmark, .bow-lux-wordmark .elementor-heading-title, h2, h3, h4, a) {
	color: var(--bow-lux-white) !important;
}

.bow-lux-footer a:hover,
.bow-lux-footer a:focus-visible {
	color: #f2cb67;
}

@media (max-width: 1024px) {
	.bow-lux-hero {
		min-height: 600px;
		background:
			linear-gradient(90deg, rgba(5, 35, 60, 0.96) 0%, rgba(5, 35, 60, 0.82) 62%, rgba(5, 35, 60, 0.35) 100%),
			var(--bow-hero-image, none) 58% center / cover no-repeat,
			var(--bow-lux-navy);
	}

	.bow-lux-trust-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.bow-lux-header > .e-con:first-child,
	.bow-lux-header .bow-lux-header-actions {
		width: auto !important;
		flex: 0 0 auto;
	}

	.bow-lux-header .bow-lux-nav {
		width: auto !important;
		flex: 1 1 auto;
	}

	.bow-lux-nav .elementor-nav-menu--main {
		display: flex !important;
		justify-content: center;
	}

	.bow-lux-nav .elementor-menu-toggle,
	.bow-lux-nav .elementor-nav-menu--dropdown {
		display: none !important;
	}

	.bow-lux-header-actions .bow-lux-button--secondary {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.bow-lux-container {
		width: min(calc(100% - 28px), 1180px);
	}

	.bow-lux-section {
		padding-block: 64px;
	}

	.bow-lux-section--compact {
		padding-block: 42px;
	}

	.bow-lux-desktop-only {
		display: none !important;
	}

	.bow-lux-header {
		width: 100%;
		min-height: 76px;
		padding-inline: 14px;
		flex-wrap: nowrap !important;
		gap: 10px !important;
	}

	.bow-lux-header > .e-con {
		width: auto !important;
		min-width: 0;
	}

	.bow-lux-header > .e-con:first-child {
		flex: 1 1 auto;
	}

	.bow-lux-header .bow-lux-nav,
	.bow-lux-header .bow-lux-header-actions {
		flex: 0 0 auto;
	}

	.bow-lux-header .bow-lux-brand-mark img {
		max-height: 50px;
	}

	.bow-lux-header .bow-lux-wordmark,
	.bow-lux-header .bow-lux-wordmark .elementor-heading-title {
		font-size: 23px;
	}

	.bow-lux-header-actions {
		flex: 0 0 auto;
	}

	.bow-lux-display .elementor-heading-title,
	.bow-lux-display {
		font-size: clamp(31px, 8.6vw, 34px);
		line-height: 1.01;
		text-wrap: wrap;
	}

	.bow-lux-title .elementor-heading-title,
	.bow-lux-title {
		font-size: clamp(25px, 6.8vw, 30px);
		text-wrap: wrap;
	}

	.bow-lux-lead,
	.bow-lux-lead .elementor-widget-container {
		font-size: 17px;
	}

	.bow-lux-hero {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 36px !important;
		min-height: auto;
		padding-top: 72px;
		padding-bottom: 64px;
		background:
			linear-gradient(180deg, rgba(5, 35, 60, 0.84) 0%, rgba(5, 35, 60, 0.95) 60%, rgba(5, 35, 60, 1) 100%),
			var(--bow-hero-image, none) 66% 26% / auto 58% no-repeat,
			var(--bow-lux-navy);
	}

	.bow-lux-hero > .e-con {
		width: 100% !important;
		max-width: 100% !important;
	}

	.bow-lux-hero-actions,
	.bow-lux-hero-actions > .e-con,
	.bow-lux-hero-actions .elementor-widget-button {
		width: 100%;
	}

	.bow-lux-hero-actions .elementor-button {
		width: 100%;
		justify-content: center;
	}

	.bow-lux-trust-row {
		grid-template-columns: 1fr;
	}

	.bow-lux-section .bow-lux-container:not(.bow-lux-gallery):not(.bow-lux-trust-row) {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.bow-lux-section .bow-lux-container:not(.bow-lux-gallery):not(.bow-lux-trust-row) > .e-con {
		width: 100% !important;
		max-width: 100% !important;
	}

	.bow-lux-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bow-lux-trust-item {
		min-height: auto;
	}

	.bow-lux-card {
		padding: 26px 22px;
	}

	.bow-lux-media-frame {
		border-radius: 20px;
	}

	.bow-lux-media-frame img {
		min-height: 300px;
	}
}

/* Pack page finishing details: keep the first dog permanent, remove catalog
 * housekeeping from the customer view, and make secondary content read like
 * one intentional membership guide. */
body.postid-123 .bow-pack-builder__remove[hidden] {
	display: none !important;
}

body.postid-123 .bow-pack-builder__remove:not([hidden]) {
	min-height: 40px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #8b2e2e;
	font-size: 14px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.postid-123 .product_meta {
	display: none;
}

body.postid-123 .woocommerce-tabs {
	margin-top: clamp(54px, 7vw, 88px);
}

body.postid-123 .woocommerce-tabs .tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 !important;
	border: 0 !important;
}

body.postid-123 .woocommerce-tabs .tabs::before,
body.postid-123 .woocommerce-tabs .tabs li::before,
body.postid-123 .woocommerce-tabs .tabs li::after {
	display: none !important;
}

body.postid-123 .woocommerce-tabs .tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--bow-lux-line) !important;
	border-radius: 999px !important;
	background: #fff !important;
}

body.postid-123 .woocommerce-tabs .tabs li.active {
	border-color: var(--bow-lux-gold) !important;
	background: var(--bow-lux-cream) !important;
}

body.postid-123 .woocommerce-tabs .tabs a {
	padding: 11px 17px !important;
	color: var(--bow-lux-navy) !important;
}

body.postid-123 .woocommerce-tabs .panel {
	margin-top: 16px !important;
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid var(--bow-lux-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--bow-lux-shadow-sm);
}

body.postid-123 .woocommerce-tabs .panel > * {
	max-width: 860px;
}

body.postid-123 .woocommerce-tabs .panel :is(h2, h3) {
	margin-top: 1.4em;
	margin-bottom: 0.45em;
	color: var(--bow-lux-navy);
}

body.postid-123 .woocommerce-tabs .panel > h2:first-child {
	margin-top: 0;
}

body.postid-123 .woocommerce-tabs .panel details {
	padding-block: 13px;
	border-bottom: 1px solid var(--bow-lux-line);
}

body.postid-123 .woocommerce-tabs .panel details summary {
	color: var(--bow-lux-navy);
	font-weight: 800;
	cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.bow-lux-card,
	.bow-lux-button .elementor-button,
	.bow-lux-media-frame img,
	.bow-lux-gallery img {
		transition: none !important;
	}

	.bow-lux-card:hover,
	.bow-lux-button .elementor-button:hover,
	.bow-lux-gallery img:hover {
		transform: none !important;
	}
}

/* Customer My Account hub: presentation only; native WooCommerce endpoints remain authoritative. */
.woocommerce-account .bow-account-hub {
  width: min(calc(100% - 40px), 1180px);
  margin: clamp(28px, 5vw, 68px) auto 32px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(216, 173, 63, 0.38);
  border-radius: 24px;
  background: linear-gradient(135deg, #082D50 0%, #103D67 100%);
  box-shadow: 0 22px 52px rgba(8, 45, 80, 0.18);
  color: #FFFFFF;
}
.woocommerce-account .bow-account-hub__eyebrow {
  margin: 0 0 10px;
  color: #FFCF2F;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.woocommerce-account .bow-account-hub :is(h1, h2) {
  margin: 0;
  color: #FFFFFF;
  font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
  font-size: clamp(1.75rem, 3.6vw, 3rem);
  line-height: 1.03;
}
.woocommerce-account .bow-account-hub__lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255,255,255,0.87);
  font-size: 1.06rem;
}
.woocommerce-account .bow-account-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.woocommerce-account .bow-account-hub__actions .button {
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid rgba(255,255,255,0.46);
  border-radius: 999px;
  background: transparent;
  color: #FFFFFF;
  font-weight: 800;
  text-decoration: none;
}
.woocommerce-account .bow-account-hub__actions .button:first-child {
  border-color: #FFCF2F;
  background: #FFCF2F;
  color: #082D50;
}
.woocommerce-account .bow-account-hub__actions .button:hover,
.woocommerce-account .bow-account-hub__actions .button:focus-visible {
  border-color: #FFFFFF;
  outline: 3px solid rgba(255, 207, 47, 0.5);
  outline-offset: 3px;
}
.woocommerce-account .bow-account-hub__support {
  margin: 22px 0 0;
  color: rgba(255,255,255,0.80);
}
.woocommerce-account .bow-account-hub a:not(.button) {
  color: #FFFFFF;
  font-weight: 800;
}
@media (max-width: 767px) {
  .woocommerce-account .bow-account-hub { width: min(calc(100% - 28px), 1180px); border-radius: 18px; }
  .woocommerce-account .bow-account-hub__actions { flex-direction: column; }
  .woocommerce-account .bow-account-hub__actions .button { width: 100%; text-align: center; }
}

/* Cart-adjacent newsletter offer; activation remains dependent on an approved ESP. */
.woocommerce-cart .bow-newsletter-cart-note { width:min(calc(100% - 40px),1180px); margin:32px auto 8px; padding:24px 28px; border:1px solid rgba(216,173,63,.42); border-radius:18px; background:#fbf8f1; color:#082d50; }
.woocommerce-cart .bow-newsletter-cart-note__eyebrow { margin:0 0 6px; color:#9b6700; font-size:.76rem; font-weight:900; letter-spacing:.1em; }
.woocommerce-cart .bow-newsletter-cart-note h3 { margin:0; color:#082d50; font-family:var(--e-global-typography-primary-font-family,"DM Sans",Helvetica,Arial,sans-serif); }
.woocommerce-cart .bow-newsletter-cart-note p:last-child { margin:10px 0 0; }
@media (max-width:767px) { .woocommerce-cart .bow-newsletter-cart-note { width:min(calc(100% - 28px),1180px); margin-top:22px; padding:22px; } }

/* Premium visual pass: shared customer-facing rhythm, controls and accessible
 * interaction states. Elementor remains the source for document content. */
:where(.elementor, .woocommerce) :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(255, 207, 47, 0.68);
	outline-offset: 3px;
}

.elementor-widget-text-editor :where(p, li) {
	text-wrap: pretty;
}

.bow-lux-section :where(.elementor-widget-text-editor, .bow-lux-lead) {
	max-width: 72ch;
}

.woocommerce :is(input.input-text, textarea, select),
.woocommerce-account .woocommerce-MyAccount-content :is(input.input-text, textarea, select) {
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #c8d5df;
	border-radius: 12px;
	background: #fff;
	color: var(--bow-lux-ink);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.woocommerce :is(input.input-text, textarea, select):focus,
.woocommerce-account .woocommerce-MyAccount-content :is(input.input-text, textarea, select):focus {
	border-color: var(--bow-lux-gold);
	box-shadow: 0 0 0 4px rgba(216, 173, 63, 0.16);
}

.woocommerce-account .woocommerce {
	width: min(calc(100% - 40px), 1180px);
	margin: 0 auto clamp(60px, 8vw, 108px);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	overflow: hidden;
	border: 1px solid var(--bow-lux-line);
	border-radius: 18px;
	background: var(--bow-lux-cream);
	box-shadow: var(--bow-lux-shadow-sm);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	color: var(--bow-lux-navy);
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation :is(.is-active a, a:hover) {
	background: #fff;
	box-shadow: 0 5px 18px rgba(8, 45, 80, 0.08);
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--bow-lux-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--bow-lux-shadow-sm);
}

@media (max-width: 767px) {
	.bow-lux-container,
	.woocommerce-account .woocommerce {
		width: min(calc(100% - 28px), 1180px);
	}

	.bow-lux-section {
		padding-block: clamp(52px, 14vw, 76px);
	}

	.bow-lux-faq .elementor-tab-title {
		padding-block: 20px !important;
		font-size: 21px;
		line-height: 1.25;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 18px;
		padding: 22px 18px;
	}
}


/* Bark or Woof Pack product: premium, performance-first presentation.
 * Pack Builder remains the only live selector/pricing/add-to-cart mechanism. */
body.postid-123 {
	background: linear-gradient(180deg, #ffffff 0%, #fbf8f1 38%, #ffffff 100%);
}

body.postid-123 .woocommerce-breadcrumb {
	display: none;
}

body.postid-123.single-product .site-main {
	padding: clamp(34px, 5vw, 72px) 20px clamp(70px, 9vw, 124px);
}

body.postid-123.single-product div.product {
	width: min(100%, 1180px);
	margin-inline: auto;
}

body.postid-123.single-product div.product > .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	position: relative !important;
	top: auto !important;
	align-self: start;
}

body.postid-123 .woocommerce-product-gallery__wrapper {
	margin: 0;
}

body.postid-123 .woocommerce-product-gallery__image {
	overflow: hidden;
	border: 1px solid rgba(8, 45, 80, 0.12);
	border-radius: 30px;
	background: #eef5fa;
	box-shadow: 0 30px 80px rgba(8, 45, 80, 0.16);
}

body.postid-123 .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: 50% 46%;
}

body.postid-123 div.product .summary .product_title {
	margin: 0 0 12px;
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(33px, 3.8vw, 48px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.02;
	text-wrap: balance;
}

body.postid-123 div.product .summary > .price {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	margin: 0 0 18px;
	padding: 9px 14px;
	border: 1px solid rgba(216, 173, 63, 0.42);
	border-radius: 999px;
	background: #fff8d9;
	color: #684600;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

body.postid-123 .woocommerce-product-details__short-description {
	margin-bottom: 22px;
	color: var(--bow-lux-ink);
	font-size: 17px;
	line-height: 1.65;
}

body.postid-123 .bow-pack-summary__lead {
	margin: 0 0 18px;
	max-width: 60ch;
	color: #3f5064;
}

body.postid-123 .bow-pack-quickfacts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 16px;
}

body.postid-123 .bow-pack-quickfact {
	min-width: 0;
	padding: 16px 14px;
	border: 1px solid rgba(8, 45, 80, 0.13);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(8, 45, 80, 0.06);
}

body.postid-123 .bow-pack-quickfact strong,
body.postid-123 .bow-pack-quickfact span {
	display: block;
}

body.postid-123 .bow-pack-quickfact strong {
	margin-bottom: 5px;
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(21px, 2vw, 26px);
	line-height: 1.05;
}

body.postid-123 .bow-pack-quickfact span {
	color: #526274;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

body.postid-123 .bow-pack-quickfact--gold {
	border-color: #ffcf2f;
	background: linear-gradient(145deg, #fff8d3, #fffdf3);
}

body.postid-123 .bow-pack-quickfact--gold strong {
	color: #684600;
}

body.postid-123 .bow-pack-summary__assurance {
	margin: 0;
	padding-left: 23px;
	position: relative;
	color: #3f5064;
	font-size: 15px;
	font-weight: 700;
}

body.postid-123 .bow-pack-summary__assurance::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #9b6c00;
	content: "✓";
	font-weight: 900;
}

body.postid-123 .bow-pack-builder {
	margin-top: 24px;
	padding: clamp(24px, 3vw, 36px);
	border-color: rgba(216, 173, 63, 0.38);
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 207, 47, 0.16), transparent 36%),
		linear-gradient(145deg, #fffdf7 0%, #f4f8fb 100%);
	box-shadow: 0 24px 60px rgba(8, 45, 80, 0.12);
}

body.postid-123 .bow-pack-builder__heading h2 {
	font-size: clamp(27px, 3.1vw, 37px);
	letter-spacing: -0.035em;
}

body.postid-123 .bow-pack-builder__eyebrow {
	font-size: 14px !important;
	color: #7a5000;
}

body.postid-123 .bow-pack-builder__dog {
	padding: 20px;
	border: 1px solid rgba(8, 45, 80, 0.14);
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(8, 45, 80, 0.05);
}

body.postid-123 .bow-pack-builder__summary {
	padding: 18px;
	border: 1px solid rgba(8, 45, 80, 0.13);
	border-radius: 16px;
	background: #eef5fa;
	color: var(--bow-lux-ink);
}

body.postid-123 .bow-pack-builder__summary strong {
	color: var(--bow-lux-navy);
}

body.postid-123 .bow-pack-builder__actions {
	margin-top: 16px;
}

body.postid-123 .bow-pack-builder__submit {
	box-shadow: 0 13px 28px rgba(216, 173, 63, 0.28);
}

body.postid-123 .woocommerce-tabs {
	width: min(100%, 1180px);
	margin-inline: auto;
}

body.postid-123 .woocommerce-tabs .tabs .reviews_tab {
	display: none !important;
}

body.postid-123 .woocommerce-tabs .panel {
	padding: 0;
	overflow: hidden;
	border-radius: 28px;
	background: transparent;
	box-shadow: none;
}

body.postid-123 .woocommerce-tabs .panel > h2:first-child {
	display: none;
}

body.postid-123 .woocommerce-tabs .panel > * {
	max-width: none;
}

body.postid-123 .bow-pack-guide {
	padding: clamp(36px, 6vw, 76px);
	border: 1px solid rgba(8, 45, 80, 0.11);
	background: #ffffff;
}

body.postid-123 .bow-pack-guide + .bow-pack-guide {
	border-top: 0;
}

body.postid-123 .bow-pack-guide:first-of-type {
	border-radius: 28px 28px 0 0;
}

body.postid-123 .bow-pack-guide:last-of-type {
	border-radius: 0 0 28px 28px;
}

body.postid-123 .bow-pack-guide--blue {
	background: linear-gradient(145deg, #eef5fa, #f8fbfd);
}

body.postid-123 .bow-pack-guide--navy {
	border-color: #082d50;
	background:
		radial-gradient(circle at 88% 12%, rgba(255, 207, 47, 0.16), transparent 30%),
		linear-gradient(135deg, #062844, #0d3b66);
	color: #ffffff;
}

body.postid-123 .bow-pack-kicker {
	margin: 0 0 12px;
	color: #8a5b00;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.postid-123 .bow-pack-guide--navy .bow-pack-kicker {
	color: #ffcf2f;
}

body.postid-123 .bow-pack-guide h2 {
	max-width: 760px;
	margin: 0 0 16px !important;
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(27px, 3.4vw, 42px);
	letter-spacing: -0.035em;
	line-height: 1.07;
	text-wrap: balance;
}

body.postid-123 .bow-pack-guide--navy h2 {
	color: #ffffff;
}

/* Contrast guard: WooCommerce's product-tab heading rule can override the
 * navy-panel heading. This applies only to the direct H2 in that dark panel;
 * headings inside the adjacent white and cream offer cards retain navy. */
body.postid-123 .woocommerce-tabs .panel .bow-pack-guide--navy > h2 {
	color: #ffffff !important;
}

body.postid-123 .bow-pack-guide__lead {
	max-width: 720px;
	margin: 0;
	color: #526274;
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.65;
}

body.postid-123 .bow-pack-guide--navy .bow-pack-guide__lead {
	color: rgba(255, 255, 255, 0.86);
}

body.postid-123 .bow-pack-offer-grid,
body.postid-123 .bow-pack-steps,
body.postid-123 .bow-pack-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: clamp(26px, 4vw, 42px);
}

body.postid-123 .bow-pack-offer,
body.postid-123 .bow-pack-step,
body.postid-123 .bow-pack-trust-card {
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(8, 45, 80, 0.12);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(8, 45, 80, 0.06);
}

body.postid-123 .bow-pack-offer--featured {
	border-color: #ffcf2f;
	background: #fff8d3;
}

body.postid-123 .bow-pack-offer__label,
body.postid-123 .bow-pack-step__number {
	display: block;
	margin-bottom: 12px;
	color: #8a5b00;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.postid-123 .bow-pack-offer strong,
body.postid-123 .bow-pack-step h3,
body.postid-123 .bow-pack-trust-card h3 {
	display: block;
	margin: 0 0 9px;
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(23px, 2.4vw, 30px);
	line-height: 1.12;
}

body.postid-123 .bow-pack-offer p,
body.postid-123 .bow-pack-step p,
body.postid-123 .bow-pack-trust-card p {
	margin: 0;
	color: #526274;
	font-size: 15px;
	line-height: 1.6;
}

body.postid-123 .bow-pack-fit {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	margin-top: 32px;
}

body.postid-123 .bow-pack-fit__sizes {
	display: grid;
	gap: 12px;
}

body.postid-123 .bow-pack-fit__size {
	padding: 20px;
	border: 1px solid rgba(8, 45, 80, 0.13);
	border-radius: 17px;
	background: #ffffff;
}

body.postid-123 .bow-pack-fit__size strong {
	display: block;
	margin-bottom: 5px;
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: 25px;
}

body.postid-123 .bow-pack-fit__size span {
	color: #526274;
	font-size: 15px;
	line-height: 1.55;
}

body.postid-123 .bow-pack-link {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	margin-top: 24px;
	padding: 13px 20px;
	border: 1px solid rgba(8, 45, 80, 0.24);
	border-radius: 999px;
	color: var(--bow-lux-navy);
	font-weight: 900;
	text-decoration: none;
}

body.postid-123 .bow-pack-link:hover,
body.postid-123 .bow-pack-link:focus-visible {
	border-color: #082d50;
	background: #eef5fa;
	color: #082d50;
}

body.postid-123 .bow-pack-guide--navy .bow-pack-link {
	border-color: #ffcf2f;
	background: #ffcf2f;
	color: #082d50;
	box-shadow: 0 15px 32px rgba(216, 173, 63, 0.3);
}

body.postid-123 .bow-pack-guide--navy .bow-pack-link:hover,
body.postid-123 .bow-pack-guide--navy .bow-pack-link:focus-visible {
	background: #f6c523;
	transform: translateY(-1px);
}

body.postid-123 .bow-pack-guide details {
	padding: 17px 0 !important;
	border-bottom: 1px solid rgba(8, 45, 80, 0.13) !important;
}

body.postid-123 .bow-pack-guide details summary {
	color: var(--bow-lux-navy);
	font-family: var(--e-global-typography-primary-font-family, "DM Sans", Helvetica, Arial, sans-serif);
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.3;
}

body.postid-123 .bow-pack-guide details p {
	max-width: 760px;
	margin: 10px 0 0;
	color: #526274;
	line-height: 1.65;
}

body.postid-123 .bow-pack-support-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 24px;
}

body.postid-123 .bow-pack-support-links a {
	color: #ffffff;
	font-weight: 800;
	text-decoration-color: #ffcf2f;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

@media (min-width: 1025px) {
	body.postid-123.single-product div.product {
		grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
		column-gap: clamp(52px, 6vw, 82px);
	}

	body.postid-123.single-product div.product > .woocommerce-product-gallery {
		grid-column: 1;
		grid-row: 1;
	}

	body.postid-123.single-product div.product > .summary {
		grid-column: 2;
		grid-row: 1;
	}

	body.postid-123.single-product div.product > .woocommerce-tabs {
		grid-column: 1 / -1;
		grid-row: auto;
	}
}

@media (max-width: 1024px) {
	body.postid-123.single-product div.product {
		display: block;
	}

	body.postid-123.single-product div.product > .woocommerce-product-gallery,
	body.postid-123.single-product div.product > .summary {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
	}

	body.postid-123.single-product div.product > .summary {
		margin-top: 34px !important;
	}

	body.postid-123 .bow-pack-offer-grid,
	body.postid-123 .bow-pack-steps,
	body.postid-123 .bow-pack-trust-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	body.postid-123.single-product .site-main {
		padding: 24px 14px 76px;
	}

	body.postid-123 .woocommerce-product-gallery__image {
		border-radius: 20px;
	}

	body.postid-123 div.product .summary .product_title {
		font-size: clamp(30px, 9.2vw, 37px);
	}

	body.postid-123 .bow-pack-quickfacts,
	body.postid-123 .bow-pack-offer-grid,
	body.postid-123 .bow-pack-steps,
	body.postid-123 .bow-pack-trust-grid,
	body.postid-123 .bow-pack-fit {
		grid-template-columns: 1fr;
	}

	body.postid-123 .bow-pack-quickfact {
		padding: 15px 16px;
	}

	body.postid-123 .bow-pack-builder {
		padding: 22px 18px;
		border-radius: 20px;
	}

	body.postid-123 .bow-pack-builder__actions .button {
		width: 100%;
	}

	body.postid-123 .woocommerce-tabs {
		margin-top: 56px;
	}

	body.postid-123 .woocommerce-tabs .tabs {
		display: none;
	}

	body.postid-123 .woocommerce-tabs .panel {
		display: block !important;
		margin: 0 !important;
	}

	body.postid-123 .bow-pack-guide {
		padding: 34px 22px;
	}

	body.postid-123 .bow-pack-guide h2 {
		font-size: clamp(26px, 7.7vw, 31px);
	}
}


/* Fix 2026-08-02: the header CTA carries .bow-lux-desktop-only but was only hidden
 *    below 767px, while Elementor's nav collapses to a hamburger at its tablet
 *    breakpoint (1024px). Between 768-1024px the button stayed in a header with no
 *    room for it and collapsed into a 102x94 circle wrapping onto 4 lines.
 *    Hide it as soon as the nav collapses. */
@media (max-width: 1024px) {
	.bow-lux-desktop-only {
		display: none !important;
	}
}


/* Product 123 membership-term cards, 2026-08-03.
 * Dedicated component avoids the generic three-column trust-card layout. */
body.postid-123 #membership-terms {
	background:
		radial-gradient(circle at 92% 8%, rgba(166, 27, 35, 0.07), transparent 25%),
		linear-gradient(180deg, #fffdf8 0%, #fbf8f1 100%);
}

body.postid-123 .bow-pack-term-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 0.38fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: end;
}

body.postid-123 .bow-pack-term-note {
	margin: 0;
	padding: 18px 20px;
	border-left: 3px solid #a61b23;
	border-radius: 0 14px 14px 0;
	background: rgba(255, 255, 255, 0.82);
	color: #526274;
	font-size: 14px;
	line-height: 1.5;
}

body.postid-123 .bow-pack-term-note strong,
body.postid-123 .bow-pack-term-note span {
	display: block;
}

body.postid-123 .bow-pack-term-note strong {
	margin-bottom: 3px;
	color: #082d50;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.postid-123 .bow-pack-term-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: clamp(28px, 4vw, 44px);
}

body.postid-123 .bow-pack-term-card {
	display: flex;
	min-width: 0;
	min-height: 264px;
	padding: clamp(22px, 2.4vw, 30px);
	border: 1px solid rgba(8, 45, 80, 0.14);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 14px 38px rgba(8, 45, 80, 0.08);
	color: #082d50;
	text-decoration: none;
	flex-direction: column;
	align-items: stretch;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.postid-123 .bow-pack-term-card:hover,
body.postid-123 .bow-pack-term-card:focus-visible {
	border-color: #a61b23;
	box-shadow: 0 20px 48px rgba(8, 45, 80, 0.14);
	color: #082d50;
	transform: translateY(-4px);
}

body.postid-123 .bow-pack-term-card__eyebrow,
body.postid-123 .bow-pack-term-card__save {
	display: inline-flex;
	width: fit-content;
	min-height: 28px;
	margin: 0 0 20px;
	padding: 6px 10px;
	border-radius: 999px;
	align-items: center;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

body.postid-123 .bow-pack-term-card__eyebrow {
	background: #eef5fa;
	color: #36506a;
}

body.postid-123 .bow-pack-term-card__save {
	background: #a61b23;
	color: #ffffff;
}

body.postid-123 .bow-pack-term-card__name,
body.postid-123 .bow-pack-term-card__rate,
body.postid-123 .bow-pack-term-card__due,
body.postid-123 .bow-pack-term-card__action {
	display: block;
}

body.postid-123 .bow-pack-term-card__name {
	margin-bottom: 10px;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 800;
	line-height: 1.15;
}

body.postid-123 .bow-pack-term-card__rate {
	margin-bottom: 8px;
	font-size: clamp(27px, 2.5vw, 34px);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1;
	white-space: nowrap;
}

body.postid-123 .bow-pack-term-card__rate small {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

body.postid-123 .bow-pack-term-card__due {
	color: #526274;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

body.postid-123 .bow-pack-term-card__action {
	margin-top: auto;
	padding-top: 24px;
	color: #a61b23;
	font-size: 14px;
	font-weight: 900;
}

body.postid-123 .bow-pack-term-card--value {
	border-color: #082d50;
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 207, 47, 0.16), transparent 38%),
		linear-gradient(145deg, #082d50, #0d3b66);
	color: #ffffff;
}

body.postid-123 .bow-pack-term-card--value:hover,
body.postid-123 .bow-pack-term-card--value:focus-visible {
	border-color: #ffcf2f;
	color: #ffffff;
}

body.postid-123 .bow-pack-term-card--value .bow-pack-term-card__due {
	color: rgba(255, 255, 255, 0.82);
}

body.postid-123 .bow-pack-term-card--value .bow-pack-term-card__action {
	color: #ffcf2f;
}

/* WordPress wpautop guard: line-break nodes must never become grid/flex items. */
body.postid-123 .bow-pack-term-grid > br,
body.postid-123 .bow-pack-term-card > br {
	display: none !important;
}

@media (max-width: 1024px) {
	body.postid-123 .bow-pack-term-head {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.postid-123 .bow-pack-term-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.postid-123 .bow-pack-term-card {
		min-height: 244px;
	}
}

@media (max-width: 767px) {
	body.postid-123 .bow-pack-term-grid {
		grid-template-columns: 1fr;
	}

	body.postid-123 .bow-pack-term-card {
		min-height: 0;
	}

	body.postid-123 .bow-pack-term-card__eyebrow,
	body.postid-123 .bow-pack-term-card__save {
		font-size: 12px;
	}

	body.postid-123 .bow-pack-term-card__action {
		padding-top: 20px;
	}
}

/* Mobile and tablet commerce shell, 2026-08-03.
 * Borrows the compact, product-first interaction model of modern commerce apps
 * while preserving the Bark or Woof brand and the existing live Pack Builder. */
@media (max-width: 1024px) {
	.bow-lux-announcement {
		min-height: 28px;
		padding: 5px 14px !important;
		overflow: hidden;
		white-space: nowrap;
	}

	.bow-lux-announcement p {
		margin: 0 !important;
		overflow: hidden;
		font-size: 12px !important;
		line-height: 18px !important;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.bow-lux-header {
		min-height: 68px !important;
		padding: 8px 18px !important;
		flex-wrap: nowrap !important;
		gap: 8px !important;
	}

	.bow-lux-header > .e-con {
		width: auto !important;
		min-width: 0;
	}

	.bow-lux-header > .e-con:first-child {
		order: 1;
		flex: 1 1 auto;
	}

	.bow-lux-header > .bow-lux-header-actions {
		display: flex !important;
		width: auto !important;
		order: 2;
		flex: 0 0 auto;
	}

	.bow-lux-header > .bow-lux-nav {
		width: auto !important;
		order: 3;
		flex: 0 0 auto;
	}

	.bow-lux-header-actions .elementor-widget-button {
		display: none !important;
	}

	.bow-lux-header-actions .elementor-element-e693818 {
		display: block !important;
		width: auto !important;
	}

	.bow-lux-header .bow-lux-brand-mark img {
		width: 44px !important;
		height: 44px !important;
		max-height: 44px !important;
	}

	.bow-lux-header .bow-lux-wordmark,
	.bow-lux-header .bow-lux-wordmark .elementor-heading-title {
		font-size: clamp(20px, 3.6vw, 25px) !important;
		line-height: 1.05 !important;
		white-space: nowrap;
	}

	.bow-lux-nav .elementor-menu-toggle,
	.bow-lux-header-actions .elementor-menu-cart__toggle_button {
		display: inline-flex !important;
		min-width: 44px;
		min-height: 44px;
		align-items: center;
		justify-content: center;
		border-radius: 999px !important;
	}

	.bow-lux-nav .elementor-nav-menu--dropdown {
		max-height: calc(100dvh - 96px);
		overflow-y: auto;
		border: 1px solid rgba(8, 45, 80, 0.12);
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 20px 55px rgba(8, 45, 80, 0.18);
	}

	body.postid-123.single-product .site-main {
		padding: 28px 24px 92px;
	}

	body.postid-123 .woocommerce-product-gallery__image img {
		max-height: 500px;
		aspect-ratio: 16 / 10;
		object-position: 50% 45%;
	}

	body.postid-123.single-product div.product > .summary {
		margin-top: 26px !important;
	}

	body.postid-123 .bow-pack-builder {
		margin-top: 20px;
		padding: 26px 24px;
	}

	body.postid-123 .bow-pack-builder :is(input, select, button) {
		min-height: 48px;
	}

	body.postid-123 .bow-pack-builder__actions--submit {
		position: sticky;
		z-index: 24;
		bottom: max(10px, env(safe-area-inset-bottom));
		margin: 14px -10px 0;
		padding: 10px;
		border: 1px solid rgba(8, 45, 80, 0.13);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 16px 38px rgba(8, 45, 80, 0.18);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}

	body.postid-123 .bow-pack-builder__submit {
		width: 100%;
		min-height: 52px;
		border-color: #a61b23 !important;
		background: #a61b23 !important;
		box-shadow: 0 13px 28px rgba(166, 27, 35, 0.24) !important;
		color: #ffffff !important;
	}

	body.postid-123 .bow-pack-builder__submit:hover,
	body.postid-123 .bow-pack-builder__submit:focus-visible {
		border-color: #7e1318 !important;
		background: #7e1318 !important;
		color: #ffffff !important;
	}

	body.postid-123 .woocommerce-tabs {
		margin-top: 42px;
	}

	body.postid-123 .bow-pack-guide {
		padding: 42px 32px;
	}

	body.postid-123 .bow-pack-offer-grid,
	body.postid-123 .bow-pack-steps,
	body.postid-123 .bow-pack-trust-grid {
		display: grid;
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(290px, 44vw);
		gap: 14px;
		padding: 2px 2px 14px;
		overflow-x: auto;
		scroll-padding-inline: 2px;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	body.postid-123 .bow-pack-offer,
	body.postid-123 .bow-pack-step,
	body.postid-123 .bow-pack-trust-card {
		scroll-snap-align: start;
	}

	body.postid-123 .bow-pack-offer-grid,
	body.postid-123 .bow-pack-steps,
	body.postid-123 .bow-pack-trust-grid,
	body.postid-123 .bow-pack-term-grid {
		scrollbar-width: none;
	}

	body.postid-123 .bow-pack-offer-grid::-webkit-scrollbar,
	body.postid-123 .bow-pack-steps::-webkit-scrollbar,
	body.postid-123 .bow-pack-trust-grid::-webkit-scrollbar,
	body.postid-123 .bow-pack-term-grid::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 767px) {
	.bow-lux-announcement {
		min-height: 26px;
		padding: 4px 10px !important;
	}

	.bow-lux-announcement p {
		font-size: 11px !important;
		line-height: 18px !important;
	}

	.bow-lux-header {
		min-height: 62px !important;
		padding: 7px 12px !important;
	}

	.bow-lux-header .bow-lux-brand-mark img {
		width: 38px !important;
		height: 38px !important;
		max-height: 38px !important;
	}

	.bow-lux-header .bow-lux-wordmark,
	.bow-lux-header .bow-lux-wordmark .elementor-heading-title {
		font-size: clamp(18px, 5.2vw, 21px) !important;
	}

	body.postid-123.single-product .site-main {
		padding: 16px 12px 104px;
	}

	body.postid-123 .woocommerce-product-gallery__image {
		border-radius: 18px;
		box-shadow: 0 16px 42px rgba(8, 45, 80, 0.13);
	}

	body.postid-123 .woocommerce-product-gallery__image img {
		max-height: 360px;
		aspect-ratio: 4 / 3;
		object-position: 50% 43%;
	}

	body.postid-123.single-product div.product > .summary {
		margin-top: 20px !important;
	}

	body.postid-123 div.product .summary .product_title {
		margin-bottom: 9px;
		font-size: clamp(29px, 8.4vw, 34px);
	}

	body.postid-123 div.product .summary > .price {
		margin-bottom: 14px;
		padding: 8px 12px;
		font-size: 16px;
	}

	body.postid-123 .woocommerce-product-details__short-description {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 1.55;
	}

	body.postid-123 .bow-pack-quickfacts {
		display: grid;
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: min(76vw, 280px);
		gap: 10px;
		padding-bottom: 10px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	body.postid-123 .bow-pack-quickfacts::-webkit-scrollbar {
		display: none;
	}

	body.postid-123 .bow-pack-quickfact {
		scroll-snap-align: start;
	}

	body.postid-123 .bow-pack-builder {
		margin-top: 16px;
		padding: 20px 16px;
		border-radius: 18px;
	}

	body.postid-123 .bow-pack-builder__heading h2 {
		font-size: clamp(25px, 7.4vw, 30px);
	}

	body.postid-123 .bow-pack-builder__dog {
		padding: 16px 14px;
		border-radius: 14px;
	}

	body.postid-123 .bow-pack-builder__membership-term,
	body.postid-123 .bow-pack-builder__field {
		margin-block: 12px;
	}

	body.postid-123 .bow-pack-builder__summary {
		padding: 15px;
	}

	body.postid-123 .bow-pack-builder__actions--dogs .button,
	body.postid-123 .bow-pack-builder__actions--submit .button {
		width: 100%;
		min-height: 50px;
	}

	body.postid-123 .bow-pack-builder__note,
	body.postid-123 .bow-pack-builder__help {
		font-size: 13px;
		line-height: 1.5;
	}

	body.postid-123 .woocommerce-tabs {
		margin-top: 34px;
	}

	body.postid-123 .bow-pack-guide {
		padding: 30px 18px;
	}

	body.postid-123 .bow-pack-guide h2 {
		font-size: clamp(25px, 7.2vw, 29px);
		line-height: 1.08;
	}

	body.postid-123 .bow-pack-guide__lead {
		font-size: 16px;
		line-height: 1.55;
	}

	body.postid-123 .bow-pack-offer-grid,
	body.postid-123 .bow-pack-steps,
	body.postid-123 .bow-pack-trust-grid,
	body.postid-123 .bow-pack-term-grid {
		display: grid;
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: min(82vw, 310px);
		gap: 12px;
		margin-inline: -2px;
		padding: 2px 2px 14px;
		overflow-x: auto;
		scroll-padding-inline: 2px;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
	}

	body.postid-123 .bow-pack-term-card {
		min-height: 224px;
		padding: 22px 20px;
		scroll-snap-align: start;
	}

	body.postid-123 .bow-pack-term-card__action {
		padding-top: 18px;
	}

	body.postid-123 .bow-pack-fit {
		gap: 20px;
		margin-top: 24px;
	}

	body.postid-123 .bow-pack-fit__size {
		padding: 17px;
	}

	body.postid-123 .bow-pack-support-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	body.postid-123 .bow-pack-support-links a {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
	}
}

/* Product 123 has one curated narrative. Hide empty/redundant Woo panels only. */
body.postid-123 .woocommerce-tabs .tabs,
body.postid-123 .woocommerce-tabs .woocommerce-Tabs-panel--additional_information,
body.postid-123 .woocommerce-tabs .woocommerce-Tabs-panel--reviews,
body.postid-123 #tab-additional_information,
body.postid-123 #tab-reviews {
	display: none !important;
}

body.postid-123 .woocommerce-tabs .woocommerce-Tabs-panel--description,
body.postid-123 #tab-description {
	display: block !important;
}


/* Sitewide typography quality pass, 2026-08-03.
 * Keeps the existing local Elementor font stack and normalizes reading,
 * wrapping, prices, links, and mobile form behavior without replacing Kit data. */
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	font-kerning: normal;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background: rgba(166, 27, 35, 0.2);
	color: var(--bow-lux-navy);
}

:is(.bow-lux-display, .bow-lux-title, .bow-pack-guide h2, .bow-pack-builder__heading h2, .elementor-widget-heading .elementor-heading-title) {
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

:is(main, .site-main, .woocommerce) :is(p, li, dd, summary, .elementor-widget-text-editor) {
	overflow-wrap: break-word;
}

:is(.bow-lux-lead, .bow-lux-reading, .woocommerce-product-details__short-description, .woocommerce-Tabs-panel p, .woocommerce-MyAccount-content p) {
	max-width: 68ch;
	text-wrap: pretty;
}

.bow-lux-display,
.bow-lux-display .elementor-heading-title {
	line-height: 1.04;
}

.bow-lux-title,
.bow-lux-title .elementor-heading-title {
	line-height: 1.1;
}

:is(.woocommerce, .bow-pack-builder) :is(.amount, .woocommerce-Price-amount, .bow-pack-term-card__rate, .bow-pack-quickfact strong, .bow-pack-builder__price),
.bow-pack-builder__summary,
.bow-pack-builder__summary * {
	font-variant-numeric: tabular-nums;
}

:is(.bow-lux-reading, .woocommerce-Tabs-panel, .woocommerce-MyAccount-content, .woocommerce-cart-form, .cart_totals, .woocommerce-checkout) a:not(.button):not(.checkout-button) {
	text-decoration-skip-ink: auto;
	text-decoration-thickness: from-font;
	text-underline-offset: 0.18em;
	text-underline-position: from-font;
}

:is(.woocommerce form .form-row, .bow-pack-builder__field) :is(input, select, textarea) {
	font-family: inherit;
	line-height: 1.4;
}

:is(.woocommerce form .form-row, .bow-pack-builder__field) :is(input, textarea)::placeholder {
	color: #667487;
	opacity: 1;
}

.woocommerce :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
	line-height: 1.5;
	text-wrap: pretty;
}

@media (max-width: 767px) {
	.bow-lux-announcement p {
		font-size: 12px !important;
	}

	:is(.woocommerce form .form-row, .bow-pack-builder__field) :is(input, select, textarea),
	.select2-container .select2-selection--single,
	.select2-container .select2-selection__rendered {
		font-size: 16px !important;
	}

	:is(.woocommerce, .bow-pack-builder) :is(label, .form-row label) {
		font-size: max(14px, 0.875rem);
	}
}

/* Cart alignment normalization — keep the title, offer, items, and totals on
 * one page-owned content grid instead of Woo Blocks' viewport-wide alignwide grid. */
.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
	width: 100%;
	max-width: 100%;
	margin-inline: 0;
}

.woocommerce-cart .bow-newsletter-cart-note {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

/* Premium Elementor menu-cart drawer. Presentation only: links and native cart
 * behavior remain Elementor/WooCommerce owned. */
.elementor-menu-cart__container.elementor-lightbox {
	position: fixed !important;
	inset: 0 !important;
	width: 100vw !important;
	max-width: 100vw !important;
	height: 100dvh !important;
	overflow: hidden !important;
}

.elementor-menu-cart__container .elementor-menu-cart__main {
	position: absolute !important;
	inset: 0 0 0 auto !important;
	box-sizing: border-box;
	width: min(100%, 420px) !important;
	max-width: 100vw !important;
	height: 100dvh !important;
	max-height: 100dvh !important;
	padding: 24px !important;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid rgba(8, 45, 80, 0.12);
	background: #fff;
	box-shadow: -18px 0 50px rgba(8, 45, 80, 0.18);
}

.elementor-menu-cart__container .elementor-menu-cart__products {
	flex: 0 0 auto !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.elementor-menu-cart__container .elementor-menu-cart__product {
	grid-template-columns: 88px minmax(0, 1fr) !important;
	grid-template-rows: auto auto !important;
	column-gap: 16px;
	row-gap: 10px;
	align-items: start;
	padding: 0 28px 22px 0 !important;
	border-bottom: 1px solid rgba(8, 45, 80, 0.12);
}

.elementor-menu-cart__container .elementor-menu-cart__product-image {
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 88px;
}

.elementor-menu-cart__container .elementor-menu-cart__product-image img {
	width: 88px;
	height: 88px;
	border-radius: 12px;
	object-fit: cover;
}

.elementor-menu-cart__container .elementor-menu-cart__product-name,
.elementor-menu-cart__container .elementor-menu-cart__product-price {
	min-width: 0;
	padding-left: 0 !important;
}

.elementor-menu-cart__container .elementor-menu-cart__product-name > a {
	display: block;
	margin-bottom: 10px;
	color: #082d50 !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	line-height: 1.12 !important;
	text-decoration: none;
	text-wrap: balance;
}

.elementor-menu-cart__container .elementor-menu-cart__product-name dl.variation {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 2px 8px;
	margin: 0;
	color: #526274;
	font-size: 13px;
	line-height: 1.45;
}

.elementor-menu-cart__container .elementor-menu-cart__product-name dl.variation :is(dt, dd) {
	float: none;
	margin: 0;
}

.elementor-menu-cart__container .elementor-menu-cart__product-name {
	grid-column: 2;
	grid-row: 1;
}

.elementor-menu-cart__container .elementor-menu-cart__product-price {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	color: #082d50 !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.elementor-menu-cart__container .elementor-menu-cart__subtotal {
	padding: 20px 0 !important;
	color: #17263b;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.elementor-menu-cart__container .elementor-menu-cart__footer-buttons {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 12px !important;
	padding-top: 20px !important;
}

.elementor-menu-cart__container .elementor-menu-cart__footer-buttons .elementor-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 50px;
	height: auto !important;
	padding: 13px 16px !important;
	border: 2px solid #a91620 !important;
	border-radius: 999px !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.elementor-menu-cart__container .elementor-button--view-cart {
	background: #fff !important;
	color: #a91620 !important;
}

.elementor-menu-cart__container .elementor-button--checkout {
	background: #a91620 !important;
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(169, 22, 32, 0.2);
}

.elementor-menu-cart__container .elementor-button--view-cart:hover,
.elementor-menu-cart__container .elementor-button--view-cart:focus-visible {
	background: #fff5f5 !important;
	color: #86111a !important;
}

.elementor-menu-cart__container .elementor-button--checkout:hover,
.elementor-menu-cart__container .elementor-button--checkout:focus-visible {
	background: #86111a !important;
	border-color: #86111a !important;
}

@media (max-width: 479px) {
	.elementor-menu-cart__container .elementor-menu-cart__main {
		width: 100% !important;
		padding: 20px 18px !important;
	}

	.elementor-menu-cart__container .elementor-menu-cart__product {
		grid-template-columns: 76px minmax(0, 1fr) !important;
		column-gap: 14px;
		padding-right: 24px !important;
	}

	.elementor-menu-cart__container .elementor-menu-cart__product-image,
	.elementor-menu-cart__container .elementor-menu-cart__product-image img {
		width: 76px;
		height: 76px;
	}

	.elementor-menu-cart__container .elementor-menu-cart__product-name > a {
		font-size: 21px !important;
	}

	.elementor-menu-cart__container .elementor-menu-cart__footer-buttons {
		grid-template-columns: 1fr !important;
	}

	.elementor-menu-cart__container .elementor-menu-cart__footer-buttons .elementor-button {
		min-height: 48px;
	}
}

/* Product 123 desktop layout:
 * Dog image + product information left, Pack Builder right. */
@media (min-width: 1025px) {

	body.postid-123.single-product div.product {
		display: grid !important;
		grid-template-columns:
			minmax(0, 0.96fr)
			minmax(500px, 1.04fr);
		column-gap: clamp(52px, 6vw, 82px);
		row-gap: 0;
		align-items: start;
	}

	/*
	 * Let the individual WooCommerce summary elements participate
	 * directly in the product grid.
	 */
	body.postid-123.single-product div.product > .summary {
		display: contents;
	}

	/* LEFT — dog image at the top */
	body.postid-123.single-product div.product > .woocommerce-product-gallery {
		grid-column: 1;
		grid-row: 1;
		margin-top: 0 !important;
	}

	/* LEFT — Bark or Woof Pack title below image */
	body.postid-123.single-product div.product .summary > .product_title {
		grid-column: 1;
		grid-row: 2;
		margin-top: 28px;
	}

	/* LEFT — starting price */
	body.postid-123.single-product div.product .summary > .price {
		grid-column: 1;
		grid-row: 3;
		justify-self: start;
	}

	/* LEFT — description + quick-fact boxes */
	body.postid-123.single-product div.product .summary > .woocommerce-product-details__short-description {
		grid-column: 1;
		grid-row: 4;
	}

	/* RIGHT — Pack Builder stays at the top */
	body.postid-123.single-product div.product .summary > .bow-pack-builder {
		grid-column: 2;
		grid-row: 1 / span 4;
		margin-top: 0;
		align-self: start;
	}

	/*
	 * Native WooCommerce fallback form stays with the builder.
	 */
	body.postid-123.single-product div.product .summary > form.cart {
		grid-column: 2;
	}

	/* Everything below the hero stays full width. */
	body.postid-123.single-product div.product > .woocommerce-tabs {
		grid-column: 1 / -1;
		grid-row: 5;
	}
}