/*
Theme Name: Gullstore
Theme URI: https://gullstore.pk
Author: Gullstore Pakistan
Author URI: https://gullstore.pk
Description: Premium custom theme for Gullstore Pakistan — fiber laser engraving & personalized gifts. WooCommerce ready, mobile-first.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: gullstore
*/

/* ============================================================
   1. VARIABLES + RESET
============================================================ */
:root {
	--navy: #0d1b3e;
	--navy-2: #14264f;
	--navy-3: #1b3163;
	--gold: #c9a84c;
	--gold-2: #e0c476;
	--orange: #b8963e;
    --orange-2: #c9a84c;
	--cream: #f8f6f1;
	--white: #ffffff;
	--ink: #22283a;
	--muted: #6b7280;
	--line: #e7e2d6;
	--green: #25d366;
	--radius: 14px;
	--radius-sm: 8px;
	--shadow: 0 10px 30px rgba(13, 27, 62, 0.10);
	--shadow-lg: 0 20px 50px rgba(13, 27, 62, 0.18);
	--font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
	--font-display: 'Cormorant Garamond', Georgia, serif;
	--container: 1200px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--cream);
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

.gs-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.gs-narrow { max-width: 860px; }
.gs-section { padding: 70px 0; }

/* Headings */
h1, h2, h3, h4 { line-height: 1.2; color: var(--navy); font-weight: 700; }

.gs-eyebrow {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: 10px;
}

.gs-title {
	font-size: clamp(1.7rem, 4vw, 2.6rem);
	margin-bottom: 14px;
}
.gs-title em {
	font-family: var(--font-display);
	font-style: italic;
	color: var(--gold);
	font-weight: 600;
	font-size: 1.12em;
}

.gs-section-head { text-align: center; margin-bottom: 44px; }
.gs-section-head p { color: var(--muted); max-width: 560px; margin: 0 auto; }

/* ============================================================
   2. BUTTONS
============================================================ */
.gs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 28px;
	border-radius: 50px;
	font-weight: 700;
	font-size: 0.95rem;
	transition: all 0.25s ease;
	border: 2px solid transparent;
	line-height: 1;
	white-space: nowrap;
}
.gs-btn:active { transform: scale(0.97); }

.gs-btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: var(--navy); }
.gs-btn-gold:hover { box-shadow: 0 8px 22px rgba(201, 168, 76, 0.45); transform: translateY(-2px); }

.gs-btn-orange { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; }
.gs-btn-orange:hover { box-shadow: 0 8px 22px rgba(232, 101, 10, 0.45); transform: translateY(-2px); }

.gs-btn-navy { background: var(--navy); color: #fff; }
.gs-btn-navy:hover { background: var(--navy-3); transform: translateY(-2px); }

.gs-btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.gs-btn-outline:hover { background: var(--navy); color: #fff; }

.gs-btn-whatsapp { background: var(--green); color: #fff; }
.gs-btn-whatsapp:hover { background: #1fb857; box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4); transform: translateY(-2px); }

.gs-btn-sm { padding: 9px 18px; font-size: 0.85rem; }
.gs-btn-block { width: 100%; }

/* ============================================================
   3. SCROLL PROGRESS + TOPBAR
============================================================ */
.gs-progress {
	position: fixed; top: 0; left: 0; right: 0;
	height: 3px; z-index: 10001; background: transparent;
}
.gs-progress span {
	display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--gold), var(--orange));
	transition: width 0.1s linear;
}

.gs-topbar {
	background: var(--navy);
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.8rem;
	padding: 8px 0;
}
.gs-topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.gs-topbar-left { display: flex; align-items: center; gap: 18px; }
.gs-topbar-left a { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-2); font-weight: 600; }
.gs-topbar-social { display: flex; gap: 14px; }
.gs-topbar-social a { color: rgba(255,255,255,0.75); transition: color 0.2s; display: inline-flex; }
.gs-topbar-social a:hover { color: var(--gold); }

/* ============================================================
   4. HEADER / NAV
============================================================ */
.gs-header {
	position: sticky; top: 0; z-index: 9999;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--line);
	transition: box-shadow 0.3s;
}
.gs-header.gs-scrolled { box-shadow: var(--shadow); }

.gs-header-inner {
	display: flex; align-items: center; justify-content: space-between;
	gap: 20px; height: 74px;
}

.gs-logo { display: flex; align-items: center; gap: 10px; }
.gs-logo img { width: 46px; height: 46px; border-radius: 10px; object-fit: contain; }
.gs-logo-text { font-size: 1.45rem; font-weight: 800; color: var(--navy); letter-spacing: -0.5px; }
.gs-logo-text em { font-family: var(--font-display); font-style: italic; color: var(--gold); font-weight: 600; }

.gs-menu { display: flex; gap: 6px; }
.gs-menu li { position: relative; }
.gs-menu > li > a {
	display: block; padding: 10px 16px;
	font-weight: 600; font-size: 0.95rem; color: var(--navy);
	border-radius: 8px; transition: all 0.2s;
}
.gs-menu > li > a:hover,
.gs-menu > li.current-menu-item > a { color: var(--orange); background: rgba(232, 101, 10, 0.07); }

/* Dropdown support */
.gs-menu .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 210px;
	background: #fff; border-radius: var(--radius-sm);
	box-shadow: var(--shadow-lg); padding: 8px;
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: all 0.25s;
}
.gs-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.gs-menu .sub-menu a { display: block; padding: 9px 14px; font-size: 0.9rem; border-radius: 6px; }
.gs-menu .sub-menu a:hover { background: var(--cream); color: var(--orange); }

.gs-header-actions { display: flex; align-items: center; gap: 12px; }

