#cart.cart-force-open .dropdown-menu.shoppingcart-box {
  -webkit-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  pointer-events: auto !important;
}

.typeheader-1 .wishlist-comp li {
  width: auto;
  height: auto;
  list-style: none;
  float: left;
  padding-top: inherit;
  margin-left: 15px;
}

.logo-link {
  display: inline-block;
  text-decoration: none;
}

.logo {
  display: flex;
  align-items: center;
  width: 100%;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  width: 100%;
}

.nallur-shopee {
  margin-left: 30px;
  margin-right: 20px;
}

#menuHeading {
  display: none;
}

.vertical-wrapper {
  display: none;
}

.logo-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.3;
  font-family: sans-serif;
  white-space: nowrap;
  flex: 1;
}

.logo-nallur {
  font-size: 24px;
  font-weight: 800;
  color: #c10037;
  letter-spacing: 1px;
}

.logo-highlight {
  font-size: 24px;
  font-weight: 800;
  color: #f5c518;
  letter-spacing: 1px;
}

.nallur-shopee {
  height: 90px;
}

.typeheader-1 ul.top-link {
  list-style: none;
  margin: 8px;
  vertical-align: top;
  display: inline-flex;
}

.typeheader-1 #sosearchpro .search input {
  border: 1px solid #cecece;
}

.typeheader-1 {
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
  float: left;
  color: #000000;
  margin-left: 15px;
  margin-top: 13px;
}

.typeheader-1
  .shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .total-shopping-cart
  .items_cart {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: -6px;
  left: 27px;
  font-size: 12px;
  color: #ffffff;
  background-color: #f5c518;
}

.shopping_cart-for-mobile {
  display: none;
}

.shopping_cart-for-web {
  display: block;
}

@media (max-width: 767px) {
  .shopping_cart-for-mobile {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .shopping_cart-for-web {
    display: none;
  }

  .bottom2 {
    display: none;
  }

  /* .bottom3 {
        display: none;
    } */

  .nt-action-row {
    display: none !important;
  }
}

.typeheader-1 .wishlist-comp {
  float: none;
  margin-right: inherit;
}

@media (max-width: 900px) {
  .typeheader-1 .header-bottom {
    /* padding-top: 10px; */
    padding-bottom: 10px;
  }

  .logo-nallur {
    font-size: 24px;
  }

  header.typeheader-1 .shopping_cart {
    margin-right: 0px;
    margin-top: 20px;
  }

  .logo-highlight {
    font-size: 24px;
  }

  .nallur-shopee {
    margin-left: 12px;
    margin-right: 10px;
    height: 65px;
  }

  .header-top-left {
    display: flex;
    justify-content: space-between;
  }

  .header-top-right {
    display: none;
  }
}

.login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f5c518;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none !important;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.login-btn i {
  font-size: 18px !important;
  transition: transform 0.3s ease;
}

.typeheader-1 .wishlist-comp li a:hover i {
  color: #ffffff;
}

.login-btn:hover {
  background-color: #031266;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(245, 189, 65, 0.3);
}

.login-register-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f5c518;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.login-register-btn i {
  font-size: 14px;
}

.login-register-btn:hover {
  background-color: #f5bd41;
  color: #ffffff;
  transform: translateY(-2px);
}

.user-menu {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.user-account-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f5c518;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.user-account-btn i {
  font-size: 14px;
}

.user-account-btn:hover {
  background-color: #f5bd41;
  color: #ffffff;
  transform: translateY(-2px);
}

.user-logout-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #c10037;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 13px 8px 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.user-logout-btn i {
  font-size: 14px;
}

.user-logout-btn:hover {
  background-color: #c10037 !important;
  transform: translateY(-2px);
}

.login-register-btn:active,
.user-account-btn:active,
.user-logout-btn:active {
  transform: translateY(0);
}

.social-media-icons {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-for-mob-only {
  display: none;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

.social-icon i,
.social-icon svg {
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
}

.social-icon:hover i,
.social-icon:hover svg {
  transform: scale(1.1);
}

/* WhatsApp */
.social-icon.whatsapp {
  background-color: #25d366 !important;
  color: #ffffff !important;
}

.social-icon.whatsapp:hover {
  background-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4) !important;
}

/* Facebook */
.social-icon.facebook {
  background-color: #1877f2 !important;
  color: #ffffff !important;
}

.social-icon.facebook:hover {
  background-color: #1877f2 !important;
  color: #ffffff !important;
  box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4) !important;
}

/* Instagram */
.social-icon.instagram {
  background: linear-gradient(45deg, #f09433, #d62976, #962fbf) !important;
  color: #ffffff !important;
}

.social-icon.instagram:hover {
  background: linear-gradient(45deg, #f09433, #d62976, #962fbf) !important;
  color: #ffffff !important;
  box-shadow: 0 5px 15px rgba(214, 41, 118, 0.4) !important;
}

/* YouTube */
.social-icon.youtube {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}

.social-icon.youtube:hover {
  background-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4) !important;
}

/* TikTok */
.social-icon.tiktok {
  background: linear-gradient(135deg, #69c9d0 0%, #010101 50%, #ff0050 100%);
  color: #ffffff !important;
}

.social-icon.tiktok svg {
  width: 16px;
  height: 16px;
}

.social-icon.tiktok:hover {
  background-color: #010101 !important;
  color: #ffffff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4) !important;
}

/* Responsive */
@media (max-width: 768px) {
  .social-for-mob-only {
    display: inline-flex;
  }

  .social-icon {
    width: 25px !important;
    height: 25px !important;
    font-size: 14px !important;
  }

  .social-icon.tiktok svg {
    width: 14px !important;
    height: 14px !important;
  }
}

/* ─── Quick View Modal ─────────────────────────────────────── */
.nm-qv-modal {
  max-width: 900px;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}

.nm-qv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid #e5e7eb;
}

.nm-qv-title {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.nm-qv-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  padding: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}

.nm-qv-close-btn:hover {
  color: #0f172a;
}

.nm-qv-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.nm-qv-spinner {
  width: 32px;
  height: 32px;
  border: 2px solid #e5e7eb;
  border-top-color: #c10037;
  border-radius: 50%;
  animation: nmQvSpin 0.7s linear infinite;
}

@keyframes nmQvSpin {
  to {
    transform: rotate(360deg);
  }
}

.nm-qv-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.nm-qv-image-col {
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid #e5e7eb;
  min-height: 300px;
}

.nm-qv-img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
  /* or try: bottom */
  border-radius: 8px;
}

.nm-qv-info-col {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nm-qv-cat {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c10037;
  margin: 0;
}

.nm-qv-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.35;
}

.nm-qv-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #374151;
}

.nm-qv-meta-label {
  color: #0a0a0a;
  font-size: 12px;
  margin-right: 4px;
  font-weight: bold;
}

.nm-qv-ingredients {
  font-size: 12px;
  color: #374151;
  line-height: 1.5;
}

/* Options */
.nm-qv-option-group {
  margin-bottom: 10px;
}

.nm-qv-option-label {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
  display: block;
}

.nm-qv-color-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nm-qv-color-swatch {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    border-color 0.15s,
    transform 0.1s;
  outline: none;
}

.nm-qv-color-swatch:hover {
  transform: scale(1.1);
}

.nm-qv-color-swatch.selected {
  border-color: #0f172a;
}

/* Qty */
.nm-qv-actions-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.nm-qv-qty-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nm-qv-qty-ctrl {
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.nm-qv-qty-ctrl button {
  background: none;
  border: none;
  padding: 5px 11px;
  font-size: 16px;
  cursor: pointer;
  color: #64748b;
  line-height: 1;
  transition: background 0.1s;
}

.nm-qv-qty-ctrl button:hover {
  background: #f1f5f9;
}

.nm-qv-qty-ctrl span {
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  min-width: 36px;
  text-align: center;
}

/* Buttons */
.nm-qv-btn-row {
  display: flex;
  gap: 8px;
}

.nm-qv-btn-cart,
.nm-qv-btn-order {
  flex: 1;
  padding: 10px 14px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  transition:
    background 0.12s,
    transform 0.1s;
  font-family: inherit;
}

.nm-qv-btn-cart:active,
.nm-qv-btn-order:active {
  transform: scale(0.98);
}

.nm-qv-btn-cart {
  background: #fff;
  border: 1px solid #d1d5db;
  color: #374151;
}

.nm-qv-btn-cart:hover {
  background: #f9fafb;
}

.nm-qv-btn-order {
  background: #c10037;
  color: #fff;
}

.nm-qv-btn-order:hover {
  background: #a3002e;
}

.nm-qv-view-full {
  font-size: 12px;
  color: #c10037;
  text-decoration: none;
  text-align: center;
}

.nm-qv-view-full:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .nm-qv-body {
    grid-template-columns: 1fr;
  }

  .nm-qv-image-col {
    min-height: 180px;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

  .nm-qv-modal {
    max-width: 95vw;
  }

  .nm-qv-img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: top;
    /* or try: bottom */
    border-radius: 8px;
  }

  .navbar-header .navbar-toggle {
    display: none;
  }
}

/* ── Mobile fixes ── */
@media (max-width: 991px) {
  .nm-qv-modal {
    max-width: 95vw;
    width: 95vw;
    max-height: 90vh;
    /* ← prevent overflow beyond screen height */
    overflow-y: auto;
    /* ← scroll if content is tall */
    margin: auto;
  }

  .nm-qv-body {
    grid-template-columns: 1fr;
  }

  .nm-qv-image-col {
    min-height: 180px;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px;
  }

  .nm-qv-img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    /* ← contain looks better on mobile */
    border-radius: 8px;
  }

  .nm-qv-info-col {
    padding: 16px;
  }

  .nm-qv-btn-row {
    flex-direction: column;
    /* ← stack buttons on small screens */
  }

  .nm-qv-btn-cart,
  .nm-qv-btn-order {
    width: 100%;
  }
}

/* Also fix the overlay centering */
.nm-overlay {
  align-items: center;
  justify-content: center;
  padding: 16px;
  /* ← breathing room from screen edges */
  box-sizing: border-box;
}

/* ── Megamenu nav links ── */
.header-bottom .megamenu > li > a,
.header-bottom .megamenu > li > a strong {
  color: #ffffff;
  transition: color 0.2s ease;
}

/* Active state - ALWAYS red */
.header-bottom .megamenu > li.active > a,
.header-bottom .megamenu > li.active > a strong,
.header-bottom .megamenu > li.active:hover > a,
.header-bottom .megamenu > li.active:hover > a strong {
  color: #f5c518 !important;
}

/* Hover state - only for non-active items */
.header-bottom .megamenu > li:not(.active):hover > a,
.header-bottom .megamenu > li:not(.active):hover > a strong {
  color: #f5c518 !important;
}

/* Caret styling */
.header-bottom .megamenu > li.active > a .caret {
  border-top-color: #f5c518;
}

.header-bottom .megamenu > li:not(.active):hover > a .caret {
  border-top-color: #f5c518;
}

.browse-by-cat {
  border: none !important;
  margin-bottom: 0px !important;
}

.browse-by-content {
  border: 2px solid #eee;
}

.for-latest-products-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: -35px;
  right: -90px;
  background-color: #c10037;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  z-index: 10;
  transition: background 0.3s ease;
}

.for-latest-products-item-inner {
  padding-bottom: 50px !important;
}

/* ── Outer ── */
.search-header-w {
  background: #fff;
  padding: 28px 24px 24px;
  border-bottom: 1px solid #ececec;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
}

.sosearchpro-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

/* ── Centered heading ── */
.sw-head {
  text-align: center;
  margin-bottom: 16px;
}

.sw-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a8c;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.sw-sub {
  display: block;
  font-size: 12.5px;
  color: #aaa;
  margin-top: 5px;
  font-weight: 400;
}

/* ── Search bar ── */
.sw-bar {
  display: flex;
  align-items: stretch;
  border: 2px solid #bbbbbb;
  border-radius: 8px;
  overflow: hidden;
  height: 48px;
  background: #fff;
  transition: box-shadow 0.2s;
}

.sw-bar:focus-within {
  box-shadow: 0 0 0 4px rgba(26, 26, 140, 0.1);
}

.sw-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  font-size: 14px;
  color: #222;
  padding: 0 16px;
  height: 100%;
}

.sw-input::placeholder {
  color: #bbb;
  font-size: 13.5px;
}

.sw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #1a1a8c;
  color: #fff;
  border: none;
  height: 100%;
  padding: 0 24px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0;
  letter-spacing: 0.2px;
  transition: background 0.15s;
}

.sw-btn:hover {
  background: #15158f;
}

/* ── Popular tags ── */
.sw-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.sw-tag-label {
  font-size: 12px;
  color: #bbb;
}

.sw-tag {
  font-size: 12px;
  color: #1a1a8c;
  border: 1px solid #d0d2f0;
  border-radius: 20px;
  padding: 4px 12px;
  cursor: pointer;
  background: #fff;
  transition: all 0.15s;
}

.sw-tag:hover {
  background: #f0f0fb;
  border-color: #1a1a8c;
}

/* ── Dropdown ── */

.dsd-label {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #aaa;
  padding: 12px 16px 5px;
}

.dsd-section-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  padding: 11px 16px 5px;
}

.dsd-clear-history {
  font-size: 11.5px;
  color: #1a1a8c;
  cursor: pointer;
}

.dsd-clear-history:hover {
  text-decoration: underline;
}

.dsd-recent-list {
  padding: 2px 8px 8px;
}

.dsd-loading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  font-size: 13px;
  color: #aaa;
}

.dsd-spinner {
  width: 15px;
  height: 15px;
  border: 2px solid #eee;
  border-top-color: #1a1a8c;
  border-radius: 50%;
  animation: dsdSpin 0.7s linear infinite;
  flex-shrink: 0;
}

@keyframes dsdSpin {
  to {
    transform: rotate(360deg);
  }
}

.dsd-no-results {
  text-align: center;
  padding: 20px;
  font-size: 13px;
  color: #bbb;
}

.dsd-see-all {
  text-align: center;
  padding: 10px 16px;
  border-top: 0.5px solid #f0f0f0;
}

.dsd-see-all a {
  font-size: 13px;
  color: #1a1a8c;
  font-weight: 500;
  text-decoration: none;
}

