.loq-pdp-inclusions-card {
  display: flex;
  flex-direction: column;
  background: #f8fafc; /* Fondo widget sutil */
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  padding: 20px;
  margin-top: 24px;
  line-height: 1.5;
}

.loq-pdp-inclusions-text {
  font-size: 14px;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.loq-valstack-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.loq-valstack-icon {
  width: 18px;
  height: 18px;
  color: #5a4bde; /* Acento violeta tech */
  stroke-width: 1.5px;
  flex-shrink: 0;
}

.loq-valstack-title {
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.loq-valstack-items {
  color: #475569;
  font-weight: 500;
  padding-left: 28px;
}

.loq-valstack-savings {
  display: none !important;
}

/* ============================================================
   SHIPPING DYNAMIC REFINEMENT
   ============================================================ */

.lq-shipping-dynamic {
  margin-top: 24px;
  padding-bottom: 8px;
}

.lq-shipping-dynamic__main {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #5a4bde; /* Violeta tech */
}

.lq-shipping-dynamic__icon {
  width: 20px;
  height: 20px;
  stroke: #5a4bde;
  stroke-width: 1.8px;
  flex-shrink: 0;
}

.lq-shipping-dynamic__sub {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
  padding-left: 30px;
}
/* ============================================================
   PRICE BOX REFINEMENT (Apple Style)
   ============================================================ */

.lqsp-priceflow {
  margin: 0;
  padding: 0;
}

.lq-price-main {
  font-size: 24px;
  font-weight: 700;
  color: #1D1D1F;
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

.lq-currency-symbol {
  font-size: 16px;
  font-weight: 400;
  margin-top: 2px;
}

.lqsp-price-usd {
  font-size: 12px;
  font-weight: 400;
  color: #86868B;
  margin-top: 6px;
  letter-spacing: 0.01em;
}

/* Desktop override */
@media (min-width: 981px) {
  .lq-price-main {
    font-size: 32px;
  }
  .lq-currency-symbol {
    font-size: 20px;
  }
  .lqsp-price-usd {
    font-size: 14px;
  }
}
