@media (max-width: 600px) {

  .faawo-home-hero {
    padding: 28px 20px 32px !important;
  }

  .faawo-home-hero h1 {
    font-size: 30px !important;
    line-height: 0.95 !important;
    margin: 0 0 8px 0 !important;
  }

  .faawo-home-hero p {
    font-size: 17px !important;
    line-height: 1.35 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .faawo-home-hero .wp-block-button__link {
    font-size: 15px !important;
    padding: 14px 20px !important;
  }

  .faawo-home-hero .wp-block-cover__image-background {
    object-position: 58% center !important;
  }
	
	.faawo-home-hero h1 {
  font-size: 30px !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.faawo-home-hero p br {
  display: none;
}
}
/* FAAWO HEADER - DESKTOP */
@media (min-width: 769px) {

  #masthead,
  .site-header {
    background: #ffffff !important;
  }

  .site-branding img,
  .custom-logo {
    max-height: 70px !important;
    width: auto !important;
  }

  .main-navigation a {
    color: #244b6a !important;
  }

}
/* FAAWO HEADER - CLEAN DESKTOP LAYOUT */
@media (min-width: 769px) {

  .site-branding {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 12px 0 5px !important;
  }

  .site-branding img,
  .custom-logo {
    max-height: 80px !important;
    width: auto !important;
  }

  .main-navigation {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .main-navigation ul {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
  }

  .main-navigation a {
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .site-header-cart,
  .cart-contents {
    display: none !important;
  }

}
/* FAAWO HEADER - DESKTOP REFINEMENT */
@media (min-width: 769px) {

  .site-header {
    padding: 10px 0 12px !important;
  }

  .site-branding {
    width: 100% !important;
    text-align: center !important;
    padding: 0 0 8px !important;
  }

  .site-branding img,
  .custom-logo {
    max-height: 72px !important;
    width: auto !important;
  }

  .main-navigation {
    width: 100% !important;
    text-align: center !important;
  }

  .main-navigation ul {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
  }

  .main-navigation li {
    float: none !important;
  }

  .main-navigation a {
    padding: 4px 0 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }
}
/* FAAWO DESKTOP - LOGO + CART CLEANUP */
@media (min-width: 769px) {

  /* Make FAAWO logo larger */
  .site-branding img,
  .custom-logo,
  .site-logo img {
    max-height: 85px !important;
    width: auto !important;
    max-width: 220px !important;
  }

  /* Remove WooCommerce cart elements from header */
  .site-header-cart,
  .cart-contents,
  .woocommerce-menu-item,
  .header-cart,
  .cart-contents-count {
    display: none !important;
  }
}
/* FAAWO DESKTOP - FIT NAV ON ONE LINE */
@media (min-width: 769px) {

  .main-navigation ul {
    gap: 12px !important;
  }

  .main-navigation a {
    font-size: 13px !important;
  }

}
/* FAAWO MOBILE HEADER - CLEANUP */
@media (max-width: 768px) {

  /* White mobile header */
  #masthead,
  .site-header {
    background: #ffffff !important;
  }

  /* Hide BOTH mobile cart buttons */
  .site-header .cart-contents,
  .site-header .site-header-cart,
  .site-header [class*="cart"] {
    display: none !important;
  }

  /* Keep logo nicely sized */
  .site-branding img,
  .custom-logo,
  .site-logo img {
    max-height: 58px !important;
    width: auto !important;
  }

  /* Compact menu button */
  .menu-toggle {
    width: auto !important;
    padding: 10px 14px !important;
    margin: 0 !important;
  }
}
/* FAAWO MOBILE - HIDE CART LINKS BY URL */
@media (max-width: 768px) {

  .site-header a[href*="/cart"],
  .site-header a[href*="cart"] {
    display: none !important;
  }

}
/* FAAWO MOBILE - REMOVE HEADER CARTS */
@media (max-width: 768px) {

  header [class*="cart" i],
  header a[href*="cart" i],
  header [aria-label*="cart" i],
  header [title*="cart" i] {
    display: none !important;
  }

}
/* FAAWO MOBILE - REMOVE BOTH CART BUTTONS */
@media (max-width: 768px) {
    #toggle-cart,
    #toggle-cart2 {
        display: none !important;
    }
}
/* FAAWO MOBILE - LET HERO EXPAND */
@media (max-width: 768px) {
    .faawo-home-hero,
    .faawo-home-hero .wp-block-cover {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }
}
/* FAAWO MOBILE - HERO IMAGE POSITION */
@media (max-width: 768px) {
    .faawo-home-hero .wp-block-cover__image-background {
        object-position: 42% center !important;
    }
}
/* MOBILE HEADER - tighten spacing */
@media only screen and (max-width: 550px) {

  .site-header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .site-header-wrap {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-branding img,
  .custom-logo,
  .site-logo img {
    max-height: 46px !important;
  }

  .menu-toggle {
    padding: 6px 10px !important;
  }
}
/* MOBILE HEADER - logo + menu same row */
@media only screen and (max-width: 550px) {

  .site-header-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  .site-branding {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  .site-navigation,
  .main-navigation {
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    width: auto !important;
  }

  .menu-toggle {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 550px) {
}
@media only screen and (max-width: 550px) {
  .site-header-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
}
/* FAAWO TABLET HEADER */
@media only screen and (min-width: 551px) and (max-width: 768px) {

  .site-header {
    background: #ffffff !important;
    padding: 8px 0 !important;
  }

  .site-header-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 0 !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
  }

  .site-branding {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  .site-branding img,
  .custom-logo,
  .site-logo img {
    max-height: 58px !important;
    width: auto !important;
  }

  .site-navigation,
  .main-navigation {
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    width: auto !important;
  }

  .menu-toggle {
    display: inline-block !important;
    margin: 0 !important;
    padding: 8px 12px !important;
  }

  #toggle-cart,
  #toggle-cart2 {
    display: none !important;
  }
}
/* FAAWO TABLET HEADER - FORCE COMPACT MENU */
@media only screen and (min-width: 551px) and (max-width: 768px) {

  .site-header {
    padding: 6px 0 !important;
  }

  .site-header-wrap {
    min-height: 0 !important;
    padding: 0 14px !important;
  }

  .site-branding img,
  .custom-logo,
  .site-logo img {
    max-height: 48px !important;
  }

  #toggle-menu,
  .menu-toggle {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

}
/* FAAWO TABLET - ALIGN LOGO + MENU */
@media only screen and (min-width: 551px) and (max-width: 768px) {

  .site-header-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 70px !important;
  }

  .site-branding,
  .site-navigation,
  .main-navigation {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  .site-branding {
    align-self: center !important;
  }

  #toggle-menu,
  .menu-toggle {
    align-self: center !important;
  }
}
/* FAAWO TABLET - FINAL HEIGHT FIX */
@media only screen and (min-width: 551px) and (max-width: 768px) {

  .site-header,
  .site-header-wrap {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .site-header-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .site-branding,
  .main-navigation,
  .site-navigation {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* FAAWO TABLET - FORCE ONE COMPACT ROW */
@media only screen and (min-width: 551px) and (max-width: 768px) {

  .site-header,
  .site-header-wrap {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    padding: 0 !important;
  }

  .site-header-wrap {
    position: relative !important;
  }

  .site-branding {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-branding img,
  .custom-logo,
  .site-logo img {
    max-height: 48px !important;
    width: auto !important;
  }
/* FAAWO TABLET - SHOW MENU ONLY */
@media only screen and (min-width: 551px) and (max-width: 768px) {

  /* Hide full desktop navigation links */
  .main-navigation ul {
    display: none !important;
  }

  /* Keep navigation container available for menu toggle */
  .site-navigation,
  .main-navigation {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Position Menu + on right side of header */
  label[for="toggle-menu"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 999 !important;
  }
}
  