/* =========================================================
   BASE / THEME
========================================================= */

:root{
  --cart-item-bg: rgba(39, 228, 1, 0.05);
  --cart-item-border: rgba(70, 131, 52, 0.1);

  --cart-section-bg: rgba(44, 70, 10, 0.03);
  --cart-section-border: rgba(90, 26, 26, 0.08);

  --cart-highlight: rgba(29,185,84,.12);
  --cart-highlight-border: rgba(10, 255, 96, 0.3);

  --cart-total-bg: rgba(255, 0, 170, 0.1);
}

:root{
  --bg:#0f0f12;
  --panel:#17171d;
  --panel2:#1f1f27;
  --stroke:rgba(255,255,255,.08);
  --text:#f1f1f4;
  --muted:rgba(241,241,244,.72);
  --shadow: 0 18px 40px rgba(0,0,0,.55);
  --radius:20px;

  --green:#1db954;
  --green2:#0ea64a;
  --accent:#ffb02e; /* dourado */
}

*{box-sizing:border-box}
html,body{height:100%}

body{
  margin:0;
  min-height:100vh;

  background:#0f0f12;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;

  background-image:url("img/fundo.jpg"); /* você troca depois */
  background-size:cover;
  background-position:center;

  filter:blur(25px) brightness(.5);
  transform:scale(1.2);

  z-index:-2;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(10,10,15,.6);
  z-index:-1;
}

/* Wrapper */
.app{
  width:100%;
  max-width:430px;
  margin:auto;
}

/* DESKTOP */
@media (min-width:900px){

  body{
    display:flex;
    justify-content:center;
    align-items:center;
  }

  .app{
    max-width:950px;
    margin:auto;
  }
}

