/* Contenedor y grid (premium) */
.gp_product_premium_card_container {
  width: 100%;
}

.gp_product_premium_gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

/* Filtro por género (píldoras) */
.gp-products-gallery-filtersRow {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

.gp-products-gallery-genderFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0;
}

.gp-products-gallery-genderFilter__pill {
  appearance: none;
  border: 1px solid rgba(59, 42, 130, 0.18);
  background: #fff;
  color: #3b2a82;
  border-radius: 12px;
  padding: 10px 16px;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease,
    box-shadow 0.15s ease, transform 0.05s ease;
}

.gp-products-gallery-genderFilter__pill:hover {
  border-color: rgba(59, 42, 130, 0.28);
  box-shadow: 0 6px 18px rgba(59, 42, 130, 0.12);
}

.gp-products-gallery-genderFilter__pill:active {
  transform: translateY(1px);
}

.gp-products-gallery-genderFilter__pill.is-active {
  background: #3b2a82;
  border-color: #3b2a82;
  color: #fff;
  box-shadow: 0 8px 22px rgba(59, 42, 130, 0.25);
}

.gp-products-gallery-genderFilter__pill:focus-visible {
  outline: 3px solid rgba(59, 42, 130, 0.25);
  outline-offset: 2px;
}

/* Ordenar por (derecha) */
.gp-products-gallery-sort {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gp-products-gallery-sort__label {
  color: #7a719b;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.gp-products-gallery-sort__select {
  appearance: none;
  border: 1px solid rgba(122, 113, 155, 0.35);
  background: #fff;
  color: #3b2a82;
  border-radius: 12px;
  padding: 10px 38px 10px 14px;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  position: relative;
  box-shadow: 0 6px 18px rgba(59, 42, 130, 0.08);
  background-image: linear-gradient(45deg, transparent 50%, #7a719b 50%),
    linear-gradient(135deg, #7a719b 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) calc(50% - 2px),
    calc(100% - 13px) calc(50% - 2px), 100% 0;
  background-size: 6px 6px, 6px 6px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.gp-products-gallery-sort__select:focus-visible {
  outline: 3px solid rgba(59, 42, 130, 0.25);
  outline-offset: 2px;
}

.gp_product_premium_gallery--cols-1 {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.gp_product_premium_gallery--cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.gp_product_premium_gallery--cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.gp_product_premium_gallery--cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

/* Card wrapper (grid item) */
.gp_product_premium_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 340px;
  max-width: none;
  position: relative;
  font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  text-decoration: none !important;
}

/* Nuevo diseño de card (alineado a gp_wooproducts) */
.gp_product_premium_card .gp_wooproduct_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  color: #111827;
}

.gp_product_premium_card .gp_wooproduct_card:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 48, 103, 0.35);
}

.gp_product_premium_card .gp_wooproduct_card__discount {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 16px;
  padding: 6px 10px;
  border-radius: 10px;
  background: #ff3067;
  color: white;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* Figure e imagen */
.gp_product_premium_card .gp_wooproduct_card__figure {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
}

.gp_product_premium_card .gp_product_premium_card__image--placeholder,
.gp_product_premium_card
  .gp_wooproduct_card__image.gp_product_premium_card__image--placeholder {
  min-height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f4ff;
  color: #7a719b;
  font-size: 14px;
}

.gp_product_premium_card .gp_wooproduct_card__info {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.88);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease-in-out, transform 220ms ease-in-out;
  will-change: opacity, transform;
}

.gp_product_premium_card .gp_wooproduct_card__colors {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.gp_product_premium_card .gp_wooproduct_card__color {
  border-radius: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #3b2a82;
  flex-shrink: 0;
}

.gp_product_premium_card .gp_wooproduct_card__color_label {
  color: #3b2a82;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.gp_product_premium_card .gp_wooproduct_card__sizes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.gp_product_premium_card .gp_wooproduct_card__size {
  color: #3b2a82;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.gp_product_premium_card .gp_wooproduct_card__size_label {
  color: #3b2a82;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.gp_product_premium_card .gp_wooproduct_card__more {
  color: #3b2a82;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 600;
}

@media (hover: hover) and (pointer: fine) {
  .gp_product_premium_card .gp_wooproduct_card__info {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
  }

  .gp_product_premium_card .gp_wooproduct_card:hover .gp_wooproduct_card__info {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.gp_product_premium_card .gp_wooproduct_card__image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.gp_product_premium_card .gp_wooproduct_card__detail {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.gp_product_premium_card .gp_wooproduct_card__title {
  margin: 0;
  padding: 0;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #3b2a82;
}

.gp_product_premium_card .gp_wooproduct_card__prices {
  display: flex;
  flex-direction: column;
}

.gp_product_premium_card .gp_wooproduct_card__price-before {
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.gp_product_premium_card .gp_wooproduct_card__price-now {
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #ff3067;
}

.gp_product_premium_card .gp_wooproduct_card__price-tax {
  font-weight: 700;
  color: #6b7280;
}

.gp_product_premium_card .gp_wooproduct_card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 4px;
  width: 100%;
  align-self: stretch;
}

.gp_product_premium_card .gp_wooproduct_card__btn-details,
.gp_product_premium_card .gp_wooproduct_card__btn-customize {
  appearance: none;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  text-decoration: none !important;
  width: 100%;
  text-align: center;
  align-self: stretch;
}

.gp_product_premium_card .gp_wooproduct_card__btn-details {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #7a719b;
  border: 1px solid rgba(122, 113, 155, 0.35);
}

.gp_product_premium_card .gp_wooproduct_card__btn-details:hover {
  border-color: rgba(122, 113, 155, 0.6);
}

.gp_product_premium_card .gp_wooproduct_card__btn-customize {
  display: block;
  width: 100%;
  text-align: center;
  background: #ff3067;
  color: #ffffff;
  border: 1px solid #ff3067;
}

.gp_product_premium_card .gp_wooproduct_card__btn-customize:hover {
  filter: brightness(1.05);
}

@media (max-width: 767px) {
  .gp_product_premium_gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .gp_product_premium_card {
    max-width: 100%;
  }
}


/*# sourceMappingURL=gp_products_gallery.min.css.map*/