:root {
	--gv-bg: #f9f5ef;
	--gv-surface: #fffaf3;
	--gv-cream: #efe4d5;
	--gv-maroon: #7a1022;
	--gv-maroon-2: #9b142b;
	--gv-gold: #c68a2d;
	--gv-brown: #6a4b32;
	--gv-text: #2e1c12;
	--gv-muted: #666;
	--gv-line: rgba(106, 75, 50, 0.16);
	--gv-shadow: 0 18px 46px rgba(84, 48, 28, 0.1);
	--gv-radius: 14px;
	--gv-head: "Noto Sans Devanagari", "Nirmala UI", "Mukta", "Hind", "Mangal", system-ui, sans-serif;
	--gv-body: "Noto Sans Devanagari", "Nirmala UI", "Hind", "Mukta", "Mangal", system-ui, sans-serif;
}

html.gv-dark {
	--gv-bg: #17100c;
	--gv-surface: #241914;
	--gv-cream: #32231b;
	--gv-text: #fff5e8;
	--gv-muted: #cbbcae;
	--gv-line: rgba(255, 245, 232, 0.14);
	--gv-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

body.gv-theme {
	margin: 0;
	background:
		radial-gradient(circle at 84% 12%, rgba(198, 138, 45, 0.1), transparent 26%),
		linear-gradient(rgba(106, 75, 50, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(106, 75, 50, 0.02) 1px, transparent 1px),
		var(--gv-bg);
	background-size: auto, 44px 44px, 44px 44px;
	color: var(--gv-text);
	font-family: var(--gv-body);
	font-size: 16px;
	line-height: 1.55;
}

body.gv-theme a {
	color: inherit;
	text-decoration: none;
}

body.gv-theme img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.gv-theme .gv-site-content,
body.gv-theme #content.gv-site-content {
	display: block !important;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.gv-container {
	width: min(100% - 36px, 1320px);
	max-width: 1320px;
	margin-inline: auto;
}

.gv-progress {
	position: fixed;
	inset: 0 0 auto;
	z-index: 9999;
	height: 3px;
	pointer-events: none;
}

.gv-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--gv-gold);
}

.gv-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(249, 245, 239, 0.94);
	border-bottom: 1px solid var(--gv-line);
	backdrop-filter: blur(16px);
}

.admin-bar .gv-header {
	top: 32px;
}

html.gv-dark .gv-header {
	background: rgba(23, 16, 12, 0.94);
}

.gv-topline-inner {
	display: grid;
	grid-template-columns: 275px minmax(240px, 1fr) auto;
	align-items: center;
	gap: 28px;
	min-height: 70px;
}

.gv-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.gv-brand img {
	width: 50px;
	height: 50px;
}

.gv-brand span {
	display: grid;
	min-width: 0;
	line-height: 1.05;
}

.gv-brand strong {
	color: var(--gv-maroon);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1;
}

.gv-brand small {
	color: var(--gv-brown);
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.gv-search {
	display: grid;
	grid-template-columns: 1fr 42px;
	align-items: center;
	max-width: 520px;
	justify-self: center;
	width: 100%;
	border: 1px solid var(--gv-line);
	border-radius: 12px;
	background: var(--gv-surface);
	overflow: hidden;
}

.gv-search input {
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--gv-text);
	padding: 13px 16px;
	outline: 0;
}

.gv-search button,
.gv-icon-button,
.gv-cart,
.gv-login,
.gv-lang,
.gv-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gv-line);
	border-radius: 12px;
	background: var(--gv-surface);
	color: var(--gv-text);
	min-width: 42px;
	height: 42px;
	cursor: pointer;
}

.gv-search button {
	border: 0;
	background: transparent;
}

.gv-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.gv-header-actions svg,
.gv-menu-toggle svg,
.gv-mobile-bottom svg {
	width: 19px;
	height: 19px;
}

.gv-login {
	gap: 8px;
	padding: 0 13px;
	font-weight: 700;
}

.gv-cart {
	position: relative;
}

.gv-cart span {
	position: absolute;
	top: -7px;
	right: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--gv-maroon);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.gv-lang {
	padding: 0 10px;
	font-weight: 800;
}

.gv-menu-toggle {
	display: none;
}

.gv-nav .gv-container {
	display: flex;
	justify-content: center;
}

.gv-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(22px, 3vw, 48px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.gv-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-weight: 850;
	font-size: 15px;
}

.gv-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 999px;
	background: var(--gv-maroon);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.gv-nav a:hover::after,
