/* Keep obsolete Shopify Buy Button sections hidden while the live collection is checked. */
.single-post .elementor-top-section:has([id^='collection-component-']),
.single-post .elementor-top-section:has(+ .elementor-top-section [id^='collection-component-']) {
  display: none !important;
}

.ww-artist-products {
  width: 100%;
  background: #fff;
  color: #383838;
}

.ww-artist-products__heading-row {
  min-height: 84px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.ww-artist-products .ww-artist-products__heading {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 84px;
  margin: 0;
  padding: 8px 29px;
  background: #000;
  color: #fff !important;
  font-family: 'Media Sans', 'Roboto Condensed', Impact, sans-serif !important;
  font-size: 39px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.ww-artist-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 34px;
  padding: 34px 4% 55px;
}

.ww-artist-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ww-artist-product__image-link {
  display: flex;
  width: 100%;
  height: 220px;
  align-items: center;
  justify-content: center;
}

.ww-artist-product__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ww-artist-product__title {
  min-height: 52px;
  margin-top: 23px;
  color: #4a4a4a;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.ww-artist-product__title:hover,
.ww-artist-product__title:focus-visible {
  color: #000;
  text-decoration: underline;
}

.ww-artist-product__price {
  min-height: 38px;
  padding-top: 5px;
  color: #3f3f3f;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.ww-artist-product__button {
  display: flex;
  width: min(172px, 100%);
  min-height: 43px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.ww-artist-product__button:hover,
.ww-artist-product__button:focus-visible {
  background: #fff;
  color: #000;
}

@media (max-width: 1024px) {
  .ww-artist-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ww-artist-products__heading-row,
  .ww-artist-products .ww-artist-products__heading {
    min-height: 68px;
  }

  .ww-artist-products .ww-artist-products__heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: clamp(24px, 7.7vw, 30px) !important;
  }

  .ww-artist-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 18px;
    padding: 28px 18px 44px;
  }

  .ww-artist-product__image-link {
    height: 165px;
  }

  .ww-artist-product__title {
    min-height: 64px;
    margin-top: 17px;
    font-size: 15px;
  }

  .ww-artist-product__button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .ww-artist-products__grid {
    grid-template-columns: 1fr;
  }

  .ww-artist-product__image-link {
    height: 240px;
  }

  .ww-artist-product__title {
    min-height: 0;
  }
}
