/** Shopify CDN: Minification failed

Line 451:22 Unexpected "{"
Line 451:31 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:andala-bullets (INDEX:3) */
.andala-bullets {
    position: relative;
    isolation: isolate;
    padding-top: var(--andala-bullets-padding-top);
    padding-bottom: var(--andala-bullets-padding-bottom);
    min-height: var(--andala-bullets-min-height);
  }

  /* Background image layer (doesn't interfere with Dawn's `gradient` background) */
  .andala-bullets::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--andala-bullets-bg-image, none);
    background-size: var(--andala-bullets-bg-size, cover);
    background-position: var(--andala-bullets-bg-position, center);
    background-repeat: var(--andala-bullets-bg-repeat, no-repeat);
    pointer-events: none;
    z-index: 0;
  }

  .andala-bullets__container {
    position: relative;
    z-index: 1;
  }

  .andala-bullets__grid {
    display: grid;
    gap: var(--andala-bullets-gap);
    grid-template-columns: repeat(var(--andala-bullets-cols-mobile), minmax(0, 1fr));
  }

  .andala-bullets--max-width .andala-bullets__grid {
    justify-content: center;
    grid-template-columns: repeat(var(--andala-bullets-cols-mobile), minmax(0, var(--andala-bullets-item-max-width)));
  }

  @media screen and (min-width: 990px) {
    .andala-bullets__grid {
      grid-template-columns: repeat(var(--andala-bullets-cols-desktop), minmax(0, 1fr));
    }

    .andala-bullets--max-width .andala-bullets__grid {
      justify-content: center;
      grid-template-columns: repeat(var(--andala-bullets-cols-desktop), minmax(0, var(--andala-bullets-item-max-width)));
    }
  }

  .andala-bullets__item {
    background: var(--andala-bullet-bg);
    border: var(--andala-bullet-border-width) solid var(--andala-bullet-border-color);
    border-radius: var(--andala-bullet-radius);
    padding: var(--andala-bullet-padding-y) var(--andala-bullet-padding-x);
    width: 100%;
  }

  .andala-bullets--max-width .andala-bullets__item {
    max-width: var(--andala-bullets-item-max-width);
  }

  .andala-bullets__row {
    display: flex;
    align-items: center;
    gap: var(--andala-bullet-icon-gap);
    min-width: 0;
  }

  .andala-bullets__row--icon-right {
    flex-direction: row-reverse;
  }

  .andala-bullets__icon {
    flex: 0 0 auto;
    width: var(--andala-bullet-icon-size);
    height: var(--andala-bullet-icon-size);
    border-radius: var(--andala-bullet-icon-radius);
    background: var(--andala-bullet-icon-bg);
    border: var(--andala-bullet-icon-border-width) solid var(--andala-bullet-icon-border-color);
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  @media screen and (max-width: 749px) {
    .andala-bullets__icon {
      width: var(--andala-bullet-icon-size-mobile) !important;
      height: var(--andala-bullet-icon-size-mobile) !important;
    }

    .andala-bullets__text {
      font-size: var(--andala-bullet-text-font-size-mobile) !important;
    }
  }

  .andala-bullets__icon-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .andala-bullets__text {
    min-width: 0;
    color: var(--andala-bullet-text-color);
    font-size: var(--andala-bullet-text-font-size);
    font-weight: var(--andala-bullet-text-font-weight);
    line-height: var(--andala-bullet-text-line-height);
    letter-spacing: var(--andala-bullet-text-letter-spacing);
    font-family: var(--andala-bullet-font-family);
  }

  .andala-bullets__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: var(--andala-bullet-title-gap, 8px);
  }

  .andala-bullets__title {
    margin: 0;
    color: var(--andala-bullet-title-color);
    font-size: var(--andala-bullet-title-font-size);
    font-weight: var(--andala-bullet-title-font-weight);
    line-height: var(--andala-bullet-title-line-height);
    letter-spacing: var(--andala-bullet-title-letter-spacing);
    font-family: var(--andala-bullet-title-font-family);
  }

  .andala-bullets__text p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
  }

  .andala-bullets--nowrap .andala-bullets__text,
  .andala-bullets--nowrap .andala-bullets__text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
/* END_SECTION:andala-bullets */

/* START_SECTION:andala-header-quees (INDEX:22) */
.reset-container * {
  margin: 0;
  box-sizing: border-box;
}

