.menube-flow-shelf {
  width: min(100%, 1120px);
  margin: 1rem auto 1.15rem;
  padding: 1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(250,246,238,.95));
  border: 1px solid rgba(188, 139, 64, .18);
  box-shadow: 0 16px 42px rgba(30, 20, 10, .07);
}

.menube-flow-shelf-head {
  margin-bottom: .85rem;
}

.menube-flow-shelf-head span {
  display: inline-flex;
  margin-bottom: .25rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #b9842f;
}

.menube-flow-shelf-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.1;
  color: #111827;
}

.menube-flow-shelf-head p {
  margin: .35rem 0 0;
  color: rgba(31, 41, 55, .68);
  font-size: .94rem;
}

.menube-flow-shelf-rail {
  display: flex;
  gap: .85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: .1rem .1rem .35rem;
}

.menube-flow-shelf-card {
  flex: 0 0 min(340px, 82vw);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: .75rem;
  padding: .82rem;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(30, 20, 10, .08);
}

.menube-flow-shelf-img {
  width: 84px;
  height: 84px;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(188, 139, 64, .08);
}

.menube-flow-shelf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menube-flow-shelf-body {
  min-width: 0;
}

.menube-flow-shelf-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .28rem;
  margin: 0 0 .35rem;
}

.menube-flow-shelf-badge {
  display: inline-flex;
  align-items: center;
  padding: .27rem .5rem;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  background: rgba(188, 139, 64, .14);
  color: #8a5c16;
}

.menube-flow-shelf-badge[data-flow-flag="last_units"] {
  background: rgba(190, 18, 60, .10);
  color: #9f1239;
}

.menube-flow-shelf-badge[data-flow-flag="fast_service"] {
  background: rgba(33, 145, 80, .12);
  color: #166534;
}

.menube-flow-shelf-card h3 {
  margin: 0 0 .25rem;
  font-size: 1rem;
  line-height: 1.15;
  color: #111827;
}

.menube-flow-shelf-card p {
  margin: 0;
  color: rgba(31, 41, 55, .68);
  font-size: .82rem;
  line-height: 1.35;
}

.menube-flow-shelf-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  margin-top: .62rem;
}

.menube-flow-shelf-price {
  font-weight: 900;
  color: #111827;
}

.menube-flow-shelf-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  padding: .42rem .72rem;
  border-radius: 999px;
  background: rgba(188, 139, 64, .16);
  color: #8a5c16;
  text-decoration: none;
  font-weight: 900;
  font-size: .78rem;
}

@media (max-width: 900px) {
  .menube-flow-shelf {
    width: calc(100% - 1.25rem);
    margin-top: .8rem;
    padding: .85rem;
    border-radius: 20px;
  }

  .menube-flow-shelf-card {
    flex-basis: 82%;
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .menube-flow-shelf-img {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 520px) {
  .menube-flow-shelf-card {
    flex-basis: 88%;
  }
}

/* MENUBE_FLOW_SHELF_VISUAL_FIX_001
   Ajuste visual aislado para Shelf:
   - placeholder premium cuando no hay imagen
   - badges largos sin salirse del contenedor
*/

.menube-flow-shelf,
.menube-flow-shelf * {
  box-sizing: border-box;
}

.menube-flow-shelf [class*="card"],
.menube-flow-shelf [class*="item"],
.menube-flow-shelf [class*="product"] {
  min-width: 0;
  overflow: hidden;
}

.menube-flow-shelf .menube-flow-public-badges,
.menube-flow-shelf [class*="badges"] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: .28rem;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.menube-flow-shelf .menube-flow-public-badge,
.menube-flow-shelf [class*="menube-flow-public-badge"],
.menube-flow-shelf [class*="badge"] {
  max-width: 100%;
  min-width: 0;
  width: auto;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.12;
  text-align: left;
}

.menube-flow-shelf .menube-flow-public-badge--boost,
.menube-flow-shelf [class*="badge--boost"] {
  max-width: 100%;
}

.menube-flow-shelf-image-is-missing {
  display: none !important;
}

.menube-flow-shelf-placeholder-thumb {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: clamp(76px, 22vw, 104px);
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 1px solid rgba(185, 132, 47, .18);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.82) 0 18%, transparent 19%),
    linear-gradient(145deg, #fff8ea 0%, #f3ead9 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.52);
  overflow: hidden;
}

.menube-flow-shelf-placeholder-thumb::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 42%;
  border-radius: 50%;
  border: 2px solid rgba(185, 132, 47, .14);
  background: rgba(255,255,255,.24);
}

