/*
Theme Name: Naser Beauty
Theme URI: https://naserbeauty.com
Author: Naser Beauty
Author URI: https://naserbeauty.com
Description: قالب فروشگاهی آرایشی و بهداشتی — RTL، ووکامرس، پنل تنظیمات کامل، سئو پایه و منوی دسته‌بندی مبتنی بر فهرست‌های وردپرس
Version: 1.9.84
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naser-beauty
Tags: rtl, e-commerce, woocommerce, custom-menu, custom-logo, featured-images, theme-options, translation-ready
*/

/* ===== CSS Variables ===== */
:root {
  --pink-50: #fdf1f6;
  --pink-100: #fce4ee;
  --pink-500: #ec2c6f;
  --pink-600: #e0186a;
  --pink-700: #c31361;
  --pink-primary: #ec2c6f;
  --pink-primary-dark: #e0186a;
  --text-dark: #26232a;
  --text-mid: #6b6470;
  --text-light: #9992a0;
  --border: #eee3ea;
  --bg-soft: #fdf7fa;
  --green: #1fa971;
  --gold: #d8a63e;
}

/* ===== Fonts are loaded via assets/css/fonts.css (IRANSansX) ===== */

/* ===== Base Reset ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  direction: rtl;
  max-width: 100%;
}
body {
  font-family: 'IRANSansX', Tahoma, sans-serif;
  background-color: #fbf8fa;
  background-image:
    radial-gradient(ellipse 70% 45% at 8% 12%, rgba(236, 44, 111, 0.05), transparent 55%),
    radial-gradient(ellipse 55% 40% at 92% 18%, rgba(216, 166, 62, 0.04), transparent 50%);
  background-attachment: scroll;
  color: var(--text-dark);
  direction: rtl;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}
.nb-main,
.container,
.deal-section,
.cat-section,
.nb-product-carousel,
.nb-brands-section {
  max-width: 100%;
  min-width: 0;
}
.nb-main {
  overflow-x: hidden;
}
body::before {
  content: none;
  display: none;
}

/*
 * Do NOT force position:relative on all body children.
 * That override breaks position:fixed (lightbox, mobile nav, modals)
 * and makes the mega menu paint under .nb-main / hero.
 * Stacking is handled explicitly below.
 */
.nb-topbar {
  position: relative;
  z-index: 100;
}
.nb-header {
  position: relative;
  z-index: 110;
}
.nb-header.has-search-open,
.nb-header:has(.search-form.has-results) {
  z-index: 10050 !important;
}
.nb-nav {
  position: relative;
  z-index: 1000;
}
body.nb-search-open .nb-nav {
  z-index: 900;
}
body.nb-search-open:not(.nb-mega-open) .nb-nav {
  z-index: 900 !important;
}
.nb-main {
  position: relative;
  z-index: 1;
}
.mobile-bottom-nav {
  display: flex;
  position: fixed !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10050 !important;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
  padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  left: 12px;
  top: 12px;
  z-index: 100000;
  background: #fff;
  color: var(--text-dark);
  padding: 10px 14px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.elementor-widget-text-editor ul,
.elementor-widget-theme-post-content ul,
.elementor-widget-container .elementor-text-editor ul,
.entry-content ul {
  list-style: disc;
  padding-inline-start: 1.25em;
}
img { max-width: 100%; display: block; height: auto; }
.elementor img {
  display: inline-block;
  vertical-align: middle;
}
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }

/* ===== Typography ===== */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.5; }

/* ===== Container ===== */
.container { max-width: 1440px; margin: 0 auto; padding: 0 60px; }