.gs-cart-btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 50%;
	color: var(--navy); background: var(--cream); transition: all 0.2s;
}
.gs-cart-btn:hover { background: var(--navy); color: #fff; }
.gs-cart-count {
	position: absolute; top: -4px; right: -4px;
	min-width: 20px; height: 20px; padding: 0 5px;
	background: var(--orange); color: #fff;
	font-size: 0.7rem; font-weight: 800;
	border-radius: 50px;
	display: flex; align-items: center; justify-content: center;
	border: 2px solid #fff;
}

.gs-hamburger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 10px; background: var(--cream); }
.gs-hamburger span { width: 20px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.25s; }
.gs-hamburger.gs-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.gs-hamburger.gs-open span:nth-child(2) { opacity: 0; }
.gs-hamburger.gs-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   5. MOBILE MENU
============================================================ */
.gs-mobile-menu {
	position: fixed; top: 0; right: 0; width: 300px; height: 100vh;
	transform: translateX(105%);
	background: var(--navy); z-index: 10000;
	padding: 22px; overflow-y: auto;
	transition: right 0.32s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex; flex-direction: column;
}
.gs-mobile-menu.gs-open { transform: translateX(0); }
.gs-mobile-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.gs-mobile-menu .gs-logo-text { color: #fff; }
.gs-mobile-close { color: #fff; font-size: 2rem; line-height: 1; width: 40px; height: 40px; }

.gs-mobile-list li a {
	display: block; padding: 13px 10px;
	color: rgba(255,255,255,0.9); font-weight: 600;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gs-mobile-list li a:hover { color: var(--gold); }
.gs-mobile-list .sub-menu { padding-left: 16px; }
.gs-mobile-list .sub-menu a { font-size: 0.9rem; color: rgba(255,255,255,0.65); }

.gs-mobile-wa { margin-top: 22px; }
.gs-mobile-social { display: flex; gap: 16px; margin-top: 20px; justify-content: center; }
.gs-mobile-social a { color: rgba(255,255,255,0.7); }
.gs-mobile-social a:hover { color: var(--gold); }

.gs-overlay {
	position: fixed; inset: 0; background: rgba(13, 27, 62, 0.55);
	z-index: 9998; opacity: 0; visibility: hidden; transition: opacity 0.3s;
	backdrop-filter: blur(2px);
}
.gs-overlay.gs-show { opacity: 1; visibility: visible; }

body.gs-menu-open { overflow: hidden; }

/* ============================================================
   6. HERO SLIDER (front page)
============================================================ */
.gs-hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.gs-hero-slider { position: relative; }
.gs-hero-slide {
	display: none; align-items: center; gap: 40px;
	min-height: 520px; padding: 60px 0;
	animation: gsFade 0.6s ease;
}
.gs-hero-slide.gs-active { display: flex; }
@keyframes gsFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.gs-hero-content { flex: 1; max-width: 560px; }
.gs-hero-badge {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(201, 168, 76, 0.15); border: 1px solid rgba(201, 168, 76, 0.4);
	color: var(--gold-2); padding: 7px 16px; border-radius: 50px;
	font-size: 0.8rem; font-weight: 600; margin-bottom: 20px;
}
.gs-hero-title {
	font-size: clamp(2rem, 5vw, 3.4rem);
	color: #fff; margin-bottom: 18px; line-height: 1.15;
}
.gs-hero-title em {
	font-family: var(--font-display); font-style: italic;
	color: var(--gold); font-weight: 600;
	background: linear-gradient(120deg, var(--gold), var(--gold-2));
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gs-hero-text { color: rgba(255,255,255,0.78); font-size: 1.05rem; margin-bottom: 28px; }
.gs-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.gs-hero-visual { flex: 1; display: flex; justify-content: center; }
.gs-hero-visual img {
	max-width: 440px; width: 100%;
	border-radius: 20px; box-shadow: var(--shadow-lg);
}

.gs-hero-dots {
	position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
	display: flex; gap: 10px; z-index: 5;
}
.gs-hero-dots button {
	width: 10px; height: 10px; border-radius: 50%;
	background: rgba(255,255,255,0.35); transition: all 0.25s;
}
.gs-hero-dots button.gs-active { background: var(--gold); width: 28px; border-radius: 50px; }

/* ============================================================
   7. TRUST BAR + STATS
============================================================ */
.gs-trustbar { background: var(--navy-2); padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.gs-trustbar-inner { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.gs-trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 600; }
.gs-trust-item svg, .gs-trust-item span.gs-ic { color: var(--gold); }

.gs-stats { background: linear-gradient(135deg, var(--navy), var(--navy-3)); padding: 56px 0; }
.gs-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.gs-stat-num {
	font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 800; color: var(--gold);
	font-variant-numeric: tabular-nums;
}
.gs-stat-num::after { content: '+'; color: var(--orange-2); }
.gs-stat-label { color: rgba(255,255,255,0.75); font-size: 0.9rem; font-weight: 600; margin-top: 4px; }

/* ============================================================
   8. PRODUCT CARDS (shop + featured, WooCommerce loop)
============================================================ */
.gs-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 24px;
}

.gs-product-card {
	background: #fff; border-radius: var(--radius);
	overflow: hidden; box-shadow: var(--shadow);
	transition: transform 0.28s, box-shadow 0.28s;
	display: flex; flex-direction: column;
	position: relative;
}
.gs-product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.gs-product-thumb { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--cream); }
.gs-product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gs-product-card:hover .gs-product-thumb img { transform: scale(1.06); }

.gs-product-badge {
	position: absolute; top: 12px; left: 12px; z-index: 2;
	background: var(--orange); color: #fff;
	font-size: 0.7rem; font-weight: 800; text-transform: uppercase;
	padding: 5px 12px; border-radius: 50px; letter-spacing: 0.5px;
}

.gs-product-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.gs-product-cat { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); font-weight: 700; }
.gs-product-title { font-size: 1.02rem; font-weight: 700; }
.gs-product-title a:hover { color: var(--orange); }
.gs-product-price { font-size: 1.1rem; font-weight: 800; color: var(--navy); }
.gs-product-price del { color: var(--muted); font-weight: 500; font-size: 0.9rem; margin-right: 6px; }
.gs-product-price ins { text-decoration: none; color: var(--orange); }

.gs-product-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 8px; }
.gs-product-actions .gs-btn { flex: 1; padding: 11px 10px; font-size: 0.82rem; border-radius: 10px; }

.gs-star-rating { color: var(--gold); font-size: 0.85rem; }

/* ============================================================
   9. CATEGORY PILLS + CATEGORY CARDS
============================================================ */
.gs-cat-pills { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 34px; }
.gs-cat-pill {
	padding: 10px 22px; border-radius: 50px;
	background: #fff; border: 1.5px solid var(--line);
	font-weight: 600; font-size: 0.88rem; color: var(--navy);
	transition: all 0.22s; display: inline-block;
}
.gs-cat-pill:hover, .gs-cat-pill.gs-active {
	background: var(--navy); color: #fff; border-color: var(--navy);
	transform: translateY(-2px);
}

.gs-cats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 18px; }
.gs-cat-card {
	background: #fff; border-radius: var(--radius); padding: 22px 16px;
	text-align: center; box-shadow: var(--shadow);
	transition: all 0.25s; border: 2px solid transparent;
}
.gs-cat-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.gs-cat-card img { width: 84px; height: 84px; object-fit: cover; border-radius: 50%; margin: 0 auto 12px; }
.gs-cat-card-icon {
	width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 12px;
	background: linear-gradient(135deg, var(--navy), var(--navy-3));
	display: flex; align-items: center; justify-content: center;
	color: var(--gold); font-size: 1.9rem;
}
.gs-cat-card h3 { font-size: 0.95rem; }
.gs-cat-card span { font-size: 0.78rem; color: var(--muted); }

