/*
 Theme Name: Yachbat Child
 Template: yachbat
 Author: Mia Bojcic
 Description: A child theme for YourTheme
 Version: 1.0
*/

.gf-header-menu .elementskit-submenu-panel {
    padding:0px!important;
}


/* ── BANNER svjetliji navy, full-width ── */
.archive-hero {
  background: #1e2542;          /* svjetlija nijansa od footera (#13172B) */
  padding: 56px 40px;
  text-align: center;
  margin-bottom: 24px;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.archive-hero-eyebrow {
  font-family: 'Great Vibes' !important;
  font-weight: 400!important;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 24px;
  color: #7fa8d8;
  margin: 0 0 4px;
}
.archive-hero .archive-title {
  font-size: 32px;
  color: #ffffff;
  margin: 0;
}

/* count – ispod filtera */
.archive-result-count {
  color: #6b7280;
  margin: 18px 0 24px;
}

.ovabrw-single-product-section .elementor .e-flexbox-base {
    padding: 0!important;
}


@media (max-width: 768px) {
  .archive-hero { padding: 36px 22px; }
  .archive-hero .archive-title { font-size: 26px; }
  .archive-hero-eyebrow { font-size: 20px; }
}









