/*
Theme Name: Girijapati Trades
Theme URI: https://girijapatitrades.com/
Description: Child theme for Girijapati Trades based on the Blocksy theme.
Author: Girijapati Trades
Author URI: https://girijapatitrades.com/
Template: blocksy
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: girijapati-trades
*/

/* Add your custom CSS below this line. */

body {
	font-family: "Libre Caslon Text", serif;
	background-color: #fcf7ee;
	color: #1b1b1b;
}

.add_to_cart_button.gt-added {
	background: #14361f !important;
	border-color: #14361f !important;
	color: #ffffff !important;
	pointer-events: none;
}

.gt-toast {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 20px;
	border-radius: 10px;
	background: #1b4332;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transform: translateY(-14px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	pointer-events: none;
}

.gt-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.gt-toast i {
	color: #d4af37;
	font-size: 18px;
}

@media (max-width: 480px) {
	.gt-toast {
		top: 16px;
		right: 16px;
		left: 16px;
		justify-content: center;
	}
}

/* "surface-container-low" isn't a defined color in the Tailwind CDN config
 * (only "surface-container-lowest" is), so bg-surface-container-low never
 * generates a real utility class and those sections render with no
 * background at all. Hardcoding it here fixes the "Why Choose Us" and
 * "Testimonials" sections. */
.bg-surface-container-low {
	background-color: #fcf7ee !important;
}

/*
 * Blocksy derives every generic button's color (WooCommerce cart/checkout
 * buttons, coupon/update-cart buttons, review-form submit, anything using
 * its default button styling) from --theme-button-background-initial-color,
 * which itself defaults to var(--theme-palette-color-1) — the site's
 * global accent, which was left on Blocksy's default blue. Overriding the
 * button-specific variables here (both declared on :root, so !important
 * wins outright) fixes every such button in one place, instead of patching
 * each one individually with per-element CSS.
 */
:root {
	--theme-button-background-initial-color: #1b4332 !important;
	--theme-button-background-hover-color: #14361f !important;
	--theme-button-text-initial-color: #ffffff !important;
	--theme-button-text-hover-color: #ffffff !important;
}

/*
 * Hardcoded container/gutter rules. Do not remove: the Tailwind CDN build
 * doesn't reliably generate the custom "max-w-container-max" /
 * "px-margin-desktop" utilities (they depend on the inline config script
 * loading and being scanned in time), which previously let page content
 * stretch full browser width with no side margins on large screens. These
 * rules guarantee the 1280px capped, gutter-padded layout regardless of
 * whether Tailwind's own utility generation kicks in.
 */
.max-w-container-max {
	max-width: 1280px !important;
}