.gv-nav .current-menu-item > a::after {
	transform: scaleX(1);
}

.gv-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(25, 5, 4, 0.92), rgba(67, 23, 11, 0.72), rgba(25, 5, 4, 0.88)),
		url("../assets/images/hero-pooja-real.jpg") center / cover no-repeat;
	color: #fff7ec;
}

.gv-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 36px;
	align-items: center;
	min-height: 380px;
	padding-block: 46px;
}

.gv-hero-copy {
	max-width: 760px;
}

.gv-hero h1 {
	max-width: 760px;
	margin: 0;
	font-family: var(--gv-head);
	font-size: clamp(38px, 4.4vw, 60px);
	line-height: 1.05;
	letter-spacing: 0;
}

.gv-hero h1::first-line {
	color: #fff;
}

.gv-hero h1 {
	color: #f0c36d;
}

.gv-hero p {
	max-width: 700px;
	margin: 18px 0 22px;
	font-size: clamp(16px, 1.25vw, 20px);
	color: rgba(255, 247, 236, 0.88);
}

.gv-hero-actions,
.gv-share-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.gv-button,
.gv-wide-button,
.gv-ai-large button,
.gv-side-card button,
.gv-add-cart,
.gv-product-main-cart,
.gv-pincode-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 26px;
	border: 0;
	border-radius: 11px;
	font-weight: 850;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gv-button:hover,
.gv-wide-button:hover,
.gv-ai-large button:hover,
.gv-side-card button:hover,
.gv-add-cart:hover,
.gv-product-main-cart:hover,
.gv-pincode-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(122, 16, 34, 0.16);
}

.gv-button-primary,
.gv-ai-large button,
.gv-side-card button,
.gv-wide-button,
.gv-add-cart,
.gv-product-main-cart,
.gv-pincode-form button {
	background: linear-gradient(135deg, var(--gv-maroon), var(--gv-maroon-2));
	color: #fff !important;
}

.gv-button-light {
	background: linear-gradient(135deg, #f7d993, #f2c468);
	color: #321a0e;
}

.gv-proof {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 20px;
	font-weight: 800;
	color: #f6d895;
}

.gv-proof svg {
	width: 18px;
	height: 18px;
}

.gv-hero-panel {
	align-self: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--gv-radius);
	background: rgba(32, 14, 9, 0.66);
	backdrop-filter: blur(10px);
	padding: 24px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.gv-hero-panel h2,
.gv-side-card h2,
.gv-section-heading h2,
.gv-page-hero h1,
.gv-single-header h1,
.gv-footer h2,
.gv-footer h3 {
	margin: 0;
	font-family: var(--gv-head);
	line-height: 1.15;
	letter-spacing: 0;
}

.gv-hero-panel h2 {
	font-size: 24px;
	color: #f6d895;
}

.gv-hero-panel ul {
	margin: 18px 0;
	padding: 0;
	list-style: none;
}

.gv-hero-panel li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gv-hero-panel a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	font-weight: 850;
}

.gv-daily-bar {
	margin-top: -26px;
	position: relative;
	z-index: 3;
}

.gv-daily-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: rgba(255, 250, 243, 0.96);
	box-shadow: var(--gv-shadow);
	overflow: hidden;
}

html.gv-dark .gv-daily-grid {
	background: rgba(36, 25, 20, 0.96);
}

.gv-daily-card {
	display: grid;
	grid-template-columns: 54px 1fr;
	grid-template-rows: auto auto;
	gap: 2px 14px;
	align-items: center;
	padding: 18px 20px;
	border-right: 1px solid var(--gv-line);
}

.gv-daily-card:last-child {
	border-right: 0;
}

.gv-daily-card > span,
.gv-category-card img {
	grid-row: 1 / 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fbf0df;
	color: var(--gv-gold);
}

.gv-daily-card svg {
	width: 28px;
	height: 28px;
}

.gv-daily-card strong,
.gv-mini-row strong {
	font-size: 17px;
	line-height: 1.2;
}

.gv-daily-card small,
.gv-mini-row small {
	color: var(--gv-muted);
	font-size: 14px;
	line-height: 1.35;
}

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

.gv-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.gv-section-heading h2 {
	font-size: clamp(26px, 2vw, 34px);
}

.gv-section-heading a {
	color: var(--gv-maroon);
	font-weight: 850;
	font-size: 14px;
}

