/* ============================================================
   VitaNovaBio – Wix Preview Design Recreation
   Multi-directional gradient: orange/peach → cream → teal/mint
   ============================================================ */

/* --- Google Fonts: Montserrat --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* --- Global Body / Background Gradient --- */
body {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #333333 !important;
  background:
    radial-gradient(ellipse at top left,    #F5A623 0%,  transparent 45%),
    radial-gradient(ellipse at top right,   #A8E6CF 0%,  transparent 45%),
    radial-gradient(ellipse at bottom left, #A8E6CF 0%,  transparent 45%),
    radial-gradient(ellipse at bottom right,#F5A623 0%,  transparent 45%),
    #FFF9F0 !important;
  background-attachment: fixed !important;
  min-height: 100vh;
}

/* Remove old silk pseudo-element sheen */
.container::before { display: none !important; }

/* ============================================================
   HERO SECTION – Four-Corner Layout (Wix Preview)
   ============================================================ */

/* Four-corner text labels */
.hero-corner {
  position: absolute;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(0.65rem, 1vw, 0.8rem);
  font-weight: 500;
  
  letter-spacing: 0.18em;
  color: #333333;
  line-height: 1.4;
}
.hero-corner--top-left     { top: 50px;    left: 55px;  }
.hero-corner--top-right    { top: 50px;    right: 55px; text-align: right; }
.hero-corner--bottom-left  { bottom: 50px; left: 55px;  }
.hero-corner--bottom-right { bottom: 50px; right: 55px; text-align: right; }

/* Central hero content */
.hero-center {
  text-align: center;
  z-index: 2;
  padding: 120px 20px;
}
.hero-center .hero-eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  
  color: #555;
  margin-bottom: 1.2rem;
}
.hero-center .hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 700;
  color: #333333;
  
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.hero-center .hero-title span {
  color: #C4703A;
}
.hero-center .hero-subtitle {
  font-size: 0.95rem;
  font-weight: 400;
  color: #555;
  letter-spacing: 0.08em;
  max-width: 480px;
  margin: 0 auto 2.5rem;
}
.hero-center .hero-cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Hide old two-column hero children */
.vnb-header .nav-link,
.vnb-header .navbar-brand .vnb-brand-text span {
  color: #333333 !important;
}
.vnb-header .nav-link:hover {
  color: #C4703A !important;
}

/* ============================================================
   PRODUCT CARDS – Styled to Match
   ============================================================ */
.product-card,
.vnb-card {
  background: rgba(255, 249, 240, 0.82) !important;
  border: 1px solid rgba(168, 230, 207, 0.35) !important;
  box-shadow: 0 4px 24px rgba(245, 166, 35, 0.08) !important;
  backdrop-filter: blur(6px);
  border-radius: 16px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.product-card:hover,
.vnb-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 36px rgba(168, 230, 207, 0.3), 0 4px 16px rgba(245, 166, 35, 0.15) !important;
}

/* Card category / section labels */
.section-label,
.product-card-cat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: #888 !important;
}

/* Section headings */
.section-title,
h1, h2, h3 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 700 !important;
  color: #333333 !important;
  text-shadow: none !important;
  
  letter-spacing: 0.05em;
}

/* Features strip */
.features-strip {
  background: rgba(255, 249, 240, 0.6) !important;
  backdrop-filter: blur(8px);
}
.feature-item {
  border-right: 1px solid rgba(168, 230, 207, 0.3);
}

/* Buttons */
.btn-vnb {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
   !important;
  letter-spacing: 0.12em !important;
  border-radius: 4px !important;
}

/* Testimonials */
.testimonial-card {
  background: rgba(255, 249, 240, 0.85) !important;
  border: 1px solid rgba(168, 230, 207, 0.3) !important;
  box-shadow: 0 4px 20px rgba(245, 166, 35, 0.07) !important;
  backdrop-filter: blur(6px);
}

/* Sections alternating background */
.section-pad { background: transparent !important; }
section[style*="var(--color-surface)"] {
  background: rgba(168, 230, 207, 0.12) !important;
}

/* CTA Banner */
section[style*="linear-gradient(135deg,#C4703A"] {
  background: linear-gradient(135deg, #C4703A, #9E5628) !important;
}
/* ============================================================
   VitaNovaBio – Shop Page Wix Aesthetic
   Clean grid, vial cards, category filter tabs
   ============================================================ */

/* ── Disclaimer Bar ── */
.vnb-disclaimer-bar {
  background: #1a1a2e;
  color: #fff;
  padding: .75rem 0;
  text-align: center;
  font-size: .78rem;
  letter-spacing: .05em;
  border-bottom: 2px solid #C4703A;
}
.vnb-disclaimer-icon { margin-right: .4rem; }

/* ── Shop Hero ── */
.vnb-shop-hero {
  padding: 4rem 0 2.5rem;
  text-align: center;
  background: transparent;
}
.vnb-shop-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  
  letter-spacing: .22em;
  color: #C4703A;
  margin-bottom: .75rem;
}
.vnb-shop-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.8rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
   !important;
  letter-spacing: .06em !important;
  color: #333 !important;
  margin-bottom: .5rem !important;
}
.vnb-shop-sub {
  font-size: .84rem;
  color: #888;
  letter-spacing: .08em;
}

