/** Shopify CDN: Minification failed

Line 71:0 Expected "}" to go with "{"

**/
/* Force minimal header padding on desktop - maximum specificity */
@media (min-width: 768px) {
  body .shopify-section-header,
  body header.header,
  body .header-wrapper,
  body .header__inner,
  body .header__heading {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
    min-height: 0 !important;
  }
  
  body .header__heading-logo,
  body .header__logo,
  body .logo-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  body .header__heading-logo img,
  body .header__logo img {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
}




/* Mobile logo size (keep your existing mobile code) */
@media (max-width: 767px) {
  .header__heading-logo img,
  .header__logo img,
  .logo img,
  .site-header__logo img,
  header .logo-image {
    width: 180px !important;
    max-width: 180px !important;
    height: auto !important;
  }
/* Reduce header padding on desktop */
@media (min-width: 768px) {
  .header,
  .header-wrapper,
  .shopify-section-header,
  .section-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* Reduce header padding on mobile */
@media (max-width: 767px) {
  .header,
  .header-wrapper,
  .shopify-section-header,
  .section-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
