/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 25:20 Unexpected "{"
Line 25:29 Expected ":"
Line 30:20 Unexpected "{"
Line 30:29 Expected ":"
Line 35:20 Unexpected "{"
Line 35:29 Expected ":"
Line 40:20 Unexpected "{"
Line 40:29 Expected ":"
... and 124 more hidden warnings

**/


/* CSS from section stylesheet tags */
#shopify-section-{{ section.id }} .floating-cart-wrapper {
    position: fixed;
    z-index: 50;
  }

  /* Posiciones */
  #shopify-section-{{ section.id }} .floating-cart-wrapper--bottom-right {
    right: 1.5rem;
    bottom: 1.5rem;
  }

  #shopify-section-{{ section.id }} .floating-cart-wrapper--bottom-left {
    left: 1.5rem;
    bottom: 1.5rem;
  }

  #shopify-section-{{ section.id }} .floating-cart-wrapper--top-right {
    right: 1.5rem;
    top: 1.5rem;
  }

  #shopify-section-{{ section.id }} .floating-cart-wrapper--top-left {
    left: 1.5rem;
    top: 1.5rem;
  }

  /* Mostrar/ocultar por dispositivo */
  @media (min-width: 750px) {
    #shopify-section-{{ section.id }} .floating-cart--hide-desktop {
      display: none !important;
    }
  }

  @media (max-width: 749px) {
    #shopify-section-{{ section.id }} .floating-cart--hide-mobile {
      display: none !important;
    }
  }

  #shopify-section-{{ section.id }} .floating-cart-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;

    background-color: {{ section.settings.bg_color }};
    color: {{ section.settings.text_color }};
    box-shadow: 0 6px 16px rgba(0,0,0,0.22);
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
  }

  #shopify-section-{{ section.id }} .floating-cart-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }

  #shopify-section-{{ section.id }} .floating-cart-icon {
    display: inline-flex;
  }

  #shopify-section-{{ section.id }} .floating-cart-text {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
  }

  #shopify-section-{{ section.id }} .floating-cart-label {
    letter-spacing: 0.02em;
  }

  #shopify-section-{{ section.id }} .floating-cart-total,
  #shopify-section-{{ section.id }} .floating-cart-count {
    font-weight: 600;
  }
#shopify-section-{{ section.id }} .nutriscore-section {
  font-size: 14px;
  color: {{ section.settings.custom_text_color }};
}

#shopify-section-{{ section.id }} .nutriscore-section__inner {
  background: {% if section.settings.layout == 'boxed' %}#f5f5f5{% else %}transparent{% endif %};
  border-radius: 4px;
  border: {% if section.settings.layout == 'boxed' %}1px solid #d9d9d9{% else %}none{% endif %};
  padding: {% if section.settings.layout == 'boxed' %}10px 12px{% else %}0{% endif %};
}

#shopify-section-{{ section.id }} .nutriscore-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

#shopify-section-{{ section.id }} .nutriscore-header__icon img {
  display: block;
  max-width: 32px;
  max-height: 32px;
}

#shopify-section-{{ section.id }} .nutriscore-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

#shopify-section-{{ section.id }} .nutriscore-subtitle {
  margin: 0;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
}

#shopify-section-{{ section.id }} .nutriscore-tooltip {
  margin-left: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

#shopify-section-{{ section.id }} .nutriscore-collapsible > summary {
  list-style: none;
}

#shopify-section-{{ section.id }} .nutriscore-collapsible > summary::-webkit-details-marker {
  display: none;
}

#shopify-section-{{ section.id }} .nutriscore-bar-wrapper {
  margin-top: 8px;
}

#shopify-section-{{ section.id }} .nutriscore-bar {
  position: relative;
  width: 100%;
  height: 16px;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .nutriscore-bar__segment {
  flex: 1 1 0;
}

#shopify-section-{{ section.id }} .nutriscore-pointer {
  position: absolute;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #000;
  transform: translateX(-50%);
}

#shopify-section-{{ section.id }} .nutriscore-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 11px;
}

#shopify-section-{{ section.id }} .nutriscore-label {
  flex: 1 1 0;
  text-align: center;
  opacity: 0.7;
}

#shopify-section-{{ section.id }} .nutriscore-label--active {
  font-weight: 700;
  font-size: 13px;
  opacity: 1;
}
#shopify-section-{{ section.id }} .nutriscore-section {
  font-size: 14px;
  color: {{ section.settings.custom_text_color }};
}

#shopify-section-{{ section.id }} .nutriscore-section__inner {
  background: {% if section.settings.layout == 'boxed' %}#f5f5f5{% else %}transparent{% endif %};
  border-radius: 4px;
  border: {% if section.settings.layout == 'boxed' %}1px solid #d9d9d9{% else %}none{% endif %};
  padding: {% if section.settings.layout == 'boxed' %}10px 12px{% else %}0{% endif %};
}

#shopify-section-{{ section.id }} .nutriscore-header {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: default;
}

#shopify-section-{{ section.id }} .nutriscore-header__icon img {
  display: block;
  max-width: 32px;
  max-height: 32px;
}

#shopify-section-{{ section.id }} .nutriscore-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

#shopify-section-{{ section.id }} .nutriscore-subtitle {
  margin: 0;
  font-size: 12px;
  color: rgba(0,0,0,0.7);
}

#shopify-section-{{ section.id }} .nutriscore-tooltip {
  margin-left: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

#shopify-section-{{ section.id }} .nutriscore-collapsible > summary {
  list-style: none;
}

#shopify-section-{{ section.id }} .nutriscore-collapsible > summary::-webkit-details-marker {
  display: none;
}

#shopify-section-{{ section.id }} .nutriscore-bar-wrapper {
  margin-top: 8px;
}

#shopify-section-{{ section.id }} .nutriscore-bar {
  position: relative;
  width: 100%;
  height: 16px;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .nutriscore-bar__segment {
  flex: 1 1 0;
}

#shopify-section-{{ section.id }} .nutriscore-pointer {
  position: absolute;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #000000;
  transform: translateX(-50%);
}

#shopify-section-{{ section.id }} .nutriscore-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 11px;
}

#shopify-section-{{ section.id }} .nutriscore-label {
  flex: 1 1 0;
  text-align: center;
  opacity: 0.7;
}

#shopify-section-{{ section.id }} .nutriscore-label--active {
  font-weight: 700;
  font-size: 13px;
  opacity: 1;
}