.reset-container html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.reset-container div {
  color: #333;
  line-height: 1.5;
}

.reset-container a {
  text-decoration: none;
  color: inherit;
}

/* Layout y colores básicos */
.hero {
  position: relative;
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  padding: 2rem;
}

.dark-section {
  background-color: #1C1A19;
  color: #f4f4f4;
  padding: 2rem 1.5rem;
  text-align: center;
}

.history-section {
  background-color: #fff;
  color: #222;
  margin: 0;
  padding: 0;
}

.history-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.history-column {
  width: 100%;
}

.history-column:first-child {
  padding: 2rem 1.5rem;
}

.history-column:last-child {
  color: #fff;
  padding: 2rem 1.5rem;
  background-image: url('/cdn/shop/files/andala_farmacias.png?v=1734694565');
  background-size: cover;
  background-position: center;
}

/* Colaboración con Pascual */
.collaboration-section {
  background-color: #c3c8c6;
  padding: 2rem 1.5rem;
  text-align: center;
  color: #222;
}
.collaboration-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.collaboration-section p {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
.collaboration-section img {
  margin-top: 2rem;
  max-width: 150px;
  width: 100%;
  height: auto;
}

.mission-section {
  background-color: #1C1A19;
  color: #f4f4f4;
  padding: 2rem 1.5rem;
  text-align: center;
}

.mission-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 2rem 1.5rem;
  background-color: #F5F5F5;
}