.gv-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.gv-category-card,
.gv-section-box,
.gv-list-box,
.gv-ai-large,
.gv-side-card,
.gv-product-card,
.gv-review-row article,
.gv-seo-block .gv-container {
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: rgba(255, 250, 243, 0.78);
	box-shadow: 0 10px 30px rgba(84, 48, 28, 0.06);
}

html.gv-dark .gv-category-card,
html.gv-dark .gv-section-box,
html.gv-dark .gv-list-box,
html.gv-dark .gv-ai-large,
html.gv-dark .gv-side-card,
html.gv-dark .gv-product-card,
html.gv-dark .gv-review-row article,
html.gv-dark .gv-seo-block .gv-container {
	background: rgba(36, 25, 20, 0.84);
}

.gv-category-card {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 18px 14px;
	text-align: center;
	font-weight: 850;
	min-height: 158px;
	transition: transform 160ms ease, border-color 160ms ease;
}

.gv-category-card:hover {
	transform: translateY(-3px);
	border-color: rgba(198, 138, 45, 0.45);
}

.gv-category-card img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	border-radius: 16px;
}

.gv-home-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 28px;
	align-items: start;
}

.gv-section-box,
.gv-list-box,
.gv-ai-large {
	padding: 24px;
}

.gv-article-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.gv-main-column .gv-article-grid,
.gv-related .gv-article-grid,
.gv-archive .gv-article-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gv-product-articles {
	clear: both;
	margin-top: 34px;
	padding: 24px;
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: var(--gv-surface);
}

.gv-product-articles h2 {
	margin: 0 0 18px;
	font-family: var(--gv-head);
}

.gv-article-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--gv-line);
	border-radius: 13px;
	background: var(--gv-surface);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.gv-article-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--gv-shadow);
}

.gv-card-media {
	aspect-ratio: 1.48 / 1;
	overflow: hidden;
	background: var(--gv-cream);
}

.gv-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gv-card-body {
	display: grid;
	gap: 10px;
	flex: 1;
	padding: 16px;
}

.gv-card-top,
.gv-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.gv-chip {
	color: var(--gv-gold);
	font-size: 12px;
	font-weight: 900;
}

.gv-save {
	border: 0;
	background: transparent;
	color: var(--gv-text);
	cursor: pointer;
}

.gv-save svg {
	width: 18px;
	height: 18px;
}

.gv-article-card h3 {
	margin: 0;
	font-family: var(--gv-head);
	font-size: 21px;
	line-height: 1.2;
}

.gv-article-card p {
	margin: 0;
	color: var(--gv-muted);
	font-size: 14px;
}

.gv-card-meta {
	margin-top: auto;
	color: var(--gv-muted);
	font-size: 13px;
}

.gv-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 132px;
}

.admin-bar .gv-sidebar {
	top: 164px;
}

.gv-side-card {
	padding: 22px;
}

.gv-side-card h2 {
	font-size: 24px;
}

.gv-side-card p {
	color: var(--gv-muted);
}

.gv-side-card form,
.gv-ai-large form,
.gv-newsletter-footer form {
	display: grid;
	gap: 12px;
}

.gv-side-card label {
	display: grid;
	gap: 6px;
	font-weight: 800;
	font-size: 14px;
}

.gv-side-card input,
.gv-ai-large input,
.gv-ai-large select,
.gv-newsletter-footer input {
	width: 100%;
	border: 1px solid var(--gv-line);
	border-radius: 10px;
	background: var(--gv-surface);
	color: var(--gv-text);
	padding: 12px 13px;
}

.gv-remedy-inline,
.gv-mini-row {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 14px;
	align-items: center;
}

.gv-remedy-inline img,
.gv-mini-row img {
	width: 96px;
	aspect-ratio: 1.25 / 1;
	object-fit: cover;
	border-radius: 10px;
	background: var(--gv-cream);
}

.gv-remedy-inline h3,
.gv-product-card h3 {
	margin: 0 0 5px;
	font-family: var(--gv-head);
	font-size: 18px;
	line-height: 1.2;
}

.gv-remedy-card > a {
	display: inline-flex;
	margin-top: 16px;
	color: var(--gv-maroon);
	font-weight: 850;
}

.gv-trust-card ul {
	display: grid;
	gap: 15px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.gv-trust-card li {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 12px;
}

.gv-trust-card svg {
	color: var(--gv-gold);
	width: 25px;
	height: 25px;
}

.gv-trust-card span {
	display: grid;
	color: var(--gv-muted);
	font-size: 14px;
}

.gv-trust-card strong {
	color: var(--gv-text);
}

.gv-split-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 28px;
	align-items: stretch;
}

