/** Shopify CDN: Minification failed

Line 88:0 All "@import" rules must come first

**/
/* OIF Collection — bundled stylesheet for Shopify theme.

   Original sources: tokens.css, shared.css, most-wanted-card.css, v6-rip-can.css.

   The frogskin camo url is provided via the --oif-camo-url custom property,

   set inline by the section that needs it (so it works with Shopify asset_url). */



/* Tactically Acquired tokens — extracted from tac-variables.css */
:root {
  --tac-bg:             #0a0b0e;
  --tac-surface:        #12141a;
  --tac-surface-2:      #1e2230;
  --tac-surface-3:      #272d3b;

  --tac-border:         rgba(184, 148, 74, 0.08);
  --tac-border-strong:  rgba(184, 148, 74, 0.18);
  --tac-border-white:   rgba(255, 255, 255, 0.06);

  --tac-text:           #c8c4bc;
  --tac-text-heading:   #e8e4dc;
  --tac-text-muted:     #8a8578;

  --tac-accent:         #b8944a;     /* gold */
  --tac-accent-hover:   #a3813f;
  --tac-accent-light:   #d4b96a;

  --tac-danger:         #c0392b;     /* operational red */
  --tac-success:        #4a7c3f;     /* OD green */
  --tac-info:           #5b7fa5;

  --tac-marines:        #c4301c;
  --tac-army:           #4a5d23;
  --tac-navy:           #003087;
  --tac-airforce:       #00538b;
  --tac-coastguard:     #e35205;

  --tac-font-body:      'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --tac-font-heading:   'League Spartan', sans-serif;
  --tac-font-mono:      'JetBrains Mono', 'Courier New', monospace;
  --tac-font-display:   'Barlow Condensed', sans-serif;
  --tac-font-serif:     'IM Fell English', 'Playfair Display', Georgia, serif;
  --tac-font-stencil:   'Black Ops One', 'Stencil', 'Barlow Condensed', sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; }

/* shared image placeholder pattern (so every mock looks consistent) */
.tac-img-ph {
  position: relative;
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(135deg,
      rgba(184,148,74,0.06) 0 8px,
      rgba(184,148,74,0.02) 8px 16px),
    linear-gradient(180deg, #1a1c22 0%, #0f1116 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(184,148,74,0.45);
  font-family: var(--tac-font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  overflow: hidden;
}
.tac-img-ph::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(184,148,74,0.18);
}


/* OIF COLLECTION — shared shell + hero + grid styles for all 5 variants */

@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Barlow+Condensed:wght@400;500;600;700;800;900&family=IM+Fell+English:ital@0;1&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&family=Special+Elite&display=swap');

/* ---------- shell ---------- */
.oif {
  position: relative;
  min-height: 100%;
  background: #14110d;
  color: #d8d2c4;
  font-family: 'Inter', sans-serif;
  display: grid;
  grid-template-columns: 320px 1fr;
  --cream: #f3ead3;
  --ink:   #15110c;
  --rust:  #a83a2e;
  --od:    #4a5a2f;
  --gold:  #b8944a;
  --tan:   #cdb481;
}

/* ---------- HERO (the screenshot direction) ---------- */
.oif-hero {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
  border-bottom: 6px solid var(--ink);
}
.oif-hero__camo {
  position: absolute; inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.oif-hero__pad {
  position: relative; z-index: 2;
  padding: 38px 64px 0;
}

.oif-hero__stencil-row {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Black Ops One', sans-serif;
  font-size: 13px; letter-spacing: 0.32em;
  color: var(--ink);
  text-shadow: 0 0 1px rgba(243,234,211,0.6), 1px 1px 0 rgba(243,234,211,0.4);
  padding-bottom: 18px;
}
.oif-hero__stencil-row span.bar { width: 28px; height: 2px; background: var(--ink); }

.oif-hero__title {
  font-family: 'Black Ops One', sans-serif;
  font-size: 168px; line-height: 0.84;
  margin: 4px 0 14px;
  display: flex; flex-direction: column;
}
.oif-hero__title-line {
  color: var(--cream);
  -webkit-text-stroke: 3px var(--ink);
  text-shadow: 5px 5px 0 var(--ink), 8px 8px 0 var(--rust);
  letter-spacing: 0.005em;
}
.oif-hero__title-line--alt {
  color: var(--rust);
  -webkit-text-stroke: 3px var(--ink);
  text-shadow: 5px 5px 0 var(--ink), 8px 8px 0 var(--cream);
  margin-left: 60px;
}

.oif-hero__bar {
  position: relative; z-index: 2;
  margin: 22px 64px 0;
  display: flex; align-items: stretch; gap: 26px;
  background: rgba(20,17,13,0.92);
  border: 2px solid var(--ink);
  padding: 16px 30px;
}
.oif-hero__stat { display: flex; flex-direction: column; gap: 2px; }
.oif-hero__stat b {
  font-family: 'Black Ops One', sans-serif;
  font-size: 36px; color: var(--cream); line-height: 1;
}
.oif-hero__stat span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.22em; color: #9bbf52;
}
.oif-hero__stat-divider { width: 1px; background: rgba(243,234,211,0.18); }

.oif-hero__cta {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 14px;
  margin: 18px 64px 36px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.32em;
  color: var(--cream);
  background: var(--rust);
  padding: 14px 22px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
  width: max-content;
}

/* corner registration marks on the hero */
.oif-hero__reg {
  position: absolute; z-index: 3;
  width: 22px; height: 22px;
  border: 2px solid var(--ink);
}
.oif-hero__reg--tl { top: 14px; left: 14px;     border-right: 0; border-bottom: 0; }
.oif-hero__reg--tr { top: 14px; right: 14px;    border-left: 0;  border-bottom: 0; }
.oif-hero__reg--bl { bottom: 14px; left: 14px;  border-right: 0; border-top: 0; }
.oif-hero__reg--br { bottom: 14px; right: 14px; border-left: 0;  border-top: 0; }

/* ---------- BREADCRUMB / FACET CHIPS ---------- */
.oif-facets {
  grid-column: 1 / -1;
  position: sticky; top: 0; z-index: 12;
  background: var(--ink);
  border-bottom: 2px solid var(--rust);
  padding: 14px 56px;
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
}
.oif-facets__group { display: flex; align-items: center; gap: 8px; }
.oif-facets__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.22em;
  color: #9bbf52;
}
.oif-chip {
  background: transparent;
  border: 1.5px solid #4a3f2a;
  color: var(--cream);
  padding: 7px 12px;
  font-family: 'Black Ops One', sans-serif;
  font-size: 11px; letter-spacing: 0.14em;
  cursor: pointer;
  transition: all .15s;
  white-space: nowrap;
}
.oif-chip:hover { border-color: #9bbf52; }
.oif-chip.is-active {
  background: var(--rust); color: var(--cream);
  border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--cream);
}
.oif-facets__divider {
  height: 18px; width: 1px; background: rgba(243,234,211,0.16);
}

/* ---------- BODY layout ---------- */
.oif-body { display: contents; }

.oif-grid-wrap {
  position: relative;
  padding: 56px 56px 96px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(168,58,46,0.08) 0%, transparent 50%),
    #14110d;
}
.oif-grid-wrap::before {
  content: ''; position: absolute; inset: 0;
  background-image: var(--oif-camo-url);
  background-size: 800px 800px;
  background-repeat: repeat;
  opacity: 0.05;
  pointer-events: none;
}
.oif-grid-head { position: relative; max-width: 720px; margin: 0 0 36px; }
.oif-grid-head .eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.32em; color: #9bbf52;
  margin-bottom: 10px;
}
.oif-grid-head h2 {
  font-family: 'Black Ops One', sans-serif;
  font-size: 54px; color: var(--cream); margin: 0 0 10px;
  letter-spacing: 0.01em;
}
.oif-grid-head p {
  font-family: 'Barlow Condensed', sans-serif; font-style: italic;
  font-size: 18px; line-height: 1.45; color: #c8c4bc;
  max-width: 580px;
}

.oif-collection-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0 0 28px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  z-index: 2;
}
.oif-collection-toolbar__left {
  display: flex;
  align-items: center;
  gap: 26px;
  min-width: 0;
}
.oif-toolbar-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #c6a955;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  cursor: pointer;
}
.oif-toolbar-filter:hover {
  border-color: rgba(198,169,85,0.55);
  color: #d8bd6f;
}
.oif-toolbar-filter__bars {
  display: grid;
  gap: 5px;
  width: 22px;
}
.oif-toolbar-filter__bars span {
  display: block;
  height: 3px;
  background: currentColor;
}
.oif-sortby {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  margin: 0;
}
.oif-sortby__label,
.oif-viewas__label {
  color: #a1a2aa;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}
.oif-sortby__select-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 190px;
}
.oif-sortby__select {
  width: 100%;
  min-height: 42px;
  padding: 0 36px 0 0;
  color: #d9d6d2;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  appearance: none;
  cursor: pointer;
}
.oif-sortby__select:focus-visible,
.oif-toolbar-filter:focus-visible,
.oif-viewas__button:focus-visible {
  outline: 2px solid #c6a955;
  outline-offset: 3px;
}
.oif-sortby__chevron {
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  color: #d9d6d2;
  transform: translateY(-50%);
  pointer-events: none;
}
.oif-viewas {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.oif-viewas__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #d9d6d2;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.oif-viewas__button svg {
  width: 27px;
  height: 27px;
}
.oif-viewas__button.is-active {
  color: #c6a955;
}
.oif-active-filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: -8px 0 30px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  z-index: 2;
}
.oif-active-filters__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.oif-active-filter,
.oif-active-filters__clear {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: #f4f5f7;
  text-decoration: none;
  text-transform: uppercase;
}
.oif-active-filter {
  gap: 10px;
  padding: 8px 8px 8px 13px;
  color: #08090a;
  background: #c6a955;
  border: 0;
  border-radius: 3px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
}
.oif-active-filter:hover,
.oif-active-filters__clear:hover {
  color: #08090a;
  filter: brightness(1.06);
}
.oif-active-filter__x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #c6a955;
  background: #07090b;
  border: 0;
  border-radius: 50%;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.oif-active-filters__clear {
  padding: 8px 13px;
  color: #08090a;
  background: #c6a955;
  border: 0;
  border-radius: 3px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: none;
}

.oif-grid {
  position: relative;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 44px 28px;
  justify-items: center;
}
.oif-grid.is-list-view {
  grid-template-columns: minmax(0, 420px);
  justify-items: start;
}
@media (min-width: 1400px) {
  .oif-grid { grid-template-columns: repeat(3, 1fr); }
  .oif-grid.is-list-view { grid-template-columns: minmax(0, 420px); }
}

/* ---------- footer stripe ---------- */
.oif-foot {
  grid-column: 1 / -1;
  position: relative; height: 70px;
  border-top: 4px solid var(--rust);
  overflow: hidden;
}
.oif-foot__camo {
  position: absolute; inset: 0;
  background-image: var(--oif-camo-url);
  background-size: 360px 360px;
}
.oif-foot__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,.65));
}
.oif-foot__text {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; padding: 0 56px;
  font-family: 'Black Ops One', sans-serif;
  font-size: 13px; letter-spacing: 0.32em; color: var(--cream);
  text-shadow: 1px 1px 0 var(--ink);
}

