:root {
	--pv-ink: #241317;
	--pv-muted: #49383d;
	--pv-paper: #fff8ef;
	--pv-soft: #f2ded2;
	--pv-panel: #ffffff;
	--pv-line: rgba(90, 23, 36, 0.24);
	--pv-teal: #5a1724;
	--pv-cream: #fff8ef;
	--pv-aqua: #f2ded2;
	--pv-bronze: #8a5b00;
	--pv-button-bg: #5a1724;
	--pv-button-text: #ffffff;
	--pv-container: 1180px;
	--pv-section-space: 72px;
	--pv-mobile-section-space: 42px;
	--pv-shop-columns: 4;
	--pv-shop-tablet-columns: 3;
	--pv-shop-mobile-columns: 2;
	--pv-product-image-ratio: 4 / 5;
	--pv-product-image-fit: cover;
	--pv-announcement-font-size: 12px;
	--pv-announcement-font-weight: 900;
	--pv-menu-font-size: 14px;
	--pv-menu-font-weight: 900;
	--pv-brand-font-size: 18px;
	--pv-brand-font-weight: 700;
	--pv-hero-title-max: 86px;
	--pv-section-title-max: 56px;
	--pv-card-title-max: 19px;
	--pv-product-title-max: 19px;
	--pv-shadow: 0 24px 70px rgba(90, 23, 36, 0.14);
	--pv-radius: 8px;
}

/* v1.3.8 image, header, tablet, and mobile stability layer */
.pv-hero-image {
	aspect-ratio: var(--pv-hero-image-ratio, var(--pv-site-image-ratio, 4 / 5));
	min-height: 0;
}

.pv-hero-image img {
	object-fit: var(--pv-hero-image-fit, var(--pv-site-image-fit, cover));
}

.pv-category-card,
.pv-category-card.large {
	aspect-ratio: var(--pv-category-image-ratio, 16 / 9);
	min-height: 0;
}

.pv-category-card img {
	object-fit: var(--pv-category-image-fit, var(--pv-site-image-fit, cover));
}

.pv-feature-media,
.editorial-images img,
.editorial-images img:first-child {
	aspect-ratio: var(--pv-editorial-image-ratio, var(--pv-site-image-ratio, 16 / 9));
	height: auto;
	object-fit: var(--pv-editorial-image-fit, var(--pv-site-image-fit, cover));
}

.pv-feature-media {
	aspect-ratio: var(--pv-feature-image-ratio, var(--pv-site-image-ratio, 16 / 9));
	margin-bottom: 28px;
	overflow: hidden;
}

.pv-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: var(--pv-feature-image-fit, var(--pv-site-image-fit, cover));
}

.nav-shell {
	min-height: 92px;
	gap: 10px 18px;
	padding-block: 10px;
}

.pv-header-marketplace .nav-shell {
	min-height: 104px;
	gap: 8px 18px;
	padding-block: 10px;
}

.primary-nav .menu {
	gap: 0;
}

.primary-nav a,
.header-actions > a {
	min-height: 36px;
	padding: 7px 10px;
}

.header-actions {
	gap: 10px;
}

.brand {
	gap: 4px;
}