.gv-mini-row {
	padding: 14px 0;
	border-bottom: 1px solid var(--gv-line);
}

.gv-mini-row span {
	display: grid;
	gap: 4px;
}

.gv-wide-button {
	width: 100%;
	margin-top: 18px;
}

.gv-ai-large h2 {
	margin-top: 0;
	font-family: var(--gv-head);
	font-size: 28px;
}

.gv-ai-large p {
	color: var(--gv-muted);
}

.gv-product-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.gv-page-content .gv-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gv-product-card {
	display: grid;
	gap: 10px;
	padding: 14px;
	text-align: center;
}

.gv-product-card .gv-product-media {
	display: block;
	min-height: 0;
	padding: 0;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
}

.gv-product-card img {
	width: 100%;
	aspect-ratio: 1 / 0.78;
	object-fit: contain;
	border-radius: 12px;
	background: var(--gv-surface);
}

.gv-product-card h3 a {
	color: var(--gv-text);
}

.gv-product-card p {
	margin: 0;
	font-weight: 800;
}

.gv-rating {
	color: var(--gv-gold);
	font-size: 12px;
}

.gv-rating span {
	color: var(--gv-muted);
}

.gv-add-cart {
	min-height: 40px;
	padding-inline: 12px;
	font-size: 13px;
}

.gv-add-cart[disabled],
.gv-product-main-cart[disabled] {
	cursor: not-allowed;
	opacity: 0.65;
	transform: none;
	box-shadow: none;
	background: #7d6d64;
}

.gv-product-page {
	display: grid;
	grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
	gap: 30px;
	align-items: start;
	margin: 34px 0;
}

.gv-product-gallery,
.gv-product-info,
.gv-product-tabs,
.gv-tool-result {
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: rgba(255, 250, 243, 0.82);
	box-shadow: 0 12px 34px rgba(84, 48, 28, 0.07);
}

html.gv-dark .gv-product-gallery,
html.gv-dark .gv-product-info,
html.gv-dark .gv-product-tabs,
html.gv-dark .gv-tool-result {
	background: rgba(36, 25, 20, 0.86);
}

.gv-product-gallery {
	padding: 24px;
}

.gv-product-gallery img {
	width: 100%;
	aspect-ratio: 1 / 0.86;
	object-fit: contain;
	border-radius: 14px;
	background: var(--gv-bg);
}

.gv-product-info,
.gv-product-tabs {
	padding: 26px;
}

.gv-product-info h1 {
	margin: 10px 0 8px;
	font-family: var(--gv-head);
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.08;
}

.gv-product-price {
	margin: 12px 0;
	font-size: 28px;
	color: var(--gv-maroon);
	font-weight: 900;
}

.gv-pincode-form {
	display: grid;
	gap: 10px;
	margin: 20px 0 12px;
}

.gv-pincode-form label {
	font-weight: 850;
}

.gv-pincode-form > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.gv-pincode-form input {
	min-height: 48px;
	border: 1px solid var(--gv-line);
	border-radius: 10px;
	background: var(--gv-bg);
	color: var(--gv-text);
	padding: 0 14px;
}

.gv-stock-box {
	margin: 12px 0 16px;
	padding: 13px 14px;
	border: 1px solid rgba(198, 138, 45, 0.34);
	border-radius: 11px;
	background: rgba(198, 138, 45, 0.09);
	font-weight: 800;
}

.gv-stock-out {
	border-color: rgba(122, 16, 34, 0.28);
	background: rgba(122, 16, 34, 0.08);
	color: var(--gv-maroon);
}

.gv-product-main-cart {
	width: 100%;
}

.gv-product-tabs {
	display: grid;
	gap: 10px;
	margin-bottom: 36px;
}

.gv-product-tabs h2 {
	margin: 10px 0 0;
	font-family: var(--gv-head);
}

.gv-product-tabs a {
	color: var(--gv-maroon);
	font-weight: 850;
}

.gv-demo-cart {
	display: grid;
	gap: 16px;
	max-width: 760px;
	margin: 34px 0;
	padding: 24px;
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: rgba(255, 250, 243, 0.82);
	box-shadow: 0 12px 34px rgba(84, 48, 28, 0.07);
}

.gv-demo-cart h2 {
	margin: 0;
	font-family: var(--gv-head);
}

.gv-demo-cart-items {
	display: grid;
	gap: 10px;
}

.gv-demo-cart-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 12px;
	border: 1px solid var(--gv-line);
	border-radius: 11px;
	background: var(--gv-bg);
}

