*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Poppins',sans-serif;
  background:#0F0B0A;
  color:white;
  overflow-x:hidden;
}

.pagina{
  display:none;
}

.pagina.ativa{
  display:block;
}

.product-loading-panel{
  width:100%;
  min-height:220px;
  margin-bottom:22px;
  padding:28px;
  border-radius:26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(247,169,40,.18), transparent 34%),
    linear-gradient(145deg,rgba(19,13,11,.96),rgba(8,5,5,.96));
  border:1px solid rgba(247,169,40,.22);
  box-shadow:0 24px 70px rgba(0,0,0,.38);
  text-align:center;
}

.product-loading-logo{
  width:94px;
  height:94px;
  margin:0 auto 18px;
  border-radius:22px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 38px rgba(247,169,40,.20);
}

.product-loading-logo img{
  width:78px;
  height:78px;
  object-fit:contain;
}

.product-loading-copy span{
  display:inline-flex;
  margin-bottom:10px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(247,169,40,.12);
  color:#f7a928;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}

.product-loading-copy strong{
  display:block;
  color:#fff;
  font-size:30px;
  line-height:1.05;
  font-weight:900;
}

.product-loading-copy p{
  max-width:390px;
  margin:12px auto 0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.55;
}

.product-loading-bar{
  height:9px;
  max-width:380px;
  margin:24px auto 0;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.08);
}

.product-loading-bar i{
  display:block;
  width:45%;
  height:100%;
  border-radius:999px;
  background:#f7a928;
  animation:nbSplashBar 1.15s ease-in-out infinite;
}

@keyframes nbSplashBar{
  0%{ transform:translateX(-110%); }
  100%{ transform:translateX(230%); }
}

.erro{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:20px;
  color:white;
  text-align:center;
}

.product-loading-state{
  grid-column:1/-1;
  width:100%;
}

.product-loading-message{
  min-height:92px;
  margin-bottom:22px;
  padding:20px 22px;
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(247,169,40,.13),rgba(255,255,255,.045)),
    #120d0c;
  border:1px solid rgba(247,169,40,.18);
  display:grid;
  grid-template-columns:44px 1fr;
  column-gap:14px;
  align-items:center;
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}

.product-loading-message span{
  grid-row:1/3;
  width:44px;
  height:44px;
  border-radius:15px;
  background:#f7a928;
  position:relative;
  box-shadow:0 0 0 0 rgba(247,169,40,.42);
  animation:nbLoadingPulse 1.35s ease-in-out infinite;
}

.product-loading-message span::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:50%;
  border:3px solid rgba(29,29,29,.35);
  border-top-color:#1d1d1d;
  animation:nbLoadingSpin .85s linear infinite;
}

.product-loading-message strong{
  color:#fff;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

.product-loading-message p{
  margin-top:6px;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.45;
}

.product-loading-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.product-loading-mode-preview .product-loading-grid{
  grid-template-columns:repeat(3,1fr);
}

.product-loading-card{
  min-height:390px;
  overflow:hidden;
  border-radius:28px;
  background:#111;
  border:1px solid rgba(255,255,255,.06);
}

.product-loading-mode-preview .product-loading-card{
  min-height:430px;
  border-radius:30px;
}

.product-loading-image{
  height:245px;
  background:linear-gradient(90deg,#16100f 0%,#2a1a15 45%,#16100f 90%);
  background-size:220% 100%;
  animation:nbLoadingShimmer 1.25s ease-in-out infinite;
}

.product-loading-grid .product-loading-card:not(.product-card) .product-loading-image{
  height:270px;
}

.product-loading-body{
  padding:22px;
}

.product-loading-body span,
.product-loading-body strong,
.product-loading-body p,
.product-loading-body div{
  display:block;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,255,255,.06) 0%,rgba(247,169,40,.18) 45%,rgba(255,255,255,.06) 90%);
  background-size:220% 100%;
  animation:nbLoadingShimmer 1.25s ease-in-out infinite;
}

.product-loading-body span{
  width:82px;
  height:12px;
  margin-bottom:14px;
}

.product-loading-body strong{
  width:78%;
  height:30px;
  margin-bottom:14px;
}

.product-loading-body p{
  width:100%;
  height:46px;
  border-radius:14px;
  margin-bottom:20px;
}

.product-loading-body div{
  width:55%;
  height:34px;
}

.product-loading-pill{
  pointer-events:none;
}

.product-loading-error{
  grid-column:1/-1;
}

@keyframes nbLoadingShimmer{
  0%{ background-position:120% 0; }
  100%{ background-position:-120% 0; }
}

@keyframes nbLoadingSpin{
  to{ transform:rotate(360deg); }
}

@keyframes nbLoadingPulse{
  0%,100%{ box-shadow:0 0 0 0 rgba(247,169,40,.32); }
  50%{ box-shadow:0 0 0 10px rgba(247,169,40,0); }
}

/* =========================
TOPBAR
========================= */

.topbar{
  position:fixed;
  top:12px;
  left:50%;
  transform:translateX(-50%);
  width:95%;
  max-width:1400px;
  height:86px;

  padding:0 26px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  border-radius:28px;

  background:
    linear-gradient(
      135deg,
      #160d0d 0%,
      #241212 45%,
      #0f0808 100%
    );

  border:1px solid rgba(255,255,255,.06);

  z-index:999;

  box-shadow:
    0 18px 45px rgba(0,0,0,.28);
}

.logo-area{
  display:flex;
  align-items:center;
  gap:14px;
}

.logo-area img{
  width:56px;
  height:56px;
  border-radius:50%;
  object-fit:cover;
}

.logo-text{
  display:flex;
  flex-direction:column;
}

.logo-text strong{
  font-size:18px;
  font-weight:900;
}

.logo-text span{
  color:#f7a928;
  font-size:12px;
  font-weight:800;
  margin-top:4px;
}

.top-menu{
  display:flex;
  align-items:center;
  gap:34px;
}

.top-menu button{
  border:none;
  background:none;
  color:white;
  font-family:inherit;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  position:relative;
}

.top-menu button.active{
  color:#f7a928;
}

.top-menu button.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;

  width:100%;
  height:3px;

  margin:auto;

  border-radius:999px;

  background:#f7a928;
}

.cart-badge{
  width:22px;
  height:22px;

  margin-left:6px;

  border-radius:50%;

  background:#f7a928;
  color:#1d1d1d;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  font-size:11px;
  font-weight:900;
}

.right-icons{
  display:flex;
  align-items:center;
  gap:10px;
}

.icon-btn{
  width:46px;
  height:46px;

  border:none;
  border-radius:50%;

  background:rgba(255,255,255,.08);

  color:white;

  cursor:pointer;

  font-size:18px;
}

/* =========================
BOTÕES
========================= */

.hero-btn{
  border:none;
  background:#f7a928;
  color:#1d1d1d;

  border-radius:18px;

  font-family:inherit;
  font-weight:900;

  cursor:pointer;
}

/* =========================
POPUP
========================= */

.delivery-popup{
  position:fixed;

  right:18px;
  bottom:24px;

  width:320px;

  padding:22px;

  border-radius:24px;

  background:white;
  color:#1d1d1d;

  z-index:2500;

  box-shadow:
    0 18px 42px rgba(0,0,0,.28);

  display:none;
}

.delivery-popup strong{
  display:block;
  font-size:18px;
  font-weight:900;
}

.delivery-popup input{
  width:100%;
  height:50px;

  margin-top:14px;

  border:1px solid #ddd;
  border-radius:14px;

  padding:0 14px;

  font-family:inherit;
}

.delivery-popup button:not(.delivery-popup-close){
  width:100%;
  height:46px;

  margin-top:12px;

  border:none;
  border-radius:14px;

  background:#f7a928;
  color:#1d1d1d;

  font-weight:900;

  cursor:pointer;

  font-family:inherit;
}

.delivery-popup-close{
  position:absolute;
  top:10px;
  right:14px;

  border:none;
  background:none;

  font-size:24px;

  cursor:pointer;
}

.resultado-popup{
  display:none;

  margin-top:12px;

  padding:12px;

  border-radius:14px;

  background:#fff3d6;

  font-size:13px;
  font-weight:800;
}

/* =========================
MODAL
========================= */

.modal{
  display:none;

  position:fixed;
  inset:0;

  background:rgba(0,0,0,.60);

  z-index:4000;

  padding:24px;
}

.modal-content{
  width:min(560px,92%);

  margin:80px auto 0;

  background:white;
  color:#1d1d1d;

  border-radius:28px;

  padding:28px;

  position:relative;
}

.modal-content input{
  width:100%;
  height:52px;

  margin-top:16px;

  border:1px solid #ddd;
  border-radius:14px;

  padding:0 14px;

  font-family:inherit;
}

.close{
  position:absolute;
  top:12px;
  right:16px;

  border:none;
  background:none;

  font-size:28px;

  cursor:pointer;
}

/* ========================================================= */

/* =========================
HOME HERO
========================= */

.hero{
  width:95%;
  max-width:1400px;
  height:540px;
  margin:115px auto 0;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  background:#111;
  box-shadow:0 22px 50px rgba(0,0,0,.30);
}

.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity .35s ease;
}

.hero-slide.active{
  opacity:1;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(10,10,10,.96) 0%,rgba(10,10,10,.82) 40%,rgba(10,10,10,.20) 100%);
}

