.site-header {
  background:var(--color-instant-yellow) !important;
  color:var(--color-jet-black) !important;;
}
.ix-header-cat-scroll{
    justify-content: space-evenly;
  }
  .ix-header-cat-strip-label {
    color:  var(--color-jet-black);
    font-size: 24px;
    font-weight: bold;
}

.ix-shop-cat-tile-media img{
    width: 100%;
}
.ix-shop-cat-tile-label{
    color: var(--color-jet-black);
}

.ix-shop-cat-tile{
    flex-direction: column !important;
}
.ix-header-cat-strip {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  
/* Explore promo marquee (index.php, below header) — LTR smooth scroll */
.ix-promo-marquee {
    position: relative;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 45%),
      linear-gradient(90deg, #111 0%, #1a1a1a 18%, #2a2410 50%, #1a1a1a 82%, #111 100%);
    border-bottom: 1px solid rgba(17, 17, 17, 0.35);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 2px 10px rgba(17, 17, 17, 0.12);
  }
  
  .ix-promo-marquee-edge {
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(2rem, 6vw, 4.5rem);
    z-index: 2;
    pointer-events: none;
  }
  
  .ix-promo-marquee-edge--left {
    left: 0;
    background: linear-gradient(90deg, #111 0%, transparent 100%);
  }
  
  .ix-promo-marquee-edge--right {
    right: 0;
    background: linear-gradient(270deg, #111 0%, transparent 100%);
  }
  
  .ix-promo-marquee-viewport {
    background:var(--color-white);
    color: var(--color-jet-black);
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  }
  
  /* inline-flex: width = content only so translate -50% = one loop */
  .ix-promo-marquee-track {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    min-width: max-content;
    animation: ix-promo-marquee-ltr 20s linear infinite;
    will-change: transform;
  }

  .ix-promo-marquee-set {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  
  .ix-promo-marquee-group {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.65rem;
    padding: 0.62rem 3.25rem;
  }
  
  .ix-promo-marquee-icon {
    display: inline-flex;
    color: var(--color-instant-yellow);
    font-size: 1.05rem;
    line-height: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
  }
  
  .ix-promo-marquee-text {
    white-space: nowrap;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-eggshell);
    text-shadow:
      0 1px 0 rgba(0, 0, 0, 0.55),
      0 0 18px rgba(255, 199, 44, 0.25);
  }
  
  .ix-promo-marquee-dot {
    color: rgba(255, 199, 44, 0.75);
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    padding-right: 0.25rem;
  }
  
  /* Continuous loop: two identical sets, move by one set width */
  @keyframes ix-promo-marquee-ltr {
    from {
      transform: translate3d(-50%, 0, 0);
    }
  
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .ix-promo-marquee-edge {
      display: none;
    }
  
    .ix-promo-marquee-viewport {
      mask-image: none;
      -webkit-mask-image: none;
    }
  
    .ix-promo-marquee-track {
      animation: none;
      display: flex;
      justify-content: center;
      width: 100%;
      min-width: 0;
      transform: none;
    }
  
    .ix-promo-marquee-set[aria-hidden="true"] {
      display: none;
    }
  
    .ix-promo-marquee-group {
      padding: 0.6rem 1rem;
    }
  }
  .ix-hero-slide-grid{
    display:none !important;
  }
  .ix-cat-dept-tile-media{
    width:300px;
    display:flex;
  }
  .ix-cat-dept-tile-media img{
   width:100%;
   border-radius: 30px;
  }
  .ix-coupon-card{
    display:flex;
    flex-direction: column;
  }
  .ix-coupon-card-amount{
    font-weight: bold;
    font-size: 30px;
    font-family: serif;
  }
  .ix-coupon-card-eyebrow{
    color: var(--color-jet-black);
  }
  .ix-header-cat-scroll .ix-shop-cat-tile{
    padding-top:12px;
  }