/* ===== Homepage / HTML Mockup Styles ===== */
.hero-slider-section { position: relative; margin: 20px auto 0; }
.hero-swiper { position: relative; }
.hero-slide { margin: 0; }
.hero-slide-panel { background: linear-gradient(120deg, #fbeaf1 0%, #fdf5f8 55%, #fbeaf1 100%); border-radius: 22px; overflow: hidden; position: relative; min-height: 400px; }
.hero-slide-panel.has-full-media { position: relative; overflow: hidden; }
.hero-slide-panel.has-full-media::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.64) 48%, rgba(255,255,255,.18) 100%); z-index: 1; }
.hero-slide-panel.has-full-media .hero-slide-inner { position: relative; z-index: 2; }
.hero-slide-panel.has-full-media .hero-visual { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; z-index: 0; }
.hero-slide-panel.has-full-media .hero-media-card { width: 100%; min-height: 100%; border-radius: 0; box-shadow: none; }
.hero-slide-panel.has-full-media .hero-media-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide-panel.has-full-media .hero-copy { position: relative; z-index: 2; max-width: 560px; background: rgba(255,255,255,.72); backdrop-filter: blur(8px); border-radius: 24px; margin: 40px 0 40px 40px; }
.hero-slide-panel.sale { background: linear-gradient(120deg, #fdeeea 0%, #fdf6f2 55%, #fdeeea 100%); }
.hero-slide-panel.new { background: linear-gradient(120deg, #f1eefb 0%, #f9f5fd 55%, #f1eefb 100%); }
.hero-slide-inner { display: flex; align-items: center; min-height: 400px; gap: 24px; }
.hero-copy { flex: 1; padding: 40px 50px 40px 30px; }
.hero-copy h1 { font-size: 38px; line-height: 1.5; font-weight: 800; color: var(--text-dark); margin-bottom: 16px; }
.hero-copy p { color: var(--text-mid); font-size: 15px; margin-bottom: 26px; line-height: 1.9; }
.hero-btns { display: flex; gap: 14px; margin-bottom: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 30px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 10px; }
.hero-trust-item .ic { width: 38px; height: 38px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0, 0, 0, .05); }
.hero-trust-item .ic svg { width: 18px; height: 18px; stroke: var(--pink-primary-dark); }
.hero-trust-item .tt { font-size: 13px; font-weight: 600; color: var(--text-dark); }
.hero-trust-item .ts { font-size: 11px; color: var(--text-light); }
.hero-visual { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; min-height: 400px; }
.hero-visual .blob { position: absolute; inset: 30px; background: radial-gradient(circle at 30% 30%, #ffe3ee, transparent 60%); }
.product-cluster { display: flex; align-items: flex-end; gap: -10px; z-index: 2; position: relative; }
.prod-bottle { background: linear-gradient(160deg, #fff, #f6d9e4); border-radius: 14px; box-shadow: 0 20px 40px -12px rgba(200, 60, 110, .25); display: flex; align-items: center; justify-content: center; text-align: center; font-size: 10px; color: var(--text-mid); padding: 8px; }
.prod-bottle.b1 { width: 70px; height: 180px; margin-left: -14px; }
.prod-bottle.b2 { width: 90px; height: 230px; background: linear-gradient(160deg, #fff, #dff0ee); }
.prod-bottle.b3 { width: 80px; height: 210px; background: linear-gradient(160deg, #fff5ea, #f6d0dd); margin-right: -16px; }
.prod-bottle.b4 { width: 60px; height: 150px; background: linear-gradient(160deg, #fff, #e9e0f5); }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 6px 16px rgba(0, 0, 0, .14); display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--text-dark); z-index: 6; border: 1px solid var(--border); transition: background .2s; cursor: pointer; }
.slider-arrow:hover { background: var(--pink-50); }
.arrow-right, .swiper-button-next { right: 20px; }
.arrow-left, .swiper-button-prev { left: 20px; }
.slider-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; z-index: 6; }
.slider-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(43, 37, 48, .25); cursor: pointer; transition: .25s; display: inline-block; flex: 0 0 8px; }
.slider-dots .dot.active { background: var(--pink-primary); box-shadow: 0 0 0 3px rgba(236, 44, 111, 0.25); transform: scale(1.15); }
.slider-arrow.swiper-button-disabled { opacity: .4; cursor: not-allowed; }
.cat-scroll {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 28px 0 8px;
  gap: 14px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x pan-y;
}
@media (min-width: 769px) {
  .cat-section .home-section-head {
    text-align: center;
  }
  .cat-section .cat-scroll {
    justify-content: center;
  }
}
.cat-scroll::-webkit-scrollbar { display: none; }
.cat-scroll.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.cat-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0 0 78px;
  width: 78px;
  max-width: 78px;
  text-decoration: none;
  scroll-snap-align: start;
}
.cat-circle .cwrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--pink-50);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  flex-shrink: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cat-circle .cwrap .nb-category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.cat-circle:hover .cwrap {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(236, 44, 111, 0.12);
}
.cat-circle .cwrap,
.service-item .ic,
.nb-icon-wrap {
  color: var(--pink-primary-dark);
}
.cat-circle .cwrap svg,
.service-item .ic svg,
.nb-icon-wrap svg,
.cat-mega-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  color: inherit;
}
.service-item .ic svg {
  width: 20px;
  height: 20px;
}
.cat-mega-icon svg {
  width: 24px;
  height: 24px;
}

.cat-circle span {
  font-size: 11.5px;
  color: var(--text-dark);
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
  max-width: 100%;
}
.arrow-btn { display: none; }
.sec-head { display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.sec-head h2 { font-size: 19px; font-weight: 800; }
.section-right { text-align: right; }
.section-right p, .section-right h3, .section-right span { text-align: right; }
.instagram-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 280px;
  border-radius: 28px;
  padding: 32px 28px;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(145deg, rgba(255,255,255,.92) 0%, rgba(255,248,252,.88) 45%, rgba(255,241,247,.95) 100%);
  border: 1px solid rgba(244, 220, 232, 0.9);
  box-shadow:
    0 20px 50px rgba(236, 44, 111, 0.1),
    inset 0 1px 0 rgba(255,255,255,.8);
}
.nb-instagram-col { flex: 1; min-width: 0; }
.instagram-card .insta-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}
.instagram-card .insta-glow-1 {
  width: 220px;
  height: 220px;
  top: -80px;
  left: -60px;
  background: radial-gradient(circle, rgba(255, 105, 180, 0.28), transparent 70%);
}
.instagram-card .insta-glow-2 {
  width: 180px;
  height: 180px;
  bottom: -70px;
  right: -40px;
  background: radial-gradient(circle, rgba(236, 44, 111, 0.22), transparent 70%);
}
.instagram-card .insta-mosaic {
  position: absolute;
  inset: 18px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1.15fr;
  gap: 10px;
  opacity: 0.22;
  z-index: 0;
  transform: rotate(-2deg);
}
.instagram-card .insta-mosaic span {
  border-radius: 18px;
  background: linear-gradient(145deg, #ffd6e7, #ffeaf2);
}
.instagram-card .insta-mosaic span:nth-child(2) {
  background: linear-gradient(160deg, #f7d9c8, #ffe3ee);
  margin-top: 18px;
}
.instagram-card .insta-mosaic span:nth-child(3) {
  background: linear-gradient(160deg, #ecd9f7, #ffe3f0);
}
.instagram-card .insta-mosaic span:nth-child(4) {
  background: linear-gradient(160deg, #d9f0ea, #ffe8f1);
  margin-top: -12px;
}
.instagram-card .insta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  max-width: 360px;
}
.instagram-card .insta-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 14px 30px rgba(221, 42, 123, 0.28);
}
.instagram-card .insta-icon svg {
  width: 30px;
  height: 30px;
}
.instagram-card .insta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pink-primary-dark);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(236, 44, 111, 0.14);
  padding: 6px 12px;
  border-radius: 999px;
}
.instagram-card .insta-content p {
  color: var(--text-mid);
  font-size: 14.5px;
  line-height: 2;
  margin: 0;
}
.instagram-card .insta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dd2a7b 0%, #f58529 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(221, 42, 123, 0.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.instagram-card .insta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(221, 42, 123, 0.28);
}
.view-all { font-size: 12.5px; color: var(--pink-primary-dark); display: flex; align-items: center; gap: 4px; font-weight: 600; }
.view-all:hover { color: var(--pink-600); }
.deal-section { display: flex; flex-direction: row-reverse; gap: 20px; padding: 20px 0 36px; align-items: stretch; }
.deal-products-wrap {
  flex: 3;
  min-width: 0;
}
.deal-products {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
  align-content: start;
  align-items: stretch;
}
.deal-products .nb-product-card {
  height: 100%;
}
.deal-sidebar { flex: 1; background: linear-gradient(160deg, #fce4ec, #fdf0f4); border-radius: 18px; padding: 22px 20px; display: flex; flex-direction: column; justify-content: space-between; min-width: 210px; }
.deal-sidebar-icon {
  /* Fixed slot so text/button don't jump when icon size changes */
  --nb-icon-size: 64px;
  width: 112px;
  height: 112px;
  margin: 18px auto 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px dashed rgba(236, 44, 111, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-500);
  box-shadow: 0 8px 20px rgba(236, 44, 111, 0.08);
  flex-shrink: 0;
}
.deal-sidebar-icon .deal-sidebar-icon__img {
  width: var(--nb-icon-size) !important;
  height: var(--nb-icon-size) !important;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  padding: 0;
  display: block;
  border-radius: 12px;
}
.deal-sidebar-icon .deal-sidebar-icon__svg,
.deal-sidebar-icon .deal-sidebar-icon__svg svg,
.deal-sidebar-icon svg {
  width: var(--nb-icon-size) !important;
  height: var(--nb-icon-size) !important;
  max-width: 90% !important;
  max-height: 90% !important;
  display: block;
  stroke: currentColor;
}
.countdown { display: flex; gap: 8px; margin-bottom: 18px; justify-content: center; }
.cd-box { background: var(--pink-primary); color: #fff; border-radius: 10px; width: 52px; height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; }
.cd-box span:last-child { font-size: 9px; font-weight: 400; opacity: .85; }

/* ===== Shop / Product / Cart styles ===== */
.page-head { padding: 26px 0 18px; }
.page-head h1 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--text-light); }
.breadcrumb a { color: var(--text-light); }
.breadcrumb a.current, .breadcrumb .current { color: var(--pink-600); }
.filters-btn-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #fff;
  color: var(--pink-600);
  font-weight: 700;
  font-size: 13px;
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 14px;
  border: 1px solid var(--border);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(236, 44, 111, 0.06);
}
.filters-btn-mobile.is-active {
  background: var(--pink-50);
  border-color: rgba(236, 44, 111, 0.25);
}
.filters-btn-mobile svg { width: 16px; height: 16px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 14px; }
.toolbar-right { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nb-sort-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 6px 10px 6px 6px;
  box-shadow: 0 4px 14px rgba(38, 35, 42, 0.03);
}
.nb-sort-label {
  font-size: 12px;
  color: var(--text-light);
  white-space: nowrap;
  padding-right: 4px;
}
.nb-sort-wrap .woocommerce-ordering {
  margin: 0;
}
.nb-sort-wrap .woocommerce-ordering select,
.nb-shop-toolbar .orderby {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: var(--bg-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239992a0' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat left 12px center;
  padding: 10px 14px 10px 34px;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-dark);
  min-width: 160px;
  max-width: 220px;
  cursor: pointer;
  outline: none;
}
.nb-view-toggle {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 4px;
}
.nb-view-toggle button {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mid);
  background: transparent;
  border: none;
}
.nb-view-toggle button svg { width: 16px; height: 16px; }
.nb-view-toggle button.is-active {
  background: var(--pink-50);
  color: var(--pink-600);
}
.result-count { font-size: 13px; color: var(--text-light); }
.shop-body { display: flex; gap: 26px; align-items: flex-start; padding-bottom: 40px; }
.product-col { flex: 1; min-width: 0; }
.filter-col { width: 280px; flex-shrink: 0; display: flex; flex-direction: column; gap: 12px; }
.filter-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}
.filter-card-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--text-dark);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: right;
}
.filter-card-toggle .filter-chevron {
  width: 16px;
  height: 16px;
  color: var(--pink-500);
  transition: transform .2s ease;
  flex-shrink: 0;
}
.filter-card.is-open .filter-chevron { transform: rotate(180deg); }
.filter-card-body {
  display: none;
  padding: 0 18px 18px;
  border-top: 1px solid transparent;
}
.filter-card.is-open .filter-card-body {
  display: block;
  border-top-color: var(--border);
  padding-top: 14px;
}
.filter-card .cat-list,
.filter-card .filter-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-card .cat-list li,
.filter-card .filter-check-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
}
.filter-card .cat-list li:last-child,
.filter-card .filter-check-list li:last-child { border-bottom: none; }
.filter-card .cat-list a,
.filter-card .filter-check-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: var(--text-dark);
}
.filter-card .count { color: var(--text-light); font-size: 11.5px; }
.filter-check-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.filter-check-list input { accent-color: var(--pink-500); width: 15px; height: 15px; }
.filter-rating-list { display: grid; gap: 4px; }
.filter-rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
}
.filter-rating-row:last-child { border-bottom: none; }
.filter-rating-row:hover,
.filter-rating-row.is-active {
  color: var(--pink-600);
}
.filter-rating-row .stars { display: inline-flex; gap: 2px; color: #ffb020; }
.filter-rating-row .stars svg { width: 14px; height: 14px; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 26px;
  list-style: none;
  padding: 0;
}
.products-grid > li {
  list-style: none;
  margin: 0;
}
.nb-compact-products {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nb-blog-title {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 6px;
  color: var(--text-dark);
}
.nb-blog-title a {
  text-decoration: none;
  color: var(--text-dark);
}
.nb-blog-meta {
  font-size: 11px;
  color: var(--text-light);
}
.nb-blog-excerpt {
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-mid);
  margin: 0 0 8px;
}
.gallery-thumbs .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-body { display: flex; gap: 26px; align-items: flex-start; padding-bottom: 50px; }
/* RTL: main (gallery) on the right, trust sidebar on the left */
.page-body .main-content.product { order: 0; }
.page-body .product-trust-sidebar { order: 1; }
.sidebar { width: 230px; flex-shrink: 0; display: flex; flex-direction: column; gap: 14px; }
.perk-card { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 14px; padding: 18px; display: flex; gap: 12px; align-items: flex-start; }
.perk-icon { width: 38px; height: 38px; border-radius: 50%; background: #fff; border: 1px solid var(--pink-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.perk-icon svg { width: 18px; height: 18px; color: var(--pink-500); }
.perk-title { font-size: 13.5px; font-weight: 700; margin-bottom: 4px; }
.perk-desc { font-size: 11.5px; color: var(--text-light); line-height: 1.7; }
.main-content { flex: 1; min-width: 0; }
.product-top { display: flex; flex-direction: row-reverse; gap: 40px; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 34px; }
.product-info { flex: 1; min-width: 0; }
.gallery {
  width: min(520px, 100%);
  flex-shrink: 0;
  display: flex;
  gap: 14px;
  flex-direction: row;
  align-items: flex-start;
}
.gallery-thumbs-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 66px;
  flex-shrink: 0;
  position: relative;
  max-height: min(440px, 70vw);
}
.gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 66px;
  max-height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y proximity;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery-thumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.gallery-thumbs-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 26px;
  height: 22px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 20%, rgba(255, 255, 255, 0.55) 100%);
  color: var(--pink-600, #ec2c6f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  box-shadow: none;
  transition: opacity .15s ease, color .15s ease;
}
.gallery-thumbs-nav--prev {
  top: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.2) 100%);
}
.gallery-thumbs-nav--next {
  bottom: 0;
  top: auto;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.2) 100%);
}
.gallery-thumbs-nav:hover {
  color: var(--pink-500, #ec2c6f);
  opacity: 1;
}
.gallery-thumbs-nav:disabled,
.gallery-thumbs-nav.is-disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.gallery-thumbs-wrap.is-static .gallery-thumbs-nav {
  display: none;
}
.gallery-thumb {
  width: 66px;
  height: 66px;
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
  display: block;
  aspect-ratio: 1 / 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-thumb.active { border-color: var(--pink-500); }
.gallery-main {
  flex: 0 0 auto;
  width: calc(100% - 80px);
  max-width: 440px;
  border: 1px solid var(--border);
  border-radius: 14px;
  display: block;
  padding: 0;
  position: relative;
  aspect-ratio: 1 / 1;
  height: auto;
  background: #fff;
  cursor: zoom-in;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none;
}
.gallery-main .product-image-link {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
  line-height: 0;
  position: absolute;
  inset: 0;
}
.gallery-main .nb-gallery-main-img,
.gallery-main img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0;
}
.nb-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: var(--pink-500);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  min-width: 36px;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(236, 44, 111, .25);
}
.nb-product-tag {
  display: inline-block;
  background: var(--pink-50);
  color: var(--pink-600);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.nb-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  margin: 0 0 14px;
}
.nb-stock--in {
  color: #1a7a45;
  background: #e9f9ee;
  border: 1px solid #c8ebd4;
}
.nb-stock--out {
  color: #b4233d;
  background: #fff1f3;
  border: 1px solid #f5c2cd;
}
.woocommerce div.product .stock,
.woocommerce .stock.in-stock {
  color: #1a7a45 !important;
  background: #e9f9ee;
  border: 1px solid #c8ebd4;
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12.5px;
}
.woocommerce div.product .stock.out-of-stock {
  color: #b4233d !important;
  background: #fff1f3;
  border-color: #f5c2cd;
}
.gallery-main .onsale,
.product-top .onsale {
  display: none !important;
}
.details-grid { display: flex; gap: 26px; margin-top: 26px; align-items: flex-start; }
.nb-product-details-aside { width: 300px; flex-shrink: 0; display: flex; flex-direction: column; gap: 16px; }
.nb-product-details-aside .spec-card { width: 100%; }
.spec-card { width: 340px; flex-shrink: 0; background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 8px 22px; }
.spec-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--border); }
.spec-row:last-child { border-bottom: none; }
.spec-label { color: var(--text-light); font-size: 13px; }
.spec-value { font-weight: 700; font-size: 13px; }
.tabs-container { flex: 1; min-width: 0; background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.tabs-bar { display: flex; border-bottom: 1px solid var(--border); padding: 0 26px; gap: 30px; overflow-x: auto; }
.tab-item { padding: 20px 2px; font-size: 13.5px; font-weight: 600; color: var(--text-light); white-space: nowrap; cursor: pointer; position: relative; }
.tab-item.active { color: var(--pink-600); }
.tab-contents { padding: 26px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tab-content-panel { display: none; }
.tab-content-panel.active { display: block; }

/* Rich product description (tables, lists, sections) */
.nb-product-description,
#tab-desc.tab-content-panel {
  color: var(--text-mid);
  font-size: 14px;
  line-height: 2;
  overflow: visible;
  max-width: 100%;
}
.nb-product-description > *:first-child { margin-top: 0; }
.nb-product-description .product-container,
.nb-product-description .product-description,
.nb-product-description .product-features,
.nb-product-description .product-variants,
.nb-product-description .how-to-use {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 28px;
}
.nb-product-description h2,
#tab-desc h2 {
  margin: 28px 0 12px;
  font-size: 17px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.6;
}
.nb-product-description h3,
#tab-desc h3 {
  margin: 22px 0 10px;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.6;
}
.nb-product-description p,
#tab-desc p {
  margin: 0 0 14px;
}
.nb-product-description ul,
.nb-product-description ol,
#tab-desc ul,
#tab-desc ol {
  margin: 0 0 18px;
  padding: 0 22px 0 0;
  list-style: disc;
}
.nb-product-description li,
#tab-desc li {
  margin: 0 0 8px;
}
.nb-product-description img,
#tab-desc img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 18px auto;
  border-radius: 14px;
}
.nb-product-description table,
#tab-desc table {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 16px 0 22px;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
  table-layout: auto;
}
.nb-product-description table th,
.nb-product-description table td,
#tab-desc table th,
#tab-desc table td {
  border: 1px solid var(--border);
  padding: 10px 12px;
  vertical-align: top;
  word-break: break-word;
}
.nb-product-description table thead th,
#tab-desc table thead th {
  background: #fdf4f8;
  color: var(--text-dark);
  font-weight: 800;
}
.nb-product-description table tbody tr:nth-child(even),
#tab-desc table tbody tr:nth-child(even) {
  background: #faf8f9;
}
.nb-product-description a,
#tab-desc a {
  color: var(--pink-600);
  text-decoration: none;
  font-weight: 700;
}
.nb-product-description a:hover,
#tab-desc a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .tab-contents { padding: 16px; }
  .nb-product-description,
  #tab-desc.tab-content-panel {
    font-size: 13.5px;
    line-height: 1.9;
  }
  .nb-product-description table,
  #tab-desc table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 26px 0 20px; }