.dsd-see-all a:hover {
  text-decoration: underline;
}

/* ── Search bar shared styles ── */
.search-header-w {
  width: 100%;
}

#sosearchpro {
  width: 100%;
}

.sw-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  height: 46px;
}

.sw-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  background: transparent !important;
  height: 100% !important;
  color: #333 !important;
}

.sw-btn {
  flex-shrink: 0;
  background: #c10037;
  color: #fff;
  border: none;
  padding: 0 18px;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.sw-btn:hover {
  background: #a5002f;
}

/* ── Mobile: openMobileSearch div fills full width ── */
#openMobileSearch .sw-bar {
  width: 100%;
}

/* ── Mobile input: pointer cursor since it opens overlay ── */
#openMobileSearch .sw-input {
  cursor: pointer !important;
}

/* ── Mobile search button should NOT re-trigger the div click loop ── */
#openMobileSearch .sw-btn {
  pointer-events: none;
  /* the parent div click handles it */
}

.no-product-fount-column {
  display: flex;
  justify-content: center;
}

.no-product-fount-column-img {
  height: 400px;
}

#interleaved-load-more-wrap {
  display: flex;
  justify-content: center;
}

#shop-load-more-wrap {
  text-align: center;
  padding: 20px 0 10px;
}

#shop-load-more-btn {
  background: #f5bd41;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(200, 169, 126, 0.3);
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 991px) {
  .search-header-w {
    padding: 0 !important;
  }

  #interleaved-load-more-wrap {
    padding: 0px !important;
  }

  #interleaved-load-more-btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }

  .no-clear-mob {
    display: none !important;
  }

  .no-product-fount-column-img {
    height: auto;
  }

  .no-product-fount-text {
    font-size: 20px;
  }

  .browse-by-cat-parent {
    margin-top: 20px;
  }
}

.mob-nav-active {
  color: #c10037 !important;
  font-weight: 900;
}

.mob-nav-active svg {
  stroke: #c10037 !important;
}

.mob-nav-item:hover,
.mob-nav-item:focus {
  text-decoration: none;
  color: #c10037 !important;
}

.logo-text {
  display: none !important;
}

/* .header-row {
    display: flex;
    justify-content: space-around;
} */
@media (max-width: 991px) {
  .layout-1.common-home #content .main-right .module h3.modtitle span {
    font-size: 12px;
    color: black;
  }

  #content .module h3.modtitle span {
    color: #fff !important;
  }

  .category-modal {
    display: none !important;
  }

  .logo-text {
    display: inline-flex !important;
  }

  .header-row {
    display: block;
  }
}

#orderEnquiryModal {
  z-index: 10000;
}

#home-shop-link.shop-btn {
  display: inline-block !important;
  background: rgb(224 5 85) !important;
  color: rgb(255, 255, 255) !important;
  padding: 10px 24px !important;
  margin-top: 5px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  transition: none !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  pointer-events: auto !important;
}

/* Remove any hover effect completely */
#home-shop-link.shop-btn:hover {
  background: rgb(224 5 85) !important;
  color: rgb(255, 255, 255) !important;
  transform: none !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* Strong tag inside button - always white */
#home-shop-link.shop-btn strong,
#home-shop-link.shop-btn:hover strong {
  color: #ffffff !important;
}

/* ────────────────────────────────────────────────────────────────────────
   COOKIE CONSENT MODAL — BOTTOM LEFT CORNER
   Colors: #ffffff (background), #c10037 (accept), #f5c518 (accent)
   Fully Responsive - Buttons in same row
   Increased sizes for better readability
──────────────────────────────────────────────────────────────────────── */
.nm-cookie-consent {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 10001;
  max-width: 450px;
  width: calc(100% - 50px);
  animation: nmCookieSlideIn 0.4s ease-out;
}

@keyframes nmCookieSlideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.nm-cookie-container {
  background: #ffffff;
  border-radius: 14px;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  padding: 20px 22px;
  gap: 15px;
  transition: all 0.2s ease;
  border: 1px solid #f0ece6;
}

.nm-cookie-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #f5c518;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nm-cookie-icon svg {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
}

.nm-cookie-content {
  flex: 1;
  min-width: 0;
}

.nm-cookie-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}

.nm-cookie-message {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 16px;
}

.nm-cookie-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: nowrap;
}

.nm-cookie-btn {
  flex: 1;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.nm-cookie-accept {
  background: #f5c518;
  color: #ffffff;
}

.nm-cookie-accept:hover {
  background: #f5c518;
  transform: translateY(-1px);
}

.nm-cookie-decline {
  background: #c10037;
  color: #ffffff;
  border: 1px solid #c10037;
}

.nm-cookie-decline:hover {
  background: #c10037;
  transform: translateY(-1px);
}

.nm-cookie-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  justify-content: end;
}

.nm-cookie-link {
  color: #c10037;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.nm-cookie-link:hover {
  color: #031266;
  text-decoration: underline;
}

.nm-cookie-dot {
  color: #000000;
  font-size: 11px;
}

/* Tablet Responsive */
@media (max-width: 768px) {
  .nm-cookie-consent {
    max-width: 420px;
    bottom: 20px;
    left: 20px;
  }

  .nm-cookie-container {
    padding: 18px 20px;
    gap: 13px;
  }

  .nm-cookie-icon {
    width: 48px;
    height: 48px;
  }

  .nm-cookie-icon svg {
    width: 26px;
    height: 26px;
  }

  .nm-cookie-title {
    font-size: 16px;
  }

  .nm-cookie-message {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .nm-cookie-btn {
    padding: 9px 14px;
    font-size: 13px;
  }
}

/* Mobile Responsive */
@media (max-width: 550px) {
  .nm-cookie-consent {
    bottom: 90px;
    left: 15px;
    right: 15px;
    max-width: none;
    width: auto;
  }

  .nm-cookie-container {
    padding: 16px 18px;
    gap: 12px;
  }

  .nm-cookie-icon {
    width: 44px;
    height: 44px;
  }

  .nm-cookie-icon svg {
    width: 24px;
    height: 24px;
  }

  .nm-cookie-title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .nm-cookie-message {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .nm-cookie-buttons {
    gap: 10px;
    margin-bottom: 10px;
  }

  .nm-cookie-btn {
    padding: 8px 12px;
    font-size: 13px;
    gap: 6px;
  }

  .nm-cookie-btn svg {
    width: 14px;
    height: 14px;
  }

  .nm-cookie-footer {
    font-size: 11px;
    gap: 8px;
  }
}

/* Very Small Screens (below 400px) */
@media (max-width: 400px) {
  .nm-cookie-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .nm-cookie-icon {
    width: 40px;
    height: 40px;
  }

  .nm-cookie-icon svg {
    width: 22px;
    height: 22px;
  }

  .nm-cookie-buttons {
    width: 100%;
  }

  .nm-cookie-btn {
    flex: 1;
    white-space: nowrap;
  }
}

/* ── Gender Tab Row ── */
.nav-gender-tabs {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.nav-gender-tab a {
  display: block;
  padding: 6px 16px;
  font-size: 16px;
  color: rgb(0 0 0);
  text-decoration: none;
  border-radius: 3px;
  transition:
    background 0.15s,
    color 0.15s;
}

.nav-gender-tab a:hover {
  color: #fff;
  background: #031266;
}

.nav-gender-tab.active a {
  background: #031266;
  color: #fff;
}

/* ── Subcategory Row ── */
.nav-subcat-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav-subcat-row li {
  display: inline-block;
}

.subcat-link {
  display: block;
  padding: 4px 13px;
  font-size: 15px;
  color: rgb(0 0 0);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
  border-bottom: 2px solid transparent;
}

.subcat-link:hover {
  color: rgb(0 0 0);
}

/* Active subcat — yellow + underline */
.nav-subcat-row li.subcat-active .subcat-link {
  color: #c10037;
  border-bottom: 2px solid #c10037;
  font-weight: 600;
}

.breadcrumb-parrent {
  display: flex;
  justify-content: space-between;
}

.product-image-container.second_img.order-now-show {
  position: relative !important;
  overflow: hidden !important;
}

.product-image-container.second_img.order-now-show .order-now-btn {
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  z-index: 10 !important;
  right: -50px !important;
  transition: all 0.3s ease-in-out !important;
}

.product-image-container.second_img.order-now-show:hover .order-now-btn {
  opacity: 1 !important;
  visibility: visible !important;
  right: 10px !important;
}

/* ══════════════════════════════════════════════════════════════
   Advertisement Banner Modals — Image only with close button
══════════════════════════════════════════════════════════════ */

.nm-ad-banner {
  position: fixed;
  z-index: 10002;
  pointer-events: none;
  opacity: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.28),
    0 5px 12px rgba(0, 0, 0, 0.18);
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── TOP-RIGHT CORNER ── */
.nm-ad-banner--tr {
  top: 90px;
  right: 35px;
  width: 450px;
  transform: translateX(120%);
}

.nm-ad-banner--tr.nm-ad-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.nm-ad-banner--tr.nm-ad-hiding {
  opacity: 0;
  transform: translateX(120%);
}

/* ── CENTER-LEFT ── */
.nm-ad-banner--cl {
  top: 70%;
  left: 35px;
  width: 430px;
  transform: translateX(-120%) translateY(-50%);
}

.nm-ad-banner--cl.nm-ad-visible {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
  pointer-events: auto;
}

.nm-ad-banner--cl.nm-ad-hiding {
  opacity: 0;
  transform: translateX(-120%) translateY(-50%);
}

/* ── Image styling ── */
.nm-ad-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 18px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.nm-ad-img:hover {
  transform: scale(1.02);
}

/* ── Close button ── */
.nm-ad-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}

.nm-ad-close:hover {
  background: #c10037;
  border-color: #c10037;
  transform: scale(1.1);
}

/* ── Desktop Large Screens (1920px+) ── */
@media (min-width: 1920px) {
  .nm-ad-banner--tr {
    width: 520px;
    top: 110px;
    right: 60px;
  }

  .nm-ad-banner--cl {
    width: 500px;
    left: 60px;
  }

  .nm-ad-img {
    max-height: 600px;
  }

  .nm-ad-close {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: 16px;
    right: 16px;
  }
}

/* ── Desktop Standard (1200px - 1919px) ── */
@media (min-width: 1200px) and (max-width: 1919px) {
  .nm-ad-banner--tr {
    width: 450px;
    top: 90px;
    right: 35px;
  }

  .nm-ad-banner--cl {
    width: 430px;
    left: 35px;
  }

  .nm-ad-img {
    max-height: 520px;
  }
}

/* ── Small Desktop / Large Tablet (992px - 1199px) ── */
@media (min-width: 992px) and (max-width: 1199px) {
  .nm-ad-banner--tr {
    width: 400px;
    top: 80px;
    right: 30px;
  }

  .nm-ad-banner--cl {
    width: 380px;
    left: 30px;
  }

  .nm-ad-img {
    max-height: 460px;
  }

  .nm-ad-close {
    width: 34px;
    height: 34px;
    font-size: 20px;
    top: 12px;
    right: 12px;
  }
}

/* ── Tablet (768px - 991px) ── */
@media (min-width: 768px) and (max-width: 991px) {
  .nm-ad-banner--tr {
    width: 350px;
    top: 70px;
    right: 25px;
  }

  .nm-ad-banner--cl {
    width: 330px;
    left: 25px;
  }

  .nm-ad-img {
    max-height: 400px;
  }

  .nm-ad-close {
    width: 32px;
    height: 32px;
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
}

/* ══════════════════════════════════════════════════════════════
   MOBILE ONLY (≤ 767px) — only section changed from original
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* Blurred backdrop behind modal */
  .nm-ad-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10001;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  /* Both banners: centered modal */
  .nm-ad-banner--tr,
  .nm-ad-banner--cl {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(90vw, 380px);
    max-width: 380px;
    border-radius: 16px;
  }

  /* TR — scale pop-in */
  .nm-ad-banner--tr {
    transform: translate(-50%, -50%) scale(0.85);
    z-index: 10003;
  }

  .nm-ad-banner--tr.nm-ad-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
  }

  .nm-ad-banner--tr.nm-ad-hiding {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
    pointer-events: none;
  }

  /* CL — same pop-in */
  .nm-ad-banner--cl {
    transform: translate(-50%, -50%) scale(0.85);
    z-index: 10002;
  }

  .nm-ad-banner--cl.nm-ad-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
  }

  .nm-ad-banner--cl.nm-ad-hiding {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
    pointer-events: none;
  }

  /*
     * KEY IMAGE FIX:
     * aspect-ratio: unset  → respect real image dimensions, no forced crop
     * object-fit: contain  → full image always visible, never cut
     * max-height: 70vh     → won't overflow on short phones
     * background: #000     → clean letterbox if image has gaps
     */
  .nm-ad-img {
    aspect-ratio: unset;
    width: 100%;
    height: auto;
    max-height: 70vh;
    min-height: unset;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    background: #000;
  }

  .nm-ad-close {
    width: 36px;
    height: 36px;
    font-size: 22px;
    top: 12px;
    right: 12px;
  }
}

/* ── Very Small Mobile (< 400px) ── */
@media (max-width: 400px) {
  .nm-ad-banner--tr,
  .nm-ad-banner--cl {
    width: 92vw;
    max-width: 340px;
  }
}

/* ── Layout ── */
.nt-top-right-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  height: 100%;
  padding: 8px 0 6px;
}

.nt-action-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.nt-auth-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ── Login btn ── */
.nt-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f5bd41;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: 50px;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
}

.nt-login-btn:hover {
  background: #f5bd41;
  transform: translateY(-1px);
  box-shadow: none;
  color: #fff !important;
}

.nt-supplier-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #565656 !important;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 15px;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  white-space: nowrap;
  transition: none;
}

.nt-supplier-btn:hover {
  background: transparent;
  color: #565656 !important;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  transform: none;
  box-shadow: none;
}

/* ── Logout btn ── */
.nt-logout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgb(193 0 55);
  color: rgb(255 255 255) !important;
  font-size: 15px;
  text-decoration: none !important;
  transition: background 0.2s;
}

.nt-logout-btn:hover {
  background: #c10037;
  color: #fff !important;
}

