.product-featured-single {
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .product-featured-single {
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
  }
  .shop .product-featured-single {
    padding: 3rem 0;
    grid-template-columns: repeat(12, 1fr);
  }
}
.product-featured-single__img {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .product-featured-single__img {
    grid-column: 4/span 10;
    margin-bottom: 1rem;
  }
  .shop .product-featured-single__img {
    grid-column: 2/span 10;
  }
}
.product-featured-single__sub-heading {
  font-family: Reader;
  --mb: 1.125rem;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 1.125rem;
  color: var(--grey);
}
@media only screen and (min-width: 768px) {
  .product-featured-single__sub-heading {
    --mb: 1.3125rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media only screen and (min-width: 768px) {
  .product-featured-single__sub-heading {
    grid-column: 4/span 4;
  }
  .shop .product-featured-single__sub-heading {
    grid-column: 2/span 4;
  }
}
.product-featured-single__heading {
  font-family: ReaderMedium;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .product-featured-single__heading {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media only screen and (min-width: 768px) {
  .product-featured-single__heading {
    grid-column: 4/span 4;
  }
  .shop .product-featured-single__heading {
    grid-column: 2/span 4;
  }
}
.product-featured-single__price {
  font-family: Reader;
  --mb: 1.125rem;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .product-featured-single__price {
    --mb: 1.3125rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
@media only screen and (min-width: 768px) {
  .product-featured-single__price {
    grid-column: 4/span 4;
  }
  .shop .product-featured-single__price {
    grid-column: 2/span 4;
  }
}
.product-featured-single .button-small {
  background: var(--black);
  color: var(--white);
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .product-featured-single .button-small {
    grid-column: -6/span 2;
    grid-row: 2/span 3;
    justify-self: end;
    align-self: center;
    margin-top: 0;
  }
  .shop .product-featured-single .button-small {
    grid-column: -4/span 2;
  }
}