/* ============================================================
   10. LASER ANIMATION SECTION
============================================================ */
.gs-laser { background: var(--navy); color: #fff; overflow: hidden; position: relative; }
.gs-laser .gs-title { color: #fff; }
.gs-laser-stage {
	position: relative; max-width: 620px; margin: 0 auto;
	background: var(--navy-2); border-radius: var(--radius);
	padding: 46px 30px; border: 1px solid rgba(201, 168, 76, 0.25);
}
.gs-laser-plate {
	background: linear-gradient(145deg, #2a3a63, #16234a);
	border-radius: 12px; padding: 40px 20px; text-align: center;
	position: relative; overflow: hidden;
	box-shadow: inset 0 2px 10px rgba(0,0,0,0.4);
}
.gs-laser-word {
	font-family: var(--font-display); font-size: clamp(1.8rem, 5vw, 2.8rem);
	font-style: italic; font-weight: 600; letter-spacing: 2px;
	background: linear-gradient(90deg, var(--gold) 50%, rgba(255,255,255,0.12) 50%);
	background-size: 200% 100%; background-position: 100% 0;
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gsEngrave 4s ease-in-out infinite;
}
@keyframes gsEngrave {
	0% { background-position: 100% 0; }
	55%, 100% { background-position: 0 0; }
}
.gs-laser-beam {
	position: absolute; top: 0; bottom: 0; width: 2px;
	background: linear-gradient(180deg, transparent, var(--orange-2), transparent);
	box-shadow: 0 0 14px 3px rgba(255, 122, 31, 0.65);
	animation: gsBeam 4s ease-in-out infinite;
}
@keyframes gsBeam {
	0% { left: 12%; opacity: 1; }
	55% { left: 88%; opacity: 1; }
	60%, 100% { left: 88%; opacity: 0; }
}
.gs-laser-sparks { position: absolute; inset: 0; pointer-events: none; }

/* ============================================================
   11. WHY US / HOW IT WORKS / TESTIMONIALS
============================================================ */
.gs-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.gs-feature {
	background: #fff; padding: 30px 24px; border-radius: var(--radius);
	box-shadow: var(--shadow); transition: transform 0.25s;
	border-top: 3px solid var(--gold);
}
.gs-feature:hover { transform: translateY(-5px); }
.gs-feature-icon {
	width: 56px; height: 56px; border-radius: 14px;
	background: linear-gradient(135deg, var(--navy), var(--navy-3));
	color: var(--gold); font-size: 1.5rem;
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 16px;
}
.gs-feature h3 { font-size: 1.05rem; margin-bottom: 8px; }
.gs-feature p { font-size: 0.9rem; color: var(--muted); }

.gs-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px; counter-reset: gsstep; }
.gs-step { text-align: center; padding: 26px 18px; position: relative; }
.gs-step-num {
	width: 62px; height: 62px; margin: 0 auto 16px;
	border-radius: 50%; background: #fff; border: 2px solid var(--gold);
	color: var(--navy); font-weight: 800; font-size: 1.4rem;
	display: flex; align-items: center; justify-content: center;
	box-shadow: var(--shadow);
}
.gs-step h3 { font-size: 1rem; margin-bottom: 6px; }
.gs-step p { font-size: 0.88rem; color: var(--muted); }

.gs-testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.gs-testimonial {
	background: #fff; border-radius: var(--radius); padding: 28px;
	box-shadow: var(--shadow); position: relative;
}
.gs-testimonial::before {
	content: '"'; position: absolute; top: 10px; right: 22px;
	font-family: var(--font-display); font-size: 4.5rem;
	color: var(--gold); opacity: 0.25; line-height: 1;
}
.gs-testimonial-stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; }
.gs-testimonial p { font-size: 0.93rem; color: var(--ink); margin-bottom: 16px; }
.gs-testimonial-author { display: flex; align-items: center; gap: 12px; }
.gs-testimonial-avatar {
	width: 44px; height: 44px; border-radius: 50%;
	background: linear-gradient(135deg, var(--gold), var(--orange));
	color: #fff; font-weight: 800;
	display: flex; align-items: center; justify-content: center;
}
.gs-testimonial-author strong { display: block; font-size: 0.9rem; color: var(--navy); }
.gs-testimonial-author span { font-size: 0.78rem; color: var(--muted); }

/* ============================================================
   12. VIDEO + YOUTUBE + INSTAGRAM SECTIONS
============================================================ */
.gs-video-wrap {
	position: relative; border-radius: var(--radius); overflow: hidden;
	box-shadow: var(--shadow-lg); aspect-ratio: 16/9; max-width: 900px; margin: 0 auto;
	background: var(--navy-2);
}
.gs-video-wrap iframe, .gs-video-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.gs-yt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.gs-yt-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #000; aspect-ratio: 9/16; position: relative; }
.gs-yt-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.gs-insta-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.gs-insta-item {
	position: relative; aspect-ratio: 1; border-radius: var(--radius-sm);
	overflow: hidden; background: var(--navy-2);
}
.gs-insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.gs-insta-item:hover img { transform: scale(1.08); }
.gs-insta-item::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(13,27,62,0.75));
	opacity: 0; transition: opacity 0.3s;
}
.gs-insta-item:hover::after { opacity: 1; }

/* ============================================================
   13. FAQ
============================================================ */
.gs-faq-section { background: var(--cream); }
.gs-faq-list { display: flex; flex-direction: column; gap: 12px; }
.gs-faq-item {
	background: #fff; border-radius: var(--radius-sm);
	box-shadow: var(--shadow); overflow: hidden;
	border: 1.5px solid transparent; transition: border-color 0.25s;
}
.gs-faq-item.gs-open { border-color: var(--gold); }

.gs-faq-q {
	width: 100%; display: flex; justify-content: space-between; align-items: center;
	gap: 14px; padding: 18px 22px; text-align: left;
	font-weight: 700; font-size: 0.98rem; color: var(--navy);
}
.gs-faq-icon {
	width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
	background: var(--cream); color: var(--navy);
	display: flex; align-items: center; justify-content: center;
	font-size: 1.2rem; font-weight: 400; transition: all 0.3s;
}
.gs-faq-item.gs-open .gs-faq-icon { background: var(--gold); transform: rotate(45deg); }

.gs-faq-a {
	max-height: 0; overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
	padding: 0 22px;
}
.gs-faq-item.gs-open .gs-faq-a { max-height: 300px; padding: 0 22px 18px; }
.gs-faq-a p { color: var(--muted); font-size: 0.92rem; }