.feature {
  background: #DFD8CC;
  padding: 2rem;
  text-align: center;
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mission-features img {
  max-width: 60px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Media Queries */
@media (min-width: 768px) {
  .hero {
    min-height: 60vh;
    padding: 7rem;
  }

  .history-container {
    flex-direction: row;
  }
  .history-column:first-child {
    max-width: 600px;
  }
  .history-column:last-child {
    min-height: 100vh;
    padding: 0;
  }

  .history-section:nth-of-type(2) {
    padding: 4rem 2rem;
  }
  .history-section:nth-of-type(2) .history-container {
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
  }

  .collaboration-section {
    padding: 4rem 2rem;
  }
  .collaboration-section h2 {
    font-size: 2.5rem;
  }
  .collaboration-section p {
    font-size: 1.125rem;
  }
  .collaboration-section img {
    max-width: 200px;
  }

  .mission-section {
    padding: 4rem 2rem;
  }

  .mission-features {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  .feature {
    max-width: 300px;
    flex: 1;
  }
}

@media (max-width: 767px) {
  /* Se muestra la imagen de la última columna en móviles */
  .history-section .history-column:last-child {
    display: block;
    padding: 22rem 1.5rem;
  }
  .hero {
    background-position: center center;
  }
  .mission-features {
    align-items: center;
  }
}
/* END_SECTION:andala-header-quees */

/* START_SECTION:andala-split-image-richtext (INDEX:47) */
.andala-split-image-richtext {
    position: relative;
  }

  /* Background image layer (keeps Dawn `color-* gradient` background intact) */
  .andala-split-image-richtext::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--andala-split-bg-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }

  .andala-split-image-richtext > .page-width {
    position: relative;
    z-index: 1;
  }

  .andala-split-image-richtext__grid {
    display: flex;
    gap: var(--andala-split-gap);
    align-items: flex-start;
  }

  .andala-split-image-richtext__media,
  .andala-split-image-richtext__content {
    min-width: 0;
    flex: 1 1 0;
  }

  .andala-split-image-richtext__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }

  .andala-split-image-richtext__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .andala-split-image-richtext__block {
    display: flex;
    flex-direction: column;
    gap: var(--andala-elements-gap, 12px);
    margin-bottom: var(--andala-block-gap, 0px);
  }

  .andala-split-image-richtext__bullet {
    background: var(--andala-bullet-bg);
    border: var(--andala-bullet-border-width) solid var(--andala-bullet-border-color);
    border-radius: var(--andala-bullet-radius);
    padding: var(--andala-bullet-padding-y) var(--andala-bullet-padding-x);
    width: 100%;
    margin-bottom: var(--andala-block-gap, 0px);
  }

  .andala-split-image-richtext__bullet-row {
    display: flex;
    align-items: center;
    gap: var(--andala-bullet-icon-gap);
    min-width: 0;
  }

  .andala-split-image-richtext__bullet-row--icon-right {
    flex-direction: row-reverse;
  }

  .andala-split-image-richtext__bullet-icon {
    flex: 0 0 auto;
    width: var(--andala-bullet-icon-size);
    height: var(--andala-bullet-icon-size);
    border-radius: var(--andala-bullet-icon-radius);
    background: var(--andala-bullet-icon-bg);
    border: var(--andala-bullet-icon-border-width) solid var(--andala-bullet-icon-border-color);
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }} .andala-split-image-richtext__bullet-icon {
      width: var(--andala-bullet-icon-size-mobile, var(--andala-bullet-icon-size));
      height: var(--andala-bullet-icon-size-mobile, var(--andala-bullet-icon-size));
    }
  }

  .andala-split-image-richtext__bullet-icon-img {
    width: 65%;
    height: 65%;
    object-fit: contain;
    display: block;
  }

  .andala-split-image-richtext__bullet-text {
    min-width: 0;
    color: var(--andala-bullet-text-color);
    font-size: var(--andala-bullet-text-font-size);
    font-weight: var(--andala-bullet-text-font-weight);
    line-height: var(--andala-bullet-text-line-height);
    letter-spacing: var(--andala-bullet-text-letter-spacing);
    font-family: var(--andala-bullet-font-family);
  }

  .andala-split-image-richtext__bullet-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: var(--andala-bullet-title-gap, 8px);
  }

  .andala-split-image-richtext__bullet-title {
    margin: 0;
    color: var(--andala-bullet-title-color);
    font-size: var(--andala-bullet-title-font-size);
    font-weight: var(--andala-bullet-title-font-weight);
    line-height: var(--andala-bullet-title-line-height);
    letter-spacing: var(--andala-bullet-title-letter-spacing);
    font-family: var(--andala-bullet-title-font-family);
  }

  .andala-split-image-richtext__bullet-text p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
  }

  .andala-split-image-richtext__content > :last-child {
    margin-bottom: 0 !important;
  }

  .andala-split-image-richtext__button-block {
    display: flex;
    margin-bottom: var(--andala-block-gap, 0px);
  }

  .andala-split-image-richtext__button-block--left {
    justify-content: flex-start;
  }

  .andala-split-image-richtext__button-block--center {
    justify-content: center;
  }

  .andala-split-image-richtext__button-block--right {
    justify-content: flex-end;
  }

  /* Ensure Rich text heading size styles apply (section-rich-text.css relies on `.rich-text`) */
  .andala-split-image-richtext .rich-text__heading p,
  .andala-split-image-richtext .rich-text__caption {
    margin: 0;
  }

  /* Disable margin-based spacing from `section-rich-text.css` and rely on our configurable gaps */
  .andala-split-image-richtext .rich-text__blocks > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  .andala-split-image-richtext .rich-text__blocks > *:not(.rich-text__caption) + * {
    margin-top: 0;
  }

  .andala-split-image-richtext .rich-text__buttons + .rich-text__buttons {
    margin-top: 0;
  }

  .andala-split-image-richtext .rich-text__small-text {
    margin-top: 0;
  }

  /* Per-block typography overrides for the main text */
  .andala-split-image-richtext .rich-text__text {
    font-size: var(--andala-text-font-size, 18px);
    font-weight: var(--andala-text-font-weight, 500);
    line-height: var(--andala-text-line-height, 1.5);
    color: var(--andala-text-color, #0F0F0F);
    letter-spacing: var(--andala-text-letter-spacing, 0px);
  }

  .andala-split-image-richtext .rich-text__text p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }

  .andala-split-image-richtext__block > *:first-child {
    margin-top: 0;
  }

  .andala-split-image-richtext__block > *:last-child {
    margin-bottom: 0;
  }

  @media screen and (min-width: 990px) {
    .andala-split-image-richtext__media {
      flex: 0 0 var(--andala-split-image-max-width);
    }

    .andala-split-image-richtext__grid--valign-top .andala-split-image-richtext__media {
      align-self: flex-start;
    }

    .andala-split-image-richtext__grid--valign-center .andala-split-image-richtext__media {
      align-self: center;
    }

    .andala-split-image-richtext__grid--valign-bottom .andala-split-image-richtext__media {
      align-self: flex-end;
    }

    .andala-split-image-richtext__grid--desktop-left {
      flex-direction: row;
    }

    .andala-split-image-richtext__grid--desktop-right {
      flex-direction: row-reverse;
    }
  }

  @media screen and (max-width: 989px) {
    .andala-split-image-richtext__grid {
      flex-direction: column;
    }

    .andala-split-image-richtext__grid--mobile-top {
      flex-direction: column;
    }

    .andala-split-image-richtext__grid--mobile-bottom {
      flex-direction: column-reverse;
    }
  }
