body.public-website-bares-cervejarias .hero {
  min-height: 80vh;
}

body.public-website-bares-cervejarias .hero-left {
  padding: 6rem 3.5rem 5rem;
  padding-left: max(3.5rem, calc((100vw - 1400px) / 2 + 3.5rem));
}

body.public-website-bares-cervejarias .hero-right {
  min-height: 80vh;
  position: relative;
}

body.public-website-bares-cervejarias .tab-hud {
  right: max(3rem, calc((100vw - 1400px) / 2 + 3rem));
}

body.public-website-bares-cervejarias .bars-breadcrumb-link {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}

body.public-website-bares-cervejarias .bars-breadcrumb-separator {
  opacity: .35;
  margin: 0 .2em;
}

body.public-website-bares-cervejarias .bars-tap-bar-78 {
  width: 78%;
}

body.public-website-bares-cervejarias .bars-tap-bar-42 {
  width: 42%;
}

body.public-website-bares-cervejarias .bars-tap-bar-12 {
  width: 12%;
}

body.public-website-bares-cervejarias .bars-bottle-qty-low {
  color: var(--warm);
}

body.public-website-bares-cervejarias .bars-alert-action {
  margin-left: .3rem;
}

body.public-website-bares-cervejarias .pbq {
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: min(900px, calc(100% - 7rem));
  padding: 0;
  transform: none;
}

body.public-website-bares-cervejarias .pbq-cite {
  display: block;
  width: max-content;
  margin-inline: auto;
}

@keyframes glowW {

  0%,
  100% {
    box-shadow: 0 0 0 rgba(196, 163, 90, 0);
  }

  50% {
    box-shadow: 0 0 8px rgba(196, 163, 90, .3);
  }
}

body.public-website-bares-cervejarias .mock-tab {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 330px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(232, 83, 10, .06);
}

[data-theme="light"] body.public-website-bares-cervejarias .mock-tab {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1);
}

body.public-website-bares-cervejarias .mt-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border);
}

body.public-website-bares-cervejarias .mt-title {
  font-family: var(--Fd);
  font-size: 1.2rem;
  font-weight: 400;
}

body.public-website-bares-cervejarias .mt-badge {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(232, 83, 10, .3);
  padding: .18rem .6rem;
  border-radius: 100px;
}

body.public-website-bares-cervejarias .mt-items {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  margin-bottom: .9rem;
}

body.public-website-bares-cervejarias .mt-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .4rem .6rem;
  background: var(--s2);
  border-radius: 6px;
  border: 1px solid var(--border);
  font-size: .73rem;
}

body.public-website-bares-cervejarias .mt-item-emoji {
  font-size: .9rem;
  flex-shrink: 0;
}

body.public-website-bares-cervejarias .mt-item-name {
  flex: 1;
  color: var(--muted);
}

body.public-website-bares-cervejarias .mt-item-qty {
  font-family: var(--Fd);
  font-size: .85rem;
  color: var(--text);
}

body.public-website-bares-cervejarias .mt-item-price {
  color: var(--text);
}

body.public-website-bares-cervejarias .mt-add {
  display: flex;
  gap: .4rem;
  margin-bottom: .9rem;
  flex-wrap: wrap;
}

body.public-website-bares-cervejarias .mt-add-btn {
  padding: .3rem .75rem;
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: .65rem;
  color: var(--muted);
  cursor: default;
  transition: all .2s;
}

body.public-website-bares-cervejarias .mt-add-btn.sel {
  border-color: rgba(232, 83, 10, .35);
  color: var(--accent);
  background: rgba(232, 83, 10, .08);
}

body.public-website-bares-cervejarias .mt-divider {
  height: 1px;
  background: var(--border);
  margin: .5rem 0;
}

body.public-website-bares-cervejarias .mt-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

body.public-website-bares-cervejarias .mt-total-label {
  font-size: .6rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

body.public-website-bares-cervejarias .mt-total-val {
  font-family: var(--Fd);
  font-size: 2rem;
  font-weight: 300;
  color: var(--accent);
}

body.public-website-bares-cervejarias .mock-beerstock {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 320px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(196, 163, 90, .07);
}

[data-theme="light"] body.public-website-bares-cervejarias .mock-beerstock {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1);
}

body.public-website-bares-cervejarias .mbs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border);
}

body.public-website-bares-cervejarias .mbs-title {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

body.public-website-bares-cervejarias .mbs-updated {
  font-size: .6rem;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: .35rem;
}

body.public-website-bares-cervejarias .mbs-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  animation: lpulse 1.8s ease-in-out infinite;
}

body.public-website-bares-cervejarias .mbs-tap-label {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .5rem;
}

body.public-website-bares-cervejarias .mbs-taps {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-bottom: .8rem;
}