.hero-content{
  position:relative;
  z-index:2;
  width:min(640px,92%);
  padding:52px;
  color:white;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 18px;
  border-radius:999px;
  background:rgba(247,169,40,.16);
  border:1px solid rgba(247,169,40,.24);
  color:#f7a928;
  font-size:14px;
  font-weight:800;
}

.hero-content h1{
  margin-top:22px;
  font-size:76px;
  line-height:.95;
  font-weight:900;
}

.hero-content p{
  margin-top:18px;
  color:rgba(255,255,255,.82);
  font-size:21px;
  line-height:1.6;
}

.hero-info{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.hero-info span{
  padding:14px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  font-size:14px;
  font-weight:700;
}

.hero-btn{
  height:62px;
  margin-top:28px;
  padding:0 34px;
  font-size:17px;
  transition:.2s;
}

.hero-btn:hover{
  transform:translateY(-2px);
}

.hero-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.45);
  backdrop-filter:blur(8px);
  color:#fff;
  font-size:42px;
  line-height:1;
  font-weight:300;
  cursor:pointer;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.25s ease;
}

.hero-arrow:hover{
  background:#ffb423;
  color:#111;
  transform:translateY(-50%) scale(1.06);
}

.hero-arrow.left{
  left:20px;
}

.hero-arrow.right{
  right:20px;
}

.hero-dots{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:24px;
  display:flex;
  gap:10px;
  z-index:5;
}

.hero-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:rgba(255,255,255,.42);
  cursor:pointer;
}

.hero-dot.active{
  background:#f7a928;
}

/* =========================
SABORES
========================= */

.highlights{
  width:95%;
  max-width:1400px;
  margin:26px auto 0;
  padding:34px;
  border-radius:34px;
  background:linear-gradient(135deg,#120C0B 0%,#1A1110 45%,#0D0908 100%);
  border:1px solid rgba(255,255,255,.05);
  box-shadow:0 22px 50px rgba(0,0,0,.26);
  display:grid;
  grid-template-columns:260px repeat(4,1fr);
  gap:18px;
}

.highlights-title h2{
  font-size:44px;
  line-height:1;
  font-weight:900;
}

.yellow-text{
  color:#f7a928;
}

.highlights-line{
  width:58px;
  height:5px;
  margin-top:18px;
  border-radius:999px;
  background:#f7a928;
}

.highlight-card{
  min-height:220px;
  padding:26px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  cursor:pointer;
  transition:.25s;
}

.highlight-card:hover{
  transform:translateY(-5px);
  border-color:rgba(247,169,40,.24);
  box-shadow:0 16px 40px rgba(0,0,0,.26);
}

.highlight-card .emoji{
  font-size:48px;
}

.highlight-card strong{
  display:block;
  margin-top:18px;
  font-size:28px;
  font-weight:900;
}

.highlight-card p{
  margin-top:12px;
  color:rgba(255,255,255,.70);
  font-size:15px;
  line-height:1.7;
}

/* =========================
NOSSOS HAMBÚRGUERES PREMIUM
========================= */

.delivery-section{
  width:95%;
  max-width:1400px;
  margin:26px auto 60px;
  padding:40px;
  border-radius:36px;
  background:
    radial-gradient(circle at top left,rgba(247,169,40,.10),transparent 32%),
    linear-gradient(135deg,#0b0706 0%,#160d0c 50%,#090605 100%);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 24px 60px rgba(0,0,0,.34);
}

.delivery-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:30px;
}

.delivery-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(247,169,40,.10);
  border:1px solid rgba(247,169,40,.18);
  color:#f7a928;
  font-size:13px;
  font-weight:900;
}

.delivery-title h2{
  font-size:56px;
  line-height:1;
  font-weight:900;
}

.delivery-title h2 span{
  color:#f7a928;
}

.delivery-title p{
  max-width:640px;
  margin-top:14px;
  color:rgba(255,255,255,.66);
  font-size:17px;
  line-height:1.7;
}

.delivery-link-btn{
  height:54px;
  padding:0 22px;
  border:none;
  border-radius:17px;
  background:#f7a928;
  color:#1d1d1d;
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
  box-shadow:0 12px 26px rgba(247,169,40,.16);
  transition:.22s;
}

.delivery-link-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(247,169,40,.24);
}

.premium-preview{
  position:relative;
}

.premium-products-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.product-card{
  position:relative;
  min-height:430px;
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(180deg,#18100f,#0f0a09);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 18px 36px rgba(0,0,0,.28);
  transition:.28s ease;
}

.product-card:hover{
  transform:translateY(-6px);
  border-color:rgba(247,169,40,.28);
  box-shadow:0 26px 52px rgba(0,0,0,.42);
}

.product-image-wrap{
  position:relative;
  height:245px;
  overflow:hidden;
}

.product-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.35s ease;
}

.product-card:hover img{
  transform:scale(1.06);
}

.product-gradient{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72));
}

.product-badge{
  position:absolute;
  left:14px;
  top:14px;
  z-index:4;
  padding:8px 12px;
  border-radius:999px;
  background:#f7a928;
  color:#1d1d1d;
  font-size:12px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(247,169,40,.22);
}

.product-content{
  padding:22px;
  position:relative;
  z-index:3;
}

.product-category{
  display:block;
  color:#f7a928;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.product-content h3{
  color:white;
  font-size:30px;
  line-height:1.05;
  font-weight:900;
}

.product-content p{
  min-height:54px;
  margin-top:12px;
  color:rgba(255,255,255,.66);
  font-size:14px;
  line-height:1.55;
}

.product-footer{
  margin-top:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.product-price{
  color:#f7a928;
  font-size:30px;
  line-height:1;
  font-weight:900;
}

.product-add-btn{
  width:48px;
  height:48px;
  border:none;
  border-radius:16px;
  background:#f7a928;
  color:#1d1d1d;
  font-size:28px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  transition:.22s;
}

.product-add-btn:hover{
  transform:translateY(-2px) scale(1.03);
  box-shadow:0 12px 26px rgba(247,169,40,.22);
}

.preview-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border:none;
  border-radius:50%;
  background:rgba(247,169,40,.14);
  border:1px solid rgba(247,169,40,.18);
  backdrop-filter:blur(8px);
  color:#f7a928;
  font-size:30px;
  cursor:pointer;
  z-index:20;
  transition:.22s;
}

.preview-nav:hover{
  background:#f7a928;
  color:#1d1d1d;
  transform:translateY(-50%) scale(1.05);
}

.preview-nav.left{
  left:-24px;
}

.preview-nav.right{
  right:-24px;
}

.preview-dots{
  margin-top:24px;
  display:flex;
  justify-content:center;
  gap:9px;
}

.preview-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
  transition:.2s;
}

.preview-dot.active{
  width:28px;
  background:#f7a928;
}

/* =========================
MOBILE DA SEÇÃO PREMIUM
========================= */

@media(max-width:900px){

  .delivery-section{
    width:92%;
    padding:24px;
    border-radius:28px;
  }

  .delivery-top{
    flex-direction:column;
  }

  .delivery-title h2{
    font-size:40px;
  }

  .delivery-title p{
    font-size:14px;
  }

  .delivery-link-btn{
    width:100%;
    justify-content:center;
  }

  .premium-products-row{
    grid-template-columns:1fr;
  }

  .product-card{
    min-height:auto;
  }

  .product-image-wrap{
    height:230px;
  }

  .product-content h3{
    font-size:28px;
  }

  .product-price{
    font-size:28px;
  }

  .preview-nav{
    width:44px;
    height:44px;
    font-size:24px;
  }

  .preview-nav.left{
    left:-14px;
  }

  .preview-nav.right{
    right:-14px;
  }

}

/* ========================================================= */

/* =========================
CARDÁPIO PREMIUM
========================= */

.menu-premium{
  width:95%;
  max-width:1450px;

  margin:120px auto 60px;
}

.menu-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;

  margin-bottom:32px;
}

.menu-header h1{
  font-size:72px;
  line-height:1;

  font-weight:900;
}

.menu-header p{
  margin-top:16px;

  color:rgba(255,255,255,.70);

  font-size:18px;
}

.menu-top-filters{
  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:20px;

  margin-bottom:36px;
}

.categorias-premium{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.categorias-premium button{
  height:54px;

  padding:0 24px;

  border-radius:999px;

  border:1px solid rgba(255,255,255,.08);

  background:rgba(255,255,255,.03);

  color:white;

  font-size:15px;
  font-weight:700;

  cursor:pointer;

  transition:.2s;
}

.categorias-premium button.active{
  background:#f7a928;
  color:#1d1d1d;
  border:none;
}

.premium-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.premium-card{
  border-radius:28px;
  overflow:hidden;
  background:#111;
  border:1px solid rgba(255,255,255,.06);
  transition:.2s;
}

.premium-card:hover{
  transform:translateY(-4px);
}

.premium-card img{
  width:100%;
  height:270px;
  object-fit:cover;
}

.premium-body{
  padding:22px;
}

.premium-tag{
  color:#f7a928;

  font-size:11px;
  font-weight:900;

  text-transform:uppercase;

  letter-spacing:1px;
}

.premium-body h3{
  margin-top:12px;

  font-size:38px;
  line-height:1;

  font-weight:900;
}

.premium-body p{
  margin-top:14px;

  color:rgba(255,255,255,.72);

  font-size:14px;
  line-height:1.7;

  min-height:68px;
}

.premium-description{
  overflow:hidden;
}

.premium-description::-webkit-scrollbar{
  width:4px;
}

.premium-description::-webkit-scrollbar-thumb{
  border-radius:99px;
  background:rgba(247,169,40,.55);
}

.premium-footer{
  margin-top:22px;

  display:flex;
  align-items:center;
  justify-content:space-between;
}

.premium-price{
  color:#f7a928;

  font-size:40px;
  font-weight:900;
}

.add-btn{
  width:58px;
  height:58px;

  border:none;
  border-radius:50%;

  background:#f7a928;
  color:#1d1d1d;

  font-size:28px;
  font-weight:900;

  cursor:pointer;
}

.modal-description-open{
  overflow:hidden;
}

.product-description-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.product-description-modal.ativo{
  display:flex;
}

.product-description-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(7px);
}