/* ============================================================
   14. CTA
============================================================ */
.gs-cta {
	background:
		radial-gradient(ellipse at 20% 10%, rgba(201,168,76,0.18), transparent 55%),
		radial-gradient(ellipse at 85% 90%, rgba(232,101,10,0.15), transparent 55%),
		var(--navy);
	padding: 80px 0; text-align: center;
}
.gs-cta-title { font-size: clamp(1.8rem, 4.5vw, 2.8rem); color: #fff; margin-bottom: 16px; }
.gs-cta-title em { font-family: var(--font-display); font-style: italic; color: var(--gold); font-weight: 600; }
.gs-cta-text { color: rgba(255,255,255,0.78); max-width: 540px; margin: 0 auto 30px; font-size: 1.02rem; }
.gs-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   15. FOOTER
============================================================ */
.gs-footer { background: #0a1530; color: rgba(255,255,255,0.72); font-size: 0.9rem; }
.gs-footer-grid {
	display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 36px; padding: 60px 20px 44px;
}
.gs-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.gs-footer h4::after {
	content: ''; position: absolute; bottom: 0; left: 0;
	width: 34px; height: 2px; background: var(--gold); border-radius: 2px;
}
.gs-footer-about p { margin: 16px 0 20px; line-height: 1.7; }
.gs-footer-logo .gs-logo-text { color: #fff; }
.gs-footer-social { display: flex; gap: 12px; }
.gs-footer-social a {
	width: 38px; height: 38px; border-radius: 50%;
	background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.8);
	display: inline-flex; align-items: center; justify-content: center;
	transition: all 0.25s;
}
.gs-footer-social a:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }

.gs-footer-col ul li { margin-bottom: 10px; }
.gs-footer-col ul a { transition: all 0.2s; }
.gs-footer-col ul a:hover { color: var(--gold); padding-left: 5px; }

.gs-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0; font-size: 0.8rem; }
.gs-footer-bottom-inner { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.gs-laser-dot { color: var(--orange-2); }

/* ============================================================
   16. FLOATING WHATSAPP + BACK TO TOP
============================================================ */
.gs-float-wa {
	position: fixed; bottom: 22px; right: 22px; z-index: 9000;
	width: 58px; height: 58px; border-radius: 50%;
	background: var(--green); color: #fff;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
	transition: transform 0.25s;
	animation: gsPulse 2.4s infinite;
}
.gs-float-wa:hover { transform: scale(1.1); }
@keyframes gsPulse {
	0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
	70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
	100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.gs-backtop {
	position: fixed; bottom: 92px; right: 30px; z-index: 9000;
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--navy); color: var(--gold); font-size: 1.2rem;
	box-shadow: var(--shadow);
	opacity: 0; visibility: hidden; transform: translateY(12px);
	transition: all 0.3s;
}
.gs-backtop.gs-show { opacity: 1; visibility: visible; transform: none; }
.gs-backtop:hover { background: var(--gold); color: var(--navy); }

/* ============================================================
   17. PAGE HERO + CONTENT (page.php / index.php)
============================================================ */
.gs-page-hero {
	background:
		radial-gradient(ellipse at 75% 20%, rgba(201,168,76,0.2), transparent 50%),
		var(--navy);
	padding: 64px 0; text-align: center;
}
.gs-page-title { color: #fff; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.gs-page-sub { color: rgba(255,255,255,0.7); margin-top: 8px; }

.gs-content-area { max-width: 860px; }
.gs-entry { line-height: 1.8; }
.gs-entry h2, .gs-entry h3 { margin: 28px 0 12px; }
.gs-entry p { margin-bottom: 16px; }
.gs-entry ul, .gs-entry ol { margin: 0 0 16px 22px; }
.gs-entry ul { list-style: disc; }
.gs-entry ol { list-style: decimal; }
.gs-entry a { color: var(--orange); text-decoration: underline; }
.gs-entry img { border-radius: var(--radius); }

.gs-post-card { background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); margin-bottom: 22px; }

/* Contact page */
.gs-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.gs-contact-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.gs-contact-card h3 { margin-bottom: 18px; }
.gs-contact-links li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.gs-contact-links li:last-child { border: 0; }

.gs-form-group { margin-bottom: 16px; }
.gs-form-group label { display: block; font-weight: 700; font-size: 0.85rem; margin-bottom: 6px; color: var(--navy); }
.gs-input, .gs-textarea, .gs-select {
	width: 100%; padding: 13px 16px;
	border: 1.5px solid var(--line); border-radius: var(--radius-sm);
	background: var(--cream); transition: border-color 0.2s;
}
.gs-input:focus, .gs-textarea:focus, .gs-select:focus { outline: none; border-color: var(--gold); background: #fff; }
.gs-textarea { min-height: 120px; resize: vertical; }

/* ============================================================
   18. SHOP PAGE (woocommerce.php)
============================================================ */
.gs-shop-hero { background: var(--navy); padding: 50px 0 90px; text-align: center; }
.gs-shop-hero h1 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.gs-shop-hero p { color: rgba(255,255,255,0.72); margin-top: 8px; }

.gs-shop-search {
	max-width: 560px; margin: 24px auto -60px; position: relative; z-index: 5;
}
.gs-shop-search form { display: flex; box-shadow: var(--shadow-lg); border-radius: 50px; overflow: hidden; background: #fff; }
.gs-shop-search input { flex: 1; border: 0; padding: 16px 24px; }
.gs-shop-search input:focus { outline: none; }
.gs-shop-search button { background: var(--orange); color: #fff; padding: 0 28px; font-weight: 700; }

.gs-shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 30px; align-items: start; }

.gs-sidebar { position: sticky; top: 94px; display: flex; flex-direction: column; gap: 20px; }
.gs-filter-box { background: #fff; border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.gs-filter-box h3 { font-size: 0.95rem; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--cream); }
.gs-filter-list li { margin-bottom: 10px; }
.gs-filter-list label { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; cursor: pointer; color: var(--ink); }
.gs-filter-list input[type="radio"], .gs-filter-list input[type="checkbox"] { accent-color: var(--orange); width: 16px; height: 16px; }
.gs-filter-count { margin-left: auto; font-size: 0.75rem; color: var(--muted); background: var(--cream); padding: 2px 8px; border-radius: 50px; }

.gs-price-inputs { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; }
.gs-price-inputs input { width: 100%; padding: 9px 12px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); }

.gs-tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.gs-tag-cloud a {
	font-size: 0.78rem; padding: 5px 12px; border-radius: 50px;
	background: var(--cream); color: var(--ink); transition: all 0.2s;
}
.gs-tag-cloud a:hover { background: var(--navy); color: #fff; }

.gs-shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.gs-shop-count { font-size: 0.88rem; color: var(--muted); }
.gs-shop-toolbar select { padding: 10px 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--line); background: #fff; }

.gs-filter-toggle { display: none; }

/* WooCommerce pagination */
.gs-pagination, .woocommerce-pagination { text-align: center; margin-top: 36px; }
.gs-pagination .page-numbers, .woocommerce-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 42px; height: 42px; padding: 0 8px; margin: 0 3px;
	border-radius: 50%; background: #fff; box-shadow: var(--shadow);
	font-weight: 700; color: var(--navy); transition: all 0.2s;
}
.gs-pagination .page-numbers.current, .woocommerce-pagination .page-numbers.current,
.gs-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers:hover {
	background: var(--navy); color: #fff;
}

/* ============================================================
   19. SINGLE PRODUCT
============================================================ */
.gs-breadcrumb { font-size: 0.82rem; color: var(--muted); padding: 18px 0; }
.gs-breadcrumb a { color: var(--muted); }
.gs-breadcrumb a:hover { color: var(--orange); }
.gs-breadcrumb .gs-sep { margin: 0 8px; color: var(--line); }

.gs-single-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }

/* Gallery */
.gs-gallery-main {
	border-radius: var(--radius); overflow: hidden;
	background: #fff; box-shadow: var(--shadow);
	aspect-ratio: 1; position: relative;
}
.gs-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gs-gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.gs-gallery-thumbs button {
	width: 76px; height: 76px; border-radius: var(--radius-sm);
	overflow: hidden; border: 2px solid transparent; padding: 0;
	transition: border-color 0.2s; background: #fff;
}
.gs-gallery-thumbs button.gs-active, .gs-gallery-thumbs button:hover { border-color: var(--gold); }
.gs-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* Info */
.gs-single-info .gs-product-cat { margin-bottom: 6px; }
.gs-single-title { font-size: clamp(1.5rem, 3.4vw, 2.2rem); margin-bottom: 12px; }
.gs-single-price { font-size: 1.7rem; font-weight: 800; color: var(--navy); margin: 14px 0; }
.gs-single-price del { font-size: 1.1rem; color: var(--muted); font-weight: 500; margin-right: 8px; }
.gs-single-price ins { text-decoration: none; color: var(--orange); }
.gs-single-desc { color: var(--muted); font-size: 0.95rem; margin-bottom: 20px; }

/* Customization box */
.gs-customize-box {
	background: #fff; border: 2px dashed var(--gold);
	border-radius: var(--radius); padding: 22px; margin-bottom: 22px;
}
.gs-customize-box h3 { font-size: 1rem; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }

.gs-upload-area {
	border: 2px dashed var(--line); border-radius: var(--radius-sm);
	padding: 22px; text-align: center; cursor: pointer;
	transition: all 0.25s; background: var(--cream); position: relative;
}
.gs-upload-area:hover { border-color: var(--gold); }
.gs-upload-area input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.gs-upload-area p { font-size: 0.85rem; color: var(--muted); }
.gs-upload-area strong { color: var(--orange); }
.gs-upload-preview { margin-top: 12px; display: none; }
.gs-upload-preview img { max-height: 110px; margin: 0 auto; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.gs-upload-preview.gs-show { display: block; }
.gs-upload-name { font-size: 0.8rem; color: var(--navy); font-weight: 600; margin-top: 6px; }

/* Qty + buttons */
.gs-buy-row { display: flex; gap: 12px; align-items: stretch; margin: 22px 0 12px; flex-wrap: wrap; }
.gs-qty {
	display: inline-flex; align-items: center;
	border: 1.5px solid var(--line); border-radius: 50px;
	background: #fff; overflow: hidden;
}
.gs-qty button { width: 42px; height: 48px; font-size: 1.2rem; font-weight: 700; color: var(--navy); transition: background 0.2s; }
.gs-qty button:hover { background: var(--cream); }
.gs-qty input {
	width: 52px; text-align: center; border: 0; font-weight: 800; font-size: 1rem;
	-moz-appearance: textfield; appearance: textfield;
}
.gs-qty input::-webkit-outer-spin-button, .gs-qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.gs-qty input:focus { outline: none; }

.gs-buy-row .gs-btn { flex: 1; min-width: 150px; }
.gs-single-wa { margin-bottom: 22px; }

/* Trust badges */
.gs-trust-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.gs-trust-badge {
	background: #fff; border-radius: var(--radius-sm); padding: 14px 10px;
	text-align: center; font-size: 0.75rem; font-weight: 700; color: var(--navy);
	box-shadow: var(--shadow);
}
.gs-trust-badge span { display: block; font-size: 1.3rem; margin-bottom: 4px; }

/* Tabs */
.gs-tabs { margin: 56px 0; }
.gs-tab-nav { display: flex; gap: 6px; border-bottom: 2px solid var(--line); flex-wrap: wrap; }
.gs-tab-nav button {
	padding: 13px 24px; font-weight: 700; font-size: 0.92rem; color: var(--muted);
	border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all 0.2s;
}
.gs-tab-nav button.gs-active { color: var(--navy); border-color: var(--orange); }
.gs-tab-panel { display: none; padding: 28px 0; }
.gs-tab-panel.gs-active { display: block; animation: gsFade 0.35s ease; }

/* Reviews */
.gs-tab-panel .comment-form label { display: block; font-weight: 700; font-size: 0.85rem; margin-bottom: 6px; }
.gs-tab-panel .comment-form input[type="text"],
.gs-tab-panel .comment-form input[type="email"],
.gs-tab-panel .comment-form textarea {
	width: 100%; padding: 12px 14px; border: 1.5px solid var(--line);
	border-radius: var(--radius-sm); margin-bottom: 14px; background: #fff;
}
.gs-tab-panel .comment-form .submit {
	background: var(--navy); color: #fff; padding: 13px 30px;
	border-radius: 50px; font-weight: 700; border: 0; cursor: pointer;
}
.gs-tab-panel .commentlist li { background: #fff; border-radius: var(--radius-sm); padding: 18px; margin-bottom: 14px; box-shadow: var(--shadow); }

/* Related */
.gs-related { margin-top: 30px; }

/* ============================================================
   20. WOOCOMMERCE GLOBAL (cart / checkout / notices)
============================================================ */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	border-radius: var(--radius-sm); padding: 16px 20px !important;
	background: #fff !important; box-shadow: var(--shadow);
	border-top: 3px solid var(--gold) !important; color: var(--ink);
	margin-bottom: 22px; list-style: none;
}
.woocommerce-error { border-top-color: #d33 !important; }
.woocommerce-message a.button, .woocommerce-info a.button {
	background: var(--navy); color: #fff; border-radius: 50px; padding: 8px 18px;
}

/* Cart table */
.woocommerce-cart-form table.shop_table,
.woocommerce table.shop_table {
	border: 0; border-radius: var(--radius); overflow: hidden;
	background: #fff; box-shadow: var(--shadow); border-collapse: collapse; width: 100%;
}
.woocommerce table.shop_table th {
	background: var(--navy); color: #fff; padding: 14px 16px;
	font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1px; text-align: left;
}
.woocommerce table.shop_table td { padding: 14px 16px; border-top: 1px solid var(--cream); vertical-align: middle; }
.woocommerce table.shop_table td.product-name a { font-weight: 700; color: var(--navy); }
.woocommerce table.shop_table img { width: 64px; border-radius: var(--radius-sm); }
.woocommerce a.remove { color: var(--orange) !important; font-size: 1.3rem; }

.woocommerce .quantity .qty {
	padding: 10px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
	width: 70px; text-align: center;
}

.woocommerce button.button, .woocommerce a.button, .woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--navy); color: #fff; border-radius: 50px;
	padding: 12px 26px; font-weight: 700; transition: all 0.25s; border: 0;
}
.woocommerce button.button:hover, .woocommerce a.button:hover { background: var(--navy-3); color: #fff; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce #place_order {
	background: linear-gradient(135deg, var(--orange), var(--orange-2)) !important;
	color: #fff !important; font-size: 1rem;
}
.woocommerce button.button.alt:hover, .woocommerce #place_order:hover {
	box-shadow: 0 8px 22px rgba(232, 101, 10, 0.45); transform: translateY(-2px);
}

.cart-collaterals .cart_totals, .woocommerce-checkout #order_review {
	background: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow);
}
.cart-collaterals h2, #order_review_heading { font-size: 1.2rem; margin-bottom: 14px; }