/* ---------- shared sidebar shell ---------- */
.sb {
  position: relative;
  background: #0d0a07;
  border-right: 1px solid rgba(255,255,255,0.06);
  min-height: 100%;
  font-family: 'Inter', sans-serif;
  color: #d0c9bb;
}

/* canvas frame */
.mock-frame {
  width: 1440px;
  background: #0a0807;
  position: relative;
  overflow: hidden;
}
.mock-frame > div { min-height: 100%; }
.mock-frame::-webkit-scrollbar { display: none; }


/* ==========================================================
   PRODUCT CARD — Most Wanted Deck face (clean playing-card design)
   Cream card · rounded corners · rank+suit in corners ·
   square product photo · name / tagline / price stacked inside.
   ========================================================== */

.mw-card {
  position: relative;
  display: block;
  flex-shrink: 0;
  text-decoration: none;
  color: #1a1a1a;
  perspective: 1400px;
}

/* 3D flip rig — front and back face siblings rotate together */
.mw-card__flipper {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.mw-card:hover .mw-card__flipper,
.mw-card:focus-visible .mw-card__flipper {
  transform: rotateY(180deg);
}
.mw-card__face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mw-card__face--front { position: relative; z-index: 2; }
.mw-card__face--back {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: rotateY(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .mw-card__flipper { transition: none; }
}

.mw-card__inner {
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #1a1a1a;
  border-radius: 14px;
  box-shadow:
    0 3px 0 #1a1a1a,
    0 10px 22px rgba(0,0,0,0.28);
  padding: 18px 22px 22px;
  display: flex;
  flex-direction: column;
  font-family: 'IM Fell English', 'Times New Roman', Georgia, serif;
  color: #1a1a1a;
  transition: box-shadow 0.25s ease;
}

/* corners — rank stacked over suit, TL + BR (rotated) */
.mw-card__corner {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.85;
  z-index: 3;
  pointer-events: none;
}
.mw-card__corner--tl { top: 14px; left: 18px; }
.mw-card__corner--br { bottom: 14px; right: 18px; transform: rotate(180deg); }
.mw-card__rank {
  font-family: 'IM Fell English', 'Times New Roman', serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #1a1a1a;
}
.mw-card__suit {
  font-size: 22px;
  line-height: 1;
  margin-top: 1px;
  color: #1a1a1a;
}

/* Suit-color modifiers — hearts/diamonds red, spades/clubs black.
   Applied automatically from the Liquid snippet based on suit value. */
.mw-card--red .mw-card__rank,
.mw-card--red .mw-card__suit { color: #c41e3a; }
.mw-card--black .mw-card__rank,
.mw-card--black .mw-card__suit { color: #1a1a1a; }

/* photo — square crop, thin dark frame */
.mw-card__photo {
  position: relative;
  margin: 38px 0 0;
  border: 1.5px solid #1a1a1a;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}
.mw-card__photo--empty {
  background:
    repeating-linear-gradient(45deg,
      transparent 0 7px,
      rgba(26,26,26,0.10) 7px 8px),
    #f5f5f5;
}
.mw-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mw-card__photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 12px;
  color: #888888;
  text-align: center;
  line-height: 1.5;
  pointer-events: none;
}

/* info — name / tagline / price stacked, centered */
.mw-card__info {
  margin-top: 12px;
  padding-right: 30px;
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 8px;
}
.mw-card__name {
  grid-column: 1 / -1;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #1a1a1a;
  line-height: 1.12;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  /* Tight clamp keeps the extra merch details from changing the playing-card build. */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.24em;
}
.mw-card__rating {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 14px;
  color: #1a1a1a;
  font-family: 'Inter', Arial, sans-serif;
}
.mw-card__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #f1d700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  -webkit-text-stroke: 0.35px #1a1a1a;
  text-shadow: 0 1px 0 rgba(0,0,0,0.28);
}
.mw-card__star {
  display: inline-block;
  width: 12px;
}
.mw-card__review-count {
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
.mw-card__price {
  grid-column: 1 / 2;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 15px;
  font-weight: 900;
  color: #1a1a1a;
  margin-top: 0;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}
.mw-card__price-currency { margin-right: 4px; }
.mw-card__swatches {
  grid-column: 2 / 3;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 4px;
  max-width: none;
  min-width: max-content;
  min-height: 16px;
  margin-top: 0;
}
.mw-card__swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  background-color: #d7d2c4;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.34);
}
.mw-card__cta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  width: 100%;
  margin-top: 2px;
  color: #0a0807;
  background: #c6a955;
  border: 1.5px solid #1a1a1a;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 2px 0 #1a1a1a;
}
.mw-card:hover .mw-card__cta,
.mw-card:focus-visible .mw-card__cta {
  filter: brightness(1.06);
}

/* Back of card — camo by default, or product.metafields.oif.card_back_image
   when set. Same border + shadow as the front so the card is symmetric. */
.mw-card__inner--back {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1.5px solid #1a1a1a;
  border-radius: 14px;
  box-shadow:
    0 3px 0 #1a1a1a,
    0 10px 22px rgba(0,0,0,0.28);
  display: block;
  overflow: hidden;
}


/* V6 — THE WHOLE SIDEBAR IS A CAN.
   TACTICALLY ACQUIRED · POWER skin: black/charcoal body, silver chevron art,
   red center spear, black/red italic wordmark. The functional filter UI sits
   over the chevron artwork. */

.v6-host {
  display: grid;
  grid-template-columns: 372px minmax(0, 1fr);
  background: #0a0807;
  position: relative;
  transition: grid-template-columns .3s ease;
}

/* === workbench surface behind the can === */
.v6-host::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 372px;
  background:
    radial-gradient(ellipse 280px 600px at 50% 50%, rgba(0,0,0,0.55) 0%, transparent 70%),
    repeating-linear-gradient(0deg, #14110d 0 2px, #0d0a07 2px 4px),
    #0d0a07;
  z-index: 0;
  transition: width .3s ease, opacity .3s ease;
}

/* === collapsed state === */
.v6-host.is-collapsed { grid-template-columns: 0 minmax(0, 1fr); }
.v6-host.is-collapsed::before { width: 0; opacity: 0; }
.v6-host.is-collapsed .rip {
  opacity: 0;
  transform: translateX(-110%);
  pointer-events: none;
}


/* the can itself */
.rip {
  position: sticky; top: 64px; align-self: start;
  margin: 28px auto;
  width: 360px;
  min-width: 360px;
  height: 1180px;
  display: flex; flex-direction: column;
  --rip-accent: #c0151c;
  filter: drop-shadow(14px 22px 0 rgba(0,0,0,0.55))
          drop-shadow(0 0 60px rgba(192,21,28,0.18));
  font-family: 'Inter', sans-serif;
  z-index: 1;
  transition: opacity .3s ease, transform .3s ease;
}

/* --- LID (silver pull-tab) --- */
.rip__lid {
  position: relative;
  height: 36px;
  margin: 0 6px;
  background:
    radial-gradient(ellipse at 50% 100%, #d6d9dd 0%, #8b8f95 60%, #45484c 100%);
  border-radius: 50%/100% 100% 0 0;
  border: 1px solid #15110c;
  z-index: 3;
}
.rip__lid::before {
  content: ''; position: absolute;
  left: 8px; right: 8px; top: 6px; bottom: -2px;
  border: 1px solid #5a5d62;
  border-radius: 50%/100% 100% 0 0;
}
.rip__pull {
  position: absolute;
  left: 50%; top: 12px; transform: translateX(-50%);
  width: 84px; height: 26px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, #e6e8ec 0%, #9da1a7 50%, #5a5d62 100%);
  border: 1px solid #15110c;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0 rgba(0,0,0,0.4);
}
.rip__pull::after {
  content: ''; position: absolute;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 22px; height: 12px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 30% 30%, #2a2218 0%, #0a0807 80%);
  box-shadow: inset 0 0 0 1px #15110c;
}

/* --- SHOULDER (concave neck) --- */
.rip__shoulder {
  position: relative; height: 44px;
  margin: -2px 4px 0;
  background:
    linear-gradient(180deg, #5a5d62 0%, #1a1a1a 60%, #0a0807 100%);
  border-radius: 50% 50% 4px 4px / 100% 100% 4px 4px;
  border: 1px solid #15110c;
  border-bottom: 0;
  z-index: 2;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 4px;
}
.rip__shoulder::before {
  content: ''; position: absolute; left: 12%; top: 4px; width: 76%; height: 8px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
  border-radius: 50%;
}
.rip__shoulder::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 6px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.7));
}
.rip__shoulder-stamp {
  position: relative;
  font-family: 'JetBrains Mono', monospace;
  font-size: 8px; letter-spacing: 0.32em; color: #cfd2d6;
  text-shadow: 0 1px 0 #000;
}

/* --- BODY (the wrap label) — black with silver/red chevron art --- */
.rip__body {
  position: relative; flex: 1;
  margin: 0;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,0.65) 0%,
      rgba(0,0,0,0.05) 12%,
      rgba(255,255,255,0.06) 50%,
      rgba(0,0,0,0.05) 88%,
      rgba(0,0,0,0.65) 100%),
    linear-gradient(180deg, #2a2e33 0%, #1a1c20 50%, #0e0f12 100%);
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  overflow: hidden;
}
.rip__body::before {
  /* subtle grain */
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,0.18) 0 1px, transparent 1px 4px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

/* chevron artwork — sits behind label content */
.rip__chevron {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5));
}

/* the wraparound label content — sits over the chevron art */
.rip__label {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column;
  padding: 0;
}

/* MAIN BRANDMARK — TACTICALLY ACQUIRED italic wordmark */
.rip__brand {
  position: relative;
  text-align: center;
  padding: 18px 14px 12px;
  border-bottom: 2px solid #000;
  background:
    linear-gradient(180deg, rgba(10,10,12,0.55) 0%, rgba(10,10,12,0.0) 100%);
}
.rip__brand-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8px; letter-spacing: 0.4em; color: #cfd2d6;
  margin-bottom: 6px;
}
.rip__brand-logo { padding: 0 4px; }
.rip__brand-logo img { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.6)); }

.rip__brand-name {
  font-family: 'Black Ops One', 'Barlow Condensed', sans-serif;
  font-size: 36px; line-height: 0.92;
  color: #15110c;
  -webkit-text-stroke: 1.5px #c0151c;
  text-shadow:
    -1px -1px 0 #f4f5f7,
    1px -1px 0 #f4f5f7,
    -1px 1px 0 #f4f5f7,
    2px 2px 0 #000,
    3px 3px 4px rgba(0,0,0,0.6);
  letter-spacing: 0.01em;
  font-style: italic;
  transform: skewX(-8deg);
  margin: 2px 0;
  text-transform: uppercase;
}
.rip__brand-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 11px; letter-spacing: 0.14em;
  color: #f4f5f7;
  text-transform: uppercase;
  margin-top: 8px;
  text-shadow: 1px 1px 0 #000;
  transform: skewX(-8deg);
}