.cart-head h1 { font-size: 16px; font-weight: 700; color: var(--text-mid); }
.cart-head h1 b { color: var(--text-dark); font-weight: 800; font-size: 17px; }
.cart-body { display: flex; gap: 24px; align-items: flex-start; padding-bottom: 34px; }
.cart-col { flex: 1; min-width: 0; }
.summary-col { width: 320px; flex-shrink: 0; }
.cart-table { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.cart-row { display: flex; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--border); }
.cart-row:last-child { border-bottom: none; }
.row-product { flex: 2.4; display: flex; align-items: center; gap: 14px; }
.row-thumb { width: 64px; height: 64px; border-radius: 10px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: #fff; }
.row-thumb img { max-width: 52px; max-height: 52px; object-fit: contain; }
.row-name { font-size: 13.5px; font-weight: 700; margin-bottom: 4px; }
.row-brand { font-size: 12px; color: var(--text-light); margin-bottom: 4px; }
.row-vol { font-size: 11.5px; color: var(--text-light); }
.summary-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px; position: sticky; top: 20px; }
.summary-row { display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: var(--text-mid); padding: 10px 0; }
.summary-row b { color: var(--text-dark); font-weight: 700; }
.summary-row.discount b { color: var(--pink-600); }
.summary-row.ship b { color: var(--green); }
.summary-divider { border-top: 1px solid var(--border); margin: 8px 0 14px; }
.summary-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.summary-total span { font-size: 13px; color: var(--text-mid); font-weight: 700; }
.summary-total .amount { font-size: 19px; font-weight: 800; color: var(--text-dark); }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .container { padding: 0 20px; }
  .nb-services { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .nb-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .nb-newsletter { flex-direction: column; text-align: center; }
  .nb-newsletter-left { flex-direction: column; }
  .deal-section { flex-direction: column; }
  .deal-products { grid-template-columns: repeat(3, 1fr); }
  .product-top, .details-grid { flex-direction: column; }
  .gallery { width: 100%; }
  .spec-card { width: 100%; }
  .cart-body { flex-direction: column; }
  .summary-col { width: 100%; }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 92px;
  }
  .nb-topbar {
    display: block;
    font-size: 11px;
    padding: 5px 0;
  }
  .nb-topbar .container {
    gap: 8px;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: flex-start;
    direction: rtl;
    text-align: right;
  }
  .nb-topbar span,
  .nb-topbar__item {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    direction: rtl;
    text-align: right;
  }
  .nb-header {
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 90;
  }
  .nb-header .header-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: unset;
    gap: 8px;
    min-height: 48px;
    padding: 0 6px;
    position: relative;
  }
  .header-start {
    display: flex;
    align-items: center;
    gap: 8px;
    order: unset;
  }
  .header-actions--menu {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .logo-wrap {
    grid-column: 2;
    grid-row: 1;
    order: unset !important;
    flex: none !important;
    justify-self: center;
    align-self: center;
    height: 40px;
    max-height: 40px;
    overflow: visible;
  }
  .header-actions--icons {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .nb-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text-dark);
    margin: 0;
    padding: 0;
  }
  .nb-menu-toggle svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
  }
  .nb-menu-toggle .icon-close { display: none; }
  .nb-menu-toggle[aria-expanded="true"] .icon-open { display: none; }
  .nb-menu-toggle[aria-expanded="true"] .icon-close { display: block; }
  .desktop-only-icons,
  .desktop-search {
    display: none !important;
  }
  .icon-group {
    gap: 10px;
  }
  .nb-nav {
    display: none;
  }
  .hero-slide-panel {
    min-height: 280px;
    border-radius: 16px;
  }
  .hero-slide-inner {
    min-height: 280px;
    padding: 12px 0;
    flex-direction: column;
  }
  .hero-copy {
    padding: 16px 14px 12px;
    margin: 12px !important;
    max-width: none !important;
  }
  .hero-copy h1 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .hero-copy p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .hero-btns {
    margin-bottom: 12px;
    gap: 8px;
  }
  .hero-btns .btn-primary,
  .hero-btns .btn-outline {
    padding: 10px 16px;
    font-size: 12.5px;
  }
  .hero-trust {
    gap: 10px;
  }
  .hero-trust-item .ic {
    width: 34px;
    height: 34px;
  }
  .hero-visual {
    min-height: 180px;
  }
  .cat-scroll {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 18px 0 6px;
    justify-content: flex-start;
    gap: 12px;
  }
  .cat-scroll .arrow-btn {
    display: none;
  }
  .deal-products { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .shop-body { flex-direction: column; }
  .product-col { order: 1; width: 100%; }
  .filter-col {
    order: 2;
    width: 100% !important;
    display: none !important;
  }
  .filter-col.is-mobile-open {
    display: flex !important;
  }
  .filters-btn-mobile { display: inline-flex !important; }
  .filter-card.is-open .filter-card-body { display: block; }
  .nb-shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .nb-shop-toolbar .toolbar-right {
    width: 100%;
  }
  .nb-sort-wrap {
    flex: 1;
    width: 100%;
    flex-wrap: wrap;
  }
  .nb-sort-wrap .woocommerce-ordering {
    flex: 1;
    width: 100%;
  }
  .nb-sort-wrap .woocommerce-ordering select,
  .nb-shop-toolbar .orderby {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  .nb-view-toggle { display: none; }
  .result-count { width: 100%; text-align: right; }
  .instagram-card { min-height: 240px; padding: 24px 20px; }
  .nb-blog-insta {
    flex-direction: column !important;
  }
  .nb-blog-insta > div[style*="flex:1.5"] > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
  .logo-wrap,
  .logo-wrap .custom-logo-link { max-height: 40px; }
  .logo-wrap .custom-logo,
  .logo-wrap img.custom-logo,
  .logo-wrap img { max-height: 36px !important; }
  .container { padding: 0 18px; }
  .page-head { padding: 14px 0 10px; }
  .page-head h1 { font-size: 18px; }
  .nb-services { grid-template-columns: 1fr 1fr; gap: 10px; border-radius: 18px; padding: 14px; }
  .service-item { padding: 10px; }
  .nb-checkout-card { padding: 16px; border-radius: 14px; }
  .products-grid { gap: 12px; }
  .product-card-img { margin-bottom: 10px; }
  .deal-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-bottom { flex-wrap: nowrap; gap: 8px; }
  .nb-footer-grid { grid-template-columns: 1fr; }
  .cart-head { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* Product page mobile */
  .page-body {
    flex-direction: column;
    gap: 16px;
  }
  .page-body .sidebar,
  .product-trust-sidebar {
    order: 3 !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .page-body .main-content {
    order: 1 !important;
    width: 100%;
  }
  .product-top {
    flex-direction: column !important;
    gap: 18px;
    padding: 16px !important;
    border-radius: 16px;
  }
  .gallery {
    width: 100% !important;
    flex-direction: column-reverse !important;
    gap: 10px;
    align-items: stretch !important;
  }
  .gallery-thumbs-wrap {
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100%;
    max-height: none !important;
    gap: 0;
  }
  .gallery-thumbs {
    flex-direction: row !important;
    width: 100% !important;
    flex: 1 1 auto;
    max-height: none !important;
    overflow-x: auto;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    gap: 8px;
    padding-bottom: 0;
  }
  .gallery-thumbs-nav {
    display: none !important;
  }
  .gallery-thumb {
    scroll-snap-align: start;
  }
  .gallery-main {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }
  .gallery-main img,
  .gallery-main .nb-gallery-main-img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    margin: 0;
  }
  .product-info h1 {
    font-size: 18px !important;
  }
  .details-grid {
    flex-direction: column;
    gap: 14px;
  }
  .spec-card {
    width: 100% !important;
  }
  .tabs-bar {
    gap: 16px;
    padding: 0 14px;
  }
  .tab-contents {
    padding: 16px;
  }
  .nb-product-assurance {
    flex-direction: column;
    text-align: center;
  }
  .nb-product-assurance .assurance-copy {
    width: 100%;
    padding: 22px 18px 8px;
  }
  .assurance-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 12px 16px 20px !important;
  }
}

.mobile-bottom-nav {
  display: flex;
  position: fixed !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10050 !important;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
  padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
}
.mobile-bottom-nav .nav-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  gap: 4px;
  padding: 0 4px;
}
.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--text-mid);
  font-size: 10px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 12px;
  position: relative;
  flex: 1;
  min-height: 56px;
  max-width: 96px;
}
.mobile-nav-item.active {
  color: var(--pink-primary-dark);
  background: var(--pink-50);
}
.mobile-nav-item svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.mobile-nav-item .mobile-badge {
  position: absolute;
  top: 4px;
  right: 18px;
  background: var(--pink-primary);
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .mobile-bottom-nav {
    display: none;
  }
}