/* Checkout form */
.woocommerce-checkout .woocommerce form .form-row input.input-text,
.woocommerce-checkout .woocommerce form .form-row textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	padding: 13px 16px; border: 1.5px solid var(--line);
	border-radius: var(--radius-sm); background: var(--cream);
}
.woocommerce form .form-row input.input-text:focus { border-color: var(--gold); background: #fff; outline: none; }
.woocommerce form .form-row label { font-weight: 700; font-size: 0.85rem; color: var(--navy); }
.woocommerce-checkout h3 { margin: 18px 0 14px; }

#payment { background: var(--cream) !important; border-radius: var(--radius); }
#payment .payment_box { background: #fff !important; border-radius: var(--radius-sm); }

/* ============================================================
   21. ANIMATIONS / REVEAL
============================================================ */
.gs-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.gs-reveal.gs-in { opacity: 1; transform: none; }
.gs-reveal-d1 { transition-delay: 0.1s; }
.gs-reveal-d2 { transition-delay: 0.2s; }
.gs-reveal-d3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
	html { scroll-behavior: auto; }
}

/* ============================================================
   22. RESPONSIVE
============================================================ */
@media (max-width: 992px) {
	.gs-nav { display: none; }
	.gs-hamburger { display: flex; }

	.gs-hero-slide { flex-direction: column; text-align: center; padding: 44px 0 64px; min-height: auto; }
	.gs-hero-actions { justify-content: center; }
	.gs-hero-content { max-width: 100%; }

	.gs-single-grid { grid-template-columns: 1fr; gap: 30px; }
	.gs-shop-layout { grid-template-columns: 1fr; }

	.gs-sidebar {
		position: fixed; top: 0; left: -300px; width: 280px; height: 100vh;
		background: var(--cream); z-index: 10000; padding: 20px;
		overflow-y: auto; transition: left 0.32s; box-shadow: var(--shadow-lg);
	}
	.gs-sidebar.gs-open { left: 0; }
	.gs-filter-toggle { display: inline-flex; }

	.gs-footer-grid { grid-template-columns: 1fr 1fr; }
	.gs-contact-grid { grid-template-columns: 1fr; }
	.gs-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.gs-section { padding: 50px 0; }
	.gs-topbar-msg { display: none; }
	.gs-topbar-social { display: none; }
	.gs-topbar-inner { justify-content: center; }

	.gs-products-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.gs-product-body { padding: 12px; }
	.gs-product-actions { flex-direction: column; }

	.gs-cats-grid { grid-template-columns: repeat(2, 1fr); }
	.gs-footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.gs-footer-bottom-inner { justify-content: center; text-align: center; }

	.gs-buy-row .gs-btn { min-width: 100%; }
	.gs-qty { width: 100%; justify-content: center; }

	.gs-trust-badges { grid-template-columns: repeat(3, 1fr); gap: 8px; }
	.gs-trust-badge { font-size: 0.68rem; padding: 10px 6px; }

	.gs-float-wa { width: 52px; height: 52px; bottom: 16px; right: 16px; }
	.gs-backtop { bottom: 80px; right: 20px; }

	.gs-hero-visual img { max-width: 320px; }
	.gs-tab-nav button { padding: 11px 16px; font-size: 0.85rem; }
}

