$darkblue: #033047;
$teal: #c2e6e4;
$lightteal: #e0f3f2;
$green: #04625c;
$aqua: #4baec0;
$blue: #1e376c;
$pink: #f6c6cf;
$tan: #f0e7da;
$pantone: #decdca;
$orange: #f78a6d;

/* Quiz Results */
#quiz-results {
  form[action^="/cart/add"] [type="submit"] {
    visibility: visible;
  }
  .full-banner-text-without-bg {
    height: auto;
    margin-top: 4rem;
    .full-banner-text__content {
      width: auto;
      max-width: 100%;
      h3 {
        font-weight: 400;
        width: 600px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 2rem;
      }
    }
  }

  .quiz-results-shop-more {
    .btn {
      display: inline-block;
      background-color: #333;
      border: 1px solid #333;
      padding: 1rem;
      font-size: 1rem;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      font-weight: 600;
      cursor: pointer;
      transition: 0.2s all ease-in-out;
      box-shadow: inset 0 0 0;
      width: 200px;
      max-width: 100%;
      border-radius: 0;
      margin-bottom: 10px;
      &:hover {
        background-color: #000;
      }
      &.sme-button {
        width: auto;
      }
    }
    .contact-phys {
      color: #999;
      text-align: center;
    }
  }

  #div-products {
    @media screen and (min-width: 768px) {
      padding-left: 60px;
    }

    h2 {
      text-align: left;
    }

    .hoverCTA {
      margin-bottom: 1rem;
      max-width: 100%;
    }

    .grid__image {
      position: relative;
      display: inline-block;
      overflow: hidden;
      margin-bottom: 20px;
      margin: 0 auto 15px;
      min-height: 211px;
      @media screen and (min-width: 768px) {
        display: block;
      }

      @media screen and (max-width: 767px) {
        margin-bottom: 1rem;
      }

      img {
        display: block;
        margin: 0 auto;
        border-radius: 12px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .add-to-cart a,
    .AddToCart button {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .AddToCartText {
      font-size: 14px;
    }

    .prodGridItemForm {
      width: 100%;
    }

    .product-price {
      /*
        display: block;
        font-weight: bold;
        */
      display: flex;
      font-weight: bold;
      align-items: center;
      justify-content: center;
    }
    .product-form {
      display: inline;
    }
    .results-learn-more {
      display: inline;
      float: left;
      margin-left: 1rem;
    }
    h3 a {
      color: #000;
    }

    @media screen and (max-width: 767px) {
      .AddToCartText {
        font-size: 10px;
      }
    }
  }
}

/* Product Subpages */
.product-page-list-item {
  margin-bottom: 40px;
  h1 {
    margin-bottom: 20px;
  }
}

.readmoreContainer {
  position: relative;
  margin-bottom: 0.75rem !important;
  font-size: 16px;
  & > ul {
    & > li {
      &::before {
        content: "+";
        font-family: "Maison Neue";
        margin-right: 0.5rem;
        font-weight: bold;
        font-size: 1em;
      }
    }
  }

  @media screen and (max-width: 767px) {
    font-size: 14px;
    p,
    ul,
    ol,
    li {
      font-size: 14px;
    }
  }

  p,
  ul,
  ol,
  li {
    font-size: 16px;
  }

  & .readmore {
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    font-family: inherit !important;
    text-decoration: underline;
    letter-spacing: 0.23px;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, transparent, #fff 0.75em);
    padding-left: 1em;
  }
}
