/*
Theme Name: Meu Apê Organizado
Theme URI: https://exemplo.com
Author: ChatGPT
Author URI: https://exemplo.com
Description: Tema clean com logo à esquerda e menu à direita.
Version: 1.0
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.site-header {
  background: #1f2d3d;
  padding: 18px 40px;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-title a {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.site-title span {
  color: #ff9900;
}

.main-menu ul {
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.main-menu a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.main-menu a:hover {
  color: #ff9900;
}

.site-footer {
  background: #1f2d3d;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
  margin-top: 60px;
}
/* HEADER */
.site-header {
  background: #1f2d3d;
  padding: 20px 40px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.site-logo a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

/* MENU */
.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.main-navigation ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.main-navigation ul li a:hover {
  text-decoration: underline;
}
/* ===== HEADER E MENU HORIZONTAL ===== */

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.main-menu ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li {
  margin: 0;
}

.main-menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.main-menu a:hover {
  color: #ff9900;
}

.site-header {
    width: 100%;
    background: #1f2d3d; /* ajuste se quiser */
}

.header-inner {
    width: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.logo span {
    color: #ff9800;
}

.main-menu ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
/* RESET TOTAL DO HEADER */
.site-header {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 16px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* LOGO TOTALMENTE À ESQUERDA */
.logo {
    margin: 0 !important;
    padding: 0 !important;
}

/* MENU TOTALMENTE À DIREITA */
.main-menu {
    margin-left: auto !important;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    list-style: none;
}


 body {
    overflow-x: hidden;
}
 html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
@media (max-width: 767px) {
    .main-menu ul {
        gap: 12px;
    }
}
@media (max-width: 767px) {
    .main-menu ul {
        gap: 12px;
    }
}
 
.site-header {
    overflow: hidden;
}
.site-header {
    overflow: hidden;
}
 .site-header {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.header-inner {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.main-menu {
    max-width: 100%;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


   /* ===== MENU MOBILE EM 2 LINHAS ===== */

@media (max-width: 767px) {

    .main-menu .menu {
        display: flex;
        flex-wrap: wrap; /* permite quebrar linha */
        justify-content: center;
        gap: 10px;
    }

    .main-menu .menu li {
        width: 30%; /* 3 por linha */
        text-align: center;
    }

    .main-menu .menu li a {
        display: block;
        padding: 8px 0;
    }

}
@media (max-width: 768px) {
    .products-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .product-card {
        width: 48%;
        margin-bottom: 15px;
    }
}