.px-margin-desktop {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

@media (max-width: 767px) {
	.px-margin-desktop {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}
}

/* Same fix for the other custom spacing keys (section-gap, gutter): the
 * CDN build doesn't reliably generate py-section-gap / gap-gutter either,
 * which was collapsing all vertical space between homepage sections. */
.py-section-gap {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.pt-section-gap {
	padding-top: 4rem !important;
}

.pb-section-gap {
	padding-bottom: 4rem !important;
}

@media (max-width: 767px) {
	.py-section-gap {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.pt-section-gap {
		padding-top: 2.5rem !important;
	}

	.pb-section-gap {
		padding-bottom: 2.5rem !important;
	}
}

.gap-gutter {
	gap: 1.5rem !important;
}

.girijapati-header {
	position: sticky;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #fbf7ee !important;
	border-bottom: 1px solid rgba(27, 67, 50, 0.12);
	box-shadow: 0 8px 24px rgba(27, 67, 50, 0.08);
	transition: box-shadow 0.25s ease;
}

.girijapati-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	padding: 12px 0;
	transition: min-height 0.25s ease, padding 0.25s ease;
}

.girijapati-site-logo .custom-logo {
	width: auto;
	height: 70px;
	border-radius: 8px;
	transition: height 0.25s ease;
}

.girijapati-header.is-scrolled .girijapati-header-inner {
	min-height: 56px;
	padding: 8px 0;
}

.girijapati-header.is-scrolled .girijapati-site-logo .custom-logo {
	height: 50px;
}

.girijapati-footer-logo .custom-logo {
	width: auto;
	height: 80px;
	padding: 4px;
	background: #ffffff;
	border-radius: 8px;
}

.girijapati-primary-menu {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.girijapati-primary-menu a {
	color: #1f302b;
	font-weight: 600;
	text-decoration: none;
}

.girijapati-primary-menu a:hover,
.girijapati-primary-menu .current-menu-item > a,
.girijapati-primary-menu .current_page_item > a {
	color: #1b4332;
}

.girijapati-primary-menu .sub-menu {
	position: absolute;
	display: none;
	min-width: 180px;
	margin: 0;
	padding: 0.75rem;
	list-style: none;
	background: #fbf9f8;
	border: 1px solid #c8c6c6;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

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

.girijapati-primary-menu li:hover > .sub-menu,
.girijapati-primary-menu li:focus-within > .sub-menu {
	display: grid;
	gap: 0.5rem;
}

.girijapati-header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #1b4332;
}

.girijapati-header-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #1b4332;
	text-decoration: none;
	border-radius: 999px;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.girijapati-header-icon:hover {
	color: #d4af37;
	background: rgba(27, 67, 50, 0.08);
	transform: translateY(-1px);
}

.girijapati-cart-panel-wrapper {
	display: flex;
}

.girijapati-cart-panel {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	z-index: 60;
	width: 340px;
	max-height: 420px;
	overflow-y: auto;
	padding: 18px;
	background: #ffffff;
	border: 1px solid #ece5d6;
	border-radius: 14px;
	box-shadow: 0 24px 48px rgba(27, 67, 50, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

@media (hover: hover) {
	.girijapati-cart-panel-wrapper:hover .girijapati-cart-panel,
	.girijapati-cart-panel-wrapper:focus-within .girijapati-cart-panel {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.girijapati-cart-panel .woocommerce-mini-cart__empty-message {
	margin: 0;
	color: #474747;
	font-size: 14px;
	text-align: center;
}

.girijapati-cart-panel ul.woocommerce-mini-cart {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.girijapati-cart-panel .woocommerce-mini-cart-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f0ece0;
	font-size: 13.5px;
}

.girijapati-cart-panel .woocommerce-mini-cart-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.girijapati-cart-panel .woocommerce-mini-cart-item img {
	width: 52px;
	height: 52px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}

.girijapati-cart-panel .woocommerce-mini-cart-item a:not(.remove) {
	color: #1b4332;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.4;
}

.girijapati-cart-panel .woocommerce-mini-cart-item .quantity {
	display: block;
	margin-top: 2px;
	color: #797474;
	font-size: 12.5px;
}

.girijapati-cart-panel .woocommerce-mini-cart-item a.remove {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #9c6720 !important;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	border-radius: 999px;
}

.girijapati-cart-panel .woocommerce-mini-cart-item a.remove:hover {
	color: #ffffff !important;
	background: #9c2020;
}

.girijapati-cart-panel .woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 14px;
	padding-top: 14px;
	border-top: 1px solid #ece5d6;
	color: #1b4332;
	font-size: 14.5px;
	font-weight: 700;
}

.girijapati-cart-panel .woocommerce-mini-cart__buttons {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.girijapati-cart-panel .woocommerce-mini-cart__buttons a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 1.5px solid #1b4332;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.girijapati-cart-panel .woocommerce-mini-cart__buttons a:not(.checkout),
.girijapati-cart-panel .woocommerce-mini-cart__buttons a:not(.checkout):visited {
	background: #ffffff;
	color: #1b4332 !important;
}

.girijapati-cart-panel .woocommerce-mini-cart__buttons a:not(.checkout):hover {
	background: #f3ede0;
}

.girijapati-cart-panel .woocommerce-mini-cart__buttons a.checkout,
.girijapati-cart-panel .woocommerce-mini-cart__buttons a.checkout:visited {
	background: #1b4332;
	color: #ffffff !important;
}

.girijapati-cart-panel .woocommerce-mini-cart__buttons a.checkout:hover {
	background: #14361f;
}

.girijapati-cart-count {
	position: absolute;
	top: -4px;
	right: -4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	color: #1b4332;
	font-size: 11px;
	font-weight: 700;
	background: #d4af37;
	border-radius: 999px;
}

.girijapati-header-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 18px;
	color: #ffffff !important;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	background: #1b4332;
	border: 1px solid #1b4332;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(27, 67, 50, 0.18);
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.girijapati-header-whatsapp:hover {
	color: #1b4332 !important;
	background: #d4af37;
	border-color: #d4af37;
	box-shadow: 0 12px 24px rgba(212, 175, 55, 0.28);
	transform: translateY(-1px);
}

/* ------------------------------------------------------------------ */
/* Mobile nav (hamburger + slide-in drawer)                             */
/* ------------------------------------------------------------------ */

.girijapati-hamburger {
	display: none;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #1b4332 !important;
	background: transparent !important;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.girijapati-hamburger:hover {
	color: #d4af37 !important;
	background: rgba(27, 67, 50, 0.08) !important;
}

.girijapati-mobile-nav-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(27, 27, 27, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.girijapati-mobile-nav-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.girijapati-mobile-nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	width: min(85%, 340px);
	padding: 20px;
	background: #fbf7ee;
	box-shadow: -12px 0 32px rgba(0, 0, 0, 0.18);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
}

.girijapati-mobile-nav.is-open {
	transform: translateX(0);
}

body.girijapati-nav-open {
	overflow: hidden;
}

.girijapati-mobile-nav-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(27, 67, 50, 0.12);
}

.girijapati-mobile-nav-header .custom-logo {
	height: 36px;
	width: auto;
}

.girijapati-mobile-nav-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #1b4332 !important;
	background: transparent !important;
	border: 0;
	border-radius: 999px;
	font-size: 20px;
	cursor: pointer;
}

.girijapati-mobile-nav-close:hover {
	color: #d4af37 !important;
	background: rgba(27, 67, 50, 0.08) !important;
}

.girijapati-mobile-menu {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.girijapati-mobile-menu li {
	border-bottom: 1px solid rgba(27, 67, 50, 0.08);
}

.girijapati-mobile-menu a {
	display: block;
	padding: 14px 4px;
	color: #1f302b;
	font-weight: 600;
	text-decoration: none;
}

.girijapati-mobile-menu a:hover {
	color: #1b4332 !important;
}

.girijapati-mobile-menu .sub-menu {
	margin: 0 0 8px;
	padding: 0 0 0 16px;
	list-style: none;
}

.girijapati-mobile-menu .sub-menu a {
	padding: 10px 4px;
	color: #474747;
	font-weight: 500;
}

.girijapati-mobile-nav-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	padding: 12px 18px;
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: none !important;
	background: #1b4332 !important;
	border-radius: 8px;
}

@media (max-width: 767px) {
	.girijapati-hamburger {
		display: inline-flex;
	}
}

@media (min-width: 768px) {
	.girijapati-mobile-nav-overlay,
	.girijapati-mobile-nav {
		display: none;
	}
}

.girijapati-newsletter,
.girijapati-footer {
	background: #1b4332;
	color: #ffffff;
}

.girijapati-newsletter {
	padding: 64px 0;
	border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.girijapati-newsletter-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 40px;
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 16px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.girijapati-newsletter-watermark {
	position: absolute;
	top: 50%;
	right: -20px;
	color: rgba(212, 175, 55, 0.08);
	font-size: 220px;
	transform: translateY(-50%);
	pointer-events: none;
}

.girijapati-whatsapp-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	color: #ffffff;
	font-size: 32px;
	background: #25d366;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

.girijapati-whatsapp-ping {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: #25d366;
	opacity: 0.6;
	animation: girijapati-ping 2.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes girijapati-ping {
	75%,
	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

.girijapati-whatsapp-join {
	color: #1b4332 !important;
	background: #d4af37 !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.girijapati-whatsapp-join:hover {
	color: #1b4332 !important;
	background: #e4c65a !important;
	transform: translateY(-1px);
}

.girijapati-footer {
	border-top: 4px solid #d4af37;
}

.girijapati-footer > .girijapati-container {
	padding-top: 64px;
	padding-bottom: 64px;
}

.girijapati-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.85fr 1fr 1.15fr;
	gap: 56px;
	align-items: start;
}

.girijapati-footer a {
	color: inherit;
	text-decoration: none;
}

.girijapati-footer h4 {
	margin-bottom: 24px;
	color: #d4af37;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.girijapati-footer-menu {
	display: grid;
	gap: 12px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.girijapati-footer-menu a:hover,
.girijapati-policy-menu a:hover {
	color: #d4af37;
}

.girijapati-footer-menu,
.girijapati-policy-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.girijapati-policy-menu {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.girijapati-footer-bottom {
	padding: 22px 0;
	background: rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.girijapati-secure-payments-label {
	color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 767px) {
	.girijapati-header-inner {
		min-height: 68px;
	}

	.girijapati-site-logo .custom-logo {
		height: 40px;
	}

	.girijapati-header.is-scrolled .girijapati-header-inner {
		min-height: 52px;
	}

	.girijapati-header.is-scrolled .girijapati-site-logo .custom-logo {
		height: 30px;
	}

	.girijapati-primary-menu {
		display: none;
	}

	.girijapati-header-whatsapp {
		display: none;
	}

	.girijapati-newsletter-card,
	.girijapati-footer-grid {
		grid-template-columns: 1fr;
	}

	.girijapati-newsletter-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 28px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.girijapati-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ------------------------------------------------------------------ */
/* Homepage                                                            */
/* ------------------------------------------------------------------ */

/* Hero — client-supplied design (hero.html/hero.css), background image at
 * assets/girijapati-hero-bg.webp (relative to this stylesheet's own file
 * location, so it resolves correctly regardless of the enqueued URL). */
.gt-hero,
.gt-hero * {
	box-sizing: border-box;
}

.gt-hero {
	--gt-green: #174d31;
	--gt-green-dark: #103c26;
	--gt-gold: #9c6720;
	--gt-ink: #2f312d;
	--gt-ivory: #f8f1e5;
	position: relative;
	isolation: isolate;
	display: flex;
	min-height: clamp(690px, 77vh, 860px);
	overflow: hidden;
	background-color: var(--gt-ivory);
	background-image: url("assets/girijapati-hero-bg-plain.webp");
	background-position: center;
	background-size: cover;
	color: var(--gt-ink);
	font-family: "DM Sans", sans-serif;
}

.gt-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(248, 241, 229, 0.2) 0%,
		rgba(248, 241, 229, 0.06) 42%,
		transparent 65%
	);
	content: "";
	pointer-events: none;
}

.gt-hero__inner {
	display: flex;
	align-items: center;
	width: min(100%, 1500px);
	margin: 0 auto;
	padding: 76px clamp(32px, 5.4vw, 88px);
}

.gt-hero__content {
	width: min(49%, 710px);
}

.gt-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 23px;
	color: var(--gt-gold);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gt-hero__eyebrow span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
}

.gt-hero__title {
	max-width: 700px;
	margin: 0;
	color: var(--gt-green);
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(58px, 4.7vw, 82px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.1;
}

.gt-hero__description {
	max-width: 590px;
	margin: 25px 0 0;
	color: #4a4b47;
	font-size: clamp(17px, 1.25vw, 20px);
	line-height: 1.65;
}

.gt-hero__actions {
	display: flex;
	align-items: center;
	gap: 34px;
	margin-top: 36px;
}

.gt-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	min-height: 66px;
	padding: 0 28px;
	border: 1px solid var(--gt-green);
	border-radius: 8px;
	background: var(--gt-green);
	box-shadow: 0 12px 26px rgba(23, 77, 49, 0.16);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.045em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.gt-hero__button svg {
	width: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.gt-hero__button:hover {
	background: var(--gt-green-dark);
	box-shadow: 0 15px 30px rgba(23, 77, 49, 0.23);
	color: #fff;
	transform: translateY(-2px);
}

.gt-hero__button:hover svg {
	transform: translateX(4px);
}

.gt-hero__text-link {
	padding: 8px 0;
	border-bottom: 1px solid currentColor;
	color: var(--gt-green);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.055em;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color 180ms ease,
		border-color 180ms ease;
}

.gt-hero__text-link:hover {
	border-color: var(--gt-gold);
	color: var(--gt-gold);
}

.gt-hero__button:focus-visible,
.gt-hero__text-link:focus-visible {
	outline: 3px solid rgba(156, 103, 32, 0.38);
	outline-offset: 5px;
}

.gt-hero__trust {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 35px 0 0;
	padding: 0;
	color: #27382e;
	list-style: none;
}

.gt-hero__trust li {
	display: flex;
	align-items: center;
	gap: 11px;
	white-space: nowrap;
}

.gt-hero__trust li + li::before {
	width: 4px;
	height: 4px;
	margin: 0 27px;
	border-radius: 50%;
	background: var(--gt-green);
	content: "";
}

.gt-hero__trust-icon {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border: 1px solid rgba(156, 103, 32, 0.13);
	border-radius: 50%;
	background: rgba(229, 213, 181, 0.62);
}

.gt-hero__trust-icon svg {
	width: 21px;
	fill: none;
	stroke: var(--gt-green);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.35;
}

.gt-hero__trust li > span:last-child {
	font-size: 14px;
	font-weight: 500;
}

.gt-hero__mobile-art {
	display: none;
}

.gt-hero__products--mobile {
	display: none;
}

.gt-hero__products--desktop {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: clamp(48px, 8vw, 140px);
	width: min(300px, 26vw);
	transform: translateY(-50%);
}

.gt-hero__product-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 45px rgba(16, 60, 38, 0.22);
	color: var(--gt-ink);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gt-hero__product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 55px rgba(16, 60, 38, 0.28);
}

.gt-hero__product-image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--gt-ivory);
}

.gt-hero__product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gt-hero__product-info {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px 16px 16px;
	border-top: 1px solid rgba(23, 77, 49, 0.08);
}

.gt-hero__product-name {
	overflow: hidden;
	color: var(--gt-green);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
}

.gt-hero__product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.gt-hero__product-price {
	color: var(--gt-gold);
	font-size: 14px;
	font-weight: 700;
}

.gt-hero__product-rating {
	font-size: 12px;
}

.gt-hero__product-buy,
.gt-hero__product-buy:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	padding: 8px 14px;
	border: 1.5px solid var(--gt-green);
	border-radius: 8px;
	background: var(--gt-green);
	color: #fff !important;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.gt-hero__product-buy:hover {
	background: #fff;
	color: var(--gt-green);
}

@media (max-width: 1240px) {
	.gt-hero {
		background-position: 58% center;
	}

	.gt-hero__content {
		width: 52%;
	}

	.gt-hero__title {
		font-size: clamp(52px, 5vw, 68px);
	}

	.gt-hero__trust li + li::before {
		margin: 0 14px;
	}

	.gt-hero__trust-icon {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}
}

@media (max-width: 980px) {
	.gt-hero {
		display: block;
		min-height: 0;
		background-image: none;
	}

	.gt-hero::before {
		display: none;
	}

	.gt-hero__inner {
		display: block;
		padding: 68px 28px 45px;
	}

	.gt-hero__content {
		width: min(100%, 690px);
		margin: 0 auto;
		text-align: center;
	}

	.gt-hero__eyebrow,
	.gt-hero__actions,
	.gt-hero__trust {
		justify-content: center;
	}

	.gt-hero__title {
		max-width: 680px;
		margin-inline: auto;
		font-size: clamp(48px, 8vw, 68px);
	}

	.gt-hero__description {
		margin-inline: auto;
	}

	.gt-hero__mobile-art {
		position: relative;
		display: block;
		width: 100%;
		min-height: clamp(390px, 62vw, 570px);
		background-image: url("assets/girijapati-hero-bg-plain.webp");
		background-position: 75% center;
		background-size: cover;
	}

	.gt-hero__products--desktop {
		display: none;
	}

	.gt-hero__products--mobile {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		display: block;
		width: min(240px, 78%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 680px) {
	.gt-hero__inner {
		padding: 52px 18px 38px;
	}

	.gt-hero__eyebrow {
		gap: 7px;
		margin-bottom: 18px;
		font-size: clamp(9px, 2.6vw, 11px);
		letter-spacing: 0.15em;
	}

	.gt-hero__title {
		max-width: 560px;
		font-size: clamp(40px, 12.2vw, 56px);
		letter-spacing: -0.035em;
		line-height: 1.06;
	}

	.gt-hero__description {
		max-width: 470px;
		margin-top: 19px;
		font-size: 16px;
		line-height: 1.55;
	}

	.gt-hero__actions {
		flex-direction: column;
		gap: 18px;
		margin-top: 29px;
	}

	.gt-hero__button {
		width: min(100%, 420px);
		min-height: 60px;
		gap: 18px;
		padding-inline: 22px;
		font-size: 14px;
	}

	.gt-hero__trust {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		width: min(100%, 440px);
		margin: 34px auto 0;
		text-align: center;
	}

	.gt-hero__trust li {
		position: relative;
		flex-direction: column;
		gap: 9px;
		min-width: 0;
		padding-inline: 8px;
		white-space: normal;
	}

	.gt-hero__trust li + li {
		border-left: 1px solid rgba(156, 103, 32, 0.32);
	}

	.gt-hero__trust li + li::before {
		display: none;
	}

	.gt-hero__trust-icon {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.gt-hero__trust li > span:last-child {
		font-size: 11.5px;
		line-height: 1.3;
	}

	.gt-hero__mobile-art {
		min-height: clamp(430px, 122vw, 560px);
		background-position: 80% center;
	}
}

@media (max-width: 390px) {
	.gt-hero__inner {
		padding-inline: 15px;
	}

	.gt-hero__eyebrow {
		gap: 5px;
		letter-spacing: 0.11em;
	}

	.gt-hero__title {
		font-size: clamp(38px, 11.5vw, 45px);
	}

	.gt-hero__button {
		font-size: 13px;
		letter-spacing: 0.035em;
	}

	.gt-hero__text-link {
		font-size: 13px;
	}

	.gt-hero__trust li {
		padding-inline: 5px;
	}

	.gt-hero__trust li > span:last-child {
		font-size: 10.5px;
	}

	.gt-hero__mobile-art {
		background-position: 82% center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gt-hero__button,
	.gt-hero__button svg,
	.gt-hero__text-link {
		transition: none;
	}
}

.girijapati-tile {
	background: linear-gradient(160deg, rgba(27, 67, 50, 0.06), rgba(212, 175, 55, 0.08));
}

.girijapati-icon-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	color: #ffffff;
	font-size: 28px;
	background: linear-gradient(135deg, #1b4332, #2d6a4f);
	border-radius: 999px;
	box-shadow: 0 8px 16px rgba(27, 67, 50, 0.18);
}

/* Best Selling Products cards */
.gt-bestseller-grid {
	align-items: flex-start;
}

.gt-bestseller-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #ece5d6;
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(27, 67, 50, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gt-bestseller-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 36px rgba(27, 67, 50, 0.14);
}

.gt-bestseller-card__link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.gt-bestseller-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f3ede0;
}

.gt-bestseller-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.gt-bestseller-card:hover .gt-bestseller-card__media img {
	transform: scale(1.06);
}

.gt-bestseller-card__media--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(160deg, rgba(27, 67, 50, 0.06), rgba(212, 175, 55, 0.08));
}

.gt-bestseller-card__body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px;
}

.gt-bestseller-card__name {
	overflow: hidden;
	color: #1b4332;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gt-bestseller-card__rating {
	font-size: 13px;
}

.gt-bestseller-card__rating--text {
	color: #797474;
}

.gt-bestseller-card__price {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 2px;
	color: #9c6720;
	font-size: 16px;
	font-weight: 700;
}

.gt-bestseller-card__price del {
	color: #797474;
	font-size: 13px;
	font-weight: 500;
}

.gt-bestseller-card__price ins {
	text-decoration: none;
}

.gt-bestseller-card__cta,
.gt-bestseller-card__cta:visited {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 10px;
	padding: 10px;
	border: 1.5px solid #1b4332;
	border-radius: 8px;
	background: #1b4332;
	color: #ffffff !important;
	font-size: 13.5px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.gt-bestseller-card__cta:hover {
	background: #ffffff;
	color: #1b4332;
}

.girijapati-feature-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 20px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c8c6c6;
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(27, 67, 50, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.girijapati-feature-card:hover {
	box-shadow: 0 18px 36px rgba(27, 67, 50, 0.12);
	transform: translateY(-3px);
}

.girijapati-festival-banner {
	background: linear-gradient(135deg, #3a2415 0%, #5c4033 55%, #2c1a10 100%);
	border: 1px solid rgba(212, 175, 55, 0.35);
}

.girijapati-festival-watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	color: rgba(212, 175, 55, 0.06);
	font-size: 26rem;
	line-height: 1;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.girijapati-festival-glow {
	position: absolute;
	top: -20%;
	left: 50%;
	z-index: 0;
	width: 60%;
	height: 70%;
	background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.22), transparent 70%);
	transform: translateX(-50%);
	pointer-events: none;
}

.girijapati-festival-eyebrow {
	display: inline-block;
	padding: 6px 16px;
	color: #d4af37;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(212, 175, 55, 0.12);
	border: 1px solid rgba(212, 175, 55, 0.4);
	border-radius: 999px;
}

.girijapati-festival-heading {
	color: #f3d98b;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.girijapati-festival-subtext {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	line-height: 1.6;
}

.girijapati-festival-tags span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(212, 175, 55, 0.3);
	border-radius: 999px;
}

.girijapati-festival-tags i {
	color: #d4af37;
	font-size: 12px;
}

.girijapati-festival-cta {
	color: #1b4332 !important;
	background: #d4af37 !important;
	border: 1px solid #d4af37;
	box-shadow: 0 12px 28px rgba(212, 175, 55, 0.3);
}

.girijapati-festival-cta:hover {
	background: #e4c65a !important;
	border-color: #e4c65a;
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(212, 175, 55, 0.4);
}

.girijapati-hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.girijapati-hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}


/* =========================================================
	Girijapati Trades — Custom single-product page
	Designed for single-product-content.html
	========================================================= */

.gt-product,
.gt-product *,
.gt-product *::before,
.gt-product *::after {
	box-sizing: border-box;
}

.gt-product {
	--gt-green-950: #103c27;
	--gt-green-900: #164b32;
	--gt-green-800: #1e5d3f;
	--gt-green-100: #e8f0e9;
	--gt-gold-700: #95651d;
	--gt-gold-500: #c59643;
	--gt-gold-200: #ead9b5;
	--gt-ivory: #fbf7ee;
	--gt-paper: #fffdf8;
	--gt-warm: #f3ead9;
	--gt-terracotta: #b75a32;
	--gt-ink: #24352e;
	--gt-muted: #657169;
	--gt-line: rgba(149, 101, 29, 0.22);
	--gt-shadow: 0 18px 50px rgba(37, 52, 42, 0.1);
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 16%, rgba(197, 150, 67, 0.08), transparent 24%),
		radial-gradient(circle at 96% 7%, rgba(22, 75, 50, 0.06), transparent 20%),
		var(--gt-ivory);
	color: var(--gt-ink);
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

.gt-product img {
	display: block;
	max-width: 100%;
}

.gt-product button,
.gt-product input {
	font: inherit;
}

.gt-product button,
.gt-product a {
	-webkit-tap-highlight-color: transparent;
}

.gt-product a {
	color: inherit;
	text-decoration: none;
}

.gt-product h1,
.gt-product h2,
.gt-product h3,
.gt-product p,
.gt-product ul,
.gt-product dl,
.gt-product figure,
.gt-product blockquote {
	margin-top: 0;
}

.gt-product h1,
.gt-product h2,
.gt-product h3 {
	color: var(--gt-green-950);
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 500;
}

.gt-product__container {
	width: min(100% - 48px, 1320px);
	margin-inline: auto;
}

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

/* Breadcrumb */

.gt-product__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	padding-block: 24px 20px;
	color: #7b827d;
	font-size: 13px;
}

.gt-product__breadcrumb a {
	transition: color 180ms ease;
}

.gt-product__breadcrumb a:hover {
	color: var(--gt-green-800);
}

.gt-product__breadcrumb span[aria-current="page"] {
	color: var(--gt-green-950);
	font-weight: 500;
}

/* Product hero */

.gt-product__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.83fr);
	align-items: start;
	gap: clamp(38px, 5vw, 76px);
	padding-bottom: 90px;
}

/* Gallery */

.gt-gallery {
	min-width: 0;
}

.gt-gallery__main {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--gt-line);
	border-radius: 22px;
	background: var(--gt-warm);
	box-shadow: 0 12px 35px rgba(68, 55, 35, 0.08);
}

.gt-gallery__main::after {
	position: absolute;
	right: -34px;
	bottom: -42px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(197, 150, 67, 0.22);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.gt-gallery__main-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.gt-gallery__main:hover .gt-gallery__main-image {
	transform: scale(1.025);
}

.gt-gallery__sale {
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 22px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #d63d2f;
	box-shadow: 0 8px 22px rgba(160, 38, 29, 0.2);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.gt-gallery__zoom {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(22, 75, 50, 0.14);
	border-radius: 50%;
	background: rgba(255, 253, 248, 0.94);
	box-shadow: 0 7px 20px rgba(31, 52, 40, 0.12);
	color: var(--gt-green-950);
	cursor: pointer;
}

.gt-gallery__zoom svg {
	width: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.7;
}

.gt-gallery__thumbnails {
	display: flex;
	gap: 14px;
	margin-top: 18px;
}

.gt-gallery__thumbnail {
	width: 92px;
	height: 92px;
	padding: 3px;
	overflow: hidden;
	border: 1px solid var(--gt-line);
	border-radius: 12px;
	background: var(--gt-paper);
	cursor: pointer;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.gt-gallery__thumbnail img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.gt-gallery__thumbnail:hover,
.gt-gallery__thumbnail.is-active {
	border-color: var(--gt-green-800);
	box-shadow: 0 0 0 2px rgba(22, 75, 50, 0.13);
	transform: translateY(-2px);
}

/* Purchase panel */

.gt-buy-card {
	position: sticky;
	top: 28px;
	padding: clamp(28px, 3vw, 43px);
	border: 1px solid var(--gt-line);
	border-radius: 22px;
	background: rgba(255, 253, 248, 0.96);
	box-shadow: var(--gt-shadow);
	backdrop-filter: blur(9px);
}

.gt-buy-card::before {
	position: absolute;
	top: 0;
	left: 32px;
	width: 90px;
	height: 3px;
	border-radius: 0 0 4px 4px;
	background: var(--gt-gold-500);
	content: "";
}

.gt-buy-card__eyebrow,
.gt-section-eyebrow {
	margin-bottom: 12px;
	color: var(--gt-gold-700);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gt-buy-card__title {
	margin-bottom: 14px;
	font-size: clamp(38px, 3.2vw, 56px);
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.gt-buy-card__rating {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 14px;
	color: var(--gt-muted);
	font-size: 13px;
}

.gt-buy-card__rating a {
	border-bottom: 1px solid transparent;
}

.gt-buy-card__rating a:hover {
	border-color: currentColor;
	color: var(--gt-green-800);
}

.gt-buy-card__stars,
.gt-review-card__stars {
	color: #d79d2b;
	letter-spacing: 0.09em;
}

.gt-buy-card__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin-bottom: 16px;
}

.gt-buy-card__price {
	margin: 0;
	color: var(--gt-green-950);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.gt-buy-card__old-price {
	color: #8b8e8b;
	font-size: 17px;
}

.gt-buy-card__stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #34834f;
	font-size: 13px;
	font-weight: 600;
}

.gt-buy-card__stock > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #43a35e;
	box-shadow: 0 0 0 4px rgba(67, 163, 94, 0.12);
}

.gt-buy-card__summary {
	margin-bottom: 20px;
	color: #536158;
	font-size: 14.5px;
	line-height: 1.7;
}

.gt-buy-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.gt-buy-card__chips li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid var(--gt-line);
	border-radius: 999px;
	background: #faf4e8;
	color: #58625b;
	font-size: 11px;
	font-weight: 500;
}

.gt-buy-card__chips svg {
	width: 16px;
	fill: none;
	stroke: var(--gt-gold-700);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.gt-buy-card__cart-form {
	display: grid;
	grid-template-columns: 112px 1fr;
	gap: 12px;
	margin-bottom: 12px;
}

.gt-quantity {
	display: grid;
	grid-template-columns: 34px 1fr 34px;
	min-height: 52px;
	overflow: hidden;
	border: 1px solid rgba(22, 75, 50, 0.22);
	border-radius: 9px;
	background: #fff;
}

.gt-quantity button {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--gt-green-950);
	cursor: pointer;
	font-size: 20px;
}

.gt-quantity button:hover {
	background: var(--gt-green-100);
}

.gt-quantity input {
	width: 100%;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--gt-ink);
	font-weight: 600;
	text-align: center;
	-moz-appearance: textfield;
}

.gt-quantity input::-webkit-outer-spin-button,
.gt-quantity input::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.gt-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 21px;
	border: 1px solid var(--gt-green-900);
	border-radius: 9px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	transition:
		background-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.gt-button--primary,
.gt-button--primary:visited {
	background: var(--gt-green-900);
	color: #fff !important;
	cursor: pointer;
}

.gt-button--primary:hover {
	background: var(--gt-green-950);
	box-shadow: 0 12px 25px rgba(16, 60, 39, 0.2);
	transform: translateY(-1px);
}

.gt-button--whatsapp {
	width: 100%;
	margin-bottom: 22px;
	background: transparent;
	color: var(--gt-green-900);
}

.gt-button--whatsapp:hover {
	background: var(--gt-green-100);
	color: var(--gt-green-950);
}

.gt-button--whatsapp svg {
	width: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.gt-delivery-check {
	margin-bottom: 15px;
}

.gt-delivery-check label {
	display: block;
	margin-bottom: 8px;
	color: #657169;
	font-size: 12px;
	font-weight: 500;
}

.gt-delivery-check__controls {
	display: grid;
	grid-template-columns: 1fr 96px;
	gap: 9px;
}

.gt-delivery-check input {
	min-width: 0;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid var(--gt-line);
	border-radius: 8px;
	outline: 0;
	background: #fff;
	color: var(--gt-ink);
}

.gt-delivery-check input:focus {
	border-color: var(--gt-green-800);
	box-shadow: 0 0 0 3px rgba(22, 75, 50, 0.1);
}

.gt-delivery-check button {
	border: 0;
	border-radius: 8px;
	background: var(--gt-green-900);
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.gt-buy-card__assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 0 0 18px;
	padding: 0;
	color: #6e786f;
	font-size: 11px;
	list-style: none;
}

.gt-buy-card__assurances li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.gt-buy-card__assurances svg {
	width: 15px;
	fill: none;
	stroke: var(--gt-green-800);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.gt-buy-card__ritual-note {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--gt-gold-200);
	border-radius: 9px;
	background: #fffaf0;
	color: #8a632a;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 14px;
	line-height: 1.45;
}

.gt-buy-card__ritual-note svg {
	width: 28px;
	flex: 0 0 28px;
	fill: none;
	stroke: var(--gt-gold-500);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.3;
}

/* Shared section heading */

.gt-section-heading {
	max-width: 680px;
	margin: 0 auto 34px;
	text-align: center;
}

.gt-section-heading h2,
.gt-story h2,
.gt-specifications h2,
.gt-care h2 {
	margin-bottom: 0;
	font-size: clamp(32px, 3vw, 46px);
	letter-spacing: -0.025em;
	line-height: 1.15;
}

/* Story */

.gt-story {
	display: grid;
	grid-template-columns: 0.75fr 1.35fr;
	align-items: center;
	gap: clamp(40px, 6vw, 88px);
	padding-block: 30px 80px;
}

.gt-story__content p:not(.gt-section-eyebrow) {
	color: #5a675f;
}

.gt-story__content p:last-child {
	margin-bottom: 0;
}

.gt-story__image {
	position: relative;
	margin: 0;
}

.gt-story__image::before {
	position: absolute;
	z-index: 0;
	top: -16px;
	right: -16px;
	width: 70%;
	height: 70%;
	border: 1px solid var(--gt-gold-200);
	border-radius: 20px;
	content: "";
}

.gt-story__image img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1.55 / 1;
	border-radius: 20px;
	box-shadow: var(--gt-shadow);
	object-fit: cover;
}

/* Features */

.gt-features {
	padding-block: 40px 76px;
}

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

.gt-feature-card {
	min-height: 220px;
	padding: 30px 24px;
	border: 1px solid var(--gt-line);
	border-radius: 16px;
	background: rgba(255, 253, 248, 0.72);
	text-align: center;
	transition:
		box-shadow 180ms ease,
		transform 180ms ease;
}

.gt-feature-card:hover {
	box-shadow: 0 16px 35px rgba(39, 54, 44, 0.09);
	transform: translateY(-4px);
}

.gt-feature-card__icon {
	display: grid;
	width: 52px;
	height: 52px;
	margin: 0 auto 17px;
	place-items: center;
	border-radius: 50%;
	background: #f7ecd8;
	color: var(--gt-gold-700);
	font-family: Georgia, serif;
	font-size: 25px;
}

.gt-feature-card h3 {
	margin-bottom: 8px;
	font-size: 20px;
}

.gt-feature-card p {
	margin-bottom: 0;
	color: var(--gt-muted);
	font-size: 13px;
}

/* Perfect For */

.gt-perfect-for {
	padding-block: 16px 80px;
}

.gt-perfect-for__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-block: 1px solid var(--gt-line);
}

.gt-perfect-for__grid article {
	padding: 34px 28px;
	text-align: center;
}

.gt-perfect-for__grid article + article {
	border-left: 1px solid var(--gt-line);
}

.gt-perfect-for__grid article > span {
	display: block;
	margin-bottom: 12px;
	color: var(--gt-gold-700);
	font-family: Georgia, serif;
	font-size: 32px;
}

.gt-perfect-for__grid h3 {
	margin-bottom: 7px;
	font-size: 20px;
}

.gt-perfect-for__grid p {
	max-width: 220px;
	margin: 0 auto;
	color: var(--gt-muted);
	font-size: 12.5px;
}

/* Product details */

.gt-product-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	padding-bottom: 88px;
}

.gt-specifications,
.gt-care {
	padding: clamp(25px, 3vw, 38px);
	border: 1px solid var(--gt-line);
	border-radius: 17px;
	background: rgba(255, 253, 248, 0.8);
}

.gt-specifications h2,
.gt-care h2 {
	margin-bottom: 26px;
	font-size: 30px;
}

.gt-specifications dl {
	margin-bottom: 0;
}

.gt-specifications dl > div {
	display: grid;
	grid-template-columns: minmax(120px, 0.4fr) 1fr;
	gap: 20px;
	padding-block: 11px;
	border-top: 1px solid rgba(149, 101, 29, 0.16);
}

.gt-specifications dt {
	color: var(--gt-green-950);
	font-weight: 600;
}

.gt-specifications dd {
	margin: 0;
	color: #69746c;
}

.gt-care details {
	overflow: hidden;
	border: 1px solid rgba(149, 101, 29, 0.18);
	border-radius: 10px;
	background: #fffdf8;
}

.gt-care details + details {
	margin-top: 10px;
}

.gt-care summary {
	position: relative;
	padding: 15px 45px 15px 17px;
	color: var(--gt-green-950);
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.gt-care summary::-webkit-details-marker {
	display: none;
}

.gt-care summary::after {
	position: absolute;
	top: 50%;
	right: 17px;
	content: "+";
	font-size: 20px;
	font-weight: 400;
	transform: translateY(-50%);
}

.gt-care details[open] summary::after {
	content: "−";
}

.gt-care details p {
	margin: 0;
	padding: 0 17px 16px;
	color: var(--gt-muted);
	font-size: 13px;
}

/* Quote */

.gt-product__quote {
	position: relative;
	padding: 28px 24px;
	overflow: hidden;
	background:
		radial-gradient(circle at 5% 50%, rgba(197, 150, 67, 0.12), transparent 22%),
		radial-gradient(circle at 95% 50%, rgba(197, 150, 67, 0.12), transparent 22%),
		var(--gt-green-950);
	color: #eed080;
	text-align: center;
}

.gt-product__quote p {
	max-width: 850px;
	margin: 0 auto 5px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(18px, 2vw, 27px);
	line-height: 1.45;
}

.gt-product__quote > span {
	font-size: 23px;
}

/* Related products */

.gt-ritual-products {
	padding-block: 75px 84px;
}

.gt-ritual-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.gt-product-card {
	overflow: hidden;
	border: 1px solid var(--gt-line);
	border-radius: 16px;
	background: var(--gt-paper);
	transition:
		box-shadow 200ms ease,
		transform 200ms ease;
}

.gt-product-card:hover {
	box-shadow: var(--gt-shadow);
	transform: translateY(-5px);
}

.gt-product-card > a {
	display: block;
	overflow: hidden;
}

.gt-product-card img {
	width: 100%;
	aspect-ratio: 1.4 / 1;
	object-fit: cover;
	transition: transform 400ms ease;
}

.gt-product-card:hover img {
	transform: scale(1.035);
}

.gt-product-card__body {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 8px 20px;
	padding: 19px 20px 21px;
}

.gt-product-card h3 {
	grid-column: 1 / -1;
	margin-bottom: 0;
	font-size: 20px;
}

.gt-product-card h3 a:hover {
	color: var(--gt-gold-700);
}

.gt-product-card__price {
	margin: 0;
	color: var(--gt-green-950);
	font-size: 17px;
	font-weight: 700;
}

.gt-product-card__button {
	padding: 8px 13px;
	border: 1px solid var(--gt-green-800);
	border-radius: 7px;
	color: var(--gt-green-900);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.gt-product-card__button:hover {
	background: var(--gt-green-900);
	color: #fff;
}

/* Review */

.gt-reviews {
	padding-bottom: 90px;
}

.gt-review-card {
	display: grid;
	grid-template-columns: auto 1fr 270px;
	align-items: center;
	gap: 24px;
	max-width: 1040px;
	margin: 0 auto;
	padding: 15px 15px 15px 24px;
	border: 1px solid var(--gt-gold-200);
	border-radius: 18px;
	background: var(--gt-paper);
	box-shadow: 0 12px 35px rgba(55, 45, 30, 0.07);
}

.gt-review-card__avatar {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: var(--gt-green-900);
	color: #fff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 25px;
}

.gt-review-card__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.gt-review-card__header h3 {
	margin: 0;
	font-size: 19px;
}

.gt-review-card__header span {
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--gt-green-100);
	color: #3b8252;
	font-size: 10px;
	font-weight: 600;
}

.gt-review-card__stars {
	margin: 3px 0;
	font-size: 13px;
}

.gt-review-card blockquote {
	margin-bottom: 0;
	color: #5f6a62;
	font-size: 13px;
	font-style: normal;
}

.gt-review-card > img {
	width: 100%;
	height: 150px;
	border-radius: 13px;
	object-fit: cover;
}

/* Focus states */

.gt-product button:focus-visible,
.gt-product a:focus-visible,
.gt-product summary:focus-visible,
.gt-product input:focus-visible {
	outline: 3px solid rgba(197, 150, 67, 0.45);
	outline-offset: 3px;
}

/* =========================================================
	Tablet
	========================================================= */

@media (max-width: 1080px) {
	.gt-product__hero {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.88fr);
		gap: 30px;
	}

	.gt-buy-card {
		padding: 28px;
	}

	.gt-buy-card__title {
		font-size: clamp(34px, 4vw, 46px);
	}

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

	.gt-review-card {
		grid-template-columns: auto 1fr;
	}

	.gt-review-card > img {
		display: none;
	}
}

@media (max-width: 860px) {
	.gt-product__hero {
		grid-template-columns: 1fr;
	}

	.gt-buy-card {
		position: static;
	}

	.gt-story {
		grid-template-columns: 1fr;
	}

	.gt-story__content {
		max-width: 720px;
	}

	.gt-story__image {
		order: -1;
	}

	.gt-perfect-for__grid,
	.gt-ritual-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gt-perfect-for__grid article:nth-child(3) {
		border-left: 0;
	}

	.gt-perfect-for__grid article:nth-child(n + 3) {
		border-top: 1px solid var(--gt-line);
	}

	.gt-product-info {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
	Mobile
	========================================================= */

@media (max-width: 620px) {
	.gt-product {
		font-size: 15px;
	}

	.gt-product__container {
		width: min(100% - 30px, 1320px);
	}

	.gt-product__breadcrumb {
		gap: 6px;
		padding-block: 16px;
		font-size: 11px;
	}

	.gt-product__breadcrumb span[aria-current="page"] {
		display: none;
	}

	.gt-product__hero {
		gap: 25px;
		padding-bottom: 62px;
	}

	.gt-gallery__main,
	.gt-buy-card {
		border-radius: 15px;
	}

	.gt-gallery__sale {
		top: 14px;
		left: 14px;
		padding: 6px 10px;
		font-size: 10px;
	}

	.gt-gallery__zoom {
		top: 12px;
		right: 12px;
		width: 39px;
		height: 39px;
	}

	.gt-gallery__thumbnails {
		gap: 9px;
		margin-top: 12px;
	}

	.gt-gallery__thumbnail {
		width: 72px;
		height: 72px;
		border-radius: 9px;
	}

	.gt-buy-card {
		padding: 25px 20px;
	}

	.gt-buy-card__title {
		font-size: clamp(34px, 10vw, 44px);
	}

	.gt-buy-card__summary {
		font-size: 14px;
	}

	.gt-buy-card__cart-form {
		grid-template-columns: 105px 1fr;
	}

	.gt-button {
		padding-inline: 14px;
		font-size: 11.5px;
	}

	.gt-delivery-check__controls {
		grid-template-columns: 1fr 82px;
	}

	.gt-story {
		gap: 28px;
		padding-block: 10px 55px;
	}

	.gt-story__image::before {
		display: none;
	}

	.gt-section-heading h2,
	.gt-story h2 {
		font-size: clamp(30px, 9vw, 40px);
	}

	.gt-features {
		padding-block: 30px 55px;
	}

	.gt-features__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.gt-feature-card {
		min-height: 0;
		padding: 24px 20px;
	}

	.gt-perfect-for {
		padding-bottom: 58px;
	}

	.gt-perfect-for__grid {
		grid-template-columns: 1fr 1fr;
	}

	.gt-perfect-for__grid article {
		padding: 25px 10px;
	}

	.gt-perfect-for__grid h3 {
		font-size: 17px;
	}

	.gt-perfect-for__grid p {
		font-size: 11px;
	}

	.gt-product-info {
		gap: 14px;
		padding-bottom: 60px;
	}

	.gt-specifications,
	.gt-care {
		padding: 23px 18px;
		border-radius: 13px;
	}

	.gt-specifications h2,
	.gt-care h2 {
		margin-bottom: 20px;
		font-size: 27px;
	}

	.gt-specifications dl > div {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.gt-specifications dd {
		font-size: 13px;
	}

	.gt-product__quote {
		padding: 25px 18px;
	}

	.gt-ritual-products {
		padding-block: 58px;
	}

	.gt-ritual-products__grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.gt-review-card {
		grid-template-columns: auto 1fr;
		gap: 15px;
		padding: 17px;
	}

	.gt-review-card__avatar {
		width: 48px;
		height: 48px;
	}

	.gt-review-card__content {
		min-width: 0;
	}

	.gt-review-card blockquote {
		grid-column: 1 / -1;
	}

	.gt-reviews {
		padding-bottom: 65px;
	}
}

@media (max-width: 390px) {
	.gt-buy-card__cart-form {
		grid-template-columns: 1fr;
	}

	.gt-quantity {
		width: 120px;
	}

	.gt-buy-card__assurances {
		flex-direction: column;
		gap: 7px;
	}

	.gt-perfect-for__grid {
		grid-template-columns: 1fr;
	}

	.gt-perfect-for__grid article + article {
		border-top: 1px solid var(--gt-line);
		border-left: 0;
	}

	.gt-review-card {
		display: block;
	}

	.gt-review-card__avatar {
		margin-bottom: 12px;
	}
}

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

/* ------------------------------------------------------------------ */
/* Contact page                                                         */
/* ------------------------------------------------------------------ */

.girijapati-contact-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #c8c6c6;
	border-radius: 8px;
}

.girijapati-whatsapp-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	background: #25d366;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(37, 211, 102, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.girijapati-whatsapp-cta:hover {
	box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
	transform: translateY(-1px);
}

.girijapati-map iframe {
	display: block;
}

.girijapati-contact-form-card {
	padding: 32px;
	background: #ffffff;
	border: 1px solid #c8c6c6;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(27, 67, 50, 0.06);
}

/* Contact Form 7 (page-contact.php), reskinned to match the site — the
 * form's own field markup/validation/AJAX submission is untouched, only
 * the CSS targets CF7's real classes instead of building a custom form. */
.girijapati-cf7-wrap .wpcf7-form p {
	margin: 0 0 16px;
}

.girijapati-cf7-wrap .wpcf7-form label {
	display: block;
	margin-bottom: 6px;
	color: #1b4332;
	font-size: 14px;
	font-weight: 600;
}

.girijapati-cf7-wrap .wpcf7-form-control.wpcf7-text,
.girijapati-cf7-wrap .wpcf7-form-control.wpcf7-email,
.girijapati-cf7-wrap .wpcf7-form-control.wpcf7-tel,
.girijapati-cf7-wrap .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 12px 14px;
	color: #1b1b1b;
	background: #fbf9f8;
	border: 1px solid #c8c6c6;
	border-radius: 8px;
	font-family: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.girijapati-cf7-wrap .wpcf7-form-control:focus {
	outline: none;
	border-color: #1b4332;
	box-shadow: 0 0 0 3px rgba(27, 67, 50, 0.12);
}

.girijapati-cf7-wrap .wpcf7-form-control.wpcf7-textarea {
	min-height: 130px;
	resize: vertical;
}

.girijapati-cf7-wrap input[type="submit"].wpcf7-submit {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 32px;
	font-weight: 700;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.girijapati-cf7-wrap input[type="submit"].wpcf7-submit:hover {
	transform: translateY(-1px);
}

.girijapati-cf7-wrap .wpcf7-not-valid-tip {
	display: block;
	margin-top: 4px;
	color: #b91c1c;
	font-size: 13px;
}

.girijapati-cf7-wrap .wpcf7-response-output {
	padding: 14px 16px;
	margin: 20px 0 0;
	font-weight: 600;
	border-radius: 8px;
}

.girijapati-cf7-wrap form.sent .wpcf7-response-output {
	color: #14532d;
	background: #dcfce7;
	border: 1px solid #86efac !important;
}

.girijapati-cf7-wrap form.failed .wpcf7-response-output,
.girijapati-cf7-wrap form.aborted .wpcf7-response-output,
.girijapati-cf7-wrap form.spam .wpcf7-response-output,
.girijapati-cf7-wrap form.invalid .wpcf7-response-output,
.girijapati-cf7-wrap form.unaccepted .wpcf7-response-output {
	color: #7f1d1d;
	background: #fee2e2;
	border: 1px solid #fca5a5 !important;
}

/* ------------------------------------------------------------------ */
/* Shop archive (woocommerce/archive-product.php)                       */
/* ------------------------------------------------------------------ */

.girijapati-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c8c6c6;
}

.girijapati-shop-result-count p,
.girijapati-shop-result-count {
	margin: 0;
	color: #474747;
	font-size: 14px;
}

.girijapati-shop-ordering select {
	padding: 10px 36px 10px 14px;
	color: #1b4332 !important;
	font-weight: 600;
	background-color: #ffffff !important;
	border: 1px solid #c8c6c6 !important;
	border-radius: 8px;
	cursor: pointer;
}

.girijapati-shop-ordering select:focus {
	outline: none;
	border-color: #1b4332 !important;
	box-shadow: 0 0 0 3px rgba(27, 67, 50, 0.12);
}

.girijapati-shop-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

@media (min-width: 640px) {
	.girijapati-shop-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1024px) {
	.girijapati-shop-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.girijapati-shop-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid #c8c6c6;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.girijapati-shop-card:hover {
	box-shadow: 0 16px 32px rgba(27, 67, 50, 0.1);
	transform: translateY(-3px);
}

.girijapati-shop-card-image {
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #dcd9d9;
}

.girijapati-shop-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.girijapati-shop-card:hover .girijapati-shop-card-image img {
	transform: scale(1.05);
}

.girijapati-shop-card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 16px;
}

.girijapati-shop-card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 6px;
	color: #1b4332 !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none !important;
}

.girijapati-shop-card-title:hover {
	color: #d4af37 !important;
}

.girijapati-shop-card-rating {
	margin-bottom: 8px;
	color: #d4af37;
	font-size: 13px;
}

.girijapati-shop-card-price {
	margin-bottom: 12px;
	color: #1b4332;
	font-weight: 700;
}

.girijapati-shop-card-price del {
	color: #797474;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
	margin-right: 6px;
}

.girijapati-shop-card-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	padding: 10px;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none !important;
	background: #1b4332 !important;
	border-radius: 8px;
	transition: background-color 0.2s ease;
}