.brand img,
.custom-logo {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.header-search input[type="search"] {
	min-height: 42px;
}

@media (min-width: 981px) {
	.pv-header-centered .nav-shell {
		grid-template-columns: minmax(320px, 1fr) auto minmax(320px, 1fr);
	}

	.pv-header-centered .primary-nav,
	.pv-header-centered .header-actions {
		max-width: 100%;
	}
}

@media (max-width: 980px) {
	.nav-shell,
	.pv-header-marketplace .nav-shell {
		min-height: 78px;
		padding-block: 8px;
	}

	.primary-nav,
	.primary-nav.is-open {
		display: none !important;
	}

	.mobile-menu-panel {
		top: 78px;
		right: 16px;
		left: auto;
		width: min(320px, calc(100vw - 32px));
	}

	.pv-hero-stage {
		min-height: 0;
		padding: 40px 0;
	}

	.pv-hero-gallery,
	.pv-hero-main {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.pv-hero-copy {
		text-align: center;
	}

	.pv-hero-copy h1 {
		max-width: 11ch;
		margin-inline: auto;
		font-size: clamp(34px, 11vw, 54px);
		line-height: 0.94;
	}

	.pv-hero-copy > p:not(.eyebrow) {
		max-width: 30rem;
		margin-inline: auto;
	}
}

@media (max-width: 560px) {
	body {
		padding-bottom: 88px;
	}

	.nav-shell,
	.pv-header-marketplace .nav-shell {
		min-height: 72px;
	}

	.brand img,
	.custom-logo {
		width: 38px;
		height: 38px;
	}

	.menu-toggle,
	.header-actions .cart-link {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	.mobile-menu-panel {
		top: 72px;
		left: 12px;
		right: auto;
		width: min(280px, calc(100vw - 24px));
	}

	.pv-hero-stage {
		gap: 20px;
		padding: 24px 0 26px;
	}

	.pv-hero-copy {
		order: 1;
	}

	.pv-hero-gallery {
		order: 2;
		display: block;
		width: 100%;
	}

	.pv-hero-copy h1 {
		font-size: clamp(32px, 11vw, 40px);
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		width: 100%;
	}

	.trust-row {
		justify-content: center;
	}

	.pv-hero-image {
		border-width: 8px;
	}

	.pv-hero-main {
		aspect-ratio: var(--pv-hero-image-ratio, 4 / 5);
		max-height: 430px;
	}

	.pv-hero-side,
	.pv-hero-accent {
		display: none;
	}

	.pv-category-card,
	.pv-category-card.large,
	.occasion-grid a {
		flex-basis: 74%;
		min-height: 0;
	}

	.pv-category-card,
	.pv-category-card.large {
		aspect-ratio: var(--pv-category-image-ratio, 16 / 9);
	}

	.pv-feature-card img,
	.editorial-images img,
	.editorial-images img:first-child {
		height: auto;
	}

	.mobile-bottom-nav {
		left: 12px;
		right: 12px;
		bottom: 10px;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		align-items: center;
		gap: 0;
		min-height: 58px;
		padding: 6px;
		border-radius: 30px;
	}

	.mobile-bottom-nav a,
	.mobile-bottom-nav .cart-link {
		min-width: 0;
		min-height: 46px;
		height: 46px;
		padding: 0 4px;
		border-radius: 24px;
		font-size: 11px;
		line-height: 1;
		white-space: nowrap;
	}

	.mobile-bottom-nav .cart-link {
		gap: 4px;
	}

	.mobile-bottom-nav .cart-link strong {
		min-width: 17px;
		height: 17px;
		font-size: 9px;
	}

	.pv-floating-whatsapp {
		right: 18px;
		bottom: 84px;
		min-width: 50px;
		min-height: 50px;
	}
}

@media (max-width: 380px) {
	.mobile-bottom-nav a,
	.mobile-bottom-nav .cart-link {
		font-size: 10px;
		padding-inline: 2px;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--pv-paper);
	color: var(--pv-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

img,
iframe {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

:focus-visible {
	outline: 3px solid #111;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.88);
}

.container {
	width: min(var(--pv-container), calc(100% - 32px));
	margin-inline: auto;
}

.skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
	z-index: 1000;
	top: 14px;
	left: 14px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #fff;
	color: #000;
}

h1,
h2,
h3 {
	margin: 0;
	color: var(--pv-ink);
	font-family: "Playfair Display", Georgia, serif;
	line-height: 1.06;
	letter-spacing: 0;
}

p {
	margin-top: 0;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--pv-bronze);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.section-block {
	padding: var(--pv-section-space) 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading h2,
.editorial-copy h2,
.seo-grid h2,
.pv-contact-grid h2 {
	font-size: clamp(32px, 5vw, var(--pv-section-title-max));
}

.inline-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
}

.inline-heading > a {
	color: var(--pv-teal);
	font-weight: 900;
	text-decoration: underline;
	text-decoration-color: var(--pv-bronze);
	text-underline-offset: 4px;
}

.button,
.button:visited,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.woocommerce button.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce a.button.add_to_cart_button,
.woocommerce .button.add_to_cart_button,
.woocommerce .button.read_more,
.woocommerce a.added_to_cart,
.woocommerce a.view-cart,
.view-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border: 0;
	border-radius: 0;
	background: var(--pv-button-bg) !important;
	color: var(--pv-button-text) !important;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(90, 23, 36, 0.22);
}

.button-ghost {
	background: #fff !important;
	color: var(--pv-teal) !important;
	box-shadow: inset 0 0 0 1px var(--pv-line);
}

.pv-button-pill .button,
.pv-button-pill .woocommerce a.button,
.pv-button-pill .woocommerce button.button,
.pv-button-pill .woocommerce input.button,
.pv-button-pill .woocommerce #respond input#submit,
.pv-button-pill .woocommerce #payment #place_order,
.pv-button-pill .woocommerce button.single_add_to_cart_button,
.pv-button-pill .woocommerce .single_add_to_cart_button,
.pv-button-pill .woocommerce a.button.add_to_cart_button,
.pv-button-pill .woocommerce .button.add_to_cart_button,
.pv-button-pill .woocommerce .button.read_more,
.pv-button-pill .woocommerce a.added_to_cart,
.pv-button-pill .woocommerce a.view-cart,
.pv-button-pill .view-cart {
	border-radius: 999px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: rgba(255, 248, 239, 0.96);
	border-bottom: 1px solid var(--pv-line);
	box-shadow: 0 10px 26px rgba(36, 19, 23, 0.08);
	backdrop-filter: blur(14px);
}

.announcement {
	display: flex;
	justify-content: center;
	gap: 28px;
	padding: 8px 16px;
	background: var(--pv-announcement-bg, var(--pv-maroon));
	color: var(--pv-announcement-text, #fff);
	font-size: var(--pv-announcement-font-size);
	font-weight: var(--pv-announcement-font-weight);
	text-transform: uppercase;
}

.announcement-separator {
	opacity: 0.72;
}

.nav-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 22px;
	min-height: 104px;
}

.brand {
	grid-column: 2;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: var(--pv-teal);
	text-align: center;
}

.brand img,
.custom-logo {
	width: 62px;
	height: 62px;
	object-fit: contain;
}

.brand span {
	color: var(--pv-teal);
	font-family: "Playfair Display", Georgia, serif;
	font-size: var(--pv-brand-font-size);
	font-weight: var(--pv-brand-font-weight);
	line-height: 1;
}

.primary-nav {
	grid-column: 1;
	justify-self: start;
}

.primary-nav .menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav .menu li {
	position: relative;
}

.primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 50;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(90, 23, 36, 0.14);
	box-shadow: 0 18px 40px rgba(36, 19, 23, 0.14);
}

.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
	display: block;
}

.primary-nav .sub-menu .sub-menu {
	top: 0;
	left: calc(100% + 8px);
}

.primary-nav .sub-menu a {
	width: 100%;
	justify-content: flex-start;
	white-space: nowrap;
	border-radius: 8px;
}

.primary-nav a,
.header-actions > a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 12px;
	border-radius: 999px;
	color: var(--pv-teal);
	font-size: var(--pv-menu-font-size);
	font-weight: var(--pv-menu-font-weight);
}

.primary-nav a:hover,
.header-actions > a:hover,
.primary-nav a:focus-visible,
.header-actions > a:focus-visible {
	background: rgba(199, 154, 69, 0.14);
	color: var(--pv-teal);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.header-actions {
	grid-column: 3;
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-search input[type="search"] {
	width: 190px;
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid var(--pv-line);
	border-radius: 999px;
	background: #fff;
	color: var(--pv-ink);
	font-size: 14px;
}

.cart-link {
	gap: 8px;
	background: var(--pv-teal) !important;
	color: #fff !important;
}

.cart-link strong {
	display: grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	color: #fff;
	color: var(--pv-teal);
	font-size: 12px;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--pv-line);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	border-radius: 10px;
	background: var(--pv-teal);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-open .menu-toggle span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
	opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu-panel {
	display: none;
}

.pv-header-compact .nav-shell {
	min-height: 82px;
}

.pv-editable-section {
	background: var(--section-bg, transparent);
	color: var(--section-text, inherit);
}

.pv-dark-section {
	padding: 72px 0;
	background: var(--section-bg, var(--pv-maroon));
	color: var(--section-text, #fff);
}

.pv-dark-section .section-heading h2,
.pv-dark-section .eyebrow {
	color: inherit;
}

.fresh-heading {
	margin-top: 54px;
}

.custom-home-section {
	text-align: center;
}

.custom-home-section-split {
	text-align: left;
}

.custom-home-section-banner {
	padding: 42px;
	background: var(--pv-cream);
	border: 1px solid var(--pv-line);
}

.pv-notice-row {
	padding: 12px 0;
	background: #fff;
	border-top: 1px solid var(--pv-line);
	border-bottom: 1px solid var(--pv-line);
}

.pv-notice-row .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.pv-notice-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 14px;
	background: var(--pv-ivory);
	border: 1px solid var(--pv-line);
	color: var(--pv-teal);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.pv-floating-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 120;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	min-height: 54px;
	padding: 12px 16px;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 18px 45px rgba(18, 140, 126, 0.3);
}

.pv-header-compact .brand {
	flex-direction: row;
}

.pv-header-compact .brand img,
.pv-header-compact .custom-logo {
	width: 48px;
	height: 48px;
}

.pv-header-marketplace .nav-shell {
	grid-template-columns: auto minmax(260px, 1fr) auto;
	grid-template-rows: auto auto;
	gap: 10px 24px;
	min-height: 118px;
	padding-block: 12px;
}

.pv-header-marketplace .brand {
	grid-column: 1;
	grid-row: 1;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.pv-header-marketplace .brand img,
.pv-header-marketplace .custom-logo {
	width: 56px;
	height: 56px;
}

.pv-header-marketplace .header-actions {
	grid-column: 2 / 4;
	grid-row: 1;
	width: 100%;
	justify-self: stretch;
	justify-content: flex-end;
}

.pv-header-marketplace .header-search {
	flex: 1 1 320px;
	max-width: 520px;
}

.pv-header-marketplace .header-search input[type="search"] {
	width: 100%;
}

.pv-header-marketplace .primary-nav {
	grid-column: 1 / 4;
	grid-row: 2;
	justify-self: center;
}

.pv-hero-mobirise {
	background:
		radial-gradient(circle at 82% 18%, rgba(199, 154, 69, 0.18), transparent 28%),
		linear-gradient(135deg, #fff8ef 0%, #f6e2d3 56%, #fff 100%);
}

.pv-hero-stage {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: 44px;
	min-height: 720px;
	padding: 72px 0 64px;
}

.pv-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	text-align: center;
}

.pv-hero-copy h1 {
	max-width: 760px;
	color: #180a0d;
	font-size: clamp(44px, 6vw, var(--pv-hero-title-max));
}

.pv-hero-copy > p:not(.eyebrow) {
	max-width: 650px;
	margin: 20px 0 0;
	color: var(--pv-muted);
	font-size: 18px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.trust-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.trust-row span,
.category-strip a,
.popular-searches a,
.pv-shop-chips a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	background: #fff;
	color: var(--pv-teal);
	font-size: 13px;
	font-weight: 900;
	box-shadow: inset 0 0 0 1px var(--pv-line);
}

.pv-hero-gallery {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 0.76fr;
	align-items: end;
	gap: 20px;
	min-height: 590px;
}

.pv-hero-image,
.pv-category-card {
	position: relative;
	overflow: hidden;
	display: block;
	background: #ddd;
	box-shadow: var(--pv-shadow);
}

.pv-hero-image {
	min-height: 420px;
	border: 18px solid #fff;
}

.pv-hero-image img,
.pv-category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pv-hero-main {
	min-height: 560px;
	transform: rotate(-3deg);
}

.pv-hero-side {
	min-height: 430px;
	transform: rotate(4deg) translateY(24px);
}

.pv-hero-accent {
	position: absolute;
	right: 10%;
	bottom: -26px;
	width: 38%;
	min-height: 220px;
	transform: rotate(-5deg);
}

.pv-hero-image::after,
.pv-category-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.86));
}

.pv-hero-image span,
.pv-category-card strong,
.pv-category-card span {
	position: relative;
	z-index: 1;
}

.pv-hero-image span {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.pv-category-nav {
	background: #fff;
	border-block: 1px solid var(--pv-line);
}

.category-strip,
.pv-shop-chips {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding: 14px 0;
	scrollbar-width: none;
}

.category-strip a,
.pv-shop-chips a {
	flex: 0 0 auto;
}

.pv-category-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(2, minmax(0, 0.7fr));
	gap: 16px;
}

.pv-category-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 330px;
	padding: 20px;
	color: #fff;
}

.pv-category-card.large {
	grid-row: span 2;
	min-height: 560px;
}

.pv-category-card img {
	position: absolute;
	inset: 0;
}

.pv-category-card strong {
	font-size: 24px;
	line-height: 1.1;
}

.pv-category-card span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.pv-feature-band {
	background: var(--pv-teal);
	color: #fff;
}

.pv-feature-band .section-heading,
.pv-video-section .section-heading,
.pv-raves-section .section-heading {
	text-align: center;
}

.pv-feature-band h2,
.pv-feature-band .eyebrow {
	color: #fff;
}

.pv-feature-cards,
.pv-raves-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pv-feature-card,
.pv-raves-grid article,
.service-grid > div,
.faq-grid details {
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--pv-line);
}

.pv-feature-card {
	padding: 10px;
	color: var(--pv-teal);
}

.pv-feature-media {
	background: #fffaf2;
}

.pv-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: inherit;
	margin-bottom: 0;
}

.pv-feature-card div {
	padding: 0 30px 24px;
}

.pv-feature-card h3,
.pv-raves-grid h3 {
	font-size: clamp(20px, 3vw, var(--pv-card-title-max));
}

.pv-feature-card p,
.pv-raves-grid p,
.service-grid p,
.faq-grid p,
.seo-grid p,
.pv-contact-grid p {
	color: var(--pv-muted);
}

.occasion-section,
.seo-section {
	background: #fff;
	border-block: 1px solid var(--pv-line);
}

.occasion-grid,
.service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.occasion-grid a {
	min-height: 170px;
	padding: 20px;
	background: linear-gradient(135deg, var(--pv-teal), #8c2a3a);
	color: #fff;
}

.occasion-grid span,
.occasion-grid small {
	display: block;
}

.occasion-grid span {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 26px;
	line-height: 1.1;
}

.occasion-grid small {
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.pv-video-section {
	background: var(--pv-aqua);
}

.pv-video-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 18px solid #fff;
	background: #000;
	box-shadow: var(--pv-shadow);
}

.pv-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.editorial-section {
	background: #16090d;
	color: #fff;
}

.editorial-grid,
.seo-grid,
.pv-contact-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: 44px;
	padding: 76px 0;
}

.editorial-copy h2 {
	color: #fff;
}

.editorial-copy p:not(.eyebrow) {
	max-width: 560px;
	margin: 18px 0 26px;
	color: #f8f2f4;
}

.editorial-images {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: end;
	gap: 16px;
}

