﻿/* Page-specific styles: lojas-retalho */

/* SALE HUD */
.hero {
  min-height: 80vh
}

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

.hero-right {
  min-height: 80vh;
  position: relative
}

.sale-hud {
  position: absolute;
  bottom: 3rem;
  right: max(3rem, calc((100vw - 1400px) / 2 + 3rem));
  background: var(--s1);
  border: 1px solid rgba(238, 234, 222, .1);
  border-radius: 12px;
  padding: 1.2rem;
  width: 276px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 40px rgba(196, 163, 90, .06);
  opacity: 0;
  z-index: 2;
}

[data-theme="light"] .sale-hud {
  background: var(--s1);
  border-color: rgba(26, 23, 19, .15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1)
}

.shud-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .9rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--border)
}

.shud-title {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.shud-num {
  font-family: var(--Fd);
  font-size: 1.1rem;
  color: var(--warm);
  font-weight: 300
}

.shud-items {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-bottom: .7rem
}

.shud-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .42rem .55rem;
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: .68rem
}

.shud-item-name {
  flex: 1;
  color: var(--muted)
}

.shud-item-val {
  color: var(--text)
}

.shud-disc {
  font-size: .58rem;
  color: var(--accent);
  padding: .1rem .4rem;
  background: rgba(232, 83, 10, .1);
  border-radius: 100px;
  border: 1px solid rgba(232, 83, 10, .2)
}

.shud-total {
  display: flex;
  justify-content: space-between;
  padding-top: .6rem;
  border-top: 1px solid var(--border);
  align-items: baseline
}

.shud-total-label {
  font-size: .6rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted)
}

.shud-total-val {
  font-family: var(--Fd);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--accent)
}

.lojas-retalho-inline-1 {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}

.lojas-retalho-inline-10 {
  background: #1a1a1a;
}

.lojas-retalho-inline-11 {
  background: #8b6f47;
}

.lojas-retalho-inline-12 {
  background: #e8d5c4;
}

.lojas-retalho-inline-13 {
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(232, 83, 10, .06);
}

.lojas-retalho-inline-14 {
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
}

.lojas-retalho-inline-15 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.lojas-retalho-inline-16 {
  font-family: var(--Fd);
  font-size: .95rem;
  color: var(--text);
}

.lojas-retalho-inline-17 {
  font-size: .72rem;
  color: var(--accent);
}

.lojas-retalho-inline-18 {
  font-size: .68rem;
  color: var(--muted);
}

.lojas-retalho-inline-19 {
  display: flex;
  gap: .4rem;
}

.lojas-retalho-inline-2 {
  opacity: .35;
  margin: 0 .2em;
}

.lojas-retalho-inline-20 {
  font-size: .6rem;
  padding: .1rem .5rem;
  background: rgba(232, 83, 10, .1);
  border-radius: 100px;
  color: var(--accent);
  border: 1px solid rgba(232, 83, 10, .2);
}

.lojas-retalho-inline-21 {
  font-size: .6rem;
  padding: .1rem .5rem;
  background: var(--s3);
  border-radius: 100px;
  color: var(--muted);
  border: 1px solid var(--border);
}

.lojas-retalho-inline-22 {
  margin-top: .3rem;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
}

.lojas-retalho-inline-23 {
  font-size: .72rem;
  color: var(--warm);
}

.lojas-retalho-inline-24 {
  margin: .9rem 0 .4rem;
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

.lojas-retalho-inline-25 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .8rem;
  background: var(--s2);
  border-radius: 8px;
  border: 1px solid var(--border);
}

.lojas-retalho-inline-26 {
  font-size: .72rem;
  text-decoration: line-through;
  color: var(--dim);
}

.lojas-retalho-inline-27 {
  font-family: var(--Fd);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--accent);
}

.lojas-retalho-inline-28 {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .55rem;
}

.lojas-retalho-inline-29 {
  width: 90%;
}

.lojas-retalho-inline-3 {
  box-shadow: 0 32px 80px rgba(0, 0, 0, .5), 0 0 60px rgba(196, 163, 90, .07);
}

.lojas-retalho-inline-30 {
  width: 72%;
}

