/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 57:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .category-icons-banner {
    padding: 20px 0;
    background-color: #f8f8f8;
    text-align: center;
  }

  .category-icons-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 38px;
    max-width: 1500px;
    margin: 0 auto;
  }

  .category-icons-banner {
  padding: 7px 0;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  background-color: #E2D6CA;
  text-align: center;
}


  .category-icon {
    text-align: center;
    flex: 0 1 auto;
  }

  .category-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: transform 0.3s;
  }

  .category-icon img:hover {
    transform: scale(1.1);
  }

  .category-icon p {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #333;
  }
</style>