/* ── Cart btn ── */
.nt-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c10037;
  color: #fff !important;
  font-size: 19px;
  text-decoration: none !important;
  transition:
    background 0.2s,
    transform 0.15s;
  cursor: pointer;
  padding: 0;
}

.nt-cart-btn:hover {
  background: #a5002e;
  transform: translateY(-1px);
  color: #fff !important;
}

.nt-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5bd41;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
}

.shopping_cart-for-web,
.btn-shopping-cart {
  display: flex;
  align-items: center;
}

/* ── Search bar (collapsed) ── */
.nt-search-row {
  width: 100%;
  position: relative;
}

.nt-search-wrap {
  width: 100%;
}

.nt-sw-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgb(62 62 62);
  border-radius: 8px;
  padding: 0 12px;
  height: 40px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.nt-sw-bar:hover {
  border: 1px solid rgb(62 62 62);
}

.nt-search-icon {
  color: #999;
  flex-shrink: 0;
  margin-right: 8px;
}

.nt-sw-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  font-size: 13px;
  color: #333;
  box-shadow: none !important;
  padding: 0;
  cursor: pointer;
}

.nt-sw-input::placeholder {
  color: #aaa;
  font-size: 13px;
}

.nt-sw-clear {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 13px;
  padding: 0;
  display: flex;
  align-items: center;
}

/* ── Backdrop ── */
.nt-search-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9998;
}

/* ── Overlay ── */
.nt-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  animation: ntSlideDown 0.2s ease;
}

@keyframes ntSlideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.nt-overlay-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px 0;
}

.nt-overlay-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #111;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.nt-overlay-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  font-size: 18px;
  color: #111;
  background: transparent;
  box-shadow: none !important;
  padding: 0;
  font-weight: 500;
}

.nt-overlay-input::placeholder {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
}

.nt-overlay-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
  transition: color 0.15s;
}

.nt-overlay-close:hover {
  color: #111;
}

.nt-overlay-body {
  padding-bottom: 24px;
  min-height: 120px;
  max-height: 60vh;
  overflow-y: auto;
}

/* ── Cart force open ── */
#desktop-cart.cart-force-open .dropdown-menu.shoppingcart-box {
  -webkit-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  pointer-events: auto !important;
}

.header-top-row,
.header-bottom-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.header-row-divider {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  border: none;
  border-top: 2px solid #e8e8e8;
}

/* Keep bottom2 col in row2 vertically centred */
.header-bottom-row .bottom2 {
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

#desktop-cart.cart-force-open .dropdown-menu.shoppingcart-box {
  -webkit-transform: rotateX(0deg) !important;
  transform: rotateX(0deg) !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  pointer-events: auto !important;
}

.shop-btn:hover {
  background: #f5bd41 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(245, 189, 65, 0.3) !important;
}

body {
  overflow-x: hidden !important;
}

@media (max-width: 991px) {
  .header-top-row,
  .header-bottom-row {
    display: block;
    align-items: center;
    width: 100%;
  }

  .header-row-divider {
    display: none;
  }

  .nt-sw-bar {
    border: none;
  }

  .nt-sw-bar:hover {
    border: none;
  }
}

/* ═══════════════════════════════════════════
   STRIP
═══════════════════════════════════════════ */
.cat-strip {
  width: 100%;
  background: #ffffff;
  padding: 16px 0 20px;
  position: relative;
  overflow: hidden;
}

/* ═══════════════════════════════════════════
   SCROLL ROW
   overflow-y: visible = image can poke above
   padding-top = reserved space for overflow
═══════════════════════════════════════════ */
.cat-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  /* top padding = how much image overflows arch */
  padding: 36px 52px 0;
  align-items: flex-end;
}

.cat-scroll::-webkit-scrollbar {
  display: none;
}

/* ═══════════════════════════════════════════
   SINGLE ITEM — 6 per row
═══════════════════════════════════════════ */
.cat-item {
  flex: 0 0 16.6667%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  transition: transform 0.2s ease;
}

.cat-item:hover {
  transform: translateY(-4px);
}

/* ═══════════════════════════════════════════
   WRAPPER
   Height = arch height exactly.
   overflow: visible so image overflows above.
═══════════════════════════════════════════ */
.cat-wrapper {
  position: relative;
  width: 100%;
  /* EXACT same height as .cat-arch */
  height: 150px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* ═══════════════════════════════════════════
   ARCH BACKGROUND
   ─ width  = ~80% of item width (auto via %)
   ─ height = fixed
   ─ PERFECTLY VISIBLE coloured shape
═══════════════════════════════════════════ */
.cat-arch {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  /* Arch dimensions */
  width: 130px;
  height: 150px;

  /* Arch background colour — clearly visible */
  background-color: #ffe3a6;

  /* Perfect arch: top fully rounded, bottom slightly rounded */
  border-radius: 65px 65px 20px 20px;

  z-index: 1;
  transition: background-color 0.2s ease;
}

.cat-item:hover .cat-arch {
  background-color: #ffe3a6;
}

/* ═══════════════════════════════════════════
   IMAGE
   ─ Anchored at bottom (same base as arch)
   ─ Height = arch height + small overflow
   ─ Only ~20-25px taller than arch so head
     just peeks above — like Meesho exactly
═══════════════════════════════════════════ */
.cat-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

  /* CRITICAL: only slightly taller than arch (150px)
       so arch bg is clearly visible on sides */
  height: 175px;
  /* arch=150px + 25px overflow at top */
  width: 125px;
  /* slightly narrower than arch width */
  max-width: none;

  object-fit: contain;
  object-position: bottom center;
  display: block;
  transition: transform 0.25s ease;
}

.cat-item:hover .cat-img {
  transform: translateX(-50%) scale(1.04);
}

/* ═══════════════════════════════════════════
   LABEL
═══════════════════════════════════════════ */
.cat-label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  text-align: center;
  line-height: 1.35;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

/* ═══════════════════════════════════════════
   ARROWS
═══════════════════════════════════════════ */
.cat-arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 20;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.18s ease;
  padding: 0;
  color: #6b7280;
}

.cat-arrow svg {
  width: 17px;
  height: 17px;
  display: block;
}

.cat-arrow:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.cat-arrow:active {
  transform: translateY(-50%) scale(0.92);
}

.cat-arrow.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.cat-prev {
  left: 8px;
}

.cat-next {
  right: 8px;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   Rule: img height = arch height + 25px
         img width  = arch width  - 15px
═══════════════════════════════════════════ */

/* Desktop ≥1025 — 6 per row */
@media (min-width: 1025px) {
  .cat-scroll {
    overflow-x: hidden;
    padding: 36px 52px 0;
  }

  .cat-item {
    flex: 0 0 16.6667%;
  }

  .cat-wrapper {
    height: 150px;
  }

  .cat-arch {
    width: 130px;
    height: 150px;
    border-radius: 65px 65px 20px 20px;
  }

  .cat-img {
    height: 175px;
    width: 125px;
  }

  .cat-label {
    font-size: 13px;
  }
}

/* Large desktop ≥1400 */
@media (min-width: 1400px) {
  .cat-scroll {
    padding: 40px 60px 0;
  }

  .cat-wrapper {
    height: 170px;
  }

  .cat-arch {
    width: 148px;
    height: 170px;
    border-radius: 74px 74px 22px 22px;
  }

  .cat-img {
    height: 198px;
    width: 132px;
  }

  .cat-label {
    font-size: 14px;
  }
}

/* Tablet 768–1024 — 4 per row */
@media (min-width: 768px) and (max-width: 1024px) {
  .cat-scroll {
    overflow-x: auto;
    padding: 30px 40px 0;
  }

  .cat-item {
    flex: 0 0 25%;
    padding: 0 8px;
  }

  .cat-wrapper {
    height: 128px;
  }

  .cat-arch {
    width: 110px;
    height: 128px;
    border-radius: 55px 55px 16px 16px;
  }

  .cat-img {
    height: 150px;
    width: 96px;
  }

  .cat-label {
    font-size: 12px;
  }
}

/* Mobile ≤767 — 3 per row */
@media (max-width: 767px) {
  .cat-strip {
    padding: 10px 0 14px;
  }

  .cat-scroll {
    padding: 24px 34px 0;
  }

  .cat-item {
    flex: 0 0 33.3333%;
    padding: 0 5px;
    gap: 7px;
  }

  .cat-wrapper {
    height: 90px;
  }

  .cat-arch {
    width: 78px;
    height: 90px;
    border-radius: 39px 39px 12px 12px;
  }

  .cat-img {
    height: 106px;
    width: 68px;
  }

  .cat-label {
    font-size: 11px;
  }

  .cat-arrow {
    width: 28px;
    height: 28px;
    top: 58%;
  }

  .cat-arrow svg {
    width: 14px;
    height: 14px;
  }

  .cat-prev {
    left: 3px;
  }

  .cat-next {
    right: 3px;
  }
}

/* Small mobile ≤480 */
@media (max-width: 480px) {
  .cat-scroll {
    padding: 20px 26px 0;
  }

  .product-cat-scroll {
    padding: 10px 26px 0;
  }

  .cat-wrapper {
    height: 78px;
  }

  .cat-arch {
    width: 66px;
    height: 78px;
    border-radius: 33px 33px 10px 10px;
  }

  .cat-img {
    height: 92px;
    width: 58px;
  }

  .cat-label {
    font-size: 10px;
  }

  .cat-arrow {
    width: 24px;
    height: 24px;
  }

  .cat-arrow svg {
    width: 12px;
    height: 12px;
  }
}

/* ══════════════════════════════════════════════════════════════
   Advertisement Banner Modals
══════════════════════════════════════════════════════════════ */

.nm-ad-banner {
  position: fixed;
  z-index: 10002;
  pointer-events: none;
  opacity: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.28),
    0 5px 12px rgba(0, 0, 0, 0.18);
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── TOP-LEFT ── */
.nm-ad-banner--tl {
  top: 90px;
  left: 35px;
  width: 450px;
  transform: translateX(-120%);
}

.nm-ad-banner--tl.nm-ad-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.nm-ad-banner--tl.nm-ad-hiding {
  opacity: 0;
  transform: translateX(-120%);
}

/* ── CENTER-RIGHT (video — smaller card) ── */
.nm-ad-banner--cr {
  top: 60%;
  right: 35px;
  width: 300px;
  /* ← smaller width */
  transform: translateX(120%) translateY(-50%);
  border-radius: 14px;
}

.nm-ad-banner--cr.nm-ad-visible {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
  pointer-events: auto;
}

.nm-ad-banner--cr.nm-ad-hiding {
  opacity: 0;
  transform: translateX(120%) translateY(-50%);
}

/* ── Image (TL banner) ── */
.nm-ad-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 18px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.nm-ad-img:hover {
  transform: scale(1.02);
}

/* ── Close button ── */
.nm-ad-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}

.nm-ad-close:hover {
  background: #c10037;
  border-color: #c10037;
  transform: scale(1.1);
}

/* ══ VIDEO WRAPPER ══ */
.nm-ad-video-wrapper {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
}

.nm-ad-video {
  display: block;
  width: 100%;
  height: 380px;
  /* ← fixed small height */
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

/* ══ CUSTOM CONTROLS BAR ══ */
.nm-ad-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 0 0 14px 14px;
}

.nm-ad-ctrl-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
  opacity: 0.85;
}

.nm-ad-ctrl-btn:hover {
  opacity: 1;
  transform: scale(1.15);
}

/* Progress bar */
.nm-ad-progress-wrap {
  flex: 1;
  cursor: pointer;
  padding: 6px 0;
}

.nm-ad-progress-bg {
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.nm-ad-progress-fill {
  height: 100%;
  width: 0%;
  background: #e53935;
  border-radius: 2px;
  transition: width 0.1s linear;
}

.nm-ad-progress-wrap:hover .nm-ad-progress-bg {
  height: 6px;
}

/* Time label */
.nm-ad-time {
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-family: monospace;
  flex-shrink: 0;
  min-width: 28px;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */

/* Large screens */
@media (min-width: 1920px) {
  .nm-ad-banner--tl {
    width: 520px;
    top: 110px;
    left: 60px;
  }

  .nm-ad-banner--cr {
    width: 320px;
    right: 60px;
  }

  .nm-ad-video {
    height: 500px;
  }

  .nm-ad-img {
    max-height: 600px;
  }
}

/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1919px) {
  .nm-ad-banner--tl {
    width: 450px;
    top: 90px;
    left: 35px;
  }

  .nm-ad-banner--cr {
    width: 300px;
    right: 35px;
  }

  .nm-ad-video {
    height: 380px;
  }
}

/* Small desktop / large tablet */
@media (min-width: 992px) and (max-width: 1199px) {
  .nm-ad-banner--tl {
    width: 400px;
    top: 80px;
    left: 30px;
  }

  .nm-ad-banner--cr {
    width: 270px;
    right: 30px;
  }

  .nm-ad-video {
    height: 180px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .nm-ad-banner--tl {
    width: 350px;
    top: 70px;
    left: 25px;
  }

  .nm-ad-banner--cr {
    width: 250px;
    right: 25px;
  }

  .nm-ad-video {
    height: 160px;
  }
}

/* ══ MOBILE (≤ 767px) ══ */
@media (max-width: 767px) {
  .nm-ad-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10001;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .nm-ad-banner--tl,
  .nm-ad-banner--cr {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(88vw, 340px);
    max-width: 340px;
    border-radius: 14px;
  }

  .nm-ad-banner--tl {
    transform: translate(-50%, -50%) scale(0.85);
    z-index: 10003;
  }

  .nm-ad-banner--tl.nm-ad-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
  }

  .nm-ad-banner--tl.nm-ad-hiding {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
    pointer-events: none;
  }

  .nm-ad-banner--cr {
    transform: translate(-50%, -50%) scale(0.85);
    z-index: 10002;
  }

  .nm-ad-banner--cr.nm-ad-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
  }

  .nm-ad-banner--cr.nm-ad-hiding {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.85);
    pointer-events: none;
  }

  .nm-ad-img {
    aspect-ratio: unset;
    width: 100%;
    height: auto;
    max-height: 65vw;
    object-fit: contain;
    background: #000;
    border-radius: 0;
  }

  .nm-ad-video {
    height: 500px;
  }
}

