.remy-menu{--red:#ed1117;--orange:#f5a000;--bg:#252120;--black:#050505;max-width:1180px;margin:auto;background:var(--bg);padding:28px 28px 45px;border-radius:28px;color:#fff;font-family:Poppins,Arial,sans-serif;box-sizing:border-box}.remy-status{margin:0 auto 18px;background:var(--red);width:min(280px,85%);height:58px;border-radius:40px;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:700}.remy-status span{width:20px;height:20px;border-radius:50%;background:#e92b46;margin-right:8px}.remy-menu[data-status=open] .remy-status{background:#159447}.remy-menu[data-status=open] .remy-status span{background:#46c878}.remy-menu h2{text-align:center;color:var(--orange);font-size:22px;font-weight:500;margin:0 0 24px}.remy-layout{display:grid;grid-template-columns:285px minmax(0,1fr);gap:28px;align-items:start}.remy-sidebar{position:sticky;top:20px}.remy-cats{display:flex;flex-direction:column;gap:12px}.remy-cats button{width:100%;border:0;background:var(--black);color:#fff;border-radius:24px;min-height:72px;padding:9px 16px;display:flex;align-items:center;text-align:left;font-size:16px;font-weight:600;cursor:pointer;transition:.2s}.remy-cats button:hover,.remy-cats button.active{transform:translateY(-1px);box-shadow:0 0 0 2px var(--orange)}.remy-cat-thumb{width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:#33220c;display:grid;place-items:center;margin-right:12px;font-size:25px;line-height:1}.remy-search{height:56px;background:#111;border-radius:25px;display:flex;align-items:center;padding:0 18px;margin-bottom:18px}.remy-search span{font-size:27px;color:var(--orange);margin-right:10px}.remy-search input{width:100%;background:transparent;border:0!important;outline:0;color:#fff;font-size:15px;box-shadow:none!important}.remy-search input::placeholder{color:#aaa}.remy-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.remy-product{background:#080808;border-radius:22px;padding:14px;display:grid;grid-template-columns:72px minmax(0,1fr);gap:13px;align-items:center;min-height:118px}.remy-photo{width:72px;height:72px;border-radius:17px;background:#2b1d0b;overflow:hidden;display:grid;place-items:center;font-size:32px}.remy-photo img{width:100%;height:100%;object-fit:cover}.remy-info h3{margin:0 0 5px;font-size:16px;color:#fff}.remy-info p{margin:0;color:#bdbdbd;font-size:12px;line-height:1.35}.remy-product strong{grid-column:2;color:var(--orange);font-size:14px}.remy-empty{display:none;text-align:center;padding:25px;color:#aaa}.remy-product[data-cat="Bebidas"] .remy-photo span{font-size:0}.remy-product[data-cat="Bebidas"] .remy-photo span:after{content:'🥤';font-size:32px}.remy-product[data-cat="Açaí"] .remy-photo span{font-size:0}.remy-product[data-cat="Açaí"] .remy-photo span:after{content:'🍨';font-size:32px}.remy-product[data-cat="Batata Frita"] .remy-photo span{font-size:0}.remy-product[data-cat="Batata Frita"] .remy-photo span:after{content:'🍟';font-size:32px}.remy-product[data-cat="Hot Dogs"] .remy-photo span{font-size:0}.remy-product[data-cat="Hot Dogs"] .remy-photo span:after{content:'🌭';font-size:32px}@media(max-width:850px){.remy-menu{border-radius:20px;padding:22px 18px 35px}.remy-layout{grid-template-columns:1fr;gap:18px}.remy-sidebar{position:static;overflow-x:auto;padding:2px 2px 8px}.remy-cats{flex-direction:row;gap:10px;width:max-content}.remy-cats button{width:auto;min-width:150px;min-height:62px;padding:7px 13px}.remy-cat-thumb{width:42px;height:42px;flex-basis:42px;font-size:22px}.remy-products{grid-template-columns:1fr}}@media(max-width:480px){.remy-menu{border-radius:0;max-width:none;min-height:100vh}.remy-status{height:54px}.remy-menu h2{font-size:20px}.remy-product{grid-template-columns:64px minmax(0,1fr)}.remy-photo{width:64px;height:64px}.remy-product strong{grid-column:2}}

/* v1.1.1 - fallback seguro para imagens ausentes ou quebradas */
.remy-photo{position:relative}
.remy-photo .remy-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:32px;line-height:1;z-index:0}
.remy-photo img{position:relative;z-index:1;display:block;background:#2b1d0b}
.remy-photo .remy-fallback:after{content:'🍔'}
.remy-photo[data-category="Bebidas"] .remy-fallback:after{content:'🥤'}
.remy-photo[data-category="Açaí"] .remy-fallback:after{content:'🍨'}
.remy-photo[data-category="Batata Frita"] .remy-fallback:after{content:'🍟'}
.remy-photo[data-category="Hot Dogs"] .remy-fallback:after{content:'🌭'}
.remy-photo[data-category="Sanduíches"] .remy-fallback:after{content:'🥪'}
.remy-photo[data-category="Smashs"] .remy-fallback:after{content:'🍔'}

/* v1.2 - mobile limpo: sem barras de rolagem visiveis */
@media(max-width:850px){
  .remy-menu{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}
  .remy-layout,.remy-main{min-width:0;width:100%;max-width:100%}
  .remy-sidebar{width:100%;max-width:100%;overflow:hidden;padding:2px 0 8px}
  .remy-cats{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .remy-cats button{width:100%;min-width:0;min-height:62px;padding:7px 11px;border-radius:22px;font-size:14px;white-space:normal}
  .remy-cat-thumb{width:40px;height:40px;flex:0 0 40px;margin-right:9px;font-size:21px}
  .remy-search{width:100%;max-width:100%;box-sizing:border-box;margin-top:4px}
  .remy-products{width:100%;max-width:100%;overflow:hidden}
  .remy-product{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}
  .remy-info{min-width:0;overflow:hidden}
  .remy-info h3,.remy-info p{overflow-wrap:anywhere}
}
@media(max-width:480px){
  html,body{max-width:100%;overflow-x:hidden}
  .remy-menu{padding:20px 14px 32px;overflow-x:hidden}
  .remy-cats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .remy-cats button{font-size:13px;padding:7px 9px}
  .remy-cat-thumb{width:38px;height:38px;flex-basis:38px;margin-right:7px;font-size:20px}
  .remy-product{grid-template-columns:62px minmax(0,1fr);gap:12px;padding:14px 12px}
  .remy-photo{width:62px;height:62px}
}

/* v1.3 - seletor de categorias somente no mobile */
.remy-mobile-select-wrap{display:none}
@media(max-width:850px){
  .remy-sidebar{padding:0;overflow:visible}
  .remy-cats{display:none!important}
  .remy-mobile-select-wrap{display:block;width:100%;margin:0 0 4px}
  .remy-mobile-select-box{position:relative;width:100%;height:64px;background:#050505;border:2px solid var(--orange);border-radius:22px;display:flex;align-items:center;box-sizing:border-box;overflow:hidden}
  .remy-select-icon{width:52px;height:52px;flex:0 0 52px;margin-left:5px;border-radius:50%;background:#33220c;display:grid;place-items:center;font-size:24px;pointer-events:none}
  .remy-mobile-select{position:relative;z-index:2;width:100%;height:100%;padding:0 48px 0 14px;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;font-family:inherit;font-size:16px;font-weight:700;appearance:none;-webkit-appearance:none;box-shadow:none!important;cursor:pointer}
  .remy-mobile-select option{background:#111;color:#fff}
  .remy-select-arrow{position:absolute;right:20px;top:50%;transform:translateY(-54%);color:var(--orange);font-size:25px;line-height:1;pointer-events:none;z-index:1}
}
@media(max-width:480px){
  .remy-mobile-select-box{height:60px;border-radius:20px}
  .remy-select-icon{width:46px;height:46px;flex-basis:46px;font-size:22px}
  .remy-mobile-select{font-size:15px;padding-left:12px}
}

/* v1.6 - logo nas categorias + fotos cover + lightbox */
.remy-cat-thumb,.remy-select-icon{overflow:hidden;background:#f9b80b!important;padding:0!important}
.remy-cat-thumb img,.remy-select-icon img{width:100%;height:100%;object-fit:cover;display:block}
.remy-photo{cursor:default}
.remy-lightbox-trigger{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;z-index:2;display:block}
.remy-lightbox-trigger img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.remy-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:999999;display:none;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}
.remy-lightbox.is-open{display:flex}
.remy-lightbox>img{max-width:min(1000px,94vw);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:18px;box-shadow:0 18px 70px rgba(0,0,0,.45)}
.remy-lightbox-close{position:fixed;top:18px;right:22px;width:48px;height:48px;border:0;border-radius:50%;background:#f5a000;color:#050505;font-size:34px;line-height:1;cursor:pointer;font-weight:700;z-index:2}
@media(max-width:850px){.remy-lightbox{padding:14px}.remy-lightbox>img{max-width:96vw;max-height:84vh;border-radius:14px}.remy-lightbox-close{top:12px;right:12px}}

/* v1.6.2 - logo inteira dentro do circulo */
.remy-cat-thumb,
.remy-select-icon{
  box-sizing:border-box!important;
  background:#f9b80b!important;
  overflow:hidden!important;
  border-radius:50%!important;
  padding:6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.remy-cat-thumb img,
.remy-select-icon 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;
  border-radius:0!important;
}

/* v1.6.3 - correção definitiva: logo como background, sem corte por CSS do tema/Elementor */
.remy-cat-thumb,
.remy-select-icon{
  background-color:#f9b80b!important;
  background-image:url('remy-logo.png')!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-size:82% auto!important;
  border-radius:50%!important;
  overflow:hidden!important;
  padding:0!important;
}
.remy-cat-thumb img,
.remy-select-icon img{
  display:none!important;
}

/* v1.7 - imagem configurável por categoria */
.remy-cat-thumb,.remy-select-icon{background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}

/* v1.8 - botão Ver mais + modal de detalhes */
.remy-view-more{margin-top:12px;padding:9px 16px;border:1px solid #ffc400;border-radius:999px;background:rgba(255,196,0,.06);color:#ffc400;font:700 13px/1 inherit;cursor:pointer;transition:.25s ease;box-shadow:0 0 8px rgba(255,196,0,.12)}
.remy-view-more:hover{background:#ffc400;color:#050505;box-shadow:0 0 8px #ffc400,0 0 22px rgba(255,196,0,.5);transform:translateY(-1px)}
.remy-product-modal{position:fixed;inset:0;z-index:1000000;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(0,0,0,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-sizing:border-box}
.remy-product-modal.is-open{display:flex}
.remy-product-modal-card{position:relative;width:min(860px,94vw);max-height:90vh;overflow:auto;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(300px,1.05fr);background:linear-gradient(145deg,#0d0d0d,#020202);border:1px solid #ffc400;border-radius:28px;box-shadow:0 0 8px rgba(255,196,0,.9),0 0 35px rgba(255,196,0,.28),0 30px 100px rgba(0,0,0,.75);animation:remyProductModalIn .28s ease}
.remy-product-modal-photo{min-height:390px;background:#080808;border-radius:27px 0 0 27px;overflow:hidden}
.remy-product-modal-photo img{width:100%;height:100%;min-height:390px;display:block;object-fit:cover;object-position:center}
.remy-product-modal-photo.is-empty{display:none}
.remy-product-modal-card.no-image{grid-template-columns:1fr;width:min(600px,94vw)}
.remy-product-modal-info{padding:48px 42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.remy-product-modal-kicker{font-size:12px;font-weight:800;letter-spacing:2.5px;color:#ffc400;text-shadow:0 0 9px rgba(255,196,0,.5);margin-bottom:10px}
.remy-product-modal-info h2{margin:0 0 15px!important;color:#fff!important;font-size:clamp(27px,4vw,42px)!important;line-height:1.08!important}
.remy-product-modal-info p{margin:0 0 26px!important;color:#d7d7d7!important;font-size:16px!important;line-height:1.7!important}
.remy-product-modal-info strong{display:inline-block;color:#ffc400!important;font-size:28px!important;font-weight:800!important;text-shadow:0 0 6px rgba(255,196,0,.7),0 0 18px rgba(255,196,0,.25)}
.remy-product-modal-close{position:absolute;top:15px;right:15px;z-index:3;width:44px;height:44px;border:1px solid #ffc400;border-radius:50%;background:#070707;color:#ffc400;font-size:30px;line-height:38px;cursor:pointer;box-shadow:0 0 14px rgba(255,196,0,.28)}
@keyframes remyProductModalIn{from{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}
@media(max-width:700px){.remy-product-modal{padding:12px}.remy-product-modal-card{grid-template-columns:1fr;width:96vw;max-height:88vh;border-radius:22px}.remy-product-modal-photo{min-height:230px;height:38vh;max-height:330px;border-radius:21px 21px 0 0}.remy-product-modal-photo img{min-height:0;height:100%}.remy-product-modal-info{padding:27px 22px 30px}.remy-product-modal-info h2{font-size:27px!important}.remy-product-modal-info p{font-size:15px!important;margin-bottom:20px!important}.remy-product-modal-info strong{font-size:24px!important}.remy-product-modal-close{top:10px;right:10px;background:rgba(0,0,0,.82)}}

/* v1.8.1 - botao amarelo forte, resistente a estilos do tema/Elementor */
.remy-menu .remy-view-more{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:12px!important;padding:10px 20px!important;border:1px solid #ffc400!important;border-radius:10px!important;background:#ffc400!important;background-color:#ffc400!important;color:#050505!important;font-size:15px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;cursor:pointer!important;box-shadow:0 0 7px rgba(255,196,0,.75),0 0 20px rgba(255,196,0,.28)!important;transition:transform .2s ease,box-shadow .2s ease!important}
.remy-menu .remy-view-more:hover,.remy-menu .remy-view-more:focus{background:#ffd633!important;background-color:#ffd633!important;color:#000!important;border-color:#ffd633!important;transform:translateY(-2px)!important;box-shadow:0 0 9px #ffc400,0 0 28px rgba(255,196,0,.55)!important;outline:none!important}