/* =========================================================
   TOPBAR
========================================================= */
.topbar{
  position: relative;
  padding: 14px 14px 12px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.brand{
  display:flex; align-items:center; gap:12px; min-width:0;
}
.brand__icon{
  width:44px; height:44px; border-radius:14px; overflow:hidden;
  background: rgba(250, 248, 248, 0.06);
  border:1px solid rgba(255,255,255,.08);
  flex:0 0 auto;
}
.brand__icon img{width:100%; height:100%; object-fit:cover; display:block;}
.brand__text{min-width:0}
.brand__name{
  font-weight:800;
  letter-spacing:.2px;
  font-size: 18px;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.brand__meta{
  margin-top:4px;
  display:flex; align-items:center; gap:6px;
  font-size:12px;
  color: var(--muted);
}
.stars{color:#ffd25f}
.metaDot{opacity:.6}

.status{
  display:flex; align-items:center; gap:8px;
}
.status__pill{
  display:flex; align-items:center; gap:8px;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(29,185,84,.12);
  border: 1px solid rgba(29,185,84,.30);
  font-weight:700;
  font-size:12px;
}
.status__dot{
  width:10px; height:10px; border-radius:999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(29,185,84,.12);
}
.iconBtn{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color:var(--text);
  border-radius:12px;
  width:38px; height:38px;
  display:grid; place-items:center;
  cursor:pointer;
}
.iconBtn:active{transform: translateY(1px);}

/* Dropdown menu */
.menu{
  position:absolute;
  top:62px;
  right:14px;
  background: rgba(25,25,32,.98);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  box-shadow: var(--shadow);
  overflow:hidden;
  display:none;
  min-width: 180px;
  z-index:20;
}
.menu.open{display:block;}
.menu__item{
  width:100%;
  text-align:left;
  border:0;
  background:transparent;
  color:var(--text);
  padding:12px 14px;
  cursor:pointer;
  font-weight:700;
}
.menu__item:hover{background: rgba(255,255,255,.06);}

/* =========================================================
   MAIN
========================================================= */
.main{padding: 12px 14px 90px;}
.view.hidden{display:none;}
.section{margin-top:14px;}
.section__title{
  display:flex; align-items:center; gap:10px;
  font-weight:900;
  margin: 14px 2px 10px;
  font-size: 16px;
}
.section__icon{
  width:26px; height:26px;
  border-radius:9px;
  display:grid; place-items:center;
  background: rgba(255,176,46,.14);
  border:1px solid rgba(255,176,46,.25);
}

/* =========================================================
   PROMO
========================================================= */
.promo{
  position:relative;
  border-radius: 22px;
  overflow:hidden;
  height: 380px;
  border: 1px solid rgba(238, 234, 234, 0.1);
  background: rgba(255, 254, 254, 0.04);
  cursor:pointer;
}
.promo__bg{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
}
.promo__overlay{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.22));
}
.promo__content{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding-bottom:40px;
}
.promo__kicker{
  font-weight:1000;
  letter-spacing: .6px;
  font-size: 14px;
  color: rgba(255,255,255,.92);
  text-transform: uppercase;
}
.promo__title{
  font-weight:1000;
  font-size: 22px;
  line-height:1.05;
}
.promo__price{
  display:flex; align-items:baseline; gap:10px;
  font-weight:900;
}
.promo__old{opacity:.75; text-decoration: line-through;}
.promo__new{color:#d6ff9d}
.promo__cta{margin-top:6px;}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  color: var(--text);
  background: rgba(255,255,255,.06);
  font-weight:900;
  cursor:pointer;
  user-select:none;
}
.btn--green{
  background: linear-gradient(180deg, var(--green), var(--green2));
  border-color: rgba(0,0,0,.20);
  box-shadow: 0 12px 24px rgba(29,185,84,.25);
}
.btn--big{
  width:70%;
  padding: 14px 16px;
  font-size: 15px;
}
.btn:active{transform: translateY(1px);}

/* =========================================================
   CAROUSEL (Queridinhos)
========================================================= */
.carouselWrap{
  position:relative;
  width:100%;
}

/* BASE: carrossel normal (mobile + geral) */
.carousel{
  display:flex;
  gap:12px;

  overflow-x:auto;
  overflow-y:hidden;

  padding: 2px 0 10px;

  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;

  scrollbar-width: none;     /* Firefox */
  -ms-overflow-style: none;  /* Edge */
}

.carousel::-webkit-scrollbar{height:8px}
.carousel::-webkit-scrollbar-thumb{background: rgba(255,255,255,.10); border-radius:999px}

.favCard{
  scroll-snap-align: start;
  min-width: 150px;
  max-width: 150px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  overflow:hidden;
  cursor:pointer;
}

/* ✅ AJUSTE NECESSÁRIO: imagem do card sempre “certinha” e profissional */
/* Queridinhos: imagem padronizada e sempre certinha */
.favCard__img{
  height: 120px;               /* AUMENTA o card da imagem (antes 92px) */
  overflow: hidden;
  background: rgba(255,255,255,.06);
  line-height: 0;
  font-size: 0;
}

.favCard__img img{
  width: 100%;
  height: 130%;
  object-fit: cover;           /* padrão profissional: preenche sem distorcer */
  object-position: center;
  display: block;
  max-width: none;
  max-height: none;
}

.favCard__body{
  padding: 10px 10px 12px;
  display:flex; flex-direction:column; gap:6px;
  height: 100px; /* limite fixo visual */
}
.badge{
  display:inline-flex; align-items:center; justify-content:center;
  font-weight:900;
  font-size: 11px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255,176,46,.16);
  border:1px solid rgba(255,176,46,.24);
  width: fit-content;
}
.favCard__name{
  font-weight:1000;
  font-size: 13px;
  line-height:1.15;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  min-height: 30px;
}
.favCard__price{
  font-weight:1000;
  color: rgba(255,255,255,.88);
  margin-top:auto;
}

.carArrow{
  position:absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(10,10,12,.55);
  color: var(--text);
  display:grid; place-items:center;
  cursor:pointer;
  z-index:5;
}
.carArrow--left{left:-120px}
.carArrow--right{right:-120px}

/* Mobile: esconder setas */
@media (max-width: 520px){
  .carArrow{display:none;}
}

/* DESKTOP: centralizar quando sobrar espaço, SEM criar largura falsa */
@media (min-width:900px){
  .carousel.is-centered{
    justify-content:center;
  }
}

/* =========================================================
   SEARCH
========================================================= */
.searchRow{margin-top: 8px;}
.search{
  display:flex; align-items:center; gap:10px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 10px 12px;
}
.search__icon{opacity:.85}
.search input{
  border:0;
  outline:0;
  flex:1;
  background:transparent;
  color: var(--text);
  font-size: 14px;
}
.search__clear{
  border:0;
  background: rgba(255,255,255,.08);
  color: var(--text);
  width: 30px; height: 30px;
  border-radius: 12px;
  cursor:pointer;
  display:grid; place-items:center;
}

