/** 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;
  }
}

/*holiday gift guide */
/* ================================
   RELATED / FEATURED PRODUCTS GRID
   ================================ */

/* Outer section spacing (optional, tweak as needed) */
.related-products {
  margin: 40px 0;
}

/* Center the heading (optional) */
.related-products .section-title {
  text-align: center;
  margin-bottom: 24px;
}

/* GRID WRAPPER – 2 per row on mobile */
.related-products__loop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns on mobile */
  gap: 24px;                                        /* space between cards */
  align-items: stretch;
}

/* 4 per row on desktop */
@media (min-width: 992px) {
  .related-products__loop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Make sure each product card fills its grid cell */
.related-products__loop > * {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* If your product cards use a .product-card or .card class, 
   this keeps their internal layout tidy */
.related-products__loop .product-card,
.related-products__loop .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Images: responsive and clean */
.related-products__loop img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

h2.h2.gift-guide {
  text-align: center;
  color: #a6734f;
  font-style: italic;
  margin-top: 80px;
  margin-bottom: 50px;
}
article.product-card.custom-card {
  gap: 0px;
}
.custom-card img.product-card__image.product-card__image--primary.object-cover.aspect-square {
  margin-bottom: 1.25rem;
}

.custom-card a.product-title {
  text-align: center;
}