.menube-flow-shelf-placeholder-thumb::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 46%;
  border-radius: 999px;
  border-left: 2px solid rgba(185, 132, 47, .13);
  border-right: 2px solid rgba(185, 132, 47, .08);
  transform: translateX(32px);
}

.menube-flow-shelf-placeholder-mark {
  width: 42%;
  height: 42%;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
}

@media (max-width: 760px) {
  .menube-flow-shelf .menube-flow-public-badges,
  .menube-flow-shelf [class*="badges"] {
    gap: .22rem;
  }

  .menube-flow-shelf .menube-flow-public-badge,
  .menube-flow-shelf [class*="menube-flow-public-badge"],
  .menube-flow-shelf [class*="badge"] {
    max-width: 100%;
    font-size: clamp(.68rem, 2.7vw, .82rem);
    line-height: 1.08;
    padding: .28rem .48rem;
  }

  .menube-flow-shelf-placeholder-thumb {
    width: clamp(72px, 24vw, 96px);
    border-radius: 16px;
  }
}

/* MENUBE_FLOW_SHELF_MOBILE_COMPACT_001
   Ajuste móvil para que la banda no se vea gigante
   y para que el badge del chef no se salga de la tarjeta.
*/

.menube-flow-shelf {
  max-width: 100%;
  overflow: hidden;
}

.menube-flow-shelf [class*="track"],
.menube-flow-shelf [class*="carousel"],
.menube-flow-shelf [class*="items"],
.menube-flow-shelf [class*="list"] {
  max-width: 100%;
}

.menube-flow-shelf [class*="card"],
.menube-flow-shelf [class*="item"],
.menube-flow-shelf [class*="product"] {
  max-width: 100%;
  min-width: 0;
}