/* =========================================================
   CHIPS
========================================================= */
.chips{
  margin-top: 12px;
  display:flex;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding-bottom: 4px;
}
.chips::-webkit-scrollbar{height:0}

.chip{
  display:flex; align-items:center; gap:8px;
  padding: 10px 12px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  color: var(--text);
  font-weight:900;
  font-size: 13px;
  cursor:pointer;
  white-space:nowrap;
}
.chip.active{
  border-color: rgba(255,176,46,.40);
  background: rgba(255,176,46,.12);
}
.chip__icon{opacity:.95}

/* DESKTOP: centralizar quando sobrar espaço */
@media (min-width:900px){
  .chips{
    justify-content:center;
  }
}

/* =========================================================
   PRODUCT LIST
========================================================= */
.list{
  margin-top: 12px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.item{
  display:flex;
  gap:12px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  overflow:hidden;
  cursor:pointer;

  height: 132px;          /* <<< FIXO: o card nunca muda */
  align-items: stretch;   /* <<< força colunas a esticar igual */
}

.item__img{
  width: 132px;           /* <<< FIXO: coluna da imagem */
  height: 132px;          /* <<< FIXO: altura igual do card */
  flex: 0 0 132px;        /* <<< impede encolher/esticar */
  overflow: hidden;
  background: rgba(255,255,255,.06);
}

.item__img img{
  width: 100%;
  height: 130%;
  object-fit: cover;       /* <<< sempre “certinha” sem distorcer */
  object-position: center;
  display: block;
}

.item__body{
  padding: 10px 10px 10px 0;
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
  flex:1;
}
.item__top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-start;
}
.item__name{
  font-weight:1000;
  font-size: 14px;
  line-height:1.15;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  min-height: 32px;
}
.item__price{
  font-weight:1000;
  color: rgba(255,255,255,.92);
  white-space:nowrap;
}
.item__desc{
  font-size: 12px;
  color: var(--muted);
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  min-height: 30px;
}