/* ── Filter Tabs ── */
.vnb-filter-section {
  padding: 0 0 1.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,249,240,0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(196,112,58,0.12);
}
.vnb-filter-tabs {
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: 1.2rem 0 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.vnb-filter-tabs::-webkit-scrollbar { display: none; }
.vnb-filter-tab {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  white-space: nowrap;
  padding: .5rem 1.2rem;
  border-radius: 100px;
  border: 1.5px solid rgba(196,112,58,0.25);
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  
  letter-spacing: .1em;
  color: #666;
  text-decoration: none;
  transition: all .2s ease;
}
.vnb-filter-tab:hover {
  border-color: #C4703A;
  color: #C4703A;
  background: rgba(196,112,58,0.06);
}
.vnb-filter-tab.active {
  background: #C4703A;
  border-color: #C4703A;
  color: #fff;
  box-shadow: 0 3px 12px rgba(196,112,58,0.35);
}
.vnb-tab-star { font-size: .8rem; }

/* ── Toolbar (sort + count) ── */
.vnb-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 0;
  gap: 1rem;
}
.vnb-toolbar-count {
  font-size: .78rem;
  color: #999;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .06em;
  
  margin: 0;
}
.vnb-sort-wrap {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.vnb-sort-label {
  font-size: .75rem;
  
  letter-spacing: .1em;
  color: #999;
  font-family: 'Montserrat', sans-serif;
}
.vnb-sort-select {
  font-family: 'Montserrat', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  color: #333;
  background: rgba(255,249,240,0.9);
  border: 1.5px solid rgba(196,112,58,0.25);
  border-radius: 8px;
  padding: .4rem .8rem;
  cursor: pointer;
  outline: none;
  transition: border-color .2s;
}
.vnb-sort-select:focus { border-color: #C4703A; }

/* ── Product Grid ── */
.vnb-shop-grid-section {
  padding: 3rem 0 4rem;
}
.vnb-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}
@media (max-width: 576px) {
  .vnb-product-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.2rem; }
}

/* ── Product Card ── */
.vnb-pcard {
  background: rgba(255,249,240,0.9);
  border: 1px solid rgba(168,230,207,0.4);
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(245,166,35,0.07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(6px);
}
.vnb-pcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(168,230,207,0.28), 0 6px 20px rgba(245,166,35,0.14);
}
.vnb-pcard--oos { opacity: .75; }