.editorial-images img {
	width: 100%;
	height: 560px;
	object-fit: cover;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.editorial-images img:first-child {
	height: 460px;
}

.pv-raves-section,
.pv-contact-band {
	background: var(--pv-cream);
}

.pv-raves-grid article {
	padding: 32px;
	box-shadow: var(--pv-shadow);
}

.pv-rating {
	display: inline-flex;
	align-items: flex-end;
	gap: 6px;
	margin-bottom: 22px;
	color: var(--pv-teal);
}

.pv-rating strong {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 42px;
	line-height: 1;
}

.pv-rating span {
	color: var(--pv-bronze);
	font-size: 42px;
	line-height: 1;
}

.service-grid > div {
	padding: 22px;
}

.service-grid strong {
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
}

.seo-grid {
	padding-block: 70px;
}

.popular-searches {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.faq-grid details {
	padding: 20px;
}

.faq-grid summary {
	cursor: pointer;
	color: var(--pv-teal);
	font-weight: 900;
}

.faq-grid p {
	margin: 12px 0 0;
}

.pv-contact-grid {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
	padding-block: 64px;
}

.pv-contact-actions {
	display: grid;
	gap: 14px;
}

.pv-contact-actions a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	padding: 18px 24px;
	background: #fff;
	color: var(--pv-teal);
	font-weight: 900;
	box-shadow: inset 0 0 0 1px var(--pv-line);
}

.pv-contact-actions a::after {
	content: ">";
	color: var(--pv-bronze);
	font-size: 22px;
	line-height: 1;
}

.pv-custom-section {
	padding: var(--pv-section-space) 0;
	background:
		linear-gradient(135deg, rgba(255, 248, 239, 0.98), rgba(242, 222, 210, 0.72)),
		var(--pv-cream);
	border-top: 1px solid var(--pv-line);
	border-bottom: 1px solid var(--pv-line);
}

.pv-custom-inner {
	display: grid;
	min-height: 260px;
	align-items: center;
}

.pv-custom-copy {
	max-width: 760px;
}

.pv-custom-copy h2 {
	margin-bottom: 18px;
	font-size: clamp(32px, 5vw, var(--pv-section-title-max));
}

.pv-custom-copy p:not(.eyebrow) {
	color: var(--pv-muted);
	font-size: 18px;
}

.pv-custom-copy .button {
	margin-top: 10px;
}

.pv-custom-center .pv-custom-inner {
	justify-items: center;
	text-align: center;
}

.pv-custom-split .pv-custom-inner {
	justify-items: start;
}

.pv-custom-banner .pv-custom-inner {
	min-height: auto;
	padding: 34px;
	border: 1px solid var(--pv-line);
	background: #fff;
	box-shadow: var(--pv-shadow);
}

.content-layout,
.shop-main {
	padding: 56px 0 76px;
}

.content-card,
.shop-main .container > .woocommerce-notices-wrapper + *,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order {
	background: #fff;
	box-shadow: var(--pv-shadow);
}

.content-card,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order {
	padding: 24px;
}

.woocommerce-products-header {
	margin-bottom: 20px;
	text-align: center;
}

.shop-main h1,
.content-card h1,
.woocommerce-products-header__title {
	margin-bottom: 20px;
	font-size: clamp(34px, 5vw, 58px);
}

.pv-shop-toolbar {
	display: grid;
	grid-template-columns: minmax(170px, auto) 1fr auto;
	align-items: center;
	gap: 14px;
	margin: 0 0 18px;
	padding: 14px;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--pv-line);
}

.pv-shop-toolbar .woocommerce-result-count,
.pv-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.pv-shop-toolbar .woocommerce-result-count {
	color: var(--pv-muted);
	font-size: 14px;
	font-weight: 800;
}

.pv-shop-toolbar .woocommerce-ordering {
	justify-self: end;
}

.woocommerce-ordering select,
.pv-shop-toolbar select {
	min-height: 44px;
	padding: 8px 36px 8px 12px;
	border: 1px solid var(--pv-line);
	background: #fff;
	color: var(--pv-teal);
	font-size: 14px;
	font-weight: 800;
}

.pv-shop-filter-panel {
	position: relative;
	z-index: 5;
}

.pv-shop-filter-panel summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	background: var(--pv-teal);
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	list-style: none;
	text-transform: uppercase;
}

.pv-shop-filter-panel summary::-webkit-details-marker {
	display: none;
}

.pv-shop-filter-panel summary::before {
	content: "";
	width: 16px;
	height: 12px;
	margin-right: 10px;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	box-shadow: 0 4px 0 currentColor;
}

.pv-shop-filter-content {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	width: min(92vw, 360px);
	max-height: min(70vh, 620px);
	overflow: auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.pv-shop-filter-content .widget {
	margin: 0 0 22px;
}

.pv-shop-filter-content .widget:last-child {
	margin-bottom: 0;
}

.pv-shop-filter-content .widget-title {
	margin: 0 0 12px;
	color: var(--pv-teal);
	font-family: Inter, system-ui, sans-serif;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.pv-shop-filter-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pv-shop-filter-content li {
	padding: 7px 0;
	border-bottom: 1px solid var(--pv-line);
	color: var(--pv-teal);
	font-weight: 700;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(var(--pv-shop-columns), minmax(0, 1fr));
	gap: 22px;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
	float: none;
	display: flex;
	flex-direction: column;
	width: auto;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--pv-line);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within {
	transform: translateY(-4px);
	box-shadow: var(--pv-shadow);
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	margin: 0;
	background: #f6eee7;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 16px 16px 0;
	color: var(--pv-ink);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin-top: auto;
	padding: 6px 16px 14px;
	color: var(--pv-teal);
	font-weight: 900;
}

.woocommerce ul.products li.product .button {
	width: calc(100% - 32px);
	min-height: 46px;
	margin: 0 16px 16px;
	padding: 14px 12px;
	font-size: 0.76rem;
	letter-spacing: 0.12em;
}

.woocommerce ul.products li.product .added_to_cart {
	width: calc(100% - 32px);
	min-height: 42px;
	margin: -8px 16px 16px;
	border: 1px solid var(--pv-teal);
	background: #fff !important;
	color: var(--pv-teal) !important;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pv-product-badge,
.woocommerce span.onsale,
.woocommerce .onsale,
.ast-onsale-card {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	min-height: auto;
	padding: 7px 10px;
	border-radius: 0;
	background: var(--pv-bronze);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 34px 0 0;
	padding: 0;
	border: 0;
}

.woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.woocommerce-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	background: #fff;
	color: var(--pv-teal);
	font-weight: 900;
	box-shadow: inset 0 0 0 1px var(--pv-line);
}

.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
	background: var(--pv-teal);
	color: #fff;
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
	gap: 44px;
	align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
}

.woocommerce div.product div.images img {
	box-shadow: inset 0 0 0 1px var(--pv-line);
}

.woocommerce div.product .product_title {
	color: var(--pv-ink);
	font-size: clamp(32px, 5vw, 58px);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--pv-teal);
	font-size: 28px;
	font-weight: 900;
}

.quantity .qty {
	min-height: 48px;
	border: 1px solid var(--pv-line);
	padding: 8px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--pv-bronze);
	background: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	min-height: 46px;
	border: 1px solid var(--pv-line);
	padding: 10px 12px;
}

.woocommerce table.shop_table {
	border: 0;
	border-collapse: collapse;
	background: #fff;
}

.woocommerce table.shop_table th {
	color: var(--pv-teal);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: var(--pv-line);
	padding: 14px 12px;
	vertical-align: middle;
}

.woocommerce table.shop_table .product-thumbnail img {
	width: 72px;
	height: 92px;
	object-fit: cover;
}

.woocommerce table.shop_table .product-name a {
	color: var(--pv-ink);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.05rem;
	font-weight: 700;
}

.woocommerce-cart-form .coupon {
	display: flex;
	gap: 8px;
}

.site-footer {
	background: #13080b;
	color: #f0e8ea;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, 1fr);
	gap: 30px;
	padding: 58px 0 36px;
}

.footer-logo {
	width: 88px;
	height: 88px;
	object-fit: contain;
	margin-bottom: 12px;
}