.menube-flow-shelf-badge-compact {
  display: inline-flex !important;
  align-items: center;
  max-width: 100%;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 760px) {
  .menube-flow-shelf {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .menube-flow-shelf h2,
  .menube-flow-shelf h3,
  .menube-flow-shelf [class*="title"] {
    font-size: clamp(1.55rem, 7vw, 2.35rem) !important;
    line-height: 1.08 !important;
    max-width: 100%;
  }

  .menube-flow-shelf p,
  .menube-flow-shelf [class*="copy"],
  .menube-flow-shelf [class*="subtitle"] {
    font-size: clamp(1rem, 4.5vw, 1.32rem) !important;
    line-height: 1.42 !important;
  }

  .menube-flow-shelf [class*="card"],
  .menube-flow-shelf [class*="item"],
  .menube-flow-shelf [class*="product"] {
    width: min(78vw, 330px) !important;
    max-width: min(78vw, 330px) !important;
    min-width: min(78vw, 330px) !important;
    padding: .95rem !important;
    gap: .72rem !important;
  }

  .menube-flow-shelf img,
  .menube-flow-shelf-placeholder-thumb {
    width: clamp(72px, 24vw, 96px) !important;
    max-width: clamp(72px, 24vw, 96px) !important;
    height: auto;
  }

  .menube-flow-shelf .menube-flow-public-badges,
  .menube-flow-shelf [class*="badges"] {
    max-width: 100%;
    gap: .28rem !important;
  }

  .menube-flow-shelf .menube-flow-public-badge,
  .menube-flow-shelf [class*="menube-flow-public-badge"],
  .menube-flow-shelf [class*="badge"] {
    max-width: 100%;
    font-size: clamp(.68rem, 2.8vw, .82rem) !important;
    line-height: 1.05 !important;
    padding: .32rem .5rem !important;
  }

  .menube-flow-shelf-badge-compact {
    max-width: 8.8rem !important;
  }
}

@media (max-width: 420px) {
  .menube-flow-shelf [class*="card"],
  .menube-flow-shelf [class*="item"],
  .menube-flow-shelf [class*="product"] {
    width: 76vw !important;
    max-width: 76vw !important;
    min-width: 76vw !important;
  }

  .menube-flow-shelf-badge-compact {
    max-width: 7.8rem !important;
  }
}

/* MENUBE_FLOW_SHELF_PLACEHOLDER_SIZE_FIX_001
   Ajusta el placeholder premium para que tenga tamaño de miniatura real
   dentro de las tarjetas del Shelf.
*/

.menube-flow-shelf .menube-flow-shelf-placeholder-thumb {
  width: 82px !important;
  min-width: 82px !important;
  max-width: 82px !important;
  height: 82px !important;
  min-height: 82px !important;
  max-height: 82px !important;
  flex: 0 0 82px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 16px !important;
  align-self: flex-start !important;
}

.menube-flow-shelf .menube-flow-shelf-placeholder-thumb::before {
  width: 38% !important;
  height: 38% !important;
  border-width: 1.5px !important;
}

.menube-flow-shelf .menube-flow-shelf-placeholder-thumb::after {
  width: 14% !important;
  height: 40% !important;
  transform: translateX(24px) !important;
}

.menube-flow-shelf .menube-flow-shelf-placeholder-mark {
  width: 34% !important;
  height: 34% !important;
}

@media (max-width: 760px) {
  .menube-flow-shelf .menube-flow-shelf-placeholder-thumb {
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    flex-basis: 72px !important;
    border-radius: 14px !important;
  }

  .menube-flow-shelf .menube-flow-shelf-placeholder-thumb::after {
    transform: translateX(21px) !important;
  }
}

@media (max-width: 420px) {
  .menube-flow-shelf .menube-flow-shelf-placeholder-thumb {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    flex-basis: 68px !important;
  }

  .menube-flow-shelf .menube-flow-shelf-placeholder-thumb::after {
    transform: translateX(19px) !important;
  }
}


/* MENUBE_FLOW_SHELF_SCOPED_FINAL_POLISH_001
   Estilos limitados a .menube-flow-shelf.
*/

.menube-flow-shelf .menube-flow-shelf-card-polished {
  min-width: 0 !important;
  overflow: hidden !important;
}

.menube-flow-shelf .menube-flow-shelf-badge-polished {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 8.2rem !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.08 !important;
  padding: .34rem .62rem !important;
  border-radius: 999px !important;
  background: rgba(185, 132, 47, .12) !important;
  color: #6b4a16 !important;
  font-weight: 800 !important;
}

.menube-flow-shelf .menube-flow-shelf-img-polished,
.menube-flow-shelf .menube-flow-shelf-placeholder-polished {
  width: 78px !important;
  min-width: 78px !important;
  max-width: 78px !important;
  height: 78px !important;
  min-height: 78px !important;
  max-height: 78px !important;
  flex: 0 0 78px !important;
  object-fit: cover !important;
  border-radius: 16px !important;
  align-self: flex-start !important;
}

.menube-flow-shelf .menube-flow-shelf-img-hidden-polished {
  display: none !important;
}

.menube-flow-shelf .menube-flow-shelf-placeholder-polished {
  position: relative;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(185, 132, 47, .18) !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.86) 0 18%, transparent 19%),
    linear-gradient(145deg, #fff8ea 0%, #f3ead9 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.52) !important;
  overflow: hidden !important;
}

.menube-flow-shelf .menube-flow-shelf-placeholder-polished::before {
  content: "";
  width: 36%;
  height: 36%;
  border-radius: 50%;
  border: 1.5px solid rgba(185, 132, 47, .14);
  background: rgba(255,255,255,.24);
}