/* ===== Buttons ===== */
.btn-primary {
  background: var(--pink-500);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  padding: 13px 30px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 10px 20px -6px rgba(236,77,128,.5);
  display: inline-block;
  transition: background 0.2s;
  border: 0;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary:visited,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active,
a.btn-primary:visited {
  background: var(--pink-600);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
}
.btn-primary:disabled,
.btn-primary[disabled],
button.btn-primary:disabled,
button.btn-primary[disabled] {
  background: var(--pink-500) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 0.88;
  cursor: wait;
}

.btn-outline {
  background: #fff;
  color: var(--text-dark);
  padding: 13px 26px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #e8dce2;
  display: inline-block;
  transition: all 0.2s;
}
.btn-outline:hover { border-color: var(--pink-500); color: var(--pink-600); }

.btn-add-cart {
  background: var(--pink-500);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
}
.btn-add-cart:hover,
.btn-add-cart:focus,
.btn-add-cart:active,
.btn-add-cart:disabled,
.btn-add-cart[disabled],
.btn-add-cart.is-added {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.btn-add-cart:hover { background: var(--pink-600); }

.btn-add-cart-sm {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  background: var(--pink-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  color: #fff;
  text-decoration: none;
  font-size: 0;
  font-weight: 700;
  padding: 0;
  line-height: 0;
}
.btn-add-cart-sm:hover { background: var(--pink-600); color: #fff; }
.btn-add-cart-sm:active { transform: scale(0.96); }
.btn-add-cart-sm svg { width: 18px; height: 18px; stroke: #fff; }
.btn-add-cart-sm.btn-out-of-stock,
.btn-add-cart-sm:disabled {
  width: 40px;
  min-width: 40px;
  padding: 0;
  background: #b8b0b5;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.btn-add-cart-sm.btn-more-info {
  width: 40px;
  min-width: 40px;
  padding: 0;
  background: var(--pink-500);
  font-size: 0;
  white-space: nowrap;
}
.nb-product-card.is-out-of-stock {
  opacity: 0.92;
}
.nb-product-card.is-out-of-stock .product-card-img {
  filter: grayscale(0.35);
}
.card-badge--oos {
  background: #6b6470 !important;
}

/* ===== Topbar ===== */
.nb-topbar {
  position: relative;
  color: #5c4a52;
  font-size: 12.5px;
  padding: 8px 0;
  overflow: hidden;
  background: transparent;
}
.nb-topbar__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--nb-topbar-bg, #fdeef4);
  opacity: var(--nb-topbar-bg-opacity, 0.5);
  background-image: var(--nb-topbar-bg-image, none);
  background-size: cover;
  background-position: center;
}
.nb-topbar .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  direction: rtl;
  text-align: right;
}
.nb-topbar span,
.nb-topbar__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  direction: rtl;
  text-align: right;
  max-width: 100%;
}
.nb-topbar__icon {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
.nb-topbar__icon-svg {
  display: inline-flex;
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  overflow: hidden;
  color: var(--nb-topbar-icon-color, #ec4d80);
  flex-shrink: 0;
}
.nb-topbar__icon-svg svg,
.nb-topbar__item svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  display: block;
}

/* ===== Header ===== */
.nb-header {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  background: #fff;
  position: relative;
  z-index: 80;
  overflow: visible;
}
.nb-header .header-row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-start {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nb-menu-toggle {
  display: none;
}
.icon-group { display: flex; align-items: center; gap: 22px; }
.icon-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--text-mid);
}
.icon-item svg { width: 22px; height: 22px; stroke: var(--text-dark); }
.nb-badge {
  position: absolute;
  top: -6px;
  left: -8px;
  background: var(--pink-primary);
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar {
  flex: 1;
  max-width: 520px;
  display: flex;
  align-items: center;
  background: var(--pink-50);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 10px 18px;
  color: var(--text-light);
  gap: 10px;
  position: relative;
}
.search-bar > svg {
  width: 16px;
  height: 16px;
  stroke: var(--text-light);
  flex-shrink: 0;
}
.search-bar .search-form {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  gap: 10px;
}
.nb-search-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 10060;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(38, 35, 42, 0.12);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(440px, 62vh);
  overscroll-behavior: contain;
}
.search-bar,
.search-form.nb-ajax-search-form {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.nb-search-list {
  list-style: none;
  margin: 0;
  padding: 6px;
  max-height: none;
  overflow: visible;
}
.nb-search-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--text-dark);
}
.nb-search-list li a:hover {
  background: var(--pink-50);
}
.nb-search-list img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
}
.nb-search-list .meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.nb-search-list .title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.nb-search-list .price {
  font-size: 12px;
  color: var(--pink-600);
  font-weight: 700;
}
.nb-search-all {
  display: block;
  text-align: center;
  padding: 12px;
  border-top: 1px solid var(--border);
  color: var(--pink-600);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}
.nb-search-empty,
.nb-search-loading {
  padding: 18px;
  text-align: center;
  color: var(--text-mid);
  font-size: 13px;
}

/* Mobile drawer */
.nb-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(26, 18, 24, 0.42);
  z-index: 10100;
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}
.nb-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.nb-drawer-backdrop[hidden] {
  display: none !important;
}
.nb-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: min(88vw, 360px);
  z-index: 10110;
  background: #fff;
  box-shadow: -16px 0 40px rgba(0,0,0,.14);
  overflow-y: auto;
  overflow-x: hidden;
  /* Clear space above bottom nav + iPhone home indicator */
  padding: 16px 16px calc(128px + env(safe-area-inset-bottom, 0px));
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.nb-mobile-drawer[hidden]:not(.is-open) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(100%) !important;
}
.nb-mobile-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  display: flex !important;
  height: 100%;
  height: 100dvh;
  max-height: 100dvh;
}
.nb-mobile-drawer.has-search-results {
  overflow: hidden !important;
  padding-bottom: 12px !important;
  height: 100%;
  height: 100dvh;
  max-height: 100dvh;
  display: flex !important;
  flex-direction: column;
}
.nb-mobile-drawer.has-search-results .nb-drawer-section,
.nb-mobile-drawer.has-search-results .nb-drawer-body {
  display: none !important;
  flex: none !important;
}
.nb-drawer-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
}
.nb-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.nb-drawer-head strong {
  font-size: 15px;
  font-weight: 800;
}
.nb-drawer-close {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(236, 44, 111, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff5f9;
  color: var(--pink-600, #e0186a);
}
.nb-drawer-close:hover,
.nb-drawer-close:focus {
  background: var(--pink-500, #ec2c6f);
  border-color: var(--pink-500, #ec2c6f);
  color: #fff;
}
.nb-drawer-close svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  stroke: currentColor;
}
.nb-drawer-search {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.nb-mobile-drawer.has-search-results .nb-drawer-search {
  flex: 1 1 auto !important;
  margin-bottom: 0;
  min-height: 0 !important;
  height: auto;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.nb-drawer-search .search-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 0;
  flex: 1 1 auto;
  height: auto;
}
.nb-mobile-drawer.has-search-results .nb-drawer-search .search-form {
  position: relative;
  inset: auto;
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 10px;
  min-height: 0 !important;
  height: 100%;
  overflow: hidden;
}
.nb-drawer-search__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--pink-50);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px;
  flex-shrink: 0;
}
.nb-drawer-search svg {
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  stroke: var(--text-light);
  flex-shrink: 0;
}
.nb-drawer-search input {
  border: 0 !important;
  background: transparent !important;
  flex: 1;
  min-width: 0;
  width: 100%;
  /* iOS Safari zooms inputs under 16px and often does not un-zoom */
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-dark);
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.nb-drawer-search input:focus,
.nb-drawer-search input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.nb-drawer-search .nb-search-results {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  flex: 1 1 auto !important;
  width: 100%;
  margin: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y !important;
  padding: 0 0 20px !important;
}
.nb-drawer-search .nb-search-list {
  max-height: none !important;
  overflow: visible !important;
  padding: 0;
}
.nb-drawer-search .nb-search-all {
  border-top: 0;
  padding: 14px 4px 8px;
}
.nb-drawer-section {
  margin-bottom: 18px;
}
.nb-drawer-section--cta {
  display: grid;
  gap: 10px;
  padding: 4px 0 8px;
}
.nb-drawer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.35;
}
.nb-drawer-cta--login {
  color: var(--pink-600, #d91f5e);
  background: #fff;
  border: 1.5px solid rgba(236, 44, 111, 0.35);
}
.nb-drawer-cta--app {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  border: 0;
  background: linear-gradient(135deg, #ec2c6f 0%, #f06292 42%, #c2185b 100%);
  box-shadow: 0 12px 26px -12px rgba(236, 44, 111, 0.75);
  position: relative;
  overflow: hidden;
}
.nb-drawer-cta--app:hover,
.nb-drawer-cta--app:focus,
.nb-drawer-cta--app:active,
.nb-drawer-cta--app:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.nb-drawer-cta--app::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transform: skewX(-18deg);
  animation: nb-drawer-app-shine 3.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes nb-drawer-app-shine {
  0%, 55% { left: -40%; opacity: 0; }
  70% { opacity: 1; }
  100% { left: 120%; opacity: 0; }
}
.nb-drawer-section h4 {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--text-dark);
}

/* ===== Mobile drill-down menu ===== */
.nb-drawer-drill {
  position: relative;
  min-height: 0;
}
.nb-drill-viewport {
  position: relative;
}
.nb-drill-panel[hidden] {
  display: none !important;
}
.nb-drill-panel.is-active {
  display: block;
  animation: nb-drill-in 0.22s ease;
}
@keyframes nb-drill-in {
  from { opacity: 0.35; transform: translateX(-12px); }
  to { opacity: 1; transform: translateX(0); }
}
.nb-drill-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--pink-600);
  font-size: 13px;
  font-weight: 700;
  padding: 4px 0 12px;
  cursor: pointer;
}
.nb-drill-back svg {
  width: 16px;
  height: 16px;
  transform: scaleX(-1);
}
.nb-drill-panel__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.nb-drill-panel__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-dark);
}
.nb-drill-all {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--pink-600);
  text-decoration: none;
}
.nb-drill-all:hover {
  text-decoration: underline;
}
.nb-drawer-cats,
.nb-drawer-links,
.nb-drill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.nb-drawer-cats > li,
.nb-drawer-links > li,
.nb-drill-item {
  list-style: none;
  margin: 0;
}
.nb-drawer-cats a,
.nb-drawer-links a,
.nb-drill-enter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 14px;
  border-radius: 12px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  text-decoration: none;
  color: var(--text-dark);
  font-size: 13.5px;
  font-weight: 600;
  gap: 8px;
  text-align: right;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.nb-drill-enter:active,
.nb-drawer-cats a:active,
.nb-drawer-links a:active {
  background: var(--pink-50);
  border-color: #f5c2d1;
}
.nb-drill-enter__label {
  flex: 1;
  min-width: 0;
}
.nb-drill-enter__chevron {
  color: var(--text-light);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.nb-drawer-cats .count {
  color: var(--text-light);
  font-size: 11px;
}
.nb-mobile-drawer.is-drilling .nb-drawer-section--cats {
  margin-bottom: 0;
}
body.nb-drawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  touch-action: none;
}
body.nb-drawer-open .mobile-bottom-nav {
  visibility: hidden;
  pointer-events: none;
}
body.nb-drawer-open .nb-mobile-drawer {
  touch-action: pan-y;
  overscroll-behavior: contain;
  padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
}
body.nb-drawer-open .nb-drawer-search .nb-search-results {
  overscroll-behavior: contain;
  touch-action: pan-y;
}

/* Product assurance */
.nb-product-assurance {
  margin-top: 40px;
  background: linear-gradient(90deg, #fdf1f6, #fbe7f0);
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nb-product-assurance .assurance-copy {
  padding: 36px 40px;
  flex-shrink: 0;
  width: 280px;
}
.nb-product-assurance .assurance-copy h3 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.6;
}
.nb-product-assurance .assurance-copy p {
  font-size: 12.5px;
  color: var(--text-mid);
  line-height: 1.9;
  margin: 0;
}
.assurance-items {
  flex: 1;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  flex-wrap: wrap;
  gap: 16px;
}
.assurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-mid);
  text-align: center;
  min-width: 90px;
}
.assurance-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-500);
}
.assurance-icon svg {
  width: 24px;
  height: 24px;
}
.perk-icon svg {
  width: 18px;
  height: 18px;
}
.search-bar input {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 13px;
  color: var(--text-dark);
  outline: none;
  width: 100%;
  min-width: 0;
  text-align: right;
  direction: rtl;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.search-bar input:focus,
.search-bar input:focus-visible,
.search-bar input:active,
.nb-drawer-search input:focus,
.nb-drawer-search input:focus-visible,
.nb-drawer-search input:active,
.nb-ajax-search-form input[type="search"]:focus,
.nb-ajax-search-form input[type="search"]:focus-visible {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  border: none !important;
  border-color: transparent !important;
  -webkit-tap-highlight-color: transparent;
}
.search-bar input::placeholder { color: var(--text-light); }
.search-bar button {
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-bar button:hover svg { stroke: var(--pink-primary-dark); }

.logo { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.logo .fa { font-size: 20px; font-weight: 800; color: var(--pink-primary-dark); letter-spacing: 1px; }
.logo .en { font-size: 10px; letter-spacing: 3px; color: var(--text-light); text-transform: uppercase; }
.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 52px;
  overflow: hidden;
}
.logo-wrap .custom-logo-link {
  display: flex;
  align-items: center;
  max-height: 52px;
}
.logo-wrap .custom-logo,
.logo-wrap img.custom-logo,
.logo-wrap img {
  max-height: 48px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

/* ===== Navigation ===== */
.nb-nav {
  padding: 12px 0;
  border-top: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 8px 20px rgba(38, 35, 42, 0.03);
}
.nb-nav .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; color: var(--text-dark); }
.nav-links li:first-child a { color: var(--pink-primary-dark); font-weight: 600; }
.nav-links a { transition: color 0.2s; }
.nav-links a:hover { color: var(--pink-600); }
.nav-right { display: flex; align-items: center; gap: 22px; color: var(--text-mid); }
.nav-right svg { width: 18px; height: 18px; }
.cat-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.cat-btn svg { width: 18px; height: 18px; stroke: currentColor; }

.nb-nav { position: relative; }
/* Mega menu layout styles live in assets/css/ui-v15.css */

.nb-content-page { padding: 28px 0 50px; }
.nb-entry-content { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px; line-height: 2; }
.nb-entry-content img { border-radius: 12px; }
.nb-posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nb-card-post { border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: #fff; }
.nb-card-thumb img { width: 100%; height: 200px; object-fit: cover; }
.nb-card-body { padding: 16px; }
.nb-card-body h2 { font-size: 15px; margin-bottom: 8px; }
.nb-card-body p { font-size: 12.5px; color: var(--text-mid); line-height: 1.8; }
.nb-card-meta { font-size: 11px; color: var(--text-light); margin-top: 10px; }
.nb-post-cat { display: inline-block; background: var(--pink-50); color: var(--pink-600); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 8px; margin-bottom: 10px; }
.nb-post-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 10px; }
.nb-post-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--text-light); font-size: 12px; margin-top: 8px; }
.nb-single-thumb { margin-bottom: 22px; border-radius: 18px; overflow: hidden; }
.nb-single-thumb img { width: 100%; max-height: 460px; object-fit: cover; }