.product-description-dialog{
  position:relative;
  width:min(520px, 100%);
  max-height:min(72vh, 620px);
  overflow-y:auto;
  padding:34px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:26px;
  background:linear-gradient(145deg,#191919,#0d0d0d);
  box-shadow:0 28px 80px rgba(0,0,0,.65);
}

.product-description-image{
  display:block;
  width:100%;
  height:auto;
  max-height:360px;
  margin:0 0 22px;
  border-radius:18px;
  object-fit:contain;
  background:#090909;
}

.product-description-dialog > span{
  color:#f7a928;
  font-size:11px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

.product-description-dialog h3{
  margin:10px 42px 18px 0;
  font-size:34px;
  line-height:1;
}

#descricaoProdutoTexto{
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.65;
  white-space:pre-line;
}

.product-description-price{
  display:block;
  margin-top:22px;
  color:#f7a928;
  font-size:28px;
  font-weight:900;
}

.product-description-add{
  width:100%;
  min-height:58px;
  margin-top:20px;
  border:0;
  border-radius:16px;
  background:#f7a928;
  color:#111;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
}

.product-description-close{
  position:absolute;
  top:16px;
  right:16px;
  width:38px;
  height:38px;
  border:0;
  border-radius:12px;
  background:#f7a928;
  color:#111;
  font-size:25px;
  font-weight:900;
  cursor:pointer;
}

/* =========================
PEDIDOS
========================= */

.pedidos-premium{
  width:95%;
  max-width:1400px;

  margin:120px auto 60px;

  padding:40px;

  border-radius:34px;

  background:
    linear-gradient(
      135deg,
      #120C0B 0%,
      #1A1110 45%,
      #0D0908 100%
    );

  border:1px solid rgba(255,255,255,.06);
}

.pedidos-header{
  margin-bottom:34px;
}

.pedidos-header h1{
  font-size:68px;
  line-height:1;

  font-weight:900;
}

.pedidos-header p{
  margin-top:16px;

  color:rgba(255,255,255,.70);

  font-size:17px;
}

.pedidos-consulta{
  display:grid;
  grid-template-columns:1fr 240px;

  gap:16px;

  margin-bottom:28px;
}

.pedidos-consulta input{
  width:100%;
  height:58px;

  border-radius:18px;

  border:1px solid rgba(255,255,255,.08);

  background:#140d0d;

  color:white;

  padding:0 18px;

  font-family:inherit;
  font-size:16px;
}

.pedidos-consulta button{
  border:none;

  border-radius:18px;

  background:#f7a928;
  color:#1d1d1d;

  font-weight:900;

  cursor:pointer;

  font-family:inherit;
}

.pedidos-lista{
  display:grid;
  gap:18px;
}

.pedido-premium-card{
  border-radius:24px;

  background:rgba(255,255,255,.04);

  border:1px solid rgba(255,255,255,.06);

  padding:22px;
}

.pedido-premium-top{
  display:flex;
  align-items:center;
  justify-content:space-between;

  margin-bottom:18px;
}

.pedido-premium-id{
  color:#f7a928;

  font-size:22px;
  font-weight:900;
}

.pedido-status{
  background:rgba(247,169,40,.12);

  color:#f7a928;

  padding:8px 14px;

  border-radius:999px;

  font-size:12px;
  font-weight:900;
}

.pedido-dados{
  display:grid;
  grid-template-columns:repeat(3,1fr);

  gap:14px;

  margin-bottom:18px;
}

.pedido-info{
  background:rgba(255,255,255,.03);

  border-radius:16px;

  padding:14px;
}

.pedido-info span{
  display:block;

  color:rgba(255,255,255,.56);

  font-size:12px;

  margin-bottom:6px;
}

.pedido-info strong{
  font-size:14px;
}

.pedido-itens{
  background:rgba(255,255,255,.03);

  border-radius:16px;

  padding:16px;
}

.pedido-itens span{
  display:block;

  color:#f7a928;

  margin-bottom:10px;

  font-size:12px;
  font-weight:900;
}

.pedido-itens pre{
  white-space:pre-wrap;

  font-family:inherit;

  color:rgba(255,255,255,.78);

  line-height:1.7;
}

/* AJUSTES DO RESUMO */

.delivery-time-box{
  padding:14px 16px;
  border-radius:16px;
  margin-top:18px;
}

.delivery-time-box span{
  font-size:20px;
}

.delivery-time-box strong{
  font-size:14px;
}

.delivery-time-box p{
  font-size:13px;
  margin-top:2px;
}

.whatsapp-final-btn{
  height:58px;
  font-size:20px;
  border-radius:16px;
  margin-top:18px;
}

/* FORMA DE PAGAMENTO EM CARDS */

.payment-options{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:18px;
}

.payment-options button{
  height:82px;

  border-radius:16px;

  border:1px solid rgba(255,255,255,.08);

  background:rgba(255,255,255,.035);

  color:white;

  font-family:inherit;

  cursor:pointer;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;

  transition:.2s;
}

.payment-options button span{
  font-size:24px;
}

.payment-options button strong{
  font-size:12px;
  letter-spacing:1px;
  color:rgba(255,255,255,.75);
}

.payment-options button:hover,
.payment-options button.active{
  border-color:#f7a928;
  background:rgba(247,169,40,.10);
}

.payment-options button.active strong{
  color:#f7a928;
}

/* ESPAÇO ENTRE PAGAMENTO E OBSERVAÇÃO */

.cart-form-card textarea{
  margin-top:14px;
}

/* ========================================================= */

/* =========================
CARRINHO NOVO
========================= */

.cart-premium-page{
  width:95%;
  max-width:1400px;

  margin:120px auto 60px;

  display:grid;
  grid-template-columns:1.7fr .8fr;

  gap:24px;
}

.cart-left,
.summary-card,
.coupon-card,
.custom-cart-card,
.cart-form-card,
.secure-box{
  background:
    linear-gradient(
      135deg,
      #120C0B 0%,
      #1A1110 45%,
      #0D0908 100%
    );

  border:1px solid rgba(255,255,255,.06);

  border-radius:30px;

  box-shadow:
    0 18px 40px rgba(0,0,0,.26);
}

.cart-left{
  background:none;
  border:none;
  box-shadow:none;
}

.cart-title-row{
  display:flex;
  align-items:center;
  gap:18px;

  margin-bottom:26px;
}

.cart-title-icon{
  width:62px;
  height:62px;

  border-radius:20px;

  background:rgba(247,169,40,.12);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:28px;
}

.cart-title-row h1{
  font-size:64px;
  line-height:1;

  font-weight:900;
}

.cart-title-row p{
  margin-top:10px;

  color:rgba(255,255,255,.68);

  font-size:17px;
}

.cart-back-btn{
  margin-left:auto;

  height:50px;

  padding:0 22px;

  border-radius:16px;

  border:1px solid rgba(247,169,40,.14);

  background:rgba(247,169,40,.05);

  color:#f7a928;

  font-family:inherit;
  font-weight:800;

  cursor:pointer;
}

.cart-items-list{
  display:grid;
  gap:16px;
}

.cart-item-premium{
  display:grid;
  grid-template-columns:120px 1fr 110px 120px 100px 30px;

  gap:18px;

  align-items:center;

  padding:18px 22px;

  border-radius:28px;

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.03),
      rgba(255,255,255,.01)
    );

  border:1px solid rgba(255,255,255,.06);
}

.cart-item-premium img{
  width:120px;
  height:90px;

  border-radius:18px;

  object-fit:cover;
}

.cart-item-name strong{
  font-size:32px;
  font-weight:900;
}

.cart-item-name p{
  margin-top:8px;

  color:rgba(255,255,255,.65);

  font-size:14px;
  line-height:1.6;
}

.cart-price-label,
.cart-total-label{
  display:block;

  margin-bottom:8px;

  color:rgba(255,255,255,.55);

  font-size:12px;
  font-weight:700;
}

.cart-price-value,
.cart-total-value{
  color:#f7a928;

  font-size:18px;
  font-weight:900;
}

.qty-control{
  display:flex;
  align-items:center;
  gap:10px;
}

.qty-control button{
  width:40px;
  height:40px;

  border:none;
  border-radius:12px;

  background:rgba(255,255,255,.06);

  color:white;

  font-size:18px;

  cursor:pointer;
}

.qty-control strong{
  min-width:20px;
  text-align:center;
}

.remove-cart{
  border:none;
  background:none;

  color:white;

  opacity:.75;

  font-size:20px;

  cursor:pointer;
}

.add-more-btn{
  height:54px;

  padding:0 22px;

  margin-top:20px;

  border-radius:18px;

  border:1px solid rgba(247,169,40,.24);

  background:rgba(247,169,40,.05);

  color:#f7a928;

  font-family:inherit;
  font-weight:900;

  cursor:pointer;

  display:flex;
  align-items:center;
  gap:10px;
}

/* =========================
FORM
========================= */

