/** Shopify CDN: Minification failed

Line 1486:1 Expected "}" to go with "{"

**/
/* =========================================================
   NOOR JAHAN — LUXURY THEME
   ========================================================= */

:root {
  --bg: #FBF7F2;
  --bg-soft: #F3E8DD;
  --white: #FFFFFF;
  --text: #211A18;
  --muted: #5C504C;
  --burgundy: #7A2430;
  --burgundy-dark: #5F1B25;
  --gold: #B58A55;
  --border: #E4D7CA;
  --product-bg: #F2EBE4;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  width: 100% !important;
}

img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: "Inter", Arial, sans-serif; }
button { cursor: pointer; }

/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1, h2, h3, h4, h5, h6, .logo, .tile strong, .product-offer strong, .reviews p, .timer b, .split h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  color: var(--text);
}

h1 {
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}

h2 {
  font-size: clamp(38px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 8px 0 16px;
}

h3 { margin: 8px 0; line-height: 1.25; }
p { margin-top: 0; }

.section small, .hero small, .product-vendor {
  display: block;
  color: var(--gold);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* =========================================================
   LAYOUT
   ========================================================= */

.page-width {
  width: min(1280px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.narrow { max-width: 850px; }
.center { text-align: center; }

/* =========================================================
   ANNOUNCEMENT BAR - FULL WIDTH
   ========================================================= */

.announcement {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: var(--text);
  color: var(--white);
  padding: 11px 0;
  white-space: nowrap;
  position: relative;
}

.announcement-inner {
  display: flex;
  width: max-content;
  animation: announcementTicker 26s linear infinite;
}

.announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 0 30px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.announcement-item::after {
  content: "✦";
  color: var(--gold);
  font-size: 10px;
}

.announcement-item a { color: var(--white); margin: 0; }

@keyframes announcementTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =========================================================
   HEADER - FULL WIDTH
   ========================================================= */

.header {
  width: 100% !important;
  max-width: 100% !important;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 247, 242, 0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

.header-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.logo {
  color: var(--text);
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.header nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 30px;
}

.header nav a {
  position: relative;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: var(--burgundy);
  transition: width 0.25s ease;
}

.header nav a:hover::after { width: 100%; }
.header nav a:hover { color: var(--burgundy); }

.actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
}

.menu {
  display: none;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 22px;
}

/* =========================================================
   HERO - FULL WIDTH
   ========================================================= */

.hero {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 720px;
  position: relative;
  overflow: hidden;
  color: var(--white);
}

.hero-img, .hero-img img, .hero-fallback, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-img img { object-fit: cover; }
.hero-fallback { background: linear-gradient(120deg, #d8c7b5, #f3ece4); }
.hero-shade { background: linear-gradient(90deg, rgba(33,26,24,0.62), rgba(33,26,24,0.12)); }

.hero-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 720px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-in > div { max-width: 650px; }
.hero h1 { color: var(--white); }
.hero p { max-width: 560px; color: rgba(255,255,255,0.88); font-size: 16px; line-height: 1.7; }

/* =========================================================
   BUTTONS
   ========================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 14px 25px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.gold { background: var(--burgundy); color: var(--white); }
.gold:hover { background: var(--burgundy-dark); }
.dark { background: var(--text); color: var(--white); }
.dark:hover { background: var(--burgundy); }
.wide { width: 100%; text-align: center; }

/* =========================================================
   SECTIONS
   ========================================================= */

.section {
  width: 100% !important;
  max-width: 100% !important;
  padding: 82px 0;
  overflow: hidden !important;
}

.section header { margin-bottom: 34px; }
.section header p { max-width: 560px; color: var(--muted); font-size: 15px; }

/* =========================================================
   GRIDS
   ========================================================= */

.grid, .products {
  display: grid;
  gap: 20px;
}

.collections { grid-template-columns: repeat(4, 1fr); }
.moods { grid-template-columns: repeat(3, 1fr); }
.spotlight { grid-template-columns: repeat(3, 1fr); }
.products { grid-template-columns: repeat(4, 1fr); }

/* =========================================================
   TILES
   ========================================================= */

.tile {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  background: var(--product-bg);
  color: var(--white);
}

.tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tile:hover img { transform: scale(1.035); }

.tile i, .product-card i {
  display: block;
  height: 100%;
  min-height: 280px;
  background: linear-gradient(135deg, #eee4d9, #d2bda2);
}

.tile strong, .tile span {
  position: absolute;
  left: 20px;
  color: var(--white);
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

.tile strong { bottom: 27px; font-size: 27px; line-height: 1; }
.tile span { bottom: 10px; font-family: "Inter", Arial, sans-serif; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }

/* =========================================================
   PRODUCT CARDS
   ========================================================= */

.product-card { min-width: 0; }
.product-card > a { display: block; }
.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  background: var(--product-bg);
  transition: transform 0.4s ease;
}
.product-card > a:hover img { transform: scale(1.02); }
.product-card h3 {
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 13px;
}
.product-card span {
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
}

/* =========================================================
   SPLIT
   ========================================================= */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--bg-soft);
}

.split > img, .split > i {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.split > i { background: linear-gradient(135deg, #eee4d9, #d2bda2); }
.split > div { padding: 75px; display: flex; flex-direction: column; justify-content: center; }
.split p { color: var(--muted); font-size: 16px; line-height: 1.8; }

/* =========================================================
   COUNTDOWN
   ========================================================= */

.count {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 58px;
  background: var(--text);
  color: var(--white);
}

.count h2 { color: var(--white); }
.count p { color: rgba(255,255,255,0.65); }

.timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.timer b {
  display: block;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--white);
  text-align: center;
  font-size: 38px;
}

.timer small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,0.55);
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =========================================================
   INSTAGRAM
   ========================================================= */

.instagram {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.instagram > a {
  min-height: 190px;
  position: relative;
  overflow: hidden;
  background: var(--product-bg);
}

.instagram img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram i {
  display: block;
  height: 100%;
  min-height: 190px;
  background: linear-gradient(135deg, #eee4d9, #d2bda2);
}

.instagram span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: var(--white);
  font-size: 10px;
  text-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

/* =========================================================
   TRUST
   ========================================================= */

.trust {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.trustgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trustgrid > div {
  padding: 28px;
  border-right: 1px solid var(--border);
}

.trustgrid > div:last-child { border-right: 0; }

.trustgrid span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
}

/* =========================================================
   REVIEWS
   ========================================================= */

.reviews { grid-template-columns: repeat(3, 1fr); }
.reviews article { padding: 32px; background: var(--bg-soft); }
.reviews article > b { color: var(--gold); letter-spacing: 0.08em; }
.reviews p { color: var(--text); font-size: 22px; line-height: 1.25; }
.reviews small { display: block; color: var(--muted); font-family: "Inter", Arial, sans-serif; }

/* =========================================================
   SIZES
   ========================================================= */

.sizes { grid-template-columns: repeat(4, 1fr); }
.sizes > div { padding: 28px; border: 1px solid var(--border); background: var(--white); }
.sizes strong { display: block; font-size: 28px; }
.sizes small { display: block; margin-top: 8px; color: var(--muted); }

/* =========================================================
   FAQ
   ========================================================= */

.faq details { padding: 20px 0; border-bottom: 1px solid var(--border); }
.faq summary { cursor: pointer; font-family: "Inter", Arial, sans-serif; font-size: 13px; font-weight: 500; }

/* =========================================================
   NEWSLETTER
   ========================================================= */

.newsletter {
  padding: 70px 20px;
  background: var(--bg-soft);
  text-align: center;
}

.newsletter p { color: var(--muted); }
.newsletter form, .search {
  display: flex;
  max-width: 650px;
  margin: auto;
}


.newsletter input, .search input {
  flex: 1;
  min-height: 49px;
  padding: 15px;
  border: 1px solid var(--border);
  background: var(--white);
  outline: none;
}

.newsletter input:focus, .search input:focus { border-color: var(--burgundy); }

/* =========================================================
   NOTICES
   ========================================================= */

.notice { grid-column: 1 / -1; padding: 30px; background: var(--bg-soft); color: var(--muted); }
.notfound { text-align: center; }

/* =========================================================
   PRODUCT PAGE
   ========================================================= */

.product-page {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 70px;
  align-items: start;
}

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

.product-main-media {
  width: 100%;
  max-width: 620px;
  aspect-ratio
  
  /* =========================================================
   MOBILE FIX - COMPLETE
   ========================================================= */

/* Fix horizontal overflow */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Fix all containers */
.page-width,
.Container,
.container {
  max-width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  overflow: hidden !important;
}

/* =========================================================
   HEADER - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .header-in {
    flex-wrap: wrap !important;
    padding: 10px 15px !important;
    min-height: 60px !important;
    gap: 10px !important;
  }

  .logo {
    font-size: 22px !important;
    order: 1 !important;
    flex: 1 !important;
  }

  .menu {
    display: block !important;
    order: 0 !important;
    font-size: 24px !important;
    background: none !important;
    border: none !important;
    padding: 5px 10px !important;
  }

  .header nav {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: var(--bg) !important;
    padding: 20px !important;
    flex-direction: column !important;
    gap: 15px !important;
    border-bottom: 1px solid var(--border) !important;
    z-index: 999 !important;
    width: 100% !important;
  }

  .header nav.open {
    display: flex !important;
  }

  .header nav a {
    font-size: 14px !important;
    padding: 8px 0 !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
  }

  .actions {
    order: 2 !important;
    gap: 12px !important;
    font-size: 14px !important;
  }

  .actions a {
    padding: 5px !important;
  }
}

/* =========================================================
   HERO - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .hero {
    min-height: 500px !important;
    height: auto !important;
  }

  .hero-in {
    min-height: 500px !important;
    padding: 20px !important;
    align-items: flex-end !important;
  }

  .hero-in > div {
    max-width: 100% !important;
  }

  .hero h1 {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .hero p {
    font-size: 14px !important;
  }
}

/* =========================================================
   PRODUCT GRID - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .products,
  .grid.collections,
  .collections {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .product-card {
    padding: 10px !important;
  }

  .product-card img {
    aspect-ratio: 1/1 !important;
    height: auto !important;
  }

  .product-card h3 {
    font-size: 13px !important;
    margin-top: 8px !important;
  }

  .product-card span {
    font-size: 12px !important;
  }

  .tile {
    aspect-ratio: 1/1 !important;
  }

  .tile strong {
    font-size: 18px !important;
    bottom: 15px !important;
    left: 12px !important;
  }

  .tile span {
    font-size: 9px !important;
    bottom: 5px !important;
    left: 12px !important;
  }
}

/* =========================================================
   SECTIONS - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .section {
    padding: 40px 0 !important;
  }

  .section header {
    margin-bottom: 20px !important;
  }

  .section header h2 {
    font-size: 28px !important;
  }

  .section header p {
    font-size: 14px !important;
    padding: 0 10px !important;
  }

  .section header small {
    font-size: 10px !important;
  }
}

/* =========================================================
   CAROUSEL - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .image-carousel-section {
    padding: 0 10px !important;
  }

  .image-card {
    flex: 0 0 150px !important;
  }

  .image-wrapper {
    border-radius: 10px !important;
  }

  .image-caption {
    font-size: 11px !important;
    padding: 6px 12px !important;
    bottom: 10px !important;
  }
}

/* =========================================================
   FOOTER - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .foot {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 40px 20px !important;
  }

  .foot p {
    max-width: 100% !important;
  }

  .foot a {
    font-size: 14px !important;
  }

  .copy {
    font-size: 10px !important;
    padding: 15px !important;
  }
}

/* =========================================================
   PRODUCT PAGE - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .product-page {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 15px !important;
  }

  .product-info h1 {
    font-size: 28px !important;
  }

  .product-price {
    font-size: 22px !important;
  }

  .product-buy-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .quantity-wrap {
    width: 100% !important;
  }

  .quantity-control {
    width: 100% !important;
  }

  .quantity-control input {
    flex: 1 !important;
  }

  .add-to-cart {
    width: 100% !important;
  }

  .product-thumb {
    width: 60px !important;
    height: 70px !important;
    flex-basis: 60px !important;
  }
}

/* =========================================================
   IMAGES - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .product-main-image {
    max-height: 400px !important;
    padding: 10px !important;
  }

  .product-main-media {
    max-height: 400px !important;
  }
}

/* =========================================================
   TEXT - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 26px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  p {
    font-size: 14px !important;
  }

  .center {
    padding: 0 10px !important;
  }
}

/* =========================================================
   ANNOUNCEMENT BAR - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .announcement {
    padding: 8px 0 !important;
  }

  .announcement-item {
    font-size: 9px !important;
    padding: 0 15px !important;
    gap: 15px !important;
  }

  .announcement-inner {
    animation-duration: 15s !important;
  }
}

/* =========================================================
   FAQ - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .faq details {
    padding: 15px 0 !important;
  }

  .faq summary {
    font-size: 14px !important;
  }

  .faq .rte {
    font-size: 13px !important;
  }
}

/* =========================================================
   SIZE GUIDE - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .sizes {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .sizes > div {
    padding: 15px !important;
  }

  .sizes strong {
    font-size: 22px !important;
  }
}

/* =========================================================
   TRUST BADGES - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .trustgrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .trustgrid > div {
    padding: 15px !important;
  }

  .trustgrid span {
    font-size: 11px !important;
  }
}

/* =========================================================
   BUTTONS - MOBILE FIX
   ========================================================= */

@media (max-width: 768px) {
  .btn {
    min-height: 44px !important;
    padding: 10px 20px !important;
    font-size: 11px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .btn-primary {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* =========================================================
   WAVES - MOBILE FIX (If you have them)
   ========================================================= */

@media (max-width: 768px) {
  .wave-divider {
    height: 30px !important;
  }
}

/* =========================================================
   GENERAL MOBILE SAFETY
   ========================================================= */

* {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

img, video, iframe {
  max-width: 100% !important;
  height: auto !important;
}

table {
  max-width: 100% !important;
  display: block !important;
  overflow-x: auto !important;
}
/* ================================================ */
/* MOBILE MENU - UNIVERSAL FIX */
/* ================================================ */

/* Hide nav on mobile by default */
@media (max-width: 768px) {
  nav[data-nav],
  .main-nav,
  .navigation,
  nav:not(.desktop-nav) {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    padding: 20px !important;
    flex-direction: column !important;
    gap: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    z-index: 9999 !important;
    width: 100% !important;
  }

  nav[data-nav].open,
  nav[data-nav].active,
  nav[data-nav].visible,
  .main-nav.open,
  .main-nav.active,
  .navigation.open,
  nav:not(.desktop-nav).open {
    display: flex !important;
  }

  /* Hamburger button */
  .menu,
  .menu-btn,
  .hamburger,
  [data-menu] {
    display: block !important;
    background: none !important;
    border: none !important;
    font-size: 28px !important;
    cursor: pointer !important;
    padding: 5px 10px !important;
  }
}

/* Desktop - hide hamburger */
@media (min-width: 769px) {
  .menu,
  .menu-btn,
  .hamburger,
  [data-menu] {
    display: none !important;
  }

  nav[data-nav],
  .main-nav,
  .navigation {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: auto !important;
  }
}/* =========================================================
   MOBILE HEADER FIX
   ========================================================= */

/* Hide nav on mobile by default */
@media (max-width: 768px) {
  .header-in {
    flex-wrap: wrap !important;
    padding: 10px 15px !important;
    min-height: 60px !important;
    gap: 5px !important;
    position: relative !important;
  }

  .menu {
    display: block !important;
    order: 0 !important;
    font-size: 28px !important;
    background: none !important;
    border: none !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
  }

  .logo {
    order: 1 !important;
    flex: 1 !important;
    font-size: 20px !important;
  }

  .logo-image {
    max-height: 45px !important;
    width: auto !important;
  }

  .actions {
    order: 2 !important;
    gap: 5px !important;
  }

  .actions a {
    font-size: 14px !important;
    padding: 5px 8px !important;
  }

  /* Navigation - hidden by default, shows when open */
  nav[data-nav] {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    padding: 20px !important;
    flex-direction: column !important;
    gap: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    z-index: 9999 !important;
    width: 100% !important;
    border-top: 1px solid #e5e5e5 !important;
  }

  nav[data-nav].open {
    display: flex !important;
  }

  nav[data-nav] a {
    font-size: 16px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    width: 100% !important;
    text-align: left !important;
  }

  nav[data-nav] a:last-child {
    border-bottom: none !important;
  }
}

/* Desktop - hide hamburger */
@media (min-width: 769px) {
  .menu {
    display: none !important;
  }

  nav[data-nav] {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    border-top: none !important;
  }

  nav[data-nav] a {
    border-bottom: none !important;
    padding: 0 !important;
  }
}
/* =========================================================
   COMPLETE MOBILE FIX - COLLECTION IMAGES & MENU
   ========================================================= */

/* Fix horizontal scrolling */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

* {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* =========================================================
   HEADER & MENU FIX
   ========================================================= */

@media (max-width: 768px) {
  .header {
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    background: #fff !important;
  }

  .header-in {
    flex-wrap: wrap !important;
    padding: 10px 15px !important;
    min-height: 60px !important;
    gap: 5px !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .menu {
    display: block !important;
    order: 0 !important;
    font-size: 28px !important;
    background: none !important;
    border: none !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
    color: #333 !important;
    z-index: 1000 !important;
  }

  .logo {
    order: 1 !important;
    flex: 1 !important;
    font-size: 18px !important;
    max-width: 60% !important;
  }

  .logo-image {
    max-height: 40px !important;
    width: auto !important;
    max-width: 150px !important;
  }

  .actions {
    order: 2 !important;
    gap: 2px !important;
  }

  .actions a {
    font-size: 13px !important;
    padding: 5px 6px !important;
  }

  /* Navigation - FIXED POSITION */
  nav[data-nav] {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #ffffff !important;
    padding: 20px !important;
    flex-direction: column !important;
    gap: 10px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
    z-index: 9999 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-top: 2px solid #b8860b !important;
    overflow: hidden !important;
  }

  nav[data-nav].open {
    display: flex !important;
  }

  nav[data-nav] a {
    font-size: 16px !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    width: 100% !important;
    text-align: left !important;
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
  }

  nav[data-nav] a:last-child {
    border-bottom: none !important;
  }

  nav[data-nav] a:hover {
    color: #b8860b !important;
    background: #f9f5f0 !important;
  }
}

@media (min-width: 769px) {
  .menu {
    display: none !important;
  }

  nav[data-nav] {
    display: flex !important;
    position: static !important;
    flex-direction: row !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    border-top: none !important;
  }
}

/* =========================================================
   COLLECTION IMAGES FIX - STOP SHRINKING
   ========================================================= */

@media (max-width: 768px) {
  .collections,
  .grid.collections {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 10px !important;
  }

  .tile {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    border-radius: 12px !important;
  }

  .tile img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .tile strong {
    font-size: 16px !important;
    bottom: 15px !important;
    left: 12px !important;
    position: absolute !important;
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
  }

  .tile span {
    display: none !important;
  }

  .collection-image-wrapper {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
  }

  .collection-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* =========================================================
   PRODUCT CARDS FIX - STOP SHRINKING
   ========================================================= */

@media (max-width: 768px) {
  .products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 10px !important;
  }

  .product-card {
    width: 100% !important;
    min-width: 0 !important;
    padding: 8px !important;
  }

  .product-card img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    display: block !important;
  }

  .product-card h3 {
    font-size: 13px !important;
    margin-top: 8px !important;
    line-height: 1.3 !important;
  }

  .product-card span {
    font-size: 12px !important;
  }
}

/* =========================================================
   HERO IMAGE FIX
   ========================================================= */

@media (max-width: 768px) {
  .hero {
    min-height: 400px !important;
    height: auto !important;
  }

  .hero-in {
    min-height: 400px !important;
    padding: 20px !important;
  }

  .hero img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* =========================================================
   SECTION PADDING FIX
   ========================================================= */

@media (max-width: 768px) {
  .section {
    padding: 40px 0 !important;
  }

  .page-width {
    padding: 0 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}