/* =========================================================
   Header — visual refresh (mantém tipografia e cores da marca)
   ========================================================= */

header.header-style-1 {
  background: #fff;
  box-shadow: 0 1px 0 rgba(34, 35, 34, 0.06);
}

/* --- Topbar --- */
header.header-style-1 .topbar.style-1 {
  background-color: #222322;
  color: #fff;
}

header.header-style-1 .topbar.style-1 .topbar-row {
  padding: 8px 0;
  min-height: 36px;
}

header.header-style-1 .topbar.style-1 .topbar-row ul li {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

header.header-style-1 .topbar.style-1 .topbar-row .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  padding: 0;
  border-radius: 50%;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

header.header-style-1 .topbar.style-1 .topbar-row .social a.social-whatsapp {
  width: auto;
  padding: 0 12px;
  border-radius: 20px;
  gap: 6px;
}

header.header-style-1 .topbar.style-1 .topbar-row .social a:hover {
  background-color: rgba(248, 174, 46, 0.25);
  color: #fff;
  transform: translateY(-1px);
}

header.header-style-1 .topbar.style-1 .topbar-row .action-btn a {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 2px;
  opacity: 0.9;
  transition: opacity 0.2s ease, color 0.2s ease;
}

header.header-style-1 .topbar.style-1 .topbar-row .action-btn a:hover {
  opacity: 1;
  color: var(--color_primary);
}

header.header-style-1 .topbar.style-1 .topbar-row .action-btn a:after {
  opacity: 0.35;
}

header.header-style-1 .frases-rotativas {
  position: relative;
  height: 22px;
  overflow: hidden;
  min-width: 280px;
  flex: 1;
}

header.header-style-1 .frases-rotativas li {
  top: 100%;
  font-weight: 400;
}

header.header-style-1 .frases-rotativas li.active {
  top: 0;
}

/* --- Barra logo + busca --- */
header.header-style-1 .navbar-wrap {
  padding: 0 !important;
  background: #fff;
}

header.header-style-1 .header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0 16px;
}

header.header-style-1 .site-branding {
  max-width: 120px;
  flex-shrink: 0;
}

header.header-style-1 .site-branding a.logo {
  display: block;
  line-height: 0;
  transition: opacity 0.2s ease;
}

header.header-style-1 .site-branding a.logo:hover {
  opacity: 0.85;
}

header.header-style-1 .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1;
  max-width: 520px;
  margin: 0;
  padding: 0;
  list-style: none;
}

header.header-style-1 .header-actions > li {
  margin: 0;
  list-style: none;
}