.cart-form-card{
  margin-top:22px;
  padding:26px;
}

.cart-section-title{
  display:flex;
  align-items:center;
  gap:12px;

  margin-bottom:16px;
}

.cart-section-title strong{
  font-size:24px;
}

.cart-section-title button{
  margin-left:auto;

  border:none;
  background:none;

  color:#f7a928;

  font-family:inherit;
  font-weight:800;

  cursor:pointer;
}

.payment-title{
  margin-top:22px;
}

.cart-input-icon{
  position:relative;
  margin-bottom:14px;
}

.cart-input-icon span{
  position:absolute;
  left:16px;
  top:50%;

  transform:translateY(-50%);

  opacity:.7;
}

.cart-input-icon input{
  padding-left:48px !important;
}

.cart-form-card input,
.cart-form-card select,
.cart-form-card textarea{
  width:100%;
  height:56px;

  background:rgba(255,255,255,.03);

  border:1px solid rgba(255,255,255,.06);

  border-radius:16px;

  color:white;

  padding:0 18px;

  font-family:inherit;
  font-size:15px;
}

.cart-form-card textarea{
  min-height:90px;
  padding-top:16px;
  resize:none;
}

/* =========================
SEGURANÇA
========================= */

.secure-box{
  margin-top:20px;

  padding:24px;

  display:flex;
  align-items:center;
  gap:16px;
}

.secure-icon{
  width:54px;
  height:54px;

  border-radius:18px;

  background:rgba(247,169,40,.12);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:22px;
}

.secure-box strong{
  font-size:22px;
}

.secure-box p{
  margin-top:6px;

  color:rgba(255,255,255,.62);

  font-size:14px;
}

/* =========================
RIGHT
========================= */

.cart-right{
  display:grid;
  gap:18px;
}

.summary-card,
.coupon-card,
.custom-cart-card{
  padding:28px;
}

.summary-title{
  display:flex;
  align-items:center;
  gap:14px;

  margin-bottom:30px;
}

.summary-title span{
  width:54px;
  height:54px;

  border-radius:18px;

  background:rgba(247,169,40,.12);

  display:flex;
  align-items:center;
  justify-content:center;
}

.summary-title strong{
  font-size:32px;
}

.summary-line{
  display:flex;
  align-items:center;
  justify-content:space-between;

  margin-bottom:18px;

  font-size:18px;
}

.summary-total{
  margin-top:26px;

  padding-top:24px;

  border-top:1px solid rgba(255,255,255,.08);

  display:flex;
  align-items:center;
  justify-content:space-between;
}

.summary-total span{
  font-size:24px;
  font-weight:900;
}

.summary-total strong{
  color:#f7a928;

  font-size:56px;
  font-weight:900;
}

.delivery-time-box{
  margin-top:18px;

  padding:14px 16px;

  border-radius:18px;

  background:rgba(247,169,40,.08);

  border:1px solid rgba(247,169,40,.14);

  display:flex;
  align-items:center;
  gap:12px;
}

.delivery-time-box span{
  font-size:18px;
}

.delivery-time-box strong{
  color:#f7a928;

  font-size:14px;
  font-weight:800;
}

.delivery-time-box p{
  margin-top:2px;

  color:#f7a928;

  font-size:13px;
}

.whatsapp-final-btn{
  width:100%;
  height:58px;

  margin-top:16px;

  border:none;
  border-radius:18px;

  background:#f7a928;

  color:#1d1d1d;

  font-size:17px;
  font-weight:900;

  cursor:pointer;

  font-family:inherit;

  display:flex;
  align-items:center;
  justify-content:center;

  text-align:center;

  line-height:1.2;
}

.redirect-text{
  margin-top:14px;

  color:rgba(255,255,255,.60);

  line-height:1.5;

  font-size:13px;
}

.coupon-title{
  display:flex;
  gap:14px;
}

.coupon-title span{
  width:52px;
  height:52px;

  border-radius:16px;

  background:rgba(247,169,40,.12);

  display:flex;
  align-items:center;
  justify-content:center;
}

.coupon-title strong{
  font-size:26px;
}

.coupon-title p{
  margin-top:6px;

  color:rgba(255,255,255,.64);

  line-height:1.6;
}

.coupon-input-row{
  margin-top:20px;

  display:grid;
  grid-template-columns:1fr 110px;

  gap:10px;
}

.coupon-input-row input{
  height:56px;

  background:rgba(255,255,255,.03);

  border:1px solid rgba(255,255,255,.06);

  border-radius:16px;

  color:white;

  padding:0 16px;

  font-family:inherit;
}

.coupon-input-row button{
  border:none;

  border-radius:16px;

  background:rgba(247,169,40,.08);

  border:1px solid rgba(247,169,40,.16);

  color:#f7a928;

  font-family:inherit;
  font-weight:900;

  cursor:pointer;
}

.custom-cart-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.custom-cart-content{
  display:flex;
  gap:14px;
}

.custom-cart-content span{
  width:52px;
  height:52px;

  border-radius:16px;

  background:rgba(247,169,40,.12);

  display:flex;
  align-items:center;
  justify-content:center;
}

.custom-cart-content strong{
  font-size:26px;
}

.custom-cart-content p{
  margin-top:6px;

  color:rgba(255,255,255,.64);

  line-height:1.6;
}

.custom-cart-card img{
  width:130px;
  border-radius:18px;
}

/* =========================
RESPONSIVO
========================= */

@media(max-width:1200px){

  .cart-premium-page{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .cart-item-premium{
    grid-template-columns:1fr;
  }

  .cart-title-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .cart-title-row h1{
    font-size:44px;
  }

  .summary-total strong{
    font-size:38px;
  }

  .custom-cart-card{
    flex-direction:column;
    align-items:flex-start;
  }

}

.clear-cart-btn{
  height:48px;
  padding:0 22px;
  margin-left:12px;
  border-radius:18px;
  border:1px solid rgba(255,80,80,.22);
  background:rgba(255,80,80,.08);
  color:#ff7373;
  font-weight:900;
  font-family:inherit;
  cursor:pointer;
}

.clear-cart-btn:hover{
  background:rgba(255,80,80,.14);
}

@media(max-width:768px){
  .clear-cart-btn{
    width:100%;
    margin-left:0;
    margin-top:10px;
  }
}

.cart-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:24px;
}

.cart-step{
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
  color:rgba(255,255,255,.55);
  text-align:center;
  font-size:13px;
  font-weight:900;
}

.cart-step.active{
  background:rgba(247,169,40,.12);
  border-color:rgba(247,169,40,.28);
  color:#f7a928;
}

.cart-tab{
  display:none;
}

.cart-tab.active{
  display:block;
}

.cart-actions-row{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:20px;
}

.clear-cart-btn{
  height:54px;
  padding:0 22px;
  border-radius:18px;
  border:1px solid rgba(255,80,80,.22);
  background:rgba(255,80,80,.08);
  color:#ff7373;
  font-weight:900;
  font-family:inherit;
  cursor:pointer;
}

.cart-next-btn,
.cart-back-step-btn{
  height:54px;
  padding:0 24px;
  border:none;
  border-radius:18px;
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
}

.cart-next-btn{
  background:#f7a928;
  color:#1d1d1d;
  margin-top:20px;
}

.cart-back-step-btn{
  background:rgba(255,255,255,.06);
  color:white;
}

.cart-mini-total{
  margin-top:24px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.cart-mini-total span{
  color:rgba(255,255,255,.65);
  font-weight:800;
}

.cart-mini-total strong{
  color:#f7a928;
  font-size:28px;
  font-weight:900;
}

.cart-coupon-row{
  margin-bottom:16px;
}

@media(max-width:768px){
  .cart-steps{
    grid-template-columns:1fr;
  }

  .cart-actions-row{
    display:grid;
    grid-template-columns:1fr;
  }

  .cart-next-btn,
  .cart-back-step-btn,
  .clear-cart-btn,
  .add-more-btn{
    width:100%;
    justify-content:center;
  }
}

.checkout-page{
  width:95%;
  max-width:720px;
  margin:120px auto 60px;
}

.checkout-card{
  position:relative;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg,#100b0a,#1a1110,#090605);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 22px 60px rgba(0,0,0,.35);
}

.checkout-back{
  height:44px;
  padding:0 18px;
  border-radius:14px;
  border:1px solid rgba(247,169,40,.14);
  background:rgba(247,169,40,.05);
  color:#f7a928;
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
}

.checkout-title{
  margin-top:22px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  text-align:center;
}

.checkout-title-icon{
  color:#f7a928;
  font-size:28px;
}

.checkout-title h1{
  font-size:36px;
  line-height:1;
  font-weight:900;
}

.checkout-title p{
  margin-top:10px;
  color:rgba(255,255,255,.72);
}

.checkout-steps{
  margin:34px 0 32px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  position:relative;
}

.checkout-steps::before{
  content:"";
  position:absolute;
  top:20px;
  left:13%;
  right:13%;
  height:1px;
  background:rgba(255,255,255,.15);
}

.checkout-step{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.6);
  font-size:13px;
  font-weight:900;
}

.checkout-step span{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#232020;
  border:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:18px;
}

.checkout-step.active,
.checkout-step.done{
  color:#f7a928;
}

.checkout-step.active span{
  background:#f7a928;
  color:#1d1d1d;
}

.checkout-step.done span{
  background:rgba(247,169,40,.08);
  border-color:#f7a928;
  color:#f7a928;
}

.checkout-tab{
  display:none;
}