/* END_SECTION:andala-split-image-richtext */

/* START_SECTION:testimonial-video-card (INDEX:153) */
.tvc {
        background: var(--tvc-bg);
        padding: var(--tvc-padding-top) 0 var(--tvc-padding-bottom);
    }

    .tvc__container {
        max-width: var(--tvc-container-max);
        margin: 0 auto;
        padding: 0 24px;
    }

    .tvc__header {
        margin-bottom: 28px;
    }

    .tvc__eyebrow {
        margin: 0 0 12px 0;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
        color: inherit;
        opacity: 0.95;
    }

    .tvc__title {
        margin: 0;
    }

    .tvc__title > *:first-child {
        margin-top: 0;
    }

    .tvc__title > *:last-child {
        margin-bottom: 0;
    }

    .tvc__card {
        background: #fff;
        border-radius: var(--tvc-card-radius);
        box-shadow: var(--tvc-card-shadow);
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
        overflow: visible;
        font-size: 18px;
    }

    @media screen and (min-width: 769px) {
        .tvc__card {
            font-size: 35px;
        }
    }

    /* Creates the "video entering the card" illusion by masking the bottom of the video/mockup. */
    .tvc__card::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -28px;
        height: 78px;
        background: #fff;
        border-bottom-left-radius: var(--tvc-card-radius);
        border-bottom-right-radius: var(--tvc-card-radius);
        z-index: 0;
        pointer-events: none;
    }

    .tvc__testimonial {
        padding: 28px;
        display: grid;
        gap: 16px;
        align-content: center;
        position: relative;
        z-index: 1;
    }

    .tvc__quote {
        line-height: 1.35;
        color: #044348;
    }

    .tvc__quote strong {
        font-weight: 800;
    }

    .tvc__author {
        margin: 0;
        font-size: 13px;
        line-height: 1.3;
        font-weight: 700;
        color: #044348;
    }

    @media screen and (min-width: 769px) {
        .tvc__author {
            font-size: 20px;
        }
    }

    .tvc__video {
        padding: 18px 18px 28px;
        display: grid;
        place-items: center;
        position: relative;
        z-index: 2;
    }

    .tvc__video-plain {
        width: 100%;
    }

    .tvc__video-el {
        width: 100%;
        height: auto;
        aspect-ratio: 9 / 16;
        display: block;
        border-radius: 18px;
        background: #000;
    }

    .tvc__mockup {
        width: 100%;
        position: relative;
        display: block;
    }

    .tvc__mockup-image {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 2;
        object-fit: contain;
        /* Let the click go through to the <video> element */
        pointer-events: none;
    }

    /* On play, hide the mockup frame so the video is visible */
    .tvc__mockup.is-playing .tvc__mockup-image,
    .tvc__mockup.is-playing .tvc__mockup-fallback {
        opacity: 0;
        visibility: hidden;
    }

    .tvc__mockup-fallback {
        width: 100%;
        aspect-ratio: 9 / 16;
        border-radius: 48px;
        border: 8px solid #0f0f0f;
        background: #121212;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    }

    .tvc__mockup-video {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 72%;
        height: 82%;
        border-radius: 28px;
        overflow: hidden;
        z-index: 1;
    }

    .tvc__mockup-play {
        position: absolute;
        inset: 0;
        z-index: 3;
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
    }

    .tvc__mockup-video .tvc__video-el {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        border-radius: 0;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

    @media screen and (min-width: 990px) {
        .tvc__card {
        /* Keep text readable and reserve space for the absolutely-positioned video. */
        grid-template-columns: 1fr;
        padding-right: clamp(320px, 36vw, 520px);
        align-items: stretch;
        }

        .tvc__testimonial {
        padding: 44px;
        }

        .tvc__video {
        padding: 0;
        position: absolute;
        right: clamp(18px, 3vw, 44px);
        bottom: -28px;
        width: min(420px, 44%);
        }
    }
/* END_SECTION:testimonial-video-card */