.lojas-retalho-inline-31 {
  width: 60%;
}

.mock-card {
  background: var(--s2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.2rem;
  font-size: .72rem;
}

.mock-md {
  width: 270px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

.mc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .8rem;
  padding-bottom: .7rem;
  border-bottom: 1px solid var(--border);
}

.mc-title {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.mc-badge {
  font-size: .6rem;
  color: var(--accent);
  border: 1px solid rgba(232, 83, 10, .3);
  padding: .12rem .5rem;
  border-radius: 100px;
}

.mc-badge.green {
  color: #4caf50;
  border-color: rgba(76, 175, 80, .3);
}

.list-row {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .45rem 0;
  border-bottom: 1px solid var(--border);
}

.list-row:last-child {
  border-bottom: none;
}

.lr-main {
  flex: 1;
  color: var(--text);
  font-size: .72rem;
}

.lr-sub {
  color: var(--dim);
  font-size: .6rem;
}

.lr-tag {
  font-size: .58rem;
  padding: .1rem .45rem;
  border-radius: 100px;
  white-space: nowrap;
}

.lr-tag.ok {
  background: rgba(76, 175, 80, .1);
  color: #4caf50;
  border: 1px solid rgba(76, 175, 80, .25);
}

.lr-tag.low {
  background: rgba(229, 57, 53, .1);
  color: #e57373;
  border: 1px solid rgba(229, 57, 53, .25);
}

.lr-tag.disc {
  background: rgba(232, 83, 10, .1);
  color: var(--accent);
  border: 1px solid rgba(232, 83, 10, .25);
}

.lr-val {
  font-family: var(--Fd);
  font-size: .9rem;
  font-weight: 300;
  white-space: nowrap;
}

.size-grid {
  display: flex;
  gap: .3rem;
  flex-wrap: wrap;
  margin-bottom: .7rem;
}

.sz {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: .3rem .45rem;
  text-align: center;
  font-size: .65rem;
  color: var(--text);
}

.sz.warn {
  border-color: rgba(196, 163, 90, .4);
  color: var(--warm);
}

.sz.out {
  opacity: .35;
  text-decoration: line-through;
}

.sn {
  font-size: .52rem;
  color: var(--dim);
  margin-top: .1rem;
}

.color-row {
  display: flex;
  gap: .5rem;
  margin-bottom: .4rem;
}

.col-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.col-dot.active {
  border-color: var(--warm);
}

.big-num {
  font-family: var(--Fd);
  font-size: 2rem;
  font-weight: 300;
  color: var(--accent);
  margin-bottom: .2rem;
}

.big-sub {
  font-size: .65rem;
  color: var(--muted);
  margin-bottom: .8rem;
}

.bar-row {
  display: grid;
  grid-template-columns: 4rem 1fr auto;
  align-items: center;
  gap: .5rem;
  margin-bottom: .4rem;
}

.br-label {
  font-size: .65rem;
  color: var(--muted);
}

.br-wrap {
  height: 5px;
  background: var(--s1);
  border-radius: 100px;
  overflow: hidden;
}

.br-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 100px;
  opacity: .75;
}

.br-val {
  font-size: .65rem;
  color: var(--text);
  text-align: right;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .4rem;
  padding-top: .7rem;
  border-top: 1px solid var(--border);
  margin-top: .6rem;
}

.kpi {
  text-align: center;
}

.kpi-label {
  font-size: .55rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dim);
  margin-bottom: .2rem;
}

.kpi-val {
  font-family: var(--Fd);
  font-size: 1rem;
  font-weight: 300;
  color: var(--text);
}

.lojas-retalho-inline-32 {
  width: 62%;
}

body.public-website-lojas-retalho .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-lojas-retalho .pbq-cite {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

.lojas-retalho-inline-4 {
  display: block;
}

.lojas-retalho-inline-5 {
  color: var(--warm);
}

.lojas-retalho-inline-6 {
  color: var(--accent);
}

.lojas-retalho-inline-7 {
  margin: .8rem 0 .4rem;
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

.lojas-retalho-inline-8 {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .4rem;
}

.lojas-retalho-inline-9 {
  background: #2c4a7c;
}