.menube-flow-shelf .menube-flow-shelf-placeholder-polished::after {
  content: "";
  position: absolute;
  width: 13%;
  height: 38%;
  border-radius: 999px;
  border-left: 1.5px solid rgba(185, 132, 47, .13);
  border-right: 1.5px solid rgba(185, 132, 47, .08);
  transform: translateX(22px);
}

@media (max-width: 760px) {
  .menube-flow-shelf .menube-flow-shelf-badge-polished {
    max-width: 7.6rem !important;
    font-size: clamp(.72rem, 3vw, .84rem) !important;
    padding: .3rem .52rem !important;
  }

  .menube-flow-shelf .menube-flow-shelf-img-polished,
  .menube-flow-shelf .menube-flow-shelf-placeholder-polished {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    flex-basis: 70px !important;
    border-radius: 14px !important;
  }

  .menube-flow-shelf .menube-flow-shelf-placeholder-polished::after {
    transform: translateX(20px);
  }
}

@media (max-width: 420px) {
  .menube-flow-shelf .menube-flow-shelf-badge-polished {
    max-width: 7.1rem !important;
  }

  .menube-flow-shelf .menube-flow-shelf-img-polished,
  .menube-flow-shelf .menube-flow-shelf-placeholder-polished {
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    height: 66px !important;
    min-height: 66px !important;
    max-height: 66px !important;
    flex-basis: 66px !important;
  }
}

/* MENUBE_FLOW_SHELF_MOBILE_CLEAN_COPY_001
   En móvil el Shelf queda más limpio: se ocultan textos descriptivos largos.
   Escritorio permanece igual.
*/
@media (max-width: 768px) {
  .menube-flow-shelf .menube-flow-shelf-copy,
  .menube-flow-shelf .menube-flow-shelf-subtitle,
  .menube-flow-shelf .menube-flow-shelf-card-copy,
  .menube-flow-shelf .menube-flow-shelf-card-desc,
  .menube-flow-public-shelf .menube-flow-shelf-copy,
  .menube-flow-public-shelf .menube-flow-shelf-subtitle,
  .menube-flow-public-shelf .menube-flow-shelf-card-copy,
  .menube-flow-public-shelf .menube-flow-shelf-card-desc,
  .menube-flow-shelf [data-flow-role="shelf-copy"],
  .menube-flow-shelf [data-flow-role="shelf-card-copy"],
  .menube-flow-shelf [data-flow-role="shelf-card-desc"] {
    display: none !important;
  }

  .menube-flow-shelf .menube-flow-shelf-title,
  .menube-flow-public-shelf .menube-flow-shelf-title {
    margin-bottom: 14px !important;
  }

  .menube-flow-shelf-card .menube-flow-shelf-card-title,
  .menube-flow-shelf-card h3,
  .menube-flow-shelf-card h4 {
    margin-top: 8px !important;
  }
}

