/** Shopify CDN: Minification failed

Line 802:0 Unexpected "}"
Line 872:10 Expected "]" to go with "["
Line 879:10 Expected "]" to go with "["
Line 885:10 Expected "]" to go with "["
Line 895:10 Expected "]" to go with "["
Line 900:10 Expected "]" to go with "["
Line 905:10 Expected "]" to go with "["

**/
/* GENERAL */
.hidden {
  display: none !important;
}

/* FAVORITES */

add-favorite {
  cursor: pointer;
  width: 9%;
}

add-favorite::before {
  content: '';
  display: block;
  width: 175%;
  height: 150%;
  position: absolute;
  /* background: #0000ff3d; */
  top: -25%;
  left: -40%;
}

add-favorite svg.icon--heart {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.heart-fill {
  display: none;
  fill: rgb(210, 57, 57);
}

.heart-filled .heart-fill {
  display: unset;
}

predictive-search {
  display: flex !important;
  justify-content: center;
}

.search__input {
  max-width: 374px;
  border-radius: 6px;
  background-color: #F4F4F4;
  height: 38px;
}

.header__cart-count {
  background-color: #000000;
}

.custom-announcement-content,
.custom-announcement-title {
  font-family: 'Work Sans';
  display: block;
}

.custom-announcement-content {
  font-size: 13px;
  line-height: 15.25px;
  font-weight: 500;
}

.custom-announcement-title {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-full-w-container {
  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px;
}

.custom-policy-container {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6.5px;
  justify-content: flex-start;
}

.custom-policy-container input {
  width: 14px;
  height: 14px;
  margin: 0px;
}

.custom-policy-container p {
  margin: 0px;
  font-size: 12px;
}

.custom-policy-container p a {
  text-decoration: underline;
}

.custom-visually-hidden {
  opacity: 0;
}

pop-up .custom-policy-container {
  justify-content: center;
}

pop-up .custom_external_btn {
  margin-top: 16px;
}

store-header header {
  max-width: 100% !important;
}

@media(max-width: 767px) {
  .custom-announcement-content {
    display: none;
  }

  .custom-announcement-title {
    font-size: 13px;
    line-height: 15.25px;
    font-weight: 600;
    position: initial;
    transform: none;
  }

  store-header header {
    padding: 12px;
  }

  predictive-search form {
    width: 100%;
  }

  .custom-policy-container {
    justify-content: center;
  }

  add-favorite svg.icon--heart {
    width: 15.9px;
    height: 14.3px;
  }

  pop-up .custom_external_btn {
    margin-top: 14px;
  }
}

.trusted-stars-service-widget .wrapper .content .grade-count {
  display: block;

}

.countdown {
  font-family: 'Roboto-Black', arial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #E53737;
  /* Color rojo */
  background-color: #F4F4F4;
  padding: 0px 3px;
  border-radius: 4px;
  /* Bordes redondeados */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* Sombra */
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}

.card.card--product {
  height: auto;
}

@media(max-width: 1164px) {
  .countdown {
    font-size: 13px;
  }
}

@media(max-width: 1070px) {
  .countdown {
    font-size: 12px;
  }
}

@media(max-width: 850px) {
  .countdown {
    font-size: 1.1rem;
  }
}

@media(max-width: 768px) {
  .countdown {
    position: relative;
    display: flex;
    margin-top: -2rem !important;
    width: 70%;
    text-align: left;
    margin-left: 1.8rem;
    justify-content: start;
    box-shadow: 0 2px 2px #0000000a;
    font-size: 1rem;
  }
}

@media(max-width: 740px) {
  .countdown {
    font-size: .8rem;
    margin-top: -1rem;
    width: 80%
  }
}

@media(max-width: 644px) {
  .countdown {
    font-size: .9rem;
    margin-top: -1rem;
    width: 80%
  }
}

@media(max-widht: 346px) {
  .countdown {
    position: relative;
    display: flex;
    margin-top: -2rem !important;
    width: 70%;
    text-align: left;
    margin-left: 1.8rem;
    justify-content: start;
    box-shadow: 0 2px 2px #0000000a;
    font-size: 0.5rem;
  }
}

/* Wishlist */
li.variable-products,
li.slider__item {
  position: relative;
}

.wishlist-engine {
  position: absolute;
  top: .75rem;
  right: .75rem;
  z-index: 5;
}

body.product .product-info__title .wishlist-engine {
  top: -4px;
}

.wishlist-engine .wishlist-engine-button {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding: 5px !important
}
.wishlist-cart{
  background-color: #000000 !important;
  border-radius: 4px!important;
  font-weight: 500!important;
  font-size: 17px!important;
  padding: var(--btn-padding-y, 12px) 26px!important;
  text-transform: math-auto!important;
}
/* End Wishlist */

/* Product */
.price--compare-at-sale .price__was  {
  font-size: 17px;
}
.price--compare-at-sale .custom-price__current  {
  font-size: .8em;
}

/* Collection */
product-card .price--compare-at-sale .price__current  {
  font-size: 17px;
  font-weight: 600;
}
product-card :not(.price--compare-at-sale) .price__was  {
  font-size: .8em;
  font-weight: normal;
}

/* ============ POPUP PRINCIPAL ============ */
.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
}

/* ============ OVERLAY ============ */
.image-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ============ CONTENEDOR PRINCIPAL ============ */
.image-popup__content {
  position: relative;
  width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
}

/* ============ IMAGEN PRINCIPAL ============ */
.image-popup__image {
  max-width: 100%;
  max-height: 65vh;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* ============ BOTÓN CERRAR ============ */
.image-popup__close {
  position: absolute;
  top: -45px;
  right: -5px;
  color: white;
  font-size: 36px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease;
  background: none;
  border: none;
  outline: none;
}

.image-popup__close:hover {
  transform: scale(1.2);
}

/* ============ FLECHAS DE NAVEGACIÓN ============ */
.image-popup__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.image-popup__arrow:hover {
  opacity: 1;
}

.image-popup__arrow--left {
  left: 10px;
}

.image-popup__arrow--right {
  right: 10px;
}

.image-popup__arrow svg {
  width: 24px;
  height: 24px;
  fill: white;
}

/* ============ GALERÍA DE MINIATURAS ============ */
.image-gallery {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 15px 10px;
  width: 100%;
  max-width: 90vw;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 20px;
  margin: 0 auto;
}

/* Miniaturas */
.gallery-thumbnail {
  width: 70px;
  height: 70px;
  min-width: 70px;
  scroll-snap-align: start;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #2a2a2a;
  position: relative;
}

.gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Estados */
.gallery-thumbnail.active {
  border-color: #ffffff;
  transform: scale(1.05);
}

.gallery-thumbnail:hover:not(.active) {
  border-color: rgba(255, 255, 255, 0.5);
}

.gallery-thumbnail:hover img {
  transform: scale(1.1);
}

/* ============ SCROLLBAR PERSONALIZADA ============ */
.image-gallery::-webkit-scrollbar {
  height: 6px;
}

.image-gallery::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.image-gallery::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.image-gallery::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
  .image-popup__content {
    width: 95%;
  }

  .image-popup__image {
    max-height: 60vh;
  }

  .gallery-thumbnail {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .image-popup__close {
    top: -40px;
    right: 0;
  }

  .image-popup__arrow {
    width: 30px;
    height: 50px;
  }
}

@media (max-height: 700px) {
  .image-popup__image {
    max-height: 55vh;
  }

  .gallery-thumbnail {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
}
/* ===================================================================
   SECCIÓN "DESCUBRE COLECCIONES" - HOME
   =================================================================== */

/* === Escritorio: grid asimétrico (1 grande + 4 chicas) === */
@media (min-width: 1024px) {
  .custom-section-template--22728172536043__collection-list ul.grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr !important;
    gap: 12px !important;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li:first-child {
    grid-row: span 2;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li,
  .custom-section-template--22728172536043__collection-list ul.grid > li .card,
  .custom-section-template--22728172536043__collection-list ul.grid > li .card__media,
  .custom-section-template--22728172536043__collection-list ul.grid > li .card__media a,
  .custom-section-template--22728172536043__collection-list ul.grid > li .card__media img {
    height: 100% !important;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li .card__media img {
    object-fit: cover;
    width: 100%;
  }
}

/* === Texto sobre imagen (todas las tarjetas, todos los tamaños) === */
.custom-section-template--22728172536043__collection-list .card__collection {
  position: relative;
  overflow: hidden;
}
.custom-section-template--22728172536043__collection-list .card__collection .card__media {
  height: 100%;
}
.custom-section-template--22728172536043__collection-list .card__collection .card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 40%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.custom-section-template--22728172536043__collection-list .card__collection .card__info {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  z-index: 2;
  text-align: left !important;
  pointer-events: none;
}
.custom-section-template--22728172536043__collection-list .card__collection .card__info .custom-collection-title,
.custom-section-template--22728172536043__collection-list .card__collection .card__info .card-link {
  color: #FFFFFF !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.custom-section-template--22728172536043__collection-list .card__collection .card__info .custom-collection-links {
  color: #FFFFFF !important;
  pointer-events: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.custom-section-template--22728172536043__collection-list .card__collection .card__info .custom-collection-links svg {
  stroke: #FFFFFF !important;
}

/* === Móvil: layout 2-1-2 + texto debajo === */
@media (max-width: 767px) {
  .custom-section-template--22728172536043__collection-list h2 {
    font-size: 22px !important;
  }
  .custom-section-template--22728172536043__collection-list ul.grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li {
    aspect-ratio: 1 / 1;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li:first-child {
    grid-column: 1 / span 2;
    grid-row: 2;
    aspect-ratio: 16 / 9;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li:nth-child(4),
  .custom-section-template--22728172536043__collection-list ul.grid > li:nth-child(5) {
    grid-row: 3;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li .card,
  .custom-section-template--22728172536043__collection-list ul.grid > li .card__media,
  .custom-section-template--22728172536043__collection-list ul.grid > li .card__media a,
  .custom-section-template--22728172536043__collection-list ul.grid > li .card__media img {
    height: 100% !important;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li .card__media img {
    object-fit: cover;
    width: 100%;
  }
  .custom-section-template--22728172536043__collection-list .card__collection .card__info {
    bottom: 12px;
    left: 14px;
    right: 14px;
  }
  .custom-section-template--22728172536043__collection-list .card__collection .custom-collection-title {
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
  }
  .custom-section-template--22728172536043__collection-list .card__collection .custom-collection-links {
    font-size: 11px !important;
  }
  .custom-section-template--22728172536043__collection-list ul.grid > li:first-child .custom-collection-title {
    font-size: 16px !important;
  }
}
/* ===================================================================
   TRUST BAR - HOME (marquesina infinita + flechas ocultas)
   =================================================================== */

/* === Ocultar Custom HTML/Liquid antiguo si aún quedara === */
.blenom-hidden-section {
  display: none !important;
}

/* === Ocultar flechas de navegación (todos los dispositivos) === */
#shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider-nav,
#shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider-nav__btn,
#shopify-section-template--22728172536043__icons_with_text_jRXt3j .tap-target,
#shopify-section-template--22728172536043__icons_with_text_jRXt3j button[name="prev"],
#shopify-section-template--22728172536043__icons_with_text_jRXt3j button[name="next"],
#shopify-section-template--22728172536043__icons_with_text_jRXt3j .slide-nav,
#shopify-section-template--22728172536043__icons_with_text_jRXt3j .slide-nav--inline {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* === Ocultar items duplicados (5-8) en DESKTOP === */
@media (min-width: 768px) {
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider__item:nth-child(n+5) {
    display: none !important;
  }
}

/* === Trust bar compacta + marquesina continua en MÓVIL === */
@media (max-width: 767px) {
  
  /* Padding reducido del section */
  #template--22728172536043__icons_with_text_jRXt3j.section--padded-small,
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .section--padded-small {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Iconos pequeños */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j svg,
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j img.icon,
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider__item img {
    width: 20px !important;
    height: 20px !important;
  }
  
  /* Título en línea */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j h2,
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j h3,
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .h6 {
    font-size: 13px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    display: inline !important;
    white-space: nowrap !important;
  }
  
  /* Subtítulo en línea con separación sutil */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j p {
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin: 0 0 0 6px !important;
    display: inline !important;
    opacity: 0.85;
    white-space: nowrap !important;
  }
  
  /* === MARQUESINA INFINITA === */
  
  /* Slider: overflow oculto, sin scroll-snap */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider {
    overflow: hidden !important;
    scroll-snap-type: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Grid como flex animable */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider__grid {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-columns: unset !important;
    grid-auto-flow: unset !important;
    width: max-content !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    animation: blenom-trustbar-marquee 30s linear infinite;
  }
  
  /* Cada item: ancho automático + padding lateral */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider__item {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 32px !important;
    white-space: nowrap !important;
  }
  
  /* Animación: deslizar el 50% (los 4 originales), 
     el otro 50% (los 4 duplicados) crea el bucle perfecto */
  @keyframes blenom-trustbar-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  /* Pausar al hacer hover/touch */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider__grid:hover {
    animation-play-state: paused;
  }
}

/* Respeto a prefers-reduced-motion (accesibilidad) */
@media (prefers-reduced-motion: reduce) and (max-width: 767px) {
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .slider__grid {
    animation: none !important;
  }
}
/* ====================================================================
   TARJETA DE PRODUCTO — Estilos consolidados
   ==================================================================== */

.card.card--product .card__linea { display: none !important; }
.card.card--product .card__swatches { display: none !important; }

.card.card--product .card__custom-subtitle {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  font-size: 13px;
  color: #A68967 !important;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 400;
}

/* Estilo precio */
.card.card--product .price .price__from {
  font-size: 12px !important;
  color: #999 !important;
  font-weight: 400 !important;
}

.card.card--product .price .price__was {
  font-size: 13px !important;
  color: #999 !important;
  font-weight: 400 !important;
}

.card.card--product .price .price__current,
.card.card--product .price .custom-price__current {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}
}
/* ====================================================================
   BADGE "Ahorra X€" — Píldora verde marca Blenom
   ==================================================================== */

.card.card--product .product-label--sale,
.product-label--sale {
  background-color: #253327 !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  border: none !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

/* Posicionamiento del badge en la tarjeta */
.card.card--product .product-label-wrapper {
  top: 10px !important;
  left: 10px !important;
}

/* Ocultar el icono SVG dentro del badge */
.card.card--product .product-label--sale svg,
.product-label--sale svg {
  display: none !important;
}
/* ====================================================================
   SECCIÓN ECOFRIENDLY (Logo list) — 3 columnas en móvil
   ==================================================================== */
@media (max-width: 767px) {
  
  /* Forzar el contenedor padre a respetar el ancho del viewport */
  #shopify-section-template--22728172536043__logo_list_ftHYWY .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  
  /* Grid de 3 columnas, sin desbordamiento */
  #shopify-section-template--22728172536043__logo_list_ftHYWY .logo-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Cada item: que respete su columna sin sobresalir */
  #shopify-section-template--22728172536043__logo_list_ftHYWY .logo-list li {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  
  /* El icono respeta el ancho de la columna */
  #shopify-section-template--22728172536043__logo_list_ftHYWY .logo-list img {
    max-width: 100% !important;
    height: auto !important;
  }
}
/* 1. Full width (banner edge-to-edge) */
[selector del slide] {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  max-width: none !important;
}

/* 2. Overlay menos oscuro (de 40% a 20%) */
[selector del slide] .image-overlay,
[selector del slide]::before {
  opacity: 0.2 !important;
}

/* 3. Botón blanco con texto verde oscuro */
[selector del slide] .button,
[selector del slide] a.button,
[selector del slide] button {
  background-color: #FFFFFF !important;
  color: #253327 !important;
  border: none !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
}

[selector del slide] .button:hover {
  background-color: #F4EFE4 !important;
}

/* 4. Más respiración del texto */
[selector del slide] h2,
[selector del slide] h3 {
  margin-bottom: 16px !important;
}

[selector del slide] p {
  line-height: 1.6 !important;
  margin-bottom: 24px !important;
}
/* ===================================================================
   FIX SCROLL HORIZONTAL EN MOBILE — Trust Bar
   =================================================================== */

@media (max-width: 767px) {
  
  /* Contener overflow del section padre del trust bar */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  
  /* Asegurar que el contenedor interno tampoco se sale */
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .cc-icons-with-text,
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j > div,
  #shopify-section-template--22728172536043__icons_with_text_jRXt3j .container {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  
  /* Defensa final: body no debe scrollear horizontal en mobile */
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
}