/** Shopify CDN: Minification failed

Line 446:0 Unexpected "}"

**/
.product_bundle {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bundle_item img {
    height: 100px;
    object-fit: contain;
}
.bundle_item h3, .bundle_item h4 {
    font-size: 14px;
    text-align: center;
}
.bundle_add_btn {
    background-color: #232323;
    width: 100%;
    padding: 13px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 15px;
}
.bundle_products img {
    height: 100%;
    width: 60px;
    object-fit: contain;
}
.bundle_products {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    gap: 10px;
}
.bundle_prd_information h4 {
    font-size: 12px;
}
.bundle_prd_information {
    padding: 5px 0;
}
.product_main_bundle {
    margin: 12px 0;
    width: 50%;
}

variant-picker label.opt-label
{
    background-color: #f8f7f7;
    border: 0px;
    border-color: transparent;
    flex-direction: column;
}
variant-picker label.opt-label:hover
{
   background-color: #f8f7f7;
  border-color: rgb(220, 219, 217);
}
variant-picker label.opt-label span
{
    color: #030302;
    font-weight: bold;
}
span.product_variant_style 
{
    display: block;
    padding-top: 7px;
    font-weight: 400 !important;
    font-size: 14px;
}
variant-picker .opt-btn:checked+.opt-label
{
    border-color: rgb(3, 3, 2);
}
span.bundle_product_price_calc 
{
    display: block;
    padding-top: 80px;
    font-weight: 600;
}

@media (max-width: 767px){
  .product_main_bundle 
  {
    width: 100%;
  }
}
/* ---- USP bullets (simple, compatible) ---- */
.product-usps { margin: 10px 0 18px; }

.product-usps__list{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px 18px;
}

.product-usps__item{
  width: 50%;                /* 2 columnas desktop */
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #111;
  font-size: 15px;
  line-height: 1.35;
}

.product-usps__item:before{          /* compatibilidad alta */
  content: "\2713";                  /* ✓ */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #bad3a5;               /* color del badge (cámbialo si quieres) */
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  flex: 0 0 20px;
  margin-top: 1px;
}

@media (max-width: 640px){
  .product-usps__item{ width: 100%; } /* 1 columna en mobile */
}
/* 2 columnas en PC, 1 columna en celular */
.product-usps__list{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* PC */
  gap: 10px 18px;
}
.product-usps__item{
  width: auto !important; /* anula el 50% anterior */
}

@media (max-width: 640px){
  .product-usps__list{
    grid-template-columns: 1fr !important; /* Celular */
  }
}
/* Heredar tipografía y estilos del texto del producto */
.product-usps,
.product-usps__item{
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;   /* usa el mismo color (y opacidad) que el resto */
}
/* Cards debajo de la galería */
.left-feature-cards{ width:100%; margin-top:16px; font: inherit; color: inherit; }
.lfc__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:12px;
}
.lfc__card{
  background:#bad3a5;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:14px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.lfc__icon{
  width:36px; height:36px; border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#bad3a5; color:#fff; font-weight:700; font-size:18px;
}
.lfc__title{ font-weight:600; font-size:14px; margin:0; }
.lfc__desc{ font-size:12px; line-height:1.35; margin:0; opacity:.85; }

/* Responsivo */
@media (max-width: 1200px){ .lfc__grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .lfc__grid{ grid-template-columns: 1fr; } }
/* Mover los 4 cards debajo de las fotos (desktop), y dejarlos en su lugar en mobile */

.left-feature-cards{ width:100%; margin-top:16px; font: inherit; color: inherit; }
.lfc__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:12px;
}
.lfc__card{
  background:#f6f7f8;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:14px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.lfc__icon{
  width:36px; height:36px; border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#bad3a5; color:#fff; font-weight:700; font-size:18px;
}
.lfc__title{ font-weight:600; font-size:16px; margin:0; }
.lfc__desc{ font-size:14px; line-height:1.35; margin:0; opacity:.85; }

/* Responsivo */
@media (max-width: 1200px){ .lfc__grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){ .lfc__grid{ grid-template-columns: 1fr; } }
.product-payment-icons {
  margin-top: 20px;
  text-align: center;
}

.product-payment-icons {
  margin-top: 1.5rem;
  text-align: center; /* centrado por defecto (mobile) */
}

