/** Shopify CDN: Minification failed

Line 28:10 Expected identifier but found whitespace
Line 28:12 Unexpected "{"
Line 28:21 Expected ":"
Line 42:21 Expected identifier but found whitespace
Line 42:23 Unexpected "{"
Line 42:32 Expected ":"
Line 50:10 Expected identifier but found whitespace
Line 50:12 Unexpected "{"
Line 50:21 Expected ":"
Line 63:21 Expected identifier but found whitespace
... and 16 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:alunessa-product-description (INDEX:0) */
.alunessa-description {
    padding: 40px 20px;
    max-width: 100%;
  }

  .alunessa-main-heading {
    font-size: 28px;
    color: {{ section.settings.heading_color }};
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .alunessa-bullets-container {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .alunessa-bullet-item {
    background-color: {{ section.settings.bullet_bg_color }};
    padding: 20px;
    border-radius: 8px;
    flex: 1;
    min-width: 200px;
  }

  .alunessa-bullet-title {
    color: {{ section.settings.heading_color }};
    font-weight: 600;
    font-size: 16px;
    margin: 0;
  }

  .alunessa-bullet-text {
    color: #555;
    font-size: 14px;
    margin: 5px 0 0 0;
  }

  .alunessa-endorsement {
    background-color: {{ section.settings.endorsement_bg_color }};
    border-left: 4px solid {{ section.settings.accent_color }};
    padding: 25px;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }

  .alunessa-endorsement-image {
    flex-shrink: 0;
  }

  .alunessa-endorsement-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid {{ section.settings.accent_color }};
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
  }

  .alunessa-endorsement-text {
    flex: 1;
  }

  .alunessa-endorsement-quote {
    color: {{ section.settings.heading_color }};
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 10px 0;
  }

  .alunessa-endorsement-author {
    color: #888;
    font-size: 13px;
    margin: 0;
    font-style: italic;
  }

  .alunessa-endorsement-author strong {
    color: {{ section.settings.heading_color }};
    font-style: normal;
  }

  @media (max-width: 768px) {
    .alunessa-main-heading {
      font-size: 22px;
    }

    .alunessa-endorsement {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
/* END_SECTION:alunessa-product-description */