.product-callout_cel {
  align-items: center;
  background-color: var(--color-indigo);
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  gap: var(--gap-5);
  justify-content: center;
  padding: 0;
  width: 100%;

  h3 {
    text-box: unset;
    color: var(--color-pure-white);
  }

  .divider {
    border-right: 2px solid var(--color-pure-white);
    height: 30px;
    width: 2px;
  }

  .first-star {
    rotate: -81deg;
    width: 22px;
    color: #fff;
    position: relative;
    top: -16px;
  }

  .last-star {
    rotate: -81deg;
    width: 22px;
    color: #fff;
    position: relative;
    bottom: -16px;
  }

  sub {
    font-size: var(--font-size-14);
    margin-right: 4px;
  }

  strong {
    font-size: 42px;
    font-weight: 900;
  }

  span {
    padding: 0 20px;
  }
}

.shopify-section--apps {
  .section-header {
    display: none;
  }

  .yotpo-reviews-main-widget {
    margin: 0 auto;
    max-width: 1440px;
  }

  .yotpo-main-layout {
    margin-top: var(--spacers-60);
  }

  .yotpo-new-review-btn {
    padding-block: 0;
  }

  .yotpo-head {
    display: none !important;
  }

  .container {
    margin: 0;
    padding: 0;
  }

  .shopify-app-block {
    margin: 0;
    width: 100%;
  }
}