@media (max-width: 400px) {
  .nm-ad-banner--tl,
  .nm-ad-banner--cr {
    width: 92vw;
    max-width: 320px;
  }
}

.static-banner-module {
  width: 100%;
  padding: 0;
  margin: 0;
}

.static-banner-wrapper {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 25px;
}

.static-banner-wrapper a {
  display: block;
  width: 100%;
}

.static-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .static-banner-img {
    max-height: 300px;
    object-position: center;
    height: auto;
  }
}

@media (max-width: 575px) {
  .static-banner-img {
    max-height: 200px;
    object-position: center;
    height: auto;
  }
}

.for-latest-products-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: -10px;
  right: -140px;
  background-color: #c10037;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  z-index: 10;
  transition: background 0.3s ease;
}

.owl2-carousel .owl2-item img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.product-options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.product-options li.radio {
  display: inline-block;
  margin: 0;
}

.product-options li.radio label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  position: relative;
}

.product-options li.radio input[type="radio"] {
  display: none;
}

.color-swatch {
  width: 25px;
  height: 25px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  transition: border-color 0.2s ease;
}

.product-options li.radio label:hover .color-swatch {
  border-color: rgba(0, 0, 0, 0.4);
}

.color-swatch::after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center/60% no-repeat;
}

.product-options li.radio input[type="radio"]:checked ~ .color-swatch::after {
  display: block;
}

.product-options li.radio input[type="radio"]:checked ~ .color-swatch {
  border-color: rgba(0, 0, 0, 0.5);
}

.selected-color-badge {
  display: none;
  background: #4caf50;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 4px;
  margin-left: 4px;
  vertical-align: middle;
  white-space: nowrap;
}

.color-option-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

/* ── Share Modal ── */
.share-modal .modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.share-modal .modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
}

.share-modal .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}

.share-modal .modal-body {
  padding: 24px;
}

.share-options-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.share-option-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}

.share-option-item:hover {
  border-color: #d0d0d0;
  background: #fafafa;
  transform: translateX(4px);
}

.share-option-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  transition: all 0.2s ease;
}

.share-option-icon.whatsapp {
  background: #25d36610;
  color: #25d366;
}

.share-option-item:hover .share-option-icon.whatsapp {
  background: #25d366;
  color: #fff;
}

.share-option-icon.facebook {
  background: #1877f210;
  color: #1877f2;
}

.share-option-item:hover .share-option-icon.facebook {
  background: #1877f2;
  color: #fff;
}

.share-option-icon.telegram {
  background: #26a5e410;
  color: #26a5e4;
}

.share-option-item:hover .share-option-icon.telegram {
  background: #26a5e4;
  color: #fff;
}

.share-option-icon.copy-link {
  background: #6c757d10;
  color: #6c757d;
}

.share-option-item:hover .share-option-icon.copy-link {
  background: #6c757d;
  color: #fff;
}

.share-option-info {
  flex: 1;
}

.share-option-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.share-option-desc {
  font-size: 12px;
  color: #888;
}

.link-copy-section {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.link-copy-label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
  display: block;
}

.copy-link-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.product-link-input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  background: #f8f9fa;
  color: #333;
  font-family: monospace;
}

.copy-link-btn {
  padding: 10px 20px;
  background: #c10037;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.copy-link-btn:hover {
  background: #a3002e;
  transform: translateY(-1px);
}

.copy-success-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #28a745;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.copy-success-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.share-trigger-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.share-trigger-btn:hover {
  border-color: #4a6cf7;
  color: #4a6cf7;
  background: #f8f9ff;
  transform: translateY(-1px);
}

.share-trigger-btn i {
  font-size: 16px;
}

/* ── Lightbox ── */
#lb-prev-btn,
#lb-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  color: #000;
  font-size: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 10px;
}

#lb-prev-btn {
  left: 16px;
}

#lb-next-btn {
  right: 16px;
}

#lb-prev-btn:hover,
#lb-next-btn:hover {
  background: white;
}

@media (max-width: 767px) {
  #lb-prev-btn,
  #lb-next-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: white;
    border: none;
    color: #000;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    line-height: 5px;
  }

  .ntpv-thumb-play-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* ── Zoom ── */
.large-image {
  position: relative;
  display: block;
  width: 100%;
  cursor: crosshair;
}

.zoomContainer {
  z-index: 5 !important;
}

.zoomLens {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.zoomWindowContainer {
  z-index: 999;
}

.main-product-img-wrap {
  position: relative;
}

.image-enlarge-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(3 18 102);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000 !important;
  backdrop-filter: blur(4px);
  font-family: inherit;
  border: none;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  pointer-events: auto !important;
}

.image-enlarge-btn i {
  font-size: 12px;
}

.image-enlarge-btn:hover {
  background: rgb(3 18 102);
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* ── CAPTCHA ── */
.captcha-display {
  background: #031266;
  font-family: "Courier New", monospace;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#refreshCaptcha:hover {
  background: #5a6268 !important;
  opacity: 0.9;
}

.form-control.error-border {
  border-color: #dc3545;
}

.form-control.valid-border {
  border-color: #28a745;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* ══════════════════════════════════════════
       NTPV — Nallur Product Video Modal
       Simple single-video modal, no slider
    ══════════════════════════════════════════ */
.ntpv-video-thumb {
  position: relative;
  display: inline-block;
}

.ntpv-thumb-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  line-height: 0;
  z-index: 5;
  transition: transform 0.2s ease;
}

.ntpv-video-thumb:hover .ntpv-thumb-play-icon {
  transform: translate(-50%, -50%) scale(1.18);
}

.ntpv-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}

.ntpv-modal.ntpv-modal-open {
  opacity: 1;
  visibility: visible;
}

.ntpv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.ntpv-modal-content {
  position: relative;
  z-index: 2;
  width: 92vw;
  max-width: 860px;
  background: #0d0d0d;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.75);
  transform: scale(0.88);
  transition: transform 0.35s cubic-bezier(0.34, 1.52, 0.64, 1);
}

.ntpv-modal.ntpv-modal-open .ntpv-modal-content {
  transform: scale(1);
}

.ntpv-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.6);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition:
    background 0.2s,
    transform 0.2s;
}

.ntpv-close-btn:hover {
  background: #c10037;
  transform: scale(1.1);
}

.ntpv-close-btn svg {
  width: 17px;
  height: 17px;
}

.ntpv-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.ntpv-video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  outline: none;
  background: #000;
}

@media (max-width: 600px) {
  .ntpv-modal-content {
    width: 97vw;
    border-radius: 10px;
  }

  .ntpv-close-btn {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }
}

.actions-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.hero-banner-no-video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  object-position: top;
}

@media (max-width: 600px) {
  .hero-banner-no-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    object-position: top;
  }
}

.nt-action-row {
  display: flex;
  align-items: center;
  gap: 0;
}

.nt-auth-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

.user-menu {
  display: flex;
  align-items: center;
  gap: 0;
}

.nt-divider {
  width: 1px;
  height: 28px;
  background: #8d8d8d;
  margin: 0 12px;
  flex-shrink: 0;
}

.nt-plain-link {
 display: grid;
    align-items: center;
    color: #000000 !important;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    white-space: nowrap;
    padding: 0 4px;
    transition: color 0.2s;
}

.nt-plain-link:hover {
  color: #c10037 !important;
}

.nt-icon-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #3a3a3a !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 4px 10px;
  transition: color 0.2s;
  background: transparent;
  border: none;
  cursor: pointer;
}

.nt-icon-btn svg {
  width: 25px;
  height: 25px;
  stroke: #3a3a3a;
  stroke-width: 1.5;
  transition: stroke 0.2s;
}

.nt-icon-btn:hover {
  color: #c10037 !important;
}

.nt-icon-btn:hover svg {
  stroke: #c10037;
}

.nt-icon-btn--cart {
  position: relative;
}

.nt-cart-count {
  position: absolute;
  top: -5px;
  right: 6px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c10037;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
}

.shopping_cart-for-web {
  display: flex;
  align-items: center;
}

.btn-shopping-cart {
  display: flex;
  align-items: center;
}

.nt-mobile-logout-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #3a3a3a !important;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none !important;
  white-space: nowrap;
  padding: 4px 8px;
  transition: color 0.2s;
  background: transparent;
  border: none;
  cursor: pointer;
}

.nt-mobile-logout-btn svg {
  width: 22px;
  height: 22px;
  stroke: #3a3a3a;
  stroke-width: 1.5;
  transition: stroke 0.2s;
}

.nt-mobile-logout-btn:hover {
  color: #c10037 !important;
}

.nt-mobile-logout-btn:hover svg {
  stroke: #c10037;
}

.nav-gender-tabs .nav-gender-tab a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.nav-tab-tamil {
  font-size: 13px;
  color: inherit;
  opacity: 0.75;
  font-family: "Latha", "Vijaya", sans-serif;
  line-height: 1;
  margin-top: 3px;
}

.nav-gender-tab.active .nav-tab-tamil {
  color: #fff;
  opacity: 1;
}

.sub-category-name {
  font-size: 12px;
  margin: 2px 0;
  font-weight: 700;
  color: #c10037;
}

.banner-block {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 150px;
}

.feature-block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex: 1;
  justify-content: center;
  min-width: 180px;
}

.feature-block-text {
  font-size: 14px;
  font-weight: 600;
  color: #031266;
  white-space: nowrap;
}

.banner-block-divider {
  width: 1px;
  height: 36px;
  background: #e8d8d8;
  flex-shrink: 0;
}

@media (max-width: 540px) {
  .banner-block-divider {
    display: none;
  }

  .feature-block {
    border-bottom: 1px solid #f0e0e0;
    padding: 12px 16px;
    width: 100%;
    flex: none;
    min-width: 0;
    justify-content: flex-start;
  }

  .feature-block:last-child {
    border-bottom: none;
  }

  .banner-block {
    padding: 8px 16px;
    margin-top: 30px;
    display: none;
  }
}

/* ════════════════════════════════════════════
   WATCH & BUY SECTION
════════════════════════════════════════════ */
.wab-section {
  margin: 32px 0 24px;
  padding: 0 0 8px;
}

.wab-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}

.wab-title span {
  position: relative;
  display: inline-block;
}

.wab-title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  background: #c10037;
  border-radius: 2px;
}

.wab-strip {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
}

.wab-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  gap: 14px;
  padding: 8px 0 12px;
  align-items: flex-start;
}

.wab-scroll::-webkit-scrollbar {
  display: none;
}

.wab-item {
  flex: 0 0 calc(25% - 11px);
  min-width: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  aspect-ratio: 9/14;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.13);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}

.wab-item:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}

.wab-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.wab-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.wab-preview.wab-playing {
  opacity: 1;
}

.wab-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    transparent 100%
  );
  padding: 28px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  pointer-events: none;
}

.wab-info-name {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  text-decoration: none;
  pointer-events: all;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wab-info-name:hover {
  text-decoration: underline;
  color: #f5bd41;
}

.wab-info-price {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.wab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.18s ease;
  padding: 0;
  color: #6b7280;
}

.wab-arrow svg {
  width: 17px;
  height: 17px;
  display: block;
}

.wab-arrow:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
}

.wab-arrow.disabled {
  opacity: 0.22;
  cursor: not-allowed;
  pointer-events: none;
}

.wab-prev {
  left: 6px;
}

.wab-next {
  right: 6px;
}

/* ════════════════════════════════════════════
   MODAL — Full vertical reel style
════════════════════════════════════════════ */
.wab-modal {
  position: fixed;
  inset: 0;
  z-index: 999998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.wab-modal.wab-modal-open {
  opacity: 1;
  visibility: visible;
}

.wab-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

/* ── Card ── */
.wab-modal-card {
  position: relative;
  z-index: 2;
  width: min(380px, 88vw);
  aspect-ratio: 9/16;
  max-height: 88vh;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transform: scale(0.88);
  transition: transform 0.33s cubic-bezier(0.34, 1.52, 0.64, 1);
}

.wab-modal.wab-modal-open .wab-modal-card {
  transform: scale(1);
}

/* ── TOP PROGRESS BAR ── */
.wab-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  z-index: 30;
  border-radius: 0;
}

.wab-progress-fill {
  height: 100%;
  width: 0%;
  background: #c10037;
  border-radius: 0;
  transition: none;
}

/* ── Close — top right ── */
.wab-modal-close {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 20;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  transition: background 0.18s;
}

.wab-modal-close:hover {
  background: #c10037;
}

/* ── Mute — top left ── */
.wab-mute-btn {
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 20;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.18s;
}

.wab-mute-btn:hover {
  background: rgba(0, 0, 0, 0.85);
}

.wab-mute-btn svg {
  width: 15px;
  height: 15px;
  stroke: #fff;
}

/* ════════════════════════════════════════════
   FLOATING PREV / NEXT CARDS
════════════════════════════════════════════ */
.wab-float-card {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  width: 90px;
  aspect-ratio: 9/14;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
  transition:
    transform 0.22s cubic-bezier(0.34, 1.3, 0.64, 1),
    opacity 0.22s ease;
  opacity: 0.85;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.wab-float-card:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.06);
}

.wab-float-card.wab-float-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.88);
}

/* Position relative to the modal card */
.wab-float-prev {
  /* sits just to the left of the modal card */
  left: calc(50% - min(190px, 44vw) - 106px);
}

.wab-float-next {
  /* sits just to the right of the modal card */
  right: calc(50% - min(190px, 44vw) - 106px);
}

.wab-float-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.65);
  transition: filter 0.22s;
}

.wab-float-card:hover .wab-float-thumb {
  filter: brightness(0.5);
}

/* Arrow circle overlay on the float card */
.wab-float-arrow {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wab-float-arrow svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

/* Mini label at bottom of float card */
.wab-float-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  padding: 16px 6px 6px;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Bottom product bar ── */
.wab-modal-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.5) 60%,
    transparent 100%
  );
  padding: 40px 14px 16px;
}

.wab-modal-bottom-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wab-modal-thumb {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  object-position: top;
}

.wab-modal-text {
  flex: 1;
  min-width: 0;
}

.wab-modal-product-name {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wab-modal-product-price {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 2px;
}

.wab-modal-shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #c10037;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.18s;
}