/* Single blog: article right, sidebar left (RTL) */
.nb-single-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.nb-single-article {
  flex: 1;
  min-width: 0;
  order: 0;
}
.nb-blog-sidebar {
  width: 300px;
  flex-shrink: 0;
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 96px;
}
.nb-blog-sidebar__box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
}
.nb-blog-sidebar__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.nb-blog-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nb-blog-sidebar__link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
.nb-blog-sidebar__link:hover .nb-blog-sidebar__name {
  color: var(--pink-600);
}
.nb-blog-sidebar__thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--border);
}
.nb-blog-sidebar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nb-blog-sidebar__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.nb-blog-sidebar__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nb-blog-sidebar__meta time {
  font-size: 11px;
  color: var(--text-light);
}
.nb-blog-sidebar__empty {
  margin: 0;
  font-size: 13px;
  color: var(--text-mid);
}
.nb-blog-sidebar__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nb-blog-sidebar__cats a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 10px;
  background: var(--bg-soft);
}
.nb-blog-sidebar__cats a:hover {
  color: var(--pink-600);
  background: var(--pink-50);
}
.nb-blog-sidebar__cats span {
  font-size: 11px;
  color: var(--text-light);
}
.nb-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.nb-post-tags a {
  display: inline-block;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  color: var(--text-mid);
  text-decoration: none;
}
.nb-post-tags a:hover {
  color: var(--pink-600);
  border-color: var(--pink-100);
}
.nb-related-posts {
  margin-top: 40px;
}
.nb-related-posts > h2 {
  font-size: 18px;
  margin: 0 0 18px;
}
.nb-comments-wrap {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.nb-empty-state { text-align: center; padding: 60px 20px; }
.nb-empty-state h2 { margin-bottom: 10px; }
.nb-search-form { display: flex; gap: 10px; justify-content: center; margin-top: 18px; flex-wrap: wrap; }
.nb-search-form input { border: 1px solid var(--border); border-radius: 999px; padding: 12px 18px; min-width: 240px; }
.nb-header.sticky { position: sticky; top: 0; z-index: 110; box-shadow: 0 8px 24px rgba(0,0,0,.06); }

@media (max-width: 992px) {
  .nb-single-layout {
    flex-direction: column;
  }
  .nb-blog-sidebar {
    width: 100%;
    position: static;
    order: 2;
  }
  .nb-single-article {
    order: 1;
  }
}

@media (max-width: 768px) {
  .nb-posts-grid { grid-template-columns: 1fr; }
}

/* ===== Product Card ===== */
.nb-product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px;
  position: relative;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.product-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.product-card-name-link {
  text-decoration: none;
  color: inherit;
}
.nb-product-card:hover { box-shadow: 0 10px 24px -10px rgba(0,0,0,.12); }
.card-fav {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mid);
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.card-fav:hover { color: var(--pink-500); }
.card-fav svg { width: 19px; height: 19px; }
.card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--pink-500);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  min-width: 34px;
  height: 26px;
  padding: 0 8px;
  border-radius: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.card-badge--new {
  background: #1fa971;
}
.card-badge--new-corner {
  left: auto;
  right: 14px;
  top: 14px;
}
.product-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0;
  background: #f7f2f5;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
}
.product-card-img img,
.product-card-img .product-card-img-main,
.product-card-img .product-card-img-hover {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity .35s ease, transform .35s ease;
}
.product-card-img .product-card-img-hover {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.nb-product-card.has-hover-image:hover .product-card-img-main {
  opacity: 0;
}
.nb-product-card.has-hover-image:hover .product-card-img-hover {
  opacity: 1;
  transform: scale(1.03);
}
.product-card-name {
  font-size: 13.5px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.65em;
  line-height: 1.32;
  color: inherit;
}
h2.product-card-name,
h3.product-card-name {
  font-size: 13.5px;
  font-weight: 700;
}
.product_title.entry-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4px;
}
.nb-product-brand {
  font-size: 13px;
  color: var(--text-light);
  margin: 0 0 10px;
}
.nb-product-sku {
  font-size: 12.5px;
  color: var(--text-mid);
  margin: 0 0 14px;
}
.nb-breadcrumb,
.nb-breadcrumb .woocommerce-breadcrumb,
.rank-math-breadcrumb-wrap,
.rank-math-breadcrumb {
  padding: 16px 0;
  font-size: 13px;
  color: var(--text-light);
}
.nb-breadcrumb--hero {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 5px 0 14px;
  margin-inline-start: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px dashed rgba(236, 44, 111, 0.45);
  box-shadow: none;
  align-items: center;
  line-height: 1.45;
  font-size: 12.5px;
}
.nb-breadcrumb--hero .woocommerce-breadcrumb,
.nb-breadcrumb--hero .rank-math-breadcrumb,
.nb-breadcrumb--hero .rank-math-breadcrumb p,
.nb-breadcrumb--hero .nb-breadcrumb__list {
  margin: 0;
  display: inline;
  padding: 0;
}
.nb-breadcrumb--hero .separator,
.nb-breadcrumb--hero .breadcrumb-sep {
  color: rgba(107, 101, 112, 0.75);
  padding: 0 4px;
}
/* Force slash even if SEO plugin still outputs dash */
.nb-breadcrumb--hero .rank-math-breadcrumb .separator,
.nb-breadcrumb--hero .woocommerce-breadcrumb .separator {
  font-size: 0 !important;
}
.nb-breadcrumb--hero .rank-math-breadcrumb .separator::before,
.nb-breadcrumb--hero .woocommerce-breadcrumb .separator::before {
  content: "/";
  font-size: 13px;
  color: rgba(107, 101, 112, 0.75);
  padding: 0 4px;
}
.nb-breadcrumb a,
.nb-breadcrumb .woocommerce-breadcrumb a,
.rank-math-breadcrumb a {
  color: var(--text-light);
  text-decoration: none;
}
.nb-breadcrumb a:hover,
.nb-breadcrumb .woocommerce-breadcrumb a:hover,
.rank-math-breadcrumb a:hover {
  color: var(--pink-600);
}
.rank-math-breadcrumb p {
  margin: 0;
}
.nb-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nb-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  margin-right: 8px;
  color: var(--text-light);
  opacity: .7;
}
.nb-breadcrumb__list li[aria-current="page"] span {
  color: var(--pink-600);
}
.nb-term-description {
  font-size: 13.5px;
  color: var(--text-mid);
  line-height: 1.8;
  margin: 0 0 8px;
  max-width: 72ch;
}
.nb-term-description--below {
  margin: 28px 0 8px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  max-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nb-term-description img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 14px auto;
  border-radius: 12px;
}
.nb-term-description table {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 14px 0 18px;
  border-collapse: collapse;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
  table-layout: auto;
}
.nb-term-description table th,
.nb-term-description table td {
  border: 1px solid var(--border);
  padding: 10px 12px;
  vertical-align: top;
  word-break: break-word;
}
.nb-term-description table thead th {
  background: #fdf4f8;
  color: var(--text-dark);
  font-weight: 800;
}
.nb-term-description table tbody tr:nth-child(even) {
  background: #faf8f9;
}
.nb-term-description ul,
.nb-term-description ol {
  margin: 0 0 14px;
  padding: 0 20px 0 0;
}
@media (max-width: 768px) {
  .nb-term-description table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.tabs-bar .tab-item {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font: inherit;
  color: var(--text-light);
  padding: 10px 4px;
}
.tabs-bar .tab-item.active,
.tabs-bar .tab-item[aria-selected="true"] {
  color: var(--pink-600);
  border-bottom-color: var(--pink-600);
  font-weight: 700;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.tab-item:focus-visible,
.icon-item:focus-visible,
.mobile-nav-item:focus-visible {
  outline: 2px solid var(--pink-500);
  outline-offset: 2px;
}
/* Search fields: no magenta focus ring (desktop + mobile) */
.search-bar input:focus-visible,
.nb-drawer-search input:focus-visible,
.nb-ajax-search-form input[type="search"]:focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.product-card-brand {
  font-size: 11.5px;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 8px;
  min-height: 1.25em;
}
.product-card-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  margin-bottom: 12px;
  min-height: 22px;
}
.product-card-rating.is-empty {
  visibility: hidden;
}
.product-card-rating svg { width: 13px; height: 13px; color: #ffb020; }
.product-card-rating b { font-weight: 700; }
.product-card-rating span { color: var(--text-light); }
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  min-height: 40px;
  flex-wrap: nowrap;
}
.card-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
  text-align: right;
}
.card-price .now {
  font-size: 13px;
  font-weight: 800;
  color: var(--pink-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-price .old {
  font-size: 11px;
  color: var(--text-light);
  text-decoration: line-through;
}

.sec-head--reviews,
.sec-head--reviews h2 {
  text-align: right;
  width: 100%;
  justify-content: flex-start;
}
.nb-blog-insta {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: visible;
}
.nb-home-reviews {
  position: relative;
  z-index: 1;
  clear: both;
  margin-top: 8px;
}
.nb-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
  z-index: 1;
}
.nb-review-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.nb-review-stars {
  color: var(--gold);
  display: flex;
  gap: 2px;
}
.nb-review-text {
  font-size: 12.5px;
  color: var(--text-mid);
  line-height: 1.9;
  margin: 0;
  flex: 1;
}
.nb-review-foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nb-review-author {
  font-size: 13px;
  font-weight: 700;
}
.nb-review-product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: var(--pink-50);
  text-decoration: none;
  color: var(--text-dark);
  transition: background 0.2s;
}
.nb-review-product:hover {
  background: #fce4ec;
}
.nb-review-product img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--border);
}
.nb-review-product-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.nb-drawer-menu-hint {
  font-size: 12px;
  color: var(--text-mid);
  margin: 0;
}
@media (max-width: 768px) {
  .nb-reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Product carousel (home + related) ===== */
.nb-product-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.nb-carousel-viewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  /* Allow native horizontal swipe on phones; mouse drag handled in JS */
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
}
.nb-carousel-viewport::-webkit-scrollbar { display: none; }
.nb-carousel-viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
  touch-action: none;
}
.nb-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 14px;
  padding: 4px 2px 10px;
}
.nb-carousel-track > .nb-product-card,
.nb-carousel-track > li.product {
  flex: 0 0 200px;
  width: 200px;
  max-width: 200px;
  scroll-snap-align: start;
  list-style: none;
  margin: 0 !important;
  float: none !important;
  height: auto;
  align-self: stretch;
  display: flex;
}
.nb-carousel-track > li.product .nb-product-card {
  width: 100%;
  height: 100%;
}
.nb-bestsellers-section {
  margin-bottom: 36px;
}
.nb-carousel-arrow {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  transition: background .2s, color .2s;
}
.nb-carousel-arrow:hover {
  background: var(--pink-50);
  color: var(--pink-600);
  border-color: var(--pink-100);
}
.nb-related-section {
  margin-top: 36px;
  clear: both;
  width: 100%;
}
.nb-related-section > h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 16px;
  text-align: right;
}
.nb-related-carousel .nb-carousel-track > li.product {
  flex: 0 0 220px;
  width: 220px;
  max-width: 220px;
}
@media (max-width: 768px) {
  .nb-carousel-track {
    gap: 12px;
    padding-bottom: 6px;
  }
  .nb-carousel-track > .nb-product-card,
  .nb-carousel-track > li.product {
    flex: 0 0 min(46vw, 168px);
    width: min(46vw, 168px);
    max-width: min(46vw, 168px);
  }
  .nb-carousel-arrow {
    display: none !important;
  }
  .deal-sidebar {
    order: -1;
    min-width: 0;
    width: 100%;
  }
  .deal-products-wrap {
    order: 0;
    min-width: 0;
    width: 100%;
    overflow: hidden;
  }
  .nb-product-card {
    padding: 10px;
    border-radius: 14px;
  }
  .product-card-name {
    font-size: 12px;
    min-height: 2.6em;
  }
  .product-card-brand {
    font-size: 10.5px;
    margin-bottom: 6px;
  }
  .product-card-rating {
    margin-bottom: 10px;
    min-height: 18px;
  }
  .card-price .now {
    font-size: 12px;
  }
  .btn-add-cart-sm {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
  }
  .btn-add-cart-sm svg {
    width: 16px;
    height: 16px;
  }
  .cat-circle {
    flex-basis: 72px;
    width: 72px;
    max-width: 72px;
  }
  .cat-circle .cwrap {
    width: 58px;
    height: 58px;
  }
}

