/** Shopify CDN: Minification failed

Line 42:0 Unexpected "}"
Line 112:0 Unexpected "}"

**/
/* INFOGRAPHIC ICON */
.product-card__media {
  position: relative;
}

.infographic_gallery_card {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 88px;
  z-index: 10;
  pointer-events: none;
}

.infographic_gallery_card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}


@media screen and (min-width: 1900px) {
  .product-list[collection-desktop-layout="large"] {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px; /* adjust as needed */
  }
}

  .container {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-gallery__media-wrapper {
  position: relative;
}

.product-gallery__infographic-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1 !important;
  width: 100px;
  height: auto;
}

.product-gallery__infographic-badge img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1 !important;
}
a.product-title {
  font-size: 2em;
    font-family: "EB Garamond";
  font-style: italic;
}

@media screen and (max-width: 749px) {
  .section-spacing, div#judgeme_product_reviews {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer,
  .shopify-section--footer {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #A6734F;
  }
}
@media screen and (max-width: 999px) {
  .section-spacing {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer,
  .shopify-section--footer {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #A6734F;
  }
}
  .section-spacing, div#judgeme_product_reviews {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer,
  .shopify-section--footer {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #A6734F;
  }
}