/* Image area */
.vnb-pcard__img-link { display: block; text-decoration: none; }
.vnb-pcard__img-wrap {
  position: relative;
  background: linear-gradient(145deg, #FDF3E7, #F0E8D8);
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.vnb-pcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.vnb-pcard:hover .vnb-pcard__img { transform: scale(1.04); }

/* SVG Vial Placeholder */
.vnb-pcard__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.vnb-vial-svg {
  width: 80px;
  height: 140px;
  filter: drop-shadow(0 8px 20px rgba(196,112,58,0.2));
  transition: transform .35s ease;
}
.vnb-pcard:hover .vnb-vial-svg { transform: translateY(-4px) rotate(2deg); }

/* Badges */
.vnb-pcard__badges {
  position: absolute;
  top: .8rem;
  left: .8rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.vnb-badge {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: .62rem;
  font-weight: 700;
  
  letter-spacing: .1em;
  padding: .22rem .6rem;
  border-radius: 100px;
}
.vnb-badge--purity {
  background: rgba(168,230,207,0.9);
  color: #1a6644;
  border: 1px solid rgba(168,230,207,1);
}
.vnb-badge--sale {
  background: #ef4444;
  color: #fff;
}
.vnb-badge--featured {
  background: rgba(196,112,58,0.9);
  color: #fff;
}

/* Stock overlays */
.vnb-pcard__oos-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,249,240,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  
  letter-spacing: .12em;
  color: #999;
  backdrop-filter: blur(2px);
}
.vnb-pcard__lowstock {
  position: absolute;
  bottom: .75rem;
  right: .75rem;
  background: #f59e0b;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: .6rem;
  font-weight: 700;
  
  letter-spacing: .08em;
  padding: .2rem .55rem;
  border-radius: 100px;
}

/* Card body */
.vnb-pcard__body {
  padding: 1.4rem 1.4rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.vnb-pcard__cat {
  font-family: 'Montserrat', sans-serif;
  font-size: .65rem;
  font-weight: 600;
  
  letter-spacing: .18em;
  color: #C4703A;
  margin-bottom: .35rem;
}
.vnb-pcard__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
   !important;
  letter-spacing: .04em !important;
  color: #222 !important;
  margin-bottom: .2rem !important;
  line-height: 1.2 !important;
}
.vnb-pcard__title a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}
.vnb-pcard__title a:hover { color: #C4703A; }
.vnb-pcard__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .12em;
  
  color: #A8D5BC;
  margin-bottom: .75rem;
}
.vnb-pcard__desc {
  font-size: .8rem;
  color: #666;
  line-height: 1.5;
  flex: 1;
  margin-bottom: 1rem;
}

/* Footer row */
.vnb-pcard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  border-top: 1px solid rgba(168,230,207,0.3);
  padding-top: 1rem;
  margin-top: auto;
}
.vnb-pcard__price {
  display: flex;
  align-items: baseline;
  gap: .4rem;
}
.vnb-pcard__price-main,
.vnb-pcard__price-sale {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #C4703A;
}
.vnb-pcard__price-orig {
  font-size: .82rem;
  color: #bbb;
  text-decoration: line-through;
}
.vnb-pcard__btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #C4703A;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: .5rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  
  letter-spacing: .1em;
  cursor: pointer;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.vnb-pcard__btn:hover {
  background: #a85c2c;
  transform: scale(1.03);
}
.vnb-pcard__oos-label {
  font-size: .72rem;
  color: #bbb;
  font-family: 'Montserrat', sans-serif;
  
  letter-spacing: .08em;
}

/* ── Empty State ── */
.vnb-empty-state {
  text-align: center;
  padding: 6rem 0;
}
.vnb-empty-icon { font-size: 3rem; margin-bottom: 1rem; }
.vnb-empty-state h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  
  color: #444;
  margin-bottom: .5rem;
}
.vnb-empty-state p { color: #999; font-size: .88rem; }

/* ── Pagination ── */
.vnb-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-top: 3rem;
}
.vnb-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 .75rem;
  border-radius: 8px;
  border: 1.5px solid rgba(196,112,58,0.25);
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  transition: all .2s;
}
.vnb-page-btn:hover, .vnb-page-btn.active {
  background: #C4703A;
  border-color: #C4703A;
  color: #fff;
}

/* ── Trust Strip ── */
.vnb-trust-strip {
  background: rgba(255,249,240,0.6);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(168,230,207,0.3);
  border-bottom: 1px solid rgba(168,230,207,0.3);
  padding: 2.5rem 0;
}
.vnb-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem 2rem;
}
.vnb-trust-item {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
}
.vnb-trust-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: .1rem;
}
.vnb-trust-label {
  font-family: 'Montserrat', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  
  letter-spacing: .1em;
  color: #333;
  margin-bottom: .15rem;
}
.vnb-trust-sub {
  font-size: .74rem;
  color: #999;
  line-height: 1.4;
  margin: 0;
}


/* ============================================================
   VitaNovaBio – Glassmorphism & Flow Redesign
   Less brown, more translucent, airy and integrated
   ============================================================ */

/* -- Seamless section transitions -- */
.section-pad {
  background: transparent !important;
  position: relative;
}

/* -- Features Strip – glassmorphic floating bar -- */
.features-strip {
  background: rgba(255, 249, 240, 0.35) !important;
  backdrop-filter: blur(20px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.4) !important;
  border: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-bottom: 1px solid rgba(168, 230, 207, 0.2) !important;
  box-shadow: 0 4px 32px rgba(168, 230, 207, 0.08) !important;
  padding: 2rem 0 !important;
}
.feature-item {
  border-right: none !important;
  padding: 1.5rem 2rem !important;
  text-align: center;
  transition: transform 0.25s ease !important;
  border-radius: 16px;
}
.feature-item:hover {
  transform: translateY(-3px);
}
.feature-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background: rgba(168, 230, 207, 0.25) !important;
  backdrop-filter: blur(4px);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 0.9rem !important;
  font-size: 1.4rem !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 2px 12px rgba(168, 230, 207, 0.15) !important;
  color: #C4703A !important;
}
.feature-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
   !important;
  letter-spacing: 0.12em !important;
  color: #333 !important;
  margin-bottom: 0.35rem !important;
}
.feature-text {
  font-size: 0.76rem !important;
  color: #888 !important;
  line-height: 1.5 !important;
}