.gv-demo-cart-row button {
	border: 0;
	border-radius: 9px;
	background: var(--gv-cream);
	color: var(--gv-text);
	font-weight: 850;
	padding: 8px 12px;
	cursor: pointer;
}

.gv-cart-page {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 24px;
	align-items: start;
	margin: 34px 0;
}

.gv-cart-main,
.gv-cart-summary {
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: rgba(255, 250, 243, 0.86);
	box-shadow: 0 12px 34px rgba(84, 48, 28, 0.07);
}

.gv-cart-main {
	padding: 24px;
}

.gv-cart-main h2,
.gv-cart-summary h3 {
	margin: 0 0 8px;
	font-family: var(--gv-head);
}

.gv-cart-items {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.gv-cart-row {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr) auto auto;
	gap: 14px;
	align-items: center;
	padding: 12px;
	border: 1px solid var(--gv-line);
	border-radius: 13px;
	background: var(--gv-bg);
}

.gv-cart-thumb img {
	width: 82px;
	aspect-ratio: 1;
	object-fit: contain;
	border-radius: 10px;
	background: var(--gv-surface);
}

.gv-cart-title {
	display: block;
	margin-bottom: 4px;
	font-weight: 900;
	color: var(--gv-text);
}

.gv-cart-row span {
	color: var(--gv-muted);
	font-size: 14px;
}

.gv-cart-row button {
	border: 0;
	border-radius: 10px;
	background: var(--gv-cream);
	color: var(--gv-text);
	font-weight: 850;
	padding: 10px 12px;
	cursor: pointer;
}

.gv-cart-summary {
	position: sticky;
	top: 126px;
	display: grid;
	gap: 14px;
	padding: 22px;
}

.gv-cart-pin-form {
	display: grid;
	gap: 8px;
}

.gv-cart-pin-form label {
	font-weight: 850;
}

.gv-cart-pin-form > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.gv-cart-pin-form input {
	min-height: 44px;
	border: 1px solid var(--gv-line);
	border-radius: 10px;
	background: var(--gv-bg);
	color: var(--gv-text);
	padding: 0 12px;
}

.gv-cart-pin-form button {
	border: 0;
	border-radius: 10px;
	background: var(--gv-maroon);
	color: #fff;
	font-weight: 850;
	padding: 0 15px;
	cursor: pointer;
}

.gv-cart-stock {
	padding: 12px;
	border: 1px solid rgba(198, 138, 45, 0.28);
	border-radius: 11px;
	background: rgba(198, 138, 45, 0.08);
	font-weight: 800;
}

.gv-cart-stock.is-unavailable {
	border-color: rgba(122, 16, 34, 0.28);
	background: rgba(122, 16, 34, 0.08);
	color: var(--gv-maroon);
}

.gv-cart-total-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid var(--gv-line);
}

.gv-cart-grand {
	border-bottom: 0;
	font-size: 20px;
}

.gv-checkout-button {
	width: 100%;
}

.gv-checkout-button[disabled] {
	cursor: not-allowed;
	opacity: 0.62;
}

.gv-cart-continue {
	color: var(--gv-maroon);
	font-weight: 850;
	text-align: center;
}

.gv-tool-result {
	display: grid;
	gap: 14px;
	margin-top: 20px;
	padding: 20px;
}

.gv-tool-result h3 {
	margin: 0;
	font-family: var(--gv-head);
	font-size: 28px;
}

.gv-result-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.gv-result-grid span {
	display: grid;
	gap: 3px;
	padding: 14px;
	border: 1px solid var(--gv-line);
	border-radius: 12px;
	background: var(--gv-bg);
}

.gv-result-grid strong {
	color: var(--gv-maroon);
	font-size: 13px;
}

.gv-tool-warning {
	border-color: rgba(122, 16, 34, 0.3);
	color: var(--gv-maroon);
	font-weight: 850;
}

.gv-ai-tool {
	max-width: 980px;
}

.gv-tool-form label {
	display: grid;
	gap: 6px;
	font-weight: 850;
}

.gv-tool-form label span {
	color: var(--gv-text);
}

.gv-ai-result {
	gap: 18px;
}

.gv-reading-card {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid var(--gv-line);
	border-radius: 14px;
	background: var(--gv-bg);
}

.gv-reading-card h4 {
	margin: 0;
	color: var(--gv-maroon);
	font-family: var(--gv-head);
	font-size: 22px;
}

.gv-reading-card p {
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
}

.gv-reading-actions {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: center;
	padding: 14px;
	border-radius: 12px;
	background: rgba(198, 138, 45, 0.1);
}

