:root{--bg:#f4f3ec;--dark:#11190c;--dark2:#1a2510;--panel:#213116;--panel2:#2f431e;--olive:#6f8b36;--olive2:#95ab54;--line:rgba(255,255,255,.12);--ink:#11190c;--muted:#8b927e;--cream:#fbfaf5;--shadow:0 24px 70px rgba(17,25,12,.18);--orange:#ff6b16}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.hidden{display:none!important}.storeApp{min-height:100vh;background:var(--bg);transition:padding-right .25s ease}.storeApp.cart-open{padding-right:410px}
.storeHeader{position:sticky;top:0;z-index:45;height:104px;display:grid;grid-template-columns:340px minmax(260px,1fr) auto;gap:28px;align-items:center;padding:18px 44px;background:linear-gradient(115deg,#0d1508,#1f2f13 55%,#283b19);color:#fff;border-bottom:1px solid rgba(255,255,255,.10);box-shadow:0 20px 55px rgba(0,0,0,.22)}
.storeBrand{display:flex;align-items:center;gap:18px}.storeBrand img{width:70px;height:70px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.35))}.storeBrand strong{display:block;font-size:22px;letter-spacing:.02em}.storeBrand span{display:block;color:#d7dec6;margin-top:4px;font-size:13px}.searchBox{height:48px;display:flex;border:1px solid rgba(255,255,255,.18);border-radius:14px;overflow:hidden;background:rgba(0,0,0,.18)}.searchBox input{flex:1;border:0;background:transparent;color:#fff;padding:0 18px;outline:0}.searchBox input::placeholder{color:#bfc8ae}.searchBox button{width:58px;border:0;border-left:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:#fff;font-size:22px}.storeNav{display:flex;gap:24px;white-space:nowrap}.storeNav a{color:#e9eedb;font-size:14px}.storeNav a:hover{color:var(--olive2)}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;padding:22px 44px;background:linear-gradient(115deg,#15220d,#243618);color:#fff;border-bottom:1px solid rgba(255,255,255,.09)}.benefits div{display:grid;grid-template-columns:42px 1fr;column-gap:14px;align-items:center}.benefits i{grid-row:span 2;width:42px;height:42px;border:1px solid rgba(149,171,84,.55);border-radius:14px;display:grid;place-items:center;color:var(--olive2);font-style:normal;font-size:23px}.benefits b{font-size:14px}.benefits span{color:#d4dbc5;font-size:13px;margin-top:2px}
.catalogLayout{display:grid;grid-template-columns:230px 1fr;gap:28px;padding:28px 44px 60px}.categoryPanel{position:sticky;top:132px;align-self:start;background:linear-gradient(180deg,#203315,#17250f);border-radius:18px;padding:18px;min-height:350px;color:#fff;box-shadow:var(--shadow)}.categoryPanel h3{margin:0 0 15px;font-size:18px}.categoryPanel button{width:100%;text-align:left;border:0;border-radius:10px;background:transparent;color:#e5ead8;padding:13px 12px;margin:3px 0;cursor:pointer}.categoryPanel button.active,.categoryPanel button:hover{background:rgba(149,171,84,.18);color:#fff}.areaTitle{display:flex;align-items:end;justify-content:space-between;margin:0 0 18px}.areaTitle h1{margin:0;font-size:28px;letter-spacing:-.04em}.areaTitle p{margin:0;color:#6f7564}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(17,25,12,.10);border-radius:14px;overflow:hidden;box-shadow:0 12px 35px rgba(17,25,12,.08);min-height:405px}.media{height:220px;padding:20px;background:linear-gradient(180deg,#fff,#f3f1e8);display:grid;place-items:center}.media img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.12))}.info{display:flex;flex-direction:column;flex:1;padding:16px}.info h3{font-size:17px;margin:0 0 6px;line-height:1.25}.sub{font-size:13px;color:#6d7362}.price{font-weight:1000;color:#1f3313;font-size:22px;margin:14px 0}.row{display:grid;grid-template-columns:1fr 64px;gap:8px;margin-top:auto;margin-bottom:10px}.row select,.row input,.form input{height:42px;border:1px solid rgba(17,25,12,.15);border-radius:10px;background:#fff;padding:0 10px;outline:0}.add,.send,.toast button,.primary,.secondary{border:0;border-radius:10px;background:linear-gradient(135deg,#243d12,#5c8029);color:#fff;font-weight:900;cursor:pointer}.add{height:44px}.add:before{content:'🛒 ';}.add:hover,.send:hover{filter:brightness(1.06);transform:translateY(-1px)}
.drawer{position:fixed;right:0;top:0;bottom:0;width:410px;z-index:55;background:linear-gradient(180deg,#132009,#203513 60%,#17240e);color:#fff;padding:26px 20px;overflow:auto;box-shadow:-20px 0 65px rgba(0,0,0,.32);border-left:1px solid rgba(255,255,255,.08);transform:translateX(0);transition:.25s}.drawer:not(.open){transform:translateX(105%)}.drawerHead{display:flex;align-items:center;justify-content:space-between}.drawerHead h2{margin:0;font-size:20px}.drawerHead em{font-style:normal;display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:6px;border-radius:999px;background:#8cae3d;color:#fff;font-size:12px}.x{border:0;background:transparent;color:#fff;font-size:26px;cursor:pointer}.hint{color:#c6d1b9}.item,.cartLine{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);border-radius:13px;padding:12px;margin:10px 0}.item:before,.cartLine:before{content:'🛍️';width:58px;height:58px;border-radius:10px;background:#f7f6ee;display:grid;place-items:center;font-size:24px}.item b,.cartLine b{color:#fff}.item small,.cartLine small{color:#cbd4bf}.item .x,.cartLine .x{font-size:12px;background:rgba(255,255,255,.08);border-radius:8px;padding:7px;color:#fff}.totalLine,.grand{display:flex;justify-content:space-between;padding:12px 0;color:#dce4ce}.mutedLine{border-bottom:1px solid rgba(255,255,255,.10)}.mutedLine a{text-decoration:underline;color:#e9eedb}.grand{align-items:center;padding:24px 0}.grand strong{font-size:28px;color:#9dbd4f}.form{display:grid;gap:9px}.form h3{margin:10px 0 2px}.send{height:58px;border-radius:12px;font-size:18px}.floatCart{display:none;position:fixed;right:18px;bottom:18px;z-index:90;border:0;border-radius:999px;background:#5c8029;color:#fff;padding:14px 18px;font-weight:900;box-shadow:0 15px 35px rgba(0,0,0,.25)}.toast{position:fixed;top:118px;left:50%;transform:translateX(-50%);z-index:99;display:flex;gap:12px;align-items:center;padding:12px 14px 12px 18px;background:#10190b;color:#fff;border-radius:999px;box-shadow:0 18px 45px rgba(0,0,0,.3)}.toast button{padding:9px 12px}.success{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.55);display:grid;place-items:center}.successBox{width:min(440px,92vw);background:#fff;color:#11190c;border-radius:22px;padding:32px;text-align:center;box-shadow:var(--shadow)}.successBox .primary,.successBox .secondary{padding:13px 16px}.successBox .secondary{background:#e9ecdf;color:#11190c}
@media(max-width:1300px){.storeApp{padding-right:0}.drawer{transform:translateX(105%)}.drawer.open{transform:translateX(0)}.floatCart{display:block}.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1050px){.storeHeader{grid-template-columns:1fr;gap:14px;height:auto}.storeNav{overflow:auto}.benefits{grid-template-columns:repeat(2,1fr)}.catalogLayout{grid-template-columns:1fr}.categoryPanel{position:relative;top:auto;min-height:0}.categoryPanel button{width:auto;display:inline-block}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.storeHeader,.benefits,.catalogLayout{padding-left:18px;padding-right:18px}.benefits{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.drawer{width:100%}}


/* Correções finais: carrinho responsivo, categorias e cards */
.card{position:relative;overflow:hidden;min-height:430px;background:#fff!important;}
.media{position:relative;overflow:hidden;height:235px;z-index:1;}
.media img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;}
.info{position:relative;z-index:2;background:#fff;border-top:1px solid rgba(17,25,12,.06);}
.categoryPanel button.active{background:linear-gradient(135deg,rgba(149,171,84,.34),rgba(92,128,41,.36));box-shadow:inset 3px 0 0 #9dbd4f;color:#fff;font-weight:800;}
.floatCart{display:flex;align-items:center;gap:8px;}
.storeApp.cart-open .floatCart{display:none;}
.drawer:not(.open)+.floatCart{display:flex;}
@media(min-width:1301px){
  .storeApp:not(.cart-open){padding-right:0;}
  .storeApp:not(.cart-open) .productArea{max-width:none;}
  .storeApp:not(.cart-open) .grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .storeApp:not(.cart-open) .floatCart{display:flex;}
}
@media(max-width:1300px){.storeApp.cart-open{padding-right:0}.storeApp.cart-open .floatCart{display:none}.floatCart{display:flex}.media{height:230px}}
@media(max-width:620px){.media{height:260px}.card{min-height:auto}}


/* Ajuste: remover menu superior e destacar rastreamento */
.storeHeader{grid-template-columns:340px minmax(300px,1fr) auto;}
.trackBtn{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid rgba(149,171,84,.40);border-radius:14px;background:linear-gradient(135deg,rgba(149,171,84,.18),rgba(92,128,41,.30));color:#fff;font-weight:900;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}
.trackBtn span{width:24px;height:24px;border-radius:999px;background:#8cae3d;display:inline-grid;place-items:center;color:#12200c;font-weight:950}
.trackBtn:hover{transform:translateY(-1px);filter:brightness(1.08)}
@media(max-width:1050px){.storeHeader{grid-template-columns:1fr}.trackBtn{width:100%}}

/* FIX DEFINITIVO - imagens inteiras nos cards (sem corte) */
.grid .card{
  overflow:hidden !important;
  min-height:520px !important;
}
.grid .card .media{
  width:100% !important;
  height:300px !important;
  min-height:300px !important;
  max-height:300px !important;
  padding:18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#fbfaf5 !important;
}
.grid .card .media img{
  position:static !important;
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  margin:0 auto !important;
}
.grid .card .info{
  flex:1 1 auto !important;
  background:#fff !important;
  border-top:1px solid rgba(17,25,12,.08) !important;
}
@media(min-width:1301px){
  .storeApp:not(.cart-open) .grid .card .media{height:280px !important;min-height:280px !important;max-height:280px !important;}
  .storeApp:not(.cart-open) .grid .card{min-height:500px !important;}
}
@media(max-width:620px){
  .grid .card .media{height:280px !important;min-height:280px !important;max-height:280px !important;}
  .grid .card{min-height:auto !important;}
}

/* =========================================================
   RESPONSIVO FINAL + LOGO VISÍVEL + IMAGENS SEM CORTE
   ========================================================= */
html,body{width:100%;max-width:100%;overflow-x:hidden;}
.storeBrand img,
.brand img,
.login-logo img,
.logo img,
.sidebar-logo img{
  object-fit:contain !important;
  background:rgba(255,255,255,.94) !important;
  border-radius:16px !important;
  padding:6px !important;
  box-shadow:0 10px 28px rgba(0,0,0,.26) !important;
}
.storeBrand img{flex:0 0 auto !important;}

/* Cards: a imagem define a própria altura, sem crop */
.grid .card{
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  height:auto !important;
  min-height:0 !important;
  border-radius:16px !important;
}
.grid .card .media{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  padding:14px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
  background:#fbfaf5 !important;
}
.grid .card .media img{
  position:static !important;
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  margin:0 auto !important;
}
.grid .card .info{
  flex:1 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  padding:16px !important;
}
.grid .card .info .row{margin-top:auto !important;}
.grid .card .add{width:100% !important;}

/* Desktop sem carrinho: usar largura total */
.storeApp:not(.cart-open){padding-right:0 !important;}
.storeApp:not(.cart-open) .drawer{transform:translateX(105%) !important;}
.storeApp:not(.cart-open) .floatCart{display:flex !important;}
.storeApp.cart-open .drawer{transform:translateX(0) !important;}

/* Tablet */
@media(max-width:1050px){
  .storeApp,.storeApp.cart-open{padding-right:0 !important;}
  .storeHeader{
    position:relative !important;
    height:auto !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding:16px !important;
  }
  .storeBrand{align-items:center !important;gap:12px !important;}
  .storeBrand img{width:58px !important;height:58px !important;border-radius:14px !important;}
  .storeBrand strong{font-size:19px !important;line-height:1.1 !important;}
  .storeBrand span{font-size:12px !important;}
  .searchBox{width:100% !important;height:46px !important;}
  .trackBtn{width:100% !important;height:46px !important;}
  .benefits{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    padding:14px 16px !important;
  }
  .benefits div{padding:12px !important;min-width:0 !important;}
  .catalogLayout{
    display:block !important;
    padding:16px !important;
  }
  .categoryPanel{
    position:relative !important;
    top:auto !important;
    width:100% !important;
    margin:0 0 18px !important;
    min-height:0 !important;
    overflow-x:auto !important;
    white-space:nowrap !important;
    padding:12px !important;
  }
  .categoryPanel h3{margin:0 0 10px !important;}
  .categoryPanel button{
    display:inline-flex !important;
    width:auto !important;
    min-width:max-content !important;
    margin:0 8px 0 0 !important;
    padding:10px 14px !important;
    border-radius:12px !important;
  }
  .areaTitle{display:block !important;margin-bottom:14px !important;}
  .areaTitle h1{font-size:24px !important;margin:0 0 4px !important;}
  .areaTitle p{margin:0 !important;font-size:13px !important;}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important;}
  .drawer{width:min(420px,100vw) !important;}
}

/* Celular */
@media(max-width:640px){
  body{background:#f4f3ec !important;}
  .storeHeader{padding:14px 12px !important;}
  .storeBrand{display:grid !important;grid-template-columns:54px 1fr !important;}
  .storeBrand img{width:54px !important;height:54px !important;padding:5px !important;}
  .storeBrand strong{font-size:17px !important;}
  .searchBox input{font-size:14px !important;padding:0 13px !important;}
  .benefits{grid-template-columns:1fr !important;padding:12px !important;}
  .benefits div{display:grid !important;grid-template-columns:38px 1fr !important;column-gap:10px !important;align-items:center !important;}
  .benefits div span{grid-column:2 !important;}
  .catalogLayout{padding:12px !important;}
  .categoryPanel{border-radius:16px !important;margin-bottom:14px !important;}
  .productArea{width:100% !important;}
  .grid{grid-template-columns:1fr !important;gap:14px !important;}
  .grid .card{border-radius:16px !important;box-shadow:0 14px 34px rgba(17,25,12,.12) !important;}
  .grid .card .media{padding:10px !important;background:#fff !important;}
  .grid .card .media img{width:100% !important;height:auto !important;}
  .grid .card .info{padding:14px !important;}
  .grid .card .info h3{font-size:16px !important;line-height:1.2 !important;}
  .price{font-size:20px !important;}
  .row{display:grid !important;grid-template-columns:1fr 70px !important;gap:8px !important;}
  .row select,.row input{min-width:0 !important;width:100% !important;height:44px !important;}
  .add{height:48px !important;border-radius:12px !important;}
  .drawer{
    width:100vw !important;
    max-width:100vw !important;
    padding:16px !important;
    border-left:0 !important;
  }
  .drawer.open{transform:translateX(0) !important;}
  .floatCart{
    right:14px !important;
    bottom:14px !important;
    padding:13px 16px !important;
    border-radius:999px !important;
    z-index:120 !important;
  }
  .toast{top:auto !important;bottom:78px !important;width:calc(100vw - 24px) !important;border-radius:16px !important;justify-content:space-between !important;}
}

/* =========================================================
   MOBILE BEAUTY FINAL - mantém desktop e redesenha só celular
   ========================================================= */
@media (max-width: 760px){
  html,body{width:100%;overflow-x:hidden;background:#f5f4ee!important;}
  body{font-size:15px!important;-webkit-font-smoothing:antialiased;}

  .storeApp,.storeApp.cart-open{padding-right:0!important;min-height:100vh!important;}

  .storeHeader{
    position:sticky!important;top:0!important;z-index:80!important;
    display:grid!important;grid-template-columns:1fr!important;gap:12px!important;
    padding:14px 14px 16px!important;height:auto!important;
    background:linear-gradient(145deg,#0b1307 0%,#16250d 58%,#243914 100%)!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.24)!important;
  }
  .storeBrand{
    display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;
  }
  .storeBrand img{
    display:block!important;width:58px!important;height:58px!important;min-width:58px!important;
    object-fit:contain!important;padding:4px!important;background:rgba(255,255,255,.04)!important;
    border:1px solid rgba(255,255,255,.10)!important;border-radius:16px!important;
    filter:drop-shadow(0 10px 18px rgba(0,0,0,.35))!important;
  }
  .storeBrand strong{font-size:18px!important;line-height:1!important;letter-spacing:.03em!important;}
  .storeBrand span{font-size:12px!important;line-height:1.25!important;color:#d8dec8!important;}

  .searchBox{
    width:100%!important;height:48px!important;border-radius:15px!important;
    background:#fff!important;border:0!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
  }
  .searchBox input{color:#16250d!important;font-size:14px!important;padding:0 15px!important;}
  .searchBox input::placeholder{color:#7a826f!important;}
  .searchBox button{width:52px!important;color:#1f3512!important;background:#f0f2e8!important;border-left:1px solid #dfe4d2!important;}

  .trackBtn{
    width:100%!important;height:48px!important;border-radius:15px!important;
    background:linear-gradient(135deg,#638433,#8aa84b)!important;color:#fff!important;
    border:0!important;box-shadow:0 12px 28px rgba(31,53,18,.28)!important;font-size:14px!important;
  }
  .trackBtn span{background:rgba(255,255,255,.22)!important;color:#fff!important;}

  .benefits{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;padding:12px!important;background:#13220c!important;
  }
  .benefits div{
    display:grid!important;grid-template-columns:34px 1fr!important;column-gap:9px!important;
    align-items:center!important;padding:11px 10px!important;background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.08)!important;border-radius:16px!important;min-width:0!important;
  }
  .benefits i{width:34px!important;height:34px!important;border-radius:12px!important;font-size:18px!important;}
  .benefits b{font-size:11px!important;line-height:1.1!important;letter-spacing:.02em!important;}
  .benefits span{font-size:10.5px!important;line-height:1.1!important;grid-column:2!important;color:#cbd6ba!important;}

  .catalogLayout{display:block!important;padding:14px 12px 92px!important;}
  .categoryPanel{
    position:relative!important;top:auto!important;width:100%!important;min-height:0!important;margin:0 0 16px!important;
    padding:14px!important;border-radius:18px!important;background:linear-gradient(180deg,#1c3011,#13230c)!important;
    box-shadow:0 14px 32px rgba(17,25,12,.16)!important;overflow:hidden!important;white-space:normal!important;
  }
  .categoryPanel h3{font-size:15px!important;margin:0 0 11px!important;}
  .categoryPanel button{
    display:inline-flex!important;align-items:center!important;width:auto!important;min-width:auto!important;
    margin:0 6px 8px 0!important;padding:10px 12px!important;border-radius:999px!important;
    font-size:13px!important;line-height:1!important;background:rgba(255,255,255,.07)!important;color:#eaf0dc!important;
  }
  .categoryPanel button.active{
    background:linear-gradient(135deg,#78973e,#9ab65b)!important;color:#fff!important;
    box-shadow:none!important;font-weight:900!important;
  }

  .areaTitle{display:block!important;margin:0 2px 14px!important;}
  .areaTitle h1{font-size:25px!important;letter-spacing:-.04em!important;margin:0!important;color:#11190c!important;}
  .areaTitle p{font-size:13px!important;margin-top:4px!important;color:#747b69!important;}

  .grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;width:100%!important;}
  .grid .card{
    display:flex!important;flex-direction:column!important;width:100%!important;min-height:0!important;
    border-radius:22px!important;overflow:hidden!important;background:#fff!important;
    border:1px solid rgba(17,25,12,.08)!important;box-shadow:0 18px 45px rgba(17,25,12,.12)!important;
  }
  .grid .card .media{
    width:100%!important;height:260px!important;min-height:260px!important;max-height:260px!important;
    padding:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;
    background:linear-gradient(180deg,#fff 0%,#f7f6ef 100%)!important;overflow:hidden!important;
  }
  .grid .card .media img{
    width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
    object-fit:contain!important;object-position:center!important;display:block!important;transform:none!important;margin:0!important;
  }
  .grid .card .info{padding:15px!important;background:#fff!important;border-top:1px solid rgba(17,25,12,.06)!important;}
  .grid .card .info h3{font-size:17px!important;line-height:1.2!important;margin:0 0 3px!important;color:#10180b!important;}
  .sub{font-size:12px!important;color:#737b68!important;}
  .price{font-size:22px!important;margin:11px 0!important;color:#243d12!important;}
  .row{display:grid!important;grid-template-columns:1fr 68px!important;gap:8px!important;margin:0 0 10px!important;}
  .row select,.row input{height:46px!important;border-radius:14px!important;font-size:14px!important;background:#fbfbf7!important;}
  .add{height:50px!important;border-radius:14px!important;font-size:15px!important;letter-spacing:.01em!important;background:linear-gradient(135deg,#253f12,#638433)!important;}

  .floatCart{
    display:flex!important;right:14px!important;left:auto!important;bottom:14px!important;z-index:140!important;
    padding:14px 17px!important;border-radius:999px!important;background:linear-gradient(135deg,#2a4415,#78973e)!important;
    color:#fff!important;box-shadow:0 16px 38px rgba(0,0,0,.30)!important;border:1px solid rgba(255,255,255,.12)!important;
  }
  .storeApp.cart-open .floatCart{display:none!important;}

  .drawer{
    width:100vw!important;max-width:100vw!important;right:0!important;top:0!important;bottom:0!important;
    padding:18px 16px!important;border-left:0!important;border-radius:0!important;z-index:160!important;
    background:linear-gradient(180deg,#101d09,#1e3210 65%,#111e09)!important;
  }
  .drawer:not(.open){transform:translateX(105%)!important;}
  .drawer.open{transform:translateX(0)!important;}
  .drawerHead{padding-bottom:8px!important;border-bottom:1px solid rgba(255,255,255,.10)!important;}
  .drawerHead h2{font-size:21px!important;}
  .item,.cartLine{grid-template-columns:1fr auto!important;padding:12px!important;border-radius:16px!important;}
  .item:before,.cartLine:before{display:none!important;}
  .form input{height:48px!important;border-radius:14px!important;}
  .send{height:56px!important;border-radius:16px!important;background:linear-gradient(135deg,#78973e,#9ab65b)!important;}

  .toast{top:auto!important;bottom:78px!important;left:12px!important;right:12px!important;width:auto!important;transform:none!important;border-radius:18px!important;}
}

@media (max-width: 380px){
  .benefits{grid-template-columns:1fr!important;}
  .grid .card .media{height:230px!important;min-height:230px!important;max-height:230px!important;}
  .storeBrand strong{font-size:16px!important;}
}


/* ===== Correção de logos em mobile ===== */
.storeBrand img,
.logo img,
.brand img,
.sidebar-logo img{
  display:block !important;
  object-fit:contain !important;
  background:rgba(255,255,255,.08) !important;
  border-radius:12px !important;
  padding:4px !important;
}
@media(max-width:760px){
  .storeBrand img{display:block!important;visibility:visible!important;opacity:1!important;width:56px!important;height:56px!important;min-width:56px!important;}
  .storeBrand{align-items:center!important;}
}

/* Melhorias comerciais: banner, destaques e frete */
.promoBanner{margin:18px 28px 0;padding:28px;border-radius:26px;background:radial-gradient(circle at 80% 10%,rgba(155,174,88,.25),transparent 36%),linear-gradient(135deg,#12200b,#263a1a);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 22px 55px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.10)}
.promoBanner span{display:inline-flex;font-size:11px;font-weight:1000;letter-spacing:.14em;color:#ddeb99;margin-bottom:8px}.promoBanner h1{margin:0 0 8px;font-size:34px;letter-spacing:-.04em}.promoBanner p{margin:0;color:#dce5cf;max-width:680px}.promoBanner a{flex:0 0 auto;background:#9bae58;color:#11190c;border-radius:14px;padding:14px 18px;font-weight:1000;text-decoration:none}.seal{position:absolute;top:12px;left:12px;z-index:3;background:#19270f;color:#e9f6b6;border:1px solid rgba(155,174,88,.35);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:1000;box-shadow:0 10px 22px rgba(0,0,0,.18)}
#freteValor{color:#6f8b36}#frete_tipo{height:46px;border:1px solid rgba(17,25,12,.12);border-radius:13px;padding:0 12px;background:#fff;color:#11190c;font-weight:800}
@media(max-width:760px){.promoBanner{margin:12px;padding:18px;display:block;border-radius:20px}.promoBanner h1{font-size:24px}.promoBanner p{font-size:13px;margin-bottom:14px}.promoBanner a{display:flex;justify-content:center;width:100%}}


/* Banner dinâmico de produtos em destaque - carrossel horizontal premium */
.featuredBanner{
  margin:18px 28px 0;
  padding:22px;
  border-radius:30px;
  background:
    radial-gradient(circle at 8% 12%,rgba(168,198,93,.28),transparent 32%),
    radial-gradient(circle at 86% 6%,rgba(255,255,255,.13),transparent 26%),
    linear-gradient(135deg,#0f1d0b 0%,#233719 56%,#0c1408 100%);
  color:#fff;
  display:grid;
  grid-template-columns:minmax(250px,360px) minmax(0,1fr);
  gap:22px;
  align-items:stretch;
  box-shadow:0 24px 70px rgba(16,32,7,.28);
  border:1px solid rgba(255,255,255,.12);
  overflow:hidden;
}
.featuredIntro{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:10px 4px;}
.featuredIntro span{display:inline-flex;width:max-content;padding:8px 12px;border-radius:999px;background:rgba(149,171,84,.20);border:1px solid rgba(149,171,84,.38);font-size:12px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;color:#eaf5c4;}
.featuredIntro h1{margin:14px 0 10px;font-size:clamp(27px,3vw,46px);line-height:1.02;letter-spacing:-.04em;}
.featuredIntro p{margin:0;color:#dce8cf;line-height:1.55;}
.featuredDots{display:flex;gap:8px;margin-top:18px;}
.featuredDots button{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.28);padding:0;cursor:pointer;transition:.25s ease;}
.featuredDots button.active{width:30px;background:#a8c65d;}
.featuredSlider{position:relative;overflow:hidden;border-radius:24px;min-height:320px;}
.featuredTrack{height:100%;display:flex;transition:transform .55s cubic-bezier(.22,.8,.22,1);will-change:transform;}
.featuredSlide{flex:0 0 100%;width:100%;display:grid;grid-template-columns:minmax(200px,330px) 1fr;gap:22px;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:18px;backdrop-filter:blur(10px);box-sizing:border-box;}
.featuredImage{height:275px;display:grid;place-items:center;background:#fbfaf3;border-radius:20px;padding:16px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(16,32,7,.08);}
.featuredImage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;}
.featuredInfo small{display:inline-block;margin-bottom:10px;color:#dce8cf;font-weight:900;text-transform:uppercase;letter-spacing:.10em;}
.featuredInfo h2{margin:0 0 12px;font-size:clamp(24px,3vw,38px);line-height:1.05;letter-spacing:-.035em;}
.featuredInfo strong{display:block;margin-bottom:16px;font-size:24px;color:#dff0a6;}
.featuredInfo button{border:0;border-radius:16px;padding:14px 18px;background:linear-gradient(135deg,#a8c65d,#6f8f32);color:#102007;font-weight:1000;cursor:pointer;box-shadow:0 14px 34px rgba(0,0,0,.22);}
.featuredInfo button:hover{filter:brightness(1.05);transform:translateY(-1px);}
@media(max-width:1050px){
  .featuredBanner{grid-template-columns:1fr;margin:16px;padding:18px;border-radius:26px;}
  .featuredSlider{min-height:auto;}
  .featuredTrack{height:auto;}
  .featuredSlide{grid-template-columns:1fr;align-content:start;}
  .featuredImage{height:300px;}
  .featuredInfo h2{font-size:28px;}
}
@media(max-width:640px){
  .featuredBanner{margin:12px;border-radius:22px;padding:14px;gap:14px;}
  .featuredIntro h1{font-size:26px;}
  .featuredIntro p{font-size:14px;}
  .featuredSlide{padding:12px;border-radius:18px;gap:14px;}
  .featuredImage{height:230px;border-radius:16px;}
  .featuredInfo h2{font-size:22px;}
  .featuredInfo strong{font-size:21px;}
  .featuredInfo button{width:100%;}
}
