/** Shopify CDN: Minification failed

Line 48:1 Expected "}" to go with "{"

**/
/* Place any CSS overrides in this file. */

/* (Mobile) Makes all product titles smaller while keeping H1 text. */
@media (max-width: 749px) {
  .product-details-product-title {
    font-size: 20px !important;
  }
}

/* (Desktop) Makes all product titles smaller while keeping H1 text. */
.product-details-product-title {
  font-size: 22px !important;
}

/* Makes all product ingredient card sizes smaller. */
.info-cols--media {
  max-width: 190px !important;
  margin-left: auto;
  margin-right: auto;
}

/* Makes heading on skin quiz smaller while staying as an H1. (desktop and mobile) */
#shopify-section-template--19033482428592__image_with_text_ej7wGw > div > div > div.feature_row__image_wrapper.medium--one-half.large--one-half > div > div > div.sitewide--title-wrapper > h2 {
  font-size: 25px !important;
}

/* Wider product cards on desktop only - Envy theme */
@media screen and (min-width: 990px) {
  .product-card-wrapper {
    min-width: 300px;
  }

/* Wider product cards on desktop - AI Featured Collection block */
@media screen and (min-width: 990px) {
  #shopify-block-AcWhmQVYwV29lOGNDZ__ai_gen_block_61add7a_4dzzVt
    .ai-featured-collection__scroll-container-acwhmqvywv29logndzaigenblock61add7a4dzzvt
    > div
    > a {
    min-width: 320px;
    width: 320px;
    flex: 0 0 320px;
  }
}