.product-payment-icons__list {
  display: flex;
  justify-content: center; /* centrado por defecto */
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.product-payment-icons__list img {
  max-height: 28px;
  width: auto;
  transition: opacity 0.2s ease;
  opacity: 0.9;
}

.product-payment-icons__list img:hover {
  opacity: 1;
}

.product-payment-icons__text {
  font-size: 0.9rem;
  color: #555;
  text-align: center; /* centrado por defecto */
}

/* --- Desktop alignment fix --- */
@media (min-width: 768px) {
  .product-payment-icons {
    text-align: left; /* alinea todo el bloque a la izquierda */
  }

  .product-payment-icons__list {
    justify-content: flex-start; /* íconos alineados a la izquierda */
  }

  .product-payment-icons__text {
    text-align: left; /* texto alineado con los íconos */
  }
}
/* Homepage hero headline only */
.template-index h1 {
  text-transform: none !important;
}
/* --- Product value subtitle --- */
/* ---------------------------------
   Product value subtitle (CRO)
---------------------------------- */

.product-subtitle {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
  line-height: 1.35;
}

/* ---------- Micro badges ---------- */

.product-subtitle .value-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 6px;
  white-space: nowrap;
}

/* Try */
.value-tag.try {
  background: #f0f0f0;
  color: #555;
}

/* Most chosen */
.value-tag.best {
  background: #ffe8cc;
  color: #a85b00;
}

/* Lowest price */
.value-tag.lowest {
  background: #e6f4ea;
  color: #1e7f4d;
}

/* Star for “Most chosen” */
.value-tag.best::before {
  content: "★";
  font-size: 11px;
  line-height: 1;
}

/* ---------- Per-pair price ---------- */

.product-subtitle .per-pair {
  display: none !important;
}


/* Desktop emphasis only */
@media (min-width: 768px) {
  .product-subtitle .per-pair {
    font-weight: 600;
  }
}

/* ---------- Savings + shipping (same green) ---------- */

.product-subtitle .savings {
  display: none !important;
}


/* Desktop emphasis */
@media (min-width: 768px) {
  .product-subtitle .savings,
  .product-subtitle .shipping-bonus {
    font-weight: 500;
  }
}
.product-block__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* centers both lines */
  text-align: center;      /* ensures text is centered */
  line-height: 1.25;
  gap: 0.25rem;
}

.product-block__title span {
  white-space: nowrap;
}

/* Optional: slightly soften pack line */
.product-block__title .title-pack {
  opacity: 0.85;
}

/* --- Rotation product title (FINAL) --- */
.product-card-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35em;
  text-align: center;
  line-height: 1.25;
}

.product-title-main {
  font-weight: 500;
  white-space: nowrap;
}

.product-title-pack {
  font-weight: 400;
  opacity: 0.8;
  white-space: nowrap; /* keeps 6-Pack together */
}
/* Mobile only: tighten spacing and allow Pack + badge to sit nicely */
@media (max-width: 640px) {
  .product-card-title {
    row-gap: 0.2em;
  }

  .product-title-pack {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
}
/* --- Value badge inside title --- */
.product-title-badge {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  background: #ffe8cc;
  color: #a85b00;
  white-space: nowrap;
}

/* Mobile: group badge + pack on second line */
@media (max-width: 640px) {
  .product-card-title {
    row-gap: 0.2em;
  }

  .product-title-badge,
  .product-title-pack {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
}
/* Mobile: hide legacy value badge under price */
@media (max-width: 640px) {
  .product-subtitle .value-tag {
    display: none;
  }
}
@media (max-width: 640px) {
  .product-card-title 

    row-gap: 0.2em;
  }

  .product-title-pack,
  .product-card-title .value-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
}
/* Desktop: hide badge inside title (keep only price badge) */
@media (min-width: 641px) {
  .product-card-title .value-tag {
    display: none;
  }
}

/* Remove duplicate value badge under title */
.product-subtitle .value-tag {
  display: none !important;
}

/* Stronger product card price */
.product-price .price__current {
  font-size: 20px !important;
  font-weight: 600 !important;
  display: block;
  margin-top: 6px;
}

.product-title-line {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.product-title-badge-line {
  margin-top: 4px;
  text-align: center;
}

/* Force stacked title structure on desktop */
.product-card-title {
  display: flex;
  flex-direction: column !important;
  align-items: center;
}

/* Force vertical stacking */
.product-title-line {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  gap: 3px;
}

/* Pack size */
.product-title-pack {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

/* Savings line (same size as pack) */
.product-title-savings {
  display: block;
  font-size: 14px;   /* same as pack */
  font-weight: 500;  /* same as pack */
  margin-top: 2px;
  opacity: 0.85;
}

/* Highlight for 12-pack */
.product-title-savings--highlight {
  color: #ff6a13;
  font-weight: 600;
  opacity: 1;
}