/* SEARCH bar built into the label */
.rip__search {
  display: flex; align-items: center;
  background: rgba(10,10,12,0.78);
  backdrop-filter: blur(2px);
  border-top: 1px solid #c0151c;
  border-bottom: 1px solid #c0151c;
  padding: 0 8px;
  position: relative; z-index: 3;
}
.rip__search input {
  flex: 1;
  background: transparent; border: 0;
  color: #f4f5f7;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.14em;
  padding: 9px 4px;
  outline: 0;
}
.rip__search input::placeholder { color: #7a7d82; }
.rip__search-icon {
  color: #c0151c; font-size: 12px;
}

/* the FACET STACK — dense, scrollable */
.rip__facets {
  flex: 1;
  overflow-y: auto;
  background: rgba(10,10,12,0.55);
  position: relative; z-index: 3;
}
.rip__facets::-webkit-scrollbar { width: 6px; }
.rip__facets::-webkit-scrollbar-track { background: #1a1a1a; }
.rip__facets::-webkit-scrollbar-thumb { background: #c0151c; }

.rip__facet { border-bottom: 1px solid #000; }
.rip__facet-head {
  width: 100%;
  display: grid; grid-template-columns: 22px 1fr 36px;
  align-items: center; gap: 8px;
  padding: 9px 12px;
  background: rgba(15,15,18,0.92);
  border: 0; cursor: pointer;
  text-align: left;
  border-top: 1px solid rgba(192,21,28,0.22);
}
.rip__facet-head__num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: #c0151c; letter-spacing: 0.12em;
}
.rip__facet-head__label {
  font-family: 'Black Ops One', sans-serif;
  font-size: 13px; letter-spacing: 0.14em;
  color: #f4f5f7;
}
.rip__facet-head__count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: #c0151c; text-align: right; letter-spacing: 0.1em;
}
.rip__facet.is-open > .rip__facet-head,
.rip__facet[open] > .rip__facet-head {
  background: linear-gradient(180deg, #e61b23 0%, #c0151c 100%);
}
.rip__facet.is-open .rip__facet-head__label,
.rip__facet[open] .rip__facet-head__label { color: #f4f5f7; text-shadow: 1px 1px 0 #000; }
.rip__facet.is-open .rip__facet-head__num,
.rip__facet.is-open .rip__facet-head__count,
.rip__facet[open] .rip__facet-head__num,
.rip__facet[open] .rip__facet-head__count { color: #f4f5f7; }

.rip__facet-body {
  padding: 8px 10px 10px;
  background: linear-gradient(180deg, rgba(40,12,12,0.85) 0%, rgba(20,6,6,0.85) 100%);
}
.rip__row {
  display: grid; grid-template-columns: 14px 1fr auto;
  align-items: center; gap: 8px;
  padding: 4px 4px;
  cursor: pointer;
  text-decoration: none;
}
.rip__row__sq {
  width: 12px; height: 12px;
  background: #f4f5f7;
  border: 1.5px solid #000;
}
.rip__row.is-on .rip__row__sq {
  background: #c0151c;
  box-shadow: inset 0 0 0 2px #f4f5f7;
}
.rip__row__name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 13px;
  color: #f4f5f7; letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.rip__row__count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: #c0151c; letter-spacing: 0.1em;
}
.rip__row__more {
  display: block; width: 100%;
  background: transparent; border: 1px dashed #c0151c;
  color: #c0151c;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; letter-spacing: 0.18em;
  padding: 5px 0; margin-top: 6px; cursor: pointer;
}

/* swatches */
.rip__swatches { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; padding: 4px 2px; }
.rip__swatch { aspect-ratio: 1; border: 1.5px solid #000; cursor: pointer; }

/* size pills */
.rip__sizes { display: flex; flex-wrap: wrap; gap: 4px; padding: 2px; }
.rip__size {
  background: #0a0807; color: #f4f5f7;
  border: 1px solid #c0151c;
  font-family: 'Black Ops One', sans-serif;
  font-size: 10px; letter-spacing: 0.1em;
  padding: 4px 7px; cursor: pointer;
}
.rip__size.is-on { background: #c0151c; color: #f4f5f7; }

/* NUTRITION-style facts panel */
.rip__nutrition {
  background: #f4f5f7; color: #0a0807;
  margin: 8px 4px 4px;
  padding: 8px 10px;
  border: 2px solid #000;
  font-family: 'Inter', sans-serif;
  position: relative; z-index: 3;
}
.rip__nut-head {
  font-family: 'Black Ops One', sans-serif;
  font-size: 16px; letter-spacing: 0.04em;
  border-bottom: 5px solid #000;
  padding-bottom: 2px; margin-bottom: 4px;
}
.rip__nut-row {
  display: flex; justify-content: space-between;
  font-size: 11px; padding: 2px 0;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
.rip__nut-row:last-child { border-bottom: 0; }
.rip__nut-row b { font-weight: 800; }

/* CTA */
.rip__cta {
  display: block;
  margin: 8px 8px 0;
  background: linear-gradient(180deg, #e61b23 0%, #c0151c 60%, #7a0a10 100%);
  color: #f4f5f7;
  border: 2px solid #000;
  padding: 12px 0;
  font-family: 'Black Ops One', sans-serif;
  font-size: 13px; letter-spacing: 0.18em;
  cursor: pointer;
  box-shadow: 4px 4px 0 #000;
  text-shadow: 1px 1px 0 #000;
  text-align: center;
  text-decoration: none;
  position: relative; z-index: 3;
}
.rip__cta:hover { filter: brightness(1.08); }

/* POWER badge — sits between CTA and UPC */
.rip__power {
  text-align: center;
  padding: 14px 8px 6px;
  position: relative; z-index: 3;
}
.rip__power-badge {
  display: inline-block;
  font-family: 'Black Ops One', 'Barlow Condensed', sans-serif;
  font-size: 22px; letter-spacing: 0.18em;
  color: #f4f5f7;
  background: #0a0807;
  padding: 6px 18px 4px;
  border: 1.5px solid #f4f5f7;
  text-shadow: 1px 1px 0 #000;
}
.rip__power-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 9px; letter-spacing: 0.32em;
  color: #cfd2d6;
  margin-top: 6px;
  text-transform: uppercase;
}

/* BARCODE / UPC — bottom of label */
.rip__upc {
  display: grid; grid-template-columns: 1fr auto;
  gap: 10px; align-items: end;
  padding: 8px 12px 6px;
  background: rgba(10,10,12,0.85);
  border-top: 1px dashed #c0151c;
  position: relative; z-index: 3;
}
.rip__bars {
  height: 30px;
  background: repeating-linear-gradient(90deg,
    #000 0 1.5px, #f4f5f7 1.5px 3px,
    #000 3px 6px, #f4f5f7 6px 7px,
    #000 7px 10px, #f4f5f7 10px 11px);
  border: 1px solid #000;
}
.rip__upc-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: #f4f5f7; letter-spacing: 0.18em;
}
.rip__volume {
  grid-column: 1 / -1;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px; letter-spacing: 0.18em;
  color: #f4f5f7;
  padding-top: 6px;
  border-top: 1px solid rgba(244,245,247,0.12);
}

/* --- BASE (concave bottom) --- */
.rip__base {
  position: relative; height: 28px;
  margin: 0 4px;
  background:
    linear-gradient(180deg, #2a2e33 0%, #15171a 50%, #050608 100%);
  border: 1px solid #000;
  border-top: 0;
  border-radius: 4px 4px 50% 50% / 4px 4px 100% 100%;
  z-index: 2;
}
.rip__base::before {
  content: ''; position: absolute; left: 6%; right: 6%; top: 4px; height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  border-radius: 50%;
}
.rip__base::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 6px;
  background: rgba(0,0,0,0.7);
}

/* shadow puddle */
.rip__shadow {
  width: 280px; height: 18px;
  margin: -8px auto 0;
  background: radial-gradient(ellipse, rgba(0,0,0,0.65) 0%, transparent 70%);
}

/* ============================================================
   RIP CAN — image-driven back-label mode
   The can artwork stays as the shell. The functional filter UI is
   a back-of-can nutrition / ingredients label laid over the body.
   ============================================================ */

.rip.rip--has-image {
  background-color: transparent !important;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(10px 18px 24px rgba(0, 0, 0, 0.55));
}

/* hide everything the artwork already provides, plus front-label branding */
.rip--has-image > .rip__lid,
.rip--has-image > .rip__shoulder,
.rip--has-image > .rip__base,
.rip--has-image .rip__chevron,
.rip--has-image .rip__brand,
.rip--has-image .rip__power {
  display: none !important;
}

/* body becomes a transparent container holding only the filter UI */
.rip--has-image .rip__body {
  background: transparent !important;
  background-color: transparent !important;
  border: 0;
  margin: 0;
  padding: 0;
  flex: 1;
  overflow: visible;
}
.rip--has-image .rip__body::before { display: none; }

/* label = the back-of-can ingredients panel */
.rip--has-image .rip__label {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 112px 30px 74px;
  box-sizing: border-box;
}

.rip__ingredients {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  color: #0a0807;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.78) 0%, rgba(247,241,222,0.97) 16%, rgba(252,248,235,0.99) 52%, rgba(239,228,201,0.98) 100%);
  border: 3px solid #050505;
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.18),
    0 18px 36px rgba(0,0,0,0.56);
  overflow: hidden;
}
.rip__ingredients::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,0.035) 0 1px, transparent 1px 5px),
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.55), transparent 58%);
  pointer-events: none;
  z-index: 0;
}
.rip__ingredients > * {
  position: relative;
  z-index: 1;
}
.rip__ing-head {
  padding: 10px 12px 8px;
  border-bottom: 2px solid #050505;
}
.rip__ing-kicker {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 7px;
  line-height: 1.25;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2d2a25;
  margin-bottom: 4px;
}
.rip__ing-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #050505;
}
.rip__ing-rule {
  height: 8px;
  margin: 6px 0 5px;
  background: #050505;
}
.rip__ing-serving {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 0;
  border-bottom: 1px solid #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.15;
  color: #050505;
}
.rip__ing-serving b {
  font-weight: 900;
  text-align: right;
}