/* ===== Section Heading ===== */
.sec-head {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  text-align: right;
}
.sec-head h2 {
  font-size: 19px;
  font-weight: 800;
  text-align: right;
}
.section-right {
  text-align: right;
}
.section-right p,
.section-right .testimonial-card,
.section-right .testimonial-card p {
  text-align: right;
}
.view-all {
  font-size: 12.5px;
  color: var(--pink-primary-dark);
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}
.view-all:hover { color: var(--pink-600); }

/* ===== Services Row ===== */
.nb-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  background: linear-gradient(135deg, #fff7fb 0%, #fcebf1 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 20px 16px;
  margin: 40px 0;
}
.service-item { display: flex; align-items: center; gap: 12px; justify-content: flex-start; background: rgba(255,255,255,.85); padding: 14px 16px; border-radius: 16px; min-height: 88px; }
.service-item .ic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--pink-50);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--pink-primary);
}
.service-item .ic svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  color: inherit;
  display: block;
}
.service-item .tt { font-size: 13px; font-weight: 700; }
.service-item .ts { font-size: 11px; color: var(--text-light); line-height: 1.7; }

/* ===== Newsletter ===== */
.nb-newsletter {
  background: linear-gradient(100deg, #f9d7e3, #fbeaf1);
  border-radius: 20px;
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.nb-newsletter-left { display: flex; align-items: center; gap: 18px; }
.nb-envelope {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--pink-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nb-envelope svg { width: 26px; height: 26px; stroke: #fff; }
.nb-newsletter h3 { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.nb-newsletter p { font-size: 12.5px; color: var(--text-mid); }
.nb-subscribe-form { display: flex; gap: 10px; }
.nb-subscribe-form input {
  border: none;
  border-radius: 24px;
  padding: 12px 20px;
  width: 230px;
  font-family: inherit;
  font-size: 12.5px;
  outline: none;
}
.nb-subscribe-form button {
  background: var(--pink-primary);
  color: #fff;
  border-radius: 24px;
  padding: 12px 26px;
  font-weight: 700;
  font-size: 13px;
  border: none;
  cursor: pointer;
}
.nb-subscribe-form button:hover { background: var(--pink-600); }

/* ===== Footer ===== */
.nb-footer {
  background: #fbf3f6;
  padding: 40px 0 0;
  margin-top: 40px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}
.nb-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr 1.2fr;
  gap: 24px;
  padding-bottom: 30px;
}
.nb-footer-grid h4,
.nb-footer-grid .nb-footer-heading { font-size: 14px; font-weight: 800; margin-bottom: 16px; }
.nb-footer-grid p { font-size: 12px; color: var(--text-mid); line-height: 1.9; margin-bottom: 14px; }
.nb-footer-about .nb-footer-logo {
  margin-bottom: 14px;
}
.nb-footer-about .nb-footer-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 160px;
}
.nb-footer-about .nb-footer-logo .custom-logo,
.nb-footer-about .nb-footer-logo img {
  max-height: 48px;
  width: auto;
  height: auto;
  display: block;
}
.nb-footer-about__text {
  margin-bottom: 14px;
}
.nb-footer-grid ul li { font-size: 12.5px; color: var(--text-mid); margin-bottom: 10px; }
.nb-footer-grid ul li a:hover { color: var(--pink-600); }
.contact-item { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--text-mid); margin-bottom: 12px; }
.contact-item svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  stroke: var(--pink-primary-dark);
  color: var(--pink-primary-dark);
  flex-shrink: 0;
  overflow: visible;
}
.nb-social-row { display: flex; gap: 10px; margin-top: 14px; }
.nb-social-row a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nb-social-row svg { width: 15px; height: 15px; stroke: var(--pink-primary-dark); }
.nb-footer-bottom {
  border-top: 1px solid var(--border);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  color: var(--text-light);
  text-align: center;
}
.nb-enamad-html {
  width: auto !important;
  height: auto !important;
  min-height: 0;
  border: none !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nb-enamad-html--contact {
  margin-top: 14px;
  max-width: 88px;
}
.nb-enamad-html--contact iframe,
.nb-enamad-html--contact img,
.nb-enamad-html--contact a img {
  max-width: 72px !important;
  width: 72px !important;
  height: auto !important;
  display: block;
}
.nb-enamad-html iframe,
.nb-enamad-html img {
  max-width: 72px;
  height: auto;
}

/* OTP login modal */
.nb-otp-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 160000 !important;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.nb-otp-modal.is-open,
.nb-otp-modal.is-open[hidden] {
  display: flex !important;
}
.nb-otp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 14, 22, 0.55);
}
.nb-otp-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(400px, 100%);
  background: #fff;
  border-radius: 22px;
  padding: 28px 22px 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  text-align: right;
}
.nb-otp-modal__close {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
}
.nb-otp-modal__dialog h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
}
.nb-otp-modal__sub {
  margin: 0 0 18px;
  color: var(--text-mid);
  font-size: 13px;
}
.nb-otp-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
.nb-otp-input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  font-family: inherit;
  margin-bottom: 14px;
  background: #fff;
}
.nb-otp-input--code {
  letter-spacing: 0.4em;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.nb-otp-modal .btn-primary {
  width: 100%;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.nb-otp-modal .btn-primary:disabled,
.nb-otp-modal .btn-primary[disabled],
.nb-otp-send:disabled,
.nb-otp-verify:disabled {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 0.9;
}
.nb-otp-resend {
  display: block;
  width: 100%;
  margin-top: 12px;
  border: 0;
  background: transparent;
  color: var(--pink-600);
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.nb-otp-msg {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--green);
  min-height: 1.2em;
}
.nb-otp-msg.is-error { color: #c62828; }
body.nb-otp-open { overflow: hidden; }
.nb-app-intro__features.is-emphasized li {
  color: var(--pink-700);
}

/* ===== Stars ===== */
.nb-stars { color: var(--gold); font-size: 12px; letter-spacing: 1px; display: flex; gap: 1px; }
.nb-stars svg { width: 14px; height: 14px; fill: currentColor; }

/* ===== Pagination ===== */
.nb-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 10px 0 30px; }
.nb-pagination button, .nb-pagination .dots {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-mid);
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.nb-pagination button.active { background: var(--pink-500); color: #fff; border-color: var(--pink-500); }
.nb-pagination button:hover { border-color: var(--pink-500); color: var(--pink-600); }
.nb-pagination .dots { border: none; color: var(--text-light); }
.nb-pagination svg { width: 16px; height: 16px; }

/* ===== Homepage extras ===== */
.cat-section { padding-top: 12px; }
.home-section-head { margin-bottom: 16px; }
.home-section-head h2,
.home-section-head h3 { font-size: 18px; font-weight: 800; color: var(--text-dark); margin: 0 0 4px; line-height: 1.5; }
.home-section-head p { color: var(--text-mid); font-size: 12.5px; margin: 0; line-height: 1.6; }
.hero-media-card { width: min(100%, 460px); min-height: 280px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, #fff5fa, #f7eff5); box-shadow: 0 20px 40px -18px rgba(236, 44, 111, .2); }
.hero-media-card img { width: 100%; height: 100%; max-height: 350px; object-fit: cover; }

@media (max-width: 768px) {
  .nb-header .header-row { flex-wrap: wrap; }
  .search-bar { max-width: 100%; }
  .nb-services { grid-template-columns: 1fr 1fr; }
  .nb-footer-grid { grid-template-columns: 1fr; }
}

/* ===== WooCommerce Overrides ===== */
.woocommerce ul.products li.product .button {
  background: var(--pink-500);
  color: #fff;
  border-radius: 10px;
  padding: 10px 16px;
}
.woocommerce ul.products li.product .price {
  color: var(--pink-primary);
  font-weight: 700;
}
.woocommerce ul.products li.product .price del {
  color: var(--text-light);
  font-weight: 500;
  opacity: 1;
}
.woocommerce ul.products li.product .price ins {
  color: var(--pink-primary);
  text-decoration: none;
  font-weight: 800;
}
.woocommerce span.onsale {
  background: var(--pink-500);
  color: #fff;
  border-radius: 7px;
  padding: 4px 9px;
  font-weight: 700;
  font-size: 11px;
}
.woocommerce .star-rating { color: var(--gold); }
.woocommerce-message { border-radius: 10px; }
.woocommerce-info { border-radius: 10px; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 10px;
  border: 1px solid var(--border);
  padding: 12px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 10px;
}

/* ===== Performance / CWV helpers ===== */
.mobile-bottom-nav { content-visibility: auto; contain-intrinsic-size: 64px; }
.nb-product-carousel,
.nb-brands-section,
.nb-reels-rail { content-visibility: auto; contain-intrinsic-size: 1px 200px; }
/* Stories sit above the fold — never use content-visibility (causes CLS). */
.nb-stories-rail { content-visibility: visible; contain: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nb-product-card,
  .slider-arrow,
  .nb-carousel-arrow { transition: none !important; }
}
.filter-rating-row .stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #ffb020;
  flex-shrink: 0;
}
.filter-rating-row .stars svg {
  width: 14px;
  height: 14px;
  display: block;
}
.filter-rating-row .stars::before {
  content: none;
  display: none;
}
.navigation.pagination,
.woocommerce-pagination {
 content-visibility: auto;
 contain-intrinsic-size: 48px;
}

/* ===== SEO / a11y helpers ===== */
.nb-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  font-size: 12.5px;
  color: var(--text-light);
}
.nb-breadcrumb__item { display: inline-flex; align-items: center; gap: 6px; }
.nb-breadcrumb__link { color: var(--text-mid); }
.nb-breadcrumb__link:hover { color: var(--pink-600); }
.nb-breadcrumb__current { color: var(--text-dark); font-weight: 600; }
.nb-product-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}
.nb-product-cats a {
  font-size: 12px;
  color: var(--pink-600);
  background: var(--pink-50);
  padding: 4px 10px;
  border-radius: 999px;
}
.nb-post-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.nb-post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.nb-post-tags a {
  font-size: 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px 12px;
  color: var(--text-mid);
}
.nb-related-posts { margin-top: 40px; }
.nb-related-posts h2 { font-size: 18px; font-weight: 800; margin-bottom: 16px; }
.nb-drawer-section__title {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}
.nb-404 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 30px 0 50px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.nb-404__panel { padding: 40px 36px; background: #fff; }
.nb-404__panel--illus {
  background: linear-gradient(135deg, #fdeef3, #fce0ea 60%, #fbeaf0);
}
.nb-404__code {
  font-size: 72px;
  font-weight: 800;
  color: #f2a8c2;
  line-height: 1;
  margin-bottom: 12px;
}
.nb-404 h1 { font-size: 24px; font-weight: 800; margin-bottom: 10px; }
.nb-404 h2 { font-size: 15px; font-weight: 800; margin-bottom: 18px; }
.nb-404 h3 { font-size: 14.5px; font-weight: 800; margin-bottom: 6px; }
.nb-404 p { font-size: 13.5px; color: var(--text-mid); line-height: 1.9; margin-bottom: 18px; }
.nb-404__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nb-404__suggestions {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.nb-404__suggestions a {
  display: block;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
}
.nb-404__help {
  background: var(--pink-50);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 18px;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: var(--text-dark);
  border: 1px solid var(--border);
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
}
@media (max-width: 900px) {
  .nb-404 { grid-template-columns: 1fr; }
}

/* ===== Product utils: wishlist / compare / share ===== */
.nb-product-utils {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.nb-product-utils .util-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 11px 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-mid);
  background: #fff;
  cursor: pointer;
  transition: color .15s, border-color .15s, background .15s;
}
.nb-product-utils .util-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.nb-product-utils .util-btn.is-active,
.nb-product-utils .util-btn.active {
  color: var(--pink-600);
  border-color: rgba(236, 44, 111, .35);
  background: var(--pink-50);
}
.card-fav.is-active,
.card-fav.active {
  color: var(--pink-500);
}
.card-fav.is-active svg,
.card-fav.active svg {
  fill: rgba(236, 44, 111, .18);
}
.nb-list-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #2d2330;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  max-width: 90vw;
  text-align: center;
}
.nb-list-toast.is-open {
  opacity: 1;
  transform: translate(-50%, 0);
}
.nb-share-sheet {
  position: fixed;
  inset: 0;
  z-index: 100010;
  background: rgba(38, 35, 42, .42);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
}
.nb-share-sheet[hidden] { display: none !important; }
.nb-share-sheet__card {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.nb-share-sheet__card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 15px;
}
.nb-share-sheet__actions {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}
.nb-share-sheet__btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  font-size: 13px;
  color: var(--text-dark);
  text-decoration: none;
  cursor: pointer;
}
.nb-share-sheet__close {
  width: 100%;
  border: 0;
  background: var(--pink-50);
  color: var(--pink-600);
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  cursor: pointer;
}

/* Wishlist page */
.nb-wishlist,
.nb-compare {
  padding: 8px 0 40px;
}
.nb-wishlist__head,
.nb-compare__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.nb-wishlist__head h2,
.nb-compare__head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
}
.nb-wishlist__count,
.nb-compare__head p {
  margin: 0;
  color: var(--text-mid);
  font-size: 13px;
}
.nb-wishlist__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.nb-wishlist__item {
  position: relative;
}
.nb-list-remove {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(38, 35, 42, .82);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.nb-list-empty {
  text-align: center;
  background: linear-gradient(180deg, #fff8fb, #fff);
  border: 1px dashed #f0cadd;
  border-radius: 20px;
  padding: 48px 24px;
}
.nb-list-empty__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: var(--pink-50);
  color: var(--pink-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.nb-list-empty h2 {
  margin: 0 0 8px;
  font-size: 20px;
}
.nb-list-empty p {
  margin: 0 0 18px;
  color: var(--text-mid);
}
.nb-list-empty .btn-primary {
  display: inline-flex;
}

/* Compare page */
.nb-compare__scroll {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
}
.nb-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}
.nb-compare-table th,
.nb-compare-table td {
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  padding: 14px 16px;
  vertical-align: top;
  text-align: center;
  font-size: 13px;
}
.nb-compare-table tr > *:last-child {
  border-left: 0;
}
.nb-compare-table__label,
.nb-compare-table tbody th {
  position: sticky;
  right: 0;
  background: #faf7f9;
  text-align: right;
  font-weight: 800;
  min-width: 120px;
  z-index: 1;
}
.nb-compare-table__product {
  position: relative;
  min-width: 180px;
  background: #fff;
}
.nb-compare-table__thumb {
  display: block;
  width: 110px;
  height: 110px;
  margin: 8px auto 12px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid var(--border);
}
.nb-compare-table__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nb-compare-table__name {
  display: block;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.5;
  text-decoration: none;
}
.nb-compare-table .nb-list-remove {
  top: 8px;
  left: 8px;
}
.nb-compare-ok { color: #1fa971; font-weight: 700; }
.nb-compare-no { color: #c6284a; font-weight: 700; }
.nb-compare-buy {
  display: inline-flex !important;
  padding: 10px 14px !important;
  font-size: 12px !important;
}
@media (max-width: 900px) {
  .nb-wishlist__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .nb-product-utils { flex-wrap: wrap; }
  .nb-product-utils .util-btn { flex: 1 1 30%; min-width: 30%; }
  .nb-product-utils .util-btn span { display: none; }
}
@media (max-width: 560px) {
  .nb-wishlist__grid { grid-template-columns: 1fr 1fr; }
}

/* Full-page mode */
body.nb-fullpage .nb-main--fullpage,
.nb-fullpage-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.nb-fullpage-article,
.nb-fullpage-article .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

/* Mobile app promo */
.nb-app-promo {
  position: fixed;
  inset: 0;
  z-index: 2147482900;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px 14px calc(18px + env(safe-area-inset-bottom, 0px));
  background: rgba(28, 18, 24, 0.42);
  backdrop-filter: blur(2px);
}
.nb-app-promo[hidden] { display: none !important; }
.nb-app-promo__card {
  position: relative;
  width: min(420px, 100%);
  border-radius: 22px;
  padding: 22px 20px 18px;
  background: linear-gradient(165deg, #fff 0%, #fff7fb 55%, #ffe9f2 100%);
  border: 1px solid rgba(236, 44, 111, 0.16);
  box-shadow: 0 24px 50px rgba(30, 16, 24, 0.28);
  overflow: hidden;
  animation: nb-app-promo-in .35s ease;
}
@keyframes nb-app-promo-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.nb-app-promo__glow {
  position: absolute;
  top: -60px;
  left: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236,44,111,.22), transparent 68%);
  pointer-events: none;
}
.nb-app-promo__close {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
  color: #5a5260;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.nb-app-promo__badge {
  margin: 0 0 8px;
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--pink-600, #d91f5e);
  background: rgba(236, 44, 111, 0.1);
}
.nb-app-promo__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #26232b;
  line-height: 1.45;
}
.nb-app-promo__text {
  margin: 0 0 16px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #6b6570;
}
.nb-app-promo__actions { display: grid; gap: 8px; }
.nb-app-promo__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec2c6f, #c2185b);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px -12px rgba(236, 44, 111, 0.8);
}
.nb-app-promo__cta:hover,
.nb-app-promo__cta:focus,
.nb-app-promo__cta:active,
.nb-app-promo__cta:visited {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.nb-app-promo__later {
  border: 0;
  background: transparent;
  color: #7a7380;
  font-size: 13px;
  font-weight: 600;
  padding: 8px;
  cursor: pointer;
}
.nb-account-otp-prefer {
  max-width: 480px;
  margin: 0 auto 22px;
  text-align: center;
}
.nb-account-otp-prefer__btn {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec2c6f, #c2185b);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 24px -12px rgba(236, 44, 111, 0.75);
}
.nb-account-otp-prefer__btn:hover,
.nb-account-otp-prefer__btn:focus,
.nb-account-otp-prefer__btn:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.nb-account-otp-prefer__hint {
  margin: 10px 0 0;
  color: #6b6570;
  font-size: 13px;
}
.nb-account-otp-prefer__more {
  margin-top: 18px;
  text-align: right;
}
.nb-account-otp-prefer__more summary {
  cursor: pointer;
  color: var(--pink-600, #d91f5e);
  font-weight: 700;
  font-size: 13.5px;
  margin-bottom: 14px;
}

/* —— Shopgram daily discounts (homepage) —— */
.nb-daily-deals {
  margin: 4px 0 32px;
  padding: 20px 18px 18px;
  border-radius: 22px;
  background:
    linear-gradient(165deg, #fff 0%, #fffafc 55%, #fdf6f9 100%);
  border: 1px solid rgba(236, 44, 111, 0.12);
  box-shadow: 0 10px 28px -22px rgba(38, 35, 42, 0.28);
}
.nb-daily-deals__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.nb-daily-deals__kicker {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(236, 44, 111, 0.08);
  color: var(--pink-600, #e0186a);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}
.nb-daily-deals__titles h2 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dark);
}
.nb-daily-deals__titles p {
  margin: 0;
  font-size: 12.5px;
  color: var(--text-mid);
  line-height: 1.65;
  max-width: 36em;
}
.nb-daily-deals__timer {
  flex-shrink: 0;
  text-align: center;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(236, 44, 111, 0.12);
}
.nb-daily-deals__timer-label {
  display: block;
  font-size: 11px;
  color: var(--text-mid);
  margin-bottom: 6px;
  font-weight: 600;
}
.nb-daily-deals__clock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-variant-numeric: tabular-nums;
}
.nb-daily-deals__clock span {
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  border-radius: 10px;
  background: #2d2330;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nb-daily-deals__clock i {
  font-style: normal;
  font-weight: 900;
  color: var(--text-mid);
}
.nb-daily-deals__carousel {
  margin-top: 2px;
}
.nb-daily-deals__track {
  gap: 12px;
}
.nb-daily-deals__track > .nb-daily-card {
  flex: 0 0 168px;
  width: 168px;
  max-width: 168px;
  scroll-snap-align: start;
}
.nb-daily-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border, #eee3ea);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.nb-daily-card:hover {
  transform: translateY(-2px);
  border-color: rgba(236, 44, 111, 0.22);
  box-shadow: 0 12px 24px -16px rgba(38, 35, 42, 0.3);
}
.nb-daily-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 10px 12px;
}
.nb-daily-card__media {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-soft, #faf6f8);
  margin-bottom: 10px;
}
.nb-daily-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nb-daily-card__media.is-blur img,
.nb-daily-card__title.is-blur {
  filter: blur(4px);
  transform: scale(1.03);
  opacity: 0.72;
}
.nb-daily-card__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: rgba(236, 44, 111, 0.92);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 8px;
}
.nb-daily-card__title {
  margin: 0 0 8px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--text-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em;
}
.nb-daily-card__prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nb-daily-card__old {
  font-size: 11px;
  color: var(--text-light, #9992a0);
  text-decoration: line-through;
}
.nb-daily-card__new {
  font-size: 13px;
  font-weight: 800;
  color: var(--pink-600);
}
.nb-daily-card__new small {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-mid);
}
.nb-daily-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.22);
  text-align: center;
  pointer-events: none;
}
.nb-daily-card__tag {
  display: inline-block;
  background: rgba(38, 35, 42, 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
}
.nb-daily-card__cta {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--pink-500);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px -10px rgba(236, 44, 111, 0.8);
}
.nb-daily-card__cta:hover,
.nb-daily-card__cta:focus {
  color: #fff !important;
  background: var(--pink-600);
}
@media (max-width: 720px) {
  .nb-daily-deals {
    padding: 16px 12px 14px;
  }
  .nb-daily-deals__head {
    flex-direction: column;
    align-items: stretch;
  }
  .nb-daily-deals__timer {
    align-self: flex-start;
  }
  .nb-daily-deals__track > .nb-daily-card {
    flex-basis: 148px;
    width: 148px;
    max-width: 148px;
  }
}

