.product-carousel-artist-name {
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
  font: 16px/1.2 "adelle", Georgia, "Times New Roman", Times, serif;
}
.product-carousel-tag-name {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  line-height: 0.9em;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product-carousel-tag-line {
  font-size: 18px;
  line-height: 36px;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-carousel-artwork {
  padding-right: 20px;
  padding-top: 20px;
}
.article-title-carousel {
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.graphic-promo-image {
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: unset !important;
}
.work_tile {
  display: block;
}
.two-images-container {
  text-align: center;
  margin-bottom: 25px;
}

.custom {
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .product-grid-nav {
    margin-left: 20px;
  }
  .design-store-product-grid {
    width: 100% !important;
  }
  .artwork {
    margin: auto;
    width: 75%;
  }
}