/* ============================================================
   PATCH 1 — Mobile topbar + header fixes
============================================================ */
@media (max-width: 600px) {
	.gs-topbar { padding: 7px 0; }
	.gs-topbar-inner { justify-content: center; gap: 14px; flex-wrap: wrap; }
	.gs-topbar-msg {
		display: inline-block;
		font-size: 0.7rem;
	}
	.gs-topbar-left { gap: 12px; flex-wrap: wrap; justify-content: center; }
	.gs-topbar-left a { font-size: 0.78rem; }

	.gs-header-inner { height: 64px; }
	.gs-logo img { width: 38px; height: 38px; }
	.gs-logo-text { font-size: 1.2rem; }
}
/* ============================================================
   PATCH 2 — Gold/Black refinements (orange removal)
============================================================ */
.gs-btn-orange { color: #111 !important; }
.gs-btn-orange:hover { box-shadow: 0 8px 22px rgba(201, 168, 76, 0.5); }

.gs-product-badge { color: #111; }
.gs-cart-count { color: #111; font-weight: 800; }

.gs-eyebrow { color: var(--gold); }

.gs-btn-navy { background: #111; }
.gs-btn-navy:hover { background: #000; }

.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce #place_order {
	background: linear-gradient(135deg, #b8963e, #e0c476) !important;
	color: #111 !important;
}

.gs-menu > li > a:hover,
.gs-menu > li.current-menu-item > a { color: var(--gold); background: rgba(201, 168, 76, 0.1); }

.gs-entry a { color: #a8862f; }
.woocommerce a.remove { color: #b8963e !important; }

/* ============================================================
   PATCH 3 — Single product v2 + header safety
============================================================ */

/* Header hamesha visible + sticky (mobile fix) */
.gs-header {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0;
	display: block !important;
	visibility: visible !important;
}

/* Title — deep gold, premium */
.gs-single-title {
	color: #a8862f;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1.6rem, 3.6vw, 2.4rem);
}

/* Price box — buttons ke upar */
.gs-price-box {
	display: flex; align-items: center; justify-content: space-between;
	background: #fff; border: 1.5px solid var(--gold);
	border-radius: var(--radius-sm); padding: 14px 18px; margin-top: 18px;
}
.gs-price-label {
	font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
	letter-spacing: 2px; color: var(--muted);
}
.gs-price-value { font-size: 1.5rem; font-weight: 800; color: #a8862f; }
.gs-price-value del { font-size: 1rem; color: var(--muted); font-weight: 500; margin-right: 8px; }
.gs-price-value ins { text-decoration: none; }

/* Trust badges + perks */
.gs-trust-badges { margin-top: 18px; }
.gs-single-perks { margin-top: 16px; font-size: 0.85rem; color: var(--muted); list-style: none; }
.gs-single-perks li { padding: 3px 0; }

/* Stacked sections (tabs ki jagah) */
.gs-single-sections { margin-top: 50px; display: flex; flex-direction: column; gap: 34px; }
.gs-single-section {
	background: #fff; border-radius: var(--radius);
	padding: 28px; box-shadow: var(--shadow);
	border-top: 3px solid var(--gold);
}
.gs-single-section .gs-title { margin-bottom: 16px; }

/* ============================================================
   PATCH 4 — Sticky guarantee + mobile drawer menu fix
============================================================ */
.gs-header {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0 !important;
	display: block !important;
	visibility: visible !important;
}

/* Drawer ke andar fallback .gs-menu — vertical + white */
.gs-mobile-menu .gs-menu { display: flex; flex-direction: column; gap: 0; }
.gs-mobile-menu .gs-menu > li > a {
	display: block; padding: 13px 10px;
	color: rgba(255,255,255,0.9); font-weight: 600;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-radius: 0; background: none;
}
.gs-mobile-menu .gs-menu > li > a:hover { color: var(--gold); background: none; }

/* Logged-in admin bar ke sath sticky adjust */
body.admin-bar .gs-header { top: 32px !important; }
@media (max-width: 782px) {
	body.admin-bar .gs-header { top: 0 !important; }
}

/* ============================================================
   PATCH 5 — Review form (stacked section) + bulk table
============================================================ */

/* Review/comment form — overflow fix */
.gs-single-section #review_form input[type="text"],
.gs-single-section #review_form input[type="email"],
.gs-single-section #review_form input[type="url"],
.gs-single-section #review_form textarea {
	width: 100%; max-width: 100%; box-sizing: border-box;
	padding: 12px 14px; border: 1.5px solid var(--line);
	border-radius: var(--radius-sm); background: var(--cream);
	margin-bottom: 14px;
}
.gs-single-section #review_form input:focus,
.gs-single-section #review_form textarea:focus {
	outline: none; border-color: var(--gold); background: #fff;
}
.gs-single-section #review_form label {
	display: block; font-weight: 700; font-size: 0.85rem;
	color: var(--navy); margin-bottom: 6px;
}
.gs-single-section #review_form .submit {
	background: linear-gradient(135deg, #b8963e, #e0c476);
	color: #111; padding: 13px 32px; border-radius: 50px;
	font-weight: 700; border: 0; cursor: pointer;
}
.gs-single-section .commentlist li {
	background: var(--cream); border-radius: var(--radius-sm);
	padding: 18px; margin-bottom: 14px; list-style: none;
}
.gs-single-section .comment-form-cookies-consent label { display: inline; font-weight: 400; }
.gs-single-section p.stars a { color: var(--gold); }

/* Bulk pricing table */
.gs-bulk-table {
	background: #fff; border: 1.5px solid var(--gold);
	border-radius: var(--radius-sm); padding: 18px; margin-top: 16px;
}
.gs-bulk-table h4 { font-size: 0.95rem; margin-bottom: 12px; color: var(--navy); }
.gs-bulk-table table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.gs-bulk-table th {
	background: var(--navy); color: #fff; padding: 9px 12px;
	text-align: left; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px;
}
.gs-bulk-table td { padding: 9px 12px; border-bottom: 1px solid var(--cream); }
.gs-bulk-table tr:last-child td { border: 0; color: #a8862f; font-weight: 800; }
.gs-bulk-table .gs-bulk-note { font-size: 0.78rem; color: var(--muted); margin-top: 10px; margin-bottom: 0; }

/* ============================================================
   PATCH 6 — Clickable bulk table
============================================================ */
.gs-bulk-row { cursor: pointer; transition: background 0.2s; }
.gs-bulk-row:hover td { background: rgba(201, 168, 76, 0.12); }

.gs-bulk-row.gs-bulk-active td {
	background: rgba(201, 168, 76, 0.22);
	font-weight: 800; color: #a8862f;
	border-left: 3px solid var(--gold);
}
.gs-bulk-row td:first-child { border-left: 3px solid transparent; }
.gs-bulk-row.gs-bulk-active td:first-child { border-left: 3px solid var(--gold); }

.gs-bulk-hint { font-size: 0.72rem; color: var(--muted); font-weight: 500; }

.gs-qty-flash { border-color: var(--gold) !important; box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.3); }

/* ============================================================
   PATCH 7 — Checkout engraving section (FINAL)
============================================================ */
.gs-checkout-custom {
	background: #fff; border: 2px dashed var(--gold);
	border-radius: var(--radius); padding: 24px; margin: 24px 0;
}
.gs-checkout-custom h3 { margin-bottom: 6px; }
.gs-required-tag {
	font-size: 0.65rem; background: var(--gold); color: #111;
	padding: 3px 10px; border-radius: 50px; vertical-align: middle;
	text-transform: uppercase; letter-spacing: 1px; margin-left: 8px;
}
.gs-checkout-note { font-size: 0.85rem; color: var(--muted); margin-bottom: 16px; }

/* Searchable font list (Canva style) */
#gsFontSearch { margin-bottom: 8px; }
.gs-font-select {
	width: 100%; border: 2px solid var(--line); border-radius: var(--radius-sm);
	background: #fff; padding: 6px; margin-bottom: 18px;
	font-size: 0.95rem;
}
.gs-font-select option { padding: 9px 10px; border-radius: 6px; cursor: pointer; }
.gs-font-select option:checked {
	background: linear-gradient(135deg, #b8963e, #e0c476);
	color: #111; font-weight: 700;
}
.gs-font-select optgroup {
	font-size: 0.75rem; text-transform: uppercase;
	letter-spacing: 1px; color: var(--muted); padding-top: 6px;
}

/* Live preview plate */
.gs-engrave-preview { margin-bottom: 18px; }
.gs-preview-label { display: block; font-size: 0.78rem; font-weight: 700; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.gs-preview-plate {
	background: linear-gradient(145deg, #1c1c1e, #0e0e10);
	border: 1px solid var(--gold); border-radius: var(--radius-sm);
	padding: 34px 20px; text-align: center;
	box-shadow: inset 0 2px 12px rgba(0,0,0,0.6);
}
.gs-preview-plate span {
	font-size: clamp(1.6rem, 5vw, 2.4rem);
	background: linear-gradient(120deg, #b8963e, #f0d98c, #b8963e);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gs-checkout-upload { margin-bottom: 10px; }

/* ============================================================
   PATCH 8 — WooCommerce broken notice icons hide
============================================================ */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
	display: none !important;
	content: none !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	padding-left: 20px !important;
}
.woocommerce form.checkout_coupon,
.woocommerce-form-coupon-toggle .woocommerce-info {
	border-radius: var(--radius-sm);
}

/* ============================================================
   PATCH 9 — Hero CSS mockups + Gullstore vs Others
============================================================ */

/* Base mock plate */
.gs-mock {
	position: relative; background: linear-gradient(145deg, #23232a, #0c0c10);
	border: 1px solid rgba(201, 168, 76, 0.5); border-radius: 18px;
	box-shadow: 0 24px 60px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 10px; overflow: hidden;
}
.gs-mock-name {
	font-family: 'Great Vibes', var(--font-display), cursive;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	background: linear-gradient(120deg, #b8963e, #f0d98c, #b8963e);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gs-mock-sub { font-size: 0.7rem; letter-spacing: 4px; color: rgba(255,255,255,0.45); text-transform: uppercase; }

/* Slide 1 — keychain tag */
.gs-mock-tag { width: min(420px, 88%); aspect-ratio: 16/9; }
.gs-mock-hole {
	position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
	width: 16px; height: 16px; border-radius: 50%;
	background: var(--navy); border: 2px solid rgba(201, 168, 76, 0.6);
}
.gs-mock-beam {
	position: absolute; top: 0; bottom: 0; width: 2px;
	background: linear-gradient(180deg, transparent, var(--gold-2), transparent);
	box-shadow: 0 0 14px 3px rgba(224, 196, 118, 0.6);
	animation: gsBeam 4s ease-in-out infinite;
}

/* Slide 2 — gift box */
.gs-mock-box { width: min(380px, 85%); aspect-ratio: 1/1; justify-content: flex-end; padding-bottom: 46px; }
.gs-mock-lid {
	position: absolute; top: 0; left: 0; right: 0; height: 38%;
	background: linear-gradient(145deg, #2c2c34, #16161c);
	border-bottom: 2px solid rgba(201, 168, 76, 0.5);
	display: flex; align-items: center; justify-content: center;
}
.gs-mock-logo {
	width: 64px; height: 64px; border-radius: 50%;
	border: 2px solid var(--gold); color: var(--gold);
	display: flex; align-items: center; justify-content: center;
	font-weight: 800; font-size: 1.4rem; letter-spacing: 1px;
}

/* Slide 3 — bottle */
.gs-mock-bottle { width: min(180px, 42%); aspect-ratio: 9/22; border-radius: 40px 40px 24px 24px; }
.gs-mock-cap {
	position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
	width: 42%; height: 34px; border-radius: 10px;
	background: linear-gradient(145deg, #2c2c34, #101014);
	border: 1px solid rgba(201, 168, 76, 0.5);
}
.gs-mock-vertical { writing-mode: vertical-rl; text-orientation: mixed; font-size: clamp(1.6rem, 3vw, 2.2rem); }


/* ============================================================
   PATCH 10 — Mobile shop: grid center + giftlee-style cards
============================================================ */

/* Product card image — giftlee style (no crop, natural photo) */
.gs-product-thumb {
	aspect-ratio: 1;
	background: #fff;
	padding: 10px;
	border-radius: var(--radius);
}
.gs-product-thumb img {
	width: 100%; height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

/* Card ka look thora halka aur soft */
.gs-product-card {
	box-shadow: 0 4px 18px rgba(13, 27, 62, 0.08);
	border: 1px solid var(--line);
}

@media (max-width: 992px) {
	/* Grid hamesha 2 columns — akela product bhi center/balanced dikhe */
	.gs-products-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 14px;
		padding: 0 4px;
	}

	/* Shop search bar mobile fix */
	.gs-shop-search { margin: 20px auto -50px; padding: 0 10px; }
	.gs-shop-search input {
		padding: 13px 16px;
		font-size: 0.9rem;
		min-width: 0; /* flex overflow fix — text ab kate ga nahi */
	}
	.gs-shop-search input::placeholder { font-size: 0.82rem; }
	.gs-shop-search button { padding: 0 18px; font-size: 0.85rem; }

	/* Toolbar (sorting) mobile par saaf */
	.gs-shop-toolbar { flex-direction: column; align-items: stretch; gap: 10px; }
	.gs-shop-toolbar select { width: 100%; }
}

@media (max-width: 600px) {
	/* Card body compact */
	.gs-product-body { padding: 12px 12px 14px; gap: 6px; }
	.gs-product-cat { font-size: 0.62rem; letter-spacing: 1px; }
	.gs-product-title { font-size: 0.88rem; line-height: 1.35; }
	.gs-product-price { font-size: 0.98rem; }

	/* Buttons compact — giftlee jaisa clean */
	.gs-product-actions { flex-direction: column; gap: 8px; padding-top: 6px; }
	.gs-product-actions .gs-btn {
		padding: 11px 8px;
		font-size: 0.8rem;
		border-radius: 50px;
	}

	/* Thumb padding chhota mobile par */
	.gs-product-thumb { padding: 6px; }
	.gs-product-thumb img { border-radius: 8px; }
}
/* ============================================================
   PATCH 11 — VS battle cards (creative)
============================================================ */
.gs-vs-section {
	background:
		radial-gradient(ellipse at 15% 15%, rgba(201,168,76,0.15), transparent 50%),
		radial-gradient(ellipse at 85% 85%, rgba(201,168,76,0.1), transparent 50%),
		var(--navy);
}

/* Header — dono teams */
.gs-vs-header {
	display: grid; grid-template-columns: 1fr auto 1fr;
	align-items: center; gap: 14px; margin-bottom: 26px;
}
.gs-vs-side {
	display: flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px; border-radius: var(--radius); font-weight: 800; font-size: 1.1rem;
}
.gs-vs-side-us {
	background: linear-gradient(135deg, rgba(201,168,76,0.25), rgba(201,168,76,0.1));
	border: 1.5px solid var(--gold); color: var(--gold-2);
}
.gs-vs-side-us img { border-radius: 8px; background: #fff; padding: 2px; }
.gs-vs-side-them {
	background: rgba(255,255,255,0.05);
	border: 1.5px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.5);
}
.gs-vs-badge {
	width: 52px; height: 52px; border-radius: 50%;
	background: linear-gradient(135deg, #b8963e, #f0d98c);
	color: #111; font-weight: 900; font-size: 1.05rem;
	display: flex; align-items: center; justify-content: center;
	box-shadow: 0 0 0 6px rgba(201,168,76,0.2), 0 8px 20px rgba(0,0,0,0.4);
}

/* Battle card */
.gs-vs-card {
	position: relative;
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 0; margin-bottom: 14px;
	border-radius: var(--radius); overflow: hidden;
	box-shadow: 0 10px 26px rgba(0,0,0,0.25);
}
.gs-vs-icon {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--navy); border: 2px solid var(--gold);
	display: flex; align-items: center; justify-content: center;
	font-size: 1.2rem; z-index: 3;
	box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.gs-vs-us-cell, .gs-vs-them-cell {
	padding: 22px 18px;
	display: flex; flex-direction: column; align-items: center;
	text-align: center; gap: 8px; justify-content: center;
}
.gs-vs-us-cell {
	background: linear-gradient(135deg, #fdf8ec, #fff);
	padding-right: 34px;
}
.gs-vs-them-cell {
	background: #171f35;
	padding-left: 34px;
}
.gs-vs-check {
	width: 30px; height: 30px; border-radius: 50%;
	background: #1a7f37; color: #fff; font-weight: 800;
	display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
}
.gs-vs-cross {
	width: 30px; height: 30px; border-radius: 50%;
	background: rgba(210, 50, 60, 0.2); color: #e05a64; font-weight: 800;
	display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
}
.gs-vs-us-cell p { font-weight: 700; color: var(--navy); font-size: 0.92rem; margin: 0; }
.gs-vs-them-cell p { color: rgba(255,255,255,0.55); font-size: 0.85rem; margin: 0; }

.gs-vs-footer { text-align: center; margin-top: 30px; }

/* Mobile */
@media (max-width: 600px) {
	.gs-vs-side { font-size: 0.9rem; padding: 11px 8px; gap: 6px; }
	.gs-vs-side img { width: 28px; height: 28px; }
	.gs-vs-badge { width: 42px; height: 42px; font-size: 0.85rem; }

	.gs-vs-us-cell, .gs-vs-them-cell { padding: 18px 12px; min-height: 120px; }
	.gs-vs-us-cell { padding-right: 28px; }
	.gs-vs-them-cell { padding-left: 28px; }
	.gs-vs-us-cell p { font-size: 0.82rem; }
	.gs-vs-them-cell p { font-size: 0.75rem; }
	.gs-vs-icon { width: 38px; height: 38px; font-size: 1rem; }
}
/* ============================================================
   PATCH 12 — Sale timer + delivery timeline
============================================================ */

/* Sale countdown */
.gs-sale-timer {
	background: linear-gradient(135deg, #1c1c1e, #0e0e10);
	border: 1.5px solid var(--gold);
	border-radius: var(--radius-sm);
	padding: 16px 18px; margin-top: 18px;
	text-align: center;
}
.gs-sale-timer-head {
	color: #fff; font-size: 0.88rem; font-weight: 600;
	display: flex; align-items: center; justify-content: center; gap: 8px;
	margin-bottom: 12px;
}
.gs-sale-timer-head b { color: var(--gold-2); }
.gs-sale-flame { animation: gsFlame 1s ease-in-out infinite alternate; }
@keyframes gsFlame { from { transform: scale(1); } to { transform: scale(1.25); } }

.gs-sale-timer-boxes { display: flex; align-items: center; justify-content: center; gap: 8px; }
.gs-timer-box {
	background: rgba(201, 168, 76, 0.12);
	border: 1px solid rgba(201, 168, 76, 0.4);
	border-radius: 8px; padding: 8px 10px; min-width: 58px;
}
.gs-timer-num {
	display: block; font-size: 1.35rem; font-weight: 800;
	color: var(--gold-2); font-variant-numeric: tabular-nums; line-height: 1.1;
}
.gs-timer-label { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); }
.gs-timer-sep { color: var(--gold); font-weight: 800; font-size: 1.2rem; }

/* Delivery timeline */
.gs-delivery-box {
	display: flex; align-items: stretch; justify-content: space-between;
	gap: 6px; background: #fff;
	border: 1.5px solid var(--line); border-radius: var(--radius-sm);
	padding: 18px 14px; margin-top: 18px;
}
.gs-delivery-step {
	flex: 1; text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.gs-delivery-icon {
	width: 44px; height: 44px; border-radius: 50%;
	background: var(--cream); border: 1.5px solid var(--gold);
	display: flex; align-items: center; justify-content: center;
	font-size: 1.15rem; margin-bottom: 4px;
}
.gs-delivery-final .gs-delivery-icon { background: linear-gradient(135deg, #b8963e, #e0c476); }
.gs-delivery-step strong { font-size: 0.85rem; color: var(--navy); }
.gs-delivery-step small { font-size: 0.72rem; color: var(--muted); line-height: 1.45; }
.gs-delivery-arrow { align-self: center; color: var(--gold); font-size: 1.5rem; font-weight: 800; }

@media (max-width: 600px) {
	.gs-timer-box { min-width: 52px; padding: 7px 8px; }
	.gs-timer-num { font-size: 1.15rem; }
	.gs-delivery-box { padding: 14px 8px; }
	.gs-delivery-step small { font-size: 0.65rem; }
	.gs-delivery-icon { width: 38px; height: 38px; font-size: 1rem; }
}
/* ============================================================
   PATCH 13 — WhatsApp button spacing (single product)
============================================================ */
.gs-single-wa { margin-top: 18px; margin-bottom: 18px; }
.gs-delivery-box { margin-bottom: 4px; }

/* ============================================================
   PATCH 14 — Color swatches
============================================================ */
.gs-variations { margin-bottom: 20px; }
.gs-variation-group { margin-bottom: 14px; }
.gs-variation-label {
	display: block; font-weight: 700; font-size: 0.85rem;
	color: var(--navy); margin-bottom: 8px;
}
.gs-selected-option { color: #a8862f; }

.gs-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.gs-swatch {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 9px 16px; border-radius: 50px;
	border: 2px solid var(--line); background: #fff;
	font-weight: 600; font-size: 0.85rem; color: var(--ink);
	transition: all 0.2s;
}
.gs-swatch:hover { border-color: var(--gold); }
.gs-swatch.gs-active {
	border-color: var(--gold); background: #fdf8ec;
	box-shadow: 0 4px 12px rgba(201, 168, 76, 0.3);
	font-weight: 800; color: var(--navy);
}

.gs-swatch-dot {
	width: 18px; height: 18px; border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.15); background: #ccc;
}
/* Common colors */
.gs-swatch-dot[data-color="black"] { background: #111; }
.gs-swatch-dot[data-color="white"] { background: #fff; }
.gs-swatch-dot[data-color="silver"] { background: linear-gradient(135deg, #d9d9d9, #a8a8a8); }
.gs-swatch-dot[data-color="gold"] { background: linear-gradient(135deg, #c9a84c, #e0c476); }
.gs-swatch-dot[data-color="blue"] { background: #1e4fd8; }
.gs-swatch-dot[data-color="red"] { background: #d0312d; }
.gs-swatch-dot[data-color="green"] { background: #1a7f37; }
.gs-swatch-dot[data-color="pink"] { background: #e75480; }
.gs-swatch-dot[data-color="purple"] { background: #7b2fbe; }
.gs-swatch-dot[data-color="grey"], .gs-swatch-dot[data-color="gray"] { background: #808080; }

/* ============================================================
   PATCH 15 — Compact VS on single product
============================================================ */
.gs-vs-compact { padding: 46px 0; border-radius: var(--radius); margin: 34px 0; overflow: hidden; }
.gs-vs-compact .gs-section-head { margin-bottom: 28px; }
.gs-vs-compact .gs-title { font-size: 1.5rem; }
/* PATCH 15b — compact VS mobile refinement */
@media (max-width: 600px) {
	.gs-vs-compact { margin: 24px -4px; padding: 36px 0; }
	.gs-vs-compact .gs-container { padding: 0 12px; }
}

/* ============================================================
   PATCH 16 — VS header logo mobile fix
============================================================ */
.gs-vs-side-us img {
	width: 32px; height: 32px;
	object-fit: contain;
	flex-shrink: 0;
}

@media (max-width: 600px) {
	.gs-vs-side-us img { width: 24px; height: 24px; padding: 1px; }
	.gs-vs-side { font-size: 0.82rem; padding: 10px 6px; gap: 5px; }
	.gs-vs-badge {
		width: 38px; height: 38px; font-size: 0.78rem;
		box-shadow: 0 0 0 4px rgba(201,168,76,0.2), 0 6px 14px rgba(0,0,0,0.35);
	}
}
/* ============================================================
   PATCH 17 — Review photo upload + display
============================================================ */
.comment-form-gs-photo label {
	display: block; font-weight: 700; font-size: 0.85rem;
	color: var(--navy); margin-bottom: 6px;
}
.gs-review-upload {
	display: block; position: relative;
	border: 2px dashed var(--line); border-radius: var(--radius-sm);
	padding: 16px; text-align: center; background: var(--cream);
	transition: border-color 0.2s; cursor: pointer;
	margin-bottom: 14px;
}
.gs-review-upload:hover { border-color: var(--gold); }
.gs-review-upload input[type="file"] {
	position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%;
}
.gs-review-upload-text { font-size: 0.85rem; color: var(--muted); }
.gs-review-upload-text strong { color: #a8862f; }

/* Review ke sath photo thumbnail */
.gs-review-photo { display: inline-block; margin-top: 10px; }
.gs-review-photo img {
	max-width: 140px; max-height: 140px;
	border-radius: var(--radius-sm);
	border: 2px solid var(--gold);
	box-shadow: var(--shadow);
	transition: transform 0.2s;
}
.gs-review-photo img:hover { transform: scale(1.05); }