/* search input — batch-code style strip inside the ingredients label */
.rip--has-image .rip__search {
  flex: 0 0 auto;
  background: #f8f1dc;
  border: 0;
  border-bottom: 6px solid #050505;
  padding: 0 10px;
  min-height: 38px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.rip--has-image .rip__search input {
  color: #050505;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 10px 4px;
}
.rip--has-image .rip__search input::placeholder { color: rgba(5,5,5,0.55); }
.rip--has-image .rip__search-icon {
  color: var(--rip-accent);
  font-weight: 900;
}

/* facets — the filter groups become label rows */
.rip--has-image .rip__facets {
  background: #fbf5e5;
  color: #050505;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
}
.rip--has-image .rip__facets::-webkit-scrollbar { width: 8px; }
.rip--has-image .rip__facets::-webkit-scrollbar-track { background: #ded2b7; }
.rip--has-image .rip__facets::-webkit-scrollbar-thumb {
  background: #050505;
  border: 2px solid #ded2b7;
}
.rip--has-image .rip__facet {
  border-bottom: 2px solid #050505;
}
.rip--has-image .rip__facet-head {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 44px;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 7px 10px;
  background: #fbf5e5;
  color: #050505;
  border: 0;
  cursor: pointer;
}
.rip--has-image .rip__facet-head::-webkit-details-marker { display: none; }
.rip--has-image .rip__facet-head::marker { content: ''; }
.rip--has-image .rip__facet-head__num {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--rip-accent);
}
.rip--has-image .rip__facet-head__label {
  min-width: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #050505;
  text-transform: uppercase;
  text-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rip--has-image .rip__facet-head__count {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #050505;
  text-align: right;
}
.rip--has-image .rip__facet[open] > .rip__facet-head {
  background: #050505;
  color: #fbf5e5;
}
.rip--has-image .rip__facet[open] .rip__facet-head__label,
.rip--has-image .rip__facet[open] .rip__facet-head__num,
.rip--has-image .rip__facet[open] .rip__facet-head__count {
  color: #fbf5e5;
  text-shadow: none;
}
.rip--has-image .rip__facet[open] .rip__facet-head__num {
  color: #ff3138;
}
.rip--has-image .rip__facet-body {
  padding: 8px 10px 10px;
  background: #fff9e9;
  border-top: 1px solid #050505;
}
.rip--has-image .rip__row {
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(5,5,5,0.18);
}
.rip--has-image .rip__row:last-child { border-bottom: 0; }
.rip--has-image .rip__row__sq {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #050505;
}
.rip--has-image .rip__row.is-on .rip__row__sq {
  background: var(--rip-accent);
  box-shadow: inset 0 0 0 2px #fff9e9;
}
.rip--has-image .rip__row__name {
  min-width: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #050505;
  text-transform: uppercase;
}
.rip--has-image .rip__row__count {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 9px;
  font-weight: 900;
  color: var(--rip-accent);
}
.rip__empty {
  margin: 0;
  padding: 4px 0 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  color: rgba(5,5,5,0.58);
  text-transform: uppercase;
}
.rip--has-image .rip__row__more {
  border: 1px solid #050505;
  color: #050505;
  background: transparent;
  font-weight: 900;
  margin-top: 8px;
}
.rip--has-image .rip__swatches {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding: 2px 0;
}
.rip--has-image .rip__swatch {
  border: 2px solid #050505;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
}
.rip--has-image .rip__sizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 0;
}
.rip--has-image .rip__size {
  min-height: 30px;
  background: #fff9e9;
  color: #050505;
  border: 2px solid #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.rip--has-image .rip__size:hover {
  background: #050505;
  color: #fff9e9;
}

.rip--has-image .rip__nutrition {
  margin: 0;
  padding: 8px 10px 10px;
  background: #fbf5e5 !important;
  color: #050505;
  border: 0;
  border-top: 8px solid #050505;
  font-family: Arial, Helvetica, sans-serif;
}
.rip--has-image .rip__nut-head {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: #050505;
  border-bottom: 3px solid #050505;
  padding: 0 0 4px;
  margin: 0 0 4px;
}
.rip--has-image .rip__nut-row {
  color: #050505;
  font-size: 11px;
  line-height: 1.2;
  padding: 3px 0;
  border-bottom: 1px solid #050505;
}
.rip--has-image .rip__nut-row--note {
  font-size: 9px;
  color: rgba(5,5,5,0.7);
  border-bottom: 0;
}

.rip--has-image .rip__cta {
  width: calc(100% - 20px);
  margin: 10px 10px 8px;
  background: #050505 !important;
  color: #fbf5e5;
  border: 2px solid #050505;
  box-shadow: none;
  text-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 10px 8px;
}
.rip--has-image .rip__cta:hover {
  background: var(--rip-accent) !important;
  color: #ffffff;
}
.rip--has-image .rip__upc {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  padding: 8px 10px 10px;
  background: #fbf5e5 !important;
  border-top: 2px solid #050505;
}
.rip--has-image .rip__bars {
  height: 32px;
  border: 1px solid #050505;
  background: repeating-linear-gradient(90deg,
    #050505 0 1px, #fbf5e5 1px 3px,
    #050505 3px 6px, #fbf5e5 6px 7px,
    #050505 7px 9px, #fbf5e5 9px 12px);
}
.rip--has-image .rip__upc-num {
  color: #050505;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.25;
}
.rip--has-image .rip__volume {
  color: #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-top: 1px solid #050505;
  padding-top: 5px;
}

/* ============================================================
   RIP CAN — built-can mode
   No background image. The can is the sidebar: CSS chrome, SVG
   blades, native brand text, and the filters built into the body.
   ============================================================ */

.rip.rip--built-can {
  height: 1120px;
  filter:
    drop-shadow(14px 24px 0 rgba(0,0,0,0.46))
    drop-shadow(0 0 48px rgba(192,21,28,0.18));
}
.rip--built-can .rip__lid {
  height: 42px;
  margin: 0 14px;
  border: 4px solid #050505;
  border-bottom-width: 2px;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(255,255,255,0.9) 0%, rgba(210,216,220,0.85) 38%, rgba(92,98,104,0.95) 100%);
  border-radius: 50% / 92% 92% 18% 18%;
}
.rip--built-can .rip__lid::before {
  left: 14px;
  right: 14px;
  top: 8px;
  bottom: 4px;
  border: 3px solid rgba(5,5,5,0.65);
  border-radius: 50%;
}
.rip--built-can .rip__pull {
  top: 4px;
  width: 108px;
  height: 34px;
  transform: translateX(-50%) rotate(-4deg);
  border: 4px solid #050505;
  border-radius: 46% 56% 48% 44%;
  background:
    radial-gradient(ellipse at 54% 48%, transparent 0 27%, #050505 28% 35%, transparent 36%),
    linear-gradient(180deg, #f1f4f6 0%, #9ca3a9 100%);
}
.rip--built-can .rip__pull::after {
  width: 42px;
  height: 14px;
  background: #e8ecef;
  border: 4px solid #050505;
  box-shadow: none;
}
.rip--built-can .rip__shoulder {
  height: 52px;
  margin: -6px 8px 0;
  border: 4px solid #050505;
  border-bottom: 0;
  border-radius: 34% 34% 5px 5px / 90% 90% 5px 5px;
  background:
    linear-gradient(180deg, #cfd5d9 0%, #596168 28%, #252a2d 60%, #101214 100%);
}
.rip--built-can .rip__shoulder-stamp {
  max-width: 74%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rip--built-can .rip__body {
  margin: -1px 0 0;
  border-left: 5px solid #050505;
  border-right: 5px solid #050505;
  border-radius: 30px 30px 38px 38px / 70px 70px 44px 44px;
  background:
    radial-gradient(ellipse at 50% 12%, rgba(255,255,255,0.16) 0%, transparent 25%),
    linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(19,25,27,0.96) 18%, rgba(42,51,54,0.96) 50%, rgba(19,25,27,0.96) 82%, rgba(0,0,0,0.82) 100%),
    #273235;
}
.rip--built-can .rip__body::before {
  opacity: 0.2;
  z-index: 1;
}
.rip--built-can .rip__body::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.18) 3%, transparent 14%, transparent 86%, rgba(255,255,255,0.16) 97%),
    radial-gradient(ellipse at 50% 100%, rgba(255,255,255,0.16) 0%, transparent 34%);
  mix-blend-mode: screen;
}
.rip--built-can .rip__chevron {
  inset: 22px 0 0;
  height: calc(100% - 22px);
  opacity: 0.98;
}
.rip--built-can .rip__label {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 72px 24px 26px;
}
.rip--built-can .rip__brand {
  flex: 0 0 auto;
  margin: 0 -20px 2px;
  padding: 0 0 4px;
  border: 0;
  background: transparent;
  transform: skewX(-7deg);
}
.rip--built-can .rip__brand-eyebrow {
  display: none;
}
.rip--built-can .rip__brand-name {
  color: #050505;
  -webkit-text-stroke: 4px #ffffff;
  font-size: 42px;
  line-height: 0.82;
  letter-spacing: 0.015em;
  text-shadow:
    4px 0 0 #ffffff,
    -4px 0 0 #ffffff,
    0 4px 0 #ffffff,
    0 -4px 0 #ffffff,
    5px 5px 0 #050505,
    8px 8px 0 rgba(155,165,171,0.95),
    3px 3px 0 var(--rip-accent);
}
.rip--built-can .rip__brand-tagline {
  display: block;
  margin: 10px auto 0;
  max-width: 290px;
  color: #050505;
  font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-shadow:
    1px 1px 0 rgba(255,255,255,0.72),
    2px 2px 0 rgba(0,0,0,0.18);
}
.rip--built-can .rip__ingredients {
  flex: 1;
  width: 88%;
  min-height: 0;
  height: auto;
  margin: 0 auto;
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(252,247,231,0.99) 20%, rgba(255,250,235,1) 58%, rgba(231,221,196,0.99) 100%);
}
.rip--built-can .rip__ing-head {
  padding: 8px 10px 7px;
}
.rip--built-can .rip__ing-title {
  font-size: 30px;
}
.rip--built-can .rip__search {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 9px;
  background: #f8f1dc;
  border: 0;
  border-bottom: 6px solid #050505;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.rip--built-can .rip__search input {
  color: #050505;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 9px 4px;
}
.rip--built-can .rip__search input::placeholder { color: rgba(5,5,5,0.55); }
.rip--built-can .rip__search-icon {
  color: var(--rip-accent);
  font-weight: 900;
}
.rip--built-can .rip__facets {
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  color: #050505;
  background: #fbf5e5;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.rip--built-can .rip__facets::-webkit-scrollbar { width: 8px; }
.rip--built-can .rip__facets::-webkit-scrollbar-track { background: #ded2b7; }
.rip--built-can .rip__facets::-webkit-scrollbar-thumb {
  background: #050505;
  border: 2px solid #ded2b7;
}
.rip--built-can .rip__facet {
  border-bottom: 2px solid #050505;
}
.rip--built-can .rip__facet-head {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px 9px;
  color: #050505;
  background: #fbf5e5;
  border: 0;
}
.rip--built-can .rip__facet-head::-webkit-details-marker { display: none; }
.rip--built-can .rip__facet-head::marker { content: ''; }
.rip--built-can .rip__facet-head__num {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--rip-accent);
}
.rip--built-can .rip__facet-head__label {
  min-width: 0;
  color: #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rip--built-can .rip__facet-head__count {
  color: #050505;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.rip--built-can .rip__facet[open] > .rip__facet-head {
  background: #050505;
}
.rip--built-can .rip__facet[open] .rip__facet-head__label,
.rip--built-can .rip__facet[open] .rip__facet-head__count {
  color: #fbf5e5;
  text-shadow: none;
}
.rip--built-can .rip__facet[open] .rip__facet-head__num {
  color: #ff3138;
}
.rip--built-can .rip__facet-body {
  padding: 8px 9px 10px;
  background: #fff9e9;
  border-top: 1px solid #050505;
}
.rip--built-can .rip__row {
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(5,5,5,0.18);
}
.rip--built-can .rip__row:last-child { border-bottom: 0; }
.rip--built-can .rip__row__sq {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #050505;
}
.rip--built-can .rip__row.is-on .rip__row__sq {
  background: var(--rip-accent);
  box-shadow: inset 0 0 0 2px #fff9e9;
}
.rip--built-can .rip__row__name {
  min-width: 0;
  color: #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.035em;
}
.rip--built-can .rip__row__count {
  color: var(--rip-accent);
  font-size: 9px;
  font-weight: 900;
}
.rip--built-can .rip__row__more {
  border: 1px solid #050505;
  color: #050505;
  background: transparent;
  font-weight: 900;
  margin-top: 8px;
}
.rip--built-can .rip__swatches {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding: 2px 0;
}
.rip--built-can .rip__swatch {
  border: 2px solid #050505;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
}
.rip--built-can .rip__sizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 0;
}
.rip--built-can .rip__size {
  min-height: 30px;
  color: #050505;
  background: #fff9e9;
  border: 2px solid #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.rip--built-can .rip__size:hover {
  color: #fff9e9;
  background: #050505;
}
.rip--built-can .rip__nutrition {
  margin: 0;
  padding: 8px 9px 10px;
  color: #050505;
  background: #fbf5e5 !important;
  border: 0;
  border-top: 8px solid #050505;
  font-family: Arial, Helvetica, sans-serif;
}
.rip--built-can .rip__nut-head {
  color: #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  border-bottom: 3px solid #050505;
  padding: 0 0 4px;
  margin: 0 0 4px;
}
.rip--built-can .rip__nut-row {
  color: #050505;
  font-size: 10px;
  line-height: 1.2;
  padding: 3px 0;
  border-bottom: 1px solid #050505;
}
.rip--built-can .rip__nut-row--note {
  font-size: 8px;
  color: rgba(5,5,5,0.72);
  border-bottom: 0;
}
.rip--built-can .rip__cta {
  width: calc(100% - 18px);
  margin: 9px 9px 8px;
  padding: 10px 8px;
  color: #fbf5e5;
  background: #050505 !important;
  border: 2px solid #050505;
  box-shadow: none;
  text-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.rip--built-can .rip__cta:hover {
  color: #ffffff;
  background: var(--rip-accent) !important;
}
.rip--built-can .rip__power {
  padding: 0 9px 8px;
  background: #fbf5e5;
}
.rip--built-can .rip__power-badge {
  display: block;
  color: #ffffff;
  background: var(--rip-accent);
  border: 3px solid #050505;
  font-family: 'Black Ops One', 'Barlow Condensed', Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.12em;
  padding: 5px 8px 4px;
  text-align: center;
  text-shadow: 2px 2px 0 #050505;
}
.rip--built-can .rip__power-sub {
  color: #050505;
  font-size: 8px;
  letter-spacing: 0.18em;
  margin-top: 4px;
  text-align: center;
}
.rip--built-can .rip__upc {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  padding: 8px 9px 10px;
  color: #050505;
  background: #fbf5e5 !important;
  border-top: 2px solid #050505;
}
.rip--built-can .rip__bars {
  height: 30px;
  border: 1px solid #050505;
  background: repeating-linear-gradient(90deg,
    #050505 0 1px, #fbf5e5 1px 3px,
    #050505 3px 6px, #fbf5e5 6px 7px,
    #050505 7px 9px, #fbf5e5 9px 12px);
}
.rip--built-can .rip__upc-num {
  color: #050505;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.25;
}
.rip--built-can .rip__volume {
  color: #050505;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-top: 1px solid #050505;
  padding-top: 5px;
}
.rip--built-can .rip__base {
  height: 34px;
  margin: -5px 12px 0;
  border: 4px solid #050505;
  border-top: 0;
  border-radius: 5px 5px 44% 44% / 5px 5px 88% 88%;
  background:
    linear-gradient(180deg, #cfd5d9 0%, #777f86 28%, #1d2226 100%);
}

/* ============================================================
   RIP-IT BRAND SIDEBAR — no can shell
   Flat graphite panel using the reference art language: silver
   blades, red spear, clean Tactically Acquired mark, filters below.
   ============================================================ */

.rip.rip--brand-sidebar {
  top: 0;
  width: 360px;
  min-width: 360px;
  height: auto;
  min-height: 0;
  max-height: calc(100vh - 12px);
  margin: 0 auto 28px;
  filter: drop-shadow(14px 22px 24px rgba(0,0,0,0.46));
}
.rip--brand-sidebar .rip__body {
  height: auto;
  min-height: 0;
  max-height: inherit;
  flex: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  border-right-color: rgba(0,0,0,0.7);
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 2%, rgba(255,255,255,0.09) 0%, transparent 34%),
    radial-gradient(ellipse at 50% 54%, rgba(255,255,255,0.06) 0%, transparent 36%),
    linear-gradient(90deg, #050708 0%, #111819 12%, #233034 30%, #12191b 50%, #233034 70%, #111819 88%, #050708 100%);
}
.rip--brand-sidebar .rip__body::before {
  opacity: 0.22;
  z-index: 1;
}
.rip--brand-sidebar .rip__body::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.13), transparent 16%, transparent 84%, rgba(0,0,0,0.5)),
    radial-gradient(ellipse at 46% 44%, rgba(255,255,255,0.12), transparent 14%),
    radial-gradient(ellipse at 54% 56%, rgba(255,255,255,0.13), transparent 16%);
}
.rip--brand-sidebar .rip__chevron {
  inset: 0 -52px;
  width: calc(100% + 104px);
  height: 100%;
  opacity: 0.96;
  z-index: 0;
}
.rip--brand-sidebar .rip__label {
  position: relative;
  z-index: 3;
  height: auto;
  min-height: 0;
  max-height: inherit;
  display: flex;
  flex-direction: column;
  padding: 8px 20px 18px;
}
.rip--brand-sidebar .rip__brand {
  flex: 0 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 -18px 3px;
  padding: 0 0 3px;
  border: 0;
  background: transparent;
  text-align: center;
  transform: skewX(-7deg);
}
.rip--brand-sidebar .rip__brand-eyebrow {
  display: none;
}
.rip--brand-sidebar .rip__brand-name {
  margin: 0 auto;
  color: #050505;
  -webkit-text-stroke: 4px #ffffff;
  font-size: 43px;
  line-height: 0.8;
  letter-spacing: 0.01em;
  text-shadow:
    5px 0 0 #ffffff,
    -5px 0 0 #ffffff,
    0 5px 0 #ffffff,
    0 -5px 0 #ffffff,
    6px 6px 0 #050505,
    10px 10px 0 rgba(164,174,180,0.92),
    3px 3px 0 var(--rip-accent);
}
.rip--brand-sidebar .rip__brand-logo img {
  margin: 0 auto 2px !important;
  max-width: 96% !important;
}
.rip--brand-sidebar .rip__brand-tagline {
  display: block;
  margin: 4px auto 0;
  max-width: 330px;
  color: #111719;
  font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-shadow:
    1px 1px 0 rgba(255,255,255,0.55),
    2px 2px 0 rgba(0,0,0,0.2);
}
.rip--brand-sidebar .rip__ingredients {
  flex: 0 1 auto;
  min-height: 0;
  height: auto;
  max-height: min(560px, calc(100vh - 100px));
  color: #f4f5f7;
  background:
    linear-gradient(180deg, rgba(13,16,18,0.88) 0%, rgba(6,7,8,0.93) 100%);
  border: 1px solid rgba(255,255,255,0.18);
  border-top: 4px solid var(--rip-accent);
  box-shadow:
    0 0 0 2px rgba(0,0,0,0.66),
    0 18px 30px rgba(0,0,0,0.35);
}
.rip--brand-sidebar .rip__ingredients::before {
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, rgba(255,255,255,0.08), transparent 28%, transparent 72%, rgba(0,0,0,0.42));
  opacity: 1;
}
.rip--brand-sidebar .rip__ing-head {
  padding: 10px 12px 9px;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.42);
}
.rip--brand-sidebar .rip__ing-kicker {
  color: #aeb7bc;
  font-size: 8px;
  letter-spacing: 0.18em;
}
.rip--brand-sidebar .rip__ing-title {
  color: #ffffff;
  font-family: 'Black Ops One', 'Barlow Condensed', Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 0 #050505;
}
.rip--brand-sidebar .rip__ing-rule {
  height: 3px;
  margin: 8px 0 6px;
  background: var(--rip-accent);
}
.rip--brand-sidebar .rip__ing-serving {
  color: #d7dde0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
}
.rip--brand-sidebar .rip__search {
  flex: 0 0 auto;
  min-height: 40px;
  background: rgba(0,0,0,0.72);
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  padding: 0 11px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.rip--brand-sidebar .rip__search-icon {
  color: var(--rip-accent);
  font-weight: 900;
}
.rip--brand-sidebar .rip__search input {
  color: #ffffff;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 10px 4px;
}
.rip--brand-sidebar .rip__search input::placeholder {
  color: rgba(255,255,255,0.46);
}
.rip--brand-sidebar .rip__facets {
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  color: #f4f5f7;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.rip--brand-sidebar .rip__facets::-webkit-scrollbar { width: 8px; }
.rip--brand-sidebar .rip__facets::-webkit-scrollbar-track { background: rgba(255,255,255,0.08); }
.rip--brand-sidebar .rip__facets::-webkit-scrollbar-thumb {
  background: var(--rip-accent);
  border: 2px solid #111719;
}
.rip--brand-sidebar .rip__facets--empire {
  padding: 0;
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-section,
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-title,
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-group,
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-item {
  margin: 0;
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-section {
  color: #f4f5f7;
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-group {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-button {
  min-height: 42px;
  padding: 8px 11px;
  color: #f4f5f7;
  background:
    linear-gradient(90deg, rgba(192,21,28,0.92) 0 4px, rgba(18,22,24,0.96) 4px 100%);
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-title--small {
  color: #ffffff;
  font-family: 'Black Ops One', 'Barlow Condensed', Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #050505;
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-icon {
  color: #ffffff;
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-item.filter-group {
  padding: 9px 11px 11px;
  background: rgba(0,0,0,0.54);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.rip--brand-sidebar .rip__facets--empire [data-accordion-content][data-accordion-state="closed"] {
  display: none;
}
.rip--brand-sidebar .rip__facets--empire .filter-group--wrapper {
  display: block;
}
.rip--brand-sidebar .rip__facets--empire .filter-item {
  margin: 0;
}
.rip--brand-sidebar .rip__facets--empire .filter-item + .filter-item {
  margin-top: 6px;
}
.rip--brand-sidebar .rip__facets--empire .filter-item a {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 24px;
  margin: 0;
  padding: 3px 0;
  color: #f4f5f7;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
}
.rip--brand-sidebar .rip__facets--empire .filter-item a:hover {
  color: #ffffff;
}
.rip--brand-sidebar .rip__facets--empire .filter-icon--checkbox {
  width: 12px;
  height: 12px;
}
.rip--brand-sidebar .rip__facets--empire .filter-icon--checkbox .checkmark {
  width: 12px;
  height: 12px;
}
.rip--brand-sidebar .rip__facets--empire .filter-text {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rip--brand-sidebar .rip__facets--empire .filtered-product-count {
  color: #ff555c;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 9px;
  font-weight: 900;
}
.rip--brand-sidebar .rip__facets--empire .filtered-product-count:empty {
  display: none;
}
.rip--brand-sidebar .rip__facets--empire [data-filter-active="true"] a,
.rip--brand-sidebar .rip__facets--empire [aria-current="true"] a {
  color: #ffffff;
}
.rip--brand-sidebar .rip__facets--empire [data-filter-active="true"] .filter-icon--checkbox,
.rip--brand-sidebar .rip__facets--empire [aria-current="true"] .filter-icon--checkbox {
  background: var(--rip-accent);
  box-shadow: inset 0 0 0 2px #101416;
}
.rip--brand-sidebar .rip__facets--empire .filter-item--toggle,
.rip--brand-sidebar .rip__facets--empire .filter-item--toggle-more {
  margin-top: 8px;
}
.rip--brand-sidebar .rip__facets--empire .filter-item a.filter-text--link {
  display: block;
  width: 100%;
  padding: 6px 8px;
  color: #f4f5f7;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.28);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-item-grid .filter-group--wrapper,
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-item-swatches-grid .filter-group--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-item-grid .filter-item,
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-item-swatches-grid .filter-item {
  margin: 0;
}
.rip--brand-sidebar .rip__facets--empire .productgrid--sidebar-filters--current {
  display: block;
  margin: 0;
  padding: 9px 11px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.rip--brand-sidebar .rip__facets--empire .filter-group--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rip--brand-sidebar .rip__facets--empire .filter-item--grid,
.rip--brand-sidebar .rip__facets--empire .filter-item--grid-simple {
  margin: 0;
}
.rip--brand-sidebar .rip__facets--empire .filter-item--grid a,
.rip--brand-sidebar .rip__facets--empire .filter-item--grid-simple a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 5px 7px;
  color: #f4f5f7;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.16);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.rip--brand-sidebar .rip__facet {
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.rip--brand-sidebar .rip__facet-head {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 11px;
  color: #f4f5f7;
  background:
    linear-gradient(90deg, rgba(192,21,28,0.92) 0 4px, rgba(18,22,24,0.96) 4px 100%);
  border: 0;
}
.rip--brand-sidebar .rip__facet-head::-webkit-details-marker { display: none; }
.rip--brand-sidebar .rip__facet-head::marker { content: ''; }
.rip--brand-sidebar .rip__facet-head__num {
  color: var(--rip-accent);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.rip--brand-sidebar .rip__facet-head__label {
  min-width: 0;
  color: #ffffff;
  font-family: 'Black Ops One', 'Barlow Condensed', Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-shadow: 2px 2px 0 #050505;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rip--brand-sidebar .rip__facet-head__count {
  color: #c9d0d4;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 9px;
  font-weight: 900;
  text-align: right;
}
.rip--brand-sidebar .rip__facet[open] > .rip__facet-head {
  background:
    linear-gradient(180deg, #f21f29 0%, var(--rip-accent) 100%);
}
.rip--brand-sidebar .rip__facet[open] .rip__facet-head__num,
.rip--brand-sidebar .rip__facet[open] .rip__facet-head__count,
.rip--brand-sidebar .rip__facet[open] .rip__facet-head__label {
  color: #ffffff;
}
.rip--brand-sidebar .rip__facet-body {
  padding: 9px 11px 11px;
  background: rgba(0,0,0,0.54);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.rip--brand-sidebar .rip__row {
  grid-template-columns: 14px minmax(0, 1fr) auto;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  text-decoration: none;
}
.rip--brand-sidebar .rip__row:last-child { border-bottom: 0; }
.rip--brand-sidebar .rip__row__sq {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #c9d0d4;
}
.rip--brand-sidebar .rip__row.is-on .rip__row__sq {
  background: var(--rip-accent);
  border-color: #ffffff;
  box-shadow: inset 0 0 0 2px #101416;
}
.rip--brand-sidebar .rip__row__name {
  min-width: 0;
  color: #f4f5f7;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.rip--brand-sidebar .rip__row__count {
  color: #ff555c;
  font-size: 9px;
  font-weight: 900;
}
.rip--brand-sidebar .rip__empty {
  color: rgba(255,255,255,0.54);
}
.rip--brand-sidebar .rip__row__more {
  border: 1px solid rgba(255,255,255,0.28);
  color: #f4f5f7;
  background: rgba(255,255,255,0.04);
  font-weight: 900;
  margin-top: 8px;
}
.rip--brand-sidebar .rip__swatches {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding: 2px 0;
}
.rip--brand-sidebar .rip__swatch {
  border: 2px solid #050505;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.28);
}
.rip--brand-sidebar .rip__sizes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 0;
}
.rip--brand-sidebar .rip__size {
  min-height: 30px;
  color: #ffffff;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.26);
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.rip--brand-sidebar .rip__size:hover {
  background: var(--rip-accent);
  border-color: var(--rip-accent);
}
.rip--brand-sidebar .rip__nutrition {
  margin: 0;
  padding: 9px 11px 10px;
  color: #f4f5f7;
  background: rgba(0,0,0,0.42) !important;
  border: 0;
  border-top: 2px solid rgba(255,255,255,0.16);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
}
.rip--brand-sidebar .rip__nut-head {
  color: #ffffff;
  font-family: 'Black Ops One', 'Barlow Condensed', Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--rip-accent);
  padding: 0 0 5px;
  margin: 0 0 5px;
}
.rip--brand-sidebar .rip__nut-row {
  color: #e7ecef;
  font-size: 9px;
  line-height: 1.25;
  padding: 3px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.rip--brand-sidebar .rip__nut-row--note {
  color: rgba(255,255,255,0.58);
  border-bottom: 0;
}
.rip--brand-sidebar .rip__cta {
  width: calc(100% - 22px);
  margin: 10px 11px 9px;
  padding: 11px 8px;
  color: #ffffff;
  background: var(--rip-accent) !important;
  border: 2px solid #050505;
  box-shadow: 3px 3px 0 rgba(255,255,255,0.24);
  text-shadow: 2px 2px 0 #050505;
  font-family: 'Black Ops One', 'Barlow Condensed', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.rip--brand-sidebar .rip__power {
  padding: 0 11px 10px;
}
.rip--brand-sidebar .rip__power-badge {
  display: block;
  color: #ffffff;
  background: #050505;
  border: 2px solid rgba(255,255,255,0.76);
  font-family: 'Black Ops One', 'Barlow Condensed', Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.12em;
  padding: 6px 8px 5px;
  text-align: center;
  text-shadow: 2px 2px 0 var(--rip-accent);
}
.rip--brand-sidebar .rip__power-sub {
  color: #aeb7bc;
  font-size: 8px;
  letter-spacing: 0.18em;
  margin-top: 5px;
  text-align: center;
}
.rip--brand-sidebar .rip__upc {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  padding: 8px 11px 10px;
  color: #f4f5f7;
  background: rgba(0,0,0,0.62) !important;
  border-top: 1px solid rgba(255,255,255,0.16);
}
.rip--brand-sidebar .rip__bars {
  height: 30px;
  border: 1px solid #050505;
  background: repeating-linear-gradient(90deg,
    #f4f5f7 0 1px, #050505 1px 3px,
    #f4f5f7 3px 6px, #050505 6px 7px,
    #f4f5f7 7px 9px, #050505 9px 12px);
}
.rip--brand-sidebar .rip__upc-num {
  color: #f4f5f7;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.25;
}
.rip--brand-sidebar .rip__volume {
  color: #f4f5f7;
  font-family: 'Barlow Condensed', Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 5px;
}

.rip--brand-sidebar .rip__close {
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 20;
  cursor: pointer;
  color: #ffffff;
  background: rgba(5, 5, 5, 0.86);
  border: 2px solid var(--rip-accent);
  border-radius: 50%;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(0,0,0,0.42);
}
.rip--brand-sidebar .rip__close:hover {
  background: var(--rip-accent);
}

/* === hero adapt — full-bleed for grid columns === */
.v6-host .oif-hero,
.v6-host .oif-facets,
.v6-host .oif-foot {
  grid-column: 1 / -1;
}

/* the right side body */
.v6-body { padding-top: 0; min-width: 0; overflow: hidden; }

/* responsive — collapse can to top of grid on narrow screens */
@media (max-width: 900px) {
  .v6-host { grid-template-columns: 1fr; }
  .v6-host::before { display: none; }
  .rip { position: relative; top: auto; margin: 16px auto; height: auto; }
  .rip__body { min-height: 720px; }
}

/* hero — solid dark by default. Uploaded background image (via section
   setting) is applied to .oif-hero__camo and fills the entire hero. */
.oif-hero { background: #0a0807; }

/* ============================================================
   BAGHDAD BOB — Disinformation Broadcast strip
   ============================================================ */
.bob {
  position: relative;
  margin: 0;
  background: #0d0a07;
  border-top: 4px solid #a83a2e;
  border-bottom: 4px solid #a83a2e;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  max-width: 100%;
  min-width: 0;
}
.bob__inner { max-width: 100%; min-width: 0; }
.bob__quote, .bob__rail { min-width: 0; overflow: hidden; }
.bob__quote-text { word-wrap: break-word; overflow-wrap: anywhere; }
.bob__static {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(155,191,82,0.06) 0 1px, transparent 1px 3px),
    radial-gradient(ellipse at center, rgba(155,191,82,0.10) 0%, transparent 70%);
  pointer-events: none;
  mix-blend-mode: screen;
}
.bob__inner {
  display: grid; grid-template-columns: 280px 1fr 200px;
  gap: 0;
  position: relative; z-index: 2;
}

/* portrait box — placeholder framed in TV-broadcast chrome */
.bob__portrait {
  position: relative;
  background: #15110c;
  border-right: 2px solid #a83a2e;
  aspect-ratio: 4 / 3;
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden;
}
.bob__portrait::before {
  /* simple stylized portrait: black beret, mustache silhouette */
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 30%, #5b6b3f 0%, #4a5a2f 22%, transparent 23%),
    radial-gradient(ellipse at 50% 18%, #1a1612 0%, #1a1612 14%, transparent 15%),
    radial-gradient(ellipse at 50% 90%, #4a5a2f 0%, #3a4a25 30%, transparent 35%),
    linear-gradient(180deg, #2a2620 0%, #14110d 100%);
}
.bob__portrait::after {
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(0,0,0,0.18) 0 2px, transparent 2px 4px),
    radial-gradient(ellipse at center, transparent 50%, rgba(0,0,0,0.6) 100%);
  pointer-events: none;
}
.bob__portrait-tag {
  position: relative; z-index: 2;
  width: 100%;
  background: #f1c43e;
  color: #15110c;
  padding: 6px 12px;
  font-family: 'Black Ops One', sans-serif;
  font-size: 11px; letter-spacing: 0.18em;
  text-align: center;
  border-top: 2px solid #15110c;
}
.bob__live {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  display: flex; align-items: center; gap: 6px;
  background: #a83a2e; color: #f3ead3;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.22em;
  padding: 4px 8px;
  border: 1.5px solid #15110c;
}
.bob__live i {
  width: 6px; height: 6px; border-radius: 50%;
  background: #f3ead3;
  animation: bob-blink 1.2s infinite step-end;
}
@keyframes bob-blink { 50% { opacity: 0; } }

/* the quote rail */
.bob__rail {
  display: flex; flex-direction: column; justify-content: stretch;
  background: #1a1612;
  border-right: 2px solid #a83a2e;
}
.bob__lower-third {
  background:
    linear-gradient(90deg, #a83a2e 0%, #a83a2e 220px, #15110c 220px, #15110c 100%);
  display: grid; grid-template-columns: 220px 1fr;
  align-items: stretch;
}
.bob__lt-name {
  padding: 14px 18px;
  display: flex; flex-direction: column; justify-content: center;
}
.bob__lt-callsign {
  font-family: 'Black Ops One', sans-serif;
  font-size: 22px; letter-spacing: 0.04em;
  color: #f3ead3;
  text-shadow: 2px 2px 0 #15110c;
  line-height: 1;
}
.bob__lt-rank {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; letter-spacing: 0.22em;
  color: #f1c43e; margin-top: 4px;
}
.bob__lt-title {
  padding: 14px 18px;
  display: flex; align-items: center;
  font-family: 'Black Ops One', sans-serif;
  font-size: 13px; letter-spacing: 0.22em;
  color: #f1c43e;
}

.bob__quote {
  flex: 1;
  padding: 26px 32px;
  display: flex; flex-direction: column; justify-content: center;
  gap: 10px;
  position: relative;
  background:
    radial-gradient(ellipse at left center, rgba(168,58,46,0.18) 0%, transparent 60%),
    #1a1612;
}
.bob__quote-mark {
  font-family: 'IM Fell English', serif;
  font-size: 90px; line-height: 0.6; color: #a83a2e;
  position: absolute; top: 8px; left: 18px;
}
.bob__quote-text {
  font-family: 'IM Fell English', serif;
  font-style: italic;
  font-size: 22px; line-height: 1.3;
  color: #f3ead3;
  max-width: 640px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.bob__quote-attr {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.22em;
  color: #9bbf52;
}

/* counter rail on the right */
.bob__counter {
  background: #15110c;
  display: flex; flex-direction: column; align-items: stretch;
  padding: 14px 16px;
  gap: 6px;
}
.bob__counter-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; letter-spacing: 0.22em;
  color: #f1c43e;
}
.bob__counter-stat {
  display: flex; align-items: baseline; gap: 8px;
  border-bottom: 1px dashed rgba(243,234,211,0.2);
  padding-bottom: 6px; padding-top: 6px;
}
.bob__counter-stat b {
  font-family: 'Black Ops One', sans-serif;
  font-size: 26px; color: #f3ead3; line-height: 1;
}
.bob__counter-stat span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; letter-spacing: 0.18em; color: #c8c4bc;
}
.bob__counter-truth {
  margin-top: auto;
  background: #9bbf52; color: #15110c;
  font-family: 'Black Ops One', sans-serif;
  font-size: 10px; letter-spacing: 0.18em;
  text-align: center;
  padding: 6px;
  border: 1.5px solid #15110c;
}

/* dot navigator */
.bob__dots {
  display: flex; gap: 6px;
  position: absolute; bottom: 14px; right: 220px; z-index: 3;
}
.bob__dot {
  width: 8px; height: 8px;
  background: transparent; border: 1.5px solid #f1c43e;
  cursor: pointer;
}
.bob__dot.is-on { background: #f1c43e; }

/* breaking news ticker on top */
.bob__ticker {
  background: #f1c43e;
  color: #15110c;
  font-family: 'Black Ops One', sans-serif;
  font-size: 11px; letter-spacing: 0.18em;
  padding: 4px 0;
  border-bottom: 2px solid #15110c;
  white-space: nowrap; overflow: hidden;
  position: relative;
}
.bob__ticker-track {
  display: inline-block;
  padding-left: 100%;
  animation: bob-ticker 38s linear infinite;
}
.bob__ticker-track span { padding: 0 24px; }
.bob__ticker-track i {
  font-style: normal; color: #a83a2e; padding: 0 6px;
}
@keyframes bob-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

/* ============================================================
   FILTER DRAWER TRIGGER + BACKDROP + CLOSE
   The FILTERS button is visible at every breakpoint. On desktop
   it toggles the inline sidebar (is-collapsed). On mobile it
   opens the slide-in drawer (is-mobile-open).
   ============================================================ */
.oif-can-backdrop { display: none; }
.rip__close { display: none; }
.oif-can-close { display: none; }

html.oif-can-open,
body.oif-can-open {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

.oif-mobile-filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c0151c;
  color: #f4f5f7;
  border: 2px solid #000;
  padding: 12px 22px;
  font-family: 'Black Ops One', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  cursor: pointer;
  margin: 0 0 24px;
  box-shadow: 4px 4px 0 #000;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
  transition: filter 0.15s ease, transform 0.1s ease;
}
.oif-mobile-filter-trigger:hover { filter: brightness(1.1); }
.oif-mobile-filter-trigger:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #000; }
.oif-mobile-filter-trigger:focus-visible {
  outline: 2px solid #f4f5f7;
  outline-offset: 2px;
}

/* ============================================================
   RESPONSIVE / MOBILE
   Breakpoints: 900px (tablet), 640px (phone), 420px (small phone)
   ============================================================ */

@media (max-width: 900px) {
  /* shell — let .oif single-column, hero/facets/foot already span 1/-1 */
  .oif { grid-template-columns: 1fr; }

  /* HERO */
  .oif-hero__pad { padding: 28px 24px 0; }
  .oif-hero__title { font-size: clamp(48px, 12vw, 120px); margin: 4px 0 12px; }
  .oif-hero__title-line--alt { margin-left: 0; }
  .oif-hero__stencil-row { font-size: 12px; gap: 10px; padding-bottom: 14px; }
  .oif-hero__stencil-row span.bar { width: 20px; }
  .oif-hero__bar {
    margin: 16px 24px 0;
    padding: 14px 18px;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .oif-hero__stat-divider { display: none; }
  .oif-hero__stat b { font-size: 28px; }
  .oif-hero__stat span { font-size: 9px; letter-spacing: 0.18em; }
  .oif-hero__cta { margin: 14px 24px 28px; padding: 12px 18px; font-size: 11px; }
  .oif-hero__reg { width: 16px; height: 16px; }

  /* FACET STRIP */
  .oif-facets { padding: 12px 20px; gap: 12px; }
  .oif-chip { font-size: 10px; padding: 6px 10px; }

  /* GRID HEAD + WRAP */
  .oif-grid-wrap { padding: 40px 20px 60px; }
  .oif-collection-toolbar {
    gap: 18px;
    margin-bottom: 24px;
    padding-top: 22px;
  }
  .oif-collection-toolbar__left {
    gap: 18px;
  }
  .oif-toolbar-filter {
    width: 48px;
    height: 48px;
  }
  .oif-sortby {
    gap: 16px;
  }
  .oif-sortby__label,
  .oif-viewas__label,
  .oif-sortby__select {
    font-size: 16px;
  }
  .oif-sortby__select-wrap {
    min-width: 160px;
  }
  .oif-active-filters {
    margin: -4px 0 26px;
  }
  .oif-grid-head h2 { font-size: 40px; }
  .oif-grid-head p { font-size: 16px; }

  /* PRODUCT GRID — 2 columns */
  .oif-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
  .oif-grid.is-list-view { grid-template-columns: minmax(0, 320px); }
  .mw-card { width: 100% !important; max-width: 320px; }

  /* CAN sidebar — fixed drawer that slides in from the left */
  .v6-host { display: block; }
  .v6-host::before { display: none; }
  .v6-body { width: 100%; }

  .rip {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 360px;
    max-width: 88vw;
    height: 100vh;
    min-width: 0;
    margin: 0;
    background-color: #0a0807;
    transform: translateX(-105%);
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10020;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    filter: none;
    align-self: auto;
    box-shadow: 6px 0 24px rgba(0, 0, 0, 0.6);
  }
  .rip.rip--has-image,
  .rip.rip--built-can,
  .rip.rip--brand-sidebar {
    background-color: transparent !important;
    filter: none;
    min-height: 0;
  }
  .rip.rip--brand-sidebar {
    top: 10px;
    bottom: auto;
    width: min(356px, 92vw);
    min-width: 0;
    max-width: 92vw;
    height: auto;
    max-height: calc(100vh - 20px);
    overflow: visible;
    overscroll-behavior: contain;
    box-shadow: 6px 8px 24px rgba(0, 0, 0, 0.62);
  }
  .rip__body { min-height: 0; }
  .rip__facets { max-height: none; }
  .rip--has-image .rip__label,
  .rip--built-can .rip__label {
    min-height: 100vh;
    padding: 4px 22px 24px;
  }
  .rip--brand-sidebar .rip__body {
    height: auto;
    max-height: calc(100vh - 20px);
    overscroll-behavior: contain;
  }
  .rip--brand-sidebar .rip__label {
    min-height: 0;
    height: auto;
    max-height: calc(100vh - 20px);
    padding: 6px 14px 12px;
    overscroll-behavior: contain;
  }
  .rip--brand-sidebar .rip__brand {
    min-height: 0;
    margin: 0 -10px 2px;
    padding: 0 0 2px;
  }
  .rip--brand-sidebar .rip__brand-logo img {
    margin: 0 auto 1px !important;
    max-width: 94% !important;
  }
  .rip--brand-sidebar .rip__brand-name {
    font-size: 34px;
  }
  .rip--brand-sidebar .rip__brand-tagline {
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  .rip--brand-sidebar .rip__ingredients {
    max-height: calc(100vh - 96px);
    overscroll-behavior: contain;
  }
  .rip--brand-sidebar .rip__facets {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  .rip--brand-sidebar .rip__ing-head {
    padding: 8px 10px 7px;
  }
  .rip--brand-sidebar .rip__ing-title {
    font-size: 22px;
  }
  .rip--brand-sidebar .rip__ing-kicker {
    font-size: 7px;
    letter-spacing: 0.14em;
  }
  .rip--brand-sidebar .rip__ing-serving {
    font-size: 8px;
  }
  .rip--brand-sidebar .rip__ing-rule {
    margin: 6px 0 5px;
  }
  .rip--brand-sidebar .rip__search {
    min-height: 36px;
  }
  .rip--brand-sidebar .rip__search input {
    font-size: 10px;
    padding: 8px 4px;
  }
  .rip__ing-title { font-size: 31px; }
  .rip--has-image .rip__facet-head,
  .rip--built-can .rip__facet-head,
  .rip--brand-sidebar .rip__facet-head {
    grid-template-columns: 28px minmax(0, 1fr) 40px;
    min-height: 40px;
  }
  .rip--has-image .rip__facet-head__label,
  .rip--built-can .rip__facet-head__label,
  .rip--brand-sidebar .rip__facet-head__label {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .rip--brand-sidebar .rip__close {
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    z-index: 30;
  }

  /* Drawer open state */
  .v6-host.is-mobile-open .rip { transform: translateX(0); }

  /* Nullify desktop collapse state on mobile */
  .v6-host.is-collapsed .rip {
    transform: translateX(-105%);
    opacity: 0;
    pointer-events: none;
  }
  .v6-host.is-mobile-open.is-collapsed .rip {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* BACKDROP — dark overlay behind drawer */
  .oif-can-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10010;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .v6-host.is-mobile-open .oif-can-backdrop {
    opacity: 1;
    visibility: visible;
  }

  /* CLOSE button inside drawer */
  .rip__close {
    display: flex;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.72);
    color: #f4f5f7;
    border: 2px solid #c0151c;
    border-radius: 50%;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    z-index: 12;
  }
  .rip__close:hover { background: #c0151c; }
  .oif-can-close {
    display: none;
    position: fixed;
    top: max(14px, env(safe-area-inset-top));
    left: min(312px, calc(92vw - 44px));
    z-index: 10040;
  }
  .v6-host.is-mobile-open .oif-can-close {
    display: flex;
  }

  /* TRIGGER button — slight padding tighten on phone */
  .oif-mobile-filter-trigger {
    padding: 11px 18px;
    font-size: 12px;
  }

  /* FOOTER */
  .oif-foot__text { padding: 0 20px; font-size: 11px; letter-spacing: 0.22em; }
}

@media (max-width: 640px) {
  /* HERO */
  .oif-hero__pad { padding: 22px 16px 0; }
  .oif-hero__title { font-size: clamp(40px, 13vw, 72px); }
  .oif-hero__stencil-row { font-size: 10px; gap: 8px; }
  .oif-hero__stencil-row span.bar { width: 14px; }
  .oif-hero__bar {
    margin: 12px 16px 0;
    padding: 10px 14px;
    gap: 12px 18px;
  }
  .oif-hero__stat b { font-size: 22px; }
  .oif-hero__stat span { font-size: 8px; }
  .oif-hero__cta { margin: 10px 16px 22px; padding: 10px 14px; font-size: 10px; letter-spacing: 0.22em; }

  /* FACET STRIP */
  .oif-facets { padding: 10px 14px; gap: 10px; }
  .oif-chip { font-size: 9px; padding: 5px 8px; letter-spacing: 0.08em; }
  .oif-facets__label { font-size: 9px; letter-spacing: 0.18em; }

  /* GRID HEAD + WRAP */
  .oif-grid-wrap { padding: 32px 14px 48px; }
  .oif-collection-toolbar {
    flex-wrap: wrap;
    gap: 16px 12px;
    margin-bottom: 22px;
    padding-top: 18px;
  }
  .oif-collection-toolbar__left {
    gap: 12px;
    width: 100%;
  }
  .oif-toolbar-filter {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
  }
  .oif-toolbar-filter__bars {
    width: 19px;
  }
  .oif-sortby {
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
  }
  .oif-sortby__label,
  .oif-viewas__label {
    font-size: 14px;
  }
  .oif-sortby__select-wrap {
    min-width: 0;
    flex: 1 1 auto;
  }
  .oif-sortby__select {
    min-height: 38px;
    font-size: 14px;
  }
  .oif-viewas {
    width: 100%;
    justify-content: flex-end;
  }
  .oif-active-filters {
    margin: -6px 0 22px;
  }
  .oif-active-filter {
    max-width: 100%;
    min-height: 32px;
    font-size: 14px;
  }
  .oif-active-filter__text {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .oif-active-filter__x {
    width: 22px;
    height: 22px;
    font-size: 20px;
  }
  .oif-active-filters__clear {
    min-height: 32px;
    font-size: 13px;
  }
  .oif-grid-head h2 { font-size: 30px; }
  .oif-grid-head p { font-size: 15px; }

  /* PRODUCT GRID — keep 2 columns on phone */
  .oif-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 10px; }
  .oif-grid.is-list-view { grid-template-columns: minmax(0, 100%); }
  .mw-card { width: 100% !important; max-width: none; }

  /* product card internals tightened for narrower phone cells */
  .mw-card__inner { padding: 12px; border-radius: 10px; }
  .mw-card__corner--tl { top: 8px; left: 10px; }
  .mw-card__corner--br { bottom: 8px; right: 10px; }
  .mw-card__rank { font-size: 20px; }
  .mw-card__suit { font-size: 15px; }
  .mw-card__photo { aspect-ratio: 1 / 1; margin-top: 24px; border-width: 1px; }
  .mw-card__photo-placeholder { font-size: 10px; }
  .mw-card__info {
    margin-top: 9px;
    padding-right: 24px;
    gap: 2px 5px;
  }
  .mw-card__name { font-size: 9px; letter-spacing: 0.005em; line-height: 1.1; min-height: 2.2em; -webkit-line-clamp: 2; }
  .mw-card__rating { min-height: 11px; gap: 3px; }
  .mw-card__stars { font-size: 10px; }
  .mw-card__star { width: 9px; }
  .mw-card__review-count { font-size: 8px; }
  .mw-card__price { font-size: 10px; margin-top: 0; letter-spacing: 0.04em; }
  .mw-card__swatches { gap: 2px; max-width: none; min-height: 12px; }
  .mw-card__swatch { width: 11px; height: 11px; flex-basis: 11px; border-width: 1.5px; }
  .mw-card__cta { min-height: 20px; margin-top: 1px; font-size: 7px; letter-spacing: 0.07em; }

  /* CAN drawer — keep some backdrop visible for tap-to-close */
  .rip { width: 320px; max-width: 86vw; }
  .rip.rip--brand-sidebar {
    top: 8px;
    width: min(328px, 92vw);
    max-width: 92vw;
    max-height: calc(100vh - 16px);
  }
  .rip--brand-sidebar .rip__body {
    max-height: calc(100vh - 16px);
  }
  .rip--has-image .rip__label,
  .rip--built-can .rip__label { padding: 6px 14px 16px; }
  .rip--brand-sidebar .rip__label {
    max-height: calc(100vh - 16px);
    padding: 6px 10px 10px;
  }
  .rip--brand-sidebar .rip__brand {
    min-height: 0;
    margin: 0 -8px 1px;
    padding: 0 0 1px;
  }
  .rip--brand-sidebar .rip__brand-logo img {
    max-width: 92% !important;
  }
  .rip--brand-sidebar .rip__brand-name { font-size: 28px; }
  .rip--brand-sidebar .rip__brand-tagline {
    display: none;
  }
  .rip--brand-sidebar .rip__ingredients {
    max-height: calc(100vh - 78px);
  }
  .rip--brand-sidebar .rip__ing-head {
    padding: 7px 9px 6px;
  }
  .rip__ing-head { padding: 9px 10px 8px; }
  .rip__ing-title { font-size: 28px; }
  .rip--brand-sidebar .rip__ing-title { font-size: 21px; }
  .rip__ing-kicker { font-size: 6px; letter-spacing: 0.1em; }
  .rip--brand-sidebar .rip__ing-kicker { font-size: 6px; letter-spacing: 0.1em; }
  .rip--brand-sidebar .rip__search { min-height: 34px; }
  .rip--brand-sidebar .rip__facet-head {
    grid-template-columns: 24px minmax(0, 1fr) 34px;
    min-height: 38px;
    padding: 7px 9px;
  }
  .rip--has-image .rip__facet-head__label,
  .rip--built-can .rip__facet-head__label,
  .rip--brand-sidebar .rip__facet-head__label { font-size: 14px; }
  .rip--has-image .rip__sizes,
  .rip--built-can .rip__sizes,
  .rip--brand-sidebar .rip__sizes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rip--brand-sidebar .rip__close {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .oif-can-close {
    top: max(14px, env(safe-area-inset-top));
    left: min(288px, calc(92vw - 40px));
  }

  /* FOOTER */
  .oif-foot { height: 56px; }
  .oif-foot__text { padding: 0 14px; font-size: 10px; letter-spacing: 0.18em; }
  .oif-foot__camo { background-size: 240px 240px; }
}

@media (max-width: 420px) {
  /* HERO */
  .oif-hero__pad { padding: 18px 12px 0; }
  .oif-hero__title { font-size: clamp(36px, 13vw, 56px); }
  .oif-hero__bar { margin: 10px 12px 0; padding: 8px 12px; gap: 10px 14px; }
  .oif-hero__stat b { font-size: 20px; }
  .oif-hero__cta { margin: 10px 12px 18px; }

  /* GRID WRAP */
  .oif-grid-wrap { padding: 24px 8px 36px; }
  .oif-grid-head h2 { font-size: 26px; }
  .oif-grid { gap: 12px 8px; }

  /* CARDS — keep 2 across, just tighter */
  .mw-card__inner { padding: 10px; }
  .mw-card__rank { font-size: 18px; }
  .mw-card__suit { font-size: 13px; }
  .mw-card__photo { aspect-ratio: 1 / 1; margin-top: 20px; }
  .mw-card__info {
    margin-top: 8px;
    padding-right: 22px;
  }
  .mw-card__name { font-size: 8px; line-height: 1.08; min-height: 2.16em; -webkit-line-clamp: 2; }
  .mw-card__stars { font-size: 9px; }
  .mw-card__star { width: 8px; }
  .mw-card__review-count { font-size: 7px; }
  .mw-card__price { font-size: 9px; letter-spacing: 0.035em; }
  .mw-card__swatches { max-width: none; gap: 2px; }
  .mw-card__swatch { width: 9px; height: 9px; flex-basis: 9px; }
  .mw-card__cta { min-height: 18px; font-size: 6px; letter-spacing: 0.06em; }

  .rip.rip--brand-sidebar {
    width: min(306px, 94vw);
    max-width: 94vw;
  }
  .rip--brand-sidebar .rip__label {
    padding: 6px 8px 8px;
  }
  .rip--brand-sidebar .rip__brand {
    margin: 0 -6px 1px;
  }
  .rip--brand-sidebar .rip__brand-logo img {
    max-width: 90% !important;
  }
  .rip--brand-sidebar .rip__brand-name {
    -webkit-text-stroke: 3px #ffffff;
    font-size: 24px;
  }
  .rip--brand-sidebar .rip__ingredients {
    max-height: calc(100vh - 70px);
  }
  .rip--brand-sidebar .rip__ing-title {
    font-size: 20px;
  }
  .rip--brand-sidebar .rip__search input {
    font-size: 9px;
    letter-spacing: 0.06em;
  }
  .rip--brand-sidebar .rip__facet-head {
    grid-template-columns: 22px minmax(0, 1fr) 30px;
    min-height: 36px;
    padding: 7px 8px;
  }
  .rip--brand-sidebar .rip__facet-head__label {
    font-size: 12px;
  }
  .rip--brand-sidebar .rip__close {
    width: 28px;
    height: 28px;
    font-size: 19px;
  }
  .oif-can-close {
    left: min(268px, calc(94vw - 38px));
  }
}

/* Final mobile drawer close guard.
   Keeps the X visible even if older .rip__close display rules are still cached. */
@media (max-width: 900px) {
  .v6-host .oif-can-close {
    display: none !important;
    position: fixed !important;
    top: max(12px, env(safe-area-inset-top)) !important;
    right: max(10px, calc(100vw - min(356px, 92vw) + 10px)) !important;
    left: auto !important;
    width: 38px !important;
    height: 38px !important;
    z-index: 10080 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    pointer-events: auto !important;
    color: #f4f5f7 !important;
    background: rgba(0, 0, 0, 0.86) !important;
    border: 2px solid #c0151c !important;
    border-radius: 50% !important;
    font-family: 'Inter', Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: 1 !important;
    box-shadow: 0 3px 14px rgba(0,0,0,0.6) !important;
  }

  .v6-host.is-mobile-open .oif-can-close {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 420px) {
  .v6-host .oif-can-close {
    right: max(8px, calc(100vw - min(306px, 94vw) + 8px)) !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 23px !important;
  }
}