.wab-modal-shop-btn:hover {
  background: #a0002c;
  color: #fff;
  text-decoration: none;
}

/* ════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════ */
@media (min-width: 1025px) {
  .wab-scroll {
    overflow-x: hidden;
  }

  .wab-item {
    flex: 0 0 calc(25% - 11px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wab-strip {
    padding: 0 40px;
  }

  .wab-item {
    flex: 0 0 calc(33.333% - 10px);
  }
}

@media (max-width: 767px) {
  .wab-strip {
    padding: 0 34px;
  }

  .wab-item {
    flex: 0 0 calc(50% - 7px);
  }

  .wab-title {
    font-size: 18px;
  }

  .wab-info-name {
    font-size: 11px;
  }

  .wab-info-price {
    font-size: 12px;
  }

  .wab-arrow {
    width: 28px;
    height: 28px;
  }

  .wab-arrow svg {
    width: 14px;
    height: 14px;
  }

  .wab-prev {
    left: 3px;
  }

  .wab-next {
    right: 3px;
  }

  /* Float cards smaller on mobile */
  .wab-float-card {
    width: 64px;
  }

  .wab-float-prev {
    left: 4px;
  }

  .wab-float-next {
    right: 4px;
  }

  .wab-float-arrow svg {
    width: 20px;
    height: 20px;
  }

  .wab-float-label {
    font-size: 8px;
    padding: 12px 4px 4px;
  }
}

@media (max-width: 480px) {
  .wab-item {
    flex: 0 0 calc(50% - 7px);
  }

  .wab-info-name {
    font-size: 10px;
  }

  .wab-float-card {
    width: 56px;
  }
}

@media (max-width: 991px) {
  .new-arrivals-section {
    display: none;
  }
}

/* ── Wrapper ── */
.mob-cat-nav {
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
}

/* ── Gender Tab Row → scrollable pill row ── */
.mob-gender-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 8px 10px;
  gap: 7px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.mob-gender-scroll::-webkit-scrollbar {
  display: none;
}

/* Gender tab = pill button */
.mob-gtab {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: none;
  border: 1px solid #9b9b9b;
  background: #fff;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  background: #031266;
  border-color: #031266;
  white-space: nowrap;
  border-radius: 10px;
}

.mob-gtab:hover,
.mob-gtab:focus {
  text-decoration: none;
  border-color: #9b9b9b;
}

.mob-tab-tamil {
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  font-family: "Latha", "Vijaya", sans-serif;
  white-space: nowrap;
}

.mob-tab-eng {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  line-height: 1.4;
}

/* Active gender tab */
.mob-gtab.active,
.mob-gtab.active:hover {
  background: #f3bc41;
  border-color: #f3bc41;
  text-decoration: none;
}

.mob-gtab.active .mob-tab-tamil,
.mob-gtab.active .mob-tab-eng {
  color: #fff;
}

/* ── Subcat Panel ── */
.mob-subcat-panel {
  display: none;
  border-bottom: none;
}

.mob-subcat-panel.active {
  display: block;
}

.mob-subcat-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px;
  gap: 0;
  align-items: stretch;
}

.mob-subcat-scroll::-webkit-scrollbar {
  display: none;
}

/* ── Pipe separator between pills (not after last) ── */
.mob-subcat-scroll .mob-pill:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #d0d0d0;
  font-weight: 300;
  font-size: 13px;
  pointer-events: none;
}

/* Subcategory pill → underline tab style */
.mob-pill {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #585858;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  transition: all 0.15s;
  line-height: 1.6;
  margin-bottom: -2px;
  position: relative;
  /* needed for ::after pseudo-element */
}

.mob-pill:hover,
.mob-pill:focus {
  color: #c10037 !important;
  border-bottom: none;
  background: transparent;
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: none;
}

/* New In keeps its filled blue pill look */
.mob-pill--newin {
  background: #031266;
  border-radius: 20px;
  border: 1.5px solid #031266;
  border-bottom: 1.5px solid #031266;
  color: #fff !important;
  font-weight: 600;
  padding: 5px 14px;
  margin: 6px 6px 6px 0;
}

.mob-pill--newin:hover,
.mob-pill--newin:focus {
  background: #020e4f;
  border-color: #020e4f;
  color: #fff !important;
}

/* Active subcategory → red underline */
.mob-pill--active {
  color: #c10037 !important;
  border-bottom: 5px solid #c10037;
  background: transparent;
  font-weight: 600;
  margin-bottom: -2px;
}

.mob-pill--active:hover,
.mob-pill--active:focus {
  color: #c10037 !important;
  border-bottom-color: #c10037;
}

@media (min-width: 768px) {
  .mob-cat-nav {
    display: none !important;
  }
}

.product-price {
  margin-bottom: 5px;
  font-size: 18px;
}

.mobile-trending-img {
  object-position: top;
}

#content .module h3.modtitle {
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.owl2-controls {
  display: block !important;
}

.owl2-carousel .owl2-item img {
  object-position: top !important;
}

/* ── Active category highlight ── */
#cat_accordion .cutom-parent.active-cat {
  background-color: #f6ecde;
  color: #c8a97e !important;
  font-weight: 700;
  border-left: 4px solid #c8a97e;
  padding-left: 12px;
  border-radius: 0 4px 4px 0;
}

#cat_accordion li.open > .cutom-parent {
  color: #c8a97e;
}

/* ── Spinner ── */
.shop-spinner-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

.shop-spinner-ring {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top-color: #c8a97e;
  border-radius: 50%;
  animation: shopSpin 0.8s linear infinite;
}

@keyframes shopSpin {
  to {
    transform: rotate(360deg);
  }
}

.shop-spinner-label {
  margin-top: 10px;
  font-size: 13px;
  color: #888;
}

/* ── Enquiry modal ── */
.product-summary-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f9f6f1;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 18px;
}

.product-summary-box img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e8ddd0;
}

.ps-label {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
}

.ps-name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.optional-label {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}

.btn-cancel-enquiry {
  background: #f0f0f0;
  color: #555;
  border: none;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
}

.btn-submit-enquiry {
  background: #c8a97e;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.btn-submit-enquiry:hover {
  background: #b8956a;
}

.success-icon {
  font-size: 52px;
  color: #4caf50;
  text-align: center;
  margin-bottom: 10px;
}

#enquiry-success-msg {
  text-align: center;
  padding: 20px 0;
}

/* ── Mobile product name ── */
.mobile-name {
  display: none;
}

@media (max-width: 767px) {
  .desktop-name {
    display: none;
  }

  .mobile-name {
    display: inline;
  }
}

/* ==============================================
       SIDEBAR LAYOUT
    ============================================== */
#nt-filter-aside {
  display: block !important;
  padding: 0px;
}

@media (max-width: 991px) {
  #nt-filter-aside {
    display: none !important;
  }

  #content {
    width: 100%;
  }
}

/* ==============================================
       SEARCH BAR + FILTER BUTTON — SAME LINE
    ============================================== */
.search-filter-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 0;
  justify-content: end;
}

.search-filter-row #desktopSearchWrapper,
.search-filter-row #openMobileSearch {
  flex: 1;
  min-width: 0;
}

.sw-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  height: 46px;
}

.sw-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  background: transparent !important;
  height: 100% !important;
  color: #333 !important;
}

.sw-btn {
  flex-shrink: 0;
  background: #c10037;
  color: #fff;
  border: none;
  padding: 0 18px;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.sw-btn:hover {
  background: #a3002e;
}

/* Inline filter button */
.nt-inline-filter-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #1a2332;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0 18px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.nt-inline-filter-btn i {
  color: #fff;
  font-size: 14px;
}

.nt-inline-filter-btn:hover {
  background: #243040;
}

@media (min-width: 992px) {
  .nt-inline-filter-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .filter-btn-label {
    display: none;
  }

  .nt-inline-filter-btn {
    padding: 10px;
    position: relative;
    top: 25px;
  }
}

.nt-mob-filter-btn {
  display: none !important;
}

.icon-search#openMobileSearch {
  display: none !important;
}

/* Desktop search — visible ≥992px */
#desktopSearchWrapper {
  display: none;
}

/* Mobile tap-target — visible <992px */
#openMobileSearch {
  display: none;
}

.owl2-carousel .owl2-item img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 991px) {
  #desktopSearchWrapper {
    display: none;
  }

  .owl2-carousel .owl2-item img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .new-arrivals-captions {
    margin-top: 20px;
  }

  #openMobileSearch {
    display: block;
  }
}

/* Desktop search dropdown */
.desktop-search-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  max-height: 420px;
  overflow-y: auto;
}

/* ==============================================
       RESULT SUMMARY BAR — PROFESSIONAL
    ============================================== */
.shop-result-bar {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  min-height: 44px;
  justify-content: end;
}

.srb-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #031266;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
}

.srb-label {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  white-space: nowrap;
}

.srb-keyword-pill {
  display: inline-flex;
  align-items: center;
  background: #f5c518;
  border: 1px solid #f5c518;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srb-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
  flex-shrink: 0;
}

.srb-count-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
}

.srb-count-badge strong {
  color: #c10037;
  font-size: 15px;
}

.srb-count-badge .srb-items-word {
  font-weight: 400;
  color: #666;
  font-size: 13px;
}

.srb-passive {
  font-size: 13px;
  color: #888;
  font-weight: 400;
}

.srb-clear {
  /* margin-left: auto; */
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #c10037;
  background: #fff5f7;
  border: 1px solid #f5c6d0;
  border-radius: 20px;
  padding: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s;
  cursor: pointer;
}

.srb-clear:hover {
  background: #c10037;
  color: #fff;
  border-color: #c10037;
  text-decoration: none;
}

@media (max-width: 480px) {
  .shop-result-bar {
    padding: 9px 12px;
    gap: 6px;
    display: none;
  }

  .srb-label {
    font-size: 12px;
  }

  .srb-keyword-pill {
    font-size: 12px;
    max-width: 130px;
  }

  .srb-count-badge {
    font-size: 12px;
  }

  .srb-count-badge strong {
    font-size: 14px;
  }

  .srb-clear {
    font-size: 11px;
    padding: 3px 10px;
  }
}

/* ── Sub-category badge on card ── */
.product-subcat-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #c8a97e;
  border-radius: 10px;
  padding: 2px 10px;
  text-decoration: none;
  margin-bottom: 5px;
  transition: background 0.2s;
}

.product-subcat-badge:hover {
  background: #b8956a;
  color: #fff;
  text-decoration: none;
}

/* ==============================================
       SUBCAT GROUP HEADERS (old split display - kept for fallback)
    ============================================== */
.subcat-group-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f3ede4;
}

.subcat-group-header .sg-label {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.01em;
}

.subcat-group-header .sg-count {
  font-size: 12px;
  color: #888;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 2px 10px;
}

.subcat-group-header .sg-line {
  flex: 1;
  height: 1px;
  background: #f3ede4;
}

.subcat-group-header .sg-view-all {
  font-size: 12px;
  color: #c8a97e;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.subcat-group-header .sg-view-all:hover {
  color: #b8956a;
  text-decoration: underline;
}

/* View More */
#interleaved-load-more-wrap {
  text-align: center;
  padding: 20px 0 10px;
}

#interleaved-load-more-btn {
  background: #f5bd41;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(200, 169, 126, 0.3);
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#interleaved-load-more-btn:hover {
  background: #f5bd41;
}

#interleaved-load-more-btn:disabled {
  background: #ddd;
  color: #aaa;
  cursor: not-allowed;
  box-shadow: none;
}

:root {
  --nt-crimson: #c10037;
  --nt-border: #efefef;
}

.nt-sidebar {
  /* position: sticky; */
  /* top: 100px; */
  overflow: visible;
  z-index: 910;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .nt-sidebar {
    display: none !important;
  }
}

.nt-filter-container {
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgb(213 213 213);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.nt-cat-item-wrap {
  position: relative;
}

.nt-sub-flyout {
  position: absolute;
  left: 100%;
  top: -10px;
  width: 340px;
  background: #fff;
  border: 1px solid var(--nt-border);
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 99999 !important;
  display: none;
  padding: 24px;
  border-radius: 12px;
  opacity: 0;
  transform: translateX(10px);
  transition: 0.3s;
  pointer-events: auto;
}

.nt-cat-item-wrap:hover .nt-sub-flyout {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.nt-sub-indicator {
  font-size: 10px;
  color: #ccc;
  transition: 0.3s;
  flex-shrink: 0;
  margin-left: auto;
}

.nt-filter-item:hover .nt-sub-indicator {
  color: var(--nt-crimson);
  transform: translateX(3px);
}

.nt-flyout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.nt-flyout-header span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.nt-flyout-count {
  font-size: 11px;
  color: var(--nt-crimson);
  font-weight: 700;
}

.nt-flyout-body {
  max-height: 500px;
  overflow-y: auto;
}

.nt-flyout-footer {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #f5f5f5;
  font-size: 11px;
  color: #888;
  font-style: italic;
}

.nt-filter-section {
  border-bottom: 1px solid var(--nt-border);
  padding: 25px 0;
  padding-bottom: 0px;
}

.nt-filter-section:first-child {
  padding-top: 0;
}

.nt-filter-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 18px;
  display: block;
  color: #1a1a1a;
}

.nt-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nt-filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  cursor: pointer;
  transition: 0.2s;
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3a;
  border-bottom: 1px solid #f5f5f5;
}

.nt-filter-item:last-child {
  border-bottom: none;
}

.nt-filter-item:hover {
  color: var(--nt-crimson);
}

.nt-filter-item.active {
  color: var(--nt-crimson);
  font-weight: 600;
}

/* ── Checkbox ── */
.nt-check {
  width: 20px;
  height: 20px;
  border: 1.5px solid #c8c8c8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  flex-shrink: 0;
  background: #fff;
}

.nt-filter-item:hover .nt-check {
  border-color: #aaa;
}

.nt-filter-item.active .nt-check {
  background: var(--nt-crimson);
  border-color: var(--nt-crimson);
}

.nt-filter-item.active .nt-check::after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 10px;
}

.nt-cat-count {
  font-size: 11px;
  color: #999 !important;
  margin-left: auto;
  font-weight: 500;
  text-align: right;
  flex-shrink: 0;
  opacity: 1 !important;
  min-width: 24px;
}