.checkout-tab.active{
  display:block;
}

.checkout-box,
.checkout-summary-inline,
.checkout-delivery-mini{
  border-radius:22px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}

.checkout-box{
  overflow:hidden;
}

.checkout-box-title{
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.checkout-box-title strong{
  font-size:22px;
}

.checkout-box-title p{
  margin-top:6px;
  color:rgba(255,255,255,.62);
  font-size:14px;
}

.checkout-box-title.vertical{
  align-items:flex-start;
}

.empty-cart-btn{
  height:38px;
  padding:0 16px;
  border-radius:12px;
  border:1px solid rgba(255,80,80,.22);
  background:rgba(255,80,80,.08);
  color:#ff7373;
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
}

.checkout-items{
  display:grid;
  gap:0;
}

.checkout-items .cart-item-premium{
  border-radius:0;
  border:none;
  border-bottom:1px solid rgba(255,255,255,.06);
  background:transparent;
}

.checkout-add-more{
  width:calc(100% - 36px);
  height:58px;
  margin:18px;
  border-radius:16px;
  border:1px dashed rgba(247,169,40,.35);
  background:rgba(247,169,40,.04);
  color:#f7a928;
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
}

.checkout-summary-inline{
  margin-top:20px;
  padding:22px;
}

.checkout-delivery-mini{
  margin-top:18px;
  padding:18px;
  background:linear-gradient(135deg,rgba(247,169,40,.10),rgba(247,169,40,.035));
}

.checkout-delivery-mini > div{
  display:flex;
  align-items:center;
  gap:14px;
}

.checkout-delivery-mini span{
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(247,169,40,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f7a928;
}

.checkout-delivery-mini strong{
  color:white;
}

.checkout-delivery-mini p{
  margin-top:4px;
  color:#f7a928;
  font-size:14px;
}

.checkout-main-btn{
  width:100%;
  height:64px;
  margin-top:22px;
  border:none;
  border-radius:18px;
  background:#f7a928;
  color:#1d1d1d;
  font-family:inherit;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
}

.checkout-safe{
  margin-top:16px;
  text-align:center;
  color:rgba(255,255,255,.62);
  font-size:13px;
}

.checkout-form{
  padding:22px;
  display:grid;
  gap:10px;
}

.checkout-form label{
  color:rgba(255,255,255,.74);
  font-size:13px;
  font-weight:700;
}

.checkout-form input,
.checkout-coupon input,
.checkout-box textarea{
  width:100%;
  height:56px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.055);
  color:white;
  padding:0 16px;
  font-family:inherit;
  font-size:15px;
}

.checkout-box textarea{
  height:90px;
  padding-top:16px;
  resize:none;
  margin-top:16px;
}

.checkout-payment-options{
  padding:18px;
  display:grid;
  gap:14px;
}

.checkout-payment-options button{
  min-height:72px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
  color:white;
  font-family:inherit;
  cursor:pointer;
  display:grid;
  grid-template-columns:42px 1fr 24px;
  gap:14px;
  align-items:center;
  text-align:left;
}

.checkout-payment-options button.active{
  border-color:#f7a928;
  background:rgba(247,169,40,.08);
}

.checkout-payment-options button span{
  font-size:26px;
}

.checkout-payment-options button p{
  margin-top:4px;
  color:rgba(255,255,255,.62);
}

.checkout-payment-options button em{
  width:22px;
  height:22px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
}

.checkout-payment-options button.active em{
  border-color:#f7a928;
  background:#f7a928;
}

.checkout-coupon{
  padding:0 18px;
  display:grid;
  grid-template-columns:1fr 110px;
  gap:10px;
}

.checkout-coupon button{
  border:none;
  border-radius:14px;
  background:rgba(247,169,40,.12);
  color:#f7a928;
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
}

@media(max-width:768px){
  .checkout-page{
    width:94%;
    margin-top:125px;
  }

  .checkout-card{
    padding:18px;
  }

  .checkout-title h1{
    font-size:30px;
  }

  .checkout-box-title{
    padding:18px;
  }

  .checkout-box-title strong{
    font-size:19px;
  }

  .empty-cart-btn{
    font-size:12px;
    padding:0 12px;
  }

  .checkout-coupon{
    grid-template-columns:1fr;
  }

  .checkout-coupon button{
    height:48px;
  }
}

@media(min-width:901px){

  .checkout-page{
    max-width:1280px;
  }

  #checkoutTabItens.active{
    display:grid;
    grid-template-columns:1.55fr .85fr;
    gap:22px;
    align-items:start;
  }

  #checkoutTabItens .checkout-box{
    grid-column:1;
    grid-row:1 / span 4;
  }

  #checkoutTabItens .checkout-summary-inline,
  #checkoutTabItens .checkout-delivery-mini,
  #checkoutTabItens .checkout-main-btn,
  #checkoutTabItens .checkout-safe{
    grid-column:2;
  }

  #checkoutTabItens .checkout-summary-inline{
    margin-top:0;
  }

  #checkoutTabItens .checkout-main-btn{
    margin-top:0;
  }

}

/* ========================================================= */

.admin-modal{
  padding:18px;
}

.admin-panel{
  width:min(1180px,96vw);
  height:min(760px,92vh);
  margin:20px auto;
  background:#0f0b0a;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  position:relative;
  overflow:hidden;
  color:white;
}

.admin-close{
  position:absolute;
  top:14px;
  right:18px;
  z-index:20;
  border:none;
  background:rgba(255,255,255,.08);
  color:white;
  width:38px;
  height:38px;
  border-radius:50%;
  font-size:24px;
  cursor:pointer;
}

.admin-login{
  width:min(420px,90%);
  margin:150px auto 0;
  padding:30px;
  background:linear-gradient(135deg,#15100f,#211413);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
}

.admin-login h2{
  font-size:34px;
  margin-bottom:8px;
}

.admin-login p{
  color:rgba(255,255,255,.62);
  margin-bottom:18px;
}

.admin-login input{
  width:100%;
  height:52px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.05);
  color:white;
  padding:0 14px;
  font-family:inherit;
  margin-bottom:14px;
}

.admin-login button,
.admin-btn{
  height:48px;
  border:none;
  border-radius:14px;
  background:#f7a928;
  color:#1d1d1d;
  font-weight:900;
  font-family:inherit;
  cursor:pointer;
  padding:0 18px;
}

.admin-area{
  display:grid;
  grid-template-columns:240px 1fr;
  height:100%;
}

.admin-sidebar{
  padding:28px 18px;
  background:linear-gradient(180deg,#1a1110,#0e0908);
  border-right:1px solid rgba(255,255,255,.07);
}

.admin-sidebar h2{
  font-size:28px;
  line-height:1;
  margin-bottom:28px;
  color:#f7a928;
}

.admin-sidebar button{
  width:100%;
  height:48px;
  margin-bottom:10px;
  border:none;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  color:white;
  font-family:inherit;
  font-weight:800;
  text-align:left;
  padding:0 14px;
  cursor:pointer;
}

.admin-sidebar button.active,
.admin-sidebar button:hover{
  background:#f7a928;
  color:#1d1d1d;
}

.admin-content{
  padding:28px;
  overflow:auto;
}

.admin-tab{
  display:none;
}

.admin-tab.active{
  display:block;
}

.admin-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}

.admin-header h2{
  font-size:34px;
}

.admin-header p{
  color:rgba(255,255,255,.62);
  margin-top:6px;
}

.admin-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.admin-card{
  background:linear-gradient(135deg,#15100f,#201312);
  border:1px solid rgba(255,255,255,.07);
  border-radius:22px;
  padding:20px;
}

.admin-card h3{
  margin-bottom:14px;
  color:#f7a928;
}

.admin-field{
  margin-bottom:12px;
}

.admin-field label{
  display:block;
  font-size:12px;
  color:rgba(255,255,255,.6);
  margin-bottom:6px;
  font-weight:800;
}

.admin-field input,
.admin-field select,
.admin-field textarea{
  width:100%;
  min-height:46px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:white;
  padding:0 12px;
  font-family:inherit;
}

.admin-field textarea{
  padding:12px;
  min-height:86px;
  resize:vertical;
}

.admin-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0 10px;
}

.admin-table th{
  color:rgba(255,255,255,.55);
  font-size:12px;
  text-align:left;
  padding:0 10px;
}

.admin-table td{
  background:rgba(255,255,255,.04);
  padding:12px 10px;
  font-size:13px;
}

.admin-table tr td:first-child{
  border-radius:14px 0 0 14px;
}

.admin-table tr td:last-child{
  border-radius:0 14px 14px 0;
}

.admin-mini-btn{
  border:none;
  border-radius:10px;
  background:rgba(247,169,40,.12);
  color:#f7a928;
  font-weight:900;
  padding:8px 10px;
  cursor:pointer;
  font-family:inherit;
}

.admin-danger{
  background:rgba(255,80,80,.12);
  color:#ff7373;
}

.admin-status{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(247,169,40,.12);
  color:#f7a928;
  font-weight:900;
  font-size:11px;
}

.admin-actions-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.admin-message{
  margin-top:12px;
  color:#f7a928;
  font-size:13px;
  font-weight:800;
}

@media(max-width:850px){
  .admin-panel{
    height:94vh;
    margin:0 auto;
    border-radius:20px;
  }

  .admin-area{
    grid-template-columns:1fr;
  }

  .admin-sidebar{
    display:flex;
    gap:8px;
    overflow-x:auto;
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.07);
    padding:16px;
  }

  .admin-sidebar h2{
    display:none;
  }

  .admin-sidebar button{
    min-width:150px;
    text-align:center;
  }

  .admin-grid{
    grid-template-columns:1fr;
  }

  .admin-content{
    padding:18px;
  }

  .admin-header{
    flex-direction:column;
  }
}