.site-footer h2 {
	margin-bottom: 14px;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.site-footer a {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.footer-mini-links,
.footer-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.footer-mini-links a,
.footer-badges span {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
}

.mobile-bottom-nav {
	display: none;
}

.pv-no-mobile-bottom-nav .mobile-bottom-nav {
	display: none !important;
}

@media (max-width: 980px) {
	.announcement {
		justify-content: flex-start;
		gap: 14px;
		overflow-x: auto;
	}

	.nav-shell {
		grid-template-columns: auto 1fr auto;
		min-height: 82px;
	}

	.pv-header-marketplace .nav-shell {
		grid-template-columns: auto 1fr auto;
		grid-template-rows: auto;
		min-height: 82px;
		padding-block: 0;
	}

	.pv-header-marketplace .brand,
	.pv-header-marketplace .primary-nav,
	.pv-header-marketplace .header-actions {
		grid-column: auto;
		grid-row: auto;
	}

	.pv-header-marketplace .brand {
		align-items: center;
		flex-direction: row;
	}

	.brand {
		grid-column: auto;
		justify-self: start;
		flex-direction: row;
	}

	.menu-toggle {
		order: 3;
		justify-self: end;
		display: block;
	}

	.primary-nav {
		position: fixed;
		inset: 82px 16px auto auto;
		width: min(260px, calc(100vw - 32px));
		display: none;
		padding: 16px;
		background: #fff;
		box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav .menu {
		display: grid;
		gap: 6px;
	}

	.primary-nav a {
		width: 100%;
	}

	.mobile-menu-panel {
		position: fixed;
		z-index: 90;
		top: 82px;
		right: 16px;
		left: auto;
		display: none;
		width: min(320px, calc(100vw - 32px));
		max-height: calc(100vh - 110px);
		overflow: auto;
		padding: 16px;
		background: #fff;
		border: 1px solid rgba(90, 23, 36, 0.14);
		box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
	}

	.mobile-menu-panel.is-open {
		display: block;
	}

	.mobile-menu-panel .menu,
	.mobile-menu-panel .sub-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-menu-panel .menu {
		display: grid;
		gap: 6px;
	}

	.mobile-menu-panel .sub-menu {
		margin: 8px 0 4px 12px;
		padding-left: 12px;
		border-left: 1px solid rgba(90, 23, 36, 0.14);
	}

	.mobile-menu-panel a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 42px;
		padding: 8px 12px;
		border-radius: 10px;
		color: var(--pv-teal);
		font-weight: 900;
	}

	.mobile-menu-panel a:hover,
	.mobile-menu-panel a:focus-visible {
		background: rgba(199, 154, 69, 0.14);
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.header-actions {
		grid-column: auto;
		justify-self: end;
	}

	.header-actions > a:not(.cart-link) {
		display: none;
	}

	.pv-hero-stage,
	.editorial-grid,
	.seo-grid,
	.pv-contact-grid,
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.pv-hero-stage {
		min-height: 0;
		padding: 50px 0;
	}

	.pv-category-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pv-category-card.large {
		grid-row: auto;
	}

	.occasion-grid,
	.service-grid,
	.footer-grid,
	.faq-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pv-feature-cards,
	.pv-raves-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.primary-nav {
		top: 94px;
		right: 24px;
		left: auto;
		width: min(320px, calc(100vw - 48px));
		inset: 94px 24px auto auto;
	}
}

@media (max-width: 768px) {
	.pv-shop-toolbar {
		grid-template-columns: 1fr auto;
		padding: 10px;
	}

	.pv-shop-toolbar .woocommerce-result-count {
		display: none;
	}

	.pv-shop-toolbar .woocommerce-ordering select {
		max-width: 170px;
		min-height: 42px;
		font-size: 12px;
	}

	.pv-shop-filter-content {
		position: fixed;
		top: 92px;
		left: 12px;
		right: 12px;
		width: auto;
		max-height: calc(100vh - 168px);
	}

	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
		margin-bottom: 14px;
		padding: 12px;
		background: #fff;
		box-shadow: inset 0 0 0 1px var(--pv-line);
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		border: 0;
		padding: 8px 0;
		text-align: right !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title);
		color: var(--pv-teal);
		font-size: 12px;
		font-weight: 900;
		text-align: left;
		text-transform: uppercase;
	}

	.woocommerce table.shop_table_responsive .product-remove,
	.woocommerce table.shop_table_responsive .product-thumbnail {
		justify-content: center;
		text-align: center !important;
	}

	.woocommerce table.shop_table_responsive .product-remove::before,
	.woocommerce table.shop_table_responsive .product-thumbnail::before,
	.woocommerce table.shop_table_responsive .actions::before,
	.woocommerce table.shop_table_responsive .product-name::before {
		display: none;
	}

	.woocommerce table.shop_table_responsive .product-name {
		display: block;
		text-align: left !important;
	}

	.woocommerce-cart-form .actions,
	.woocommerce-cart-form .coupon {
		display: block !important;
	}

	.woocommerce-cart-form .coupon .input-text,
	.woocommerce-cart-form .coupon .button,
	.woocommerce-cart-form .actions > .button {
		width: 100% !important;
		min-width: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 560px) {
	body {
		padding-bottom: 78px;
	}

	.container {
		width: min(100% - 24px, var(--pv-container));
	}

	.announcement {
		display: none;
	}

	.nav-shell {
		grid-template-columns: 46px 1fr 46px;
		gap: 0;
		min-height: 74px;
	}

	.brand {
		grid-column: 2;
		justify-self: center;
		flex-direction: column;
		gap: 2px;
	}

	.brand img,
	.custom-logo {
		width: 48px;
		height: 48px;
	}

	.brand span {
		font-size: clamp(13px, 2.8vw, var(--pv-brand-font-size));
	}

	.menu-toggle {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		width: 40px;
		height: 40px;
	}

	.header-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.header-search {
		display: none;
	}

	body:not(.pv-no-mobile-search) .header-search {
		position: absolute;
		left: 12px;
		right: 12px;
		bottom: -54px;
		display: block;
	}

	body:not(.pv-no-mobile-search) .header-search input[type="search"] {
		width: 100%;
		min-height: 44px;
		box-shadow: 0 10px 24px rgba(24, 16, 18, 0.1);
	}

	body:not(.pv-no-mobile-search) .pv-hero,
	body:not(.pv-no-mobile-search) .pv-hero-mobirise {
		padding-top: 54px;
	}

	.header-actions .cart-link {
		width: 40px;
		height: 40px;
		min-height: 40px;
		padding: 0;
		justify-content: center;
	}

	.header-actions .cart-link span {
		display: none;
	}

	.primary-nav {
		inset: 74px 12px auto;
	}

	.mobile-menu-panel {
		top: 74px;
		right: auto;
		left: 12px;
		width: min(280px, calc(100vw - 24px));
	}

	.pv-hero-stage {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 28px 0 36px;
	}

	.pv-hero-copy {
		order: 1;
	}

	.pv-hero-gallery {
		order: 2;
		display: block;
		min-height: 0;
		width: 100%;
	}

	.pv-hero-copy h1 {
		max-width: 100%;
		font-size: min(36px, var(--pv-hero-title-max));
	}

	.pv-hero-copy > p:not(.eyebrow) {
		margin-top: 12px;
		font-size: 15px;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 18px;
	}

	.trust-row {
		gap: 8px;
		margin-top: 16px;
	}

	.trust-row span {
		font-size: 11px;
	}

	.pv-hero-image {
		border-width: 10px;
		transform: none;
	}

	.pv-hero-main {
		min-height: 390px;
	}

	.pv-hero-side,
	.pv-hero-accent {
		display: none;
	}

	.section-block {
		padding: var(--pv-mobile-section-space) 0;
	}

	.inline-heading {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.section-heading h2,
	.editorial-copy h2,
	.seo-grid h2,
	.pv-contact-grid h2 {
		font-size: min(30px, var(--pv-section-title-max));
	}

	.pv-category-grid,
	.occasion-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.pv-category-card,
	.pv-category-card.large,
	.occasion-grid a {
		flex: 0 0 78%;
		min-height: 340px;
		scroll-snap-align: start;
	}

	.occasion-grid a {
		min-height: 150px;
	}

	.pv-feature-card img {
		height: 280px;
	}

	.pv-video-frame {
		border-width: 10px;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(var(--pv-shop-mobile-columns), minmax(0, 1fr));
		gap: 12px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		padding: 11px 10px 0;
		font-size: 0.95rem;
	}

	.woocommerce ul.products li.product .price {
		padding: 4px 10px 10px;
		font-size: 13px;
	}

	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .added_to_cart {
		width: calc(100% - 20px);
		margin-inline: 10px;
		font-size: 0.68rem;
		letter-spacing: 0.1em;
	}

	.pv-mobile-grid-1 .woocommerce ul.products li.product .button {
		font-size: 0.78rem;
	}

	.editorial-grid,
	.seo-grid,
	.pv-contact-grid {
		gap: 20px;
		padding-block: 46px;
	}

	.editorial-images {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.editorial-images img,
	.editorial-images img:first-child {
		height: 300px;
	}

	.service-grid,
	.faq-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-bottom {
		flex-direction: column;
	}

	.mobile-bottom-nav {
		position: fixed;
		left: 10px;
		right: 10px;
		bottom: 10px;
		z-index: 90;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 4px;
		padding: 8px;
		border-radius: 999px;
		background: rgba(19, 8, 11, 0.96);
		box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
		backdrop-filter: blur(12px);
	}

	.mobile-bottom-nav a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		border-radius: 999px;
		color: #fff;
		font-size: 12px;
		font-weight: 900;
	}

	.mobile-bottom-nav .cart-link {
		gap: 5px;
		background: #fff !important;
		color: var(--pv-teal) !important;
	}

	.mobile-bottom-nav .cart-link strong {
		min-width: 18px;
		height: 18px;
		font-size: 10px;
	}

	.pv-floating-whatsapp {
		right: 18px;
		bottom: 82px;
		min-width: 48px;
		min-height: 48px;
		padding: 10px 12px;
		font-size: 10px;
	}

	.pv-no-mobile-bottom-nav {
		padding-bottom: 0;
	}
}

/* Global premium WooCommerce product grid */
.woocommerce ul.products,
.woocommerce-page ul.products,
.products-section .woocommerce ul.products,
.related.products ul.products,
.upsells.products ul.products,
.cross-sells ul.products {
	display: grid !important;
	grid-template-columns: repeat(var(--pv-shop-columns), minmax(0, 1fr)) !important;
	gap: clamp(14px, 2vw, 24px) !important;
	align-items: stretch;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	display: none !important;
	content: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .related.products ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .cross-sells ul.products li.product {
	position: relative;
	float: none !important;
	display: flex !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(138, 91, 0, 0.26);
	border-radius: 18px;
	background: #fffaf3;
	box-shadow: 0 14px 34px rgba(90, 23, 36, 0.1);
	transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within {
	transform: translateY(-4px);
	border-color: rgba(138, 91, 0, 0.45);
	box-shadow: 0 22px 52px rgba(90, 23, 36, 0.16);
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	color: inherit;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product img {
	width: 100% !important;
	aspect-ratio: var(--pv-product-image-ratio);
	height: auto !important;
	margin: 0 !important;
	object-fit: var(--pv-product-image-fit);
	object-position: center;
	background:
		linear-gradient(135deg, rgba(255, 248, 239, 0.94), rgba(242, 222, 210, 0.9)),
		repeating-linear-gradient(45deg, rgba(138, 91, 0, 0.08) 0 1px, transparent 1px 18px);
	transition: transform 0.36s ease;
}

.pv-product-fit-contain .woocommerce ul.products li.product a img,
.pv-product-fit-contain .woocommerce-page ul.products li.product a img {
	padding: 14px;
}

.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img {
	transform: scale(1.045);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: calc(1.28em * 2);
	margin: 0;
	overflow: hidden;
	padding: 15px 16px 0;
	color: var(--pv-ink);
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(16px, 1.45vw, 20px);
	font-weight: 800;
	line-height: 1.28;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.woocommerce ul.products li.product .star-rating {
	margin: 10px 16px 0;
	color: #8a5b00;
	font-size: 12px;
}

.woocommerce ul.products li.product .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: auto;
	padding: 10px 16px 0;
	color: var(--pv-teal);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
}

.woocommerce ul.products li.product .price del {
	color: #746369;
	font-size: 0.82em;
	font-weight: 700;
	opacity: 1;
}

.woocommerce ul.products li.product .price ins {
	color: #8f1428;
	font-weight: 900;
	text-decoration: none;
}

.pv-product-badge,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce .onsale,
.ast-onsale-card {
	position: absolute !important;
	top: 12px !important;
	z-index: 4;
	min-height: auto !important;
	padding: 7px 10px !important;
	border-radius: 999px !important;
	border: 0 !important;
	box-shadow: 0 8px 20px rgba(36, 19, 23, 0.12);
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

.pv-product-badge {
	left: 12px;
	background: #8a5b00;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce .onsale,
.ast-onsale-card {
	right: 12px !important;
	left: auto !important;
	background: #9f1730 !important;
}

.pv-stock-badge {
	align-self: flex-start;
	margin: 12px 16px 0;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pv-stock-in {
	background: #e8f7ed;
	color: #136b35;
}

.pv-stock-low {
	background: #fff3d6;
	color: #805400;
}

.pv-stock-out {
	background: #f8e3e5;
	color: #8f1428;
}

.pv-stock-made {
	background: #f8edd2;
	color: #6d4700;
}

.pv-product-actions {
	display: grid;
	gap: 9px;
	margin-top: 14px;
	padding: 0 16px 16px;
}

.woocommerce ul.products li.product .pv-product-actions .button,
.woocommerce ul.products li.product .pv-product-actions .added_to_cart {
	width: 100% !important;
	min-height: 44px;
	margin: 0 !important;
	padding: 11px 12px;
	border-radius: 999px;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
}

.pv-view-details,
.pv-wishlist-placeholder,
.pv-whatsapp-enquiry {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border: 1px solid rgba(90, 23, 36, 0.18);
	border-radius: 999px;
	background: #fff;
	color: var(--pv-teal);
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

.pv-wishlist-placeholder {
	cursor: pointer;
}

.pv-whatsapp-enquiry {
	border-color: rgba(18, 140, 126, 0.3);
	color: #075e54;
}

.pv-card-classic .woocommerce ul.products li.product {
	border-radius: 10px;
	background: #fff;
	box-shadow: inset 0 0 0 1px var(--pv-line);
}

.pv-card-compact .woocommerce ul.products,
.pv-card-compact .woocommerce-page ul.products {
	gap: 14px !important;
}

.pv-card-compact .woocommerce ul.products li.product {
	border-radius: 14px;
}

.pv-card-compact .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding-inline: 12px;
	font-size: 15px;
}

.pv-card-compact .woocommerce ul.products li.product .price,
.pv-card-compact .pv-stock-badge {
	margin-inline: 12px;
	padding-inline: 0;
}

.pv-card-compact .pv-product-actions {
	padding-inline: 12px;
}

.pv-card-compact .pv-view-details,
.pv-card-compact .pv-wishlist-placeholder,
.pv-card-compact .pv-whatsapp-enquiry {
	min-height: 32px;
	font-size: 11px;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.products-section .woocommerce ul.products,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products {
		grid-template-columns: repeat(var(--pv-shop-tablet-columns), minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.products-section .woocommerce ul.products,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products {
		grid-template-columns: repeat(var(--pv-shop-mobile-columns), minmax(0, 1fr)) !important;
		gap: 12px !important;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		border-radius: 14px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		padding: 11px 10px 0;
		font-size: 14px;
	}

	.woocommerce ul.products li.product .price {
		gap: 4px;
		padding: 7px 10px 0;
		font-size: 13px;
	}

	.pv-stock-badge {
		margin: 9px 10px 0;
		font-size: 9px;
	}

	.pv-product-actions {
		gap: 7px;
		margin-top: 10px;
		padding: 0 10px 12px;
	}

	.woocommerce ul.products li.product .pv-product-actions .button,
	.woocommerce ul.products li.product .pv-product-actions .added_to_cart {
		min-height: 40px;
		padding: 9px 8px;
		font-size: 0.64rem;
		letter-spacing: 0.08em;
	}

	.pv-view-details,
	.pv-wishlist-placeholder,
	.pv-whatsapp-enquiry {
		min-height: 30px;
		border: 0;
		background: transparent;
		font-size: 11px;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.pv-product-badge,
	.woocommerce ul.products li.product .onsale,
	.woocommerce-page ul.products li.product .onsale {
		top: 8px !important;
		padding: 6px 8px !important;
		font-size: 9px !important;
	}

	.pv-product-badge {
		left: 8px;
	}

	.woocommerce ul.products li.product .onsale,
	.woocommerce-page ul.products li.product .onsale {
		right: 8px !important;
	}
}

@media (max-width: 420px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		gap: 10px !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 13px;
	}

	.woocommerce ul.products li.product .price {
		font-size: 12px;
	}
}

/* Product grid hardening: final mobile-first WooCommerce loop system */
.woocommerce ul.products,
.woocommerce-page ul.products,
.products-section .woocommerce ul.products,
.related.products ul.products,
.upsells.products ul.products,
.cross-sells ul.products,
.woocommerce .products {
	display: grid !important;
	grid-template-columns: repeat(var(--pv-shop-columns), minmax(0, 1fr)) !important;
	gap: clamp(14px, 1.7vw, 22px) !important;
	align-items: stretch !important;
	clear: both;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce .products::before,
.woocommerce .products::after {
	display: none !important;
	content: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .products li.product {
	position: relative !important;
	float: none !important;
	display: flex !important;
	flex-direction: column !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 0;
	margin: 0 !important;
	overflow: hidden !important;
	border: 1px solid rgba(138, 91, 0, 0.24) !important;
	border-radius: 18px !important;
	background: #fffaf3 !important;
	box-shadow: 0 16px 34px rgba(90, 23, 36, 0.1) !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover,
.woocommerce .products li.product:focus-within {
	transform: translateY(-3px);
	border-color: rgba(138, 91, 0, 0.42) !important;
	box-shadow: 0 22px 48px rgba(90, 23, 36, 0.15) !important;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce .products li.product .woocommerce-LoopProduct-link {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column !important;
	min-width: 0;
	min-height: 0;
	text-decoration: none !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce .products li.product img {
	display: block !important;
	flex: 0 0 auto;
	width: 100% !important;
	max-width: 100% !important;
	aspect-ratio: var(--pv-product-image-ratio, 4 / 5) !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: var(--pv-product-image-fit, cover) !important;
	object-position: center !important;
	background:
		linear-gradient(135deg, rgba(255, 248, 239, 0.96), rgba(242, 222, 210, 0.9)),
		repeating-linear-gradient(45deg, rgba(138, 91, 0, 0.08) 0 1px, transparent 1px 18px);
	transition: transform 0.35s ease;
}

.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img,
.woocommerce .products li.product:hover img {
	transform: scale(1.045);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce .products li.product .woocommerce-loop-product__title {
	display: -webkit-box !important;
	min-height: calc(1.24em * 2);
	margin: 0 !important;
	overflow: hidden;
	padding: 13px 14px 0 !important;
	color: var(--pv-ink) !important;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(15px, 1.35vw, 19px) !important;
	font-weight: 800 !important;
	line-height: 1.24 !important;
	text-transform: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce .products li.product .price {
	display: flex !important;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
	margin: auto 0 0 !important;
	padding: 9px 14px 0 !important;
	color: var(--pv-teal) !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1.25 !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	color: #746369 !important;
	font-size: 0.78em !important;
	font-weight: 700 !important;
	opacity: 1 !important;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
	color: #9f1730 !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

.woocommerce ul.products li.product .star-rating {
	margin: 8px 14px 0 !important;
	color: #8a5b00;
	font-size: 11px;
}

.pv-product-badge,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce .products li.product .onsale,
.woocommerce span.onsale,
.woocommerce .onsale,
.ast-onsale-card {
	position: absolute !important;
	top: 10px !important;
	z-index: 5 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 6px 9px !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 8px 18px rgba(36, 19, 23, 0.14) !important;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.pv-product-badge {
	right: 10px !important;
	left: auto !important;
	background: #8a5b00 !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce .products li.product .onsale,
.woocommerce span.onsale,
.woocommerce .onsale,
.ast-onsale-card {
	right: auto !important;
	left: 10px !important;
	background: #9f1730 !important;
}

.pv-stock-badge {
	align-self: flex-start;
	margin: 10px 14px 0 !important;
	padding: 5px 8px !important;
	border-radius: 999px;
	font-size: 9px !important;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pv-product-actions {
	display: grid !important;
	gap: 7px !important;
	margin-top: 12px !important;
	padding: 0 14px 14px !important;
}

.woocommerce ul.products li.product .pv-product-actions .button,
.woocommerce-page ul.products li.product .pv-product-actions .button,
.woocommerce ul.products li.product .pv-product-actions .added_to_cart,
.woocommerce-page ul.products li.product .pv-product-actions .added_to_cart {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 10px 10px !important;
	white-space: normal !important;
	border-radius: 999px !important;
	font-size: 0.68rem !important;
	letter-spacing: 0.08em !important;
	line-height: 1.2 !important;
	text-align: center !important;
}

.pv-view-details,
.pv-wishlist-placeholder,
.pv-whatsapp-enquiry {
	min-width: 0;
	max-width: 100%;
	white-space: normal;
}

.pv-card-compact .woocommerce ul.products li.product,
.pv-card-compact .woocommerce-page ul.products li.product {
	border-radius: 14px !important;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.products-section .woocommerce ul.products,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products,
	.woocommerce .products {
		grid-template-columns: repeat(var(--pv-shop-tablet-columns, 3), minmax(0, 1fr)) !important;
		gap: 16px !important;
	}
}

@media (max-width: 767px) {
	body {
		padding-bottom: 96px;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.products-section .woocommerce ul.products,
	.related.products ul.products,
	.upsells.products ul.products,
	.cross-sells ul.products,
	.woocommerce .products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce .products li.product {
		border-radius: 14px !important;
		box-shadow: 0 10px 22px rgba(90, 23, 36, 0.1) !important;
	}

	.woocommerce ul.products li.product:hover,
	.woocommerce-page ul.products li.product:hover {
		transform: none;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		min-height: calc(1.22em * 2);
		padding: 10px 9px 0 !important;
		font-size: 13px !important;
		line-height: 1.22 !important;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce-page ul.products li.product .price {
		gap: 4px;
		padding: 7px 9px 0 !important;
		font-size: 12px !important;
		line-height: 1.2 !important;
	}

	.woocommerce ul.products li.product .price del {
		font-size: 0.75em !important;
	}

	.pv-product-badge,
	.woocommerce ul.products li.product .onsale,
	.woocommerce-page ul.products li.product .onsale,
	.woocommerce .products li.product .onsale {
		top: 7px !important;
		padding: 5px 7px !important;
		font-size: 8px !important;
	}

	.pv-product-badge {
		right: 7px !important;
	}

	.woocommerce ul.products li.product .onsale,
	.woocommerce-page ul.products li.product .onsale,
	.woocommerce .products li.product .onsale {
		left: 7px !important;
	}

	.pv-stock-badge {
		margin: 8px 9px 0 !important;
		padding: 4px 7px !important;
		font-size: 8px !important;
	}

	.pv-product-actions {
		gap: 6px !important;
		margin-top: 9px !important;
		padding: 0 9px 10px !important;
	}

	.woocommerce ul.products li.product .pv-product-actions .button,
	.woocommerce-page ul.products li.product .pv-product-actions .button,
	.woocommerce ul.products li.product .pv-product-actions .added_to_cart,
	.woocommerce-page ul.products li.product .pv-product-actions .added_to_cart {
		min-height: 36px !important;
		padding: 8px 7px !important;
		font-size: 0.58rem !important;
		letter-spacing: 0.06em !important;
	}

	.pv-view-details,
	.pv-wishlist-placeholder,
	.pv-whatsapp-enquiry {
		min-height: 28px !important;
		font-size: 10px !important;
	}

	.joinchat,
	.joinchat__button,
	.wa__btn_popup,
	.wa__popup_chat_box {
		right: 14px !important;
		bottom: 88px !important;
		z-index: 900 !important;
	}
}

@media (max-width: 420px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.woocommerce .products {
		gap: 8px !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		padding-inline: 8px !important;
		font-size: 12px !important;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce-page ul.products li.product .price,
	.pv-stock-badge {
		margin-inline: 8px !important;
		padding-inline: 0 !important;
	}

	.pv-product-actions {
		padding-inline: 8px !important;
	}
}

/* Final host preview overrides: keep these last so older mobile rules cannot win. */
.pv-hero-image {
	aspect-ratio: var(--pv-hero-image-ratio, var(--pv-site-image-ratio, 4 / 5)) !important;
	min-height: 0 !important;
}

.pv-hero-image img {
	object-fit: var(--pv-hero-image-fit, var(--pv-site-image-fit, cover)) !important;
}

.pv-category-card,
.pv-category-card.large {
	aspect-ratio: var(--pv-category-image-ratio, 16 / 9) !important;
	min-height: 0 !important;
}

.pv-category-card img {
	object-fit: var(--pv-category-image-fit, var(--pv-site-image-fit, cover)) !important;
}

.pv-feature-media,
.editorial-images img,
.editorial-images img:first-child {
	aspect-ratio: var(--pv-feature-image-ratio, var(--pv-site-image-ratio, 16 / 9)) !important;
	height: auto !important;
	object-fit: var(--pv-feature-image-fit, var(--pv-site-image-fit, cover)) !important;
}

.editorial-images img,
.editorial-images img:first-child {
	aspect-ratio: var(--pv-editorial-image-ratio, var(--pv-site-image-ratio, 16 / 9)) !important;
	object-fit: var(--pv-editorial-image-fit, var(--pv-site-image-fit, cover)) !important;
}

.nav-shell {
	min-height: 92px !important;
	gap: 10px 18px !important;
	padding-block: 10px !important;
}

.pv-header-marketplace .nav-shell {
	min-height: 104px !important;
	gap: 8px 18px !important;
	padding-block: 10px !important;
}

.primary-nav .menu {
	gap: 0 !important;
}

.primary-nav a,
.header-actions > a {
	min-height: 36px !important;
	padding: 7px 10px !important;
}

.brand img,
.custom-logo {
	width: 50px !important;
	height: 50px !important;
	object-fit: contain !important;
}

@media (max-width: 980px) {
	.nav-shell,
	.pv-header-marketplace .nav-shell {
		min-height: 78px !important;
		padding-block: 8px !important;
	}

	.primary-nav,
	.primary-nav.is-open {
		display: none !important;
	}

	.mobile-menu-panel {
		top: 78px !important;
		right: 16px !important;
		left: auto !important;
		width: min(320px, calc(100vw - 32px)) !important;
	}

	.pv-hero-stage {
		min-height: 0 !important;
		padding: 40px 0 !important;
	}
}

@media (max-width: 560px) {
	body {
		padding-bottom: 88px !important;
	}

	.nav-shell,
	.pv-header-marketplace .nav-shell {
		min-height: 72px !important;
	}

	.brand img,
	.custom-logo {
		width: 38px !important;
		height: 38px !important;
	}

	.mobile-menu-panel {
		top: 72px !important;
		right: auto !important;
		left: 12px !important;
		width: min(280px, calc(100vw - 24px)) !important;
	}

	.pv-hero-stage {
		gap: 20px !important;
		padding: 24px 0 26px !important;
	}

	.pv-hero-copy {
		order: 1 !important;
		text-align: center !important;
	}

	.pv-hero-copy h1 {
		max-width: 11ch !important;
		margin-inline: auto !important;
		font-size: clamp(32px, 11vw, 40px) !important;
		line-height: 0.94 !important;
	}

	.pv-hero-copy > p:not(.eyebrow) {
		max-width: 30rem !important;
		margin-inline: auto !important;
	}

	.pv-hero-gallery {
		order: 2 !important;
		display: block !important;
		width: 100% !important;
		min-height: 0 !important;
	}

	.pv-hero-main {
		aspect-ratio: var(--pv-hero-image-ratio, 4 / 5) !important;
		max-height: 430px !important;
		min-height: 0 !important;
	}

	.pv-hero-side,
	.pv-hero-accent {
		display: none !important;
	}

	.mobile-bottom-nav {
		left: 12px !important;
		right: 12px !important;
		bottom: 10px !important;
		display: grid !important;
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		align-items: center !important;
		gap: 0 !important;
		min-height: 58px !important;
		padding: 6px !important;
		border-radius: 30px !important;
	}

	.mobile-bottom-nav a,
	.mobile-bottom-nav .cart-link {
		min-width: 0 !important;
		min-height: 46px !important;
		height: 46px !important;
		padding: 0 4px !important;
		border-radius: 24px !important;
		font-size: 11px !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	.pv-floating-whatsapp {
		right: 18px !important;
		bottom: 84px !important;
		min-width: 50px !important;
		min-height: 50px !important;
	}
}

/* PR Vastra v1.5.1 image controls and hero collage rebuild */
.pv-ratio-portrait {
	aspect-ratio: 4 / 5 !important;
}

.pv-ratio-story {
	aspect-ratio: 9 / 16 !important;
}

.pv-ratio-square {
	aspect-ratio: 1 / 1 !important;
}

.pv-ratio-tall {
	aspect-ratio: 3 / 4 !important;
}

.pv-ratio-landscape {
	aspect-ratio: 16 / 9 !important;
}

.pv-ratio-wide {
	aspect-ratio: 21 / 9 !important;
}

.pv-ratio-free {
	aspect-ratio: auto !important;
}

.pv-ratio-free img {
	height: auto !important;
	min-height: 0 !important;
}

.pv-fit-cover img {
	object-fit: cover !important;
}

.pv-fit-contain img {
	object-fit: contain !important;
}

.pv-fit-fill img {
	object-fit: fill !important;
}

.pv-fit-scale-down img {
	object-fit: scale-down !important;
}

.pv-pos-center img {
	object-position: center center !important;
}

.pv-pos-top img {
	object-position: center top !important;
}

.pv-pos-bottom img {
	object-position: center bottom !important;
}

.pv-pos-left img {
	object-position: left center !important;
}

.pv-pos-right img {
	object-position: right center !important;
}

.pv-feature-media {
	display: block;
	width: 100%;
	height: auto !important;
	min-height: 0;
}

.pv-feature-media img {
	display: block;
	width: 100%;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
}

.pv-feature-media.pv-ratio-free img {
	height: auto !important;
}

@media (max-width: 980px) {
	.mobile-bottom-nav {
		left: 50% !important;
		right: auto !important;
		width: min(calc(100% - 24px), 430px) !important;
		transform: translateX(-50%) !important;
		grid-template-columns: repeat(var(--pv-mobile-nav-count, 5), minmax(48px, 1fr)) !important;
		justify-content: center !important;
		padding: 7px !important;
		gap: 4px !important;
	}

	.mobile-bottom-nav a,
	.mobile-bottom-nav .cart-link {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 5px !important;
		min-width: 0 !important;
		height: 48px !important;
		padding: 0 8px !important;
	}

	.mobile-nav-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 21px;
		height: 21px;
	}

	.mobile-nav-icon svg {
		display: block;
		width: 100%;
		height: 100%;
		fill: currentColor;
	}

	.mobile-bottom-nav-icons {
		width: auto !important;
		max-width: min(calc(100% - 24px), 360px) !important;
	}

	.mobile-bottom-nav-icons a,
	.mobile-bottom-nav-icons .cart-link {
		width: 52px !important;
		height: 52px !important;
		padding: 0 !important;
		border-radius: 999px !important;
	}

	.mobile-bottom-nav-icons .mobile-nav-text {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip: rect(0 0 0 0) !important;
		white-space: nowrap !important;
	}

	.mobile-bottom-nav-icons .cart-link strong {
		position: absolute;
		top: 5px;
		right: 4px;
	}
}

@media (max-width: 420px) {
	.mobile-bottom-nav {
		width: min(calc(100% - 18px), 350px) !important;
	}

	.mobile-bottom-nav-icons a,
	.mobile-bottom-nav-icons .cart-link {
		width: 48px !important;
		height: 48px !important;
	}
}

.pv-hero-gallery {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(240px, 1fr) minmax(170px, 0.72fr) !important;
	grid-auto-flow: dense !important;
	align-items: center !important;
	gap: 22px !important;
	min-height: 0 !important;
}

.pv-hero-image {
	position: relative !important;
	display: block !important;
	width: auto !important;
	min-height: 0 !important;
	border: 14px solid #fff !important;
	border-radius: 0 !important;
	box-shadow: 0 24px 58px rgba(36, 19, 23, 0.18) !important;
	background: #f7f1eb !important;
}

.pv-hero-main {
	grid-row: span 2 !important;
	transform: rotate(-3deg) !important;
}

.pv-hero-side {
	transform: rotate(3deg) !important;
}

.pv-hero-accent {
	position: relative !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	transform: rotate(-4deg) !important;
}

.pv-hero-extra {
	transform: rotate(2deg) !important;
}

.pv-hero-gallery-count-1 {
	grid-template-columns: minmax(240px, 520px) !important;
	justify-content: center !important;
}

.pv-hero-gallery-count-1 .pv-hero-main {
	grid-row: auto !important;
}

.pv-hero-gallery-count-4,
.pv-hero-gallery-count-5,
.pv-hero-gallery-count-6 {
	grid-template-columns: minmax(220px, 1fr) minmax(150px, 0.62fr) minmax(150px, 0.62fr) !important;
}

.pv-hero-gallery-count-4 .pv-hero-main,
.pv-hero-gallery-count-5 .pv-hero-main,
.pv-hero-gallery-count-6 .pv-hero-main {
	grid-row: span 2 !important;
}

@media (max-width: 980px) {
	.pv-hero-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 16px !important;
	}

	.pv-hero-main {
		grid-row: auto !important;
	}

	.pv-hero-image {
		transform: none !important;
		border-width: 10px !important;
	}
}

@media (max-width: 700px) {
	.pv-hero-gallery {
		display: flex !important;
		width: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 12px !important;
		padding: 4px 12px 16px !important;
		margin-inline: -12px !important;
		scroll-snap-type: x mandatory !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.pv-hero-gallery::-webkit-scrollbar {
		height: 4px !important;
	}

	.pv-hero-image,
	.pv-hero-main,
	.pv-hero-side,
	.pv-hero-accent,
	.pv-hero-extra {
		display: block !important;
		position: relative !important;
		right: auto !important;
		bottom: auto !important;
		flex: 0 0 min(76vw, 300px) !important;
		width: auto !important;
		max-height: none !important;
		min-height: 0 !important;
		transform: none !important;
		scroll-snap-align: center !important;
	}

	.pv-hero-main {
		flex-basis: min(84vw, 330px) !important;
	}

	.pv-hero-image span {
		left: 12px !important;
		right: 12px !important;
		bottom: 12px !important;
		font-size: 16px !important;
	}
}

/* PR Vastra v1.5 final responsive overrides */
.pv-mini-cart-drawer,
.pv-shop-filter-drawer {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	z-index: 1000 !important;
	width: min(420px, 100vw) !important;
	height: 100vh !important;
	background: #fffaf3 !important;
	box-shadow: -24px 0 60px rgba(36, 19, 23, 0.22) !important;
	transform: translateX(105%) !important;
	transition: transform 0.25s ease !important;
	overflow-y: auto !important;
}

.pv-shop-filter-drawer {
	left: 0 !important;
	right: auto !important;
	transform: translateX(-105%) !important;
}

.pv-cart-open .pv-mini-cart-drawer,
.pv-filter-open .pv-shop-filter-drawer {
	transform: translateX(0) !important;
}

.pv-cart-backdrop,
.pv-drawer-backdrop {
	position: fixed !important;
	inset: 0 !important;
	z-index: 999 !important;
	display: none !important;
	border: 0 !important;
	background: rgba(36, 19, 23, 0.42) !important;
}

.pv-cart-open .pv-cart-backdrop,
.pv-filter-open .pv-drawer-backdrop {
	display: block !important;
}

.pv-mini-cart-drawer__inner,
.pv-shop-filter-drawer__inner {
	display: grid !important;
	gap: 18px !important;
	padding: 24px !important;
}

.pv-mini-cart-head {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
}

.pv-mini-cart-head h2,
.pv-shop-filter-drawer h2 {
	margin: 0 !important;
	color: var(--pv-ink) !important;
	font-family: var(--pv-serif) !important;
	font-size: clamp(24px, 4vw, 34px) !important;
}

.pv-drawer-close {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	border: 1px solid rgba(90, 23, 36, 0.18) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--pv-teal) !important;
	font-size: 24px !important;
	font-weight: 800 !important;
	cursor: pointer !important;
}

.pv-mini-cart-actions {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px !important;
}

.pv-mini-cart-actions a,
.pv-filter-toggle {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	padding: 10px 16px !important;
	border: 1px solid rgba(90, 23, 36, 0.18) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--pv-teal) !important;
	font-weight: 900 !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

.pv-mini-cart-actions .button {
	background: var(--pv-button-bg) !important;
	color: var(--pv-button-text) !important;
}

.pv-shop-toolbar {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	flex-wrap: wrap !important;
	margin-bottom: 18px !important;
}

.mobile-menu-panel .menu > li,
.mobile-menu-panel .sub-menu > li {
	position: relative !important;
}

.mobile-menu-panel .pv-submenu-toggle {
	position: absolute !important;
	top: 4px !important;
	right: 4px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: rgba(90, 23, 36, 0.08) !important;
	color: var(--pv-teal) !important;
	font-weight: 900 !important;
	cursor: pointer !important;
}

.mobile-menu-panel .sub-menu[hidden] {
	display: none !important;
}

@media (min-width: 981px) {
	.primary-nav .menu {
		align-items: center !important;
		gap: 4px !important;
	}

	.primary-nav a,
	.header-actions > a {
		white-space: nowrap !important;
	}
}

@media (max-width: 980px) and (min-width: 561px) {
	.menu-toggle {
		order: 3 !important;
		justify-self: end !important;
	}

	.mobile-menu-panel {
		right: 16px !important;
		left: auto !important;
	}
}

@media (max-width: 560px) {
	.nav-shell,
	.pv-header-marketplace .nav-shell {
		grid-template-columns: 48px minmax(0, 1fr) 48px !important;
	}

	.menu-toggle {
		grid-column: 1 !important;
		justify-self: start !important;
	}

	.header-actions {
		grid-column: 3 !important;
		justify-self: end !important;
	}

	.mobile-menu-panel {
		left: 12px !important;
		right: auto !important;
		width: min(280px, calc(100vw - 24px)) !important;
	}

	.pv-mini-cart-drawer,
	.pv-shop-filter-drawer {
		width: min(360px, 92vw) !important;
	}
}

/* PR Vastra reference polish: premium marketplace storefront */
:root {
	--pv-ink: #17080d;
	--pv-muted: #5e4b50;
	--pv-paper: #fbf5ec;
	--pv-soft: #f2e3d5;
	--pv-panel: #fffdf8;
	--pv-line: rgba(111, 16, 38, 0.16);
	--pv-teal: #6f1026;
	--pv-bronze: #b88635;
	--pv-button-bg: #6f1026;
	--pv-shadow: 0 18px 45px rgba(48, 20, 24, 0.12);
	--pv-radius: 12px;
}

body {
	background:
		radial-gradient(circle at 94% 8%, rgba(184, 134, 53, 0.13), transparent 28rem),
		linear-gradient(180deg, #fbf5ec 0%, #fffaf3 48%, #fbf1e6 100%);
}

.site-header {
	background: rgba(255, 252, 247, 0.97);
	box-shadow: 0 12px 36px rgba(43, 18, 22, 0.1);
}

.announcement {
	gap: 16px;
	min-height: 30px;
	background: linear-gradient(90deg, #641025, #851631);
	letter-spacing: 0;
}

.announcement-separator {
	opacity: 1;
}

.pv-header-marketplace .nav-shell {
	grid-template-columns: 220px minmax(320px, 1fr) auto;
	min-height: 104px;
	gap: 12px 28px;
}

.pv-header-marketplace .brand {
	align-items: flex-start;
	justify-content: center;
}

.pv-header-marketplace .brand span {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pv-header-marketplace .brand span::after {
	content: "Elegance in every drape";
	display: block;
	margin-top: 4px;
	color: var(--pv-bronze);
	font-family: Inter, system-ui, sans-serif;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
}

.pv-header-marketplace .brand img,
.pv-header-marketplace .custom-logo {
	display: none;
}

.pv-header-marketplace .header-actions {
	grid-column: 2 / 4;
	align-items: center;
}

.pv-header-marketplace .header-search {
	max-width: 620px;
}

.pv-header-marketplace .header-search input[type="search"] {
	min-height: 44px;
	border-color: rgba(111, 16, 38, 0.18);
	border-radius: 12px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.pv-header-marketplace .header-actions > a:not(.cart-link) {
	border-radius: 10px;
	background: transparent;
	color: #19090e;
}

.pv-header-marketplace .primary-nav {
	width: 100%;
	padding-top: 8px;
	border-top: 1px solid rgba(111, 16, 38, 0.1);
}

.pv-header-marketplace .primary-nav .menu {
	justify-content: center;
	gap: 24px;
}

.pv-header-marketplace .primary-nav a {
	position: relative;
	border-radius: 0;
	color: #17080d;
	font-size: 13px;
	text-transform: uppercase;
}

.pv-header-marketplace .primary-nav a:hover::after,
.pv-header-marketplace .primary-nav a:focus-visible::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 2px;
	left: 10px;
	height: 2px;
	background: var(--pv-teal);
}

.cart-link {
	border-radius: 999px;
}

.pv-hero-mobirise {
	background:
		linear-gradient(90deg, rgba(255, 250, 243, 0.98), rgba(251, 239, 225, 0.86)),
		radial-gradient(circle at 80% 12%, rgba(184, 134, 53, 0.2), transparent 24rem);
}

.pv-hero-stage {
	min-height: 640px;
}

.pv-hero-copy {
	align-items: flex-start;
	text-align: left;
}

.pv-hero-copy h1 {
	max-width: 680px;
	font-size: clamp(48px, 5.7vw, 78px);
}

.pv-hero-copy > p:not(.eyebrow) {
	margin-left: 0;
	font-size: 17px;
}

.hero-actions,
.trust-row {
	justify-content: flex-start;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.add_to_cart_button,
.woocommerce .button.add_to_cart_button {
	border-radius: 8px;
	letter-spacing: 0;
	text-transform: none;
}

.button-primary,
.woocommerce a.button.add_to_cart_button,
.woocommerce .button.add_to_cart_button {
	box-shadow: 0 12px 24px rgba(111, 16, 38, 0.18);
}

.trust-row span,
.category-strip a,
.pv-shop-chips a {
	border-radius: 999px;
	background: #fffaf5;
	box-shadow: inset 0 0 0 1px rgba(111, 16, 38, 0.14), 0 8px 18px rgba(48, 20, 24, 0.05);
}

.pv-hero-image,
.pv-category-card,
.pv-feature-card,
.pv-raves-grid article,
.service-grid > div,
.faq-grid details,
.content-card,
.woocommerce-cart-form,
.cart-collaterals {
	border-radius: var(--pv-radius);
}

.pv-hero-image {
	border-width: 10px;
	border-color: #fffaf5;
}

.pv-hero-main,
.pv-hero-side,
.pv-hero-accent {
	transform: none;
}

.pv-category-card::after,
.pv-hero-image::after {
	background: linear-gradient(180deg, transparent 34%, rgba(35, 12, 16, 0.82));
}

.pv-shop-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.pv-shop-sidebar {
	position: sticky;
	top: 148px;
	max-height: calc(100vh - 170px);
	overflow: auto;
	padding: 18px;
	border: 1px solid rgba(111, 16, 38, 0.14);
	border-radius: 14px;
	background: rgba(255, 253, 248, 0.94);
	box-shadow: var(--pv-shadow);
}

.pv-shop-sidebar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
	color: var(--pv-teal);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.pv-shop-sidebar__head a {
	color: #9f1730;
	font-size: 11px;
	text-transform: none;
}

.pv-shop-sidebar .widget {
	margin: 0 0 22px;
}

.pv-shop-sidebar .widget-title {
	margin: 0 0 12px;
	color: #19090e;
	font-family: Inter, system-ui, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.pv-shop-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pv-shop-sidebar li {
	padding: 7px 0;
	color: var(--pv-muted);
	font-size: 13px;
}

.pv-shop-toolbar {
	border: 1px solid rgba(111, 16, 38, 0.14);
	border-radius: 14px;
	background: rgba(255, 253, 248, 0.92);
	box-shadow: var(--pv-shadow);
}

.pv-shop-toolbar .pv-filter-toggle {
	border-radius: 10px;
	background: #fff !important;
	color: var(--pv-teal) !important;
	box-shadow: inset 0 0 0 1px rgba(111, 16, 38, 0.16);
}

.woocommerce-ordering select,
.pv-shop-toolbar select {
	border-radius: 10px;
}

.pv-product-actions {
	grid-template-columns: 1fr 1fr;
}

.woocommerce ul.products li.product .pv-product-actions .button,
.woocommerce-page ul.products li.product .pv-product-actions .button {
	grid-column: 1 / -1;
}

.pv-view-details,
.pv-wishlist-placeholder,
.pv-whatsapp-enquiry {
	border: 1px solid rgba(111, 16, 38, 0.12);
	border-radius: 8px;
	background: #fff;
	color: #19090e;
	font-size: 12px;
	font-weight: 800;
}

.pv-whatsapp-enquiry {
	border-color: rgba(37, 211, 102, 0.26);
	color: #15803d;
}

.pv-floating-whatsapp {
	border: 4px solid #fff;
	box-shadow: 0 14px 34px rgba(37, 211, 102, 0.35);
	font-size: 0;
}

.pv-floating-whatsapp::before {
	content: "WhatsApp";
	font-size: 12px;
}

.mobile-bottom-nav {
	box-shadow: 0 16px 44px rgba(43, 18, 22, 0.22);
}

@media (min-width: 981px) {
	.pv-shop-sidebar + .pv-shop-results .pv-filter-toggle {
		display: none !important;
	}
}

@media (max-width: 980px) {
	.pv-header-marketplace .nav-shell {
		grid-template-columns: 44px 1fr auto;
		min-height: 66px !important;
	}

	.pv-header-marketplace .brand {
		justify-self: center;
		align-items: center;
	}

	.pv-header-marketplace .brand span {
		font-size: 18px;
	}

	.pv-header-marketplace .brand span::after,
	.announcement,
	.pv-header-marketplace .header-actions > a:not(.cart-link),
	.pv-header-marketplace .header-search {
		display: none;
	}

	.pv-header-marketplace .header-actions {
		justify-self: end;
		width: auto;
	}

	.pv-header-marketplace .primary-nav {
		display: none !important;
	}

	.menu-toggle {
		order: 0;
		justify-self: start;
	}

	.pv-shop-layout {
		display: block;
	}

	.pv-shop-sidebar {
		display: none;
	}

	.pv-hero-stage {
		display: flex;
		flex-direction: column;
		gap: 14px;
		padding: 12px 0 26px;
	}

	.pv-hero-gallery {
		order: 1;
		display: block;
		width: 100%;
		min-height: 0;
	}

	.pv-hero-main {
		min-height: 0;
		aspect-ratio: 2.35 / 1;
		border-width: 0;
		border-radius: 12px;
	}

	.pv-hero-main::after {
		background: linear-gradient(90deg, rgba(44, 17, 13, 0.78), rgba(44, 17, 13, 0.18));
	}

	.pv-hero-main span {
		max-width: 12rem;
		font-family: "Playfair Display", Georgia, serif;
		font-size: 22px;
		line-height: 1.05;
		text-transform: uppercase;
	}

	.pv-hero-side,
	.pv-hero-accent {
		display: none;
	}

	.pv-hero-copy {
		order: 2;
		align-items: center;
		text-align: center;
	}

	.pv-hero-copy .eyebrow,
	.pv-hero-copy h1,
	.pv-hero-copy > p:not(.eyebrow) {
		display: none;
	}

	.hero-actions {
		display: none;
	}

	.trust-row {
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.trust-row span {
		flex: 0 0 auto;
	}

	.category-strip {
		gap: 14px;
		padding: 12px 0;
	}

	.category-strip a {
		flex: 0 0 auto;
		min-width: 74px;
		min-height: 74px;
		justify-content: center;
		border-radius: 50%;
		font-size: 11px;
		text-align: center;
	}

	.section-block {
		padding: 34px 0;
	}

	.inline-heading h2,
	.section-heading h2 {
		font-size: 24px;
	}
}

@media (max-width: 560px) {
	.container {
		width: min(100% - 24px, var(--pv-container));
	}

	.pv-category-grid,
	.occasion-grid,
	.service-grid,
	.faq-grid,
	.pv-raves-grid,
	.pv-feature-cards {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.pv-category-card,
	.pv-category-card.large,
	.occasion-grid a,
	.service-grid > div,
	.faq-grid details,
	.pv-raves-grid article,
	.pv-feature-card {
		flex: 0 0 82%;
		scroll-snap-align: start;
	}
}

@media (max-width: 980px) {
	.pv-hero-stage {
		display: flex !important;
		flex-direction: column !important;
	}

	.pv-hero-gallery {
		order: 1 !important;
		display: block !important;
		width: 100% !important;
		min-height: 0 !important;
	}

	.pv-hero-copy {
		order: 2 !important;
	}

	.pv-hero-main {
		width: 100% !important;
		min-height: 0 !important;
		aspect-ratio: 2.35 / 1 !important;
		border: 0 !important;
		border-radius: 12px !important;
		transform: none !important;
	}

	.pv-hero-main span {
		left: 16px !important;
		right: 42% !important;
		bottom: 16px !important;
		font-size: clamp(18px, 6vw, 28px) !important;
	}

	.pv-hero-side,
	.pv-hero-accent {
		display: none !important;
	}
}