.gv-reading-actions a {
	color: var(--gv-maroon);
	font-weight: 950;
}

.gv-reroll-form {
	display: inline-flex;
}

.gv-reroll-form button {
	min-height: 46px;
	border: 1px solid rgba(122, 16, 34, 0.22);
	border-radius: 11px;
	background: var(--gv-surface);
	color: var(--gv-maroon);
	font-weight: 900;
	padding: 0 18px;
	cursor: pointer;
}

.gv-trust-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 28px;
}

.gv-reviews h2 {
	margin-top: 0;
	font-family: var(--gv-head);
}

.gv-review-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.gv-review-row article {
	padding: 18px;
}

.gv-review-row strong {
	color: var(--gv-gold);
}

.gv-review-row p {
	color: var(--gv-muted);
}

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

.gv-trust-badges div {
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 116px;
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: var(--gv-surface);
	text-align: center;
}

.gv-trust-badges svg {
	color: var(--gv-gold);
	width: 30px;
	height: 30px;
}

.gv-seo-block .gv-container {
	max-width: 960px;
	padding: 28px;
}

.gv-page-layout {
	max-width: 960px;
}

.gv-page-content {
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: var(--gv-surface);
	box-shadow: 0 10px 30px rgba(84, 48, 28, 0.06);
	padding: clamp(20px, 4vw, 38px);
}

.gv-seo-intro,
.gv-empty-page {
	margin-bottom: 24px;
	padding: 22px;
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: linear-gradient(135deg, rgba(122, 16, 34, 0.05), rgba(198, 138, 45, 0.08));
}

.gv-seo-intro h2,
.gv-empty-page h2 {
	margin: 0 0 10px;
	font-family: var(--gv-head);
	font-size: clamp(28px, 3vw, 40px);
}

.gv-seo-intro p,
.gv-empty-page p {
	max-width: 820px;
	margin: 0;
	color: var(--gv-muted);
	font-size: 17px;
	line-height: 1.75;
}

.gv-page-content h2,
.gv-page-tool h2 {
	margin-top: 0;
	font-family: var(--gv-head);
}

.gv-page-tool,
.gv-tool-grid {
	display: grid;
	gap: 18px;
}

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

.gv-tool-form input,
.gv-tool-form select {
	width: 100%;
	border: 1px solid var(--gv-line);
	border-radius: 10px;
	background: var(--gv-bg);
	color: var(--gv-text);
	padding: 12px 13px;
}

.gv-tool-form button {
	grid-column: 1 / -1;
	min-height: 48px;
	border: 0;
	border-radius: 10px;
	background: var(--gv-maroon);
	color: #fff;
	font-weight: 850;
}

.gv-tool-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gv-tool-grid article {
	border: 1px solid var(--gv-line);
	border-radius: 12px;
	background: var(--gv-bg);
	padding: 18px;
}

.gv-tool-grid strong,
.gv-tool-grid span {
	display: block;
}

.gv-tool-grid strong {
	color: var(--gv-maroon);
}

.gv-seo-block h2,
.gv-faq-mini h2 {
	margin-top: 0;
	font-family: var(--gv-head);
}

.gv-faq-mini {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.gv-faq-mini details {
	border: 1px solid var(--gv-line);
	border-radius: 12px;
	background: var(--gv-surface);
	padding: 14px 16px;
}

.gv-faq-mini summary {
	font-weight: 850;
	cursor: pointer;
}

.gv-page-hero {
	padding: 44px 0 34px;
	border-bottom: 1px solid var(--gv-line);
	background: linear-gradient(135deg, rgba(122, 16, 34, 0.06), rgba(198, 138, 45, 0.08));
}

.gv-page-hero h1,
.gv-single-header h1 {
	max-width: 940px;
	margin: 12px 0;
	font-size: clamp(36px, 4vw, 58px);
}

.gv-page-hero p,
.gv-archive-desc {
	max-width: 780px;
	color: var(--gv-muted);
	font-size: 18px;
}

.gv-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--gv-muted);
	font-size: 13px;
}

.gv-breadcrumbs a {
	color: var(--gv-maroon);
	font-weight: 800;
}

.gv-single-header {
	padding: 40px 0 24px;
}

.gv-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	color: var(--gv-muted);
	font-size: 14px;
	font-weight: 700;
}

.gv-single-image img {
	width: 100%;
	max-height: 560px;
	object-fit: cover;
	border-radius: var(--gv-radius);
	box-shadow: var(--gv-shadow);
}