/* =========================================================
   FOOT INFO
========================================================= */
.footerInfo{
  margin-top: 16px;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.footerInfo__line{
  display:flex; gap:10px; align-items:center;
  color: rgba(255,255,255,.86);
  font-size: 13px;
}
.footerInfo__line + .footerInfo__line{margin-top:8px}

/* =========================================================
   BOTTOM BAR
========================================================= */
.bottomBar{
  position: fixed;
  left:50%;
  transform: translateX(-50%);
  bottom: 16px;
  width: min(430px, calc(100% - 20px));
  display:flex;
  gap: 10px;
  z-index: 30;

  /* FIX legibilidade */
  padding: 10px;
  border-radius: 22px;
  background: rgba(15,15,18,.92);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cartBtn{
  flex: 0 0 auto;
  width: 150px;
  display:flex; align-items:center; justify-content:center; gap:10px;
  padding: 12px 12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight:1000;
  cursor:pointer;
  position: relative;
}
.cartBtn__badge{
  position:absolute;
  top:-8px; right:-8px;
  width: 28px; height: 28px;
  border-radius: 999px;
  display:grid; place-items:center;
  background: rgba(255,176,46,.95);
  color:#101014;
  font-weight:1100;
  border: 2px solid rgba(15,15,18,.9);
}
.waBtn{
  flex:1;
  display:flex; align-items:center; justify-content:center; gap:10px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.24);
  background: linear-gradient(180deg, var(--green), var(--green2));
  color: #08110a;
  font-weight:1100;
  cursor:pointer;
  box-shadow: 0 14px 28px rgba(29,185,84,.22);
}
.waBtn__icon{filter: saturate(1.2)}

/* =========================================================
   DRAWER (CART)
========================================================= */
.drawer{
  position: fixed; inset:0;
  z-index: 60;
  display:none;
}
.drawer.open{display:block;}
.drawer__overlay{
  position:absolute; inset:0;
  background: rgba(0,0,0,.55); /* escurece ao invés de cinzar */
}
.drawer__panel{
  position:absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(420px, 100%);
  background: rgba(20,20,26,.98);
  border-left:1px solid rgba(255,255,255,.10);
  color:#fff;
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
}
.drawer__head{
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.drawer__title{font-weight:1100; font-size:16px;}
.drawer__body{
  padding: 14px;
  overflow:auto;
}

.cartList{display:flex; flex-direction:column; gap:12px;}
.cartItem{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 16px;

  background: var(--cart-item-bg);
  border:1px solid var(--cart-item-border);

  transition: .2s;
}

.cartItem:hover{
  background: rgba(255,255,255,.07);
}
.cartItem__img{
  width:60px; height:60px;
  border-radius: 14px;
  overflow:hidden;
  background: rgba(255,255,255,.06);
  flex:0 0 auto;
}
.cartItem__img img{width:100%; height:100%; object-fit:cover; display:block;}
.cartItem__body{flex:1; min-width:0; display:flex; flex-direction:column; gap:6px;}
.cartItem__row{display:flex; justify-content:space-between; gap:10px; align-items:flex-start;}
.cartItem__name{
  font-weight:1000;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.cartItem__price{font-weight:1100; white-space:nowrap;}
.cartItem__meta{font-size:12px; color: var(--muted);}
.cartItem__controls{
  display:flex; align-items:center; gap:10px; margin-top:4px;
}
.cartMeta input::placeholder{
  color: rgba(255,255,255,.55);
}
.smallQty{
  display:flex; align-items:center; gap:8px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  padding: 6px 8px;
}
.smallQty button{
  border:0;
  background: rgba(255,255,255,.06);
  color:var(--text);
  width:28px; height:28px;
  border-radius: 12px;
  cursor:pointer;
  font-weight:1100;
}
.smallQty span{min-width:16px; text-align:center; font-weight:1100;}
.trashBtn{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: var(--text);
  border-radius: 14px;
  padding: 8px 10px;
  cursor:pointer;
  font-weight:900;
}

.cartMeta{
  margin-top: 14px;
  padding: 14px;

  border-radius: 18px;
  border:1px solid var(--cart-section-border);
  background: var(--cart-section-bg);

  display:flex;
  flex-direction:column;
  gap:12px;
}
.radioRow{
  background: var(--cart-highlight);
  border:1px solid var(--cart-highlight-border);
  padding:10px;
  border-radius:12px;
}
.cartMeta__row{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size: 13px;
}
.cartMeta input, .cartMeta select{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.15);
  color: var(--text);
  outline:none;
}
.radioRow{display:flex; gap:12px; flex-wrap:wrap;}
.radio{display:flex; align-items:center; gap:8px; font-weight:900;}
.radio input{accent-color: var(--green);}

.cartTotals{
  margin-top: 12px;
  padding: 14px;

  border-radius: 18px;
  border:1px solid var(--cart-highlight-border);

  background: linear-gradient(
    180deg,
    var(--cart-total-bg),
    rgba(0,0,0,.15)
  );
}
.totRow{display:flex; justify-content:space-between; color: rgba(255,255,255,.88); font-size: 13px;}
.totRow + .totRow{margin-top:8px}
.totRow--big{
  font-size: 16px;
  font-weight: 1100;
  color: #d6ff9d;
}

.cartHint{
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 16px;
  border:1px solid rgba(255,176,46,.18);
  background: rgba(255,176,46,.10);
  color: rgba(255,255,255,.92);
  font-size: 13px;
}

/* =========================================================
   PRODUCT VIEW
========================================================= */
.productTop{
  display:flex; align-items:center; justify-content:space-between;
  margin: 4px 0 10px;
}
.backBtn{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color: var(--text);
  width: 44px; height:44px;
  border-radius: 14px;
  cursor:pointer;
  font-size: 18px;
}
.productTop__title{font-weight:1100;}

/* ✅ AJUSTE NECESSÁRIO: Hero “profissional”, maior, sem cortar e sem ficar vazio */
.productHero{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  width: 100%;

  height: 480px;                 /* <<< AUMENTA a altura do card aqui */
  background: rgba(255,255,255,.04);
}
.productHero::before{
  content:"";
  position:absolute; inset:0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  filter: blur(22px) brightness(.55) saturate(1.1);
  transform: scale(1.2);
}
.productHero::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55));
}
/* a imagem sempre ocupa o card inteiro */
.productHero img{
  width: 100%;
  height: 100%;
  object-fit: cover;              /* <<< PREENCHE o card SEM distorcer */
  object-position: center;
  display: block;
}
@media (max-width:520px){
  .productHero{
    aspect-ratio: 4 / 3;
    max-height: 360px;
  }
}

