/** Shopify CDN: Minification failed

Line 18:19 Expected identifier but found whitespace
Line 18:21 Unexpected "{"
Line 18:34 Expected ":"

**/
.ff-apps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ff-card-product {
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: {{ metaobjects.fantastic_colors.white.color.value }};
  padding: 0px 0px;
  overflow: hidden;
}
.ff-card-product__form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 4px;
  margin-top: auto;
}
.ff-card-product__form .ff-product-card_select-subscription {
  width: 100%;
  order: -1;
}
.ff-card-product #ff-product-card--submit {
  --ff-button-font-weight: 500;
  --ff-button-font-size: 18px;
  --ff-button-font-weight--mb: 500;
  --ff-button-font-size--mb: 16px;
}
.ff-card-product #ff-product-card--submit button {
  width: 100%;
}
.ff-card-product__quantity {
  flex-grow: 1;
  height: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D2CEC9;
  border-radius: 100px;
  background: #ffffff;
  padding: 8px 8px;
}
/* Cuando hay selector de suscripción, quantity ocupa 50% */
.ff-card-product__form--has-subscription .ff-card-product__quantity {
  flex: 1 1 calc(50% - 4px);
  min-width: calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.ff-card-product__quantity-btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: none;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease;
}

.ff-card-product__quantity-btn:hover {
  background: rgba(0,0,0,0.04);
  color: #000000;
}

.ff-card-product__quantity-input {
  width: 31px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 1; 
  color: #29241E;
}
.ff-card-product__quantity-input::-webkit-outer-spin-button,
.ff-card-product__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ff-card-product__quantity-input[type=number] {
  -moz-appearance: textfield;
}
.ff-card-product__add-to-cart-btn {
  min-width: calc(50% - 2px);
  flex-grow: 2;
}
.ff-card-product__add-to-cart-btn > div {
  width: 100%;
}
/* Cuando hay selector de suscripción, botón ocupa exactamente 50% */
.ff-card-product__form--has-subscription .ff-card-product__add-to-cart-btn {
  flex: 1 1 calc(50% - 2px);
  min-width: calc(50% - 2px);
  max-width: calc(50% - 2px);
}
.ff-card-product .ff-card-product__image-container {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ff-card-product .ff-card-product__image-container > .ff-card-product__image,
.ff-card-product .ff-card-product__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ff-card-product .ff-card-product__image-container .ff-card-product__image {
  object-fit: cover;
}

.ff-card-product .ff-card-product__image-container > .ff-card-product__image--hover {
  display: none;
}

  .ff-card-product .ff-card-product__image-container:hover > .ff-card-product__image--hover:not(.ff-d-none) {
    display: block;
  }

.ff-card-product .ff-card-product__slider .swiper {
  height: 100%;
}
.ff-card-product .ff-variants-container {
  gap: 10px;
}
.ff-card-product .ff-variant {
  outline: none;
  border: none;
  outline-offset: 0;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}
.ff-card-product .ff-card-product__title-wrapper {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
.ff-card-product .ff-card-product__title {
  display: block;
  color: #191919;
  font-size: 20px;
  font-weight: 500;
  padding-top: 14px;
  padding-bottom: 8px;
  text-decoration: none;
}
.ff-card-product .ff-card-product__title * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.ff-card-product .ff-card-product__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ff-card-product .ff-card-product__description * {
  display: inline;   /* opcional pero ayuda con varios <p> */
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: inherit;
  color: inherit !important;
}
.ff-card-product .ff-card-product__price {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
}
.ff-card-product .ff-card-product__price * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.ff-card-product .ff-card-product__compare-price {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}
.ff-card-product .ff-card-product__compare-price * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.ff-card-product .ff-card-product__price-container {
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 12px;
}
.ff-card-product .ff-card-product__badges {
  top: 15px;
  left: 15px;
  z-index: 10;
  gap: 8px;
}
@media screen and (max-width: 997px) {
  .ff-card-product {
    width: 100%;
    padding: 0px 1px;
  }
  .ff-card-product .ff-card-product__title {
    font-size: 20px;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .ff-card-product .ff-card-product__description {
    font-size: 16px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ff-card-product .ff-card-product__price-container {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .ff-card-product .ff-card-product__price {
    font-size: 16px;
    font-weight: 500;
  }
  .ff-card-product .ff-card-product__compare-price {
    font-size: 16px;
    font-weight: 500;
  }
  .ff-card-product__quantity-input {
    font-size: 16px;
  }
  .ff-card-product__quantity-btn {
    font-size: 14px;
  }
  .ff-card-product__form {
    gap: 4px;
  }
  /* En móvil CON suscripción: todo en columna (3 filas de 100%) */
  .ff-card-product__form--has-subscription .ff-product-card_select-subscription {
    width: 100%;
  }
  .ff-card-product__form--has-subscription .ff-card-product__quantity,
  .ff-card-product__form--has-subscription .ff-card-product__add-to-cart-btn {
    width: 100%;
    flex: 1 1 100%;
    min-width: 100%;
    max-width: 100%;
  }
  /* Container for shimmer overlay */
  .ff-shimmer .ff-card-product {
    position: relative;
    overflow: hidden;
    background: #f6f7f8;
  }

  /* The animated gradient overlay */
  .ff-shimmer .ff-card-product::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: ff-shimmer-move 1.5s infinite;
  }

  .ff-card-product .ff-card-product__badges {
    top: 12px;
    left: 12px;
    gap: 6px;
  }

  /* Animation */
  @keyframes ff-shimmer-move {
    0% {
      left: -150%;
    }
    100% {
      left: 100%;
    }
  }
}