.elementor-934 .elementor-element.elementor-element-9dc958d{--display:flex;--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c812593 */.cozinha-header {
  background: #fff8f3;
  border-bottom: 1px solid rgba(0,0,0,.03);
  position: sticky;
  top: 0;
  z-index: 999;
}
.cozinha-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cozinha-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.cozinha-logo {
  font-weight: 700;
  font-size: 1.3rem;
  color: #e95f42;
}
.cozinha-sub {
  font-size: 0.7rem;
  color: #7a7270;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.cozinha-nav {
  display: flex;
  gap: 16px;
  align-items: center;
}
.cozinha-nav a {
  text-decoration: none;
  color: #3f332f;
  font-weight: 500;
  font-size: 0.9rem;
}
.cozinha-nav a:hover,
.cozinha-nav a.active {
  color: #e95f42;
}
.cozinha-btn {
  background: #e95f42;
  color: #fff !important;
  padding: 7px 14px;
  border-radius: 6px;
  font-weight: 600;
}
.cozinha-menu-btn {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 900px) {
  .cozinha-nav {
    position: fixed;
    top: 56px;
    right: 0;
    background: #fff8f3;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 20px 25px 20px;
    width: 75%;
    max-width: 280px;
    box-shadow: -4px 10px 25px rgba(0,0,0,.06);
    transform: translateX(110%);
    transition: .25s ease;
  }
  .cozinha-nav.is-open {
    transform: translateX(0);
  }
  .cozinha-menu-btn {
    display: block;
  }
}/* End custom CSS */