.nt-sub-flyout .nt-cat-count {
  color: #bbb !important;
}

/* ── Bubble list ── */
.nt-bubble-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 5px 0;
}

.nt-bubble {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt-bubble:hover {
  border-color: var(--nt-crimson);
  color: var(--nt-crimson);
}

.nt-bubble.active {
  background: var(--nt-crimson);
  border-color: var(--nt-crimson);
  color: #fff;
}

.nt-selected-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.nt-bubble-item {
  background: var(--nt-crimson);
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(193, 0, 55, 0.3);
  animation: bubblePop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes bubblePop {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.nt-bubble-item .fa-times {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
}

.nt-bubble-item .fa-times:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* ── Rating stars ── */
.nt-rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ccc;
}

.nt-rating-stars .fa-star.active {
  color: #f39c12;
}

.nt-filter-item:hover .nt-rating-stars .fa-star {
  color: #f39c12;
  opacity: 0.6;
}

.nt-filter-item.active .nt-rating-stars .fa-star.active {
  color: #f39c12;
}

/* ── Price slider ── */
#pSlider,
#pSliderMob {
  height: 4px !important;
  border: none !important;
  background: #eee !important;
  border-radius: 10px !important;
  margin-bottom: 20px !important;
}

#pSlider .ui-slider-range,
#pSliderMob .ui-slider-range {
  background: var(--nt-crimson) !important;
  border-radius: 10px !important;
}

#pSlider .ui-slider-handle,
#pSliderMob .ui-slider-handle {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 3px solid var(--nt-crimson) !important;
  top: -7px !important;
  margin-left: -9px !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  outline: none !important;
}

.nt-cat-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #031266;
  cursor: pointer;
  border-radius: 8px;
  background: #f0f2ff;
  border: 1px solid #dde0f5;
  transition: background 0.15s;
  user-select: none;
}

.nt-cat-back-btn:hover {
  background: #e0e4ff;
}

.nt-cat-back-btn i {
  font-size: 12px;
  opacity: 0.7;
}

/* Mobile Drawer Styles */
.nt-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10500;
  backdrop-filter: blur(4px);
}

.nt-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 340px;
  height: 100vh;
  background: #fff;
  z-index: 10501;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  overflow-y: auto;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.2);
}

.nt-drawer.open {
  right: 0;
}

.nt-drawer-header {
  padding: 20px 25px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}

.nt-drawer-header span {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 14px;
}

.nt-drawer-close {
  font-size: 20px;
  cursor: pointer;
  color: #888;
  transition: 0.3s;
}

.nt-drawer-close:hover {
  color: #000;
  transform: rotate(90deg);
}

.nt-drawer-body {
  padding: 20px 25px 100px;
}

.nt-floating-btn {
  position: fixed;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10400;
  display: none;
  background: #c10037;
  color: #fff;
  padding: 7px 13px;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  box-shadow: 0 10px 30px rgba(193, 0, 55, 0.4);
  font-size: 13px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.nt-floating-btn:hover {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 15px 35px rgba(193, 0, 55, 0.5);
}

@media (max-width: 991px) {
  .nt-floating-btn {
    display: flex;
  }
}

/* Mobile Menu Dropdowns */
.nt-mob-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nt-mob-cat-item {
  border-bottom: 1px solid #f5f5f5;
}

.nt-mob-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  cursor: pointer;
}

.nt-mob-cat-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-mob-cat-item.active > .nt-mob-cat-row .nt-mob-cat-info span {
  color: #c10037;
  font-weight: 700;
}

.nt-mob-cat-count {
  font-size: 11px;
  color: #999;
  font-weight: 500;
}

.nt-mob-cat-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ccc;
  transition: 0.3s;
}

.nt-mob-cat-item.expanded > .nt-mob-cat-row .nt-mob-cat-toggle {
  transform: rotate(90deg);
  color: #c10037;
}

.nt-mob-sub-menu {
  display: none;
  padding-left: 0;
  padding-bottom: 5px;
  list-style: none;
}

.nt-mob-cat-item.expanded > .nt-mob-sub-menu {
  display: block;
}

.nt-check {
  width: 18px;
  height: 18px;
  border: 1.5px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  flex-shrink: 0;
  background: #fff;
  position: relative;
}

.nt-mob-cat-item.active > .nt-mob-cat-row .nt-check {
  background: var(--nt-crimson) !important;
  border-color: var(--nt-crimson) !important;
}

.nt-mob-cat-item.active > .nt-mob-cat-row .nt-check::after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 10px;
}

/* Highlight path for parent check if a child is active */
.nt-mob-cat-item.expanded:not(.active) > .nt-mob-cat-row .nt-check {
  border-color: var(--nt-crimson);
}

/* @media (max-width: 991px) {
        .nt-sub-tier-wrap { display: none !important; }
    } */

.nt-mob-sub-item {
  padding: 10px 0;
  font-size: 13px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nt-mob-sub-item.active {
  color: #c10037;
  font-weight: 700;
}

/* Rating styles */
.nt-rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ccc;
}

.nt-rating-stars .fa-star.active {
  color: #f39c12;
}

.nt-mob-cat-item:hover .nt-rating-stars .fa-star {
  color: #f39c12;
  opacity: 0.6;
}

.nt-mob-cat-item.active .nt-rating-stars .fa-star.active {
  color: #fff;
}

.nt-sub-tier-wrap {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 15px;
}

.nt-sub-tier-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  max-height: 46px;
  overflow: hidden;
}

.nt-sub-tier-list.nt-rows-ready {
  max-height: none;
  overflow: visible;
}

.nt-sub-tier-item {
  position: relative;
}

.nt-sub-tier-item.nt-row2-item {
  display: none;
}

.nt-sub-tier-item.nt-row2-item.nt-revealed {
  display: list-item;
}

.nt-sub-tier-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 13px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 50px;
  color: #444;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.3s;
  white-space: nowrap;
  cursor: pointer;
}

.nt-sub-tier-link:hover {
  background: #eee;
  border-color: #ddd;
  color: #000;
}

.nt-sub-tier-link.active {
  background: var(--nt-crimson, #c10037);
  color: #fff;
  border-color: var(--nt-crimson, #c10037);
  box-shadow: 0 4px 12px rgba(193, 0, 55, 0.3);
}

.nt-sub-tier-link i {
  font-size: 10px;
}

.nt-new-pill svg {
  transition: all 0.3s ease;
}

.nt-new-pill:not(.active) svg {
  color: #444;
  fill: #444;
}

.nt-new-pill.active svg {
  color: #fff;
  fill: #fff;
}

.nt-sub-tier-count {
  color: #ffffff;
  font-size: 11px;
  margin-left: 2px;
  font-weight: 400;
  background: #f5bd41;
  padding: 2px 6px;
  border-radius: 100%;
}

.nt-sub-tier-link.active .nt-sub-tier-count {
  background: #ffffff;
  color: #000000;
  opacity: 1;
}

.nt-sub-tier-link.back-btn {
  background: #fff;
  border: 1px dashed #ccc;
  color: #888;
}

.nt-sub-tier-link.back-btn:hover {
  border-style: solid;
  border-color: var(--nt-crimson, #c10037);
  color: var(--nt-crimson, #c10037);
  background: #fff;
}

.nt-more-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  background: #031266;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  outline: none;
}

.nt-more-pill:hover {
  background: #0a1f80;
}

.nt-more-pill .nt-more-icon {
  font-size: 10px;
  transition: transform 0.25s;
}

.nt-more-pill.expanded .nt-more-icon {
  transform: rotate(180deg);
}

.nt-tier-next-level {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 999;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}

.nt-sub-tier-item:hover .nt-tier-next-level {
  display: block;
  opacity: 1;
  transform: translateY(5px);
}

.nt-next-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nt-next-item {
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
}

.nt-next-item:last-child {
  border-bottom: none;
}

.nt-next-link {
  color: #666;
  font-size: 12px;
  text-decoration: none !important;
  transition: 0.2s;
  display: block;
  cursor: pointer;
}

.deals-layout1 .so-deal .extraslider-inner .item .image .button-group {
  bottom: 10px;
}

.nt-next-link:hover {
  color: var(--nt-crimson, #c10037);
  padding-left: 5px;
}

.nt-sub-tier-wrap {
  display: none !important;
}

@media (max-width: 991px) {
  .nt-sub-tier-wrap {
    display: flex !important;
    margin-bottom: 5px;
  }

  .nt-sub-tier-list {
    gap: 5px;
  }

  .nt-sub-tier-link {
    font-size: 12px;
  }

  .new-collection-layout {
    margin: 30px 0 0px !important;
  }
}

.related-products-modtitle {
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.related-products-span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  float: left;
  text-transform: capitalize;
  margin-bottom: 0px;
  background-color: #ea265e;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 11px 20px;
  position: relative;
  bottom: -2px;
}

.browse-by-cat-span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  float: inherit;
  text-transform: capitalize;
  margin-bottom: 0;
  background-color: #ea265e;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 11px 20px;
  position: relative;
}

.browse-by-cat-parent-div {
  display: none;
}

.for-web-modtitle {
  display: block !important;
}

.for-mob-modtitle {
  display: none !important;
}

@media (max-width: 991px) {
  .related-products-modtitle {
    margin-top: 0px;
  }

  .for-mob-no-show {
    display: none;
  }

  .related-products-span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    float: left;
    text-transform: capitalize;
    margin-bottom: 0px;
    background-color: #ea265e;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 11px 20px;
    position: relative;
    bottom: -2px;
  }

  .product-view {
    margin-top: 15px;
  }

  .browse-by-cat-parent-div {
    margin-bottom: 10px;
    display: block;
  }

  .browse-by-cat-parent-div h3 {
    margin-bottom: 25px;
  }

  .browse-by-cat-span {
    color: #fff;
  }

  .for-web-modtitle {
    display: none !important;
  }

  .for-mob-modtitle {
    display: block !important;
  }
}

#footer-visitor-count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c10037;
  padding: 10px 20px;
  border-radius: 20px;
}

.visitor-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ecc71;
  flex-shrink: 0;
  animation: visitor-pulse 1.8s ease-in-out infinite;
}

@keyframes visitor-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.flip-digits {
  display: flex;
  gap: 3px;
  align-items: center;
}

.flip-digit {
  width: 28px;
  height: 38px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0.5px rgba(3, 18, 102, 0.3);
}

.flip-digit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: auto;
  background: rgba(3, 18, 102, 0.2);
}

.flip-digit span {
  font-size: 22px;
  font-weight: 700;
  color: #031266;
  line-height: 1;
  font-family: "Courier New", monospace;
}

.viewers-label {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

@keyframes visitor-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.75);
  }
}

/* ════════════════════════════════════════
   SHOP WATCH & BUY — svw-*
════════════════════════════════════════ */
.svw-section {
  margin: 0 0 24px;
  padding: 0 0 8px;
}

.svw-strip {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
}

.svw-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  gap: 14px;
  padding: 8px 0 12px;
  align-items: flex-start;
}

.svw-scroll::-webkit-scrollbar {
  display: none;
}

.svw-item {
  flex: 0 0 calc(33.333% - 10px);
  min-width: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  aspect-ratio: 9/14;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.13);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}

.svw-item:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}

.svw-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.svw-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.svw-preview.svw-playing {
  opacity: 1;
}

.svw-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    transparent 100%
  );
  padding: 28px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  pointer-events: none;
}

.svw-info-name {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  text-decoration: none;
  pointer-events: all;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.svw-info-name:hover {
  text-decoration: underline;
  color: #f5bd41;
}

.svw-info-price {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.svw-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.18s ease;
  padding: 0;
  color: #6b7280;
}

.svw-arrow svg {
  width: 17px;
  height: 17px;
  display: block;
}

.svw-arrow:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
}

.svw-arrow.svw-disabled {
  opacity: 0.22;
  cursor: not-allowed;
  pointer-events: none;
}

.svw-prev {
  left: 6px;
}

.svw-next {
  right: 6px;
}

/* ── Modal ── */
.svw-modal {
  position: fixed;
  inset: 0;
  z-index: 999998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.svw-modal.svw-modal-open {
  opacity: 1;
  visibility: visible;
}

.svw-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.svw-modal-card {
  position: relative;
  z-index: 2;
  width: min(380px, 88vw);
  aspect-ratio: 9/16;
  max-height: 88vh;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transform: scale(0.88);
  transition: transform 0.33s cubic-bezier(0.34, 1.52, 0.64, 1);
}

.svw-modal.svw-modal-open .svw-modal-card {
  transform: scale(1);
}

.svw-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 30;
}

.svw-progress-fill {
  height: 100%;
  width: 0%;
  background: #c10037;
  border-radius: 0;
}

.svw-modal-close {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 20;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  transition: background 0.18s;
}

.svw-modal-close:hover {
  background: #c10037;
}

.svw-mute-btn {
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 20;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.18s;
}

.svw-mute-btn:hover {
  background: rgba(0, 0, 0, 0.85);
}

.svw-mute-btn svg {
  width: 15px;
  height: 15px;
  stroke: #fff;
}

/* ── Float cards ── */
.svw-float-card {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  width: 90px;
  aspect-ratio: 9/14;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
  transition:
    transform 0.22s cubic-bezier(0.34, 1.3, 0.64, 1),
    opacity 0.22s ease;
  opacity: 0.85;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.svw-float-card:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.06);
}

.svw-float-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.88);
}

.svw-float-prev {
  left: calc(50% - min(190px, 44vw) - 106px);
}

.svw-float-next {
  right: calc(50% - min(190px, 44vw) - 106px);
}

.svw-float-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.65);
  transition: filter 0.22s;
}

.svw-float-card:hover .svw-float-thumb {
  filter: brightness(0.5);
}

.svw-float-arrow {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svw-float-arrow svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.svw-float-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  padding: 16px 6px 6px;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Modal bottom bar ── */
.svw-modal-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.5) 60%,
    transparent 100%
  );
  padding: 40px 14px 16px;
}

.svw-modal-bottom-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.svw-modal-thumb {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  object-position: top;
}

.svw-modal-text {
  flex: 1;
  min-width: 0;
}

