/** Shopify CDN: Minification failed

Line 786:1 Expected "}" to go with "{"

**/
.premium-phrase {
  font-size: 13.5px;
  color: #9C8A4D;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
  opacity: 0.85;
  line-height: 1.4;
}
/* ================================
   DESTELLO DE ORO - TIPOGRAFÍA RESPONSIVA
================================ */

/* TÍTULO DE COLECCIÓN */
.collection-title,
h1.collection-title,
.collection-hero__title,
.collection-title-text,
h1 {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

/* SUBTÍTULO DE COLECCIÓN */
.collection-subtitle,
.collection-description,
.collection-hero__description,
.collection-text {
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 400;
  color: #666;
  line-height: 1.5;
}

/* TÍTULO DE PRODUCTO */
.product-title,
.card__heading,
.product-card__title,
h2.product-title,
.product__title {
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 500;
  line-height: 1.3;
}
/* 💎 BOTÓN WHATSAPP - TAMAÑO IDEAL (SeedGrow) */
.wa__btn_popup .wa__btn_popup_icon {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
}

/* Posición más elegante (no tapa productos) */
.wa__btn_popup {
  right: 14px !important;
  bottom: 18px !important;
}

/* Icono interno */
.wa__btn_popup_icon svg,
.wa__btn_popup_icon img {
  width: 22px !important;
  height: 22px !important;
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .wa__btn_popup .wa__btn_popup_icon {
    width: 42px !important;
    height: 42px !important;
  }

  .wa__btn_popup {
    right: 10px !important;
    bottom: 14px !important;
  }
/* ===============================
   BOTONES PREMIUM - VIP JOYERÍA
   =============================== */

/* Selector de cantidad */
.quantity {
  border: 2px solid #1f3b5c !important; /* azul marca */
  border-radius: 30px !important;
  padding: 6px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: #fff !important;
}

.quantity__button {
  color: #3a3a3a !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.2s ease !important;
}

.quantity__button:hover {
  background: #efe3b6 !important;
  opacity: 0.85 !important;
}

.quantity__input {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #3a3a3a !important;
  width: 30px !important;
  text-align: center !important;
  border: none !important;
  background: transparent !important;
}

/* Botón Añadir al carrito (DORADO) */
.product-form__submit {
  background: #efe3b6 !important; /* dorado */
  color: #9C8A4D !important;
  opacity: 0.85 !important;
  border-radius: 999px !important;
  padding: 16px 20px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.5px !important;
  border: none !important;
  width: 100% !important;
  margin-top: 12px !important;
  transition: all 0.2s ease !important;
}

.product-form__submit:hover {
  background: #f5eddc !important;
  transform: translateY(-1px);
}

/* Botón Comprar ahora */
.shopify-payment-button__button {
  background: #e3cd84 !important; /* azul marca */
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 16px 20px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.5px !important;
  border: none !important;
  width: 100% !important;
  margin-top: 10px !important;
  transition: all 0.2s ease !important;
}

.shopify-payment-button__button:hover {
  background: #e3cd84 !important;
  transform: translateY(-1px);
}
/* ==================================
   FIX DEFINITIVO BORDE CUADRADO
   ================================== */

/* quitar bordes internos del selector de cantidad */
.quantity *,
.quantity fieldset,
.quantity input,
.quantity button,
.quantity__wrapper,
.quantity__container {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* quitar borde del navegador (especial iPhone) */
.quantity input[type="number"] {
  -webkit-appearance: none !important;
  appearance: none !important;
}

/* asegurar que solo el borde redondo se vea */
.quantity {
  border: 1.5px solid #d8b76a !important;
  border-radius: 999px !important;
  overflow: hidden !important; /* 🔥 clave */
}
.quantity input,
.quantity button {
  background: transparent !important;
  border-radius: 999px !important;
}
/* =====================================
   FIX DEFINITIVO SELECTOR DE CANTIDAD
   ===================================== */

/* quitar cualquier borde interno */
.quantity,
.quantity * {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* contenedor real del selector */
.quantity {
  border: 1.6px solid #d6c37a !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* botones + y - */
.quantity__button {
  background: transparent !important;
  border: none !important;
  border-radius: 999px !important;
  color: #2b2b2b
}

/* input número */
.quantity__input {
  background: transparent !important;
  border: none !important;
  text-align: center !important;
  -webkit-appearance: none !important;
  color: #2b2b2b
}

/* eliminar borde invisible del tema */
.quantity::before,
.quantity::after {
  display: none !important;
}
/* ===============================
   FIX DEFINITIVO BORDES CUADRADOS
   =============================== */

/* Selector de cantidad */
.quantity {
  border-radius: 999px !important;
  overflow: hidden !important;
  border: 2px solid #d6c37a !important;
  box-shadow: none !important;
}

/* Quitar bordes internos del selector */
.quantity__input,
.quantity__button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Quitar pseudo-elementos del selector */
.quantity::before,
.quantity::after,
.quantity__button::before,
.quantity__button::after {
  display: none !important;
}

/* Botón Añadir al carrito */
.product-form__submit {
  border-radius: 999px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Botón Comprar ahora */
.shopify-payment-button__button {
  border-radius: 999px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Quitar bordes internos Shopify */
.product-form__submit::before,
.product-form__submit::after,
.shopify-payment-button__button::before,
.shopify-payment-button__button::after {
  display: none !important;
}
/* =========================
   CANTIDAD - BORDE PREMIUM
   ========================= */

/* borde normal */
.quantity,
.quantity * {
  border-color: #d6c37a !important;
}

/* contenedor principal */
.quantity {
  border: 2px solid #d6c37a !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  outline: none !important;
}

/* focus / activo */
.quantity:focus-within {
  border-color: #e6cf8b !important;
  box-shadow: 0 0 0 2px rgba(230, 207, 139, 0.25) !important;
}

/* input cantidad */
.quantity__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* botones + y - */
.quantity__button {
  border: none !important;
  background: transparent !important;
}
/* =========================
   VARIANTES PREMIUM JOYERÍA
   ========================= */

/* estilo base de las opciones */
.product-form__input input[type="radio"] + label {
  border: 1.5px solid #d4af6a !important;
  color: #2b2b2b !important;
  background: #fff !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease;
}

/* hover (cuando pasas el dedo/mouse) */
.product-form__input input[type="radio"] + label:hover {
  border-color: #2b2b2b !important;
  color: #efe6d1 !important;
}

/* opción seleccionada (ACTIVA) */
.product-form__input input[type="radio"]:checked + label {
  background: #d4af6a !important;
  border-color: #d4af6a !important;
  color: #ffffff !important;
  box-shadow: 0 6px 14px rgba(227, 205, 132, 0.35);
}
/* FONDO BLANCO CÁLIDO PARA VARIANTES */
.product-form__input input[type="radio"] + label {
  background: #fafaf8 !important; /* blanco cálido */
}
/* Recently viewed premium */
.recent-item .info {
  padding: 10px 6px;
}

.rv-title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
  margin-bottom: 4px;
}

.rv-price {
  font-size: 15px;
  font-weight: 700;
  color: #d8b76a; /* tu dorado premium */
}
/* quitar puntos fantasma en cards de productos */
.caption-large:empty {
  display: none !important;
}

.caption-large {
  min-height: 0 !important;
}
.related-products .card-information *::before,
.related-products .card-information *::after {
  content: "" !important;
  display: none !important;
}
.caption-large.light {
  display: none !important;
}
.card-information ul,
.card-information li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.card-information li::marker {
  display: none !important;
  content: "" !important;
}

.card-information li::before {
  content: "" !important;
}
/* Spotlight - hover con dedo en móvil */
@media (max-width: 768px) {
  .media--hover-effect img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .media--hover-effect.is-hover img:nth-child(1) {
    opacity: 0;
  }

  .media--hover-effect.is-hover img:nth-child(2) {
    opacity: 1;
  }
}
/* === Spotlight: mostrar segunda imagen al pasar el dedo === */

/* segunda imagen oculta por defecto en móvil */
@media (max-width: 768px) {
  .card__media img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .card__inner.is-touch img:nth-child(1) {
    opacity: 0;
  }

  .card__inner.is-touch img:nth-child(2) {
    opacity: 1;
  }
}
/* === Spotlight: hover con dedo en celular === */
@media (max-width: 768px) {

  /* usamos el mismo efecto hover del tema */
  .product-card-wrapper.is-touch .media img:first-child {
    opacity: 0 !important;
  }

  .product-card-wrapper.is-touch .media img:nth-child(2) {
    opacity: 1 !important;
  }
}
/* Animación lenta entre imágenes - Spotlight */
.card__inner .media img {
  transition: opacity 1s ease-in-out !important;
}
/* ===== INICIALES PREMIUM ===== */

.initials-wrapper {
  margin-top: 18px;
}

.initials-title {
  font-weight: 500;
  margin: 14px 0 6px;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #222;
}

.initials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.initial-btn {
  min-width: 42px;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px; /* menos redondo */
  border: 2px solid rgba(200, 169, 106, 0.6); /* borde fino */
  background: transparent;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.18s ease;
}

/* hover suave */
.initial-btn:hover {
  border-color: #c8a96a;
  background: rgba(200, 169, 106, 0.08);
}

/* seleccionado premium */
.initial-btn.active {
  background: #c8a96a;
  color: #fff;
  border-color: #c8a96a;
  box-shadow: 0 4px 12px rgba(200, 169, 106, 0.25);
}
/* =========================
   PREMIUM RELATED PRODUCTS ✨
========================= */

.premium-related-products {
  margin: 40px 0;
  font-family: "Inter", sans-serif;
}

.premium-related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  color: #111;
}

/* SLIDER PREMIUM */
.premium-related-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: none;
}

.premium-related-grid::-webkit-scrollbar {
  display: none;
}

/* CARD PRODUCTO - MÓVIL */
.premium-related-card {
  flex: 0 0 auto;
  width: 160px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.35s ease;
}

.premium-related-card:hover {
  transform: translateY(-4px);
}

/* IMAGEN */
.premium-related-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f7f7;
}

.premium-related-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.premium-related-card:hover img {
  transform: scale(1.05);
}

/* NOMBRE PRODUCTO */
.premium-related-name {
  font-size: 13px;
  margin: 10px 0 6px;
  line-height: 1.35;
  color: #222;
  font-weight: 500;
}

/* PRECIOS */
.premium-related-price {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.premium-related-old {
  font-size: 11px;
  color: #9b9b9b;
  text-decoration: line-through;
  font-weight: 400;
}

.premium-related-current {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.2px;
}

/* 💻 DESKTOP - MÁS COMPACTO */
@media (min-width: 768px) {
  .premium-related-products {
    margin: 50px auto;
    max-width: 1200px;
  }

  .premium-related-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .premium-related-grid {
    gap: 18px;
    overflow-x: hidden;
    justify-content: flex-start;
  }

  .premium-related-card {
    width: 180px;
  }

  .premium-related-name {
    font-size: 13.5px;
  }

  .premium-related-old {
    font-size: 12px;
  }

  .premium-related-current {
    font-size: 15px;
  }
}
/* FORCE UPDATE */
.premium-related-card {
  max-width: 180px !important;
}

@media (min-width: 768px) {
  .premium-related-card {
    width: 180px !important;
    max-width: 180px !important;
  }
  
  .premium-related-image img {
    max-height: 180px !important;
  }
}
/* Ocultar recomendados en desktop */
@media (min-width: 749px) {
  .premium-related-products,
  section.premium-related-products {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
/* ======================================================
   YMQ PERSONALIZACIÓN – DISEÑO PREMIUM CONTROLADO
   ====================================================== */

/* =========================
   🎨 VARIABLES (solo cambias aquí)
   ========================= */
:root {
  --ymq-beige: #9c8468;      /* color principal */
  --ymq-beige-light: #d9c3a7; /* borde */
  --ymq-beige-soft: #b89c7a;  /* placeholder */
  --ymq-brown: #7a5a3a;       /* texto input */
  --ymq-focus: #c9a96a;       /* foco */
}

/* =========================
   🏷️ TÍTULOS (Nombre / Fecha)
   ========================= */
.ymq-option-title,
.ymq-option-header,
.ymq-options-box h6,
ymq-option label,
ymq-option h6 {
  color: var(--ymq-beige) !important;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}

/* =========================
   📦 CONTENEDOR DE CADA OPCIÓN
   ========================= */
ymq-option {
  margin-bottom: 16px; /* ✨ más aire entre campos */
}

/* =========================
   ✍️ INPUTS (Nombre / Fecha)
   ========================= */
ymq-option input,
ymq-option textarea {
  color: var(--ymq-brown) !important;
  border: 1.6px solid var(--ymq-beige-light) !important;
  border-radius: 14px; /* ✨ más suave y premium */
  font-size: 15px;
  padding: 12px 14px;
  background-color: #fff;
  transition: all 0.2s ease;
}

/* =========================
   ✨ EFECTO FOCUS
   ========================= */
ymq-option input:focus,
ymq-option textarea:focus {
  outline: none;
  border-color: var(--ymq-focus) !important;
  box-shadow: 0 0 0 2px rgba(201,169,106,0.15);
}

/* =========================
   📝 PLACEHOLDER
   ========================= */
ymq-option input::placeholder,
ymq-option textarea::placeholder {
  color: var(--ymq-beige-soft) !important;
  font-size: 14px; /* ✨ tamaño correcto */
}

/* =========================
   📱 MOBILE AJUSTES
   ========================= */
@media (max-width: 768px) {
  ymq-option input,
  ymq-option textarea {
    font-size: 14px;
  }

  .ymq-option-title,
  ymq-option-header,
  ymq-options-box h6,
  ymq-option label {
    font-size: 14px;
  }
}

/* =========================
   📢 AVISO SUPERIOR (no wrap)
   ========================= */
.utility-bar__grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center;
  white-space: nowrap;
}

.utility-bar__grid p,
.utility-bar__grid span {
  white-space: nowrap;
}
.inventory-alert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #b83232; /* rojo elegante */
}

.inventory-badge {
  display: flex;
  align-items: center;
}

.inventory-text {
  line-height: 1;
}