/** Shopify CDN: Minification failed

Line 671:0 Unexpected "<"
Line 687:0 Unexpected "<"
Line 799:25 Unexpected "-->"

**/

.announcement{background:var(--gold);color:var(--light);text-align:center;padding:8px 12px;font-size:14px}
header.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:10}
.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.brand{font-family:Georgia,'Times New Roman',serif;font-weight:700;letter-spacing:.5px;color:var(--gold);font-size:24px;text-decoration:none}
.nav a{margin:0 10px;text-decoration:none;color:#111}
.hero{background:linear-gradient(180deg,#fff,#fff6e6);padding:56px 0}
.hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}
.hero h1{font-size:44px;margin:0 0 8px}
.hero p{color:#4d4d4d;margin:0 0 20px}
.hero .card{border:0;box-shadow:none}
.badge{display:inline-block;background:rgba(212,175,55,.12);color:#7a5c00;padding:6px 10px;border-radius:999px;font-weight:600;margin-bottom:10px}
.collection-card img,.product-card img{width:100%;height:280px;object-fit:cover;display:block}
.collection-card h3{margin:10px 0 6px}
.product-card{padding:12px}
.price{font-weight:700}
.testimonial{padding:16px}
.footer{background:#111;color:#ddd;padding:32px 0;margin-top:40px}
.footer a{color:#ddd;text-decoration:none}
.social a{margin-right:10px}
/* Top row */
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

/* Shop name text */
.shop-name {
  font-size: 28px;
  font-weight: 700;
  color: goldenrod; /* Golden color */
  text-decoration: none;
}

/* Logo */
.logo-img {
  max-height: 80px;
  height: auto;
  width: auto;
  display: inline-block;
}

/* Bottom row menu */
.header__bottom {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

.site-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 25px;
}

.site-nav .menu li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.footer-logo-img {
  max-height: 70px;
  width: auto;
  display: block;
  margin-bottom: 8px; /* spacing before shop name */
}

.footer-branding {
  display: flex;
  flex-direction: column;
  align-items: center; /* center logo and text together */
  justify-content: center;
  margin-bottom: 20px;
}

.footer-logo-img {
  max-height: 70px;
  width: auto;
  margin-bottom: 8px; /* spacing before text */
}

.footer-shopname {
  font-size: 18px;
  font-weight: 600;
  color: goldenrod;
  text-align: center;
}
/* ==== HEADER LOGO IMAGE ==== */
header img,
.site-header__logo img,
.header__heading-logo img {
  max-height: 140px !important; /* increase logo size */
  width: auto !important;
}

/* ==== HEADER STORE NAME ==== */
header .site-header__logo-text,
.header__heading a,
.header__heading-link {
  font-size: 36px !important;  /* make store name text bigger */
  font-weight: 700 !important;
  letter-spacing: 1px;
}

/* ==== HEADER MENU LINKS ==== */
header nav a,
.site-nav__link,
.header__inline-menu a {
  font-size: 20px !important;  /* bigger menu links */
  font-weight: 600 !important;
}
/* ==== SHOP NAME / LOGO TEXT ==== */
.site-header__logo-text,
.header__heading-text,
.header__heading-link,
.header__heading a {
  font-size: 42px !important;   /* Bigger shop name */
  font-weight: 800 !important;  /* Extra bold */
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
}

/* ==== MENU LINKS ==== */
.header__menu-item,
.header__inline-menu a,
.site-nav__link,
nav a {
  font-size: 20px !important;   /* Bigger menu */
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  padding: 12px 18px !important; /* More spacing for premium feel */
}
/* ==== STORE NAME ==== */
.brand,
.shop-name {
  font-size: 52px !important;   /* Bigger store name */
  font-weight: 900 !important;  /* Extra bold */
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  color: goldenrod !important; /* Keep golden color */
}

/* ==== LOGO IMAGE ==== */
.logo-img {
  max-height: 160px !important; /* Make logo taller */
  width: auto !important;
  display: inline-block;
}

/* ==== MENU LINKS ==== */
.site-nav .menu li a {
  font-size: 20px !important;   /* Bigger menu */
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  padding: 12px 18px !important;
}
/* Force shop name in header */
header * {
  font-size: 44px !important;   /* Big */
  font-weight: 900 !important;  /* Bold */
  color: goldenrod !important;
}
/* Force same background for desktop and mobile */
body {
  background-color: #f9f6ef !important;  /* choose your color */
  background-image: none !important;     /* remove any different mobile bg image */
}
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-family: Arial, sans-serif;
  font-size: 11px; /* smaller base size */
}

/* Top row */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0; /* very slim */
  font-size: 11px;
}

.search-bar {
  display: flex;
}

.search-input {
  padding: 2px 6px;
  font-size: 11px;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
}

.search-btn {
  background: goldenrod;
  color: white;
  border: none;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}

.contact-info {
  display: flex;
  gap: 10px;
  font-size: 11px;
  color: #444;
}

/* Bottom row */
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.main-menu ul {
  list-style: none;
  display: flex;
  gap: 12px; /* closer spacing */
  margin: 0;
  padding: 0;
}

.main-menu a {
  text-decoration: none;
  font-size: 11px; /* smaller links */
  font-weight: 600;
  color: #000;
}

.main-menu a:hover {
  color: goldenrod;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.currency {
  padding: 2px 4px;
  font-size: 11px;
}

.cart-icon {
  font-size: 12px;
  text-decoration: none;
  color: black;
}

.cart-count {
  font-weight: bold;
  margin-left: 2px;
  font-size: 11px;
}
/* Universal small text for first header line */
header .header-top,
header .header-top * {
  font-size: 20px !important;
  color: #555 !important;
  line-height: 1.2 !important;
}
/* Force small cart + currency in header */
header .cart,
header .cart *,
header .cart-count,
header .currency,
header .currency *,
header [id*="Cart"],
header [id*="currency"],
header [class*="cart"],
header [class*="currency"] {
  font-size: 15px !important;   /* small text */
  line-height: 1.2 !important;
  color: #555 !important;
}

header .cart svg,
header .currency svg {
  width: 14px !important;
  height: 14px !important;
}
/* === Make header menu smaller === */
header nav a,
.header__inline-menu a,
.site-nav__link,
.header__menu-item {
  font-size: 13px !important;   /* smaller text */
  font-weight: 500 !important;  /* medium weight */
  letter-spacing: 0.3px;
  padding: 6px 10px !important; /* less spacing */
  color: #333 !important;       /* softer dark gray */
}
/* Stop breaking words in menu links everywhere */
.header a,
.site-nav a,
nav a {
  white-space: nowrap !important;
  word-break: keep-all !important;
}
@media (max-width: 768px) {
  .header a,
  .site-nav a,
  nav a {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .header nav,
  .site-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
  }
}
/* ==== MOBILE HEADER ==== */
.mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.mobile-logo {
  height: 40px;
  margin-right: 8px;
}

.mobile-store-name {
  font-size: 18px;
  font-weight: 700;
  color: goldenrod;
}

.mobile-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-icon {
  font-size: 18px;
  cursor: pointer;
}

.hamburger {
  font-size: 24px;
  cursor: pointer;
}

/* ==== MOBILE MENU ==== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 6px rgba(0,0,0,0.15);
  transition: right 0.3s ease-in-out;
  padding: 20px;
  z-index: 2000;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu input[type="search"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}

.mobile-menu .contact {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
}
@media (max-width: 768px) {
  .site-header__logo img {
    display: none; /* mobile par logo image gayab */
  }
}

/* ==== SHOW ONLY ON MOBILE ==== */
@media (max-width: 768px) {
  .mobile-header { display: flex; }
  .site-header, .header__top, .header__bottom, .site-nav { display: none !important; }
}
@media (max-width: 768px) {
  .site-header__logo-text {
    display: none; /* mobile par extra text hat gaya */
  }
}

/* Hide Shopify's default mobile header */
@media (max-width: 768px) {
  .site-header__mobile, 
  .header__mobile,
  .header-mobile {
    display: none !important;
  }
}
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.mobile-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-logo img {
  height: 40px; /* logo size */
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  color: goldenrod;
}

.mobile-right {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
}
/* Hide mobile header on desktop */
.desktop-header { display: flex; }
.mobile-header { display: none; }
.mobile-menu { display: none; }

/* Show mobile header only on small screens */
@media (max-width: 768px) {
  .desktop-header { display: none; }
  .mobile-header { display: flex; justify-content: space-between; align-items: center; padding: 10px; }
  .mobile-menu.active { display: block; }
}
/* Default: Desktop */
.desktop-header { display: flex; justify-content: space-between; align-items: center; }
.mobile-header { display: none; }
.mobile-menu { display: none; }

/* Mobile only */
@media (max-width: 768px) {
  .desktop-header { display: none; }
  .mobile-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 10px;
  }
  .mobile-menu.active { display: block; }
}
.footer-copyright {
  text-align: center;
  font-size: 13px;
  color: #777;
  padding: 10px 0;
}
/* ---- Custom Order ID field styling ---- */
#ContactFormOrderID {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#ContactFormOrderID:focus {
  border-color: #bfa14a; /* Gold shade */
  box-shadow: 0 0 4px rgba(191, 161, 74, 0.4);
  outline: none;
}

label[for="ContactFormOrderID"] {
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 4px;
}
.announcement-bar {
  background: #000;          /* Black background */
  color: #f5d142;            /* Gold text */
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
}
.mobile-nav-toggle,
.header__icon--menu {
  cursor: pointer;
  z-index: 9999;
  position: relative;
}
/* Remove any overlay blocking clicks */
a {
  pointer-events: auto !important;
  z-index: 9999 !important;
  position: relative;
}
/* ✅ Force remove blocking overlays */
* {
  pointer-events: auto !important;
}

/* ✅ Make sure links are always clickable */
a {
  position: relative !important;
  z-index: 9999 !important;
  cursor: pointer !important;
}
.announcement-bar {
  position: relative !important;
  z-index: 10 !important;
}

.site-header, .site-footer {
  position: relative !important;
  z-index: 20 !important;
}
nav a {
  pointer-events: none;  /* ❌ इसे हटा दो */
}
.main-menu a, 
.mobile-menu a, 
.footer-links a {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
a {
  cursor: pointer;
  pointer-events: auto !important;
}
/* Force enable clicks on all nav/footer links */
.main-menu a,
.mobile-menu a,
.footer-links a {
  pointer-events: auto !important;
  z-index: 99 !important;
  position: relative;
}
nav a, 
.mobile-menu a, 
.footer-links a {
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}
/* Forcefully enable all page links */
a[href*="/pages/about-us"],
a[href*="/pages/contact"] {
  position: relative !important;
  z-index: 999999 !important;
  pointer-events: auto !important;
  display: inline-block !important;
}
/* --- PryORA Our Story Page Styling --- */
.wrap {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

.card {
  background: #faf8f6;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.eyebrow {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(184,134,11,0.1);
  color: #b8860b; /* Gold accent */
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 12px;
}

h1, h2 {
  font-family: "Playfair Display", serif; /* Elegant font if available */
  color: #111;
}

h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

h2 {
  font-size: 22px;
  margin-top: 28px;
  margin-bottom: 10px;
  color: #b8860b; /* Gold accent */
}

p, li {
  color: #444;
  line-height: 1.7;
}

ul {
  padding-left: 20px;
  margin-top: 10px;
}

ul li {
  margin-bottom: 10px;
}

.card strong {
  color: #111;
}

.card p:last-child {
  margin-top: 30px;
  font-weight: 500;
}
<style>
  .zoom-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
  }
  .zoom-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
  }
</style>

<script>
  document.addEventListener("DOMContentLoaded", function() {
    const images = document.querySelectorAll(".product-gallery img");
    const overlay = document.createElement("div");
    overlay.className = "zoom-overlay";
    overlay.innerHTML = "<img src='' alt='zoom'>";
    document.body.appendChild(overlay);

    const overlayImg = overlay.querySelector("img");

    images.forEach(img => {
      img.addEventListener("click", function() {
        overlayImg.src = this.src;
        overlay.style.display = "flex";
      });
    });

    overlay.addEventListener("click", function() {
      overlay.style.display = "none";
    });
  });
</script>
.product-gallery img {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.product-gallery img:hover {
  transform: scale(1.5);
}
.hero .card img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.hero .card {
  flex: 1.2; /* make image column bigger */
}
.hero .wrap > div:first-child {
  flex: 0.8; /* make text column smaller */
}
.hero .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Force full description to show */
.description-wrapper, /* replace with your container class */
.product-single__description, 
.product-description {
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important; /* remove line clamp if applied */
  -webkit-box-orient: unset !important;
  white-space: normal !important;
  max-height: none !important;
}
#custom-full-description {
  display: block !important;
  overflow: visible !important;
  white-space: normal !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}
#custom-product-description {
  display: block !important;
  overflow: visible !important;
  white-space: normal !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  line-height: 1.5em;
}
#custom-product-description {
  display: block !important;
  overflow: visible !important;
  white-space: normal !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.product-ratings {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #444;
}

.product-ratings .stars {
  font-size: 18px;
  letter-spacing: 3px;
  color: #ccc; /* empty star color */
}

.product-ratings .write-review {
  margin-left: 10px;
  font-size: 14px;
  color: #0073e6;
  text-decoration: underline;
  cursor: pointer;
}

.product-ratings .write-review:hover {
  color: #005bb5;
}
<!-- Write Review Button -->
  <a class="jdgm-write-review-button" href="#">Write a Review</a>
</div>
