:root {
  --nof-bg: #f7efe6;
  --nof-card: rgba(255, 252, 247, 0.96);
  --nof-card-soft: #f4eadf;
  --nof-stage: #eadbcb;
  --nof-stage-2: #dbc7b4;
  --nof-gold: #a9763d;
  --nof-gold-soft: #d8ba92;
  --nof-gold-deep: #7b552e;
  --nof-text: #312720;
  --nof-muted: #796654;
  --nof-line: rgba(142, 96, 49, 0.16);
  --nof-dark-line: #403226;
  --nof-danger: #dc2d32;
  --nof-shadow: 0 18px 42px rgba(68, 42, 19, 0.1);
  --nof-shadow-hover: 0 24px 54px rgba(68, 42, 19, 0.16);
  --nof-radius-card: 16px;
  --nof-radius-inner: 10px;
  --nof-radius-mini: 8px;
  --nof-grid-gap: 28px;
  --nof-ease: 0.28s ease;
}

.nof-product-showcase {
  position: relative;
  padding: 70px 0 86px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.55), transparent 25%),
    radial-gradient(circle at 85% 8%, rgba(199, 160, 114, 0.10), transparent 28%),
    linear-gradient(180deg, #fbf5ec 0%, #f4eadf 55%, #fbf7f1 100%);
  overflow: visible;
}

.nof-product-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 7% 2%, rgba(202, 172, 132, 0.14), transparent 38%),
    linear-gradient(110deg, rgba(255,255,255,0.24) 0%, transparent 26%, rgba(164,111,55,0.04) 62%, transparent 100%);
  opacity: 0.85;
}

.nof-showcase-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.nof-showcase-head {
  text-align: center;
  margin-bottom: 40px;
}

.nof-showcase-title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.nof-showcase-title-wrap::before,
.nof-showcase-title-wrap::after {
  content: "";
  position: absolute;
  top: 44px;
  width: min(28vw, 260px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(150, 105, 59, 0.28), transparent);
}

.nof-showcase-title-wrap::before { right: calc(100% + 34px); }
.nof-showcase-title-wrap::after { left: calc(100% + 34px); }

.nof-showcase-mini {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a3784a;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nof-showcase-title {
  margin: 0;
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(38px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2e2925;
}

.nof-product-grid {
  width: 100%;
  padding-inline: clamp(18px, 3.5vw, 70px);
  display: grid;
  gap: var(--nof-grid-gap);
  align-items: start;
}

.nof-product-grid--responsive {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .nof-product-grid--responsive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .nof-product-grid--responsive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .nof-product-grid--responsive {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1740px) {
  .nof-product-grid--responsive {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.nof-product-card {
  position: relative;
  min-width: 0;
  z-index: 1;
}

.nof-product-card:has(.nof-price-dropdown.is-open),
.nof-product-card:has([data-thumb-row-actions]:not([hidden])) {
  z-index: 30;
}

.nof-product-data {
  display: none !important;
}

.nof-card-shell {
  width: 100%;
  min-width: 0;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: var(--nof-radius-card);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,244,236,0.98));
  border: 1px solid rgba(159, 112, 62, 0.13);
  box-shadow: var(--nof-shadow), inset 0 1px 0 rgba(255,255,255,0.85);
  transition: transform var(--nof-ease), box-shadow var(--nof-ease), border-color var(--nof-ease);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nof-product-card:hover .nof-card-shell {
  transform: translateY(-5px);
  border-color: rgba(123, 85, 46, 0.26);
  box-shadow: var(--nof-shadow-hover), inset 0 1px 0 rgba(255,255,255,0.9);
}

.nof-card-main { min-width: 0; }

.nof-main-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,0.32), transparent 28%),
    linear-gradient(180deg, var(--nof-stage) 0%, var(--nof-stage-2) 100%);
  border: 1px solid rgba(121, 83, 44, 0.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.36), 0 8px 18px rgba(64, 42, 24, 0.06);
}

.nof-main-stage-frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nof-main-ring-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: translateZ(0) scale(1.01);
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.36s ease;
  will-change: opacity, transform;
}

.nof-product-card:hover .nof-main-ring-image {
  transform: translateZ(0) scale(1.045);
}

.nof-main-ring-image.is-switching {
  opacity: 0;
  transform: translateZ(0) scale(0.98);
}