.girijapati-shop-card-button:hover {
	background: #14361f !important;
}

.girijapati-shop-pagination {
	margin-top: 48px;
	text-align: center;
}

.girijapati-shop-pagination .page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.girijapati-shop-pagination ul.page-numbers li {
	display: inline-block;
}

.girijapati-shop-pagination a.page-numbers,
.girijapati-shop-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	color: #1b4332 !important;
	font-weight: 600;
	text-decoration: none !important;
	background: #ffffff !important;
	border: 1px solid #c8c6c6;
	border-radius: 8px;
}

.girijapati-shop-pagination a.page-numbers:hover,
.girijapati-shop-pagination span.page-numbers.current {
	color: #ffffff !important;
	background: #1b4332 !important;
	border-color: #1b4332;
}

.girijapati-shop-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 64px 24px;
	text-align: center;
}

.girijapati-shop-empty i {
	margin-bottom: 16px;
	color: rgba(27, 67, 50, 0.3);
	font-size: 64px;
}

.girijapati-shop-empty h2 {
	color: #1b4332;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.girijapati-shop-empty p {
	color: #474747;
	margin-bottom: 24px;
}

.girijapati-shop-empty-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 28px;
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: none !important;
	background: #1b4332 !important;
	border-radius: 8px;
}


/* ------------------------------------------------------------------ */
/* gt-product: Font Awesome icons (replacing the reference design's own */
/* abstract line-art SVGs, which didn't read clearly), cart notices,    */
/* and the real WooCommerce review list/form.                          */
/* ------------------------------------------------------------------ */