/* --- Busca --- */
header.header-style-1 .search-wrap.style-3 {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

header.header-style-1 .search-wrap.style-3 form,
header.header-style-1 .search-wrap.style-1 form {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 999px;
  background: #f7f7f7;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

header.header-style-1 .search-wrap.style-3 form:focus-within,
header.header-style-1 .search-wrap.style-1 form:focus-within {
  background: #fff;
  border-color: var(--color_primary);
  box-shadow: 0 0 0 3px rgba(248, 174, 46, 0.18);
}

header.header-style-1 .search-wrap.style-3 input,
header.header-style-1 .search-wrap.style-1 input,
header.header-style-1 .search-wrap form {
  background: transparent !important;
  flex: 1;
  min-width: 0;
  width: auto;
  max-width: none;
  height: 44px;
  padding: 0 18px;
  font-size: 14px;
  color: #222322;
}

header.header-style-1 .search-wrap.style-3 .search-btn,
header.header-style-1 .search-wrap.style-1 .search-btn {
  flex-shrink: 0;
  height: 44px;
  width: 48px;
  padding: 0;
  color: #6b6b6b;
  font-size: 14px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

header.header-style-1 .search-wrap.style-3 .search-btn:hover,
header.header-style-1 .search-wrap.style-1 .search-btn:hover {
  color: #222322;
  background: rgba(248, 174, 46, 0.15);
}

/* --- Carrinho --- */
header.header-style-1 .cart-wrap.style-1 {
  padding: 0 !important;
  margin: 0 0 0 4px !important;
}

header.header-style-1 .cart-wrap.style-1 .item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  color: #222322;
  font-size: 18px;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

header.header-style-1 .cart-wrap.style-1 .item-icon:hover {
  background: #fff;
  border-color: var(--color_primary);
  color: #222322;
  transform: translateY(-1px);
}

header.header-style-1 .cart-wrap .cart-quantity {
  right: -2px;
  top: -2px;
  height: 18px;
  width: 18px;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 1px 4px rgba(34, 35, 34, 0.15);
}

header.header-style-1 .Topnumber {
  font-size: 14px;
  font-weight: 500;
  padding-top: 0;
  color: #222322;
  text-align: right;
}

header.header-style-1 .Topnumber a {
  color: #222322;
}

/* --- Menu amarelo --- */
header.header-style-1 .blocoAmarelo {
  background: #f8ae2e;
  margin-top: 0;
  padding: 0;
  border-top: 1px solid rgba(34, 35, 34, 0.06);
}

header.header-style-1 .blocoAmarelo .nav-wrap {
  gap: 4px;
  min-height: 52px;
}

header.header-style-1 .blocoAmarelo .nav-wrap > li {
  margin-right: 0;
  padding-right: 0;
}

header.header-style-1 .blocoAmarelo .nav-wrap > li:after {
  display: none;
}

header.header-style-1 .blocoAmarelo .category-nav .item-icon {
  padding: 10px 16px;
  margin: 8px 12px 8px 0;
  border-radius: 8px;
  background: rgba(34, 35, 34, 0.1);
  color: #222322;
  gap: 8px;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

header.header-style-1 .blocoAmarelo .category-nav .item-icon path {
  fill: #222322;
}

header.header-style-1 .blocoAmarelo .category-nav .item-icon:hover {
  background: #222322;
  color: #fff;
  transform: translateY(-1px);
}

header.header-style-1 .blocoAmarelo .category-nav .item-icon:hover path {
  fill: #fff;
}

header.header-style-1 .blocoAmarelo .category-nav .category-label {
  margin-left: 0;
  font-weight: 600;
  font-size: 14px;
}

header.header-style-1 .blocoAmarelo nav.template-main-menu > ul.menu > li.menu-item > a {
  padding: 14px 14px;
  color: #272727;
  position: relative;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

header.header-style-1 .blocoAmarelo nav.template-main-menu > ul.menu > li.menu-item > a:hover {
  color: #222322;
  background: rgba(34, 35, 34, 0.1);
}

header.header-style-1 .blocoAmarelo nav.template-main-menu > ul.menu > li.menu-item > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  background: #222322;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

header.header-style-1 .blocoAmarelo nav.template-main-menu > ul.menu > li.menu-item > a:hover::after {
  transform: scaleX(1);
}

header.header-style-1 .blocoAmarelo nav.template-main-menu ul.menu li.menu-item ul.sub-menu {
  border-radius: 0 0 12px 12px;
  padding: 12px 0;
  box-shadow: 0 12px 32px rgba(34, 35, 34, 0.12);
  border: 1px solid rgba(34, 35, 34, 0.06);
  border-top: none;
}

header.header-style-1 .blocoAmarelo nav.template-main-menu ul.menu li.menu-item ul.sub-menu li.menu-item a {
  color: #222322;
  font-size: 13px !important;
  padding: 5px 0;
}

header.header-style-1 .blocoAmarelo nav.template-main-menu ul.menu li.menu-item ul.sub-menu li.menu-item a:hover {
  color: var(--color_primary);
}

/* Sticky */
header.sticky-on.sticky .navbar-wrap .blocoAmarelo {
  box-shadow: 0 8px 24px rgba(34, 35, 34, 0.12);
}

/* --- Mobile mean menu --- */
.rt-header-menu {
  background: #fff;
  border-bottom: none;
  box-shadow: 0 1px 0 rgba(34, 35, 34, 0.08);
}

.rt-header-menu .topbar.style-1 {
  background-color: #222322;
}

.rt-header-menu .topbar.style-1 .topbar-row.for-mobile-menu {
  padding: 8px 12px;
}

.rt-header-menu .topbar.style-1 .topbar-row ul li {
  margin-right: 16px;
  font-size: 13px;
}

.rt-header-menu .topbar.style-1 .topbar-row ul li a {
  opacity: 0.9;
}

.rt-header-menu .mean-bar {
  padding: 10px 16px;
  background: #fff;
}

.rt-header-menu .mean-bar img {
  max-height: 32px;
  width: auto;
}

.rt-header-menu .mean-bar--right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rt-header-menu .cart-wrap.style-1 {
  padding: 0;
  margin: 0;
}

.rt-header-menu .cart-wrap.style-1 .item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  font-size: 16px;
  color: #222322;
}

.rt-header-menu .sidebarBtn {
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.rt-header-menu .sidebarBtn:hover {
  background: #f7f7f7;
}

.rt-header-menu .sidebarBtn .bar {
  background: #222322;
  border-radius: 1px;
  width: 22px;
  margin-bottom: 4px;
}

.rt-header-menu .sidebarBtn .bar:nth-child(2),
.rt-header-menu .sidebarBtn .bar:nth-child(3) {
  width: 16px;
  margin-left: 6px;
}

@media (max-width: 1199px) {
  header.header-style-1 .blocoAmarelo nav.template-main-menu > ul.menu > li.menu-item > a {
    padding: 14px 10px;
  }

  header.header-style-1 .blocoAmarelo nav.template-main-menu > ul.menu > li.menu-item > a::after {
    left: 10px;
    right: 10px;
  }
}

/* =========================================================
   Footer — visual refresh
   ========================================================= */

.footer.style-1 {
  background-color: #222322;
  background-image:
    radial-gradient(ellipse 80% 50% at 0% 0%, rgba(248, 174, 46, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(248, 174, 46, 0.05), transparent 50%);
  position: relative;
}

.footer.style-1 .footer-top {
  padding-top: 64px;
  padding-bottom: 48px;
}

@media (max-width: 991px) {
  .footer.style-1 .footer-top {
    padding-top: 56px;
    padding-bottom: 36px;
  }
}

.footer.style-1 .widget {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 32px;
}

.footer.style-1 .footer-logo {
  margin-bottom: 18px;
}

.footer.style-1 .footer-logo img {
  height: auto;
  max-width: 110px;
  opacity: 0.95;
  transition: opacity 0.2s ease;
}

.footer.style-1 .footer-logo a:hover img {
  opacity: 1;
}

.footer.style-1 .footer-address {
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 260px;
}

.footer.style-1 .footer-email {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff !important;
  transition: color 0.2s ease;
}

.footer.style-1 .footer-email:hover {
  color: var(--color_primary) !important;
}

.footer.style-1 .footer-social {
  gap: 8px;
}

.footer.style-1 .footer-social li {
  margin-right: 0;
}

.footer.style-1 .footer-social li a {
  width: 38px;
  height: 38px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border-radius: 50%;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.footer.style-1 .footer-social li a:hover,
.footer.style-1 .footer-social li a:hover.facebook,
.footer.style-1 .footer-social li a:hover.instagram {
  background-color: var(--color_primary);
  border-color: var(--color_primary);
  color: #222322 !important;
  transform: translateY(-2px);
}

.footer.style-1 .widget-heading {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 12px;
}

.footer.style-1 .widget-heading.heading-light {
  color: #fff;
}

.footer.style-1 .widget-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--color_primary);
  border-radius: 2px;
}

.footer.style-1 .widget-nav .menu .menu-item {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer.style-1 .widget-nav.style-1 .menu .menu-item:before,
.footer.style-1 .widget-nav.style-1 .menu .menu-item:after {
  display: none;
}

.footer.style-1 .widget-nav.style-1 .menu .menu-item a {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.65) !important;
  padding: 2px 0;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer.style-1 .widget-nav.style-1 .menu .menu-item a:after {
  background-color: var(--color_primary);
  bottom: -1px;
  height: 1px;
}

.footer.style-1 .widget-nav.style-1 .menu .menu-item a:hover {
  color: #fff !important;
  transform: translateX(3px);
}

.footer.style-1 .footer-subscribe .description {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.footer.style-1 .footer-search-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer.style-1 .footer-subscribe .form-control {
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 0;
  padding: 0 18px;
  font-size: 14px;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.footer.style-1 .footer-subscribe .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer.style-1 .footer-subscribe .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(248, 174, 46, 0.2);
  border-color: var(--color_primary);
  background-color: rgba(255, 255, 255, 0.08);
}

.footer.style-1 .footer-subscribe .submit-btn {
  color: #222322;
  font-size: 14px;
  font-family: var(--font_family_heading);
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 11px 20px;
  background-color: var(--color_primary);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.footer.style-1 .footer-subscribe .submit-btn:hover {
  background-color: #fff;
  color: #222322;
  transform: translateY(-1px);
}

.footer.style-1 .footer-bottom {
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer.style-1 .footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.footer.style-1 .footer-copyright span {
  color: var(--color_primary);
  font-weight: 600;
}

.footer.style-1 .footer-terms a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5) !important;
  margin-left: 18px;
  transition: color 0.2s ease;
}

.footer.style-1 .footer-terms a:first-child {
  margin-left: 0;
}

.footer.style-1 .footer-terms a:hover {
  color: var(--color_primary) !important;
}

@media (max-width: 991px) {
  .footer.style-1 .footer-terms {
    margin-top: 10px;
  }

  .footer.style-1 .footer-terms a {
    margin: 0 10px;
  }
}