/* —— Special offers page —— */
.nb-offers-page {
  padding-bottom: 48px;
}
.nb-offers-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  color: var(--text-dark);
}
.nb-offers-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 85% 20%, rgba(236, 44, 111, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 55% at 10% 80%, rgba(236, 44, 111, 0.1), transparent 50%),
    linear-gradient(165deg, #fff5f9 0%, #fdf7fa 42%, #fff 100%);
  border-bottom: 1px solid rgba(236, 44, 111, 0.12);
}
.nb-offers-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ec2c6f' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.9;
  pointer-events: none;
}
.nb-offers-hero__inner {
  position: relative;
  z-index: 1;
  padding: 42px 0 46px;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  animation: nbOffersIn .55s ease both;
}
@keyframes nbOffersIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.nb-offers-hero__brand {
  margin: 0 0 10px;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--pink-600, #e0186a);
  line-height: 1.15;
}
.nb-offers-hero__title {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.6vw, 24px);
  font-weight: 800;
  color: var(--text-dark);
}
.nb-offers-hero__lead {
  margin: 0 auto 22px;
  max-width: 38ch;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--text-mid);
}
.nb-offers-hero__cta {
  display: flex;
  justify-content: center;
}
.nb-offers-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec2c6f, #c2185b);
  color: #fff !important;
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none !important;
  box-shadow: 0 12px 28px -14px rgba(236, 44, 111, 0.7);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nb-offers-hero__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px -14px rgba(236, 44, 111, 0.75);
}
.nb-offers-body {
  padding-bottom: 20px;
}
.nb-offers-crumbs {
  margin-bottom: 14px;
}
.nb-offers-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
}
.nb-offers-meta__text h2 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
}
.nb-offers-meta__text p {
  margin: 0;
  font-size: 12.5px;
  color: var(--text-mid);
}
.nb-offers-meta__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff5f9;
  color: var(--pink-600);
  font-weight: 900;
  font-size: 14px;
}
.nb-offers-grid {
  margin-bottom: 28px;
}
.nb-offers-grid__item {
  min-width: 0;
}
.nb-offers-empty {
  text-align: center;
  padding: 48px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px dashed var(--border);
}
.nb-offers-empty strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.nb-offers-empty p {
  margin: 0 0 16px;
  color: var(--text-mid);
}
.nb-offers-pagination {
  display: flex;
  justify-content: center;
  margin: 8px 0 20px;
}
.nb-offers-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nb-offers-pagination li {
  margin: 0;
}
.nb-offers-pagination a,
.nb-offers-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-dark);
  font-weight: 700;
  text-decoration: none;
}
.nb-offers-pagination .current {
  background: var(--pink-500);
  border-color: var(--pink-500);
  color: #fff;
}
@media (max-width: 768px) {
  .nb-offers-hero__inner {
    padding: 28px 0 32px;
  }
  .nb-offers-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* —— Variation quick-buy popup —— */
body.nb-qv-open {
  overflow: hidden;
}
.nb-qv {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.nb-qv[hidden] {
  display: none !important;
}
.nb-qv__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 35, 42, 0.45);
  backdrop-filter: blur(2px);
}
.nb-qv__panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(92vh, 720px);
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 24px 60px -28px rgba(38, 35, 42, 0.55);
  padding: 18px 18px 16px;
}
.nb-qv__close {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(236, 44, 111, 0.25);
  background: #fff5f9;
  color: var(--pink-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.nb-qv__close svg {
  width: 18px;
  height: 18px;
}
.nb-qv__loading,
.nb-qv__error {
  padding: 48px 20px;
  text-align: center;
  color: var(--text-mid);
}
.nb-qv__error {
  color: #c62828;
}
.nb-qv__layout {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: start;
}
.nb-qv__media {
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid var(--border);
}
.nb-qv__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.nb-qv__title {
  margin: 0 0 8px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  color: var(--text-dark);
}
.nb-qv__price {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 800;
  color: var(--pink-600);
}
.nb-qv__price-old,
.nb-qv__price del {
  color: var(--text-light);
  font-weight: 600;
  margin-right: 6px;
}
.nb-qv__attr {
  margin-bottom: 12px;
}
.nb-qv__attr-label {
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-dark);
}
.nb-qv__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nb-qv__swatch {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-dark);
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
}
.nb-qv__swatch.is-selected {
  border-color: var(--pink-500);
  background: #fff5f9;
  color: var(--pink-600);
}
.nb-qv__swatch.is-disabled,
.nb-qv__swatch:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through;
}
.nb-qv__stock {
  margin: 0 0 12px;
  font-size: 12.5px;
  font-weight: 700;
}
.nb-qv__stock.is-in {
  color: var(--green, #1fa971);
}
.nb-qv__stock.is-out {
  color: #c62828;
}
.nb-qv__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-wrap: nowrap;
}
.nb-qv__qty.nb-qty {
  display: inline-flex;
  align-items: stretch;
  flex: 0 0 auto;
  height: 46px;
  border: 1px solid rgba(236, 44, 111, 0.22);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.nb-qv__qty .nb-qty__btn {
  width: 40px;
  height: 46px;
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff5f9;
  color: var(--pink-600, #e0186a);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, color .15s ease;
}
.nb-qv__qty .nb-qty__btn:hover,
.nb-qv__qty .nb-qty__btn:focus {
  background: var(--pink-500, #ec2c6f);
  color: #fff;
  outline: none;
}
.nb-qv__qty .qty,
.nb-qv__qty input.qty {
  width: 44px;
  min-width: 44px;
  height: 46px;
  margin: 0;
  padding: 0 4px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  text-align: center;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  color: var(--text-dark);
  -moz-appearance: textfield;
  appearance: textfield;
}
.nb-qv__qty .qty::-webkit-outer-spin-button,
.nb-qv__qty .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nb-qv__add {
  flex: 1;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, #ec2c6f, #c2185b);
  color: #fff !important;
  font-weight: 800;
  cursor: pointer;
}
.nb-qv__add:disabled,
.nb-qv__add.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.nb-qv__more {
  display: inline-block;
  margin-top: 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text-mid);
}
@media (max-width: 560px) {
  .nb-qv__layout {
    grid-template-columns: 1fr;
  }
  .nb-qv__media {
    max-width: 180px;
    margin: 0 auto;
  }
  .nb-qv__title {
    padding-left: 36px;
    text-align: center;
  }
  .nb-qv__price,
  .nb-qv__attrs,
  .nb-qv__stock,
  .nb-qv__more {
    text-align: center;
  }
  .nb-qv__swatches {
    justify-content: center;
  }
  .nb-qv__row {
    justify-content: center;
  }
}

/* —— Branded content pages —— */
.nb-branded-kicker {
  margin: 0 0 8px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(236, 44, 111, 0.1);
  color: var(--pink-600);
  font-size: 12px;
  font-weight: 800;
}
.nb-branded-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 26px 24px;
  margin-bottom: 28px;
}
.nb-branded-content {
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--text-mid);
}
.nb-branded-content > *:first-child {
  margin-top: 0;
}
.nb-branded-content h2,
.nb-branded-content h3 {
  margin: 1.4em 0 0.55em;
  color: var(--text-dark);
  font-weight: 800;
  line-height: 1.45;
}
.nb-branded-content h2 { font-size: 18px; }
.nb-branded-content h3 { font-size: 16px; }
.nb-branded-content p { margin: 0 0 1em; }
.nb-branded-content ul,
.nb-branded-content ol {
  margin: 0 0 1.1em;
  padding: 0 1.2em 0 0;
}
.nb-branded-content li { margin-bottom: 0.35em; }
.nb-branded-content a {
  color: var(--pink-600);
  font-weight: 700;
}
.nb-branded-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 1.4em;
  overflow-x: auto;
  display: block;
}
.nb-branded-content th,
.nb-branded-content td {
  border: 1px solid var(--border);
  padding: 10px 12px;
  text-align: right;
}
.nb-branded-content th {
  background: #fff5f9;
  color: var(--text-dark);
}
.nb-branded-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.nb-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.nb-contact-page {
  margin-bottom: 28px;
}
.nb-contact-page__intro {
  margin-bottom: 14px;
}
.nb-contact-page__intro h2 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dark);
}
.nb-contact-page__intro > p {
  margin: 0 0 18px;
  color: var(--text-mid);
  line-height: 1.85;
  font-size: 13.5px;
}
.nb-contact-page__hint {
  margin: 0;
  color: var(--text-mid);
  font-size: 13px;
}
.nb-contact-messengers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.nb-contact-msg {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 12px 16px;
  border-radius: 16px;
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 12px 28px -16px rgba(38, 35, 42, 0.45);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nb-contact-msg:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -14px rgba(38, 35, 42, 0.5);
}
.nb-contact-msg--telegram {
  background: linear-gradient(135deg, #2AABEE 0%, #229ED9 100%);
}
.nb-contact-msg--whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}
.nb-contact-msg__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nb-contact-msg__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.nb-contact-msg__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.nb-contact-msg__copy strong {
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.3;
}
.nb-contact-msg__copy em {
  font-style: normal;
  font-size: 12px;
  opacity: 0.92;
}
.nb-contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px;
}
.nb-contact-card__label {
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  color: var(--pink-600);
  margin-bottom: 4px;
}
.nb-contact-card__value {
  color: var(--text-dark);
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
  word-break: break-word;
  line-height: 1.7;
}
a.nb-contact-card__value:hover {
  color: var(--pink-600);
}

.nb-faq {
  display: grid;
  gap: 10px;
}
.nb-faq__item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.nb-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  text-align: right;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  color: var(--text-dark);
}
.nb-faq__q i {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: #fff5f9;
  color: var(--pink-600);
  position: relative;
  flex-shrink: 0;
}
.nb-faq__q i::before,
.nb-faq__q i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.nb-faq__q i::before {
  width: 10px;
  height: 2px;
}
.nb-faq__q i::after {
  width: 2px;
  height: 10px;
}
.nb-faq__item.is-open .nb-faq__q i::after {
  display: none;
}
.nb-faq__a {
  padding: 0 16px 14px;
  color: var(--text-mid);
  line-height: 1.9;
  font-size: 13.5px;
}
.nb-faq__a > *:last-child {
  margin-bottom: 0;
}
.nb-offers-meta__badge--new {
  background: #eaf8f1;
  color: #1fa971;
}

@media (max-width: 768px) {
  .nb-branded-panel {
    padding: 18px 14px;
    border-radius: 16px;
  }
  .nb-contact-cards,
  .nb-contact-messengers {
    grid-template-columns: 1fr;
  }
}