/* -- Category cards – glassmorphic, no boxiness -- */
.vnb-card {
  background: rgba(255, 252, 248, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  box-shadow:
    0 2px 16px rgba(168, 230, 207, 0.1),
    0 1px 4px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(16px) saturate(1.5) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.5) !important;
  border-radius: 24px !important;
  padding: 2.2rem 1.8rem !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
}
.vnb-card:hover {
  transform: translateY(-6px) !important;
  background: rgba(255, 252, 248, 0.65) !important;
  box-shadow:
    0 20px 48px rgba(168, 230, 207, 0.2),
    0 8px 20px rgba(245, 166, 35, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

/* -- Product cards – softer glass -- */
.product-card,
.vnb-pcard {
  background: rgba(255, 251, 247, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow:
    0 4px 24px rgba(245, 166, 35, 0.06),
    0 1px 4px rgba(0, 0, 0, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(14px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.3) !important;
  border-radius: 22px !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
}
.product-card:hover,
.vnb-pcard:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 24px 48px rgba(168, 230, 207, 0.22),
    0 8px 20px rgba(245, 166, 35, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

/* -- Why VitaNova stats box – glass with warm tint instead of solid brown -- */
.vnb-stats-box {
  background: linear-gradient(135deg,
    rgba(196, 112, 58, 0.55) 0%,
    rgba(158, 86, 40, 0.45) 100%) !important;
  backdrop-filter: blur(20px) saturate(1.5) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 28px !important;
  box-shadow:
    0 16px 48px rgba(196, 112, 58, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

/* -- CTA Banner – glass over gradient instead of solid brown -- */
.vnb-cta-banner {
  background: linear-gradient(135deg,
    rgba(196, 112, 58, 0.65) 0%,
    rgba(158, 86, 40, 0.55) 100%) !important;
  backdrop-filter: blur(24px) saturate(1.6) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.6) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
}
.vnb-cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,200,100,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(168,230,207,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.vnb-cta-btn {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #C4703A !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 12px !important;
  backdrop-filter: blur(4px) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.vnb-cta-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18) !important;
}

/* -- Legal disclaimer box – glass warning -- */
.vnb-legal-box {
  background: rgba(255, 243, 205, 0.55) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-top: 1px solid rgba(255, 193, 7, 0.35) !important;
  border-bottom: 1px solid rgba(255, 193, 7, 0.35) !important;
  border-left: none !important;
  border-right: none !important;
}

/* -- Trust strip – floating glass bar -- */
.vnb-trust-strip {
  background: rgba(255, 249, 240, 0.35) !important;
  backdrop-filter: blur(20px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.4) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-bottom: 1px solid rgba(168, 230, 207, 0.2) !important;
  box-shadow: 0 4px 32px rgba(168, 230, 207, 0.07) !important;
}

/* -- Section flow – remove abrupt breaks -- */
section + section {
  margin-top: 0 !important;
}

/* -- Buttons – softer, more rounded -- */
.btn-vnb {
  border-radius: 10px !important;
  padding: .55rem 1.5rem !important;
}
.btn-vnb:not(.btn-outline) {
  background: rgba(196, 112, 58, 0.92) !important;
  border: 1px solid rgba(196, 112, 58, 0.6) !important;
  box-shadow: 0 4px 16px rgba(196, 112, 58, 0.25) !important;
  backdrop-filter: blur(4px) !important;
}
.btn-vnb:not(.btn-outline):hover {
  background: rgba(196, 112, 58, 1) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(196, 112, 58, 0.35) !important;
}
.btn-vnb.btn-outline {
  background: rgba(255, 249, 240, 0.4) !important;
  border: 1.5px solid rgba(196, 112, 58, 0.5) !important;
  color: #C4703A !important;
  backdrop-filter: blur(8px) !important;
}
.btn-vnb.btn-outline:hover {
  background: rgba(196, 112, 58, 0.1) !important;
  transform: translateY(-2px) !important;
}

/* -- Section heading area -- */
.section-label {
  font-size: 0.7rem !important;
  letter-spacing: 0.25em !important;
  color: rgba(196, 112, 58, 0.7) !important;
  margin-bottom: 0.6rem !important;
}
.section-title {
  font-size: clamp(1.5rem, 3.5vw, 2.4rem) !important;
  letter-spacing: 0.05em !important;
}
.section-subtitle {
  color: #888 !important;
  font-size: 0.9rem !important;
  max-width: 560px;
  margin: 0 auto;
}
/* Make black bold writing translucent */
h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5,
.hero-title, .section-title, .card-title,
.vnb-pcard-title, .vnb-pcard-compound {
  color: rgba(51, 51, 51, 0.85) !important; /* #333333 at 85% opacity */
  text-shadow: 
    0 1px 2px rgba(255, 255, 255, 0.5),
    0 0 20px rgba(255, 255, 255, 0.3) !important;
}

/* Body text slightly translucent */
p, .card-text, .product-description, .vnb-pcard-desc {
  color: rgba(51, 51, 51, 0.75) !important;
}

/* Labels and badges */
.badge, .vnb-pcard-badge, .vnb-pcard-category {
  background-color: rgba(204, 17, 17, 0.9) !important; /* Red at 90% */
  color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(4px);
}

/* Glassmorphic text containers */
.glass-text {
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
}
/* VitaNovaBio Animated Header */

.vnb-animated-text-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.vnb-animated-text {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  color: rgba(51, 51, 51, 0.15);
  
  letter-spacing: 8px;
  white-space: nowrap;
  animation: slideFade 12s infinite linear;
  text-shadow: 
    2px 2px 4px rgba(255, 255, 255, 0.5),
    0 0 30px rgba(255, 255, 255, 0.3);
}

.vnb-animated-text:nth-child(1) { animation-delay: 0s; }
.vnb-animated-text:nth-child(2) { animation-delay: 3s; }
.vnb-animated-text:nth-child(3) { animation-delay: 6s; }
.vnb-animated-text:nth-child(4) { animation-delay: 9s; }


/* Responsive */
@media (max-width: 992px) {

@media (max-width: 768px) {

@media (max-width: 576px) {
/* More Visible VitaNovaBio Animated Header */
.vnb-animated-header {
  position: relative;
  height: 140px;
  margin: 3rem 0 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, 
    rgba(245, 166, 35, 0.1) 0%,
    rgba(168, 230, 207, 0.1) 50%,
    rgba(245, 166, 35, 0.1) 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.vnb-animated-text-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.vnb-animated-text {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
  color: rgba(51, 51, 51, 0.7); /* 70% opacity - MUCH MORE VISIBLE */
  
  letter-spacing: 10px;
  white-space: nowrap;
  animation: slideFade 14s infinite linear;
  text-shadow: 
    3px 3px 6px rgba(255, 255, 255, 0.8),
    0 0 40px rgba(255, 255, 255, 0.5),
    0 0 80px rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.vnb-animated-text:nth-child(1) { animation-delay: 0s; color: rgba(204, 17, 17, 0.6); } /* Red tint */
.vnb-animated-text:nth-child(2) { animation-delay: 3.5s; color: rgba(51, 51, 51, 0.7); } /* Charcoal */
.vnb-animated-text:nth-child(3) { animation-delay: 7s; color: rgba(168, 230, 207, 0.6); } /* Teal tint */
.vnb-animated-text:nth-child(4) { animation-delay: 10.5s; color: rgba(245, 166, 35, 0.6); } /* Orange tint */

@keyframes slideFade {
  0% {
    transform: translateX(-100%) scale(0.9);
    opacity: 0;
    filter: blur(10px);
  }
  10% {
    transform: translateX(0%) scale(1);
    opacity: 1;
    filter: blur(0);
  }
  20% {
    transform: translateX(0%) scale(1);
    opacity: 1;
    filter: blur(0);
  }
  30% {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
    filter: blur(10px);
  }
}

/* Add pulsing glow effect */
.vnb-animated-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, 
    rgba(255, 255, 255, 0.4) 0%,
    transparent 70%);
  animation: pulseGlow 4s infinite alternate;
  z-index: 0;
}

@keyframes pulseGlow {
  0% { opacity: 0.3; }
  100% { opacity: 0.7; }
}

/* Responsive */
@media (max-width: 992px) {
  .vnb-animated-header { height: 110px; margin: 2rem 0 3rem; }
  .vnb-animated-text { font-size: 4rem; letter-spacing: 8px; }
}

@media (max-width: 768px) {
  .vnb-animated-header { height: 85px; margin: 1.5rem 0 2.5rem; }
  .vnb-animated-text { font-size: 3rem; letter-spacing: 6px; }
}

@media (max-width: 576px) {
  .vnb-animated-header { height: 65px; margin: 1rem 0 2rem; }
  .vnb-animated-text { font-size: 2.2rem; letter-spacing: 4px; }
}
/* Hero Section Animation - Top-left corner */

.vnb-hero-animated-text {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  color: rgba(51, 51, 51, 0.6);
  
  letter-spacing: 8px;
  white-space: nowrap;
  animation: heroPulse 8s infinite ease-in-out;
  text-shadow: 
    2px 2px 4px rgba(255, 255, 255, 0.7),
    0 0 30px rgba(255, 255, 255, 0.4);
  transform-origin: left center;
}

@keyframes heroPulse {
  0% {
    transform: translateX(-20px) scale(0.95);
    opacity: 0.4;
    filter: blur(2px);
  }
  50% {
    transform: translateX(0) scale(1);
    opacity: 0.8;
    filter: blur(0);
  }
  100% {
    transform: translateX(-20px) scale(0.95);
    opacity: 0.4;
    filter: blur(2px);
  }
}

/* Make sure hero section has relative positioning */
.hero {
  position: relative !important;
}

/* Responsive */
@media (max-width: 1200px) {

@media (max-width: 992px) {

@media (max-width: 768px) {
/* Final Hero Animation - Mixed Case */

.vnb-hero-animated-text {
  font-family: "Montserrat", sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  color: rgba(51, 51, 51, 0.7);
  /* NO text-transform: uppercase */
  letter-spacing: 4px;
  white-space: nowrap;
  animation: heroFloat 6s infinite ease-in-out;
  text-shadow: 
    2px 2px 6px rgba(255, 255, 255, 0.8),
    0 0 40px rgba(255, 255, 255, 0.5);
  transform-origin: left center;
}


/* Ensure hero has relative positioning */
.hero {
  position: relative !important;
  overflow: hidden !important;
}

/* Responsive */
@media (max-width: 1200px) {

@media (max-width: 992px) {

@media (max-width: 768px) {
/* Target hero-section, not .hero */
.hero-section {
  position: relative !important;
  overflow: hidden !important;
}


.vnb-hero-animated-text {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(51, 51, 51, 0.75);
  letter-spacing: 3px;
  white-space: nowrap;
  animation: heroFloat 6s infinite ease-in-out;
  text-shadow: 
    2px 2px 6px rgba(255, 255, 255, 0.9),
    0 0 35px rgba(255, 255, 255, 0.6);
  transform-origin: left center;
}


/* Responsive */
@media (max-width: 1200px) {

@media (max-width: 992px) {

@media (max-width: 768px) {
/* Make animation VERY visible */

.vnb-hero-animated-text {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem !important;
  font-weight: 900 !important;
  color: rgba(204, 17, 17, 0.8) !important; /* RED for visibility */
  letter-spacing: 3px;
  white-space: nowrap;
  animation: heroFloat 5s infinite ease-in-out;
  text-shadow: 
    3px 3px 8px rgba(255, 255, 255, 1),
    0 0 50px rgba(255, 255, 255, 0.8);
  transform-origin: left center;
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
}


.hero-section {
  position: relative !important;
  overflow: visible !important; /* Don't clip animation */
}/* Mobile Optimization Fixes */

/* Ensure viewport meta is present */
@media (max-width: 768px) {
  /* Fix hero section on mobile */
  .hero-section {
    min-height: 80vh !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .hero-center {
    padding: 0 1rem !important;
  }
  
  .hero-title {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
  }
  
  .hero-subtitle {
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  /* Fix category cards grid */
  .section-categories .row {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  
  .section-categories .col-lg-3 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-bottom: 1rem !important;
  }
  
  /* Fix shop page product grid */
  .vnb-pcard {
    margin-bottom: 1.5rem !important;
  }
  
  /* Fix navigation menu */
  .navbar-nav {
    text-align: center !important;
  }
  
  .dropdown-menu {
    text-align: center !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
  }
  
  /* Fix buttons */
  .btn-vnb {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0.5rem !important;
  }
  
  /* Fix footer */
  footer .col-md-4 {
    margin-bottom: 2rem !important;
    text-align: center !important;
  }
  
  /* Fix trust strip */
  .vnb-trust-bar {
    flex-wrap: wrap !important;
  }
  
  .vnb-trust-item {
    width: 50% !important;
    margin-bottom: 1rem !important;
  }
  
  /* Fix legal disclaimer box */
  .vnb-legal-box {
    padding: 1rem !important;
    font-size: 0.8rem !important;
  }
}

/* Tablet optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-title {
    font-size: 3rem !important;
  }
  
  .section-pad {
    padding: 3rem 0 !important;
  }
  
  .vnb-pcard {
    margin-bottom: 1.5rem !important;
  }
}

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

/* Touch-friendly tap targets */
button, a, .btn, .dropdown-item {
  min-height: 44px !important;
  min-width: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Improve form inputs on mobile */
input, select, textarea {
  font-size: 16px !important; /* Prevents iOS zoom */
}
/* Hide logo image */
.navbar-brand img,
header img[src*="logo"] {
  display: none !important;
}

/* Style brand text */
.brand-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
}
/* Fix product image sizing */
.product-card-img-wrap {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  max-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.product-card-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  padding: 15px;
  transition: transform 0.3s ease;
}

.product-card:hover .product-card-img-wrap img {
  transform: scale(1.05);
}

/* Ensure all product images are constrained */
.product-card img[src*="retatrutide"],
.product-card img[src*="uploads"] {
  max-width: 100%;
  height: auto;
}

/* Mobile fix */
@media (max-width: 768px) {
  .product-card-img-wrap {
    max-height: 200px;
  }
  .product-card-img-wrap img {
    max-height: 200px;
  }
}
/* Better blending with product card */
.product-card-img-wrap {
  background: linear-gradient(145deg, #fdf3e7 0%, #f8e9d4 100%);
  border-bottom: 2px solid rgba(196, 112, 58, 0.2);
  position: relative;
}

.product-card-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, 
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 100%);
  pointer-events: none;
}

.product-card-img-wrap img {
  object-fit: cover;
  object-position: center;
  max-height: 220px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  mix-blend-mode: multiply;
}

/* Specific fix for Retatrutide image */
.product-card img[src*="retatrutide"] {
  object-fit: contain;
  object-position: center 30%;
  transform: scale(0.9);
  filter: brightness(1.05) contrast(1.1);
}

.product-card:hover img[src*="retatrutide"] {
  transform: scale(0.95);
  filter: brightness(1.1) contrast(1.15);
}

/* Smooth transition with category tab */
.product-card-cat {
  background: linear-gradient(90deg, #C4703A, #E8A35D);
  color: white;
  padding: 6px 12px;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .product-card-img-wrap img {
    max-height: 180px;
    padding: 8px;
/* Banner-style product image containment */
.product-card-img-wrap {
  background: white;
  border-radius: 12px 12px 0 0;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid #C4703A;
  margin: 0;
  padding: 0;
}

/* Image container with fixed aspect ratio */
.product-card-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.product-card-img-container img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

/* Specific for Retatrutide */
.product-card img[src*="retatrutide"] {
  max-width: 70%;
  max-height: 70%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* Remove all previous image styles */
.product-card-img-wrap::before,
.product-card-img-wrap img[style*="mix-blend-mode"],
.product-card img[src*="retatrutide"][style*="transform"] {
  all: unset;
}

/* Category tab integration */
.product-card-cat {
  background: #C4703A;
  color: white;
  padding: 8px 16px;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  transform: translateY(-50%);
}

/* Mobile */
@media (max-width: 768px) {
  .product-card-img-wrap {
    height: 180px;
  }
  .product-card-img-container {
    padding: 15px;
  }
  .product-card img[src*="retatrutide"] {
    max-width: 65%;
    max-height: 65%;
  }
}
/* SIMPLE FIX: Make product images fit properly */
.product-card-img-wrap {
  height: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f8f9fa !important;
  padding: 15px !important;
  overflow: hidden !important;
}

.product-card-img-wrap img {
  max-width: 80% !important;
  max-height: 80% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.product-card {
  border-radius: 8px !important;
  overflow: hidden !important;
  background: white !important;
  border: 1px solid #dee2e6 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .product-card-img-wrap {
    height: 150px !important;
    padding: 10px !important;
  }
}
/* Clean Product Cards */
.product-card-clean {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.product-card-clean:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.product-image-box {
  height: 200px;
  background: linear-gradient(135deg, #fdf3e7 0%, #f8e9d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}

.product-image {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.product-image-placeholder {
  font-size: 3rem;
  color: #C4703A;
  opacity: 0.7;
}

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #C4703A;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.product-content {
  padding: 25px;
}

.product-category {
  color: #C4703A;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.product-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.product-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
  min-height: 45px;
}

.product-price {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sale-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #C4703A;
}

.original-price {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.btn-add-to-cart {
  display: inline-block;
  background: #C4703A;
  color: white;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease;
  width: 100%;
  text-align: center;
}

.btn-add-to-cart:hover {
  background: #a85a2e;
  color: white;
}

/* Mobile */
@media (max-width: 768px) {
  .product-image-box {
    height: 160px;
    padding: 15px;
  }
  .product-content {
    padding: 20px;
  }
  .product-title {
    font-size: 1.1rem;
  }
}
/* FIX: Prevent image from scrolling across page */
.product-image-box {
  height: 200px !important;
  background: linear-gradient(135deg, #fdf3e7 0%, #f8e9d4 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  padding: 20px !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.product-image {
  max-width: 70% !important;
  max-height: 70% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Ensure product card contains everything */
.product-card-clean {
  overflow: hidden !important;
  position: relative !important;
}

/* Also update product page image */
.product-page-image {
  max-width: 100% !important;
  max-height: 400px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
/* Product Tabs */
.product-tabs-section {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(248, 249, 250, 0.7));
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product-tab-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.product-tab-link:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: inherit;
}

.product-tab-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.product-tab-link:hover .product-tab-card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.product-tab-image {
  height: 180px;
  background: linear-gradient(135deg, #fdf3e7 0%, #f8e9d4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.product-tab-image img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.product-tab-content {
  padding: 20px;
  position: relative;
}

.product-tab-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.product-tab-desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 40px;
}

.product-tab-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: #C4703A;
}

.product-tab-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #C4703A;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Mobile */
@media (max-width: 768px) {
  .product-tab-image {
    height: 150px;
    padding: 15px;
  }
  .product-tab-content {
    padding: 15px;
  }
  .product-tab-title {
    font-size: 1rem;
  }
}
/* Adjust product tabs vertical alignment */
.product-tabs-section {
  margin-top: -20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

/* Make product tab images align with corner text */
.product-tab-image {
  height: 160px;
  margin-top: -10px;
}

/* Adjust overall hero section spacing */
.hero-center {
  margin-bottom: 10px;
}

.hero-cta-group {
  margin-bottom: 5px;
}

/* Ensure corner text visibility */
.hero-corner {
  z-index: 10;
}
/* Move product tabs significantly higher */
.product-tabs-section {
  margin-top: -60px !important;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Reduce image height further */
.product-tab-image {
  height: 140px !important;
  padding: 15px !important;
}

/* Adjust hero bottom margin */
.hero-center {
  margin-bottom: -20px !important;
}

.hero-cta-group {
  margin-bottom: -10px !important;
}

/* Ensure corner text stays visible */
.hero-corner--bottom-left,
.hero-corner--bottom-right {
  margin-bottom: 40px !important;
}
/* Hero Product Tabs */
.hero-product-tabs {
  margin-top: 10px;
  margin-bottom: 20px;
}

.hero-product-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
  width: 140px;
}


/* Clean Hero Product Tabs */
.hero-product-tabs {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
  width: 100%;
}

.hero-product-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  margin: 0 20px;
  width: 120px;
}

.hero-product-image {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;

/* Compact Product Tabs */
.compact-product-tabs {
  margin: 15px 0 25px 0;
}

.compact-product-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  width: 110px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compact-product-tab:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #333;
}

.compact-product-image {
  width: 70px;
  height: 70px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.compact-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.compact-product-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 4px;
}

.compact-product-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #C4703A;
}

/* Mobile */
@media (max-width: 768px) {
  .compact-product-tab {
    width: 95px;
    padding: 8px;
  }
  .compact-product-image {
    width: 60px;
    height: 60px;
    padding: 8px;
  }
  .compact-product-label {
    font-size: 0.75rem;
  }
}

/* Product Tab Size (Small) */
.compact-product-tabs {
  margin: 10px 0 20px 0;
}

.compact-product-tab {
  width: 90px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}

.compact-product-image {
  width: 50px;
  height: 50px;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 6px;
}

.compact-product-label {
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.1;
}

.compact-product-price {
  font-size: 0.75rem;
  font-weight: 700;
}

/* Even smaller on mobile */
@media (max-width: 768px) {
  .compact-product-tab {
    width: 80px;
    padding: 6px;
  }
  .compact-product-image {
    width: 45px;
    height: 45px;
    padding: 6px;
  }
  .compact-product-label {
    font-size: 0.65rem;
  }
}

/* Horizontal Product Tabs - Expandable */
.compact-product-tabs .row {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 5px;
  justify-content: flex-start;
  scrollbar-width: thin;
}

.compact-product-tabs .row::-webkit-scrollbar {
  height: 4px;
}

.compact-product-tabs .row::-webkit-scrollbar-thumb {
  background: rgba(196, 112, 58, 0.3);
  border-radius: 2px;
}

.compact-product-tabs .col-auto {
  flex: 0 0 auto;
}

/* Make tabs even more compact for horizontal layout */
.compact-product-tab {
  width: 85px;
  padding: 6px;
  margin: 0 4px;
}

.compact-product-image {
  width: 45px;

/* Move product tabs higher */
.product-tabs-section {
  margin-top: -30px !important;
  margin-bottom: 10px !important;
}

/* Adjust hero spacing */
.hero-center {
  margin-bottom: 5px !important;
}

.hero-cta-group {
  margin-bottom: 5px !important;
}

/* Ensure Featured Products section is visible */
.section-pad {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.product-tab-card {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Remove any hiding styles */
[style*="display:none"],
[style*="opacity:0"],
[style*="visibility:hidden"] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
