/* Compra directa — diseño-compra-directa.jpeg */

.svm-comprar-body .svm-header--comprar {
  background: #111;
}

.svm-header__comprar-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.svm-header__bases {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
}

.svm-header__bases:hover { color: #fff !important; }

.svm-header__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1.1rem;
  border-radius: 0.45rem;
  background: var(--svm-orange);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.svm-header__buy:hover { background: var(--svm-orange-hover); }

.svm-footer--comprar .svm-footer__bottom {
  border-top: 0;
}

.svm-footer__bottom-inner--center {
  justify-content: center;
  text-align: center;
}

.dc2-page { background: #fff; color: var(--svm-ink); }

/* Hero ss2 */
.dc2-hero {
  background:
    radial-gradient(ellipse 50% 65% at 82% 40%, rgba(255, 90, 31, 0.35), transparent 62%),
    linear-gradient(180deg, #1a1410 0%, #121212 45%, #0e0e0e 100%);
  color: #fff;
  padding: 3.25rem 0 3.5rem;
  overflow: hidden;
}

.dc2-hero__inner {
  position: relative;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 960px) {
  .dc2-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.75rem;
  }
}

.dc2-hero__copy {
  min-width: 0;
  max-width: 34rem;
}

.dc2-hero__badge {
  display: inline-flex;
  margin-bottom: 1.35rem;
  padding: 0.42rem 0.9rem;
  border-radius: 0.3rem;
  background: var(--svm-orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dc2-hero__title {
  margin: 0;
  display: grid;
  gap: 0.2rem;
  max-width: 100%;
  font-size: clamp(2.1rem, 4.4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.dc2-hero__title-main {
  display: block;
  max-width: 100%;
  color: #fff !important;
  white-space: normal;
  overflow-wrap: break-word;
}

.dc2-hero__title-accent {
  display: block;
  max-width: 22rem;
  color: var(--svm-orange) !important;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  white-space: normal;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.dc2-hero__sub {
  margin: 1.35rem 0 0;
  max-width: 28rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
}

.dc2-hero__price {
  margin: 1.75rem 0 0;
}

.dc2-hero__price-from {
  display: block;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}

.dc2-hero__price-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.5rem;
}

.dc2-hero__price-value {
  color: var(--svm-orange) !important;
  font-size: clamp(2.5rem, 4.8vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

.dc2-hero__price-value .woocommerce-Price-amount,
.dc2-hero__price-value .amount {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.dc2-hero__price-unit {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.dc2-hero__price-each {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 500;
}

.dc2-qty {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 1.25rem 0 0;
}

.dc2-qty__caption {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dc2-qty__stepper {
  display: inline-flex;
  align-items: center;
  height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.55rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.dc2-qty__btn {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.65rem;
  color: #fff !important;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
}

.dc2-qty__btn:hover {
  background: rgba(255, 90, 31, 0.22);
  color: #fff !important;
}

.dc2-qty__btn.is-disabled {
  color: rgba(255, 255, 255, 0.28) !important;
  pointer-events: none;
}

.dc2-qty__value {
  min-width: 2.1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.dc2-hero__cta {
  display: inline-flex;
  margin-top: 1.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3.15rem;
  padding: 0.85rem 1.55rem;
  border-radius: 0.5rem;
  background: var(--svm-orange);
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.dc2-hero__cta-arrow {
  font-size: 1.1em;
  line-height: 1;
}

.dc2-hero__cta:hover { background: var(--svm-orange-hover); }

.dc2-qty + .dc2-hero__cta {
  margin-top: 1.15rem;
}

.dc2-hero__trust {
  list-style: none;
  margin: 1.85rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.dc2-hero__trust::-webkit-scrollbar { display: none; }

.dc2-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  flex: 0 0 auto;
}

.dc2-hero__trust li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  padding-right: 0.85rem;
  margin-right: 0.85rem;
}

.dc2-hero__trust-icon {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  color: var(--svm-orange) !important;
  display: inline-flex;
}

.dc2-hero__trust-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  color: var(--svm-orange) !important;
  stroke: var(--svm-orange) !important;
  fill: none !important;
}

.dc2-hero__trust-icon svg [stroke] {
  stroke: var(--svm-orange) !important;
}

.dc2-hero__trust-icon svg [fill="currentColor"] {
  fill: var(--svm-orange) !important;
}

.dc2-hero__media {
  position: relative;
  min-height: 16rem;
  z-index: 1;
}

.dc2-hero__media img,
.dc2-hero__placeholder {
  width: 100%;
  max-height: 26rem;
  object-fit: contain;
  display: block;
  margin-left: auto;
}

.dc2-hero__placeholder {
  min-height: 18rem;
  border-radius: 1rem;
  background: linear-gradient(145deg, #2a2a2a, #151515);
}

/* Sello fuera del contenedor de la imagen, esquina superior derecha del hero */
.dc2-hero__seal {
  position: absolute;
  top: -0.35rem;
  right: -0.15rem;
  z-index: 5;
  width: 7.75rem;
  height: 7.75rem;
  pointer-events: none;
}

@media (min-width: 960px) {
  .dc2-hero__seal {
    top: -0.5rem;
    right: 0;
    width: 8.75rem;
    height: 8.75rem;
  }
}

.dc2-hero__seal-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.dc2-hero__seal-text {
  fill: #fff;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

/* Premios ss2: sección blanca + panel oscuro contenido */
.dc2-prizes {
  background: #fff;
  color: #fff;
  padding: 1.75rem 0 1.25rem;
}

.dc2-prizes__panel {
  background: #141414;
  border-radius: 1rem;
  padding: 1.6rem 1.25rem 1.45rem;
}

@media (min-width: 860px) {
  .dc2-prizes__panel {
    padding: 1.85rem 1.75rem 1.65rem;
  }
}

.dc2-prizes__title {
  margin: 0 0 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: center;
}

.dc2-prizes__title-text {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.dc2-prizes__rule {
  display: block;
  width: 2.75rem;
  height: 2px;
  background: var(--svm-orange);
  border-radius: 999px;
  flex: 0 0 auto;
}

@media (min-width: 860px) {
  .dc2-prizes__rule { width: 4.5rem; }
}

.dc2-prizes__grid {
  display: grid;
  gap: 1rem 1.25rem;
}

@media (min-width: 860px) {
  .dc2-prizes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.dc2-prize {
  display: grid;
  grid-template-columns: 5.75rem 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
}

.dc2-prize__media {
  position: relative;
  border-radius: 0.65rem;
  overflow: visible;
  background: #0d0d0d;
  aspect-ratio: 1;
}

.dc2-prize__media img,
.dc2-prize__ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.65rem;
}

.dc2-prize__ph {
  background: linear-gradient(145deg, #2a2a2a, #121212);
}

.dc2-prize__rank {
  position: absolute;
  top: -0.35rem;
  left: -0.35rem;
  z-index: 1;
  min-width: 1.85rem;
  height: 1.85rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 900;
  color: #111;
  background: linear-gradient(160deg, #f5d76e, #d4af37 55%, #b8860b);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.dc2-prize__rank--2 {
  background: linear-gradient(160deg, #f0f0f0, #c0c0c0 55%, #9e9e9e);
  color: #111;
}

.dc2-prize__rank--3 {
  background: linear-gradient(160deg, #e0a06a, #cd7f32 55%, #a05a2c);
  color: #111;
}

.dc2-prize__body {
  min-width: 0;
}

.dc2-prize__name {
  margin: 0 0 0.55rem;
  display: grid;
  gap: 0.1rem;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.25;
}

.dc2-prize__name strong,
.dc2-prize__name span {
  font-weight: 700;
  color: #fff;
}

.dc2-prize__label {
  display: inline-flex;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

.dc2-prize__label--1 {
  background: var(--svm-orange);
  color: #fff;
}

.dc2-prize__label--2 {
  background: #3a3a3a;
  color: #fff;
}

.dc2-prize__label--3 {
  background: #6b3f24;
  color: #fff;
}

/* Specs ss2: panel gris claro, iconos naranja, texto bold */
.dc2-specs {
  background: #fff;
  padding: 1.5rem 0 0.75rem;
}

.dc2-specs__panel {
  display: grid;
  gap: 0;
  background: #f5f5f5;
  border: 0;
  border-radius: 0.9rem;
  box-shadow: none;
  padding: 0.45rem 0.35rem;
}

@media (min-width: 960px) {
  .dc2-specs__panel {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 1rem 0.5rem;
  }
}

.dc2-specs__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 0.95rem;
  text-align: left;
}

@media (min-width: 960px) {
  .dc2-specs__item {
    padding: 0.4rem 0.85rem;
    min-height: 3.4rem;
  }

  .dc2-specs__item + .dc2-specs__item {
    border-left: 1px solid #d9d9d9;
  }
}

.dc2-specs__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  color: var(--svm-orange) !important;
}

.dc2-specs__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  color: var(--svm-orange) !important;
  stroke: var(--svm-orange) !important;
}

.dc2-specs__icon svg [fill="currentColor"],
.dc2-specs__icon svg [fill]:not([fill="none"]) {
  fill: var(--svm-orange) !important;
}

.dc2-specs__item p {
  margin: 0;
  display: grid;
  gap: 0.05rem;
  color: #111;
  font-size: 0.82rem;
  line-height: 1.22;
}

.dc2-specs__item strong,
.dc2-specs__item span {
  font-weight: 800;
  color: #111;
}

/* Legal bar: panel peach dentro de fondo blanco */
.dc2-legalbar {
  background: #fff;
  padding: 0.75rem 0 1.75rem;
}

.dc2-legalbar__panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  background: #fff4eb;
  border-radius: 0.75rem;
  padding: 0.95rem 1.15rem;
}

.dc2-legalbar__copy {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.dc2-legalbar__shield {
  flex: 0 0 auto;
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  color: var(--svm-orange);
}

.dc2-legalbar__shield svg {
  width: 100%;
  height: 100%;
  display: block;
}

.dc2-legalbar__copy p {
  margin: 0;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.35;
}

.dc2-legalbar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--svm-orange) !important;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.dc2-legalbar__link:hover {
  opacity: 0.9;
}

/* Packs */
.dc2-packs {
  padding: 2.75rem 0 2rem;
  background: #fff;
}

.dc2-packs__title {
  margin: 0 0 1.75rem;
  text-align: center;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111;
}

.dc2-packs__grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .dc2-packs__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.dc2-pack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  padding: 1.65rem 1.1rem 1.2rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: none;
}

.dc2-pack.is-featured,
.dc2-pack.is-selected {
  border: 2px solid var(--svm-orange);
  padding: 1.55rem 1rem 1.1rem;
}

.dc2-pack__badge {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: var(--svm-orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dc2-pack__name {
  margin: 0.2rem 0 0;
  color: var(--svm-orange);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
}

.dc2-pack__meta {
  margin: 0.15rem 0 0;
  color: #111;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
}

.dc2-pack__prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.65rem;
  flex: 1 1 auto;
}

.dc2-pack__old {
  color: #9e9e9e;
  font-size: 0.92rem;
  text-decoration: line-through;
}

.dc2-pack__old .woocommerce-Price-amount { color: inherit; }

.dc2-pack__new {
  color: #111;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.15;
}

.dc2-pack__new .woocommerce-Price-amount { color: inherit; }

.dc2-pack__save {
  margin-top: 0.2rem;
  color: #111;
  font-size: 0.88rem;
  font-weight: 500;
}

.dc2-pack__save .woocommerce-Price-amount { color: inherit; font-weight: 700; }

.dc2-pack__save--empty {
  min-height: 1.2rem;
}

.dc2-page .dc2-pack__cta.pack-showcase-cta,
.dc-page .dc2-pack__cta.pack-showcase-cta {
  display: inline-flex;
  margin-top: 0.95rem;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  width: 100%;
  border-radius: 0.5rem;
  border: 1.5px solid var(--svm-orange) !important;
  background: #fff !important;
  color: var(--svm-orange) !important;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.dc2-page .dc2-pack__cta.pack-showcase-cta:hover,
.dc-page .dc2-pack__cta.pack-showcase-cta:hover {
  background: rgba(255, 90, 31, 0.06) !important;
  color: var(--svm-orange) !important;
}

.dc2-page .dc2-pack.is-selected .dc2-pack__cta.pack-showcase-cta,
.dc2-page .dc2-pack__cta.pack-showcase-cta[aria-current="true"],
.dc-page .dc2-pack.is-selected .dc2-pack__cta.pack-showcase-cta,
.dc-page .dc2-pack__cta.pack-showcase-cta[aria-current="true"] {
  border-color: var(--svm-orange) !important;
  background: var(--svm-orange) !important;
  color: #fff !important;
}

.dc2-page .dc2-pack.is-selected .dc2-pack__cta.pack-showcase-cta:hover,
.dc2-page .dc2-pack__cta.pack-showcase-cta[aria-current="true"]:hover,
.dc-page .dc2-pack.is-selected .dc2-pack__cta.pack-showcase-cta:hover,
.dc-page .dc2-pack__cta.pack-showcase-cta[aria-current="true"]:hover {
  background: var(--svm-orange-hover) !important;
  color: #fff !important;
}

.dc2-packs__note {
  margin: 1.35rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-align: center;
  color: #4b5563;
  font-size: 0.88rem;
}

.dc2-packs__note-icon {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: var(--svm-orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  font-style: italic;
  flex: 0 0 auto;
}

/* Checkout 2 columnas (ss2) — panel gris contenido, fondo blanco detrás */
.dc2-checkout {
  padding: 2rem 0 3rem;
  background: #fff;
}

.dc2-checkout__panel {
  background: #f3f4f6;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem 1.75rem;
}

@media (min-width: 900px) {
  .dc2-checkout__panel {
    padding: 2rem 2rem 2.25rem;
  }
}

.dc2-checkout__head-left {
  margin: 0 0 1.1rem;
}

.dc2-checkout__head-left h2,
.dc2-checkout__side-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

.dc2-checkout__sub {
  margin: 0.35rem 0 0;
  color: #6b7280;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.dc2-checkout__side-title {
  display: block;
  margin: 0 0 0.75rem;
}

.dc2-checkout__loading {
  margin: 0;
  color: #6b7280;
  text-align: center;
}

.dc2-checkout .woocommerce {
  color: #111;
}

.dc2-checkout .woocommerce-NoticeGroup,
.dc2-checkout .woocommerce-form-coupon-toggle,
.dc2-checkout .checkout_coupon,
.dc2-checkout .woocommerce-billing-fields > h3,
.dc2-checkout .woocommerce-additional-fields,
.dc2-checkout #order_review_heading,
.dc2-checkout #billing_last_name_field,
.dc2-checkout .dc2-field-hidden {
  display: none !important;
}

.dc2-checkout form.checkout {
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 900px) {
  .dc2-checkout form.checkout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
    gap: 2rem;
  }

  .dc2-checkout #customer_details {
    grid-column: 1;
    grid-row: 1;
  }

  .dc2-checkout #order_review {
    grid-column: 2;
    grid-row: 1;
  }
}

.dc2-checkout #customer_details,
.dc2-checkout #order_review,
.dc2-checkout .col2-set,
.dc2-checkout .col-1,
.dc2-checkout .col-2 {
  width: 100% !important;
  float: none !important;
  max-width: none !important;
}

.dc2-checkout .col-2 { display: none; }

.dc2-checkout .form-row {
  margin: 0 0 0.9rem !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}

.dc2-checkout .form-row label,
.dc2-checkout .woocommerce form .form-row label {
  display: block;
  margin-bottom: 0.35rem;
  color: #111;
  font-size: 0.9rem;
  font-weight: 700;
}

.dc2-checkout .form-row label .required,
.dc2-checkout .form-row label abbr.required {
  color: #ef4444;
  text-decoration: none;
  border: 0;
}

.dc2-checkout input.input-text,
.dc2-checkout select,
.dc2-checkout textarea {
  width: 100% !important;
  min-height: 2.9rem;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.55rem !important;
  background: #fff !important;
  color: #111 !important;
  padding: 0.7rem 0.9rem !important;
  box-shadow: none !important;
}

.dc2-checkout input.input-text::placeholder {
  color: #9ca3af;
}

.dc2-checkout .woocommerce-billing-fields .form-row:last-child {
  margin-bottom: 0 !important;
}

.dc2-checkout__privacy-inline {
  margin: 40px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #6b7280;
  font-size: 0.8rem;
  line-height: 1.3;
}

.dc2-checkout__privacy-text {
  display: block;
}

.dc2-checkout__lock {
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.12rem;
  border: 1.5px solid #9ca3af;
  border-radius: 0.18rem;
  position: relative;
  flex: 0 0 auto;
}

.dc2-checkout__lock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.28rem;
  width: 0.42rem;
  height: 0.32rem;
  border: 1.5px solid #9ca3af;
  border-bottom: 0;
  border-radius: 0.35rem 0.35rem 0 0;
  transform: translateX(-50%);
}

/* Columna derecha */
.dc2-checkout #order_review {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.dc2-summary {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.15rem 1.2rem 1.05rem;
}

.dc2-summary__pack-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
}

.dc2-summary__pack-row strong {
  font-weight: 800;
  color: #111;
}

.dc2-summary__pack-sub {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #6b7280;
  font-size: 0.86rem;
}

.dc2-summary__rows {
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0.9rem 0 0;
  border-top: 1px solid #e5e7eb;
  display: grid;
  gap: 0.65rem;
}

.dc2-summary__rows li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  font-size: 0.92rem;
  color: #4b5563;
}

.dc2-summary__rows strong,
.dc2-summary__rows .woocommerce-Price-amount,
.dc2-summary__rows .amount {
  color: #111 !important;
  font-weight: 700;
  text-align: right;
}

.dc2-summary__discount,
.dc2-summary__discount span,
.dc2-summary__discount strong,
.dc2-summary__discount .woocommerce-Price-amount,
.dc2-summary__discount .amount,
.dc2-summary__discount .woocommerce-Price-currencySymbol {
  color: #16a34a !important;
  font-weight: 700;
}

.dc2-summary__total {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.dc2-summary__total > span {
  color: #111;
  font-size: 0.95rem;
  font-weight: 800;
}

.dc2-summary__total strong,
.dc2-summary__total .woocommerce-Price-amount,
.dc2-summary__total .amount {
  color: var(--svm-orange) !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
}

.dc2-pay-block__title {
  margin: 1.15rem 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
}

/* Métodos de pago reales (Webpay / Mercado Pago), UI clara */
.dc2-checkout #payment {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dc2-checkout #payment ul.payment_methods,
.dc2-checkout .wc_payment_methods {
  display: grid !important;
  gap: 0.5rem;
  list-style: none !important;
  margin: 0 0 1rem !important;
  padding: 0.75rem 0.85rem !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.65rem !important;
}

.dc2-checkout #payment ul.payment_methods li,
.dc2-checkout .wc_payment_methods li {
  margin: 0 !important;
  padding: 0.55rem 0.35rem !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

.dc2-checkout #payment ul.payment_methods li label,
.dc2-checkout .wc_payment_methods li label {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  margin: 0 !important;
  color: #111 !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.dc2-checkout #payment ul.payment_methods li img,
.dc2-checkout .wc_payment_methods li img {
  max-height: 1.5rem;
  width: auto;
}

.dc2-checkout #payment .payment_box,
.dc2-checkout .payment_box,
.dc2-checkout .woocommerce-privacy-policy-text,
.dc2-checkout .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.dc2-checkout #payment .form-row.place-order {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
}

.dc2-checkout .sorteo-checkout-acceptances {
  margin: 0 0 0.85rem !important;
}

.dc2-checkout .sorteo-checkout-acceptances p {
  margin: 0 0 0.35rem !important;
  padding: 0 !important;
  line-height: 1.35;
}

.dc2-checkout .sorteo-checkout-acceptances p:last-child {
  margin-bottom: 0 !important;
}

.dc2-checkout .sorteo-checkout-acceptances label {
  display: flex !important;
  align-items: center;
  gap: 0.45rem;
  margin: 0 !important;
  color: #111 !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  cursor: pointer;
}

.dc2-checkout .sorteo-checkout-acceptances input[type="checkbox"] {
  margin: 0 !important;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  top: 0;
}

.dc2-checkout .sorteo-checkout-acceptances a {
  color: #111 !important;
  text-decoration: underline !important;
  font-weight: 700;
}

.dc2-checkout #place_order,
.dc2-checkout button[name="woocommerce_checkout_place_order"] {
  width: 100% !important;
  min-height: 3.15rem !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0.55rem !important;
  background: var(--svm-orange) !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.dc2-checkout #place_order:hover {
  background: var(--svm-orange-hover) !important;
  color: #fff !important;
}

.dc2-checkout .dc2-pay-disclaimer,
.dc2-pay-disclaimer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0.65rem 0 0 !important;
  padding: 0 !important;
  text-align: center;
  color: #6b7280 !important;
  font-size: 0.78rem;
  font-weight: 400 !important;
  line-height: 1.4;
}

/* Disclaimer vive fuera de #payment; mantenerlo bajo el botón */
.dc2-checkout #order_review > .dc2-pay-disclaimer {
  margin-top: 0.65rem !important;
}

/* Anular tema oscuro legacy de app.css si aparece en compra directa */
.dc2-checkout,
.dc2-checkout .woocommerce-checkout,
.dc2-checkout .form-row label {
  color: #111 !important;
}

.dc2-checkout .dc2-summary__rows .amount {
  color: #111 !important;
}

.dc2-checkout .dc2-summary__discount .amount {
  color: #16a34a !important;
}

.dc2-checkout .dc2-summary__total .amount {
  color: var(--svm-orange) !important;
}

/* Trust strip (ss1): fondo blanco, panel gris, icono + texto horizontal */
.dc2-trust {
  background: #fff;
  padding: 1.5rem 0 2.75rem;
  border-top: 0;
}

.dc2-trust__panel {
  display: grid;
  gap: 0;
  background: #f3f4f6;
  border-radius: 1rem;
  padding: 1.15rem 0.75rem;
}

@media (min-width: 900px) {
  .dc2-trust__panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1.35rem 0.5rem;
  }
}

.dc2-trust__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  text-align: left;
}

@media (min-width: 900px) {
  .dc2-trust__item {
    padding: 0.55rem 1.1rem;
  }

  .dc2-trust__item + .dc2-trust__item {
    border-left: 1px solid #d1d5db;
  }
}

.dc2-trust__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  color: var(--svm-orange);
}

.dc2-trust__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.dc2-trust__item p {
  margin: 0;
  color: #111;
  font-size: 0.84rem;
  line-height: 1.35;
  font-weight: 400;
}

.dc2-trust__item p strong {
  font-weight: 800;
  color: #111;
}

.dc2-closed {
  padding: 2rem 0;
}

.dc2-closed p {
  margin: 0;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #f3f4f6;
  text-align: center;
  color: #4b5563;
}

.dc-add-cart {
  margin-top: 0.75rem;
}

.dc-add-cart__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}

.dc-add-cart__qty {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #141414;
}

.dc-add-cart__qty input {
  width: 5.5rem;
  height: 2.85rem;
  border: 1px solid #e4e4e7;
  border-radius: 0.65rem;
  padding: 0 0.7rem;
  font-family: var(--svm-font, inherit);
  font-size: 1rem;
  font-weight: 700;
}

.dc-add-cart__btn {
  margin: 0;
}

.dc-add-cart__hint {
  margin: 0.65rem 0 0;
  font-size: 0.85rem;
}

.dc-add-cart__hint a {
  color: #141414;
  text-decoration: underline;
}

.dc-hero .dc-add-cart__qty {
  color: rgba(255, 255, 255, 0.82);
}

.dc-hero .dc-add-cart__hint a {
  color: #fff;
}

.svm-site-shop .dc2-hero__media {
  position: relative;
  width: 100%;
  max-width: 26rem;
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin-left: auto;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(145deg, #2a2a2a, #151515);
}

.svm-site-shop .dc2-hero__media img,
.svm-site-shop .dc2-hero__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