/* =========================================================
   AJUSTE DESKTOP - ESCONDE APENAS OS BOTÕES MOBILE
   Mantém a header original: logo esquerda, menu central e engrenagem à direita.
========================================================= */
@media (min-width:901px){

  .header-actions,
  .cart-mobile-btn,
  .menu-mobile-btn,
  .mobile-nav-overlay,
  .mobile-nav-drawer{
    display:none !important;
  }

}

/* ESCOLHA ENTRE ENTREGA E RETIRADA */
.checkout-method-box{
  margin-top:20px;
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}

.checkout-method-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.checkout-method-options button{
  min-height:84px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
  color:white;
  font-family:inherit;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:14px;
  text-align:left;
}

.checkout-method-options button.active{
  border-color:#f7a928;
  background:rgba(247,169,40,.10);
}

.checkout-method-options button > span{
  font-size:28px;
}

.checkout-method-options button strong{
  display:block;
  color:white;
  font-size:15px;
}

.checkout-method-options button p{
  margin-top:4px;
  color:rgba(255,255,255,.62);
  font-size:12px;
}

#camposEntregaEndereco{
  display:block;
}

.pickup-address-confirm{
  margin-top:16px;
  padding:16px;
  border:1px solid rgba(247,169,40,.45);
  border-radius:16px;
  background:rgba(247,169,40,.09);
  color:rgba(255,255,255,.86);
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
  line-height:1.45;
}

.pickup-address-confirm[hidden],
.pickup-address-card[hidden]{
  display:none !important;
}

.pickup-address-confirm input{
  width:20px;
  height:20px;
  margin:2px 0 0;
  flex:0 0 auto;
  accent-color:#f7a928;
}

.pickup-address-confirm strong,
.pickup-address-card strong{
  display:block;
  margin-bottom:3px;
  color:#f7a928;
}

.pickup-address-card{
  margin-top:18px;
  padding:17px 18px;
  border:1px solid rgba(247,169,40,.35);
  border-radius:16px;
  background:rgba(247,169,40,.08);
  color:white;
  line-height:1.45;
}

.pickup-address-card p{
  margin:0;
  color:rgba(255,255,255,.78);
}

@media(max-width:768px){
  .checkout-method-options{
    grid-template-columns:1fr;
  }

  .pickup-address-confirm,
  .pickup-address-card{
    padding:15px;
  }
}


/* AJUSTES CHECKOUT ENTREGA/RETIRADA */
.checkout-box textarea#observacao,
#observacao{
  height:64px !important;
  min-height:64px !important;
  padding-top:12px !important;
}

.checkout-method-box{
  margin-top:20px;
}

/* =========================================================
   PAGAMENTO: MOSTRAR DETALHES SOMENTE APÓS ESCOLHER TIPO
========================================================= */

#areaPagamentoDetalhes{
  display:none;
}

.tipo-pagamento-box{
  padding:18px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.tipo-pagamento-box button{
  min-height:82px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
  color:white;
  font-family:inherit;
  cursor:pointer;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:center;
  text-align:left;
}

.tipo-pagamento-box button.active,
.tipo-pagamento-box button:hover{
  border-color:#f7a928;
  background:rgba(247,169,40,.10);
}

.tipo-pagamento-box button span{
  font-size:26px;
}

.tipo-pagamento-box button strong{
  display:block;
  color:white;
  font-size:15px;
  font-weight:900;
  line-height:1.2;
}

.tipo-pagamento-box button p{
  margin-top:4px;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.35;
}

#areaPagamentoDetalhes .checkout-payment-options{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  padding:18px;
}

#areaPagamentoDetalhes .checkout-payment-options button{
  min-height:78px;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  color:white;
  font-family:inherit;
  display:grid;
  grid-template-columns:42px 1fr 22px;
  align-items:center;
  gap:14px;
  text-align:left;
  cursor:pointer;
}

#areaPagamentoDetalhes .checkout-payment-options button.active,
#areaPagamentoDetalhes .checkout-payment-options button:hover{
  border-color:#f7a928;
  background:rgba(247,169,40,.10);
}

#areaPagamentoDetalhes .checkout-payment-options button span{
  font-size:24px;
}

#areaPagamentoDetalhes .checkout-payment-options button strong{
  display:block;
  color:white;
  font-size:14px;
  font-weight:900;
  line-height:1.2;
}

#areaPagamentoDetalhes .checkout-payment-options button p{
  margin-top:4px;
  color:rgba(255,255,255,.65);
  font-size:13px;
}

#areaPagamentoDetalhes .checkout-payment-options button em{
  width:20px;
  height:20px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
}

#areaPagamentoDetalhes .checkout-payment-options button.active em{
  background:#f7a928;
  border-color:#f7a928;
}

.checkout-bottom-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:16px;
  width:fit-content;
  margin:18px auto 26px;
}

.checkout-bottom-row #observacao{
  width:320px;
  min-width:320px;
  max-width:320px;
  height:52px;
  min-height:52px;
  max-height:52px;
  margin:0;
  padding:14px 18px;
  border-radius:14px;
  resize:none;
  overflow:hidden;
}

.checkout-bottom-row .checkout-coupon{
  display:flex;
  gap:10px;
  width:auto;
  max-width:none;
  margin:0;
  padding:0;
}

.checkout-bottom-row .checkout-coupon input{
  width:320px;
  height:52px;
  border-radius:14px;
}

.checkout-bottom-row .checkout-coupon button{
  width:110px;
  min-width:110px;
  height:52px;
  border-radius:14px;
}

@media(max-width:768px){
  .tipo-pagamento-box{
    grid-template-columns:1fr;
  }

  #areaPagamentoDetalhes .checkout-payment-options{
    grid-template-columns:1fr;
  }

  .checkout-bottom-row{
    width:100%;
    flex-direction:column;
    align-items:stretch;
  }

  .checkout-bottom-row #observacao,
  .checkout-bottom-row .checkout-coupon,
  .checkout-bottom-row .checkout-coupon input{
    width:100%;
    min-width:0;
    max-width:100%;
  }
}


/* =========================================================
   PIX ANTECIPADO - MODAL
========================================================= */

.pix-modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:7000;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(8px);
  padding:24px;
}

.pix-modal.ativo{
  display:flex;
  align-items:center;
  justify-content:center;
}