.nof-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  max-width: calc(100% - 88px);
  padding: 7px 11px;
  border-radius: 7px;
  border: 1px solid rgba(140, 103, 58, 0.16);
  background: rgba(255, 250, 244, 0.93);
  color: var(--nof-gold-deep);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(59, 39, 20, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nof-card-badge--overlay {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 8;
  pointer-events: none;
}

.nof-brand-mark {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 8;
  width: 43px;
  height: 43px;
  padding: 4px;
  border-radius: 7px;
  background: rgba(255, 252, 247, 0.95);
  border: 1px solid rgba(113, 76, 39, 0.16);
  box-shadow: 0 8px 18px rgba(59, 39, 20, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nof-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.nof-visual-nav {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(118, 77, 37, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.96);
  color: var(--nof-gold-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(52, 36, 20, 0.11);
  transition: transform var(--nof-ease), box-shadow var(--nof-ease), background var(--nof-ease);
}

.nof-visual-nav:hover {
  transform: translateY(-50%) scale(1.06);
  background: #fff;
  box-shadow: 0 16px 28px rgba(52, 36, 20, 0.16);
}

.nof-visual-prev { left: 13px; }
.nof-visual-next { right: 13px; }
.nof-visual-nav i { font-size: 15px; }

.nof-main-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 6;
  background: linear-gradient(180deg, #241913 0%, #3e2a1e 100%);
}

.nof-main-video-wrap[hidden] {
  display: none !important;
}

.nof-main-review-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nof-video-big-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  width: 68px;
  height: 68px;
  border: none;
  border-radius: 999px;
  background: rgba(70, 49, 34, 0.62);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 24px;
  box-shadow: 0 18px 32px rgba(0,0,0,0.16);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: transform var(--nof-ease), background var(--nof-ease);
}

.nof-video-big-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(46, 33, 24, 0.72);
}

.nof-video-big-play.is-playing {
  opacity: 0;
  pointer-events: none;
}

.nof-main-video-wrap:hover .nof-video-big-play.is-playing {
  opacity: 1;
  pointer-events: auto;
}

.nof-video-control-bar {
  position: absolute;
  inset: auto 14px 14px 14px;
  z-index: 8;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.nof-video-control-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(77, 54, 37, 0.62);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  font-size: 15px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform var(--nof-ease), background var(--nof-ease);
}

.nof-video-control-btn:hover {
  transform: translateY(-2px);
  background: rgba(55, 39, 27, 0.74);
}

.nof-thumb-row {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.nof-thumb-row-actions[hidden],
.nof-thumb-row-product[hidden] {
  display: none !important;
}

.nof-thumb-item {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(154, 112, 67, 0.13);
  background: linear-gradient(180deg, #f5ecdf 0%, #e8d8c6 100%);
  color: var(--nof-gold-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 7px 15px rgba(51, 35, 19, 0.05), inset 0 1px 0 rgba(255,255,255,0.5);
  transition: transform var(--nof-ease), border-color var(--nof-ease), box-shadow var(--nof-ease), background var(--nof-ease), color var(--nof-ease);
}

.nof-thumb-item:hover {
  transform: translateY(-2px);
  border-color: rgba(97, 62, 30, 0.28);
  box-shadow: 0 12px 22px rgba(51, 35, 19, 0.1), inset 0 1px 0 rgba(255,255,255,0.6);
}

.nof-thumb-item-media {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nof-thumb-item-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: cover;
  transform: translateZ(0) scale(1.02);
  transform-origin: center;
}

.nof-media-thumb.is-active,
.nof-thumb-item-video.is-active-video {
  border-color: var(--nof-dark-line);
  box-shadow: 0 0 0 2px rgba(64, 50, 38, 0.12), 0 14px 22px rgba(51,35,19,0.11);
}

.nof-thumb-item-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38,25,18,0.02), rgba(38,25,18,0.22));
}

.nof-video-thumb-image {
  object-fit: cover !important;
}

.nof-thumb-video-icon {
  position: relative;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: var(--nof-gold-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.nof-thumb-item-whatsapp,
.nof-thumb-item-wishlist,
.nof-thumb-item-cart,
.nof-thumb-item-youtube,
.nof-thumb-item-view,
.nof-thumb-item-related {
  font-size: 24px;
  background: linear-gradient(180deg, #f3e7d8 0%, #e4d1ba 100%);
}

.nof-thumb-item-whatsapp { font-size: 28px; }
.nof-thumb-item-whatsapp i { color: #876232; }
.nof-thumb-item-youtube i { color: #906232; }

.nof-thumb-item-related i {
  transform: scaleX(-1) rotate(-180deg);
}

.nof-thumb-item-wishlist.is-saved,
.nof-thumb-item-cart.is-added {
  color: #fff;
  background: linear-gradient(180deg, #9b713f, #6f4d2a);
}

.nof-card-footer {
  position: relative;
  z-index: 12;
}

.nof-card-footer-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  gap: 10px;
  align-items: stretch;
}

.nof-footer-code-box,
.nof-footer-menu-btn,
.nof-price-toggle {
  height: 62px;
  border-radius: 10px;
}

.nof-footer-code-box {
  width: 72px;
  min-width: 72px;
  background: linear-gradient(180deg, #ead9c3 0%, #dec8ad 100%);
  border: 1px solid rgba(142, 96, 49, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 7px 14px rgba(52,36,20,0.05);
}

.nof-footer-code-text {
  display: block;
  max-width: 100%;
  padding: 0 6px;
  color: var(--nof-text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nof-product-rate[hidden] {
  display: none !important;
}

.nof-footer-price-box,
.nof-price-dropdown {
  position: relative;
  min-width: 0;
  z-index: 16;
}

.nof-price-toggle {
  width: 100%;
  min-width: 0;
  padding: 0 16px;
  border: 1px solid rgba(142, 96, 49, 0.14);
  background: linear-gradient(180deg, #fbf6ef 0%, #f0e3d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.64), 0 7px 14px rgba(52,36,20,0.05);
  transition: transform var(--nof-ease), box-shadow var(--nof-ease), border-color var(--nof-ease);
}

.nof-price-toggle:hover,
.nof-price-dropdown.is-open .nof-price-toggle {
  transform: translateY(-1px);
  border-color: rgba(123, 85, 46, 0.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.74), 0 12px 20px rgba(52,36,20,0.08);
}

.nof-price-toggle-text {
  flex: 0 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  color: var(--nof-text);
}

.nof-rs-text {
  color: var(--nof-gold-deep);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.nof-rupee-flag {
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  background: linear-gradient(180deg, #ff9933 0 33.33%, #ffffff 33.33% 66.66%, #138808 66.66% 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 0 rgba(0,0,0,0);
}

.nof-price-toggle-icon {
  flex: 0 0 auto;
  color: var(--nof-gold-deep);
  font-size: 13px;
  transition: transform var(--nof-ease);
}

.nof-price-dropdown.is-open .nof-price-toggle-icon {
  transform: rotate(180deg);
}

.nof-price-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  right: auto;
  z-index: 40;
  width: max-content;
  min-width: 100%;
  max-width: calc(100vw - 40px);
  padding: 10px;
  border-radius: 13px;
  background: linear-gradient(180deg, #fffbf5 0%, #f2e4d4 100%);
  border: 1px solid rgba(142, 96, 49, 0.18);
  box-shadow: 0 20px 36px rgba(52, 36, 20, 0.16), inset 0 1px 0 rgba(255,255,255,0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity var(--nof-ease), visibility var(--nof-ease), transform var(--nof-ease);
}

.nof-price-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #fffbf5;
  border-left: 1px solid rgba(142, 96, 49, 0.18);
  border-top: 1px solid rgba(142, 96, 49, 0.18);
  border-radius: 3px 0 0 0;
  transform: translateX(-50%) rotate(45deg);
}

.nof-price-dropdown.is-open .nof-price-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nof-price-item {
  width: max-content;
  min-width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(142, 96, 49, 0.11);
  border-radius: 10px;
  background: linear-gradient(180deg, #f2e4d4 0%, #e2ccb4 100%);
  color: var(--nof-text);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 6px 12px rgba(52,36,20,0.05);
  transition: transform 0.2s ease, background 0.2s ease;
}

.nof-price-item + .nof-price-item { margin-top: 8px; }
.nof-price-item:hover { transform: translateY(-1px); background: linear-gradient(180deg, #f6e9d8 0%, #e8d3ba 100%); }
.nof-price-item:focus { outline: none; }

.nof-price-item-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #725f4d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.nof-price-item-rupee { font-size: 18px; }
.nof-bis-symbol {
  width: 32px;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

.nof-footer-menu-btn {
  width: 72px;
  min-width: 72px;
  border: 1px solid rgba(142, 96, 49, 0.12);
  background: linear-gradient(180deg, #ead8bf 0%, #dcc3a7 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 8px 16px rgba(52,36,20,0.06);
  transition: transform var(--nof-ease), box-shadow var(--nof-ease), background var(--nof-ease);
}

.nof-footer-menu-btn:hover,
.nof-footer-menu-btn[aria-expanded="true"] {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.48), 0 12px 22px rgba(52,36,20,0.1);
}

.nof-footer-menu-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.nof-footer-menu-icon span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--nof-gold-deep);
  transition: transform var(--nof-ease), opacity var(--nof-ease), background var(--nof-ease);
}

.nof-footer-menu-btn[aria-expanded="true"] .nof-footer-menu-icon span {
  background: var(--nof-danger);
}

.nof-footer-menu-btn[aria-expanded="true"] .nof-footer-menu-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nof-footer-menu-btn[aria-expanded="true"] .nof-footer-menu-icon span:nth-child(2) {
  opacity: 0;
}

.nof-footer-menu-btn[aria-expanded="true"] .nof-footer-menu-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.rm-toast-wrap {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 5000;
  width: min(420px, calc(100vw - 48px));
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.rm-toast {
  min-height: 78px;
  padding: 12px 14px;
  border-radius: 13px;
  background: rgba(255, 251, 246, 0.96);
  border: 1px solid rgba(148, 102, 56, 0.16);
  box-shadow: 0 18px 38px rgba(56, 37, 20, 0.16), inset 0 1px 0 rgba(255,255,255,0.78);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 44px;
  gap: 14px;
  align-items: center;
  opacity: 0;
  transform: translate3d(-22px, 12px, 0) scale(0.97);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.rm-toast.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.rm-toast__image {
  width: 58px;
  height: 58px;
  border-radius: 9px;
  object-fit: cover;
  background: #f1e5d8;
  border: 1px solid rgba(148, 102, 56, 0.12);
}

.rm-toast__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rm-toast__title {
  color: var(--nof-text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rm-toast__message {
  color: var(--nof-muted);
  font-size: 14px;
  line-height: 1.2;
}

.rm-toast__status {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #a87b49, #74502c);
  box-shadow: 0 10px 18px rgba(100, 69, 36, 0.18);
}

.nof-empty-products {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px;
  border-radius: 14px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(142, 96, 49, 0.16);
  color: var(--nof-muted);
  text-align: center;
  box-shadow: var(--nof-shadow);
}

.nof-product-showcase,
.nof-product-grid,
.nof-product-card,
.nof-card-shell,
.nof-card-main,
.nof-card-footer,
.nof-footer-price-box,
.nof-price-dropdown {
  overflow: visible !important;
}

@media (max-width: 1399px) {
  :root { --nof-grid-gap: 22px; }
  .nof-card-shell { padding: 12px; }
  .nof-card-footer-row { grid-template-columns: 66px minmax(0, 1fr) 66px; }
  .nof-footer-code-box,
  .nof-footer-menu-btn { width: 66px; min-width: 66px; }
  .nof-footer-code-box,
  .nof-footer-menu-btn,
  .nof-price-toggle { height: 58px; }
  .nof-footer-code-text { font-size: 16px; }
}

@media (max-width: 767px) {
  .nof-product-showcase { padding: 54px 0 72px; }
  .nof-showcase-head { margin-bottom: 28px; }
  .nof-showcase-title-wrap::before,
  .nof-showcase-title-wrap::after { display: none; }
  .nof-product-grid { padding-inline: 16px; gap: 20px; }
  .nof-card-shell { padding: 12px; border-radius: 14px; }
  .nof-main-stage { border-radius: 11px; }
  .nof-thumb-row { gap: 8px; }
  .nof-thumb-item { border-radius: 7px; }
  .nof-card-footer-row { grid-template-columns: 62px minmax(0, 1fr) 62px; gap: 8px; }
  .nof-footer-code-box,
  .nof-footer-menu-btn { width: 62px; min-width: 62px; }
  .nof-footer-code-box,
  .nof-footer-menu-btn,
  .nof-price-toggle { height: 56px; }
  .nof-visual-nav { width: 36px; height: 36px; }
  .nof-card-badge { font-size: 9px; min-height: 24px; padding: 6px 8px; }
  .nof-brand-mark { width: 38px; height: 38px; }
  .rm-toast-wrap { left: 14px; bottom: 14px; width: calc(100vw - 28px); }
}

@media (max-width: 420px) {
  .nof-product-grid--responsive { grid-template-columns: 1fr; }
  .nof-card-footer-row { grid-template-columns: 58px minmax(0, 1fr) 58px; }
  .nof-footer-code-box,
  .nof-footer-menu-btn { width: 58px; min-width: 58px; }
  .nof-rs-text { font-size: 15px; }
  .nof-rupee-flag { font-size: 18px; }
}

/* =========================================================
   RAJMUDRA PRODUCT SECTION FINAL OVERRIDE
   Keeps approved layout; fixes toast conflicts + counts UI support
========================================================= */

.nof-product-showcase {
  padding-top: clamp(118px, 9vw, 150px) !important;
  padding-bottom: clamp(78px, 7vw, 110px) !important;
}

.nof-product-grid {
  padding-inline: clamp(18px, 3vw, 56px) !important;
  gap: clamp(22px, 2.2vw, 34px) !important;
}

.nof-product-grid--responsive {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

@media (min-width: 620px) {
  .nof-product-grid--responsive {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 992px) {
  .nof-product-grid--responsive {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  .nof-product-grid--responsive {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1820px) {
  .nof-product-grid--responsive {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

.nof-card-shell {
  padding: clamp(13px, 1vw, 16px) !important;
  gap: 13px !important;
  border-radius: 13px !important;
}

.nof-main-stage {
  border-radius: 10px !important;
}

.nof-main-ring-image,
.nof-main-review-video {
  object-fit: cover !important;
}

.nof-thumb-row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(8px, 0.72vw, 11px) !important;
  width: 100% !important;
}

.nof-thumb-item {
  aspect-ratio: 1 / 1 !important;
  min-width: 0 !important;
  border-radius: 7px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,0.32), transparent 36%),
    linear-gradient(180deg, #f7eee3 0%, #e8d7c2 100%) !important;
  border: 1px solid rgba(151, 102, 52, 0.16) !important;
}

.nof-thumb-item-media {
  inset: 0 !important;
}

.nof-thumb-item-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.nof-media-thumb.is-active,
.nof-thumb-item-video.is-active-video {
  border-color: #241b15 !important;
  box-shadow:
    0 0 0 2px rgba(36, 27, 21, 0.18),
    0 12px 22px rgba(45, 28, 13, 0.14) !important;
}

.nof-thumb-item-video {
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,0.52), transparent 34%),
    linear-gradient(180deg, #f5eadc 0%, #dfc9ae 100%) !important;
}

.nof-thumb-item-video .nof-thumb-item-media {
  display: none !important;
}

.nof-thumb-item-video::after {
  content: "" !important;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(67, 43, 24, 0.02), rgba(67, 43, 24, 0.10));
  pointer-events: none;
}

.nof-thumb-video-icon {
  position: relative !important;
  z-index: 3 !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background: rgba(255, 252, 247, 0.94) !important;
  color: #7b552e !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  box-shadow: 0 8px 18px rgba(63, 39, 19, 0.16) !important;
}

.nof-thumb-item-whatsapp {
  font-size: clamp(24px, 1.6vw, 29px) !important;
}

.nof-card-footer-row {
  grid-template-columns: 72px minmax(0, 1fr) 72px !important;
  gap: 10px !important;
}

.nof-footer-code-box,
.nof-footer-menu-btn,
.nof-price-toggle {
  height: 62px !important;
  border-radius: 9px !important;
}

.nof-footer-code-box,
.nof-footer-menu-btn {
  width: 72px !important;
  min-width: 72px !important;
}

/* New unique toast classes avoid old cached rm-toast styles */
.rmp-toast-stack {
  position: fixed !important;
  left: 24px !important;
  right: auto !important;
  top: auto !important;
  bottom: 24px !important;
  z-index: 99999 !important;
  width: min(430px, calc(100vw - 48px)) !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  gap: 12px !important;
  pointer-events: none !important;
}

.rmp-toast {
  min-height: 82px !important;
  padding: 12px 14px !important;
  border-radius: 13px !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,0.72), transparent 36%),
    linear-gradient(180deg, rgba(255,252,247,0.98), rgba(244,233,219,0.98)) !important;
  border: 1px solid rgba(144, 97, 49, 0.18) !important;
  box-shadow:
    0 18px 42px rgba(56, 37, 20, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.86) !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) 44px !important;
  gap: 14px !important;
  align-items: center !important;
  opacity: 0 !important;
  transform: translate3d(-22px, 12px, 0) scale(0.97) !important;
  transition: opacity 0.28s ease, transform 0.28s ease !important;
  pointer-events: auto !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.rmp-toast.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.rmp-toast__image {
  width: 58px !important;
  height: 58px !important;
  border-radius: 9px !important;
  object-fit: cover !important;
  background: #f1e5d8 !important;
  border: 1px solid rgba(148, 102, 56, 0.14) !important;
}

.rmp-toast__content {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

.rmp-toast__title {
  color: #2f261f !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.25px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.rmp-toast__message {
  color: #765f49 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.rmp-toast__status {
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #a77a46, #74502b) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  box-shadow: 0 10px 18px rgba(103, 69, 35, 0.22) !important;
}

@media (max-width: 767px) {
  .nof-product-showcase {
    padding-top: 104px !important;
  }

  .nof-product-grid {
    padding-inline: 14px !important;
    gap: 18px !important;
  }

  .nof-card-footer-row {
    grid-template-columns: 62px minmax(0, 1fr) 62px !important;
    gap: 8px !important;
  }

  .nof-footer-code-box,
  .nof-footer-menu-btn {
    width: 62px !important;
    min-width: 62px !important;
  }

  .nof-footer-code-box,
  .nof-footer-menu-btn,
  .nof-price-toggle {
    height: 56px !important;
  }

  .rmp-toast-stack {
    left: 14px !important;
    bottom: 14px !important;
    width: calc(100vw - 28px) !important;
  }
}

/* =========================================================
   Product action icon final theme fix
   Keeps wishlist/cart icons visible after saved/added.
========================================================= */
.nof-thumb-item-wishlist,
.nof-thumb-item-cart,
.nof-thumb-item-youtube,
.nof-thumb-item-view,
.nof-thumb-item-related,
.nof-thumb-item-whatsapp {
  color: #7b552e !important;
}

.nof-thumb-item-wishlist i,
.nof-thumb-item-cart i,
.nof-thumb-item-youtube i,
.nof-thumb-item-view i,
.nof-thumb-item-related i,
.nof-thumb-item-whatsapp i {
  color: #7b552e !important;
  opacity: 1 !important;
}

.nof-thumb-item-wishlist.is-saved,
.nof-thumb-item-cart.is-added {
  color: #7b552e !important;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,0.38), transparent 36%),
    linear-gradient(180deg, #f7eee3 0%, #e8d7c2 100%) !important;
  border-color: rgba(123, 85, 46, 0.35) !important;
  box-shadow:
    0 0 0 2px rgba(123, 85, 46, 0.13),
    0 11px 20px rgba(51, 35, 19, 0.09),
    inset 0 1px 0 rgba(255,255,255,0.60) !important;
}

.nof-thumb-item-wishlist.is-saved i,
.nof-thumb-item-cart.is-added i {
  color: #7b552e !important;
  opacity: 1 !important;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,0.45));
}

.nof-thumb-item-wishlist.is-saved:hover,
.nof-thumb-item-cart.is-added:hover {
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,0.45), transparent 36%),
    linear-gradient(180deg, #f4e5d3 0%, #dcc2a5 100%) !important;
  border-color: rgba(91, 63, 34, 0.42) !important;
}

/* =========================================================
   METAL-WISE MEDIA UPDATE — DESIGN-SAFE OVERRIDES
   Keeps original card design and forces all product media boxes
   to stay perfectly square.
========================================================= */
.nof-main-stage,
.nof-thumb-item,
.nof-footer-code-box,
.nof-footer-menu-btn {
  aspect-ratio: 1 / 1;
}

.nof-main-ring-image,
.nof-main-review-video,
.nof-thumb-item-media img,
.nof-video-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nof-media-thumb.is-active {
  border-color: var(--nof-dark-line);
  box-shadow: 0 0 0 2px rgba(64, 50, 38, 0.12), 0 14px 22px rgba(51,35,19,0.11);
}

/* Metal-wise video thumbnail: keep the 4th thumbnail square and image-based */
.nof-thumb-item-video .nof-thumb-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nof-thumb-item-video.is-active-video {
  border-color: var(--nof-dark-line);
  box-shadow: 0 0 0 2px rgba(64, 50, 38, 0.12), 0 14px 22px rgba(51,35,19,0.11);
}


/* =========================================================
   NEW OFFER SECTION EXTRAS
========================================================= */
.nof-badge-offer {
  background: linear-gradient(180deg, #231a12 0%, #100b07 100%) !important;
  color: #fff !important;
  border-color: rgba(216, 186, 146, 0.48) !important;
}

.nof-empty-products {
  margin: 0 clamp(18px, 3.5vw, 70px);
}