/* ================================================================
   NIRAJ INDUSTRIES — PRODUCT DETAIL PAGE
   Red #B51009 + Dark Grey #464447 Theme
   ================================================================ */

/* ══ MOBILE SIDEBAR FIX ══ */
.mobile-sidebar {
  position: fixed; top: 0; left: -320px;
  width: 300px; height: 100vh; overflow-y: auto;
  z-index: 99999; transition: left 0.3s ease; background: #fff;
}
.mobile-sidebar.active { left: 0; }
.mobile-sidebar-overlay { display: none; }
.mobile-sidebar-overlay.active { display: block; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: #FFFFFF !important;
  color: #1a1a2e;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: 'Manrope', sans-serif; cursor: pointer; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f0f0f0; }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #B51009 !important; }

.container-ni { max-width: 1340px; margin: 0 auto; padding: 0 24px; }

/* ══ BREADCRUMB ══ */
.ni-breadcrumb {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0;
}
.ni-bc-inner {
  display: flex; align-items: center; gap: 6px;
  font-size: 12.5px; color: #777; flex-wrap: wrap;
}
.ni-bc-inner a { color: #777; transition: color .18s; }
.ni-bc-inner a:hover { color: #8a0c07 !important; }
.ni-bc-inner .sep { color: #aaa; font-size: 9px; }
.ni-bc-inner .cur { color: #1a1a2e; font-weight: 600; }

/* ══ MAIN SECTION ══ */
.ni-main-section { background: #FFFFFF !important; padding: 0 0 40px; }

.ni-product-layout {
  display: grid;
  grid-template-columns: 440px 1fr 320px;
  gap: 0; align-items: start;
}

/* ── GALLERY COL ── */
.ni-gallery-col {
  position: sticky; top: 72px;
  padding: 24px 20px 24px 0; align-self: start;
}

.ni-main-img-wrap {
  position: relative;
  background: #F7F8FA;
  border: 1px solid #E8E8E8;
  border-radius: 12px; overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  cursor: zoom-in; transition: border-color .25s; margin-bottom: 12px;
}
.ni-main-img-wrap:hover { border-color: #B51009 !important; }
.ni-main-img-wrap img {
  max-width: 80%; max-height: 80%;
  object-fit: contain; transition: transform .4s ease;
}
.ni-main-img-wrap:hover img { transform: scale(1.05); }

.ni-badge-pos { position: absolute; top: 12px; left: 12px; z-index: 5; }
.ni-badge {
  display: inline-block; padding: 4px 12px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; color: #fff;
}

.ni-zoom-hint {
  position: absolute; bottom: 10px; right: 10px;
  background: rgba(0,0,0,0.45); color: #fff; font-size: 10.5px;
  padding: 4px 10px; border-radius: 20px;
  display: flex; align-items: center; gap: 5px;
  z-index: 5; pointer-events: none;
}

.ni-thumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.ni-thumb {
  width: 72px; height: 72px; border-radius: 5px;
  border: 2px solid #E8E8E8; background: #F7F8FA;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; overflow: hidden; transition: all 0.2s ease; flex-shrink: 0;
}
.ni-thumb img { width: 86%; height: 86%; object-fit: contain; }
.ni-thumb:hover, .ni-thumb.active {
  border-color: #B51009 !important;
  box-shadow: 0 0 0 2px rgba(181,16,9,0.25) !important;
}

.ni-share-row {
  display: flex; align-items: center; gap: 8px;
  margin-top: 14px; padding-top: 12px;
  border-top: 1px solid #E8E8E8; flex-wrap: wrap;
}
.ni-share-label { font-size: 11.5px; color: #777; font-weight: 600; }
.ni-share-ico {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: #fff; text-decoration: none; transition: all 0.2s ease;
}
.ni-share-ico:hover { transform: translateY(-2px); color: #fff; }
.ni-share-ico.wa { background: #25D366; }
.ni-share-ico.fb { background: #1877F2; }
.ni-share-ico.li { background: #0A66C2; }
.ni-copy-btn {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1.5px solid #D0D0D0; background: transparent;
  color: #777; font-size: 12px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.2s ease;
}
.ni-copy-btn:hover { border-color: #B51009 !important; color: #8a0c07 !important; }

/* ── INFO COL ── */
.ni-info-col {
  padding: 24px 28px;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  min-width: 0;
}

.ni-cat-pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: #fdf2f2 !important;
  border: 1px solid #f5c0bc !important;
  color: #8a0c07 !important;
  font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 4px 12px; border-radius: 4px;
  margin-bottom: 10px; font-family: 'Barlow Condensed', sans-serif;
  transition: all 0.2s ease;
}
.ni-cat-pill:hover { background: #f5c0bc !important; color: #8a0c07 !important; }

.ni-product-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px; font-weight: 700; color: #1a1a2e;
  line-height: 1.2; margin-bottom: 12px; letter-spacing: .3px;
}

.ni-rating-row {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 12px; flex-wrap: wrap;
}
.ni-stars { display: flex; gap: 2px; color: #B51009 !important; }
.ni-stars--sm i { font-size: 11px; }
.ni-stars--md i { font-size: 13px; }
.ni-stars--lg i { font-size: 15px; }

.ni-rating-chip {
  background: #B51009 !important;
  color: #fff !important;
  font-size: 12.5px; font-weight: 800;
  padding: 2px 9px; border-radius: 4px;
}
.ni-review-link {
  font-size: 12.5px; color: #464447 !important;
  text-decoration: underline; cursor: pointer; transition: color .18s;
}
.ni-review-link:hover { color: #8a0c07 !important; }
.ni-sku-text {
  margin-left: auto; font-size: 11.5px; color: #aaa;
  font-family: 'Courier New', monospace;
}

.ni-divider { height: 1px; background: #E8E8E8; margin: 14px 0; }

.ni-short-desc { font-size: 14px; color: #444; line-height: 1.8; margin-bottom: 18px; }

/* Quick Spec Chips */
.ni-chips-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 9px; margin-bottom: 18px;
}
.ni-chip {
  display: flex; align-items: center; gap: 10px;
  background: #F7F8FA; border: 1px solid #E8E8E8;
  border-radius: 5px; padding: 10px 12px; transition: all 0.2s ease;
}
.ni-chip:hover { border-color: #f5c0bc !important; background: #fff8f8 !important; }
.ni-chip-icon {
  width: 32px; height: 32px;
  background: #fdf2f2 !important;
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  color: #8a0c07 !important; font-size: 13px; flex-shrink: 0;
}
.ni-chip-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #aaa; margin-bottom: 2px; }
.ni-chip-val { font-size: 13px; color: #1a1a2e; font-weight: 700; }

/* Availability */
.ni-avail-row {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 14px; background: #F0FDF4;
  border: 1px solid #BBF7D0; border-radius: 5px;
  margin-bottom: 16px; flex-wrap: wrap;
}
.ni-avail-row.out { background: #FEF2F2; border-color: #FECACA; }
.ni-stock-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #16a34a; box-shadow: 0 0 0 3px rgba(22,163,74,0.2);
  flex-shrink: 0; animation: pulseDot 2s infinite;
}
.ni-avail-row.out .ni-stock-dot { background: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,0.2); animation: none; }
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(22,163,74,0.2); }
  50%       { box-shadow: 0 0 0 6px rgba(22,163,74,0.08); }
}
.ni-stock-label { font-size: 13.5px; color: #16a34a; font-weight: 700; }
.ni-avail-row.out .ni-stock-label { color: #dc2626; }
.ni-avail-text { font-size: 12px; color: #777; }
.ni-moq-pill {
  margin-left: auto;
  background: #fdf2f2 !important;
  border: 1px solid #f5c0bc !important;
  color: #8a0c07 !important;
  font-size: 12px; font-weight: 700;
  padding: 3px 10px; border-radius: 4px; white-space: nowrap;
}

/* CTA Buttons */
.ni-cta-row { display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap; }
.ni-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px;
  letter-spacing: .3px; padding: 13px 22px; border-radius: 5px;
  border: none; cursor: pointer; transition: all 0.2s ease;
  text-decoration: none; white-space: nowrap;
}
.ni-btn-primary {
  flex: 1;
  background: #B51009 !important;
  color: #fff !important;
  min-width: 160px;
  box-shadow: 0 2px 0 #8a0c07 !important;
}
.ni-btn-primary:hover {
  background: #8a0c07 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(181,16,9,0.35) !important;
}
.ni-btn-secondary {
  flex: 1;
  background: #464447 !important;
  color: #fff !important;
  min-width: 140px;
  box-shadow: 0 2px 0 #2e2c2f !important;
}
.ni-btn-secondary:hover {
  background: #5e5b60 !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.ni-btn-outline {
  background: transparent !important;
  color: #1a1a2e !important;
  border: 1.5px solid #D0D0D0 !important;
  padding: 12px 18px;
}
.ni-btn-outline:hover {
  border-color: #B51009 !important;
  color: #8a0c07 !important;
  transform: translateY(-1px);
}
.ni-btn-wa { background: #25D366 !important; color: #fff !important; padding: 13px 16px; }
.ni-btn-wa:hover { background: #1da851 !important; color: #fff !important; transform: translateY(-1px); }

/* Trust Strip */
.ni-trust-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid #E8E8E8; border-radius: 8px;
  overflow: hidden; margin-bottom: 18px;
}
.ni-trust-item {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 12px 8px; text-align: center;
  border-right: 1px solid #E8E8E8; background: #FFFFFF;
  transition: background .18s;
}
.ni-trust-item:last-child { border-right: none; }
.ni-trust-item:hover { background: #fff8f8 !important; }
.ni-trust-item i { color: #8a0c07 !important; font-size: 16px; }
.ni-trust-item strong { font-size: 11.5px; color: #1a1a2e; display: block; font-weight: 700; }
.ni-trust-item span { font-size: 10px; color: #777; line-height: 1.3; }

/* Tags */
.ni-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.ni-tag {
  display: inline-flex; align-items: center;
  background: #F7F8FA; border: 1px solid #E8E8E8;
  color: #777; font-size: 11.5px; padding: 3px 10px;
  border-radius: 20px; transition: all 0.2s ease;
}
.ni-tag:hover { border-color: #f5c0bc !important; color: #8a0c07 !important; background: #fff8f8 !important; }

/* ── SIDEBAR COL ── */
.ni-sidebar-col {
  padding: 24px 0 24px 20px;
  display: flex; flex-direction: column; gap: 14px;
}
.ni-side-card {
  background: #FFFFFF; border: 1px solid #E8E8E8;
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.ni-side-card-head {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 14px; background: #F7F8FA;
  border-bottom: 1px solid #E8E8E8;
}
.ni-side-card-head i { color: #8a0c07 !important; font-size: 13.5px; }
.ni-side-card-head h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; color: #1a1a2e; margin: 0; }
.ni-side-card-body { padding: 14px; }

/* Enquiry form */
.ni-form { display: flex; flex-direction: column; gap: 10px; }
.ni-field label { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .8px; color: #777; font-weight: 600; margin-bottom: 4px; }
.ni-input {
  width: 100%; background: #F7F8FA; border: 1px solid #E8E8E8;
  border-radius: 5px; padding: 9px 12px; color: #1a1a2e;
  font-size: 13.5px; font-family: 'Manrope', sans-serif;
  outline: none; transition: border-color .18s;
}
.ni-input::placeholder { color: #aaa; }
.ni-input:focus { border-color: #B51009 !important; background: #fff8f8 !important; }
textarea.ni-input { resize: vertical; min-height: 68px; }
.ni-submit-btn {
  width: 100%; background: #B51009 !important; color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px;
  padding: 12px; border-radius: 5px; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: all 0.2s ease; box-shadow: 0 2px 0 #8a0c07 !important; letter-spacing: .3px;
}
.ni-submit-btn:hover { background: #8a0c07 !important; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(181,16,9,.3) !important; }

/* Certifications */
.ni-cert-list { display: flex; flex-direction: column; gap: 8px; }
.ni-cert-item {
  display: flex; align-items: center; gap: 9px;
  font-size: 13px; color: #444; padding: 7px 10px;
  background: #F7F8FA; border-radius: 5px; border: 1px solid #E8E8E8;
}
.ni-cert-item i { color: #16a34a; flex-shrink: 0; }

/* Delivery */
.ni-del-list { display: flex; flex-direction: column; gap: 11px; }
.ni-del-item { display: flex; align-items: flex-start; gap: 10px; }
.ni-del-icon {
  width: 32px; height: 32px;
  background: #fdf2f2 !important;
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  color: #8a0c07 !important; font-size: 12px; flex-shrink: 0; margin-top: 1px;
}
.ni-del-text strong { font-size: 12.5px; color: #1a1a2e; display: block; margin-bottom: 2px; font-weight: 700; }
.ni-del-text span { font-size: 11.5px; color: #777; line-height: 1.4; }

/* ══ TABS SECTION ══ */
.ni-tabs-section {
  background: #F7F8FA; border-top: 1px solid #E8E8E8; padding: 48px 0 56px;
}
.ni-tabs-nav {
  display: flex; gap: 0; border-bottom: 2px solid #E8E8E8;
  margin-bottom: 32px; overflow-x: auto; scrollbar-width: none;
  background: #FFFFFF; border-radius: 8px 8px 0 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.ni-tabs-nav::-webkit-scrollbar { display: none; }
.ni-tab-btn {
  padding: 13px 22px; font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .8px;
  text-transform: uppercase; color: #777; background: transparent;
  border: none; border-bottom: 3px solid transparent;
  margin-bottom: -2px; cursor: pointer; white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.ni-tab-btn:hover { color: #8a0c07 !important; border-bottom-color: #f5c0bc !important; }
.ni-tab-btn.active { color: #8a0c07 !important; border-bottom-color: #B51009 !important; background: #fff8f8 !important; }

.ni-tab-pane { display: none; }
.ni-tab-pane.active { display: block; animation: fadeUp .28s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.ni-overview-wrap {
  background: #FFFFFF; border: 1px solid #E8E8E8;
  border-radius: 0 8px 8px 8px; padding: 28px 32px;
}
.ni-overview-text { font-size: 15px; color: #444; line-height: 1.9; }

/* Features */
.ni-features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.ni-feat-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 16px; background: #FFFFFF;
  border: 1px solid #E8E8E8; border-radius: 5px; transition: all 0.2s ease;
}
.ni-feat-item:hover { border-color: #f5c0bc !important; transform: translateY(-2px); box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
.ni-feat-check {
  width: 28px; height: 28px; background: #F0FDF4; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #16a34a; font-size: 11px; flex-shrink: 0; margin-top: 1px;
}
.ni-feat-text { font-size: 13.5px; color: #444; line-height: 1.55; }

/* Specs Table */
.ni-specs-table {
  width: 100%; max-width: 740px; border-collapse: collapse;
  background: #FFFFFF; border: 1px solid #E8E8E8;
  border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.ni-specs-table tr { border-bottom: 1px solid #E8E8E8; }
.ni-specs-table tr:last-child { border-bottom: none; }
.ni-specs-table td { padding: 13px 18px; font-size: 13.5px; vertical-align: top; }
.ni-specs-table tr:nth-child(odd) td { background: #F7F8FA; }
.ni-specs-table td:first-child { color: #777; font-weight: 600; width: 36%; font-size: 12.5px; letter-spacing: .3px; }
.ni-specs-table td:last-child { color: #1a1a2e; font-weight: 600; }

/* Applications */
.ni-apps-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 11px; }
.ni-app-item {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 15px; background: #FFFFFF;
  border: 1px solid #E8E8E8; border-radius: 5px;
  font-size: 13.5px; color: #444; transition: all 0.2s ease;
}
.ni-app-item i { color: #8a0c07 !important; font-size: 11px; flex-shrink: 0; }
.ni-app-item:hover { border-color: #f5c0bc !important; color: #8a0c07 !important; background: #fff8f8 !important; transform: translateX(3px); }

/* ══ RELATED PRODUCTS ══ */
.ni-related-section {
  background: #FFFFFF; padding: 48px 0 56px; border-top: 2px solid #E8E8E8;
}
.ni-section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 24px; gap: 14px; flex-wrap: wrap;
}
.ni-section-eyebrow {
  font-size: 10.5px; text-transform: uppercase; letter-spacing: 2px;
  color: #8a0c07 !important; font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif; margin-bottom: 4px;
}
.ni-section-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: 28px;
  font-weight: 800; color: #1a1a2e; letter-spacing: .3px;
}
.ni-view-all {
  display: inline-flex; align-items: center; gap: 6px;
  color: #464447 !important; font-size: 13.5px; font-weight: 600;
  white-space: nowrap; transition: gap .2s, color .18s;
}
.ni-view-all:hover { gap: 10px; color: #8a0c07 !important; }

.ni-related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.ni-rel-card {
  background: #FFFFFF; border: 1px solid #E8E8E8; border-radius: 8px;
  overflow: hidden; transition: all 0.2s ease; position: relative;
}
.ni-rel-card:hover { transform: translateY(-4px); border-color: #f5c0bc !important; box-shadow: 0 4px 16px rgba(0,0,0,0.10); }

.ni-rel-img-box {
  aspect-ratio: 4 / 3; background: #F7F8FA;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.ni-rel-img-box img { max-width: 76%; max-height: 76%; object-fit: contain; transition: transform .4s ease; }
.ni-rel-card:hover .ni-rel-img-box img { transform: scale(1.06); }

.ni-rel-overlay {
  position: absolute; inset: 0;
  background: rgba(70,68,71,0.88) !important;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .22s;
}
.ni-rel-card:hover .ni-rel-overlay { opacity: 1; }
.ni-rel-overlay-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: #B51009 !important; color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 13px;
  padding: 9px 18px; border-radius: 5px; text-decoration: none; transition: transform .18s;
}
.ni-rel-overlay-btn:hover { transform: scale(1.04); color: #fff !important; }

.ni-rel-body { padding: 12px 14px; }
.ni-rel-cat { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #aaa; margin-bottom: 5px; }
.ni-rel-name {
  font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700;
  color: #1a1a2e; display: block; line-height: 1.3; margin-bottom: 6px; transition: color .18s;
}
.ni-rel-name:hover { color: #8a0c07 !important; }
.ni-rel-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 9px; border-top: 1px solid #E8E8E8;
}
.ni-rel-moq { font-size: 11px; color: #777; }
.ni-rel-moq strong { color: #8a0c07 !important; font-size: 12px; }
.ni-rel-link {
  font-size: 12px; font-weight: 700; color: #464447 !important;
  display: flex; align-items: center; gap: 4px; transition: gap .15s;
}
.ni-rel-link:hover { gap: 8px; color: #8a0c07 !important; }

/* ══ STICKY MOBILE BAR ══ */
.ni-mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: #FFFFFF; border-top: 2px solid #B51009 !important;
  padding: 10px 16px; z-index: 1000; align-items: center; gap: 10px;
  box-shadow: 0 -4px 16px rgba(0,0,0,.1);
}
@media (max-width: 768px) { .ni-mobile-bar { display: flex; } body { padding-bottom: 64px; } }
.ni-mobile-bar-name { flex: 1; font-size: 13px; font-weight: 700; color: #1a1a2e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ni-mobile-bar-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #B51009 !important; color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13.5px;
  padding: 10px 18px; border-radius: 5px; text-decoration: none; flex-shrink: 0;
  box-shadow: 0 2px 0 #8a0c07 !important;
}

/* ══ ZOOM MODAL ══ */
.ni-zoom-modal {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.92); z-index: 9999;
  align-items: center; justify-content: center; cursor: zoom-out;
}
.ni-zoom-modal.open { display: flex; }
.ni-zoom-modal img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; background: #fff; }
.ni-zoom-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; color: #fff; font-size: 34px;
  cursor: pointer; opacity: .7; line-height: 1; transition: opacity .18s;
}
.ni-zoom-close:hover { opacity: 1; }

/* Toast */
.ni-toast {
  position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%);
  background: #1a1a2e; color: #fff; padding: 9px 22px; border-radius: 5px;
  font-weight: 700; font-size: 13px; z-index: 9998; opacity: 0;
  transition: opacity .3s; pointer-events: none; white-space: nowrap;
  border-left: 3px solid #B51009 !important;
}
.ni-toast.show { opacity: 1; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1200px) { .ni-product-layout { grid-template-columns: 380px 1fr 290px; } }
@media (max-width: 1024px) {
  .ni-product-layout { grid-template-columns: 340px 1fr; grid-template-areas: "gallery info" "sidebar sidebar"; }
  .ni-gallery-col { grid-area: gallery; }
  .ni-info-col    { grid-area: info; border-right: none; }
  .ni-sidebar-col { grid-area: sidebar; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 20px 0 0; border-top: 1px solid #E8E8E8; }
}
@media (max-width: 768px) {
  .ni-product-layout { grid-template-columns: 1fr; grid-template-areas: "gallery" "info" "sidebar"; }
  .ni-gallery-col { position: static; padding: 16px 0; }
  .ni-info-col    { border-left: none; padding: 16px 0; }
  .ni-sidebar-col { grid-template-columns: 1fr; padding: 16px 0; }
  .ni-chips-grid  { grid-template-columns: 1fr 1fr; }
  .ni-trust-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .ni-product-title { font-size: 22px; }
  .ni-chips-grid { grid-template-columns: 1fr; }
}

/* ══ MOBILE HEADER ══ */
.mobile-header .mobile-header-elements {
  display: flex !important; align-items: center !important;
  justify-content: space-between !important; width: 100% !important; padding: 12px 16px !important;
}
.mobile-header .mobile-logo { display: flex !important; align-items: center !important; }
.mobile-header .mobile-logo img { height: 40px !important; width: auto !important; display: block !important; }
.mobile-header .mobile-nav-icon {
  display: flex !important; align-items: center !important; justify-content: center !important;
  width: 40px !important; height: 40px !important; cursor: pointer !important;
  font-size: 22px !important; color: #1a1a2e !important;
}
.mobile-header {
  position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important;
  width: 100% !important; z-index: 9998 !important; background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}
@media (max-width: 991px) { body.homepage4-body { padding-top: 68px !important; } }

/* ══ MOBILE SIDEBAR ══ */
.mobile-sidebar4 {
  position: fixed !important; top: 0 !important; left: -320px !important;
  width: 300px !important; height: 100vh !important; background: #fff !important;
  z-index: 99999 !important; overflow-y: auto !important;
  transition: left 0.3s ease !important; box-shadow: 4px 0 20px rgba(0,0,0,0.15) !important;
  display: block !important; padding: 0 !important;
}
.mobile-sidebar4.active { left: 0 !important; }
.mobile-sidebar4 .logosicon-area {
  display: flex !important; align-items: center !important;
  justify-content: space-between !important; padding: 16px !important; border-bottom: 1px solid #eee !important;
}
.mobile-sidebar4 .mobile-nav { padding: 16px !important; }
.mobile-sidebar4 .mobile-nav-list li { list-style: none !important; border-bottom: 1px solid #f0f0f0 !important; }
.mobile-sidebar4 .mobile-nav-list li a {
  display: block !important; padding: 12px 0 !important;
  color: #1a1a2e !important; font-weight: 600 !important; font-size: 15px !important;
}
body.mobile-menu-open::after {
  content: '' !important; position: fixed !important; inset: 0 !important;
  background: rgba(0,0,0,0.5) !important; z-index: 9990 !important;
}

@media (min-width: 992px) { .ni-breadcrumb { margin-top: 100px; } }
@media (max-width: 991px) { .ni-breadcrumb { margin-top: 0 !important; } }

body.filter-sticky #header {
    display: none !important;
}
.trust-item-text .trust-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.product-name a {
    font-size: 17px;
    font-weight: 700;
    color: #0d1b2a;
    text-decoration: none;
}