.svw-modal-product-name {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.svw-modal-product-price {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 2px;
}

.svw-modal-shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #c10037;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.18s;
}

.svw-modal-shop-btn:hover {
  background: #a0002c;
  color: #fff;
  text-decoration: none;
}

/* ── Responsive ── */
@media (min-width: 1025px) {
  .svw-scroll {
    overflow-x: hidden;
  }

  .svw-item {
    flex: 0 0 calc(33.333% - 10px);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .svw-strip {
    padding: 0 40px;
  }

  .svw-item {
    flex: 0 0 calc(33.333% - 10px);
  }
}

@media (max-width: 767px) {
  .svw-strip {
    padding: 0 34px;
  }

  .svw-item {
    flex: 0 0 calc(50% - 7px);
  }

  .svw-info-name {
    font-size: 11px;
  }

  .svw-info-price {
    font-size: 12px;
  }

  .svw-arrow {
    width: 28px;
    height: 28px;
  }

  .svw-arrow svg {
    width: 14px;
    height: 14px;
  }

  .svw-prev {
    left: 3px;
  }

  .svw-next {
    right: 3px;
  }

  .svw-float-card {
    width: 64px;
  }

  .svw-float-prev {
    left: 4px;
  }

  .svw-float-next {
    right: 4px;
  }

  .svw-float-arrow svg {
    width: 20px;
    height: 20px;
  }

  .svw-float-label {
    font-size: 8px;
    padding: 12px 4px 4px;
  }
}

@media (max-width: 480px) {
  .svw-item {
    flex: 0 0 calc(50% - 7px);
  }

  .svw-float-card {
    width: 56px;
  }
}

.for-email-address {
  white-space: nowrap;
}

.producttab {
  margin-top: 30px;
}

.producttab .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.producttab .nav-tabs > li {
  margin-bottom: -2px;
}

.producttab .nav-tabs > li > a {
  display: block;
  color: #555;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  transition: all 0.2s ease;
  letter-spacing: 0.3px;
  background: #f9f9f9;
  margin-right: 4px;
}

.producttab .nav-tabs > li > a:hover {
  color: #f5a623;
  background: #fff8ee;
  border-color: #f5a623 #f5a623 transparent;
}

.producttab .nav-tabs > li.active > a,
.producttab .nav-tabs > li.active > a:hover,
.producttab .nav-tabs > li.active > a:focus {
  color: #fff;
  font-weight: 700;
  background: #031266;
  border-color: #031266;
  border-bottom-color: #031266;
}

.producttab .tab-content {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 28px 24px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  min-height: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}

.producttab .tab-pane h3 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.producttab .tab-pane table {
  width: 100%;
  margin-top: 10px;
}

.producttab .tab-pane table td {
  padding: 8px 12px;
  font-size: 13px;
}

.tabsslider {
  padding: 0;
}

.banner-sidebar {
  margin-bottom: 20px;
}

/* Mobile */
@media (max-width: 767px) {
  .producttab .nav-tabs > li > a {
    padding: 10px 9px;
    font-size: 13px;
  }

  .producttab .tab-content {
    padding: 18px 14px;
  }

  ul.breadcrumb {
    margin-top: 25px;
    margin-bottom: 0px;
  }
}

.nallur-trending-wrapper {
  margin-top: 16px;
}

.nallur-trending-header {
  background: #f5c518;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
  margin-bottom: 16px;
}

.nallur-trending-title {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.nallur-trending-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.nallur-trending-cart {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: background 0.18s;
  margin-bottom: 14px;
}

.nallur-trending-cart:hover {
  background: #fafafa;
}

.nallur-trending-cart:last-child {
  border-bottom: none;
}

.nallur-trending-img-wrap {
  width: 100%;
  aspect-ratio: 3 / 3.5;
  overflow: hidden;
  background: #f5f5f5;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.nallur-trending-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  object-position: top;
}

.nallur-trending-cart:hover .nallur-trending-img-wrap img {
  transform: scale(1.04);
}

.nallur-trending-info {
  padding: 9px 12px 4px;
}

.nallur-trending-cat {
  font-size: 11px;
  color: #b5621e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.nallur-trending-name {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nallur-trending-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.nallur-trending-price {
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.nallur-trending-old-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.nallur-trending-badge {
  font-size: 10px;
  background: #f5c518;
  color: #7a5500;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 600;
}

.nallur-trending-order-div {
  display: flex;
  justify-content: end;
}

.nallur-trending-order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 7px 12px 10px;
  padding: 5px 10px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.18s;
  width: auto;
}

.nallur-trending-order-btn:hover {
  background: #333;
}

/* ── FLOATING ORDER NOW — RIGHT EDGE VERTICAL TAB ── */
.float-order-btn {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #031266;
  border-radius: 10px 0 0 10px;
  padding: 16px 9px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.float-order-btn:active {
  background: #a3002f;
}

/* Text — rotated to read bottom→top */
.float-order-text {
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.6px;
  white-space: nowrap;

  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
}

/* Icon circle — always horizontal */
.float-order-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
  transform: rotate(270deg);
}

.float-order-icon svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  display: block;
  /* arrow points RIGHT → correct direction */
  transform: rotate(0deg);
}

/* ── PULSE ── */
@keyframes floatPulse {
  0% {
    box-shadow: -2px 2px 14px rgba(193, 0, 55, 0.38);
  }

  50% {
    box-shadow: -4px 4px 22px rgba(193, 0, 55, 0.55);
  }

  100% {
    box-shadow: -2px 2px 14px rgba(193, 0, 55, 0.38);
  }
}

.float-order-btn {
}

.float-order-btn:active {
  animation: none;
}

/* Desktop — hide */
@media (min-width: 768px) {
  .float-order-btn {
    display: none !important;
  }
}

/* Mobile — show */
@media (max-width: 767px) {
  .float-order-btn {
    display: flex;
  }
}

.cat-item.active .cat-label {
  color: #c10037;
}

.tamil-modtitle {
  padding: 0 !important;
}

.eng-modtitle {
  padding: 0 !important;
  padding-left: 15px !important;
  font-size: 14px !important;
}

.logo--title-img {
  display: none;
}

@media (max-width: 991px) {
  .eng-modtitle {
    padding: 0 !important;
    padding-left: 5px !important;
    font-size: 9px !important;
    padding-top: 2px !important;
  }

  .nvbs-section {
    display: none;
  }

  .logo--title-img {
    position: relative;
    display: block;
  }

  .logo--title-img img {
    height: 35px;
  }
}

.logo-text {
  font-family: "Noto Sans Tamil", sans-serif;
  font-weight: 900;
}

.logo-nallur {
  font-family: "Noto Sans Tamil", sans-serif;
  font-weight: 900;
}

.logo-highlight {
  font-family: "Noto Sans Tamil", sans-serif;
  font-weight: 900;
}

.tamil-rupee-text-div {
  display: none;
}

@media (max-width: 991px) {
  .nallur-shopee {
    margin-left: -40px;
    margin-right: 10px;
    height: 70px;
  }

  .logo-link {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    width: 100%;
    justify-content: space-evenly;
  }

  .tamil-rupee-text-div {
    display: flex;
    justify-content: center;
  }

  .tamil-rupee-text {
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    font-weight: 600;
    position: relative;
    font-family: "Latha", "Vijaya", sans-serif;
    top: 3px;
    padding: 5px;
    width: 250px;
    border: solid 1px red;
  }
}

@media (max-width: 367px) {
  .nallur-shopee {
    margin-left: -20px;
    margin-right: 10px;
    height: 70px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

#page-loader.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.loader-svg {
  display: block;
  width: 56px;
  height: 56px;
  animation: rotate 1.5s linear infinite;
  transform-origin: center center;
}

.loader-track {
  fill: none;
  stroke: #eff0f3;
  stroke-width: 3;
}

.loader-arc {
  fill: none;
  stroke: #2563eb;
  stroke-width: 3;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
  transform-origin: center center;
}

.loader-label {
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #94a3b8;
  white-space: nowrap;
  text-align: center;
  line-height: 1.5;
}

.loader-label span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #64748b;
  margin-top: 2px;
}

.loader-dots {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  height: 20px;
  margin-top: -10px;
}

.loader-dots span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2563eb;
  animation: dotBounce 0.9s ease-in-out infinite;
}

.loader-dots span:nth-child(1) {
  animation-delay: 0s;
  background: #2563eb;
}

.loader-dots span:nth-child(2) {
  animation-delay: 0.15s;
  background: #60a5fa;
}

.loader-dots span:nth-child(3) {
  animation-delay: 0.3s;
  background: #93c5fd;
}

#loader-topbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #1d4ed8, #3b82f6, #93c5fd);
  z-index: 100000;
  border-radius: 0 1px 1px 0;
  transition: width 0.25s ease;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
}

body.loading {
  overflow: hidden;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1 200;
  }

  50% {
    stroke-dashoffset: -70;
    stroke-dasharray: 100 200;
  }

  100% {
    stroke-dashoffset: -260;
    stroke-dasharray: 100 200;
  }
}

@keyframes dotBounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }

  45% {
    transform: translateY(-14px);
    opacity: 1;
  }

  70% {
    transform: translateY(-5px);
    opacity: 0.8;
  }
}

@keyframes waPing {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  70% {
    transform: scale(1.65);
    opacity: 0;
  }

  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

.wa-wrap {
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.wa-card {
  width: 200px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  display: none;
  opacity: 0;
  transform: scale(0.85) translateY(16px);
  transform-origin: bottom right;
  transition:
    transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.22s ease;
  position: relative;
  overflow: visible;
}

.wa-card.wa-card-open {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.wa-card-close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  font-size: 14px;
  cursor: pointer;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.wa-card-body {
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wa-card-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.2);
}

.wa-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2px;
}

.wa-card-role {
  font-size: 11px;
  color: #888;
  margin-bottom: 16px;
}

.wa-card-msg {
  font-size: 13px;
  color: #444;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.6;
}

.wa-card-msg .wa-tamil {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.wa-card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 11px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.4);
  box-sizing: border-box;
}

.wa-fab {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #25d366;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.5);
  position: relative;
  transition:
    transform 0.2s,
    background 0.2s;
  bottom: 70px;
  left: 9px;
}

.wa-fab.wa-fab-hidden {
  display: none;
}

.wa-fab-ping {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.35);
  animation: waPing 2s ease-out infinite;
}

@media (max-width: 991px) {
  .wa-fab {
    bottom: 60px;
  }

  .wa-card {
    bottom: 120px;
  }
}

/* ── FAB base ── */
.bs-fab-wrap {
  position: fixed;
  bottom: 190px;
  right: 10px;
  z-index: 9999;
}

.bs-fab-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #031266;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: pulse-glow 2.4s ease-in-out infinite;
  transition:
    opacity 0.2s,
    transform 0.2s;
}

.bs-fab-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffd97a;
}

.bs-fab-icon.bs-hide {
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
}

.bs-fab-full {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #031266;
  color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 50px;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.6) translateX(20px);
  transform-origin: right center;
  pointer-events: none;
  transition:
    opacity 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bs-fab-full.bs-show {
  opacity: 1;
  transform: scale(1) translateX(0);
  pointer-events: auto;
  animation: pulse-glow 2.4s ease-in-out infinite;
}

.bs-fab-full:hover {
  background: #031266;
  color: #fff;
  text-decoration: none;
  animation: none;
  box-shadow:
    0 0 28px 10px rgba(99, 120, 255, 0.7),
    0 8px 20px rgba(0, 0, 0, 0.4);
}

/* ── Desktop: always show full pill ── */
@media (min-width: 481px) {
  .bs-fab-icon {
    display: none !important;
  }

  .bs-fab-full {
    position: static;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    animation: pulse-glow 2.4s ease-in-out infinite;
  }
}

/* ── Hide floating button on mobile ── */
@media (max-width: 480px) {
  .bs-fab-wrap {
    display: none !important;
  }
}

/* ── Desktop sparkles ── */
.bs-fab-full .sparkle-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(210, 220, 255, 0.95);
  pointer-events: none;
  opacity: 0;
  animation: sparkle-fly 2.4s ease-in-out infinite;
}

.bs-fab-full .sparkle-dot:nth-child(1) {
  width: 5px;
  height: 5px;
  top: -7px;
  left: 20%;
  animation-delay: 0s;
}

.bs-fab-full .sparkle-dot:nth-child(2) {
  width: 4px;
  height: 4px;
  top: -5px;
  right: 26%;
  animation-delay: 0.6s;
}

.bs-fab-full .sparkle-dot:nth-child(3) {
  width: 3px;
  height: 3px;
  bottom: -6px;
  left: 40%;
  animation-delay: 1.2s;
}

.bs-fab-full .sparkle-dot:nth-child(4) {
  width: 4px;
  height: 4px;
  top: 38%;
  right: -6px;
  animation-delay: 1.8s;
}

.bs-fab-full .sparkle-dot:nth-child(5) {
  width: 3px;
  height: 3px;
  top: 28%;
  left: -5px;
  animation-delay: 0.9s;
}

/* ── Shared ── */
.btn-bag-svg {
  width: 18px;
  height: 18px;
  fill: #ffd97a;
  flex-shrink: 0;
  animation: bag-bounce 2.4s ease-in-out infinite;
}

.btn-arrow-svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  animation: arrow-nudge 2.4s ease-in-out infinite;
}

.arrivals-title-ending {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.25;
}