.productCard{
  margin-top: 12px;
  padding: 14px;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.productRow{display:flex; justify-content:space-between; gap:12px; align-items:flex-start;}
.productName{margin:0; font-size: 20px; line-height:1.1;}
.productPrice{font-weight:1100; font-size: 18px; white-space:nowrap;}
.starsRow{margin: 8px 0 10px; color:#ffd25f}
.productDesc{margin:0; color: var(--muted); line-height:1.35; font-size: 13px;}

.options{margin-top: 12px; display:flex; flex-direction:column; gap:10px;}
.optBlock{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.12);
  border-radius: 18px;
  padding: 12px;
}
.optTitle{font-weight:1100; margin-bottom:8px;}
.optRow{display:flex; align-items:center; justify-content:space-between; gap:10px; padding: 8px 0;}
.optRow + .optRow{border-top:1px solid rgba(255,255,255,.08);}
.optRow label{display:flex; align-items:center; gap:10px; font-weight:900;}
.optRow input{accent-color: var(--green);}
.optPrice{color: rgba(255,255,255,.86); font-weight:1100; white-space:nowrap;}

.note{margin-top: 12px; display:flex; flex-direction:column; gap:8px;}
.note input{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.15);
  color: var(--text);
  outline:none;
}

.addRow{
  margin-top: 14px;
  display:flex;
  gap:12px;
  align-items:center;
}
.qty{
  display:flex; align-items:center; gap:10px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 18px;
  padding: 8px 10px;
}
.qtyBtn{
  width:38px; height:38px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color:var(--text);
  font-weight:1100;
  cursor:pointer;
}
.qtyVal{min-width:20px; text-align:center; font-weight:1100;}

/* =========================================================
   MODAL (REVIEWS)
========================================================= */
.modal{
  position: fixed; inset:0;
  z-index: 70;
  display:none;
}
.modal.open{display:block;}
.modal__overlay{position:absolute; inset:0; background: rgba(0,0,0,.60);}
.modal__panel{
  position:absolute;
  left:50%; top:50%;
  transform: translate(-50%,-50%);
  width: min(420px, calc(100% - 20px));
  max-height: 78vh;
  background: rgba(20,20,26,.98);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.modal__head{
  padding: 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.modal__title{font-weight:1100;}
.modal__body{padding: 14px; overflow:auto; display:flex; flex-direction:column; gap:10px;}
.review{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 18px;
  padding: 12px;
}
.review__top{display:flex; justify-content:space-between; gap:10px;}
.review__name{font-weight:1100;}
.review__stars{color:#ffd25f;}
.review__txt{margin-top:6px; color: var(--muted); font-size: 13px; line-height:1.35;}

/* Modal Informações (usa seu estilo modal existente) */
.infoBlock{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 18px;
  padding: 12px;
}
.infoTitle{ font-weight:1100; margin-bottom:6px; }
.infoText{ color: var(--muted); font-size: 13px; line-height:1.35; }

/* trava scroll do fundo quando modal abre */
.app.modalLock{
  overflow: hidden;
  height: 100vh;
}

/* ===============================
   FORÇA TEXTO BRANCO NO SITE TODO
=================================*/

body{
  color: #ffffff;
}

/* todos textos herdam branco */
h1,h2,h3,h4,h5,h6,
p,
span,
label,
small,
strong,
b,
a,
div{
  color: inherit;
}
/* =========================
   MICRO ANIMAÇÕES — CLIENTE
========================= */

.item,
.favCard,
.promo,
.btn,
.cartBtn,
.waBtn,
.iconBtn,
.chip,
.qtyBtn,
.brand,
.productCard,
.optBlock{
  transition:
    transform .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    filter .18s ease,
    opacity .18s ease;
  will-change: transform;
}

.promo__bg{
  transition: transform .35s ease, filter .25s ease;
}

.item__img img,
.favCard__img img,
.brand__icon img{
  transition: transform .28s ease, filter .25s ease;
}

@media (hover:hover){
  .item:hover{
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.16);
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
  }

  .item:hover .item__img img{
    transform: scale(1.04);
    filter: brightness(1.04);
  }

  .favCard:hover{
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.16);
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
  }

  .favCard:hover .favCard__img img{
    transform: scale(1.04);
    filter: brightness(1.04);
  }

  .promo:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
  }

  .promo:hover .promo__bg{
    transform: scale(1.05);
    filter: saturate(1.08) contrast(1.06) brightness(1.03);
  }

  .btn:hover,
  .cartBtn:hover,
  .waBtn:hover,
  .iconBtn:hover,
  .qtyBtn:hover{
    transform: translateY(-2px);
    filter: brightness(1.06);
  }

  .chip:hover{
    transform: translateY(-1px);
    background: rgba(255,255,255,.08);
  }

  .brand:hover{
    transform: translateY(-1px);
  }

  .brand:hover .brand__icon img{
    transform: scale(1.05);
  }

  .productCard:hover,
  .optBlock:hover{
    transform: translateY(-1px);
    border-color: rgba(255,255,255,.14);
  }
}