.pix-modal-card{
  width:min(440px,94vw);
  position:relative;
  padding:26px;
  border-radius:28px;
  background:linear-gradient(135deg,#120c0b,#1f1412,#090605);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 70px rgba(0,0,0,.48);
}

.pix-modal-close{
  position:absolute;
  top:12px;
  right:14px;
  width:34px;
  height:34px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:22px;
  cursor:pointer;
}

.pix-modal-header{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:20px;
}

.pix-modal-header span{
  width:50px;
  height:50px;
  border-radius:16px;
  background:rgba(247,169,40,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.pix-modal-header strong{
  font-size:24px;
  font-weight:900;
}

.pix-modal-header p{
  margin-top:5px;
  color:rgba(255,255,255,.66);
  font-size:13px;
  line-height:1.45;
}

.pix-qr-wrap{
  width:260px;
  height:260px;
  margin:0 auto 18px;
  padding:12px;
  border-radius:22px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.pix-qr-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.pix-copy-box label{
  display:block;
  margin-bottom:8px;
  color:#f7a928;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.pix-copy-box textarea{
  width:100%;
  height:86px;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:#fff;
  font-family:inherit;
  font-size:12px;
  resize:none;
}

.pix-copy-box button,
.pix-paid-btn{
  width:100%;
  height:52px;
  margin-top:12px;
  border:none;
  border-radius:15px;
  font-family:inherit;
  font-weight:900;
  cursor:pointer;
}

.pix-copy-box button{
  background:rgba(247,169,40,.10);
  color:#f7a928;
  border:1px solid rgba(247,169,40,.20);
}

.pix-paid-btn{
  background:#f7a928;
  color:#1d1d1d;
  font-size:16px;
}

.pix-modal-note{
  margin-top:14px;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.5;
  text-align:center;
}

.pix-modal-note:not(#pixPagamentoStatus){
  display:none;
}

.pix-payment-status{
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

.pix-payment-status.pending{
  color:#f7d28a;
  border-color:rgba(247,169,40,.24);
  background:rgba(247,169,40,.10);
}

.pix-payment-status.approved{
  color:#9be7b4;
  border-color:rgba(70,210,122,.28);
  background:rgba(70,210,122,.12);
}

.pix-payment-status.error{
  color:#ffb1b1;
  border-color:rgba(255,80,80,.28);
  background:rgba(255,80,80,.12);
}

.checkout-main-btn.is-loading,
.checkout-main-btn:disabled{
  opacity:.72;
  cursor:wait;
}

/* =========================================================
   CARRINHO DESKTOP COMPACTO - UMA TELA
========================================================= */

@media (min-width:901px){

  #paginaCarrinho .checkout-page{
    width:95%;
    max-width:1320px;
    margin:105px auto 35px;
  }

  #paginaCarrinho .checkout-card{
    display:grid;
    grid-template-columns:1fr 360px;
    gap:22px;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
  }

  #paginaCarrinho .checkout-back{
    grid-column:1 / -1;
    width:260px;
    height:42px;
    margin:0 0 12px;
    border-radius:14px;
  }

  #paginaCarrinho .checkout-title{
    grid-column:1;
    margin:0 0 14px;
    text-align:left;
    justify-content:flex-start;
  }

  #paginaCarrinho .checkout-title-icon{
    width:48px;
    height:48px;
    border-radius:16px;
    font-size:22px;
  }

  #paginaCarrinho .checkout-title h1{
    font-size:34px;
    line-height:1;
  }

  #paginaCarrinho .checkout-title p{
    font-size:14px;
    margin-top:6px;
  }

  #paginaCarrinho .checkout-steps{
    grid-column:1;
    max-width:360px;
    margin:0 auto 18px;
  }

  #paginaCarrinho .checkout-step span{
    width:34px;
    height:34px;
    font-size:14px;
  }

  #paginaCarrinho .checkout-step strong{
    font-size:12px;
  }

  #paginaCarrinho .checkout-tab{
    grid-column:1 / -1;
  }

  #paginaCarrinho #checkoutTabItens.active{
    display:grid;
    grid-template-columns:1fr 360px;
    gap:22px;
    align-items:start;
  }

  #paginaCarrinho #checkoutTabItens .checkout-box{
    grid-column:1;
    min-height:360px;
    max-height:470px;
    padding:0;
    border-radius:22px;
    overflow:hidden;
  }

  #paginaCarrinho .checkout-box-title{
    padding:18px 22px;
  }

  #paginaCarrinho .checkout-box-title strong{
    font-size:20px;
  }

  #paginaCarrinho #itensCarrinho{
    max-height:250px;
    overflow:auto;
  }

  #paginaCarrinho .checkout-add-more{
    width:260px;
    height:46px;
    margin:20px 0 22px 22px;
    border-radius:14px;
    font-size:14px;
    background:#f7a928;
    color:#130c0b;
  }

  #paginaCarrinho .checkout-summary-inline{
    grid-column:2;
    grid-row:1;
    margin:0;
    padding:24px;
    border-radius:22px;
    position:static !important;
  }

  #paginaCarrinho .summary-title{
    margin-bottom:18px;
  }

  #paginaCarrinho .summary-title span{
    width:42px;
    height:42px;
    border-radius:14px;
  }

  #paginaCarrinho .summary-title strong{
    font-size:22px;
  }

  #paginaCarrinho .summary-line{
    font-size:15px;
    margin-bottom:14px;
  }

  #paginaCarrinho .summary-total{
    margin-top:18px;
    padding-top:18px;
  }

  #paginaCarrinho .summary-total strong{
    font-size:32px;
    color:#f7a928;
  }

  #paginaCarrinho .checkout-method-box{
    grid-column:2;
    margin-top:20px;
    padding:22px;
    border-radius:22px;
    position:static !important;
  }

  #paginaCarrinho .checkout-method-box .summary-title{
    margin-bottom:16px;
  }

  #paginaCarrinho .checkout-method-options{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  #paginaCarrinho .checkout-method-options button{
    min-height:58px;
    padding:13px 16px;
    border-radius:15px;
  }

  #paginaCarrinho .checkout-method-options button strong{
    font-size:14px;
  }

  #paginaCarrinho .checkout-method-options button p{
    font-size:12px;
  }

  #paginaCarrinho .checkout-delivery-mini{
    display:none;
  }

  #paginaCarrinho .checkout-main-btn{
    grid-column:2;
    height:52px;
    margin-top:18px;
    border-radius:15px;
    font-size:15px;
  }

  #paginaCarrinho .checkout-safe{
    grid-column:2;
    margin-top:12px;
    font-size:12px;
  }
}

/* Ajuste: etapas ao lado do título e cards mais altos na tela */

@media (min-width:901px){

  #paginaCarrinho .checkout-title{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:0;
  }

  #paginaCarrinho .checkout-steps{
    grid-column:1;
    justify-self:end;
    align-self:center;
    width:330px;
    margin:-58px 18px 18px 0;
  }

  #paginaCarrinho #checkoutTabItens.active{
    margin-top:-6px;
  }

  #paginaCarrinho #checkoutTabItens .checkout-box,
  #paginaCarrinho .checkout-summary-inline{
    margin-top:-10px;
  }

  #paginaCarrinho .checkout-method-box{
    margin-top:12px;
  }

  #paginaCarrinho .checkout-title h1{
    font-size:32px;
  }

  #paginaCarrinho .checkout-title p{
    font-size:13px;
  }
}

/* =========================================================
   CHECKOUT DESKTOP - ETAPA PAGAMENTO MAIS ORGANIZADA
========================================================= */

@media (min-width:901px){

  #paginaCarrinho #checkoutTabPagamento.active{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 390px;
    gap:24px;
    align-items:start;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-box{
    grid-column:1;
    margin:0;
    padding:0;
    border-radius:24px;
    overflow:hidden;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-box-title{
    padding:24px 26px 18px;
    border-bottom:1px solid rgba(255,255,255,.07);
  }

  #paginaCarrinho #checkoutTabPagamento .tipo-pagamento-box{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    padding:22px;
  }

  #paginaCarrinho #checkoutTabPagamento .tipo-pagamento-box button{
    min-height:92px;
    padding:20px;
    border-radius:18px;
    background:rgba(255,255,255,.035);
    border:1px solid rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    gap:16px;
    text-align:left;
  }

  #paginaCarrinho #checkoutTabPagamento .tipo-pagamento-box button.active{
    border-color:#f7a928;
    background:rgba(247,169,40,.10);
  }

  #paginaCarrinho #checkoutTabPagamento .tipo-pagamento-box button span{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:15px;
    background:rgba(247,169,40,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
  }

  #paginaCarrinho #checkoutTabPagamento .tipo-pagamento-box button strong{
    font-size:17px;
  }

  #paginaCarrinho #checkoutTabPagamento .tipo-pagamento-box button p{
    margin-top:4px;
    font-size:13px;
    color:rgba(255,255,255,.65);
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-summary-inline{
    grid-column:2;
    grid-row:1;
    margin:0;
    padding:24px;
    border-radius:24px;
    position:static !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-main-btn{
    grid-column:2;
    width:100%;
    height:56px;
    margin-top:0;
    border-radius:16px;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-safe{
    grid-column:2;
    margin-top:-12px;
    font-size:12px;
  }

  #paginaCarrinho #checkoutTabPagamento #areaPagamentoDetalhes{
    grid-column:1;
    margin-top:0;
    padding:0 22px 22px;
  }

  #paginaCarrinho #checkoutTabPagamento #opcoesPagamento{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-payment-options button{
    min-height:70px;
    border-radius:16px;
  }
}
/* =========================================================
   PATCH CARRINHO - ADICIONAIS, CUPOM E BOTÃO FINALIZAR FIXO
   Cole no final do css/style.css
========================================================= */

.cart-item-title-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.cart-adicionais-btn{
  height:26px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(247,169,40,.28);
  background:rgba(247,169,40,.10);
  color:#f7a928;
  font-family:inherit;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
}

.cart-adicionais-selecionados{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}

.cart-adicionais-selecionados span{
  padding:5px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.78);
  font-size:11px;
  font-weight:700;
}

.nb-modal-adicionais{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(6px);
  z-index:999999;
}

.nb-modal-adicionais.ativo{
  display:flex;
}