.ta-tamil {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.ta-english {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.03em;
}

/* ── Mobile full-width bar above mob nav ── */
.bs-arrivals-bar {
  display: none;
}

@media (max-width: 480px) {
  .bs-arrivals-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 9998;
    background: #031266;
    color: #fff;
    text-decoration: none;
    padding: 11px 16px;
    font-weight: 700;
    font-size: 14px;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    animation: pulse-glow 2.4s ease-in-out infinite;
  }

  .bs-arrivals-bar:hover,
  .bs-arrivals-bar:active {
    color: #fff;
    text-decoration: none;
  }

  .bs-arrivals-bar .arrivals-title-ending {
    display: contents;
    flex-direction: column;
    align-items: center;
    line-height: 1.25;
  }

  .bs-arrivals-bar .ta-tamil {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
  }

  .bs-arrivals-bar .ta-english {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
  }

  .bs-arrivals-bar .bar-arrow-svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.85);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: arrow-nudge 2.4s ease-in-out infinite;
  }

  .bs-arrivals-bar .bar-bag-svg {
    width: 22px;
    height: 22px;
    fill: #ffd97a;
    flex-shrink: 0;
    animation: bag-bounce 2.4s ease-in-out infinite;
  }

  /* ── Improved mobile sparkles: more dots, spread across full bar width ── */
  .bs-arrivals-bar .sparkle-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 220, 100, 0.95);
    pointer-events: none;
    opacity: 0;
    animation: sparkle-fly-mobile 2s ease-in-out infinite;
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(1) {
    width: 6px;
    height: 6px;
    top: -6px;
    left: 5%;
    animation-delay: 0s;
    background: rgba(255, 220, 100, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(2) {
    width: 4px;
    height: 4px;
    top: -5px;
    left: 15%;
    animation-delay: 0.3s;
    background: rgba(210, 220, 255, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(3) {
    width: 5px;
    height: 5px;
    top: -6px;
    left: 28%;
    animation-delay: 0.6s;
    background: rgba(255, 180, 180, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(4) {
    width: 3px;
    height: 3px;
    top: -4px;
    left: 40%;
    animation-delay: 0.9s;
    background: rgba(255, 220, 100, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(5) {
    width: 6px;
    height: 6px;
    top: -6px;
    left: 52%;
    animation-delay: 1.2s;
    background: rgba(210, 220, 255, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(6) {
    width: 4px;
    height: 4px;
    top: -5px;
    left: 65%;
    animation-delay: 0.5s;
    background: rgba(255, 220, 100, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(7) {
    width: 5px;
    height: 5px;
    top: -6px;
    left: 75%;
    animation-delay: 1.5s;
    background: rgba(255, 180, 180, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(8) {
    width: 3px;
    height: 3px;
    top: -4px;
    left: 87%;
    animation-delay: 0.8s;
    background: rgba(210, 220, 255, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(9) {
    width: 5px;
    height: 5px;
    top: -5px;
    left: 95%;
    animation-delay: 1.8s;
    background: rgba(255, 220, 100, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(10) {
    width: 4px;
    height: 4px;
    bottom: -4px;
    left: 10%;
    animation-delay: 1s;
    background: rgba(210, 220, 255, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(11) {
    width: 3px;
    height: 3px;
    bottom: -4px;
    left: 35%;
    animation-delay: 0.4s;
    background: rgba(255, 220, 100, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(12) {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: 60%;
    animation-delay: 1.3s;
    background: rgba(255, 180, 180, 0.95);
  }

  .bs-arrivals-bar .sparkle-dot:nth-child(13) {
    width: 4px;
    height: 4px;
    bottom: -4px;
    left: 85%;
    animation-delay: 0.7s;
    background: rgba(210, 220, 255, 0.95);
  }
}

@keyframes pulse-glow {
  0% {
    box-shadow:
      0 0 0px 0px rgba(99, 120, 255, 0),
      0 4px 12px rgba(0, 0, 0, 0.35);
  }

  40% {
    box-shadow:
      0 0 16px 7px rgba(99, 120, 255, 0.6),
      0 4px 16px rgba(0, 0, 0, 0.3);
  }

  60% {
    box-shadow:
      0 0 26px 13px rgba(99, 120, 255, 0.25),
      0 4px 16px rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow:
      0 0 0px 0px rgba(99, 120, 255, 0),
      0 4px 12px rgba(0, 0, 0, 0.35);
  }
}

@keyframes bag-bounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  40% {
    transform: translateY(-3px) scale(1.1);
  }

  60% {
    transform: translateY(-1px) scale(1.05);
  }
}

@keyframes arrow-nudge {
  0%,
  100% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(4px);
  }

  65% {
    transform: translateX(2px);
  }
}

@keyframes sparkle-fly {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(0);
  }

  30% {
    opacity: 1;
    transform: scale(1.2) translateY(-5px);
  }

  60% {
    opacity: 0.5;
    transform: scale(0.8) translateY(-9px);
  }

  100% {
    opacity: 0;
    transform: scale(0.2) translateY(-14px);
  }
}

@keyframes sparkle-fly-mobile {
  0% {
    opacity: 0;
    transform: scale(0.4) translateY(0px);
  }

  25% {
    opacity: 1;
    transform: scale(1.3) translateY(-6px);
  }

  55% {
    opacity: 0.6;
    transform: scale(0.9) translateY(-11px);
  }

  100% {
    opacity: 0;
    transform: scale(0.2) translateY(-18px);
  }
}

/* ── base visibility ── */
.desktop-only {
  display: flex !important;
}

.mobile-only {
  display: none !important;
}

.nt-hidden {
  display: none !important;
}

/* Override the .modtitle flex rule when hidden — must beat the
   .nt-stylish-title-page .module .modtitle specificity */
.nt-stylish-title-page .module .modtitle.nt-hidden {
  display: none !important;
}

.wab-info-price-parent {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  /* ── outermost guard: clips everything inside ── */
  .mgrid-outer {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #fff !important;
    padding: 10px 8px 14px 8px !important;
    margin: 0 !important;
  }

  /* ── strict 3-column grid ── */
  .mgrid-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  /* ── cell: MUST NOT grow beyond its grid column ── */
  .mgrid-cell {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    /* ← CRITICAL: stops grid blowout */
    overflow: hidden !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
  }

  .mgrid-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    color: inherit !important;
    width: 100% !important;
    gap: 5px !important;
  }

  /* ── IMAGE BOX: padding-bottom trick for equal height ── */
  .mgrid-img-box {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 0 !important;
    padding-bottom: 110% !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #ffe3a6 !important;
    border: 1.5px solid #ffe3a6 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
  }

  /* ── IMAGE: fills box absolutely, always same size ── */
  .mgrid-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 80% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: 20px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 0px !important;
    border: none !important;
    float: none !important;
    transform: none !important;
  }

  /* ── LABEL ── */
  .mgrid-name {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #222 !important;
    /* line-height: 1.3 !important; */
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 0 2px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Recent Orders Marquee */
.recent-orders-marquee {
  background: linear-gradient(90deg, #031266, #0a1d8a);
  color: #fff;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 100;
  position: relative;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding-left: 50%;
  /* This makes it start at the middle */
  opacity: 0;
  animation: smoothAppear 1.5s ease-out forwards;
}

.marquee-content {
  display: inline-block;
  animation: marquee-scroll 300s linear infinite !important;
}

.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes smoothAppear {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-prod-img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.marquee-item {
  color: #fff !important;
  text-decoration: none !important;
  margin: 0 30px;
  transition: color 0.3s ease;
  display: inline-block;
}

.marquee-item:hover {
  color: #f5c518 !important;
}

.order-user {
  font-weight: bold;
  color: #f5c518;
}

.order-product {
  font-style: italic;
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.marquee-separator {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 5px;
}

@media (max-width: 767px) {
  .recent-orders-marquee {
    font-size: 11px;
    padding: 5px 0;
  }
}

/* Home Page Specific Marquee Styling */
.recent-orders-home-section .recent-orders-marquee {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(3, 18, 102, 0.15);
  margin-top: 15px;
  background: linear-gradient(135deg, #031266, #1a2a8a);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.recent-orders-home-section .marquee-item {
  padding: 10px 0;
}

.recent-orders-home-section .marquee-prod-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f5c518;
  margin-right: 12px;
}

.recent-orders-home-section .order-user {
  font-size: 14px;
}

.recent-orders-home-section .order-product {
  font-size: 14px;
  font-weight: 500;
}

/* ══════════════════════════════════════════════
   EXPLORE LOWEST PRICES — compact single-line pill
══════════════════════════════════════════════ */

@keyframes exploreShimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(200%);
  }
}

@keyframes explorePulse {
  0%,
  100% {
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.35);
  }

  50% {
    box-shadow: 0 3px 16px rgba(255, 107, 53, 0.55);
  }
}

.explore-div {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 20px 5px 20px;
  margin: 4px auto 0;
  background: linear-gradient(90deg, #ff6b35, #ff3b00);
  border-radius: 20px;
  overflow: hidden;
  animation: explorePulse 3s ease-in-out infinite;
  width: fit-content;
  max-width: 100%;
}

/* Shimmer sweep */
.explore-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  animation: exploreShimmer 2.4s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.explore-text-tamil {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-family: "Latha", "Vijaya", sans-serif;
}

.explore-text-english {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

/* "Explore Now" link */
.explore-div > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 8px;
  background: #fff;
  color: #d63000;
  font-size: 10px;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
  transition:
    background 0.18s,
    color 0.18s;
  white-space: nowrap;
  line-height: 1.6;
}

.explore-div > a:hover {
  background: #d63000;
  color: #fff;
}

.explore-div {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .mob-cat-nav {
    z-index: inherit;
  }

  .product-image-container.second_img.order-now-show .order-now-btn {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    z-index: 10 !important;
    right: -50px !important;
    transition: all 0.3s ease-in-out !important;
  }
}

/* ── Sarees / New Arrivals Shared Product Container ── */
.na-product-container {
  position: relative;
  overflow: visible !important;
  background: #fff;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

/* ── Uniform Image Sizes ── */
.na-product-container .product-image-container {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  background: #f9f9f9;
  overflow: hidden !important;
  position: relative;
}

.na-product-container .product-image-container img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
  display: block !important;
}

.na-product-container .product-image-container:hover img {
  transform: scale(1.05);
}

/* ── Info Overlay ── */
.na-product-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.pr-info-left {
  flex: 1;
  min-width: 0;
}

.pr-info-left a {
  text-decoration: none !important;
  display: block;
  color: inherit;
}

.pr-overlay-price {
  font-size: 16px;
  font-weight: 800;
  color: #c10037;
  margin-bottom: 0;
  line-height: 1.2;
}

.pr-overlay-category {
  font-size: 9px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}

.pr-overlay-name {
  font-size: 11px;
  color: #444;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pr-info-right {
  flex-shrink: 0;
}

/* ── Order Now Button ── */
.pr-order-now-btn {
  background: #c10037 !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 10px rgba(193, 0, 55, 0.2) !important;
  cursor: pointer !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.pr-order-now-btn:hover {
  background: #031266 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(3, 18, 102, 0.2) !important;
}

.pr-order-now-btn svg {
  width: 10px;
  height: 10px;
  stroke-width: 3px;
}

/* ── Add to Cart Button ── */
.na-add-to-cart-btn {
  position: absolute !important;
  bottom: 85px !important;
  left: 6px !important;
  top: auto !important;
  right: auto !important;
  z-index: 15 !important;
  background: #f5bd41 !important;
  border: none !important;
  color: #fff !important;
  height: 30px !important;
  width: 30px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(243, 156, 18, 0.3) !important;
  overflow: hidden !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition:
    width 0.3s ease,
    padding 0.3s ease,
    border-radius 0.3s ease !important;
}

.na-add-to-cart-btn i,
.na-add-to-cart-btn .fa {
  font-size: 12px !important;
  flex-shrink: 0 !important;
  transition: margin 0.3s ease !important;
}

.na-add-to-cart-btn span {
  display: inline-block !important;
  max-width: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  transition:
    max-width 0.3s ease,
    opacity 0.25s ease,
    margin 0.3s ease !important;
}

.na-product-container .product-image-container:hover .na-add-to-cart-btn,
.na-add-to-cart-btn:hover {
  width: auto !important;
  padding: 0 14px 0 10px !important;
  box-shadow: 0 6px 16px rgba(243, 156, 18, 0.4) !important;
}

.na-product-container .product-image-container:hover .na-add-to-cart-btn span,
.na-add-to-cart-btn:hover span {
  max-width: 120px !important;
  opacity: 1 !important;
  margin-left: 7px !important;
}

/* ── Mobile ── */
@media (max-width: 991px) {
  .na-product-container {
    margin-bottom: 20px;
  }

  .na-product-container .product-image-container {
    aspect-ratio: 3 / 4.8;
  }

  .na-product-info-overlay {
    padding: 5px 8px;
    gap: 4px;
  }

  .pr-overlay-price {
    font-size: 12px;
    margin-bottom: 0;
  }

  .pr-overlay-category {
    display: none;
    font-size: 8px;
  }

  .pr-overlay-name {
    font-size: 9px;
    line-height: 1.1;
  }

  .pr-btn-text {
    display: inline;
    font-size: 9px;
  }

  .pr-order-now-btn {
    width: auto !important;
    height: auto !important;
    padding: 6px 10px !important;
    justify-content: center !important;
    border-radius: 8px !important;
    gap: 4px !important;
    font-size: 9px !important;
  }

  .pr-order-now-btn svg {
    width: 8px;
    height: 8px;
  }

  .na-add-to-cart-btn {
    bottom: 65px !important;
    left: 6px !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 6px !important;
  }

  .na-product-container .product-image-container:hover .na-add-to-cart-btn,
  .na-add-to-cart-btn:hover {
    width: 28px !important;
    padding: 0 !important;
  }

  .na-product-container .product-image-container:hover .na-add-to-cart-btn span,
  .na-add-to-cart-btn:hover span {
    max-width: 0 !important;
    opacity: 0 !important;
    margin-left: 0 !important;
  }

  .product-image-container.second_img.order-now-show .order-now-btn {
    bottom: 35px;
  }

  .product-image-container.second_img.order-now-show:hover .order-now-btn {
    opacity: 1 !important;
    visibility: visible !important;
    right: 3px !important;
    bottom: 65px;
  }
}
@media (max-width: 991px) {
  .back-to-top {
    bottom: 120px;
  }
}

@media (max-width: 991px) {
  .wa-wrap {
    bottom: 120px;
    right: 8px;
  }
}

.na-eye-btn {
  display: none;
}

@media (max-width: 991px) {
  .na-eye-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 20;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(3, 18, 102, 0.75);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    transition:
      background 0.2s ease,
      transform 0.2s ease;
  }

  .na-eye-btn:hover,
  .na-eye-btn:active {
    background: rgba(193, 0, 55, 0.85);
    transform: scale(1.1);
    text-decoration: none !important;
  }

  .na-eye-btn svg {
    flex-shrink: 0;
  }
}

.text-white {
  color: white;
}