.gv-single-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 780px);
	gap: 36px;
	align-items: start;
	padding: 38px 0;
}

.gv-toc {
	position: sticky;
	top: 132px;
	display: grid;
	gap: 10px;
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: var(--gv-surface);
	padding: 18px;
}

.gv-toc h2 {
	margin: 0 0 6px;
	font-family: var(--gv-head);
	font-size: 20px;
}

.gv-toc a {
	color: var(--gv-muted);
	font-size: 14px;
	font-weight: 750;
}

.gv-article-content {
	font-size: 19px;
	line-height: 1.78;
}

.gv-article-content h2,
.gv-author-box h2 {
	font-family: var(--gv-head);
	line-height: 1.2;
	font-weight: 950;
}

.gv-article-content h2 {
	margin-top: 1.6em;
	font-size: 34px;
	color: var(--gv-maroon);
	padding-bottom: 10px;
	border-bottom: 3px solid rgba(198, 138, 45, 0.36);
}

.gv-article-content h3 {
	font-family: var(--gv-head);
	font-size: 25px;
	font-weight: 950;
	color: var(--gv-text);
}

.gv-article-content strong,
.gv-article-content b {
	font-weight: 950;
	color: var(--gv-text);
}

.gv-article-content p,
.gv-article-content li {
	color: color-mix(in srgb, var(--gv-text), var(--gv-muted) 18%);
}

.gv-author-box {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 16px;
	margin: 34px 0;
	padding: 20px;
	border: 1px solid var(--gv-line);
	border-radius: var(--gv-radius);
	background: var(--gv-surface);
}

.gv-author-box img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

.gv-share-row {
	margin-top: 24px;
}

.gv-share-row button {
	border: 1px solid var(--gv-line);
	border-radius: 999px;
	background: var(--gv-surface);
	padding: 10px 16px;
	font-weight: 800;
}

.gv-footer {
	margin-top: 28px;
	background: radial-gradient(circle at 10% 0, rgba(198, 138, 45, 0.18), transparent 28%), #2a110d;
	color: #fff2df;
}

.gv-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 0.9fr 1.1fr;
	gap: 34px;
	padding: 46px 0;
}

.gv-footer-brand img {
	float: left;
	margin-right: 12px;
}

.gv-footer h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
}

.gv-footer h3 {
	font-size: 21px;
}

.gv-footer p,
.gv-footer a {
	color: rgba(255, 242, 223, 0.82);
}

.gv-footer ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.gv-footer li + li {
	margin-top: 9px;
}

.gv-socials {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.gv-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	font-weight: 900;
}

.gv-newsletter-footer form {
	grid-template-columns: 1fr 48px;
}

.gv-newsletter-footer button {
	border: 0;
	border-radius: 10px;
	background: var(--gv-maroon);
	color: #fff;
}

.gv-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gv-footer-bottom .gv-container {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 0;
	font-size: 13px;
}

.gv-footer-bottom p {
	margin: 0;
}

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

.gv-cart-notice {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 1000;
	max-width: min(320px, calc(100vw - 36px));
	padding: 12px 16px;
	border-radius: 12px;
	background: var(--gv-maroon);
	color: #fff;
	box-shadow: 0 18px 40px rgba(46, 28, 18, 0.2);
	font-weight: 850;
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
	transition: opacity 160ms ease, transform 160ms ease;
}

.gv-cart-notice.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (min-width: 1440px) {
	.gv-container {
		width: min(100% - 80px, 1400px);
		max-width: 1400px;
	}
}

