/*
Theme Name:   Super Foxx
Theme URI:    https://superfoxx.in
Author:       Super Fox Foods LLP
Author URI:   https://superfoxx.in
Description:  Custom dark e-commerce theme for Super Foxx flavoured Makhana brand
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  superfoxx
Tags:         e-commerce, dark, custom
*/

:root {
  --orange: #F05A00;
  --orange-soft: rgba(240, 90, 0, 0.18);
  --black: #0C0C0C;
  --card: #141414;
  --card-2: #1A1A1A;
  --border: #2A2A2A;
  --white: #FFFFFF;
  --muted: rgba(255, 255, 255, 0.5);
  --muted-strong: rgba(255, 255, 255, 0.72);
  --purple: #8D5BFF;
  --green: #68D391;
  --max: 1280px;
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Barlow", Arial, sans-serif;
  --condensed: "Barlow Condensed", Arial, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  overflow-x: hidden;
}

html {
      scroll-behavior: smooth;
      scrollbar-color: var(--orange) var(--black);
    }

    

    body::selection { background: var(--orange); color: var(--white); }
    ::-webkit-scrollbar { width: 12px; }
    ::-webkit-scrollbar-track { background: var(--black); }
    ::-webkit-scrollbar-thumb { background: var(--orange); border: 3px solid var(--black); border-radius: 20px; }

    a { color: inherit; text-decoration: none; }
    button, input, textarea, select { font: inherit; }
    img { max-width: 100%; display: block; }

    

    .container {
      width: min(calc(100% - 40px), var(--max));
      margin: 0 auto;
    }

    .wp-note {
      border: 1px solid rgba(240,90,0,.5);
      background: linear-gradient(90deg, rgba(240,90,0,.18), rgba(141,91,255,.08));
      color: rgba(255,255,255,.84);
      font-family: var(--condensed);
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 12px 18px;
      border-radius: 999px;
      margin: 0 auto 34px;
      width: min(calc(100% - 40px), var(--max));
      font-weight: 700;
    }

    section { position: relative; padding: 100px 0; overflow: hidden; }
    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--orange);
      font-family: var(--condensed);
      font-size: 18px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin-bottom: 14px;
    }
    .section-title {
      font-family: var(--display);
      font-size: clamp(48px, 8vw, 112px);
      line-height: .88;
      letter-spacing: .02em;
      margin: 0 0 20px;
    }
    .section-copy {
      color: var(--muted-strong);
      font-size: 19px;
      line-height: 1.7;
      max-width: 720px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 14px 24px;
      border-radius: 100px;
      border: 1px solid transparent;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .04em;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    }
    .btn:hover { transform: translateY(-3px); }
    .btn-primary {
      color: var(--white);
      background: var(--orange);
      box-shadow: 0 18px 44px rgba(240,90,0,.34);
    }
    .btn-primary:hover { box-shadow: 0 24px 60px rgba(240,90,0,.5); }
    .btn-outline {
      border-color: rgba(255,255,255,.18);
      background: rgba(255,255,255,.04);
      color: var(--white);
    }
    .btn-outline:hover { border-color: var(--orange); box-shadow: 0 18px 44px rgba(240,90,0,.18); }

    .site-nav {
      position: sticky;
      top: 0;
      z-index: 900;
      background: rgba(12,12,12,.78);
      border-bottom: 1px solid var(--border);
      backdrop-filter: blur(18px);
    }
    .nav-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
    .logo {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-family: var(--display);
     font-size: 34px;
     letter-spacing: .03em;
     white-space: nowrap;
     justify-self: start;
     margin-right: auto;
    }
   .logo .custom-logo-link {
    display: flex;
    align-items: center;
    }
   .logo .custom-logo-link img {
     height: 48px !important;
     width: auto !important;
     max-width: 180px !important;
     object-fit: contain !important;
     display: block !important;
    }
    .logo,
    .custom-logo-link {
     justify-self: start !important;
    }
    .logo-mark {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 34px rgba(240,90,0,.48);
    }
    .custom-logo-link {
      display: flex;
      align-items: center;
      margin-right: auto;
      flex-shrink: 0;
    }
    .custom-logo-link img,
    .custom-logo {
      width: auto !important;
      height: 42px !important;
      max-height: 42px !important;
      max-width: 160px !important;
      object-fit: contain !important;
      display: block !important;
    }
    .nav-links {
      display: flex;
      justify-content: center;
      gap: 34px;
      color: rgba(255,255,255,.72);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .06em;
      flex: 1;
    }
    .nav-links a:hover { color: var(--white); }
    .nav-actions { display: flex; align-items: center; gap: 12px; }
    .cart-trigger, .hamburger {
      position: relative;
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      border: 1px solid var(--border);
      background: var(--card);
      color: var(--white);
    }
    .cart-count {
      position: absolute;
      top: -3px;
      right: -3px;
      min-width: 20px;
      height: 20px;
      display: grid;
      place-items: center;
      padding: 0 5px;
      border-radius: 999px;
      background: var(--orange);
      font-size: 12px;
      font-weight: 800;
    }
    .hamburger { display: none; }

    .hero {
      min-height: calc(100vh - 78px);
      display: grid;
      align-items: center;
      padding: 80px 0 90px;
      background:
        radial-gradient(circle at 24% 36%, rgba(240,90,0,.34), transparent 34%),
        radial-gradient(circle at 82% 32%, rgba(141,91,255,.18), transparent 30%),
        linear-gradient(180deg, #111 0%, var(--black) 100%);
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
      gap: 56px;
      align-items: center;
    }
    .hero h1 {
      font-family: var(--display);
      font-size: clamp(82px, 15vw, 210px);
      line-height: .78;
      letter-spacing: .02em;
      margin: 0;
      text-shadow: 0 0 40px rgba(240,90,0,.2);
    }
    .hero-tagline {
      margin: 22px 0 12px;
      color: var(--orange);
      font-family: var(--condensed);
      font-size: clamp(30px, 4vw, 58px);
      font-weight: 800;
      text-transform: uppercase;
    }
    .hero-copy {
      color: var(--muted-strong);
      font-size: 20px;
      line-height: 1.65;
      max-width: 620px;
    }
    .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
    .hero-stage {
      position: relative;
      min-height: 560px;
      display: grid;
      place-items: center;
    }
    .orbit-ring {
      position: absolute;
      inset: 8%;
      border: 1px dashed rgba(255,255,255,.12);
      border-radius: 50%;
      animation: spin 28s linear infinite;
    }
    @keyframes spin { to { transform: rotate(360deg); } }

    .pack-stack {
      position: relative;
      width: min(460px, 92vw);
      height: 500px;
    }
    .pack {
      position: absolute;
      width: 250px;
      min-height: 370px;
      padding: 22px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 28px;
      box-shadow: 0 30px 80px rgba(0,0,0,.48);
      overflow: hidden;
      animation: floatPack 4.8s ease-in-out infinite;
    }
    .pack::before {
      content: "";
      position: absolute;
      inset: -40%;
      background: radial-gradient(circle, rgba(255,255,255,.18), transparent 36%);
      opacity: .7;
      transform: rotate(20deg);
    }
    .pack-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; }
    .pack-brand {
      font-family: var(--display);
      font-size: 44px;
      line-height: .88;
      letter-spacing: .02em;
    }
    .pack-fox { font-size: 56px; margin: 14px 0 6px; filter: drop-shadow(0 10px 20px rgba(0,0,0,.4)); }
    .pack-flavour {
      margin-top: 14px;
      font-family: var(--display);
      font-size: 44px;
      line-height: .9;
    }
    .pack-badge, .flavour-badge, .claim {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      border-radius: 999px;
      padding: 7px 11px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.14);
    }
    .pack-claims {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 7px;
      margin-top: auto;
      color: rgba(255,255,255,.78);
      font-size: 18px;
    }
    .pack-weight { margin-top: 13px; color: rgba(255,255,255,.75); font-weight: 800; }
    .pack-peri {
      left: 10px;
      top: 42px;
      z-index: 3;
      background: linear-gradient(145deg, #2a0e05 0%, #101010 45%, #f05a00 160%);
      transform: rotate(-9deg);
    }
    .pack-himalayan {
      right: 8px;
      bottom: 36px;
      z-index: 2;
      background: linear-gradient(145deg, #191126 0%, #101010 48%, #8d5bff 150%);
      transform: rotate(8deg);
      animation-delay: -.9s;
    }
    .pack-bundle {
      left: 105px;
      top: 10px;
      z-index: 1;
      background: linear-gradient(135deg, #2a0e05 0 48%, #1b122b 49% 100%);
      transform: rotate(1deg) scale(.92);
      animation-delay: -1.7s;
    }
    .ribbon {
      position: absolute;
      top: 22px;
      right: -38px;
      z-index: 2;
      width: 150px;
      text-align: center;
      padding: 8px 0;
      transform: rotate(36deg);
      background: var(--orange);
      font-weight: 900;
      text-transform: uppercase;
      font-size: 12px;
    }
    @keyframes floatPack {
      0%,100% { translate: 0 0; }
      50% { translate: 0 -18px; }
    }

    .star {
      position: absolute;
      width: 18px;
      height: 18px;
      opacity: .8;
      animation: twinkle 3s ease-in-out infinite;
    }
    .star svg { width: 100%; height: 100%; fill: var(--orange); }
    @keyframes twinkle { 0%,100% { transform: scale(.72) rotate(0deg); opacity: .3; } 50% { transform: scale(1.2) rotate(45deg); opacity: 1; } }

    .marquee {
      padding: 16px 0;
      overflow: hidden;
      white-space: nowrap;
      border-block: 1px solid rgba(255,255,255,.12);
      font-family: var(--condensed);
      font-size: 24px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .marquee.orange { background: var(--orange); color: var(--white); }
    .marquee.dark { background: #070707; color: rgba(255,255,255,.82); }
    .marquee-track {
      display: inline-flex;
      gap: 36px;
      animation: marquee 26s linear infinite;
    }
    .marquee.dark .marquee-track { animation-direction: reverse; animation-duration: 31s; }
    @keyframes marquee { to { transform: translateX(-50%); } }

    .value-grid, .products-grid, .reviews-grid, .values-grid, .insta-grid {
      display: grid;
      gap: 22px;
    }
    .value-grid { grid-template-columns: repeat(4, 1fr); }
    .products-grid { grid-template-columns: repeat(3, 1fr); }
    .reviews-grid { grid-template-columns: repeat(3, 1fr); }
    .values-grid { grid-template-columns: repeat(3, 1fr); }
    .insta-grid { grid-template-columns: repeat(5, 1fr); }

    .card {
      background: linear-gradient(180deg, var(--card-2), var(--card));
      border: 1px solid var(--border);
      border-radius: 24px;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .card:hover {
      transform: translateY(-8px);
      border-color: rgba(240,90,0,.55);
      box-shadow: 0 28px 70px rgba(240,90,0,.16);
    }
    .value-card { padding: 26px; }
    .icon-box {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: var(--orange);
      box-shadow: 0 14px 30px rgba(240,90,0,.3);
      font-size: 24px;
      margin-bottom: 18px;
    }
    .value-card h3, .product-card h3, .review-card h3, .values-card h3 {
      margin: 0 0 8px;
      font-family: var(--condensed);
      font-size: 28px;
      text-transform: uppercase;
    }
    .value-card p, .review-card p, .values-card p { margin: 0; color: var(--muted); line-height: 1.55; }

    .product-card { padding: 18px; position: relative; }
    .product-art {
      min-height: 260px;
      display: grid;
      place-items: center;
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,.1);
      margin-bottom: 18px;
      overflow: hidden;
      background: #ffffff;
    }
    .product-art img {
      width: 100%;
      height: 260px;
      object-fit: contain;
      padding: 20px;
      background: #ffffff;
    }
    .peri-bg { background: #ffffff; }
    .himalayan-bg { background: #ffffff; }
    .bundle-bg { background: #ffffff; }
    .mini-pack {
      position: relative;
      width: 145px;
      min-height: 210px;
      padding: 15px;
      border-radius: 20px;
      border: 1px solid rgba(255,255,255,.16);
      box-shadow: 0 24px 52px rgba(0,0,0,.45);
    }
    .mini-pack .pack-brand { font-size: 30px; }
    .mini-pack .pack-flavour { font-size: 28px; }
    .product-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
    .price { font-family: var(--condensed); font-size: 34px; font-weight: 800; color: var(--white); }
    .mrp { color: var(--muted); text-decoration: line-through; font-size: 25px; margin-left: 6px; }
    .tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 18px; }
    .claim { color: rgba(255,255,255,.72); padding: 6px 9px; font-size: 11px; }
    .add-btn { width: 100%; }

    .split {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 50px;
      align-items: center;
    }
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }
    .stat-card { padding: 28px; }
    .stat-number {
      font-family: var(--display);
      font-size: 70px;
      line-height: .9;
      color: var(--orange);
    }
    .feature-list { display: grid; gap: 16px; margin-top: 28px; }
    .feature-item {
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 16px;
      align-items: start;
      padding: 18px;
      border: 1px solid var(--border);
      border-radius: 22px;
      background: rgba(255,255,255,.03);
    }
    .feature-item h3 { margin: 0 0 4px; font-family: var(--condensed); font-size: 26px; text-transform: uppercase; }
    .feature-item p { margin: 0; color: var(--muted); line-height: 1.5; }

    .story-band {
      background:
        radial-gradient(circle at 20% 20%, rgba(240,90,0,.2), transparent 32%),
        radial-gradient(circle at 80% 60%, rgba(141,91,255,.16), transparent 28%),
        #090909;
      border-block: 1px solid var(--border);
    }
    .quote {
      font-family: var(--display);
      font-size: clamp(48px, 9vw, 132px);
      line-height: .9;
      max-width: 1080px;
      margin: 0;
    }
    .counters { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 44px; }
    .counter strong { display: block; font-family: var(--display); font-size: 54px; color: var(--orange); line-height: .9; }
    .counter span { color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

    .insta-tile {
      min-height: 210px;
      display: grid;
      place-items: end start;
      padding: 18px;
      border-radius: 24px;
      background: linear-gradient(145deg, rgba(240,90,0,.2), rgba(141,91,255,.18)), #151515;
      border: 1px solid var(--border);
      position: relative;
      overflow: hidden;
    }
    .insta-tile::after {
      content: "View Post";
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      background: rgba(240,90,0,.78);
      font-weight: 900;
      text-transform: uppercase;
      transform: translateY(100%);
      transition: transform .25s ease;
    }
    .insta-tile:hover::after { transform: translateY(0); }
    .insta-tile span { font-size: 50px; }
    .review-card { padding: 28px; }
    .stars { color: #FFC247; letter-spacing: 3px; margin-bottom: 14px; }

    .cta-banner .container {
      padding: 58px;
      border: 1px solid var(--border);
      border-radius: 28px;
      background:
        radial-gradient(circle at 20% 10%, rgba(240,90,0,.5), transparent 30%),
        radial-gradient(circle at 82% 40%, rgba(141,91,255,.42), transparent 30%),
        linear-gradient(135deg, #171717, #090909);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }
    .cta-banner h2 { margin: 0; font-family: var(--display); font-size: clamp(54px, 7vw, 104px); line-height: .9; }
    .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

    .shop-header, .page-hero {
      background: radial-gradient(circle at 20% 10%, rgba(240,90,0,.25), transparent 34%), #090909;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .filter-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 30px 0 36px;
    }
    .filter-btn {
      border: 1px solid var(--border);
      border-radius: 999px;
      background: var(--card);
      color: var(--white);
      padding: 11px 18px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .filter-btn.active { background: var(--orange); border-color: var(--orange); }

    .product-detail-grid {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 54px;
      align-items: center;
    }
    .detail-art {
      position: relative;
      min-height: 620px;
      display: grid;
      place-items: center;
      border: 1px solid var(--border);
      border-radius: 28px;
      background: radial-gradient(circle, rgba(240,90,0,.28), transparent 42%), linear-gradient(145deg, #180b05, #101010);
      overflow: hidden;
    }
    .makhana {
      position: absolute;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #fff1d3;
      opacity: .78;
      animation: drift 7s ease-in-out infinite;
    }
    @keyframes drift { 0%,100% { transform: translate(0,0); } 50% { transform: translate(24px,-42px); } }
    .breadcrumb { color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
    .detail-title { font-family: var(--display); font-size: clamp(62px, 9vw, 124px); line-height: .86; margin: 16px 0; }
    .pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
    .pill {
      border: 1px solid var(--border);
      border-radius: 999px;
      padding: 10px 13px;
      background: rgba(255,255,255,.04);
      color: rgba(255,255,255,.78);
      font-weight: 800;
    }
    .buy-row { display: grid; grid-template-columns: 130px 1fr; gap: 12px; margin-top: 24px; }
    .qty {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid var(--border);
      border-radius: 999px;
      padding: 8px;
      background: var(--card);
    }
    .qty button {
      width: 34px;
      height: 34px;
      border: 0;
      border-radius: 50%;
      background: rgba(255,255,255,.08);
      color: var(--white);
      font-weight: 900;
    }
    .tabs { margin-top: 48px; }
    .tab-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
    .tab-button {
      border: 1px solid var(--border);
      border-radius: 999px;
      background: var(--card);
      color: var(--white);
      padding: 11px 18px;
      font-weight: 800;
    }
    .tab-button.active { background: var(--orange); border-color: var(--orange); }
    .tab-panel { display: none; padding: 24px; border-radius: 24px; border: 1px solid var(--border); background: var(--card); color: var(--muted-strong); line-height: 1.7; }
    .tab-panel.active { display: block; }
    table { width: 100%; border-collapse: collapse; }
    th, td { padding: 14px; text-align: left; border-bottom: 1px solid var(--border); }
    th { color: var(--white); font-family: var(--condensed); font-size: 22px; text-transform: uppercase; }

    .checkout-grid {
      display: grid;
      grid-template-columns: 1.25fr .75fr;
      gap: 34px;
      align-items: start;
    }
    .form-card, .summary-card {
      padding: 28px;
      border-radius: 26px;
      border: 1px solid var(--border);
      background: var(--card);
    }
    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    .field label {
      display: block;
      margin-bottom: 8px;
      color: rgba(255,255,255,.75);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .06em;
      font-size: 12px;
    }
    .field input, .field textarea, .field select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 16px;
      background: #0f0f0f;
      color: var(--white);
      padding: 15px 16px;
      outline: none;
    }
    .field.full { grid-column: 1 / -1; }
    .payment-options { display: grid; gap: 12px; margin: 24px 0; }
    .radio-card {
      display: flex;
      gap: 12px;
      align-items: center;
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 16px;
      background: #101010;
      color: rgba(255,255,255,.8);
      font-weight: 800;
    }
    .summary-line {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding: 14px 0;
      border-bottom: 1px solid var(--border);
      color: rgba(255,255,255,.72);
    }
    .summary-line.total { color: var(--white); font-size: 24px; font-weight: 900; border-bottom: 0; }
    .trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; color: var(--muted); }

    .about-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 50px;
      align-items: start;
    }
    .founder-card {
      min-height: 420px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 34px;
      background: radial-gradient(circle at 50% 30%, rgba(240,90,0,.22), transparent 36%), var(--card);
      border: 1px solid var(--border);
      border-radius: 28px;
    }
    .founder-avatar { font-size: 92px; }
    .certificate {
      padding: 34px;
      border: 1px dashed rgba(240,90,0,.5);
      border-radius: 26px;
      background: rgba(240,90,0,.06);
    }

    .site-footer {
      padding: 70px 0 28px;
      background: #070707;
      border-top: 1px solid var(--border);
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.35fr repeat(3, 1fr);
      gap: 36px;
    }
    .footer-grid h3 {
      margin: 0 0 16px;
      font-family: var(--condensed);
      font-size: 25px;
      text-transform: uppercase;
    }
    .footer-grid p, .footer-grid a { color: var(--muted); line-height: 1.7; }
    .footer-links { display: grid; gap: 8px; }
    .badges { display: flex; flex-wrap: wrap; gap: 8px; }
    .badge {
      padding: 8px 10px;
      border-radius: 999px;
      background: var(--card);
      border: 1px solid var(--border);
      color: rgba(255,255,255,.7);
      font-weight: 800;
    }
    .footer-bottom {
      margin-top: 44px;
      padding-top: 22px;
      border-top: 1px solid var(--border);
      display: flex;
      justify-content: space-between;
      gap: 20px;
      color: var(--muted);
    }

    .cart-drawer {
      position: fixed;
      z-index: 950;
      top: 0;
      right: 0;
      width: min(430px, 100%);
      height: 100vh;
      display: flex;
      flex-direction: column;
      background: #0d0d0d;
      border-left: 1px solid var(--border);
      transform: translateX(100%);
      transition: transform .3s ease;
      box-shadow: -28px 0 70px rgba(0,0,0,.5);
    }
    .cart-drawer.open { transform: translateX(0); }
    .cart-head, .cart-footer {
      padding: 20px;
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .cart-footer { border-top: 1px solid var(--border); border-bottom: 0; display: grid; gap: 14px; }
    .cart-items { flex: 1; overflow: auto; padding: 20px; display: grid; align-content: start; gap: 14px; }
    .cart-item {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      padding: 14px;
      border: 1px solid var(--border);
      border-radius: 18px;
      background: var(--card);
    }
    .cart-item h4 { margin: 0 0 5px; }
    .cart-item p { margin: 0; color: var(--muted); }
    .cart-qty { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
    .cart-qty button, .close-cart {
      width: 34px;
      height: 34px;
      border: 1px solid var(--border);
      border-radius: 50%;
      background: rgba(255,255,255,.04);
      color: var(--white);
      font-weight: 900;
    }
    .cart-overlay {
      position: fixed;
      inset: 0;
      z-index: 940;
      background: rgba(0,0,0,.58);
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
    }
    .cart-overlay.open { opacity: 1; pointer-events: auto; }
    .toast {
      position: fixed;
      z-index: 980;
      left: 50%;
      bottom: 26px;
      transform: translate(-50%, 120px);
      padding: 14px 18px;
      border-radius: 999px;
      border: 1px solid rgba(240,90,0,.55);
      background: #111;
      color: var(--white);
      font-weight: 800;
      box-shadow: 0 18px 44px rgba(0,0,0,.4);
      transition: transform .25s ease;
    }
    .toast.show { transform: translate(-50%, 0); }
    .whatsapp-float {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 930;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #25D366;
      color: #07120b;
      font-size: 27px;
      font-weight: 900;
      box-shadow: 0 18px 48px rgba(37,211,102,.32);
    }

    .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

     /* Force hero section content always visible — no JS needed */
    .hero .reveal {
     opacity: 1 !important;
     transform: translateY(0) !important;
    }

    @media (max-width: 980px) {
      body { cursor: auto; }
      button { cursor: pointer; }
      section { padding: 60px 0; }
      .product-art { background: #ffffff; }
      .product-art img { background: #ffffff; object-fit: contain; padding: 20px; }
      .filter-bar { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; justify-content: flex-start; }
      .filter-btn { white-space: nowrap; flex-shrink: 0; }
      .product-detail-grid { grid-template-columns: 1fr; gap: 40px; }
      .detail-art { min-height: 300px; }
      .about-grid { grid-template-columns: 1fr; gap: 40px; }
      .nav-inner { display: flex; justify-content: space-between; align-items: center; }
      .logo, .custom-logo-link { margin-right: auto !important; flex-shrink: 0; }
      .nav-links {
        position: fixed;
        inset: 78px 0 auto 0;
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 26px;
        background: #0d0d0d;
        border-bottom: 1px solid var(--border);
      }
      .nav-links.open { display: flex; }
      .hamburger { display: grid; }
      .nav-actions .btn { display: none; }
      .hero-grid, .split, .product-detail-grid, .checkout-grid, .about-grid { grid-template-columns: 1fr; }
      .hero { min-height: auto; }
      .hero-stage { min-height: 500px; }
      .value-grid, .products-grid, .reviews-grid, .values-grid { grid-template-columns: 1fr 1fr; }
      .insta-grid { grid-template-columns: repeat(2, 1fr); }
      .cta-banner .container { display: grid; padding: 36px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 640px) {
      .container { width: min(calc(100% - 28px), var(--max)); }
      .wp-note { width: min(calc(100% - 28px), var(--max)); border-radius: 18px; font-size: 13px; }
      .logo { font-size: 28px; }
      .hero-stage { min-height: 420px; }
      .pack-stack { transform: scale(.78); transform-origin: center; }
      .value-grid, .products-grid, .reviews-grid, .values-grid, .stats-grid, .insta-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
      .buy-row { grid-template-columns: 1fr; }
      .footer-bottom { display: grid; }
      .cta-banner .container { padding: 28px; border-radius: 22px; }
    }


/* ── Block checkout styles removed — using classic shortcode checkout ── */
/* accent color kept for WP elements */
input[type=radio],
input[type=checkbox] { accent-color: #F05A00 !important; }
/* ── Instagram Feed — 3 posts, dark theme ── */
#sb_instagram .sbi_item:nth-child(n+4) {
  display: none !important;
}
#sb_instagram #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
}
#sb_instagram .sbi_header_outer {
  display: none !important;
}
#sb_instagram .sbi_load_btn_wrapper {
  display: none !important;
}
/* ════════════════════════════════════════
   CLASSIC CART & CHECKOUT — Dark Theme
════════════════════════════════════════ */

/* Cart table */
.woocommerce-cart table.cart,
.woocommerce table.shop_table {
  background: #141414 !important;
  border: 1px solid #2A2A2A !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
.woocommerce-cart table.cart th,
.woocommerce table.shop_table th {
  background: #1A1A1A !important;
  color: #fff !important;
  border-color: #2A2A2A !important;
  font-family: var(--condensed) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 16px !important;
  font-size: .8rem !important;
}
.woocommerce-cart table.cart td,
.woocommerce table.shop_table td {
  border-color: #2A2A2A !important;
  color: #fff !important;
  padding: 16px !important;
  vertical-align: middle !important;
}
.woocommerce-cart table.cart .product-name a {
  color: #fff !important;
  font-weight: 700 !important;
}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
  color: #fff !important;
  font-family: var(--condensed) !important;
  font-size: 1.2rem !important;
}
.woocommerce-cart table.cart a.remove {
  color: rgba(255,255,255,.3) !important;
}
.woocommerce-cart table.cart a.remove:hover {
  color: #FC8181 !important;
  background: transparent !important;
}
.woocommerce-cart table.cart .quantity input.qty {
  background: #1A1A1A !important;
  border: 1px solid #2A2A2A !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  text-align: center !important;
  font-weight: 800 !important;
  width: 60px !important;
}

/* Coupon + buttons */
.woocommerce-cart .coupon input.input-text {
  background: #141414 !important;
  border: 1.5px solid #2A2A2A !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 12px 16px !important;
}
.woocommerce-cart .coupon input.input-text::placeholder { color: rgba(255,255,255,.3) !important; }
.woocommerce-cart .coupon .button,
.woocommerce-cart .actions .button {
  background: #F05A00 !important;
border: 1.5px solid #F05A00 !important;
  color: #fff !important;
  border-radius: 100px !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  transition: border-color .2s !important;
}
.woocommerce-cart .coupon .button:hover,
.woocommerce-cart .actions .button:hover {
  border-color: #F05A00 !important;
  color: #F05A00 !important;
  background: transparent !important;
}

/* Cart totals box */
.woocommerce .cart_totals {
  background: #141414 !important;
  border: 1px solid #2A2A2A !important;
  border-radius: 16px !important;
  padding: 28px !important;
}
.woocommerce .cart_totals h2 {
  font-family: var(--condensed) !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-bottom: 20px !important;
}
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
  border-color: #2A2A2A !important;
  color: #fff !important;
  padding: 14px 0 !important;
}
.woocommerce .cart_totals .order-total th,
.woocommerce .cart_totals .order-total td {
  font-size: 1.1rem !important;
  font-weight: 800 !important;
}

/* Proceed to checkout */
.woocommerce .cart_totals .checkout-button {
  background: #F05A00 !important;
  color: #fff !important;
  border-radius: 100px !important;
  border: none !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 16px 32px !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
  font-size: 1rem !important;
  transition: background .2s, transform .2s !important;
}
.woocommerce .cart_totals .checkout-button:hover {
  background: #FF6B1A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(240,90,0,.4) !important;
}

/* Cross-sells — sf-cross-sells-wrap resets WooCommerce float context */
.sf-cross-sells-wrap {
  clear: both !important;
  width: 100% !important;
  float: none !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
  max-width: var(--max) !important;
  margin: 0 auto !important;
}
.woocommerce .cross-sells {
  width: 100% !important;
  margin: 0 0 60px !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}
.woocommerce .cross-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.woocommerce .cross-sells ul.products::before,
.woocommerce .cross-sells ul.products::after {
  display: none !important;
}
.woocommerce .cross-sells h2 {
  font-family: var(--condensed) !important;
  font-size: 2rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-bottom: 24px !important;
}

/* Cross-sell individual card */
.woocommerce .cross-sells ul.products li.product {
  background: #141414 !important;
  border: 1px solid #2A2A2A !important;
  border-radius: 16px !important;
  padding: 20px !important;
  transition: border-color .2s !important;
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;      /* override WooCommerce inline width */
  float: none !important;      /* kill WooCommerce float */
  clear: none !important;
  margin: 0 !important;
}
.woocommerce .cross-sells ul.products li.product:hover {
  border-color: rgba(240,90,0,.3) !important;
}

/* Product image — fixed height, contain */
.woocommerce .cross-sells ul.products li.product a img {
  width: 100% !important;
  height: 180px !important;
  object-fit: contain !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 12px !important;
  margin-bottom: 14px !important;
  display: block !important;
}

/* Title — condensed font, sensible size, not Bebas */
.woocommerce .cross-sells ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--condensed) !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 0 0 10px !important;
  line-height: 1.3 !important;
}

/* Price */
.woocommerce .cross-sells ul.products li.product .price {
  color: #F05A00 !important;
  font-family: var(--condensed) !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
  display: block !important;
}
.woocommerce .cross-sells ul.products li.product .price del {
  color: rgba(255,255,255,.35) !important;
  font-size: .95rem !important;
}
.woocommerce .cross-sells ul.products li.product .price ins {
  text-decoration: none !important;
}

/* Button — orange filled, full width */
.woocommerce .cross-sells ul.products li.product .button {
  background: #F05A00 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 100px !important;
  font-family: var(--condensed) !important;
  font-weight: 800 !important;
  font-size: .95rem !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  padding: 13px 20px !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
  margin-top: auto !important;
  transition: background .2s, transform .2s !important;
  cursor: pointer !important;
}
.woocommerce .cross-sells ul.products li.product .button:hover {
  background: #FF6B1A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(240,90,0,.4) !important;
}

/* Sale badge */
.woocommerce .cross-sells ul.products li.product .onsale {
  background: #F05A00 !important;
  border-radius: 100px !important;
  font-size: .7rem !important;
  font-weight: 800 !important;
}
/* Cross-sell card image fix */
.woocommerce .cross-sells ul.products li.product .product-art {
  height: 260px !important;
  min-height: 260px !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  margin-bottom: 18px !important;
  border: 1px solid rgba(255,255,255,.1) !important;
}
.woocommerce .cross-sells ul.products li.product .product-art a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
}
.woocommerce .cross-sells ul.products li.product .product-art img {
  width: 100% !important;
  height: 260px !important;
  object-fit: contain !important;
  background: #ffffff !important;
  padding: 20px !important;
  margin: 0 !important;
}

/* Cross-sell card title fix */
.woocommerce .cross-sells ul.products li.product h3 {
  font-family: var(--condensed) !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 8px 0 !important;
}

/* Shop page woo-product-card image — match home page */
.woo-product-card .product-art {
  min-height: 260px !important;
  height: 260px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  margin-bottom: 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}
.woo-product-card .product-art a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
}
.woo-product-card .product-art img {
  width: 100% !important;
  height: 260px !important;
  object-fit: contain !important;
  padding: 20px !important;
  background: #ffffff !important;
  margin: 0 !important;
}

/* Mobile — stack to 1 column */
@media (max-width: 600px) {
  .woocommerce .cross-sells ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* Classic checkout form */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout #order_review_heading {
  font-family: var(--condensed) !important;
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-bottom: 1px solid #2A2A2A !important;
  padding-bottom: 14px !important;
  margin-bottom: 20px !important;
}
.woocommerce-checkout form .form-row label {
  color: rgba(255,255,255,.55) !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
}
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout form .form-row textarea {
  background: #141414 !important;
  border: 1.5px solid #2A2A2A !important;
  border-radius: 12px !important;
  color: #fff !important;
  padding: 13px 16px !important;
  width: 100% !important;
}
.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row select:focus {
  border-color: #F05A00 !important;
  outline: none !important;
}
.woocommerce-checkout form .form-row input.input-text::placeholder { color: rgba(255,255,255,.25) !important; }
.woocommerce-checkout form .form-row .required { color: #F05A00 !important; }

/* Order review */
.woocommerce-checkout #order_review {
  background: #141414 !important;
  border: 1px solid #2A2A2A !important;
  border-radius: 16px !important;
  padding: 28px !important;
}
.woocommerce-checkout #order_review table th,
.woocommerce-checkout #order_review table td {
  border-color: #2A2A2A !important;
  color: #fff !important;
  padding: 12px 0 !important;
}
.woocommerce-checkout #order_review .order-total th,
.woocommerce-checkout #order_review .order-total td { font-weight: 800 !important; font-size: 1.1rem !important; }

/* Payment methods */
#payment { background: transparent !important; }
#payment ul.payment_methods { border: none !important; background: transparent !important; padding: 0 !important; }
#payment ul.payment_methods li {
  background: #141414 !important;
  border: 1.5px solid #2A2A2A !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  margin-bottom: 10px !important;
  list-style: none !important;
}
#payment ul.payment_methods li label { color: #fff !important; font-weight: 700 !important; cursor: pointer !important; }
#payment .payment_box { background: rgba(255,255,255,.03) !important; border-radius: 8px !important; padding: 14px !important; margin-top: 10px !important; color: rgba(255,255,255,.5) !important; font-size: .85rem !important; }

/* Razorpay as styled button */
#payment ul.payment_methods li:has(input[value="razorpay"]) label {
  background: #2563EB !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 700 !important;
  font-size: .85rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Place order */
#payment #place_order {
  background: #F05A00 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 16px 32px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background .2s, transform .2s !important;
}
#payment #place_order:hover {
  background: #FF6B1A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(240,90,0,.4) !important;
}

/* WooCommerce notices */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: #141414 !important;
  border-top: 3px solid #F05A00 !important;
  border-radius: 12px !important;
  color: #fff !important;
  list-style: none !important;
  padding: 16px 20px !important;
}
.woocommerce-error { border-top-color: #DC2626 !important; }

/* Shipping info */
.woocommerce-shipping-destination { color: rgba(255,255,255,.5) !important; font-size: .82rem !important; }
/* Cart updated notice — info style */
.woocommerce-message {
  border-top-color: #F05A00 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

/* Hide the cart icon in notice */
.woocommerce-message::before {
  display: none !important;
}

/* Remove button inside notice */
.woocommerce-message .button {
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,.2) !important;
  color: rgba(255,255,255,.6) !important;
  border-radius: 100px !important;
  padding: 6px 16px !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  margin-left: auto !important;
}
/* Coupon toggle link on checkout */
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: #141414 !important;
  border-top-color: #F05A00 !important;
  border-radius: 12px !important;
  color: rgba(255,255,255,.6) !important;
  padding: 14px 20px !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #F05A00 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #FF6B1A !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none !important;
}