/** Shopify CDN: Minification failed

Line 25:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 20:0 Unexpected "}"

**/



.product-collections ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;      /* wrap to the next line if needed */
  gap: 0px;             /* 5px space between items */
}

/* .product-collections li {
  margin: 0;            /* reset default <li> margins */
} */

.product-collections a {
  display: inline-block; /* treat links as blocks for padding/margins */
  padding: .25em .5em;   /* optional: adjust internal spacing */
  text-decoration: none;
  /* you can also add styles like border, background, color here */
}
li a   
{
   margin-left: 0px;
}

.button-container {
  flex: 0 0 auto;
  padding: 6px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-right: 8px;
  white-space: nowrap;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
}


[data-section-id="template--25661222781276__product-grid"] {
    --section-gap-top: 0px !important; 
    --section-gap-bottom: 0px !important;}


.product-collections li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}

.product-collections li::before {
  content: "•";
  position: absolute;
  left: 5px;
  top: 5px;
  color: #333; /* or your theme color */
  font-size: 1em;
  line-height: 1;
}