@media (max-width: 1024px) {
	.gv-topline-inner {
		grid-template-columns: 230px 1fr auto;
		gap: 16px;
	}

	.gv-brand strong {
		font-size: 25px;
	}

	.gv-nav ul {
		gap: 24px;
	}

	.gv-hero-grid,
	.gv-home-layout,
	.gv-split-grid,
	.gv-trust-grid,
	.gv-product-page,
	.gv-cart-page {
		grid-template-columns: 1fr;
	}

	.gv-cart-summary {
		position: static;
	}

	.gv-hero-panel {
		max-width: 520px;
	}

	.gv-daily-grid,
	.gv-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gv-category-grid,
	.gv-article-grid,
	.gv-main-column .gv-article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gv-sidebar {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gv-single-layout {
		grid-template-columns: 1fr;
	}

	.gv-toc {
		position: static;
	}

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

@media (max-width: 768px) {
	.gv-container {
		width: min(100% - 28px, 680px);
	}

	.gv-topline-inner {
		grid-template-columns: auto 1fr auto;
		min-height: 64px;
	}

	.gv-menu-toggle {
		display: inline-flex;
	}

	.gv-brand {
		justify-self: start;
	}

	.gv-brand img {
		width: 42px;
		height: 42px;
	}

	.gv-brand small {
		display: none;
	}

	.gv-search {
		grid-column: 1 / -1;
		order: 4;
		max-width: none;
		margin-bottom: 12px;
	}

	.gv-header-actions .gv-login span,
	.gv-lang {
		display: none;
	}

	.gv-nav ul {
		position: absolute;
		top: 100%;
		left: 14px;
		right: 14px;
		display: none;
		grid-template-columns: 1fr;
		gap: 0;
		border: 1px solid var(--gv-line);
		border-radius: var(--gv-radius);
		background: var(--gv-surface);
		box-shadow: var(--gv-shadow);
		padding: 10px;
	}

	.gv-nav.is-open ul {
		display: grid;
	}

	.gv-nav a {
		justify-content: center;
		min-height: 44px;
	}

	.gv-hero-grid {
		min-height: 0;
		padding-block: 40px 62px;
	}

	.gv-hero h1 {
		font-size: clamp(34px, 9vw, 48px);
	}

	.gv-daily-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gv-result-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gv-sidebar,
	.gv-trust-badges,
	.gv-review-row {
		grid-template-columns: 1fr;
	}

	.gv-single-meta {
		display: grid;
	}

	.gv-footer-grid {
		grid-template-columns: 1fr;
	}

	body.gv-theme {
		padding-bottom: 76px;
	}

	.gv-mobile-bottom {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 998;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		border-top: 1px solid var(--gv-line);
		background: rgba(255, 250, 243, 0.96);
		backdrop-filter: blur(14px);
	}

	html.gv-dark .gv-mobile-bottom {
		background: rgba(36, 25, 20, 0.96);
	}

	.gv-mobile-bottom a {
		display: grid;
		justify-items: center;
		gap: 3px;
		padding: 9px 4px 8px;
		color: var(--gv-text);
		font-size: 11px;
		font-weight: 800;
	}

	.gv-category-card {
		min-height: 128px;
		padding: 15px 12px;
	}

	.gv-category-card img {
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 480px) {
	.gv-container {
		width: min(100% - 24px, 430px);
	}

	.gv-brand strong {
		font-size: 24px;
	}

	.gv-header-actions {
		gap: 7px;
	}

	.gv-icon-button,
	.gv-cart,
	.gv-login,
	.gv-menu-toggle {
		min-width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.gv-hero {
		background-position: center;
	}

	.gv-hero-actions {
		display: grid;
	}

	.gv-hero-panel,
	.gv-section-box,
	.gv-list-box,
	.gv-ai-large,
	.gv-side-card {
		padding: 18px;
	}

	.gv-category-grid,
	.gv-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gv-daily-grid,
	.gv-article-grid,
	.gv-main-column .gv-article-grid {
		grid-template-columns: 1fr;
	}

	.gv-daily-card {
		border-right: 0;
		border-bottom: 1px solid var(--gv-line);
		padding: 18px;
	}

	.gv-section-heading {
		display: grid;
		gap: 8px;
	}

	.gv-section-heading h2 {
		font-size: 26px;
	}

	.gv-remedy-inline,
	.gv-mini-row,
	.gv-author-box {
		grid-template-columns: 1fr;
	}

	.gv-article-content {
		font-size: 17px;
	}

	.gv-article-content h2 {
		font-size: 27px;
	}

	.gv-footer-bottom .gv-container {
		display: grid;
	}

	.gv-tool-form,
	.gv-tool-grid,
	.gv-result-grid {
		grid-template-columns: 1fr;
	}

	.gv-product-card {
		padding: 12px;
	}

	.gv-product-card h3 {
		font-size: 16px;
	}

	.gv-product-info,
	.gv-product-tabs,
	.gv-tool-result {
		padding: 18px;
	}

	.gv-pincode-form > div {
		grid-template-columns: 1fr;
	}

	.gv-cart-main,
	.gv-cart-summary {
		padding: 18px;
	}

	.gv-cart-row {
		grid-template-columns: 66px minmax(0, 1fr) auto;
	}

	.gv-cart-thumb img {
		width: 66px;
	}

	.gv-cart-row button {
		grid-column: 2 / -1;
	}

	.gv-cart-pin-form > div,
	.gv-reading-actions {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