.gt-buy-card__chips li i {
	color: var(--gt-gold-700);
	font-size: 13px;
}

.gt-button--whatsapp i,
.gt-button--primary i {
	font-size: 17px;
}

.gt-buy-card__assurances li i {
	color: var(--gt-green-800);
	font-size: 13px;
}

.gt-buy-card__ritual-note i {
	flex: 0 0 auto;
	color: var(--gt-gold-500);
	font-size: 22px;
}

.gt-product__notices {
	margin-bottom: 24px;
}

.gt-product__notices ul.woocommerce-message,
.gt-product__notices ul.woocommerce-error,
.gt-product__notices ul.woocommerce-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	margin: 0 0 12px;
	list-style: none;
	border-radius: 10px;
	font-size: 14px;
}

.gt-product__notices ul.woocommerce-message {
	color: #14532d;
	background: #dcfce7;
	border: 1px solid #86efac;
}

.gt-product__notices ul.woocommerce-error {
	color: #7f1d1d;
	background: #fee2e2;
	border: 1px solid #fca5a5;
}

.gt-product__notices ul.woocommerce-info {
	color: var(--gt-green-950);
	background: var(--gt-green-100);
	border: 1px solid var(--gt-line);
}

.gt-product__notices .button {
	padding: 8px 16px;
	color: var(--gt-green-950);
	font-weight: 700;
	background: #ffffff;
	border: 1px solid var(--gt-green-900);
	border-radius: 6px;
	text-decoration: none;
}