/* MENUBE_FLOW_MENU2_CLOSE_INLINE_RESET_CSS_001
   Fallback visual: si una sección menu2 está cerrada, su body no debe reservar altura.
*/
section.menu2-section:not(.open) > .menu2-section-body {
  max-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

section.menu2-section:not(.open) > .menu2-section-body > .menu2-section-body-inner {
  max-height: 0 !important;
  overflow: hidden !important;
}


/* MENUBE_FLOW_MENU2_CLOSE_NO_BLANK_GAP_001
   Fallback estable: cuando una sección menu2 está cerrada, su body no deja hueco blanco.
   No toca productos, carrito, checkout, agotados ni overrides.
*/
section.menu2-section:not(.open) .menu2-section-body {
  display: none !important;
  max-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

section.menu2-section.open .menu2-section-body {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* MENUBE_FLOW_SHELF_INSTANT_FINAL_NO_FOUC_001
   Evita que el Shelf se vea con layout antiguo antes de que el JS añada clases polished.
   Solo CSS público del Shelf. No toca JS, REST, Pulse, Sommelier, carrito ni agotados.
*/

/* Base final inmediata: aplicar el aspecto final también antes de .menube-flow-shelf-polished */
.menube-flow-shelf .menube-flow-shelf-card {
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.menube-flow-shelf .menube-flow-shelf-badge,
.menube-flow-shelf .menube-flow-public-badge,
.menube-flow-shelf [class*="badge"] {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-sizing: border-box !important;
}

.menube-flow-shelf .menube-flow-shelf-img,
.menube-flow-shelf .menube-flow-shelf-placeholder-thumb,
.menube-flow-shelf .menube-flow-shelf-placeholder-polished {
  box-sizing: border-box !important;
  flex: 0 0 auto !important;
}

/* Móvil: que nazca directamente con el layout compacto final */
@media (max-width: 768px) {
  .menube-flow-shelf {
    overflow: hidden !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .menube-flow-shelf .menube-flow-shelf-rail {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 10px !important;
  }

  .menube-flow-shelf .menube-flow-shelf-card {
    width: min(72vw, 310px) !important;
    min-width: min(72vw, 310px) !important;
    max-width: min(72vw, 310px) !important;
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 12px 14px !important;
    align-items: start !important;
    padding: 18px !important;
    border-radius: 24px !important;
    scroll-snap-align: start !important;
  }

  .menube-flow-shelf .menube-flow-shelf-img,
  .menube-flow-shelf .menube-flow-shelf-placeholder-thumb,
  .menube-flow-shelf .menube-flow-shelf-placeholder-polished {
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    max-width: 92px !important;
    max-height: 92px !important;
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .menube-flow-shelf .menube-flow-shelf-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .menube-flow-shelf .menube-flow-shelf-body {
    grid-column: 2 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .menube-flow-shelf .menube-flow-shelf-badges,
  .menube-flow-shelf [class*="badges"] {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 0 0 4px !important;
  }

  .menube-flow-shelf .menube-flow-shelf-badge,
  .menube-flow-shelf .menube-flow-public-badge,
  .menube-flow-shelf [class*="badge"] {
    min-height: 0 !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    white-space: normal !important;
  }

  .menube-flow-shelf .menube-flow-shelf-card h3,
  .menube-flow-shelf .menube-flow-shelf-card h4,
  .menube-flow-shelf .menube-flow-shelf-title,
  .menube-flow-public-shelf .menube-flow-shelf-title {
    margin: 0 !important;
    font-size: clamp(26px, 7.5vw, 40px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .menube-flow-shelf .menube-flow-shelf-copy,
  .menube-flow-shelf .menube-flow-shelf-subtitle,
  .menube-flow-shelf .menube-flow-shelf-card-copy,
  .menube-flow-shelf .menube-flow-shelf-card-desc,
  .menube-flow-public-shelf .menube-flow-shelf-copy,
  .menube-flow-public-shelf .menube-flow-shelf-subtitle,
  .menube-flow-public-shelf .menube-flow-shelf-card-copy,
  .menube-flow-public-shelf .menube-flow-shelf-card-desc,
  .menube-flow-shelf [data-flow-role="shelf-copy"],
  .menube-flow-shelf [data-flow-role="shelf-card-copy"],
  .menube-flow-shelf [data-flow-role="shelf-card-desc"] {
    display: none !important;
  }

  .menube-flow-shelf .menube-flow-shelf-bottom {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 6px !important;
  }

  .menube-flow-shelf .menube-flow-shelf-price {
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
  }

  .menube-flow-shelf .menube-flow-shelf-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 9px 16px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 420px) {
  .menube-flow-shelf .menube-flow-shelf-card {
    width: 74vw !important;
    min-width: 74vw !important;
    max-width: 74vw !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    padding: 16px !important;
  }

  .menube-flow-shelf .menube-flow-shelf-img,
  .menube-flow-shelf .menube-flow-shelf-placeholder-thumb,
  .menube-flow-shelf .menube-flow-shelf-placeholder-polished {
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    max-width: 86px !important;
    max-height: 86px !important;
  }
}
