@import url('https://fonts.googleapis.com/css2?family=Trirong:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* ============================================================
   Prajha Ventures E-Commerce Portal
   style.css  —  Core theme & design tokens
   Clean modern e-commerce | Bootstrap 5 compatible
   WordPress + WooCommerce / Elementor conversion ready
   ============================================================ */

/* ---------- Design Tokens (Elementor: map to Site Settings) ----------
   PREMIUM BRASS / LUXURY THEME
   Gold #C8A04B · Dark Brown #3B2A1A · Beige #F8F5F0 · Charcoal #333
   Fonts: Cinzel / Playfair Display (display) · Poppins / Montserrat (body)
   ------------------------------------------------------------------- */
:root {
  /* Brand — brass gold is the hero accent; dark brown is the deep brand colour */
  --pv-primary:        #8a1c3b;   /* Shilpakala maroon */
  --pv-primary-dark:   #6d142d;
  --pv-primary-light:  #f7e9ed;   /* soft maroon tint */
  --pv-accent:         #c8a04b;   /* brass gold */
  --pv-accent-dark:    #a9842f;
  --pv-gold:           #c8a04b;
  --pv-gold-soft:      #e7d4a8;
  --pv-gold-grad:      linear-gradient(135deg, #e7c878 0%, #c8a04b 45%, #a9842f 100%);
  --pv-green:          #3c8c40;   /* Shilpakala leaf green */
  --pv-green-dark:     #2f6f33;

  /* Neutrals */
  --pv-dark:           #3a1f2a;   /* deep maroon-charcoal for headings */
  --pv-body:           #5a5145;   /* warm body text */
  --pv-muted:          #9b9384;
  --pv-border:         #ece6db;
  --pv-bg:             #f8f5f0;   /* light beige page bg */
  --pv-surface:        #ffffff;

  /* Status */
  --pv-success:        #4e8a5b;
  --pv-warning:        #c8924b;
  --pv-danger:         #b5483a;
  --pv-info:           #4a7390;

  /* Type */
  --pv-font:   "Trirong", "Poppins", Georgia, serif;
  --pv-h-font: "Playfair Display", "Cinzel", Georgia, serif;
  --pv-display-font: "Cinzel", "Playfair Display", Georgia, serif;

  /* Shape & shadow */
  --pv-radius:     10px;
  --pv-radius-sm:  7px;
  --pv-radius-lg:  18px;
  --pv-shadow:     0 6px 24px rgba(59, 42, 26, .08);
  --pv-shadow-sm:  0 2px 10px rgba(59, 42, 26, .06);
  --pv-shadow-lg:  0 18px 44px rgba(59, 42, 26, .16);

  /* Layout */
  --pv-header-h:   72px;
  --pv-sidebar-w:  256px;
}

/* Gold text + divider helpers */
.text-gold { color: var(--pv-gold) !important; }
.gold-line { width: 64px; height: 3px; background: var(--pv-gold-grad); border: 0; border-radius: 3px; margin: 14px 0; }
.gold-line.center { margin-left: auto; margin-right: auto; }
.eyebrow { font-family: var(--pv-font); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 600; color: var(--pv-gold); }
.serif { font-family: var(--pv-h-font); }

/* Shilpakala brand logo image in header */
.pv-logo-img { max-height: 76px; width: auto; display: block; }
@media (max-width: 768px) { .pv-logo-img { max-height: 54px; } }

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; max-width: 100%; }
body {
  margin: 0;
  font-family: var(--pv-font);
  color: var(--pv-body);
  background: var(--pv-bg);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--pv-h-font);
  color: var(--pv-dark);
  font-weight: 600;
  line-height: 1.25;
}
a { color: var(--pv-primary); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--pv-primary-dark); }
img { max-width: 100%; }
.text-muted-2 { color: var(--pv-muted) !important; }
.bg-soft { background: var(--pv-primary-light); }
.section-pad { padding: 64px 0; }
.container-pv { width: 100%; max-width: 1480px; margin: 0 auto; padding-left: 28px; padding-right: 28px; } /* fuller container; horizontal padding only — don't clobber .section-pad vertical padding */