.btn:active,
.cartBtn:active,
.waBtn:active,
.iconBtn:active,
.qtyBtn:active,
.chip:active{
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
  .item,
  .favCard,
  .promo,
  .btn,
  .cartBtn,
  .waBtn,
  .iconBtn,
  .chip,
  .qtyBtn,
  .brand,
  .productCard,
  .optBlock,
  .promo__bg,
  .item__img img,
  .favCard__img img,
  .brand__icon img{
    transition:none !important;
    transform:none !important;
  }
}
/* Remove highlight azul ao tocar no mobile */
* {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
/* =========================
   FIX ALINHAMENTO DOS PREÇOS
========================= */

.item__top{
  display:grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  column-gap: 12px;
  align-items: start;
}

.item__name{
  min-width: 0;
  margin-right: 0;
}

.item__price{
  min-width: 92px;
  text-align: right;
  justify-self: end;
  align-self: start;
}


/* BOTÃO PROVISÓRIO ADMIN */
.admin-temp-btn{
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 56px;
  height: 56px;
  padding: 0 16px;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(15,15,18,.92);
  backdrop-filter: blur(10px);

  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .2px;

  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  transition:
    transform .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    filter .18s ease;
}

@media (hover:hover){
  .admin-temp-btn:hover{
    transform: translateY(-2px);
    background: rgba(28,28,34,.96);
    border-color: rgba(255,255,255,.22);
    box-shadow: 0 18px 34px rgba(0,0,0,.34);
    filter: brightness(1.04);
  }
}

.admin-temp-btn:active{
  transform: translateY(0);
}

@media (max-width: 640px){
  .admin-temp-btn{
    right: 14px;
    bottom: 82px;
    height: 52px;
    min-width: 52px;
    padding: 0 14px;
    font-size: 13px;
  }
}

.status__pill.open {
  background: rgba(29,185,84,.12);
  border: 1px solid rgba(29,185,84,.30);
}

.status__pill.closing {
  background: rgba(255,165,0,.12);
  border: 1px solid rgba(255,165,0,.40);
}

.status__pill.closed {
  background: rgba(255,77,77,.12);
  border: 1px solid rgba(255,77,77,.40);
}

.status__pill.closed .status__dot {
  background: #ff4d4d;
}

.status__pill.closing .status__dot {
  background: orange;
}

.quickAddBtn{
  position:absolute;
  right:20px;
  bottom:20px;

  background: linear-gradient(180deg, var(--green), var(--green2));
  color:#08110a;

  border:none;
  padding:6px 10px;
  border-radius:10px;

  font-weight:900;
  font-size:15px;

  cursor:pointer;
  box-shadow:0 6px 12px rgba(29,185,84,.25);
}

.item{
  position:relative;
}

.quickAddBtn{
  transition: transform .18s ease, box-shadow .18s ease;
}

.quickAddBtn:hover{
  transform: scale(1.06);
  box-shadow:0 10px 20px rgba(29,185,84,.35);
}

.item{
  transition: transform .2s ease, box-shadow .2s ease;
}

.item:hover{
  transform: scale(1.015);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

.item__img img{
  transition: transform .25s ease;
}

.item:hover .item__img img{
  transform: scale(1.08);
}

body.modal-open{
  overflow: hidden;
}

.modal__panel{
  max-height: 90vh;
  overflow-y: auto;
}

body.modal-open{
  position: fixed;
  width: 100%;
  overflow: hidden;
}

select option{
  background: #3d280d;
  color: #fff;
}

select{
  background: #515357;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
}

select{
  background: linear-gradient(180deg, #6c6e74, #a0a5b1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  padding: 10px;
}

.floating {
  display: flex;
  animation: floatCard 3s ease-in-out infinite;
}

@keyframes floatCard {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0px);
  }
}