.elementor-540 .elementor-element.elementor-element-3f11095{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0s;--margin-top:0px;--margin-bottom:-71px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-540 .elementor-element.elementor-element-f4658a5 > .elementor-widget-container{margin:4px 4px 4px 4px;padding:0px 0px 0px 0px;}.elementor-540 .elementor-element.elementor-element-f4658a5:hover img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-540 .elementor-element.elementor-element-f4658a5 img{border-style:none;}.elementor-540 .elementor-element.elementor-element-d9b67a6{--display:flex;}.elementor-540 .elementor-element.elementor-element-df78a06 .elementor-button{background-color:#F66D01;font-family:"Verdana", Sans-serif;fill:#FFFFFF;color:#FFFFFF;}body.elementor-page-540:not(.elementor-motion-effects-element-type-background), body.elementor-page-540 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#262523;background-image:url("http://primebite.com.br/wp-content/uploads/2025/10/2500.webp");background-position:-10px -137px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-540 .elementor-element.elementor-element-d9b67a6{--content-width:900px;}}@media(min-width:1025px){body.elementor-page-540:not(.elementor-motion-effects-element-type-background), body.elementor-page-540 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){body.elementor-page-540:not(.elementor-motion-effects-element-type-background), body.elementor-page-540 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-540 .elementor-element.elementor-element-3f11095{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-540 .elementor-element.elementor-element-f4658a5 img{border-radius:0px 0px 0px 0px;}.elementor-540 .elementor-element.elementor-element-df78a06 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-540 .elementor-element.elementor-element-df78a06 .elementor-button{border-radius:30px 30px 30px 30px;padding:8px 20px 8px 20px;}body.elementor-page-540:not(.elementor-motion-effects-element-type-background), body.elementor-page-540 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("http://primebite.com.br/wp-content/uploads/2025/10/2500.webp");background-position:-455px -221px;background-size:0px auto;}}/* Start custom CSS for shortcode, class: .elementor-element-be5e434 *//* ===== FONTE GLOBAL ===== */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;600;700&display=swap');

/* ===== CONTAINER PRINCIPAL ===== */
body .myd-products__wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ===== MENU ÂNCORA (categorias) — versão equilibrada ===== */
body .myd-content-filter {
  background: transparent;
  border-radius: 12px;
  border: 1px solid #ffffff26;
  padding: 8px 10px;             /* aumentamos um pouco o padding */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  margin: 0 auto 18px;           /* leve respiro abaixo */
  max-width: 900px;
}

body .myd-content-filter .myd-content-filter__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Tags do menu */
body .myd-content-filter .myd-content-filter__tag {
  background: transparent;
  color: #F2BEA0;
  font-family: "Roboto Mono", monospace;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95rem;            /* aumentamos a fonte levemente */
  padding: 4px 10px;             /* aumentamos o respiro interno */
  border-radius: 6px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  margin: 3px 4px;               /* espaço ideal entre categorias */
  transition: all .2s ease-in-out;
}

body .myd-content-filter .myd-content-filter__tag:hover,
body .myd-content-filter .myd-content-filter__tag--active {
  color: #ffffff;
  background-color: #D979047F;
  border: 1px solid #D97904;
  transform: translateY(-1px);
}

body .myd-content-filter .myd-content-filter__search-icon,
body .myd-content-filter .myd-content-filter__search-input {
  display: none;
}


/* ===== PRODUTOS ===== */

/* Categoria (BURGUERS, COMBOS, etc.) */
.myd-product-list__title {
  color: #D97904;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
}

/* CARD DE PRODUTO */
.myd-product-item {
  background: transparent;
  border: 1px solid #ffffff26;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
  margin-bottom: 14px;
}

/* Conteúdo do produto */
.myd-product-item__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* garante que o preço desça */
}

/* Título e descrição — quebra de linha e crescimento livre */
.myd-product-item__title {
  color: #F2BEA0;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 6px;
  white-space: normal;
  word-wrap: break-word;
}

.myd-product-item__desc {
  color: #FFFFFF;
  opacity: 0.9;
  font-size: 0.92rem;
  line-height: 1.4;
  margin-bottom: 10px;
  white-space: normal;
  word-wrap: break-word;
}

/* Preço — cor garantida e prioridade máxima */
.myd-product-item__price,
.myd-product-item__price span,
.myd-product-item__price strong {
  color: #F2BEA0 !important;  /* força a cor correta */
  font-weight: 600;
  margin-top: auto;
  align-self: flex-start;
  position: relative;
  z-index: 2;
}

/* Imagem arredondada à direita */
.myd-product-item__image,
.myd-product-item img {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* object-fit substituído por comportamento seguro */
  background-position: center;
  background-size: cover;
  margin-left: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

/* Hover */
.myd-product-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 14px rgba(0,0,0,0.25);
  border: 1px solid #D97904;
}

/* Botão adicionar */
.fdm-add-to-cart-popup,
.myd-add-to-cart,
.fdm-add-to-cart,
.fdm-product-add-to-cart {
  background: #D97904;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 14px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
  margin-top: 10px;
}

.fdm-add-to-cart-popup:hover,
.myd-add-to-cart:hover {
  background: #b46203;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
  .myd-content-filter {
    flex-direction: column;
    padding: 8px;
  }

  .myd-product-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .myd-product-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 10px 0 0 0;
  }
}
/* ===== MOBILE LAYOUT (até 768px) ===== */
@media (max-width: 768px) {

  /* container principal */
  body .myd-products__wrapper {
    max-width: 100%;
    padding: 0 12px;
  }

  /* ===== MENU ÂNCORA (scroll horizontal) ===== */
  body .myd-content-filter {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;                /* permite rolagem lateral */
    scrollbar-width: none;           /* oculta scroll no Firefox */
    -ms-overflow-style: none;        /* oculta scroll no IE/Edge antigo */
    padding: 6px 8px;
  }
  body .myd-content-filter::-webkit-scrollbar { display: none; }

  body .myd-content-filter .myd-content-filter__categories {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  body .myd-content-filter .myd-content-filter__tag {
    font-size: 0.8rem;
    padding: 4px 8px;
    margin: 2px 4px;
    white-space: nowrap;             /* impede quebra das palavras */
  }

  /* ===== CARDS DE PRODUTO ===== */
  .myd-product-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px;
  }

  /* imagem centralizada e menor */
  .myd-product-item__image,
  .myd-product-item img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
  }

  /* título e descrição */
  .myd-product-item__title {
    font-size: 0.95rem;
    margin-bottom: 4px;
  }
  .myd-product-item__desc {
    font-size: 0.85rem;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  /* preço e botão */
  .myd-product-item__price {
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .fdm-add-to-cart-popup,
  .myd-add-to-cart,
  .fdm-add-to-cart,
  .fdm-product-add-to-cart {
    width: 100%;
    font-size: 0.9rem;
    padding: 10px;
  }

  /* título da categoria */
  .myd-product-list__title {
    text-align: center;
    font-size: 0.95rem;
  }
}/* End custom CSS */