/* ============================================
   bulk.css
   Extracted from bulk.html
   Paste into Flatsome > Theme Options > Custom CSS
   (or into the per-page Custom CSS panel)
   ============================================ */

:root { --promo-h: 48px; }
  @media (max-width: 480px) { :root { --promo-h: 44px; } }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
  body { font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif; background: #fcfaf4; color: #1a1a1a; line-height: 1.5; }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }
  button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

  .promo-bar {
    background: #1a1a1a;
    color: #ff6b35;
    padding: 12px 0;
    font-size: 14px; font-weight: 600;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .promo-track { display: flex; gap: 48px; animation: scroll 24s linear infinite; white-space: nowrap; width: max-content; }
  .promo-track span { display: inline-flex; align-items: center; gap: 12px; }
  /* Wholesale link inside the scrolling marquee — match span layout */
  .promo-track a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
  }
  .promo-track a > .promo-highlight {
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
  /* Canonical wholesale link in promo bar — styled as orange pill */
  .promo-track .promo-wholesale {
    background: #ff6b35;
    color: #1a1a1a;
  }


  .promo-track .promo-highlight { background: #ff6b35; color: #1a1a1a; padding: 4px 14px; border-radius: 980px; font-weight: 800; letter-spacing: 0.02em; }
  .promo-track .promo-highlight iconify-icon { color: #1a1a1a; }
  .promo-track iconify-icon { color: #1f5d3f; }
  @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

  header { position: sticky; top: var(--promo-h, 48px); z-index: 9998; background: #fcfaf4; border-bottom: 3px solid #1a1a1a; }
  .nav-inner { max-width: 1400px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; }
  .logo { display: inline-flex; align-items: center; background: #1f5d3f; color: #fcfaf4; padding: 8px 22px; clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%); line-height: 1; transition: background 0.2s; }
  .logo:hover { background: #ff6b35; }
  .logo-stack { display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 1; }
  .logo-tag { font-size: 9px; font-weight: 700; letter-spacing: 0.18em; opacity: 0.85; margin: 1px 0; }
  .logo-name { font-size: 19px; font-weight: 900; font-style: italic; letter-spacing: -0.01em; margin: 1px 0; }
  .nav-links {
    display: flex; gap: 14px; list-style: none;
  }
  .nav-links a {
    font-size: 14px; font-weight: 700;
    color: #1a1a1a;
    padding: 6px 10px;
    border-radius: 980px;
    transition: background 0.2s;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 4px;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
  }
  /* Narrower laptops: drop min-width so 6 items fit comfortably with sidebar icons */
  @media (max-width: 1200px) {
    .nav-links { gap: 8px; }
    .nav-links a { min-width: 0; padding: 6px 10px; }
  }
  .nav-links a:hover { background: #ff6b35; }
  .nav-icons { display: flex; gap: 14px; align-items: center; }
  .nav-icons iconify-icon { font-size: 22px; color: #1a1a1a; cursor: pointer; }
  .cart-btn { background: #1a1a1a; color: #fcfaf4; padding: 10px 16px; border-radius: 980px; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
  .cart-btn:hover { background: #ff6b35; }
  .cart-btn iconify-icon { color: #fcfaf4; font-size: 18px; }
  .cart-count { background: #ff6b35; color: #1a1a1a; font-size: 11px; font-weight: 700; min-width: 22px; height: 22px; border-radius: 11px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; }

  /* ============== CONTACT PAGE ============== */

  /* Hero */
  .contact-hero {
    padding: 14px 32px 10px;
    background: #ede4d3;
    border-bottom: 3px solid #1a1a1a;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .contact-hero::before {
    content: "HI · HEY · WHATS UP · YO · HEY · HI · HEY · WHATS UP · YO · HEY · HI · ";
    position: absolute;
    bottom: 16px; left: 0; right: 0;
    font-size: 14px; font-weight: 900;
    color: rgba(255, 107, 53, 0.12);
    letter-spacing: 0.3em;
    white-space: nowrap; overflow: hidden;
  }
  .contact-hero-inner {
    max-width: 800px; margin: 0 auto;
    position: relative; z-index: 2;
  }
  .breadcrumb {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 600; color: #6b6b6b;
    margin-bottom: 20px;
    text-transform: uppercase; letter-spacing: 0.05em;
  }
  .breadcrumb a:hover { color: #ff6b35; }
  .breadcrumb iconify-icon { font-size: 10px; }
  .hero-eyebrow {
    display: inline-block;
    padding: 8px 16px;
    background: #1a1a1a; color: #ff6b35;
    border-radius: 980px;
    font-size: 12px; font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    transform: rotate(-1deg);
  }
  .contact-hero h1 {
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.9;
    margin-bottom: 20px;
  }
  .contact-hero h1 .accent {
    background: linear-gradient(135deg, #1f5d3f 0%, #ff6b35 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .contact-hero p {
    font-size: 19px;
    color: #444;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.55;
  }

  /* ============== CONTACT METHODS GRID ============== */
  .methods-section {
    max-width: 900px; margin: 0 auto;
    padding: 56px 32px 0;
  }
  .methods-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .method-card {
    background: #fff;
    border: 3px solid #1a1a1a;
    border-radius: 24px;
    padding: 32px 28px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex; flex-direction: column;
  }
  .method-card:hover {
    transform: translate(-4px, -4px);
    box-shadow: 8px 8px 0 #1a1a1a;
  }
  .method-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1f5d3f, #ff6b35);
    color: #fcfaf4;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 28px;
    margin: 0 auto 18px;
    transform: rotate(-3deg);
    border: 3px solid #1a1a1a;
  }
  .method-card h3 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
  }
  .method-card .sub {
    font-size: 13px;
    color: #6b6b6b;
    margin-bottom: 14px;
    line-height: 1.55;
    flex: 1;
  }
  .method-link {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    background: #1a1a1a;
    color: #ff6b35;
    border-radius: 980px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    transition: background 0.2s, color 0.2s;
  }
  .method-link:hover { background: #ff6b35; color: #1a1a1a; }
  .method-tag {
    margin-top: 12px;
    font-size: 11px;
    color: #1f5d3f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex; align-items: center; gap: 4px;
    justify-content: center;
  }
  .method-tag iconify-icon { font-size: 12px; }

  /* ============== FORM + INFO LAYOUT ============== */
  .form-layout {
    max-width: 1100px; margin: 0 auto;
    padding: 14px 32px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 48px;
    align-items: start;
  }

  /* Form card */
  .form-card {
    background: #fff;
    border: 3px solid #1a1a1a;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 10px 10px 0 #ff6b35;
  }
  .form-card .eyebrow {
    display: inline-block;
    padding: 5px 12px;
    background: #1a1a1a;
    color: #ff6b35;
    border-radius: 980px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    transform: rotate(-1deg);
  }
  .form-card h2 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 10px;
  }
  .form-card h2 .accent {
    background: linear-gradient(135deg, #1f5d3f 0%, #ff6b35 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .form-card .lede {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.55;
    margin-bottom: 28px;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
  }
  .form-row.single { grid-template-columns: 1fr; }
  .field { display: flex; flex-direction: column; }
  .field label {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
  }
  .field input,
  .field select,
  .field textarea {
    background: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    font-family: inherit;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    resize: vertical;
  }
  .field input:focus,
  .field select:focus,
  .field textarea:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
  }
  .field select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 42px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%231a1a1a' d='M8 12L2 6h12z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    cursor: pointer;
  }
  .field textarea {
    min-height: 140px;
    line-height: 1.5;
  }
  .submit-btn {
    width: 100%;
    padding: 18px;
    background: #1f5d3f;
    color: #fcfaf4;
    border: 2px solid #1a1a1a;
    border-radius: 14px;
    font-size: 15px; font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    box-shadow: 5px 5px 0 #1a1a1a;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    margin-top: 8px;
  }
  .submit-btn:hover {
    background: #2a7a52;
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 #1a1a1a;
  }
  .form-success {
    display: none;
    text-align: center;
    padding: 60px 24px;
  }
  .form-success.shown { display: block; }
  .form-success iconify-icon {
    font-size: 64px;
    color: #1f5d3f;
    margin-bottom: 16px;
  }
  .form-success h3 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
  }
  .form-success p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
  }

  /* Info sidebar */
  .info-stack {
    display: flex; flex-direction: column; gap: 16px;
  }
  .info-card {
    background: #fff;
    border: 3px solid #1a1a1a;
    border-radius: 20px;
    padding: 24px;
  }
  .info-card.dark {
    background: #1a1a1a;
    color: #fcfaf4;
  }
  .info-card h4 {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
    display: flex; align-items: center; gap: 10px;
  }
  .info-card h4 iconify-icon {
    color: #ff6b35;
    font-size: 22px;
  }
  .info-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #444;
    margin-bottom: 10px;
  }
  .info-card.dark p { color: rgba(255, 248, 240, 0.75); }
  .info-card p:last-child { margin-bottom: 0; }
  .info-card a { color: #ff6b35; font-weight: 700; text-decoration: underline; }

  /* Hours table */
  .hours-row {
    display: flex; justify-content: space-between;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px dashed #e0d8c8;
  }
  .info-card.dark .hours-row {
    border-bottom-color: rgba(255, 248, 240, 0.15);
  }
  .hours-row:last-child { border-bottom: none; }
  .hours-row .day {
    font-weight: 700;
    color: #1a1a1a;
  }
  .info-card.dark .hours-row .day { color: #fcfaf4; }
  .hours-row .time {
    color: #555;
    font-weight: 500;
  }
  .info-card.dark .hours-row .time { color: rgba(255, 248, 240, 0.7); }
  .hours-row .time.closed {
    color: #c93838;
    font-weight: 700;
  }

  /* ============== CTA STRIP ============== */
  .cta-strip {
    padding: 14px 32px;
    background: #1a1a1a;
    color: #fcfaf4;
    border-top: 3px solid #1a1a1a;
    text-align: center;
  }
  .cta-strip-inner { max-width: 700px; margin: 0 auto; }
  .cta-strip h2 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 16px;
  }
  .cta-strip h2 .accent {
    background: linear-gradient(135deg, #1f5d3f 0%, #ff6b35 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .cta-strip p {
    font-size: 16px;
    color: rgba(255, 248, 240, 0.7);
    margin-bottom: 28px;
    line-height: 1.55;
  }
  .cta-strip a {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 28px;
    background: #1f5d3f;
    color: #fcfaf4;
    border: 2px solid #fcfaf4;
    border-radius: 980px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 5px 5px 0 #ff6b35;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .cta-strip a:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 #fcfaf4;
  }

  footer { background: #1a1a1a; color: rgba(255, 248, 240, 0.7); padding: 14px 32px 8px; font-size: 14px; }
  .footer-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 64px; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 248, 240, 0.1); }
  .footer-brand .logo { margin-bottom: 20px; }
  .footer-brand p { margin: 20px 0 24px; line-height: 1.6; max-width: 320px; }
  .footer-socials { display: flex; gap: 10px; }
  .footer-socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 248, 240, 0.1); display: flex; align-items: center; justify-content: center; color: #ff6b35; font-size: 18px; }
  .footer-socials a:hover { background: #ff6b35; color: #1a1a1a; }
  .footer-col h5 { font-size: 13px; font-weight: 800; color: #ff6b35; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.08em; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 10px; }
  .footer-col a:hover { color: #fcfaf4; }
  .footer-bottom { max-width: 1400px; margin: 18px auto 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 13px; }
  .footer-bottom-links { display: flex; gap: 24px; }

  
  @media (max-width: 820px) { .nav-links { display: none; } }
@media (max-width: 1024px) {
    
    .methods-grid { grid-template-columns: 1fr; }
    .form-layout { grid-template-columns: 1fr; gap: 32px; padding: 56px 22px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  }
  @media (max-width: 640px) {
    .nav-icons iconify-icon:not(.cart-btn iconify-icon) { display: none; }
    .contact-hero { padding: 48px 22px 32px; }
    .methods-section { padding: 40px 22px 0; }
    .form-card { padding: 28px 22px; }
    .form-row { grid-template-columns: 1fr; }
    .cta-strip { padding: 60px 22px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  }

  /* ============== UNIFIED DROPDOWN NAV ============== */
  .nav-item { position: relative; }
  .nav-trigger { display: inline-flex; align-items: center; gap: 4px; }
  .nav-trigger .nav-caret {
    font-size: 11px;
    transition: transform 0.2s;
  }
  .nav-item.has-dropdown:hover .nav-trigger .nav-caret { transform: rotate(180deg); }
  .nav-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    width: 320px;
    background: #fff;
    border: 3px solid #1a1a1a;
    border-radius: 20px;
    box-shadow: 6px 6px 0 #1a1a1a;
    padding: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 9999;
  }
  .nav-dropdown::before {
    content: "";
    position: absolute;
    top: -17px; left: 0; right: 0;
    height: 17px;
  }
  .nav-dropdown::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%; transform: translateX(-50%) rotate(45deg);
    width: 14px; height: 14px;
    background: #fff;
    border-top: 3px solid #1a1a1a;
    border-left: 3px solid #1a1a1a;
  }
  .nav-dropdown-narrow { width: 300px; }
  .nav-item.has-dropdown:hover .nav-dropdown,
  .nav-item.has-dropdown:focus-within .nav-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .dd-item {
    display: flex !important; align-items: center; gap: 12px;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    transition: background 0.15s !important;
    text-decoration: none;
  }
  .dd-item:hover { background: rgba(255, 107, 53, 0.08) !important; }
  .dd-item > iconify-icon {
    font-size: 22px;
    color: #1a1a1a;
    flex-shrink: 0;
    width: 32px;
    text-align: center;
  }
  .dd-item.dd-item-all > iconify-icon,
  .dd-item.dd-item-highlight > iconify-icon { color: #ff6b35; }
  .dd-item > div { flex: 1; min-width: 0; }
  .dd-title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 2px;
    display: flex; align-items: center; gap: 8px;
  }
  .dd-sub {
    font-size: 12px;
    font-weight: 500;
    color: #6b6b6b;
    line-height: 1.3;
  }
  /* Hide subtitles inside dropdown items (cleaner, title-only look) */
  .nav-dropdown .dd-sub { display: none; }
  .nav-dropdown .dd-title { margin-bottom: 0; }
  .dd-tag {
    display: inline-block;
    padding: 2px 8px;
    background: #ff6b35;
    color: #1a1a1a;
    border-radius: 980px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .dd-divider {
    height: 1px;
    background: #f0e8d8;
    margin: 6px 8px;
  }
  .dd-item-highlight { background: rgba(255, 107, 53, 0.06) !important; }
  .dd-item-highlight:hover { background: rgba(255, 107, 53, 0.12) !important; }

  /* ============== WHOLESALE PAGE ============== */
  .wholesale-hero {
    padding: 24px 32px 20px;
    background: #1f5d3f;
    border-bottom: 3px solid #1a1a1a;
    text-align: center;
    color: #fcfaf4;
    position: relative;
    overflow: hidden;
  }
  .wholesale-hero::before {
    content: "BULK · VOLUME · BULK · VOLUME · BULK · VOLUME · BULK · VOLUME · BULK · ";
    position: absolute;
    bottom: 16px; left: 0; right: 0;
    font-size: 14px; font-weight: 900;
    color: rgba(255, 248, 240, 0.12);
    letter-spacing: 0.3em;
    white-space: nowrap; overflow: hidden;
  }
  .wholesale-hero-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
  .wholesale-hero .hero-eyebrow { background: #ff6b35; color: #1a1a1a; }
  .wholesale-hero h1 {
    font-size: clamp(48px, 8vw, 96px); font-weight: 900; font-style: italic;
    letter-spacing: -0.04em; line-height: 0.92; margin: 8px 0 24px;
  }
  .wholesale-hero h1 .accent { color: #ff6b35; }
  .wholesale-hero p.lede {
    font-size: clamp(16px, 1.8vw, 19px); max-width: 620px; margin: 0 auto;
    color: rgba(255, 248, 240, 0.85);
  }

  /* Pillars */
  .wholesale-pillars { padding: 12px 32px; background: #fcfaf4; }
  .pillars-inner { max-width: 1200px; margin: 0 auto; }
  .pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .pillar-card {
    background: #ede4d3; border: 3px solid #1a1a1a; border-radius: 20px;
    padding: 28px; display: flex; flex-direction: column; gap: 14px;
  }
  .pillar-icon-wrap {
    width: 56px; height: 56px; border-radius: 14px;
    background: #1a1a1a; color: #ff6b35;
    display: inline-flex; align-items: center; justify-content: center;
  }
  .pillar-icon-wrap iconify-icon { font-size: 28px; }
  .pillar-card h3 { font-size: 22px; font-weight: 900; letter-spacing: -0.02em; }
  .pillar-card p { font-size: 14px; color: #555; line-height: 1.55; }
  @media (max-width: 900px) {
    /* Keep 3 pillars on one row on mobile, just shrink the cards */
    .wholesale-pillars { padding: 32px 12px; }
    .pillars-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
    .pillar-card { padding: 12px 10px; border-radius: 14px; border-width: 2px; gap: 8px; }
    .pillar-icon-wrap { width: 36px; height: 36px; border-radius: 10px; }
    .pillar-icon-wrap iconify-icon { font-size: 18px; }
    .pillar-card h3 { font-size: 13px; }
    .pillar-card p { font-size: 11px; line-height: 1.35; }
  }

  /* Pricing tiers */
  .wholesale-tiers { padding: 12px 32px; background: #ede4d3; border-top: 3px solid #1a1a1a; border-bottom: 3px solid #1a1a1a; }
  .tiers-inner { max-width: 1200px; margin: 0 auto; }
  .tiers-head { text-align: center; margin-bottom: 40px; }
  .tiers-head h2 { font-size: clamp(36px, 5vw, 56px); font-weight: 900; font-style: italic; letter-spacing: -0.03em; line-height: 1; }
  .tiers-head h2 .accent { color: #ff6b35; }
  .tiers-head p { margin-top: 16px; font-size: 16px; color: #555; max-width: 640px; margin-left: auto; margin-right: auto; }
  .tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
  .tier-card {
    background: #fcfaf4; border: 3px solid #1a1a1a; border-radius: 20px;
    padding: 28px 20px; display: flex; flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .tier-card:hover { transform: translateY(-4px); box-shadow: 8px 8px 0 #1a1a1a; }
  .tier-card.featured { background: #1a1a1a; color: #fcfaf4; }
  .tier-card.featured .tier-name { color: #ff6b35; }
  .tier-card.featured .tier-discount { color: #fcfaf4; }
  .tier-card.featured .tier-detail { color: rgba(255, 248, 240, 0.75); }
  .tier-card.featured .tier-li iconify-icon { color: #ff6b35; }
  .tier-badge {
    display: inline-block; align-self: flex-start;
    background: #ff6b35; color: #1a1a1a;
    padding: 4px 12px; border-radius: 980px;
    font-size: 10px; font-weight: 800; letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  .tier-name {
    font-size: 14px; font-weight: 800; letter-spacing: 0.08em;
    text-transform: uppercase; color: #6b6b6b; margin-bottom: 4px;
  }
  .tier-discount {
    font-size: 52px; font-weight: 900; font-style: italic;
    letter-spacing: -0.04em; line-height: 1; color: #1a1a1a;
    margin-bottom: 8px;
  }
  .tier-discount sup { font-size: 22px; font-weight: 800; vertical-align: super; margin-left: 4px; }
  .tier-detail { font-size: 13px; color: #555; margin-bottom: 10px; }
  .tier-min {
    font-size: 13px; font-weight: 700; color: #1f5d3f;
    margin-bottom: 10px;
    padding: 8px 12px; background: rgba(31, 93, 63, 0.1); border-radius: 8px;
    display: inline-block;
  }
  .tier-card.featured .tier-min { background: rgba(255, 107, 53, 0.2); color: #ff6b35; }
  .tier-ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
  .tier-li { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; line-height: 1.45; }
  .tier-li iconify-icon { color: #1f5d3f; font-size: 16px; flex-shrink: 0; margin-top: 1px; }
  @media (max-width: 960px) { .tiers-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; max-width: 100%; } .tiers-grid .tier-card { padding: 12px; min-width: 0; } .tiers-grid .tier-name { font-size: 13px; } .tiers-grid .tier-discount { font-size: 32px; } .tiers-grid .tier-detail { font-size: 10px; } .tiers-grid .tier-min { font-size: 10px; } .tiers-grid .tier-ul { display: none; } .tiers-grid .tier-badge { font-size: 9px; padding: 2px 6px; } }

  /* What we do / dont do */
  .wholesale-promise { padding: 12px 32px; background: #fcfaf4; }
  .promise-inner { max-width: 1100px; margin: 0 auto; }
  .promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .promise-col {
    border: 3px solid #1a1a1a; border-radius: 20px;
    padding: 32px; background: #ede4d3;
  }
  .promise-col.no { background: #fcfaf4; }
  .promise-col h3 { font-size: 22px; font-weight: 900; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
  .promise-col h3 iconify-icon { font-size: 28px; }
  .promise-col.yes h3 iconify-icon { color: #1f5d3f; }
  .promise-col.no h3 iconify-icon { color: #c43a2e; }
  .promise-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .promise-col li { font-size: 15px; line-height: 1.55; padding-left: 22px; position: relative; }
  .promise-col.yes li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #1f5d3f; font-weight: 900; }
  .promise-col.no li::before { content: "✕"; position: absolute; left: 0; top: 0; color: #c43a2e; font-weight: 900; }
  @media (max-width: 800px) { .promise-grid { grid-template-columns: 1fr; } }

  /* Apply form */
  .wholesale-apply { padding: 24px 32px 32px; background: #ede4d3; border-top: 3px solid #1a1a1a; }
  .apply-inner { max-width: 760px; margin: 0 auto; }
  .apply-head { text-align: center; margin-bottom: 10px; }
  .apply-head h2 { font-size: clamp(36px, 5vw, 56px); font-weight: 900; font-style: italic; letter-spacing: -0.03em; line-height: 1; }
  .apply-head h2 .accent { color: #ff6b35; }
  .apply-head p { margin-top: 14px; font-size: 16px; color: #555; }
  .apply-form {
    background: #fcfaf4; border: 3px solid #1a1a1a; border-radius: 24px;
    padding: 36px;
  }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 10px; }
  .form-row.single { grid-template-columns: 1fr; }
  .field label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #1a1a1a; margin-bottom: 6px; }
  .field input, .field select, .field textarea {
    width: 100%; padding: 12px 14px; font-size: 14px;
    border: 2px solid #1a1a1a; border-radius: 12px; background: #fcfaf4;
    font-family: inherit;
  }
  .field textarea { resize: vertical; min-height: 100px; }
  .apply-submit {
    background: #ff6b35; color: #1a1a1a;
    padding: 16px 32px; border-radius: 980px;
    font-size: 15px; font-weight: 800; letter-spacing: 0.05em;
    text-transform: uppercase; cursor: pointer;
    display: inline-flex; align-items: center; gap: 10px;
    border: 3px solid #1a1a1a;
    transition: transform 0.15s;
  }
  .apply-submit:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 #1a1a1a; }
  .apply-form .form-note {
    margin-top: 10px; padding: 14px 16px;
    background: rgba(31, 93, 63, 0.08); border-radius: 12px;
    font-size: 13px; color: #444; line-height: 1.5;
  }
  @media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

  
  /* Telegram CTA card on wholesale */
  .tg-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px;
    background: linear-gradient(135deg, #229ED9 0%, #1a1a1a 100%);
    color: #fcfaf4;
    border: 3px solid #1a1a1a;
    border-radius: 20px;
    margin-bottom: 28px;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
  }
  .tg-card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 #1a1a1a; }
  .tg-card-icon {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(255, 248, 240, 0.15);
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .tg-card-icon iconify-icon { font-size: 44px; color: #fcfaf4; }
  .tg-card-body { flex: 1; }
  .tg-card-eyebrow {
    display: inline-block; padding: 4px 12px;
    background: #ff6b35; color: #1a1a1a;
    border-radius: 980px; font-size: 10px; font-weight: 800;
    letter-spacing: 0.1em; margin-bottom: 10px;
  }
  .tg-card-body h3 {
    font-size: 26px; font-weight: 900; letter-spacing: -0.02em;
    margin-bottom: 6px; line-height: 1.1;
  }
  .tg-card-body p {
    font-size: 14px; color: rgba(255, 248, 240, 0.85); line-height: 1.5;
  }
  .tg-card-cta {
    width: 56px; height: 56px;
    background: #ff6b35; color: #1a1a1a;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: transform 0.2s;
  }
  .tg-card:hover .tg-card-cta { transform: translateX(4px); }
  .tg-card-cta iconify-icon { font-size: 22px; }
  .apply-or {
    text-align: center; margin: 24px 0; position: relative;
  }
  .apply-or::before, .apply-or::after {
    content: ""; position: absolute; top: 50%;
    width: calc(50% - 80px); height: 1px;
    background: rgba(26, 26, 26, 0.2);
  }
  .apply-or::before { left: 0; }
  .apply-or::after { right: 0; }
  .apply-or span {
    display: inline-block; padding: 0 14px;
    background: #ede4d3;
    font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: #6b6b6b;
  }
  @media (max-width: 700px) {
    .tg-card { flex-direction: column; text-align: center; gap: 16px; padding: 24px; }
    .tg-card-cta { margin-top: 8px; }
  }

  
  /* =========== MOBILE HAMBURGER + DRAWER =========== */
  .mobile-nav-toggle {
    display: none;
    width: 44px; height: 44px;
    background: transparent;
    border: 2px solid #1a1a1a;
    border-radius: 12px;
    align-items: center; justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
  }
  .mobile-nav-toggle:hover { background: #1a1a1a; }
  .mobile-nav-toggle:hover .hamburger-line { background: #fcfaf4; }
  .hamburger-lines {
    width: 20px; height: 14px;
    position: relative;
    display: flex; flex-direction: column; justify-content: space-between;
  }
  .hamburger-line {
    width: 100%; height: 2.5px;
    background: #1a1a1a;
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.2s;
  }
  .mobile-nav-toggle.is-open .hamburger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .mobile-nav-toggle.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .mobile-nav-toggle.is-open .hamburger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .mobile-drawer-backdrop {
    display: none;
    position: fixed; inset: 0;
    background: rgba(26, 26, 26, 0.55);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.25s;
  }
  .mobile-drawer-backdrop.is-open {
    display: block;
    opacity: 1;
  }
  .mobile-drawer {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 88%; max-width: 380px;
    background: #fcfaf4;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
    display: flex; flex-direction: column;
    overflow-y: auto;
    box-shadow: -8px 0 32px rgba(0,0,0,0.18);
  }
  .mobile-drawer.is-open { transform: translateX(0); }
  .mobile-drawer-head {
    padding: 18px 22px;
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 2px solid #1a1a1a;
    background: #1a1a1a; color: #fcfaf4;
  }
  .mobile-drawer-head .drawer-logo {
    display: inline-flex; align-items: center;
    background: #1f5d3f; color: #fcfaf4;
    padding: 6px 18px;
    clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
    line-height: 1;
  }
  .mobile-drawer-head .drawer-logo-name {
    font-size: 16px; font-weight: 900; font-style: italic;
  }
  .mobile-drawer-close {
    width: 40px; height: 40px;
    background: transparent;
    border: 2px solid rgba(255, 248, 240, 0.4);
    border-radius: 10px;
    color: #fcfaf4;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer;
  }
  .mobile-drawer-close iconify-icon { font-size: 18px; }
  .mobile-drawer-section {
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    padding: 8px 0;
  }
  .md-section-label {
    padding: 14px 22px 6px;
    font-size: 11px; font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b6b6b;
  }
  .md-link {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 22px;
    min-height: 48px;
    color: #1a1a1a;
    font-size: 16px; font-weight: 700;
    text-decoration: none;
    transition: background 0.15s;
  }
  .md-link:active, .md-link:hover { background: #ede4d3; }
  .md-link iconify-icon {
    font-size: 22px; color: #1f5d3f;
    flex-shrink: 0;
  }
  .md-link.featured {
    background: #1f5d3f; color: #fcfaf4;
    margin: 6px 14px;
    border-radius: 14px;
    min-height: 56px;
  }
  .md-link.featured iconify-icon { color: #ff6b35; }
  .md-link.tg {
    background: linear-gradient(135deg, #229ED9 0%, #1a1a1a 100%);
    color: #fcfaf4;
    margin: 6px 14px;
    border-radius: 14px;
    min-height: 56px;
  }
  .md-link.tg iconify-icon { color: #fcfaf4; }
  .md-sub { font-size: 12px; color: rgba(255, 248, 240, 0.7); font-weight: 500; margin-top: 2px; display: block; }
  .md-link .md-link-text { line-height: 1.2; }
  .md-link .md-link-text small { font-size: 11px; color: #6b6b6b; font-weight: 500; display: block; margin-top: 2px; }
  .md-link.featured .md-link-text small,
  .md-link.tg .md-link-text small { color: rgba(255, 248, 240, 0.75); }
  .mobile-drawer-foot {
    margin-top: auto;
    padding: 22px;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  }
  .md-foot-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px;
    min-height: 50px;
    background: #1a1a1a; color: #fcfaf4;
    border-radius: 12px;
    font-size: 14px; font-weight: 700;
    text-decoration: none;
  }
  .md-foot-btn.primary { background: #ff6b35; color: #1a1a1a; }
  .md-foot-btn iconify-icon { font-size: 18px; }
  body.drawer-open { overflow: hidden; }
  @media (max-width: 820px) { .mobile-nav-toggle { display: inline-flex; } }

  
  /* =========== MOBILE TAP TARGETS (Apple/Google min 44x44) =========== */
  @media (max-width: 768px) {
    button:not(.hamburger-line):not(.mbb-qty button),
    .btn-primary, .btn-secondary,
    .quick-add, .bundle-cta, .vault-cta,
    .apply-submit, .add-btn,
    .nav-icons a, .md-foot-btn,
    .help-cta-btn {
      min-height: 44px;
    }
    /* Larger touch target on small icons */
    .nav-icons iconify-icon { padding: 8px; }
    /* Avoid iOS zoom on form-field focus by ensuring 16px font-size */
    input, select, textarea { font-size: 16px !important; }
  }

  
  /* === Responsive nav — keep horizontal links visible at half-screen widths === */
  /* Universal: prevent nav items from wrapping or shrinking weirdly */
  .nav-links a { white-space: nowrap; }
  .logo, .nav-icons { flex-shrink: 0; }
  .nav-links { flex-wrap: nowrap; min-width: 0; }

  /* Tier 1: medium screens (981-1200px) — slight compression */
  @media (max-width: 1200px) {
    .nav-links { gap: 16px; }
    .nav-links a { padding: 6px 11px; font-size: 13.5px; }
    .nav-inner { padding: 14px 24px; }
    .logo-name { font-size: 18px; }
    .nav-icons { gap: 12px; }
    .cart-btn { padding: 9px 14px; font-size: 13px; }
  }

  /* Tier 2: narrow desktops & half-screens (821-980px) — aggressive compression */
  @media (max-width: 980px) {
    .nav-inner { padding: 12px 18px; gap: 8px; }
    .nav-links { gap: 4px; }
    .nav-links a { padding: 5px 8px; font-size: 12.5px; }
    .nav-trigger .nav-caret { font-size: 10px; margin-left: 2px; }
    .logo { padding: 6px 14px; }
    .logo-name { font-size: 16px; }
    .logo-tag { font-size: 7.5px; letter-spacing: 0.14em; }
    .nav-icons { gap: 6px; }
    /* Cart button: icon + count only (hide "Bag" label) */
    .cart-btn { padding: 8px 12px; font-size: 0; gap: 6px; }
    .cart-btn iconify-icon { font-size: 18px; }
    .cart-count { font-size: 11px; min-width: 18px; height: 18px; padding: 0 4px; }
    /* Hide the search icon — rarely used, makes room */
    .nav-icons > iconify-icon:first-child { display: none; }
    /* Dropdown: align to right edge so it doesn't overflow on narrow screens */
    .nav-item.has-dropdown:last-of-type .nav-dropdown,
    .nav-item.has-dropdown:nth-last-of-type(2) .nav-dropdown {
      left: auto; right: 0; transform: translateY(-10px);
    }
    .nav-item.has-dropdown:last-of-type:hover .nav-dropdown,
    .nav-item.has-dropdown:nth-last-of-type(2):hover .nav-dropdown {
      transform: translateY(0);
    }
    .nav-item.has-dropdown:last-of-type .nav-dropdown::after,
    .nav-item.has-dropdown:nth-last-of-type(2) .nav-dropdown::after {
      left: auto; right: 26px; transform: rotate(45deg);
    }
  }

/* ============== SHOP DROPDOWN: 3-COLUMN MEGA-MENU (Category + Feel + More) ============== */
.nav-dropdown.nav-dropdown-mega {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 20px;
  min-width: 480px;
  padding: 18px;
  align-items: start;
  /* Override base .nav-dropdown centering — anchor to left of trigger so wide panel stays on-screen */
  left: 0;
  transform: translateX(0) translateY(-10px);
}
.nav-item.has-dropdown:hover .nav-dropdown.nav-dropdown-mega,
.nav-item.has-dropdown:focus-within .nav-dropdown.nav-dropdown-mega {
  transform: translateX(0) translateY(0);
}
.nav-dropdown.nav-dropdown-mega::after {
  /* Arrow tip aligned with Shop trigger center instead of dropdown center */
  left: 32px;
  transform: rotate(45deg);
}
.nav-dropdown.nav-dropdown-mega .dd-col {
  display: flex;
  flex-direction: column;
}
.nav-dropdown.nav-dropdown-mega .dd-col-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #6b6b6b;
  padding: 0 12px 8px;
  text-transform: uppercase;
  border-bottom: 1px dashed #d8d2c4;
  margin-bottom: 6px;
}
.nav-dropdown.nav-dropdown-mega .dd-item { padding: 8px 12px; }
.nav-dropdown.nav-dropdown-mega .dd-item .dd-title { font-size: 13px; }
.nav-dropdown.nav-dropdown-mega .dd-item .dd-sub { font-size: 11px; }

  /* ====================================================================
     Accessibility: respect prefers-reduced-motion (WCAG 2.3.3)
     ==================================================================== */
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
    .promo-track {
      animation: none !important;
      transform: translateX(0) !important;
    }
    .reveal {
      opacity: 1 !important;
      transform: none !important;
    }
  }


  /* === Logo image override (replaces .logo-stack text mark) === */
  .logo {
    background: transparent !important;
    padding: 0 !important;
    clip-path: none !important;
    color: inherit !important;
    transition: transform 0.2s;
  }
  .logo:hover { background: transparent !important; transform: translateY(-1px); }
  .logo-img {
    display: block;
    height: 52px;
    width: auto;
    max-width: 200px;
  }
  /* Footer logo: invert to light variant on dark background */
  .footer-brand .logo-img {
    filter: brightness(0) invert(1);
    opacity: 0.95;
  }
  @media (max-width: 768px) {
    .logo-img { height: 44px; max-width: 170px; }
  }
  @media (max-width: 480px) {
    .logo-img { height: 38px; max-width: 140px; }
  }


  /* ====================================================================
     MOBILE E-COMMERCE NORMALIZATION (standard phone patterns)
     ==================================================================== */

  /* ≤640px (phone) — 2-col product grids, tighter cards, compact hero */
  @media (max-width: 640px) {
    /* Product grids — 2 columns (standard e-comm on phone, NOT single col) */
    .products-grid {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 10px !important;
    }
    /* Product cards — compact, tighter */
    .product-card {
      border-radius: 14px !important;
      border-width: 2px !important;
    }
    .product-image {
      height: 130px !important;
    }
    .product-body {
      padding: 10px !important;
    }
    .product-category {
      font-size: 10px !important;
      margin-bottom: 2px !important;
    }
    .product-name {
      font-size: 13px !important;
      margin-bottom: 2px !important;
      line-height: 1.15 !important;
    }
    .product-meta {
      font-size: 10px !important;
      margin-bottom: 4px !important;
    }
    .product-meta > span {
      font-size: 10px !important;
    }
    .product-rating {
      font-size: 10px !important;
    }
    .product-price {
      font-size: 14px !important;
    }
    .quick-add,
    .related-card-add {
      font-size: 11px !important;
      padding: 5px 8px !important;
    }
    .product-footer {
      gap: 4px !important;
    }
    .product-badge {
      font-size: 9px !important;
      padding: 3px 7px !important;
      top: 6px !important;
      left: 6px !important;
    }
    .product-fav {
      top: 6px !important;
      right: 6px !important;
    }
    /* Section padding — tighter */
    section {
      padding: 32px 14px !important;
    }
    /* Page-hero — tighter */
    .page-hero,
    .contact-hero,
    .about-hero,
    .bundles-hero,
    .faq-hero,
    .reviews-hero,
    .rewards-hero,
    .category-hero,
    .post-hero,
    .blog-hero {
      padding: 28px 16px 16px !important;
    }
    /* Headlines slightly tighter on mobile but readable */
    .page-hero h1,
    .contact-hero h1,
    .about-hero h1,
    .bundles-hero h1,
    .faq-hero h1,
    .reviews-hero h1,
    .rewards-hero h1,
    .category-hero h1,
    .post-hero h1,
    .blog-hero h1 {
      font-size: clamp(28px, 9vw, 42px) !important;
    }
    /* Buttons — bigger tap targets, full-ish width */
    .btn-primary,
    .btn-secondary,
    .vault-cta,
    .hero-cta-primary,
    .welcome-cta {
      padding: 12px 18px !important;
      font-size: 14px !important;
    }
    /* Container padding */
    .container {
      padding-left: 14px !important;
      padding-right: 14px !important;
    }
  }

  /* ≤480px (small phone) — even tighter */
  @media (max-width: 480px) {
    .product-image { height: 110px !important; }
    .product-name { font-size: 12px !important; }
    .product-price { font-size: 13px !important; }
    section { padding: 28px 12px !important; }
  }

  /* ≤380px (iPhone SE) — minimum sane */
  @media (max-width: 380px) {
    .products-grid {
      gap: 8px !important;
    }
    .product-image { height: 95px !important; }
    .product-body { padding: 8px !important; }
    .product-name { font-size: 11px !important; }
    .product-price { font-size: 12px !important; }
  }

/* ==========================================================================
   Shopify-style mobile normalization (appended for site-wide consistency)
   - 2-col product grids on phone (not 1-col)
   - 44px+ tap targets
   - Horizontal-scroll rails for related products / category chips / trust badges
   - Single-col forms on small screens
   - No emoji-only headings; readable type at small sizes
   ========================================================================== */
@media (max-width: 768px) {
  .products-grid,
  .product-grid,
  .related-grid,
  .related-products,
  .you-may-also-like { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .collections-grid,
  .categories-grid,
  .feel-grid,
  .effects-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .bundle-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 10px !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 36px !important; }
  /* Horizontal scroll rails — trust badges, category chips, related products on PDP */
  .badge-rail,
  .chip-rail,
  .pill-rail,
  .filter-chips,
  .trust-marquee,
  .category-chips {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 10px !important;
    padding: 4px 22px 8px !important;
    margin: 0 -22px !important;
    scroll-snap-type: x mandatory !important;
  }
  .badge-rail::-webkit-scrollbar,
  .chip-rail::-webkit-scrollbar,
  .pill-rail::-webkit-scrollbar,
  .filter-chips::-webkit-scrollbar,
  .trust-marquee::-webkit-scrollbar,
  .category-chips::-webkit-scrollbar { display: none !important; }
}
@media (max-width: 640px) {
  section { padding: 40px 22px !important; }
  .nav-inner { padding: 14px 20px !important; }
  /* Tap targets — Shopify minimum is 44px */
  .btn-primary,
  .btn-secondary,
  .btn,
  button[type="submit"],
  .add-to-cart,
  .cta { min-height: 44px !important; padding: 12px 18px !important; }
  /* Product cards on phone — Shopify style */
  .product-card { border-radius: 14px !important; border-width: 2px !important; }
  .product-image,
  .product-thumb { height: 130px !important; }
  .product-body { padding: 10px !important; }
  .product-name,
  .product-title { font-size: 13px !important; line-height: 1.3 !important; }
  .product-price { font-size: 14px !important; }
  /* Single-col forms on phone */
  .form-grid,
  .form-row,
  .checkout-grid,
  .cart-grid,
  .account-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  /* Headings — keep readable on phone */
  h1, .h1 { font-size: clamp(28px, 8vw, 40px) !important; line-height: 1.05 !important; }
  h2, .h2 { font-size: clamp(22px, 6.5vw, 32px) !important; line-height: 1.1 !important; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  /* Hero CTAs stack full-width on phone */
  .hero-ctas,
  .cta-group { flex-direction: column !important; }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-secondary,
  .cta-group .btn { width: 100% !important; justify-content: center !important; }
}

/* ====================================================================
   PROMO BAR — ONE horizontal line on every viewport (no marquee, no wrap)
   Overrides the old auto-scroll animation. Long copy on desktop, short on phone.
   ==================================================================== */
.promo-bar {
  padding: 10px 12px !important;
  overflow: hidden !important;
}
.promo-track {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  width: auto !important;
  max-width: 1400px;
  margin: 0 auto !important;
  animation: none !important;
}
.promo-track > span,
.promo-track > a { flex-shrink: 0 !important; }
.promo-track .short { display: none; }
.promo-track .long { display: inline; }
@media (max-width: 820px) {
  .promo-bar { padding: 8px 10px !important; font-size: 11px !important; }
  .promo-track { gap: 14px !important; }
  .promo-track .promo-highlight { padding: 2px 8px !important; font-size: 11px !important; }
  .promo-track .short { display: inline; }
  .promo-track .long { display: none; }
}
@media (max-width: 480px) {
  .promo-bar { padding: 7px 6px !important; font-size: 10px !important; }
  /* Tightened: gap 10→7 + highlight pad 7→5 to fit all 3 items in 390px viewport */
  .promo-track { gap: 7px !important; overflow: hidden !important; max-width: 100% !important; }
  .promo-track .promo-highlight { padding: 2px 6px !important; font-size: 10px !important; }
  .promo-track iconify-icon { font-size: 11px !important; }
}
@media (max-width: 380px) {
  .promo-bar { padding: 6px 6px !important; font-size: 9px !important; }
  .promo-track { gap: 7px !important; }
  .promo-track .promo-highlight { padding: 2px 6px !important; font-size: 9px !important; }
}

/* MOBILE-OVERFLOW-GUARD */
@media (max-width: 820px) {
  html, body { overflow-x: hidden !important; }
}

/* ============================================================
   BULK PAGE — new styles (round 1 of Wholesale → Bulk transform)
   ============================================================ */

/* Hero subhead + CTAs (added to existing dark-green wholesale-hero) */
.wholesale-hero-sub {
  margin: 18px 0 26px;
  color: rgba(255, 248, 240, 0.86);
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.55;
  max-width: 620px;
  font-weight: 500;
}
.wholesale-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.wholesale-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 2px solid #1a1a1a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wholesale-hero-cta.primary {
  background: #ff6b35;
  color: #1a1a1a;
  box-shadow: 4px 4px 0 #1a1a1a;
}
.wholesale-hero-cta.primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #1a1a1a;
}
.wholesale-hero-cta.secondary {
  background: transparent;
  color: #fcfaf4;
  border-color: rgba(255, 248, 240, 0.5);
  box-shadow: none;
}
.wholesale-hero-cta.secondary:hover {
  border-color: #fcfaf4;
  background: rgba(255, 248, 240, 0.08);
}
.wholesale-hero-cta iconify-icon { font-size: 18px; }

/* Tiers section — subhead + 4-column grid + simpler tier card */
.tiers-sub {
  margin: 12px auto 0;
  color: #4a4a4a;
  font-size: clamp(14px, 1.0vw, 16px);
  line-height: 1.55;
  max-width: 600px;
  text-align: center;
  font-weight: 500;
}
.tiers-grid-four {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 10px;
}
.tier-card-simple {
  text-align: center;
  padding: 28px 18px 32px;
  border-radius: 22px;
  background: #fff8ef;
  border: 2px solid #1a1a1a;
  box-shadow: 4px 4px 0 #1a1a1a;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.tier-card-simple.featured {
  background: #1f5d3f;
  color: #fcfaf4;
  box-shadow: 4px 4px 0 #ff6b35;
}
.tier-card-simple.featured .tier-threshold,
.tier-card-simple.featured .tier-detail { color: #fcfaf4; }
.tier-card-simple.featured .tier-discount { color: #ff6b35; }
.tier-card-simple .tier-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6b35;
  color: #1a1a1a;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  border: 2px solid #1a1a1a;
}
.tier-threshold {
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.tier-card-simple .tier-discount {
  font-size: clamp(46px, 4.2vw, 64px);
  font-weight: 900;
  line-height: 1;
  color: #1f5d3f;
  letter-spacing: -0.04em;
}
.tier-card-simple .tier-discount sup { font-size: 0.55em; top: -0.45em; }
.tier-card-simple .tier-detail {
  margin-top: 6px;
  font-size: 13px;
  color: #6a6a6a;
  font-weight: 600;
}

@media (max-width: 920px) {
  .tiers-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
}
@media (max-width: 480px) {
  .tiers-grid-four { grid-template-columns: 1fr; gap: 14px; }
  .tier-card-simple { min-height: 160px; padding: 22px 16px 24px; }
}

/* ============================================================
   BULK PRODUCT GRID
   ============================================================ */
.bulk-grid-section {
  padding: 28px 32px 32px;
  background: #fcfaf4;
}
.bulk-grid-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.bulk-grid-head {
  text-align: left;
  margin-bottom: 10px;
}
.bulk-grid-head h2 {
  font-size: clamp(28px, 3.0vw, 44px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #1a1a1a;
  margin: 0 0 10px;
}
.bulk-grid-head .accent { color: #ff6b35; }
.bulk-grid-sub {
  color: #4a4a4a;
  font-size: clamp(14px, 1.0vw, 16px);
  line-height: 1.55;
  max-width: 620px;
  font-weight: 500;
  margin: 0;
}

.bulk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 1024px) {
  .bulk-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .bulk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}
@media (max-width: 480px) {
  .bulk-grid { grid-template-columns: 1fr; gap: 14px; }
}

.bulk-card {
  background: #fff8ef;
  border: 2px solid #1a1a1a;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #1a1a1a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bulk-card:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #1a1a1a;
}
.bulk-card-img {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: rgba(26, 26, 26, 0.55);
  border-bottom: 2px solid #1a1a1a;
}
.bulk-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #1a1a1a;
  color: #ff6b35;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 2px solid #1a1a1a;
}
.bulk-card-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.bulk-card-cat {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #1f5d3f;
  text-transform: uppercase;
}
.bulk-card-name {
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 4px 0 2px;
}
.bulk-card-meta {
  font-size: 12px;
  color: #6a6a6a;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 12px;
}
.bulk-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.bulk-card-price {
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.bulk-card-add {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  background: #1f5d3f;
  color: #fcfaf4;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
.bulk-card-add:hover { background: #ff6b35; color: #1a1a1a; transform: translateY(-1px); }
.bulk-card-add iconify-icon { font-size: 14px; }

.bulk-grid-footer {
  text-align: center;
  margin-top: 10px;
}
.bulk-grid-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.bulk-grid-view-all:hover { background: #1a1a1a; color: #fcfaf4; }

/* ============================================================
   RESELLER QUIET LINK (replaces the heavy apply form)
   ============================================================ */
.reseller-link-section {
  padding: 30px 32px 90px;
  background: #fcfaf4;
}
.reseller-link-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.reseller-link-card {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 22px 28px;
  background: #fff8ef;
  border: 2px solid #1a1a1a;
  border-radius: 20px;
  box-shadow: 4px 4px 0 #1a1a1a;
}
.reseller-link-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #1f5d3f;
  color: #ff6b35;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: 2px solid #1a1a1a;
}
.reseller-link-body { min-width: 0; }
.reseller-link-eyebrow {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #1f5d3f;
}
.reseller-link-body h3 {
  margin: 6px 0 6px;
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 900;
  letter-spacing: -0.015em;
  color: #1a1a1a;
  line-height: 1.2;
}
.reseller-link-body p {
  margin: 0;
  font-size: 13px;
  color: #4a4a4a;
  line-height: 1.5;
}
.reseller-link-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #1f5d3f;
  color: #fcfaf4;
  border: 2px solid #1a1a1a;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 4px 4px 0 #1a1a1a;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.reseller-link-cta:hover {
  background: #2a7a52;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #1a1a1a;
}
.reseller-link-cta iconify-icon { font-size: 15px; }

@media (max-width: 820px) {
  .reseller-link-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
    padding: 22px 20px;
  }
  .reseller-link-icon { margin: 0 auto; }
  .reseller-link-cta { justify-self: center; }
}

/* ============================================================
   BULK PAGE — round 2: refit cards to site-wide .product-card pattern
   Copied from flower.css for visual parity. Plus a small icon overlay
   rule (.product-image-icon) for the centered category icon since
   bulk cards use Iconify instead of inline SVG patterns.
   ============================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
}
.product-card {
  background: #fff;
  border: 3px solid #1a1a1a;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.product-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 6px 6px 0 #1a1a1a;
}
.product-image {
  position: relative;
  height: 240px;
  border-bottom: 3px solid #1a1a1a;
  background-size: cover;
  background-position: center;
}
.product-image-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  color: rgba(255, 248, 240, 0.92);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
  pointer-events: none;
}
.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  background: #1a1a1a;
  color: #ff6b35;
  border-radius: 980px;
  font-size: 11px;
  font-weight: 800;
  transform: rotate(-3deg);
}
.product-badge.sale { background: #ff6b35; color: #1a1a1a; }
.strain-chip {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 12px;
  background: rgba(255, 248, 240, 0.92);
  backdrop-filter: blur(4px);
  border: 2px solid #1a1a1a;
  border-radius: 980px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1a1a;
}
.strain-chip.indica { background: #c5a0f7; }
.strain-chip.sativa { background: #ffd56b; }
.strain-chip.hybrid { background: #7fb069; color: #1a1a1a; }
.product-body { padding: 20px; }
.product-name {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  line-height: 1.2;
}
.product-meta {
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.product-meta span { display: inline-flex; align-items: center; gap: 4px; }
.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #6b6b6b;
}
.product-rating .stars { color: #ff6b35; letter-spacing: 1px; }
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px dashed #e0d8c8;
  padding-top: 14px;
}
.product-price {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.product-price .strike {
  color: #b0b0b0;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 600;
  margin-right: 8px;
}

/* DoorDash-style qty stepper — copied from flower.css for parity */
.card-add-control {
  display: inline-flex;
  align-items: center;
  border: 2px solid #1a1a1a;
  background: #1f5d3f;
  border-radius: 999px;
  box-shadow: 2px 2px 0 #1a1a1a;
  overflow: hidden;
  transition: background 0.15s, box-shadow 0.15s, transform 0.15s;
  flex-shrink: 0;
  height: 36px;
}
.card-add-control:hover { box-shadow: 3px 3px 0 #1a1a1a; transform: translate(-1px, -1px); }
.card-add-control .card-add-minus,
.card-add-control .card-add-plus {
  appearance: none; background: transparent; border: none; padding: 0; margin: 0;
  color: #fcfaf4; font: inherit; font-size: 18px; font-weight: 800; line-height: 1;
  cursor: pointer; height: 100%;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.15s;
}
.card-add-control .card-add-plus { width: 32px; }
.card-add-control .card-add-plus iconify-icon { font-size: 18px; }
.card-add-control .card-add-minus { width: 30px; font-size: 22px; }
.card-add-control .card-add-minus:hover,
.card-add-control .card-add-plus:hover { background: rgba(255, 248, 240, 0.14); }
.card-add-control .card-add-qty {
  min-width: 22px; padding: 0 4px; text-align: center;
  font-size: 14px; font-weight: 800; color: #fcfaf4; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.card-add-control[data-qty="0"] { width: 36px; height: 36px; border-radius: 50%; }
.card-add-control[data-qty="0"] .card-add-minus,
.card-add-control[data-qty="0"] .card-add-qty { display: none; }
.card-add-control[data-qty="0"] .card-add-plus { width: 100%; height: 100%; }

.cart-count.flash { animation: cart-count-pulse 0.5s ease; }
@keyframes cart-count-pulse {
  0%   { transform: scale(1);   background: #ff6b35; }
  40%  { transform: scale(1.35); background: #1f5d3f; color: #fcfaf4; }
  100% { transform: scale(1);   background: #ff6b35; }
}

/* Responsive: 4-col → 2-col on tablet, 1-col mobile */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .product-image { height: 180px; }
  .product-image-icon { font-size: 70px; }
}
@media (max-width: 480px) {
  .card-add-control { height: 32px; }
  .card-add-control[data-qty="0"] { width: 32px; height: 32px; }
  .card-add-control .card-add-plus { width: 28px; }
  .card-add-control .card-add-plus iconify-icon { font-size: 16px; }
  .card-add-control .card-add-minus { width: 26px; font-size: 20px; }
  .card-add-control .card-add-qty { font-size: 13px; min-width: 20px; }
  .product-image-icon { font-size: 56px; }
}


/* Dark variant of .dd-tag — dark bg, orange text. Used on the Bulk dropdown
   item so it visually distinguishes from the Bundles tag (orange bg, dark text).
   Matches the BULK badge palette used on the bulk product cards. */
.dd-tag.dd-tag-dark {
  background: #1a1a1a;
  color: #ff6b35;
}
