/** Shopify CDN: Minification failed

Line 70:6 Unexpected "{"
Line 73:5 Expected "}" to go with "{"

**/
@media (max-width: 1470px) {
collection-links-component:has([ratio=square]) {
    display: block;
}
}
.slider-title-template--17458548605018__ss_slider_2_k7EX6i {
        text-shadow: 0px 12px 5px black;
}
@media (min-width: 1024px) {
    .slider-button-template--17458548605018__ss_slider_2_k7EX6i {
        box-shadow: 0px 9px 20px black;
    }
}
@media (min-width: 1470px) {
  .collection-links__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.collection-links__images {
  width: 200px;
  height: 200px;
  justify-content: center;
  justify-self: right;
}
@media (max-width: 1470px) {
  .collection-links__images {
    display: none;
  }
}
@media (max-width: 1470px) {
  collection-links-component[layout="spotlight"] .collection-links__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
@media (min-width: 1470px) {
  #shopify-section-template--17458548605018__collection_links_X6GGA4 .collection-links__container {
    display: grid;
    grid-template-columns: repeat(4, 5fr); /* Creates 3 equal columns */
    grid-template-rows: repeat(3, auto); /* Creates 2 rows, height determined by content */
    gap: 20px; /* Spacing between grid items */
    place-items: center;
  }
}
.collection-links__link .text-block {
    background-color: white;
    color: #1B1B1B;
    border-radius: 10px;
    padding: 5px 5px;
    min-width: 170px;
}
@media (max-width: 1470px) {
.collection-links__link .text-block {
    min-width: 168px;
     margin: 1px 1px;
     gap: 1px;
}
}
@media (max-width: 1470px) {
    collection-links-component[layout=spotlight] .collection-links__container{
      {
        gap: 2px;
      }
    }