.nb-modal-adicionais-box{
  width:min(520px,94vw);
  max-height:80vh;
  overflow:auto;
  position:relative;
  padding:26px;
  border-radius:24px;
  background:linear-gradient(135deg,#120c0b,#1a1110,#090605);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 22px 70px rgba(0,0,0,.45);
  color:white;
}

.nb-modal-adicionais-box h3{
  font-size:28px;
  font-weight:900;
  margin-bottom:6px;
}

.nb-modal-adicionais-box p{
  color:rgba(255,255,255,.62);
  margin-bottom:18px;
}

.nb-modal-adicionais-close{
  position:absolute;
  top:14px;
  right:16px;
  width:36px;
  height:36px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:white;
  font-size:24px;
  cursor:pointer;
}

.nb-lista-adicionais{
  display:grid;
  gap:10px;
}

.nb-adicional-opcao{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  cursor:pointer;
}

.nb-adicional-opcao input{
  width:18px;
  height:18px;
  accent-color:#f7a928;
}

.nb-adicional-opcao div{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.nb-adicional-opcao strong{
  font-size:15px;
}

.nb-adicional-opcao span{
  color:#f7a928;
  font-weight:900;
}

.nb-salvar-adicionais{
  width:100%;
  height:50px;
  margin-top:18px;
  border:none;
  border-radius:15px;
  background:#f7a928;
  color:#130c0b;
  font-family:inherit;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}

.linha-desconto-cupom strong{
  color:#32d74b !important;
}

@media (min-width:901px){
  #paginaCarrinho #checkoutTabPagamento.active{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 390px !important;
    gap:24px !important;
    align-items:start !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-box{
    grid-column:1 !important;
    grid-row:1 / span 3 !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-summary-inline{
    grid-column:2 !important;
    grid-row:1 !important;
    position:static !important;
    margin:0 !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-main-btn{
    grid-column:2 !important;
    grid-row:2 !important;
    width:100% !important;
    height:56px !important;
    margin:14px 0 0 !important;
    align-self:start !important;
    position:static !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-safe{
    grid-column:2 !important;
    grid-row:3 !important;
    margin-top:8px !important;
    align-self:start !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-delivery-mini{
    display:none !important;
  }
}



/* =========================================================
   HOTFIX CARRINHO - PAGAMENTO FIXO + ADICIONAIS COM QTD
========================================================= */
@media (min-width:901px){
  #paginaCarrinho #checkoutTabPagamento.active{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 390px !important;
    gap:24px !important;
    align-items:start !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-box{
    grid-column:1 !important;
    grid-row:1 / span 4 !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-summary-inline{
    grid-column:2 !important;
    grid-row:1 !important;
    position:static !important;
    margin:0 !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-main-btn{
    grid-column:2 !important;
    grid-row:2 !important;
    align-self:start !important;
    margin:14px 0 0 !important;
    width:100% !important;
    height:56px !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-safe{
    grid-column:2 !important;
    grid-row:3 !important;
    margin:10px 0 0 !important;
  }

  #paginaCarrinho #checkoutTabPagamento #areaPagamentoDetalhes,
  #paginaCarrinho #checkoutTabPagamento #opcoesPagamento{
    grid-column:1 !important;
  }
}

.nb-adicional-qtd-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
}

.nb-adicional-qtd-control,
.qty-control{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}

.nb-adicional-qtd-control button{
  width:34px !important;
  height:34px !important;
  border:none !important;
  border-radius:10px !important;
  background:#f7a928 !important;
  color:#111 !important;
  font-weight:900 !important;
}

.nb-adicional-qtd-control strong{
  min-width:24px !important;
  text-align:center !important;
}

/* =========================================================
   HOTFIX VISUAL - LIMITE ADICIONAL + CUPOM DISCRETO + BOTÃO FIXO
========================================================= */

.nb-adicional-qtd-control button.disabled,
.nb-adicional-qtd-control button:disabled{
  background:#3a3a3a !important;
  color:#8b8b8b !important;
  cursor:not-allowed !important;
  opacity:.75 !important;
  box-shadow:none !important;
}

.linha-desconto-cupom span{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:2px !important;
}

.cupom-aplicado-label{
  display:block !important;
  color:rgba(255,255,255,.45) !important;
  font-size:11px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  margin-top:2px !important;
}

@media (min-width:901px){
  #paginaCarrinho #checkoutTabPagamento.active{
    position:relative !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 390px !important;
    gap:24px !important;
    align-items:start !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-summary-inline{
    grid-column:2 !important;
    grid-row:1 !important;
    align-self:start !important;
    position:relative !important;
    z-index:2 !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-main-btn{
    grid-column:2 !important;
    grid-row:1 !important;
    align-self:start !important;
    margin-top:calc(100% - 12px) !important;
    width:100% !important;
    height:56px !important;
    position:relative !important;
    z-index:2 !important;
  }

  #paginaCarrinho #checkoutTabPagamento .checkout-safe{
    grid-column:2 !important;
    grid-row:1 !important;
    align-self:start !important;
    margin-top:calc(100% + 56px) !important;
    position:relative !important;
    z-index:2 !important;
  }
}


/* =========================================================
   PÁGINA PEDIDO CONCLUÍDO
   Cole no final do css/style.css
========================================================= */

.pedido-final-page{
  width:95%;
  max-width:1320px;
  margin:120px auto 60px;
}

.pedido-final-card{
  border-radius:30px;
  background:radial-gradient(circle at top left,rgba(247,169,40,.10),transparent 30%),linear-gradient(135deg,#120c0b,#1a1110,#080505);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 70px rgba(0,0,0,.36);
  overflow:hidden;
}

.pedido-final-hero{
  padding:42px 42px 30px;
  text-align:center;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.pedido-final-icon{
  width:74px;
  height:74px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#22c55e;
  color:#07140a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  font-weight:900;
  box-shadow:0 18px 40px rgba(34,197,94,.22);
}

.pedido-final-hero span{
  color:#f7a928;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.pedido-final-hero h1{
  margin-top:10px;
  font-size:48px;
  line-height:1;
  font-weight:900;
}

.pedido-final-hero p{
  max-width:680px;
  margin:14px auto 0;
  color:rgba(255,255,255,.66);
  font-size:16px;
  line-height:1.6;
}

.pedido-final-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:24px;
  padding:28px;
}

.pedido-final-main{
  display:grid;
  gap:18px;
}

.pedido-final-section,
.pedido-final-summary{
  border-radius:22px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
}

.pedido-final-section{
  padding:24px;
}

.pedido-final-section-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.pedido-final-section-title strong{
  font-size:22px;
}

.pedido-final-section-title span{
  color:#f7a928;
  font-weight:900;
}

.pedido-final-info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.pedido-final-info-grid div{
  padding:16px;
  border-radius:16px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.06);
}

.pedido-final-info-grid span{
  display:block;
  color:rgba(255,255,255,.48);
  font-size:12px;
  font-weight:800;
  margin-bottom:7px;
}

.pedido-final-info-grid strong{
  font-size:14px;
}

.pedido-final-itens{
  padding:18px;
  border-radius:16px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.06);
  color:rgba(255,255,255,.86);
  line-height:1.75;
}

.pedido-final-endereco{
  padding:18px;
  border-radius:16px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.06);
  color:rgba(255,255,255,.76);
  line-height:1.6;
}

.pedido-final-summary{
  padding:24px;
  align-self:start;
}

.pedido-final-summary-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
}

.pedido-final-summary-head span{
  width:46px;
  height:46px;
  border-radius:15px;
  background:rgba(247,169,40,.14);
  display:flex;
  align-items:center;
  justify-content:center;
}

.pedido-final-summary-head strong{
  font-size:24px;
}

.pedido-final-line{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
  font-size:15px;
}

.pedido-final-line.discount strong{
  color:#22c55e;
}

.pedido-final-cupom{
  margin:-4px 0 16px;
  color:rgba(255,255,255,.46);
  font-size:12px;
}

.pedido-final-total{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.08);
}

.pedido-final-total span{
  font-size:18px;
  font-weight:900;
}

.pedido-final-total strong{
  color:#f7a928;
  font-size:36px;
  line-height:1;
}

.pedido-final-status{
  display:flex;
  gap:14px;
  margin-top:22px;
  padding:18px;
  border-radius:18px;
  background:rgba(247,169,40,.09);
  border:1px solid rgba(247,169,40,.14);
}

.pedido-final-status span{
  font-size:22px;
}

.pedido-final-status strong{
  color:#f7a928;
}

.pedido-final-status p{
  margin-top:4px;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.4;
}

.pedido-final-btn{
  width:100%;
  height:52px;
  margin-top:18px;
  border:none;
  border-radius:15px;
  background:#f7a928;
  color:#120c0b;
  font-weight:900;
  font-family:inherit;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.pedido-final-btn.whatsapp{
  margin-top:18px;
  background:#25d366;
  color:#07140a;
}

.pedido-final-btn.whatsapp + .pedido-final-btn{
  margin-top:10px;
}

.pedido-final-btn.secondary{
  margin-top:10px;
  background:rgba(255,255,255,.06);
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
}

@media(max-width:900px){
  .pedido-final-page{
    width:92%;
    margin:92px auto 42px;
  }

  .pedido-final-hero{
    padding:30px 20px 24px;
  }

  .pedido-final-hero h1{
    font-size:34px;
  }

  .pedido-final-grid{
    grid-template-columns:1fr;
    padding:18px;
  }

  .pedido-final-info-grid{
    grid-template-columns:1fr;
  }

  .pedido-final-total strong{
    font-size:30px;
  }
}

/* =========================================================
   HOTFIX - MEUS PEDIDOS COM SCROLL E STATUS AO VIVO
========================================================= */

#paginaPedidos #historicoPedidos{
  max-height:980px;
  overflow-y:auto;
  padding-right:8px;
  scroll-behavior:smooth;
}

#paginaPedidos #historicoPedidos::-webkit-scrollbar{
  width:7px;
}

#paginaPedidos #historicoPedidos::-webkit-scrollbar-thumb{
  background:rgba(247,169,40,.35);
  border-radius:999px;
}

#paginaPedidos .pedido-cliente-top{
  align-items:flex-start;
}

#paginaPedidos .pedido-codigo-status{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

#paginaPedidos .pedido-status-tempo{
  color:rgba(255,255,255,.42);
  font-size:11px;
  font-weight:700;
}

#paginaPedidos .pedido-status{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  border:1px solid transparent;
}

#paginaPedidos .pedido-status-recebido{
  background:rgba(247,169,40,.12);
  color:#f7a928;
  border-color:rgba(247,169,40,.22);
}

#paginaPedidos .pedido-status-preparo,
#paginaPedidos .pedido-status-pronto{
  background:rgba(59,130,246,.12);
  color:#7db4ff;
  border-color:rgba(59,130,246,.24);
}

#paginaPedidos .pedido-status-saiu{
  background:rgba(168,85,247,.12);
  color:#c792ff;
  border-color:rgba(168,85,247,.24);
}

#paginaPedidos .pedido-status-concluido{
  background:rgba(34,197,94,.12);
  color:#5ff083;
  border-color:rgba(34,197,94,.24);
}

#paginaPedidos .pedido-status-cancelado{
  background:rgba(239,68,68,.12);
  color:#ff7474;
  border-color:rgba(239,68,68,.24);
}

@media(min-width:901px){
  #paginaPedidos #historicoPedidos{
    max-height:900px;
  }
}

@media(max-width:900px){
  #paginaPedidos #historicoPedidos{
    max-height:760px;
    padding-right:4px;
  }

  #paginaPedidos .pedido-codigo-status{
    gap:8px;
  }
}