/* Real WooCommerce reviews (comments_template() output) */
.gt-wc-reviews {
	max-width: 1040px;
	margin: 0 auto 90px;
	padding: 34px clamp(25px, 3vw, 38px);
	border: 1px solid var(--gt-line);
	border-radius: 17px;
	background: rgba(255, 253, 248, 0.8);
}

.gt-wc-reviews #reviews {
	max-width: none;
}

.gt-wc-reviews h2,
.gt-wc-reviews h3 {
	font-size: 26px;
	margin-bottom: 20px;
}

.gt-wc-reviews ol.commentlist {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.gt-wc-reviews .comment {
	padding: 20px 0;
	border-top: 1px solid rgba(149, 101, 29, 0.16);
}

.gt-wc-reviews .comment:first-child {
	border-top: 0;
	padding-top: 0;
}

.gt-wc-reviews .comment_container {
	display: flex;
	gap: 16px;
}

.gt-wc-reviews .avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.gt-wc-reviews .comment-text {
	flex: 1;
	min-width: 0;
}

.gt-wc-reviews .star-rating {
	margin-bottom: 6px;
	color: #d79d2b;
}

.gt-wc-reviews .meta {
	margin-bottom: 8px;
	color: var(--gt-muted);
	font-size: 13px;
}

.gt-wc-reviews .description p {
	margin: 0;
	color: #536158;
	font-size: 14.5px;
	line-height: 1.7;
}

.gt-wc-reviews #review_form_wrapper {
	padding-top: 24px;
	border-top: 1px solid rgba(149, 101, 29, 0.16);
}

.gt-wc-reviews .comment-form-rating label,
.gt-wc-reviews .comment-form-comment label,
.gt-wc-reviews .comment-form-author label,
.gt-wc-reviews .comment-form-email label {
	display: block;
	margin-bottom: 6px;
	color: var(--gt-green-950);
	font-weight: 600;
	font-size: 14px;
}

.gt-wc-reviews #comment,
.gt-wc-reviews input[type="text"],
.gt-wc-reviews input[type="email"] {
	width: 100%;
	padding: 12px 14px;
	margin-bottom: 16px;
	border: 1px solid var(--gt-line);
	border-radius: 8px;
	font-family: inherit;
	background: #fff;
}

.gt-wc-reviews .form-submit input#submit {
	display: inline-flex;
	align-items: center;
	padding: 12px 28px;
	color: #ffffff;
	font-weight: 700;
	background: var(--gt-green-900);
	border: 0;
	border-radius: 9px;
	cursor: pointer;
}

.gt-wc-reviews .form-submit input#submit:hover {
	background: var(--gt-green-950);
}

.gt-wc-reviews p.stars a {
	color: var(--gt-gold-500);
}

.gt-wc-reviews p.woocommerce-noreviews {
	margin-bottom: 20px;
	color: var(--gt-muted);
}