body.public-website-bares-cervejarias .mbs-tap {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .5rem .65rem;
  background: var(--s2);
  border-radius: 6px;
  border: 1px solid var(--border);
}

body.public-website-bares-cervejarias .mbs-tap-icon {
  font-size: .9rem;
  flex-shrink: 0;
}

body.public-website-bares-cervejarias .mbs-tap-name {
  flex: 1;
  font-size: .75rem;
  color: var(--text);
}

body.public-website-bares-cervejarias .mbs-tap-bar-wrap {
  width: 70px;
  height: 8px;
  background: var(--s3);
  border-radius: 4px;
  overflow: hidden;
}

body.public-website-bares-cervejarias .mbs-tap-bar {
  height: 100%;
  border-radius: 4px;
}

body.public-website-bares-cervejarias .mbs-tap-bar.full {
  background: var(--accent);
}

body.public-website-bares-cervejarias .mbs-tap-bar.mid {
  background: var(--warm);
}

body.public-website-bares-cervejarias .mbs-tap-bar.low {
  background: #e04040;
}

body.public-website-bares-cervejarias .mbs-tap-level {
  font-size: .62rem;
  min-width: 26px;
  text-align: right;
}

body.public-website-bares-cervejarias .mbs-tap-level.full {
  color: var(--accent);
}

body.public-website-bares-cervejarias .mbs-tap-level.mid {
  color: var(--warm);
}

body.public-website-bares-cervejarias .mbs-tap-level.low {
  color: #e04040;
}

body.public-website-bares-cervejarias .mbs-bottles-label {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .5rem;
}

body.public-website-bares-cervejarias .mbs-bottles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .4rem;
  margin-bottom: .7rem;
}

body.public-website-bares-cervejarias .mbs-bottle {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: .5rem .4rem;
  text-align: center;
  font-size: .58rem;
  color: var(--muted);
}

body.public-website-bares-cervejarias .mbs-bottle-emoji {
  font-size: .85rem;
  display: block;
  margin-bottom: .2rem;
}

body.public-website-bares-cervejarias .mbs-bottle-name {
  line-height: 1.25;
  margin-bottom: .2rem;
}

body.public-website-bares-cervejarias .mbs-bottle-qty {
  font-family: var(--Fd);
  font-size: .9rem;
  font-weight: 300;
  color: var(--text);
}

body.public-website-bares-cervejarias .mbs-alert {
  background: rgba(196, 163, 90, .08);
  border: 1px solid rgba(196, 163, 90, .2);
  border-radius: 6px;
  padding: .6rem .8rem;
  font-size: .72rem;
  color: var(--warm);
  display: flex;
  align-items: center;
  gap: .6rem;
}

body.public-website-bares-cervejarias .mock-happy {
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.4rem;
  width: 310px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5);
}

[data-theme="light"] body.public-website-bares-cervejarias .mock-happy {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .1);
}

body.public-website-bares-cervejarias .mhh-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border);
}

body.public-website-bares-cervejarias .mhh-title {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

body.public-website-bares-cervejarias .mhh-badge {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--warm);
  border: 1px solid rgba(196, 163, 90, .3);
  padding: .18rem .6rem;
  border-radius: 100px;
  animation: glowW 2s ease-in-out infinite;
}

body.public-website-bares-cervejarias .mhh-timer {
  background: rgba(196, 163, 90, .08);
  border: 1px solid rgba(196, 163, 90, .2);
  border-radius: 8px;
  padding: .8rem 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}

body.public-website-bares-cervejarias .mhh-timer-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

body.public-website-bares-cervejarias .mhh-timer-label {
  font-size: .58rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: .2rem;
}

body.public-website-bares-cervejarias .mhh-timer-val {
  font-family: var(--Fd);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--warm);
  letter-spacing: -.02em;
}

body.public-website-bares-cervejarias .mhh-items {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-bottom: .8rem;
}

body.public-website-bares-cervejarias .mhh-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .5rem .6rem;
  background: var(--s2);
  border-radius: 6px;
  border: 1px solid var(--border);
}

body.public-website-bares-cervejarias .mhh-item-name {
  flex: 1;
  font-size: .75rem;
  color: var(--text);
}

body.public-website-bares-cervejarias .mhh-item-orig {
  font-size: .65rem;
  color: var(--dim);
  text-decoration: line-through;
  margin-right: .3rem;
}

body.public-website-bares-cervejarias .mhh-item-price {
  font-family: var(--Fd);
  font-size: .95rem;
  font-weight: 300;
  color: var(--warm);
}

body.public-website-bares-cervejarias .mhh-next {
  background: var(--s2);
  border-radius: 6px;
  padding: .6rem .8rem;
  font-size: .7rem;
  color: var(--muted);
  border: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
}

body.public-website-bares-cervejarias .mhh-next strong {
  color: var(--text);
  font-weight: 400;
}