/* ---------- Buttons ---------- */
.btn { border-radius: var(--pv-radius-sm); font-weight: 600; padding: .6rem 1.25rem; transition: all .18s ease; }
.btn-pv-primary { background: var(--pv-primary); border-color: var(--pv-primary); color: #fff; }
.btn-pv-primary:hover { background: var(--pv-primary-dark); border-color: var(--pv-primary-dark); color: #fff; }
.btn-pv-accent { background: var(--pv-accent); border-color: var(--pv-accent); color: #1d2530; }
.btn-pv-accent:hover { background: var(--pv-accent-dark); border-color: var(--pv-accent-dark); color: #1d2530; }
.btn-pv-outline { background: #fff; border: 1.5px solid var(--pv-border); color: var(--pv-dark); }
.btn-pv-outline:hover { border-color: var(--pv-primary); color: var(--pv-primary); }

/* ---- Variable product: brand the existing WooCommerce variation selectors ---- */
.woocommerce div.product form.cart .variations { border: 0; margin: 6px 0 18px; }
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { padding: 8px 10px 8px 0; vertical-align: middle; border: 0; }
.woocommerce div.product form.cart .variations th.label label { font-weight: 700; color: var(--pv-dark); text-transform: none; margin: 0; }
.woocommerce div.product form.cart .variations select {
  border: 1px solid var(--pv-border); border-radius: 10px; padding: 11px 14px; min-width: 200px;
  background: #fff; color: var(--pv-dark); font-size: 15px; box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.woocommerce div.product form.cart .variations select:focus { outline: 0; border-color: var(--pv-gold); box-shadow: 0 0 0 3px rgba(200,160,75,.18); }
.woocommerce div.product form.cart .reset_variations { display: inline-block; margin-left: 8px; color: var(--pv-primary); font-size: 13px; font-weight: 600; }
.woocommerce div.product .woocommerce-variation-price .price,
.woocommerce div.product .single_variation .price { color: var(--pv-accent-dark); font-weight: 800; }
.woocommerce div.product .woocommerce-variation-availability .stock { color: var(--pv-success); font-weight: 600; }
.woocommerce div.product form.cart .variations_button { margin-top: 6px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.woocommerce div.product form.cart .quantity input.qty { border: 1px solid var(--pv-border); border-radius: 10px; height: 46px; width: 74px; text-align: center; font-weight: 600; }

/* ---- Advanced WooCommerce notices (add-to-cart / info / error) ---- */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  border: 0 !important; border-radius: 14px; padding: 16px 20px 16px 18px; margin: 0 0 22px;
  font-size: 15px; font-weight: 500; line-height: 1.4; box-shadow: 0 8px 24px rgba(0,0,0,.07);
  animation: pvNoticeIn .35s cubic-bezier(.2,.8,.2,1);
}
@keyframes pvNoticeIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
  position: static; font-size: 22px; width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 40px; color: #fff; top: auto; left: auto;
}
.woocommerce-message { background: linear-gradient(120deg,#e8f6ee,#f3fbf6); color: #14653a; border-left: 5px solid #2f8a4e !important; }
.woocommerce-message::before { content: "\e015"; background: #2f8a4e; }
.woocommerce-info { background: linear-gradient(120deg,#f7ecef,#fbf5f7); color: #7a1f3d; border-left: 5px solid var(--pv-primary) !important; }
.woocommerce-info::before { background: var(--pv-primary); }
.woocommerce-error { background: linear-gradient(120deg,#fbe9ec,#fdf4f6); color: #9a1b2f; border-left: 5px solid #c0392b !important; list-style: none; }
.woocommerce-error::before { content: "\e016"; background: #c0392b; }
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
  margin-left: auto; border-radius: 10px !important; padding: 9px 20px !important; font-weight: 600 !important;
  background: linear-gradient(135deg, var(--pv-primary) 0%, var(--pv-primary-dark) 100%) !important; color: #fff !important; border: 0 !important;
  box-shadow: 0 2px 7px rgba(138,28,59,.22); transition: background .2s, box-shadow .2s;
}
.woocommerce-message .button:hover, .woocommerce-info .button:hover, .woocommerce-error .button:hover {
  background: var(--pv-gold-grad) !important; color: #2a1d11 !important; box-shadow: 0 5px 16px rgba(200,160,75,.36);
}
@media (max-width: 560px) { .woocommerce-message .button, .woocommerce-info .button { margin-left: 0; width: 100%; text-align: center; } }

/* ---- Shop / category listing: breathing room top & bottom ---- */
.woocommerce-page.post-type-archive-product .site-main,
.woocommerce-page.tax-product_cat .site-main,
.woocommerce.archive .products,
.woocommerce-page .woocommerce-products-header { padding-top: 22px; }
.woocommerce .products { margin-top: 16px !important; margin-bottom: 46px !important; }
.woocommerce-result-count, .woocommerce-ordering { margin-top: 6px !important; margin-bottom: 14px !important; }
.widget_product_categories li, .wc-block-product-categories-list li { padding: 5px 0; }

/* ---- Brand buttons (logo theme: maroon → gold) — shared by B2B, B2C & Sales-Exec ---- */
.btn-pv-primary,
.pvbp-btn, .pv-creq-btn,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt, .woocommerce #respond input#submit.alt,
.woocommerce #place_order, .woocommerce-page #place_order {
  background: linear-gradient(135deg, var(--pv-primary) 0%, var(--pv-primary-dark) 100%) !important;
  border: 1px solid var(--pv-primary-dark) !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 7px rgba(138,28,59,.22);
  transition: background .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}
.btn-pv-primary:hover,
.pvbp-btn:hover, .pv-creq-btn:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover,
.woocommerce #place_order:hover, .woocommerce-page #place_order:hover {
  background: var(--pv-gold-grad) !important;
  border-color: var(--pv-gold) !important;
  color: #2a1d11 !important;
  box-shadow: 0 5px 16px rgba(200,160,75,.36);
}
/* Secondary WooCommerce buttons → branded outline */
.woocommerce a.button:not(.alt), .woocommerce button.button:not(.alt), .woocommerce input.button:not(.alt) {
  background: #fff !important; color: var(--pv-primary) !important;
  border: 1.5px solid var(--pv-primary) !important; border-radius: 10px !important; font-weight: 600 !important;
}
.woocommerce a.button:not(.alt):hover, .woocommerce button.button:not(.alt):hover, .woocommerce input.button:not(.alt):hover {
  background: var(--pv-primary) !important; color: #fff !important;
}
.btn-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border-radius: 50%; }

/* ---------- Top storefront header ---------- */
.pv-topbar { background: var(--pv-dark); color: #cdd5df; font-size: 13px; }
.pv-topbar a { color: #cdd5df; }
.pv-topbar a:hover { color: #fff; }

.pv-header {
  background: var(--pv-surface);
  border-bottom: 1px solid var(--pv-border);
  position: static;
}
/* Only the category menu bar sticks to the top on scroll (the logo/top bar scrolls away). v2 */
.pv-catnav { position: -webkit-sticky; position: sticky; top: 0; z-index: 1030; box-shadow: 0 2px 10px rgba(58,31,42,.10); }
/* On mobile the menu is a hamburger drawer, so keep the HEADER (with the hamburger)
 * sticky instead — otherwise scrolling hides the only way to open the menu. */
@media (max-width: 991px) {
  .pv-header { position: sticky; top: 0; z-index: 1030; box-shadow: 0 2px 10px rgba(58,31,42,.10); }
  .pv-catnav { position: static; box-shadow: none; z-index: auto; }
  /* When opened, the menu is a full-screen overlay that scrolls inside itself; the page behind
     is locked, so scrolling can never hide the menu. */
  .pv-catnav.pv-open { position: fixed; inset: 0; z-index: 2000; overflow-y: auto; -webkit-overflow-scrolling: touch; background: #fff; padding: 62px 0 30px; }
  body.pv-nav-open { overflow: hidden; }
  /* Close (✕) button lives INSIDE the overlay (injected by JS), so it's always on top & visible. */
  .pv-catnav.pv-open .pv-nav-close { display: inline-flex; align-items: center; justify-content: center; position: absolute; top: 14px; right: 16px; z-index: 5; width: 44px; height: 44px; border-radius: 10px; background: var(--pv-primary); color: #fff; border: 0; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: 0 3px 10px rgba(0,0,0,.2); }
  /* Submenus become INLINE accordions (tap to expand), never hover dropdowns, so they can't
     flicker away when the finger moves. */
  .pv-catnav .nav .sub-menu,
  .pv-catnav .nav .sub-menu .sub-menu {
    position: static !important; opacity: 1 !important; visibility: visible !important; transform: none !important;
    box-shadow: none !important; border: 0 !important; border-radius: 0 !important; left: auto !important; top: auto !important;
    display: none; width: 100% !important; min-width: 0 !important; columns: 1 !important; margin: 0; padding: 2px 0 8px 16px; background: #fbf7f2;
  }
  .pv-catnav .nav .menu-item-has-children:hover > .sub-menu { display: none; } /* disable hover-open on touch */
  .pv-catnav .nav .menu-item-has-children.pv-open > .sub-menu { display: block; }
  .pv-catnav .nav .menu-item-has-children.pv-open > a::after { transform: rotate(180deg); }
  .pv-catnav .nav .sub-menu li a { padding: 10px 14px; font-size: 14.5px; }
}
.pv-nav-close { display: none; } /* hidden on desktop / when menu closed */
.pv-header .brand { font-family: var(--pv-h-font); font-weight: 700; font-size: 22px; color: var(--pv-dark); }
.pv-header .brand span { color: var(--pv-primary); }
.pv-search input { border-radius: 30px 0 0 30px; border-color: var(--pv-border); }
.pv-search .btn { border-radius: 0 30px 30px 0; }
.pv-icon-link { position: relative; color: var(--pv-dark); font-size: 19px; }
.pv-icon-link .badge {
  position: absolute; top: -8px; right: -10px; font-size: 10px;
  background: var(--pv-accent); color: #1d2530; border-radius: 20px;
}

.amount, .woocommerce-Price-amount,.pvx-scard strong{
	font-family: arial !important;
}


.pvx-scard small {
  color: #3a3a3a !important;
  font-weight: 600 !important;
}

/* Category nav */
.pv-catnav { background: var(--pv-primary); }
.pv-catnav .nav-link { color: #eafaf3; font-weight: 500; padding: .8rem 1rem; }
.pv-catnav .nav-link:hover { color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Hero / banner slider ---------- */
.pv-hero { background: linear-gradient(120deg, var(--pv-primary-light), #fbf5e6); border-radius: var(--pv-radius-lg); overflow: hidden; }
.pv-hero h1 { font-size: clamp(28px, 4vw, 44px); }
.pv-hero .lead { color: var(--pv-body); }

/* ---------- Product card ---------- */
.product-card {
  background: var(--pv-surface);
  border: 1px solid var(--pv-border);
  border-radius: var(--pv-radius);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  height: 100%;
  position: relative;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--pv-shadow-lg); }
.product-card .thumb { aspect-ratio: 1/1; background: var(--pv-primary-light); display: flex; align-items: center; justify-content: center; color: var(--pv-primary); font-size: 46px; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 14px 16px 18px; }
.product-card .title { font-size: 15px; font-weight: 600; color: var(--pv-dark); margin: 0 0 4px; }
.product-card .cat { font-size: 12px; color: var(--pv-muted); text-transform: uppercase; letter-spacing: .04em; }
.product-card .price { font-size: 18px; font-weight: 700; color: var(--pv-primary); }
.product-card .price .old { font-size: 13px; color: var(--pv-muted); text-decoration: line-through; font-weight: 500; margin-left: 6px; }
.product-card .ribbon {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--pv-accent); color: #1d2530; font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: 20px; text-transform: uppercase;
}
.product-card .ribbon.sale { background: var(--pv-danger); color: #fff; }
.product-card .wish {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%; background: #fff; box-shadow: var(--pv-shadow-sm);
  display: flex; align-items: center; justify-content: center; color: var(--pv-muted); cursor: pointer;
  border: 0; padding: 0; font-size: 15px; transition: color .15s, transform .15s;
}
.product-card .wish:hover { color: var(--pv-danger); transform: scale(1.1); }
.product-card .wish.active { color: var(--pv-danger); }
.product-card .wish.active i { font-weight: 900; }
.pv-wl-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: #2a2a2a; color: #fff; padding: 12px 22px; border-radius: 8px; font-size: 14px; opacity: 0; transition: opacity .3s, transform .3s; z-index: 99999; }
.pv-wl-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
/* Watch the Craft — video lightbox */
.video-band .play { cursor: pointer; transition: transform .2s; }
.video-band .play:hover { transform: scale(1.08); }
.pv-vidmodal { position: fixed; inset: 0; background: rgba(0,0,0,.86); z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 20px; animation: pvVidFade .2s ease; }
@keyframes pvVidFade { from { opacity: 0; } to { opacity: 1; } }
.pv-vidbox { position: relative; width: min(960px, 100%); }
.pv-vidframe { position: relative; padding-bottom: 56.25%; height: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.55); }
.pv-vidframe iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pv-vidclose { position: absolute; top: -46px; right: 0; background: none; border: 0; color: #fff; font-size: 36px; line-height: 1; cursor: pointer; }
.pv-vidclose:hover { color: var(--pv-gold); }
/* "View cart" link (added after add-to-cart) — wrap to a clean full-width pill below the buttons */
.product-card .d-flex.gap-1 { flex-wrap: wrap; }
.product-card .added_to_cart { flex: 0 0 100%; order: 3; margin-top: 8px; text-align: center; font-size: 12.5px; font-weight: 600; color: #fff !important; background: var(--pv-primary); border-radius: 7px; padding: 7px 10px; text-decoration: none; white-space: nowrap; }
.product-card .added_to_cart:hover { background: var(--pv-primary-dark); }
/* Header search dropdown */
.pv-search-toggle { background: none; border: 0; cursor: pointer; }
.pv-search-panel { border-top: 1px solid var(--pv-border); background: #fff; animation: pvSearchDrop .2s ease; }
@keyframes pvSearchDrop { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.pv-search-form { max-width: 1480px; margin: 0 auto; display: flex; align-items: center; gap: 12px; padding: 16px 28px; }
.pv-search-form > i { color: var(--pv-accent-dark); font-size: 18px; }
.pv-search-form input[type="search"] { flex: 1; border: 0; outline: 0; font-size: 17px; padding: 8px 4px; background: transparent; color: var(--pv-dark); }
.pv-search-go { background: var(--pv-primary); color: #fff; border: 0; border-radius: var(--pv-radius-sm); padding: 11px 26px; font-weight: 600; cursor: pointer; }
.pv-search-go:hover { background: var(--pv-primary-dark); }
.pv-search-close { background: #f4eee4; border: 0; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; color: var(--pv-muted); font-size: 16px; }
.pv-search-close:hover { background: var(--pv-primary); color: #fff; }
@media (max-width: 600px) { .pv-search-form { padding: 12px 16px; gap: 8px; } .pv-search-go { padding: 10px 16px; } }
.stars { color: var(--pv-accent); font-size: 12px; }
.stars .text-muted-2 { color: var(--pv-muted); }

/* ---------- Section heading ---------- */
.sec-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 26px; }
.sec-head h2 { font-size: 26px; margin: 0; }
.sec-head .sub { color: var(--pv-muted); font-size: 14px; }

/* ---------- Footer ---------- */
.pv-footer { background: #84f0b1; color: #123524; padding: 56px 0 0; }
.pv-footer h6 { color: #0f2e1e; font-weight: 700; margin-bottom: 16px; letter-spacing: .02em; }
.pv-footer a { color: #14432b; display: inline-block; padding: 4px 0; }
.pv-footer a:hover { color: var(--pv-primary); }
.pv-footer .brand { color: #0f2e1e; font-family: var(--pv-h-font); font-weight: 700; font-size: 22px; }
.pv-footer .brand span { color: var(--pv-primary); }
.pv-footer .social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(0,0,0,.08); color: #123524; display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; }
.pv-footer .social a:hover { background: var(--pv-primary); color: #fff; }
.pv-footer .copy { border-top: 1px solid rgba(0,0,0,.16); margin-top: 40px; padding: 10px 10px 0px 10px; font-size: 13px; color: #14432b; }
/* Footer: light background + all text black (client request) — beat dark-theme colours from other stylesheets */
.pv-footer, .pv-footer h6, .pv-footer p, .pv-footer li, .pv-footer a, .pv-footer .brand, .pv-footer .brand .bn, .pv-footer .brand .bs, .pv-footer .copy, .pv-footer .pv-foot-contact li, .pv-footer .pv-foot-contact a { color: #123524 !important; }
.pv-footer a:hover, .pv-footer .pv-foot-contact a:hover { color: var(--pv-primary) !important; }
.pv-footer .brand span, .pv-footer .brand .bs, .pv-footer .pv-foot-contact li i { color: var(--pv-primary) !important; }

/* ---------- Auth pages ---------- */
.auth-wrap { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(120deg, var(--pv-primary-light), var(--pv-bg)); }
.auth-card { background: #fff; border-radius: var(--pv-radius-lg); box-shadow: var(--pv-shadow); overflow: hidden; }
.auth-aside { background: linear-gradient(160deg, var(--pv-primary), var(--pv-primary-dark)); color: #eafaf3; padding: 48px; }
.auth-aside h2 { color: #fff; }

/* ---------- Breadcrumb ---------- */
.pv-breadcrumb { background: var(--pv-surface); border-bottom: 1px solid var(--pv-border); padding: 14px 0; font-size: 14px; }
.pv-breadcrumb a { color: var(--pv-muted); }
.pv-breadcrumb .active { color: var(--pv-dark); }

/* ---------- Forms ---------- */
.form-label { font-weight: 500; color: var(--pv-dark); font-size: 14px; margin-bottom: 5px; }
.form-control, .form-select { border-radius: var(--pv-radius-sm); border-color: var(--pv-border); padding: .6rem .85rem; }
.form-control:focus, .form-select:focus { border-color: var(--pv-primary); box-shadow: 0 0 0 .2rem rgba(31,111,84,.12); }

/* utility */
.divider { height: 1px; background: var(--pv-border); border: 0; margin: 0; }
.badge-soft { background: var(--pv-primary-light); color: var(--pv-accent-dark); font-weight: 600; }

/* ============================================================
   PREMIUM / LUXURY ENHANCEMENTS (brass theme)
   ============================================================ */

h1,h2,h3 { letter-spacing: .005em; }
.display-serif { font-family: var(--pv-display-font); font-weight: 700; letter-spacing: .02em; }

/* Gold gradient primary CTA */
.btn-pv-accent { background: var(--pv-gold-grad); border: 0; color: #2a1d11; font-weight: 600; box-shadow: 0 6px 18px rgba(200,160,75,.32); }
.btn-pv-accent:hover { filter: brightness(1.05); color: #2a1d11; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(200,160,75,.4); }
.btn-gold-outline { background: transparent; border: 1.5px solid var(--pv-gold); color: var(--pv-accent-dark); font-weight: 600; }
.btn-gold-outline:hover { background: var(--pv-gold); color: #2a1d11; }
.btn-pv-primary { background: var(--pv-primary); border-color: var(--pv-primary); }
.btn-pv-primary:hover { background: var(--pv-primary-dark); border-color: var(--pv-primary-dark); }
.btn-lg { padding: .8rem 1.8rem; }

/* Catnav becomes deep brown */
.pv-catnav { background: var(--pv-primary); }
.pv-catnav .nav-link { color: #ecdfc8; }
.pv-catnav .nav-link:hover { color: var(--pv-gold); background: rgba(255,255,255,.05); }

/* Hero tint */
.pv-hero { background: linear-gradient(120deg, #f3ece1, #faf3e2); border: 1px solid var(--pv-border); }

/* Product cards — brass presentation */
.product-card { border-radius: var(--pv-radius); }
.product-card .thumb { background: linear-gradient(150deg, #f5ecdb, #efe4cf); color: var(--pv-accent-dark); }
.product-card:hover .thumb img { transform: scale(1.06); }
.product-card .thumb img { transition: transform .5s ease; }
.product-card .title { font-family: var(--pv-h-font); font-weight: 600; }
.product-card .price { color: var(--pv-accent-dark); }
.product-card .ribbon { background: var(--pv-gold-grad); color: #2a1d11; }
.stars { color: var(--pv-gold); }

/* Section heading — premium centered variant */
.sec-head h2 { font-family: var(--pv-h-font); font-weight: 700; }
.sec-head-center { text-align: center; margin-bottom: 40px; }
.sec-head-center h2 { font-family: var(--pv-h-font); font-weight: 700; font-size: clamp(26px,3.2vw,38px); }
.sec-head-center .sub { color: var(--pv-muted); max-width: 620px; margin: 10px auto 0; }

/* Brand wordmark refinement */
.pv-header .brand, .pv-footer .brand, .app-sidebar .brand { font-family: var(--pv-display-font); letter-spacing: .04em; }
.pv-header .brand span, .pv-footer .brand span { color: var(--pv-gold); }

/* Top utility bar gold accents */
.pv-topbar { background: var(--pv-primary-dark); color: #d8cbb2; }
.pv-topbar a:hover { color: var(--pv-gold); }

/* Auth aside → brass gradient */
.auth-aside { background: linear-gradient(160deg, var(--pv-primary), #1c130a); position: relative; }
.auth-aside h2 { font-family: var(--pv-h-font); }

/* Decorative gold frame util */
.gold-frame { border: 1px solid var(--pv-gold-soft); border-radius: var(--pv-radius-lg); }

/* Floating WhatsApp button */
.wa-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 8px 24px rgba(37,211,102,.45); z-index: 1090; transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: waPulse 2s infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.5); opacity: 0; } }

/* Scroll to top */
.to-top { position: fixed; right: 22px; bottom: 92px; width: 46px; height: 46px; border-radius: 50%; background: var(--pv-primary); color: #fff; border: 1px solid var(--pv-gold); display: flex; align-items: center; justify-content: center; font-size: 16px; z-index: 1090; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; }
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { background: var(--pv-gold); color: #2a1d11; }

/* Sticky header shadow when scrolled */
.pv-header.scrolled { box-shadow: 0 6px 22px rgba(59,42,26,.12); }

/* ---------- Centered header layout: phone left · logo center · icons right · centered nav ---------- */
.pv-header-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 4px 24px; }
.pv-header .pv-header-center { justify-self: center; text-align: center; }
.pv-header .pv-header-center .bn { font-size: 27px; }
.pv-header-left { justify-self: start; }
.pv-header-right { justify-self: end; display: flex; align-items: center; gap: 22px; }
.pv-header-right .pv-icon-link { font-size: 19px; }
/* Sign In — plain text link (with icon) at the end of the header */
.pv-signin-btn { display: inline-flex; align-items: center; gap: 7px; color: var(--pv-dark) !important; font-size: 15px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: color .15s; background: none; border: 0; padding: 0; }
.pv-signin-btn:hover { color: var(--pv-primary) !important; }
.pv-signin-btn i { font-size: 16px; }
/* Bulk Orders top-bar button */
.pv-topbar-btn { display: inline-flex; align-items: center; padding: 4px 14px; border: 1px solid var(--pv-gold); border-radius: 6px; color: #fff !important; font-weight: 600; text-decoration: none; transition: background .15s, color .15s; }
.pv-topbar-btn:hover { background: var(--pv-gold); color: #2a1d11 !important; }
.pv-call { display: inline-flex; align-items: center; gap: 10px; color: var(--pv-body); line-height: 1.2; font-size: 12px; text-decoration: none; }
.pv-call i { font-size: 26px; color: var(--pv-accent-dark); }
.pv-call .lbl { text-transform: uppercase; letter-spacing: .08em; color: var(--pv-muted); font-size: 10px; }
.pv-call strong { display: block; font-size: 15px; color: var(--pv-dark); font-family: var(--pv-font); }
.pv-catnav .nav { justify-content: center; }
@media (max-width: 991.98px){ .pv-call .ct { display: none; } .pv-header-main { padding: 14px 18px; } }
@media (max-width: 575.98px){
  .pv-header-left { display: none; }
  .pv-header-main { grid-template-columns: 1fr auto; gap: 10px; padding: 12px 16px; }
  .pv-header .pv-header-center { justify-self: start; text-align: left; }
  .pv-header .pv-header-center .bn { font-size: 19px; }
  .pv-header .pv-header-center .bs { font-size: 8px; letter-spacing: .18em; }
  .pv-header-right { gap: 16px; }
  .pv-header-right .pv-icon-link { font-size: 17px; }
}

/* ---------- Lighter header: light info bar + light menu (gold offers bar unchanged) ---------- */
.pv-topbar { background: var(--pv-primary); color: #e8ddc8; border-bottom: 0; }
.pv-topbar a { color: #ffffff !important; }
.pv-topbar a:hover { color: var(--pv-gold); }
.pv-topbar .text-gold { color: var(--pv-gold) !important; }
.pv-catnav { background: #fff; border-top: 1px solid var(--pv-border); border-bottom: 1px solid var(--pv-border); }
.pv-catnav .nav-link { color: var(--pv-dark); }
.pv-catnav .nav-link:hover { color: var(--pv-accent-dark); background: var(--pv-primary-light); }

/* Vertically centre the info (email) bar and the menu bar — equal top/bottom space */
.pv-topbar .container-pv { min-height: 44px; align-items: center; padding-top: 6px; padding-bottom: 6px; }
.pv-topbar .container-pv > span { display: inline-flex; align-items: center; color:#ffffff; }
.pv-catnav .nav { min-height: 52px; align-items: center; }
.pv-catnav .nav-link { display: inline-flex; align-items: center; padding-top: .55rem; padding-bottom: .55rem; }

/* ---------- Brand lockup with slogan ----------
   Only pages whose logo uses .bn/.bs get the stacked slogan; plain
   wordmark pages are unaffected. */
.pv-header .brand, .pv-footer .brand { display: inline-block; line-height: 1.05; }
.pv-header .brand .bn, .pv-footer .brand .bn { display: block; }
.pv-header .brand .bn { color: var(--pv-dark); }   /* "PRAJHA" */
.pv-footer .brand .bn { color: #0f2e1e; }
.brand .bn > span { color: var(--pv-gold); }       /* "VENTURES" */
.brand .bs {                                        /* slogan line */
  font-family: var(--pv-font);
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--pv-gold);
  font-weight: 600;
  margin-top: 5px;
}
.pv-footer .brand .bs { color: var(--pv-gold-soft); }
.app-sidebar .brand .bn { display: block; }
.app-sidebar .brand .bn > span { color: var(--pv-gold); }
.app-sidebar .brand .bs { display: block; font-size: 9px; letter-spacing: .2em; color: var(--pv-gold); margin-top: 3px; }

/* ---------- Announcement / Offers bar ---------- */
.pv-announce { background: var(--pv-gold-grad); color: #2a1d11; font-size: 13.5px; font-weight: 500; position: relative; z-index: 1040; }
.pv-announce .container-pv { display: flex; align-items: center; gap: 10px; padding-top: 9px; padding-bottom: 9px; min-height: 40px; }
.pv-announce .ann-track { position: relative; flex: 1; height: 22px; }
.pv-announce .ann-item { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; opacity: 0; visibility: hidden; transition: opacity .5s ease; text-align: center; }
.pv-announce .ann-item.active { opacity: 1; visibility: visible; }
.pv-announce .ann-item i { color: #4a2f0a; }
.pv-announce .ann-item strong { font-weight: 700; }
.pv-announce .ann-item a { color: #2a1d11; text-decoration: underline; font-weight: 700; }
.pv-announce .ann-nav, .pv-announce .ann-close { background: transparent; border: 0; color: #2a1d11; cursor: pointer; line-height: 1; opacity: .65; padding: 2px 6px; font-size: 14px; }
.pv-announce .ann-nav:hover, .pv-announce .ann-close:hover { opacity: 1; }
.pv-announce .ann-close { font-size: 16px; }
@media (max-width: 575.98px){ .pv-announce { font-size: 11.5px; } .pv-announce .ann-nav { display: none; } }
