/** Shopify CDN: Minification failed

Line 48:1 Expected "}" to go with "{"

**/
.menu-list__link--active span,
.menu-list__list-item a:hover {
    text-decoration: underline;
}
.shopify-section-group-footer-group a {
  text-decoration: none;
}
.shopify-section-group-footer-group a::hover {
  text-decoration: underline;
}
.cart-bubble__background {
  background-color:#556b2f;
}

@media screen and (min-width: 750px) {
    .menu-list__link {
        text-transform: uppercase;
        font-weight: bold;
    }

@media (min-width: 990px) {
  .slideshow,
  .banner,
  .image-banner {
    min-height: 90vh; /* ปรับตรงนี้ เช่น 80vh, 100vh */
  }
  .product-information__grid {
    grid-template-columns: 60% 40% !important; /* ปรับเลขได้ */
  }

  .header__columns.spacing-style {
    padding: 18px 0;
  }
}

/* Mobile */
@media (max-width: 989px) {
  .slideshow,
  .banner,
  .image-banner {
    min-height: 70vh;
  }
}