/* Corrige margen blanco del texto de pago por transfer bancaria */
.wc-block-components-radio-control-accordion-content div {
    padding: 0 16px 16px !important;
}

/* Corrige el campo Pais para que deje margen en blanco arriba */
.wc-block-components-country-input {
    margin-top: 10px !important;
}

.vc-modal-actions .vc-btn-whatsapp {
      margin-top: 10px;  
}

.vc-single-experience {
  padding: 28px 0 60px;
}

.vc-single-product-page {
  display: block;
}

.vc-single-hero {
  padding: 10px 0 24px;
}

.vc-single-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}

.wc-block-components-country-input {
    margin: 15px 0px 0px 0px;
}

.vc-single-main,
.vc-single-booking-card,
.vc-section-box {
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--vc-shadow);
}

.vc-single-main {
  padding: 34px;
}

.vc-single-booking-card {
  padding: 28px;
  position: sticky;
  top: 110px;
}

.vc-single-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 999px;
  background: rgba(102, 153, 51, 0.14);
  color: var(--vc-green-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.vc-single-title {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.96;
}

.vc-single-excerpt {
  color: #444;
  font-size: 17px;
  line-height: 1.8;
}

.vc-single-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.vc-meta-card {
  padding: 18px;
  border-radius: 22px;
  background: #f5f3ed;
}

.vc-meta-card span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #666;
}

.vc-meta-card strong {
  font-size: 18px;
  line-height: 1.3;
}

.vc-single-price {
  margin-bottom: 22px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.vc-single-price del {
  opacity: 0.45;
  margin-right: 10px;
}

.vc-single-price ins {
  text-decoration: none;
}


.vc-single-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.vc-single-reserva-badge,
.vc-single-cupos-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
}

.vc-single-reserva-badge {
  background: rgba(102, 153, 51, 0.16);
  color: var(--vc-green-dark);
}

.vc-single-cupos-badge {
  background: rgba(17, 17, 17, 0.08);
  color: #333;
}

.vc-single-reserva-badge span,
.vc-single-cupos-badge span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vc-single-reserva-badge strong,
.vc-single-cupos-badge strong {
  font-size: 18px;
  line-height: 1;
}

.vc-single-formas-pago {
  margin: -18px 30px 18px 25px;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}

.vc-single-add-to-cart form.cart {
  margin: 0;
}

.vc-single-add-to-cart form.cart .single_add_to_cart_button,
.vc-single-add-to-cart form.cart .button,
.single-product .vc-single-add-to-cart .single_add_to_cart_button,
.single-product .vc-single-add-to-cart .button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px !important;
  background: var(--vc-green);
  color: #000;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
}

.vc-single-add-to-cart form.cart .single_add_to_cart_button:hover,
.vc-single-add-to-cart form.cart .single_add_to_cart_button:focus,
.vc-single-add-to-cart form.cart .button:hover,
.vc-single-add-to-cart form.cart .button:focus {
  border-radius: 999px !important;
}

.vc-single-add-to-cart .quantity {
  margin-bottom: 12px;
}

.vc-single-add-to-cart .qty {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #ddd;
  padding: 8px 12px;
}

.vc-single-booking-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ece8de;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
}

.vc-single-gallery-section {
  padding: 8px 0 18px;
}

.vc-single-gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 16px;
}

.vc-single-gallery-item {
  overflow: hidden;
  border-radius: 28px;
  min-height: 260px;
  background: #ddd;
}

.vc-single-gallery-item.is-main {
  grid-row: span 2;
  min-height: 540px;
}

.vc-single-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-single-content-section {
  padding: 12px 0 0;
}

.vc-single-content-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}

.vc-single-content-side {
  display: grid;
  gap: 24px;
  align-content: start;
}

.vc-section-box {
  padding: 32px;
}

.vc-section-box h2,
.vc-section-box h3 {
  margin-top: 0;
  margin-bottom: 18px;
}

.vc-single-content {
  color: #333;
  line-height: 1.85;
}

.vc-single-content p:first-child {
  margin-top: 0;
}

.vc-side-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vc-side-list li {
  padding: 14px 0;
  border-bottom: 1px solid #eee8de;
  line-height: 1.6;
}

.vc-side-list li:last-child {
  border-bottom: 0;
}

.vc-single-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  align-items: center;
}

.vc-state-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.vc-state-badge--proxima {
  background: rgba(17,17,17,.08);
  color: #333;
}

.vc-state-badge--ultimos_lugares {
  background: rgba(255, 140, 0, .15);
  color: #b86400;
}

.vc-state-badge--agotada {
  background: rgba(180, 35, 35, .14);
  color: #992929;
}

.vc-state-badge--confirmada {
  background: rgba(102,153,51,.16);
  color: var(--vc-green-dark);
}

.vc-single-soldout {
  padding: 16px;
  border-radius: 18px;
  background: rgba(180,35,35,.08);
  color: #872727;
  font-weight: 600;
}

.vc-single-booking-actions {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.vc-btn-whatsapp {
    margin-top: 30px;
  width: 100%;
  background: #1f1f1f;
  color: #fff;
}

@media (max-width: 768px) {
  .vc-btn-whatsapp {
    line-height: 1.5em;
    text-align: center;
  }
}

.vc-double-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.vc-check-list,
.vc-cross-list,
.vc-timeline-list {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.8;
  color: #333;
}

.vc-check-list li,
.vc-cross-list li,
.vc-timeline-list li {
  margin-bottom: 8px;
}

.vc-section-box--timeline {
  margin-top: 24px;
}

.vc-side-list--compact li {
  padding: 10px 0;
}

@media (max-width: 1024px) {
  .vc-double-boxes {
    grid-template-columns: 1fr;
  }
}

body.vc-modal-open {
  overflow: hidden;
}

.vc-btn-ghost {
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.15);
  color: var(--vc-text);
}

.vc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.vc-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(5px);
}

.vc-modal-dialog {
  position: relative;
  width: min(100% - 32px, 1100px);
  max-height: min(90vh, 920px);
  margin: 4vh auto 0;
  background: #fff;
  color: var(--vc-text);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.vc-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.82);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.vc-modal-body {
  max-height: min(90vh, 920px);
  overflow: auto;
}

.vc-modal-loading,
.vc-modal-error {
  padding: 60px 28px;
  text-align: center;
  font-size: 18px;
}

.vc-modal-experience-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.vc-modal-experience-media {
  background: #ddd;
  min-height: 320px;
}

.vc-modal-experience-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc-modal-experience-content {
  padding: 38px 32px 34px;
}

.vc-modal-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  align-items: center;
}

.vc-modal-badge,
.vc-modal-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.vc-modal-badge {
  background: rgba(102, 153, 51, 0.14);
  color: var(--vc-green-dark);
}

.vc-modal-state--proxima {
  background: rgba(17,17,17,.08);
  color: #333;
}

.vc-modal-state--ultimos_lugares {
  background: rgba(255, 140, 0, .15);
  color: #b86400;
}

.vc-modal-state--agotada {
  background: rgba(180, 35, 35, .14);
  color: #992929;
}

.vc-modal-state--confirmada {
  background: rgba(102,153,51,.16);
  color: var(--vc-green-dark);
}

.vc-modal-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.02;
}

.vc-modal-price {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 800;
}

.vc-modal-price del {
  opacity: .45;
  margin-right: 10px;
}

.vc-modal-price ins {
  text-decoration: none;
}

.vc-modal-meta {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 15px;
  color: var(--vc-text);
}

.vc-modal-text {
  color: #444;
  line-height: 1.7;
}

.vc-modal-block {
  margin-top: 22px;
}

.vc-modal-block h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.vc-modal-list {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.7;
  color: #333;
}

.vc-modal-list li {
  margin-bottom: 6px;
}

.vc-modal-more-note {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: #b24141;
  font-weight: 700;
}

.vc-modal-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.vc-modal-actions .vc-btn {
  width: min(100%, 320px);
  min-height: 48px;
  justify-content: center;
}

.vc-product-archive {
  padding: 28px 0 60px;
}

.vc-archive-hero {
  padding: 10px 0 20px;
}

.vc-archive-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.96;
}

.vc-archive-hero p {
  max-width: 760px;
  color: #444;
  line-height: 1.8;
}

.vc-archive-filters-wrap {
  margin-top: 8px;
  margin-bottom: 26px;
}

.vc-archive-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 16px;
  align-items: end;
  padding: 24px;
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--vc-shadow);
}

.vc-filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vc-filter-group label {
  font-size: 13px;
  font-weight: 700;
  color: #444;
}

.vc-filter-group select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ddd8cd;
  border-radius: 16px;
  padding: 0 14px;
  background: #fff;
  color: #222;
  font-size: 15px;
}

.vc-filter-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.vc-results-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

.vc-results-head h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
}

.vc-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vc-archive-pagination {
  margin-top: 28px;
}

.vc-archive-empty {
  padding: 34px;
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--vc-shadow);
}

.vc-archive-empty h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.vc-archive-empty p {
  margin-top: 0;
  margin-bottom: 18px;
  color: #555;
}

.vc-calendar-page {
  padding: 28px 0 60px;
}

.vc-calendar-page-hero {
  padding: 10px 0 20px;
}

.vc-calendar-page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.96;
}

.vc-calendar-page-hero p {
  max-width: 760px;
  color: #444;
  line-height: 1.8;
}

.vc-calendar-page-filters-wrap {
  margin-bottom: 24px;
}

.vc-calendar-page-filters {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  align-items: end;
  padding: 24px;
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--vc-shadow);
}

.vc-calendar-page-filters input[type="month"],
.vc-calendar-page-filters select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #ddd8cd;
  border-radius: 16px;
  padding: 0 14px;
  background: #fff;
  color: #222;
  font-size: 15px;
}

.vc-calendar-page-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: start;
}

.vc-calendar-page-panel,
.vc-calendar-page-side-box {
  background: #fff;
  border-radius: 32px;
  box-shadow: var(--vc-shadow);
}

.vc-calendar-page-panel {
  padding: 28px;
}

.vc-calendar-page-side-box {
  padding: 28px;
}

.vc-calendar-page-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
}

.vc-calendar-page-title-wrap {
  text-align: center;
}

.vc-calendar-page-title-wrap h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.02;
}

.vc-calendar-page-nav {
  font-weight: 700;
  color: var(--vc-green-dark);
}

.vc-calendar-page-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.vc-calendar-page-weekday {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #666;
  padding-bottom: 4px;
}

.vc-calendar-page-day {
  min-height: 120px;
  padding: 10px;
  border-radius: 18px;
  background: #f5f3ed;
}

.vc-calendar-page-day--empty {
  background: transparent;
}

.vc-calendar-page-day.has-events {
  background: rgba(102,153,51,.14);
}

.vc-calendar-page-day-number {
  font-weight: 800;
  margin-bottom: 10px;
}

.vc-calendar-page-day-events {
  display: grid;
  gap: 6px;
}

.vc-calendar-page-event-pill {
  display: block;
  padding: 7px 9px;
  border-radius: 12px;
  background: #fff;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.vc-calendar-page-more {
  font-size: 12px;
  color: #666;
  font-weight: 700;
}

.vc-calendar-page-side-box h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.05;
}

.vc-calendar-page-list {
  display: grid;
  gap: 14px;
}

.vc-calendar-page-list-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #ece7dc;
}

.vc-calendar-page-list-item:last-child {
  border-bottom: 0;
}

.vc-calendar-page-list-date {
  font-size: 13px;
  font-weight: 700;
  color: var(--vc-green-dark);
  line-height: 1.4;
}

.vc-calendar-page-list-body h4 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
}

.vc-calendar-page-list-body p {
  margin: 0 0 8px;
  color: #505050;
  line-height: 1.6;
  font-size: 14px;
}

.vc-calendar-page-type {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(102,153,51,.12);
  color: var(--vc-green-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vc-calendar-page-empty {
  color: #555;
  line-height: 1.7;
}

.vc-simple-booking-form {
  margin: 0;
}

.vc-simple-booking-form .single_add_to_cart_button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--vc-green);
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

/* ---------- Heroes internos ---------- */
.vc-archive-hero h1,
.vc-single-title,
.vc-calendar-page-hero h1,
.vc-calendar-page-title-wrap h2 {
  letter-spacing: -.03em;
}

.vc-archive-hero,
.vc-single-hero,
.vc-calendar-page-hero {
  padding-top: 16px;
}

/* ---------- Single experiencia ---------- */
.vc-single-main,
.vc-single-booking-card,
.vc-section-box,
.vc-calendar-page-panel,
.vc-calendar-page-side-box {
  border-radius: var(--vc-radius-xl);
}

.vc-single-main,
.vc-single-booking-card,
.vc-section-box,
.vc-calendar-page-panel,
.vc-calendar-page-side-box {
  box-shadow: var(--vc-shadow);
}

.vc-single-main,
.vc-single-booking-card,
.vc-section-box {
  padding: 30px;
}

.vc-single-excerpt,
.vc-single-content,
.vc-note-content,
.vc-modal-text {
  max-width: 72ch;
}

.vc-single-gallery-item,
.vc-single-gallery-item.is-main {
  border-radius: 24px;
}

.vc-check-list li,
.vc-cross-list li,
.vc-timeline-list li,
.vc-side-list li {
  line-height: 1.7;
}

/* ---------- Archive experiencias ---------- */
.vc-archive-filters,
.vc-note-archive-card,
.vc-note-archive-empty {
  border-radius: 28px;
  box-shadow: var(--vc-shadow);
}

.vc-archive-filters {
  padding: 22px;
}

.vc-filter-group select,
.vc-calendar-page-filters input[type="month"],
.vc-calendar-page-filters select {
  border-radius: 16px;
}

.vc-archive-grid,
.vc-note-archive-grid,
.vc-note-related-grid {
  gap: 20px;
}

/* ---------- Modal ---------- */
.vc-modal-dialog,
.vc-lightbox-dialog {
  border-radius: 30px;
}

.vc-modal-block h3 {
  letter-spacing: -.01em;
}

.vc-modal-actions .vc-btn {
  min-height: 46px;
}

/* ---------- Calendario completo ---------- */
.vc-calendar-page-day {
  border-radius: 16px;
}

.vc-calendar-page-event-pill {
  border-radius: 12px;
}

.vc-calendar-page-list-item,
.vc-calendar-upcoming-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* ===== Pulido visual single experiencia ===== */

.vc-single-content-side {
  display: grid;
  gap: 24px;
  align-content: start;
}

.vc-section-box .vc-eyebrow,
.vc-single-booking-card .vc-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
}

.vc-section-box h2,
.vc-section-box h3 {
  margin: 0 0 16px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.vc-single-booking-card {
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.vc-single-booking-note p {
  margin: 0;
}

.vc-side-list li {
  padding: 12px 0;
}

.vc-side-list li strong {
  color: #111;
}

.vc-side-list--compact li {
  padding: 12px 0;
}

.vc-meta-card {
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.vc-meta-card strong {
  display: block;
  line-height: 1.35;
}

.vc-check-list li:last-child,
.vc-cross-list li:last-child,
.vc-timeline-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .vc-section-box h2,
  .vc-section-box h3 {
    margin-bottom: 14px;
  }

  .vc-single-meta-grid {
    gap: 12px;
  }

  .vc-meta-card {
    padding: 16px;
  }
}

/* ===== Carrito / Checkout ===== */

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 18px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px !important;
  background: var(--vc-green) !important;
  color: #000 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:focus {
  color: #000 !important;
  opacity: 0.92;
  transform: translateY(-1px);
}

/* opcional: botón de actualizar carrito en la misma línea visual */
.woocommerce-cart .actions .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 700;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.alt {
  border-radius: 999px !important;
  background: var(--vc-green) !important;
  color: #000 !important;
}

/* ===== WooCommerce Blocks: carrito y checkout ===== */

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-button.wc-block-cart__submit-button,
.wc-block-components-button.contained,
.wc-block-components-checkout-place-order-button.contained {
  min-height: 52px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--vc-green) !important;
  color: #000 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus,
.wc-block-components-button.wc-block-cart__submit-button:hover,
.wc-block-components-button.wc-block-cart__submit-button:focus {
  background: var(--vc-green) !important;
  color: #000 !important;
  opacity: 0.92;
  transform: translateY(-1px);
}

.wc-block-cart__submit-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button__text {
  color: #000 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

/* por si el bloque mete un contorno o wrapper raro */
.wc-block-components-button {
  border-radius: 999px;
}

.vc-state-badge--pasada,
.vc-modal-state--pasada,
.vc-experience-state--pasada {
  background: rgba(110, 110, 110, 0.16);
  color: #4b4b4b;
}

@media (max-width: 768px) {
  .vc-single-hero-badges {
    flex-direction: column;
  }

  .vc-single-reserva-badge,
  .vc-single-cupos-badge {
    width: 100%;
    border-radius: 22px;
    justify-content: center;
    text-align: center;
  }

  .vc-single-reserva-badge strong,
  .vc-single-cupos-badge strong {
    font-size: 17px;
  }
}


.vc-payment-choice {
  margin: 30px 0 16px;
}

.vc-payment-choice__label {
  display: block;
  text-align: center;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #444;
}

.vc-payment-choice__select-wrap {
  position: relative;
}

.vc-payment-choice__select {
  width: 100%;
  min-height: 50px;
  padding: 0 46px 0 16px;
  border: 1px solid #d8d2c6;
  border-radius: 28px;
  background: #faf8f3;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}

.vc-payment-choice__select-wrap::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
  pointer-events: none;
}

.vc-payment-choice__select:focus {
  outline: none;
  border-color: rgba(102,153,51,.75);
  box-shadow: 0 0 0 3px rgba(102,153,51,.14);
}

.vc-checkout-consents {
  margin: 16px 0 18px;
  padding: 16px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(17,17,17,.06);
  border: 1px solid rgba(17,17,17,.06);
}

.vc-checkout-consent + .vc-checkout-consent {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ece7dc;
}

.vc-checkout-consent label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}

.vc-checkout-consent label > span {
  display: inline;
}

.vc-checkout-consent input {
  margin-top: 3px;
  flex-shrink: 0;
}

.vc-checkout-inline-links {
  display: inline;
  font-weight: 600;
}

.vc-checkout-inline-links a {
  color: var(--vc-green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wc-block-components-checkout-place-order-button.is-vc-disabled {
  opacity: .55;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .vc-payment-choice__select {
    font-size: 14px;
    padding-right: 42px;
  }

  .vc-checkout-consents {
    margin: 14px 0 16px;
    padding: 14px;
  }
}


/* ===== Selector de pago en ficha de experiencia ===== */

.vc-single-add-to-cart form.cart {
  display: grid;
  gap: 14px;
}

.vc-single-add-to-cart form.cart label {
  display: block;
  width: min(100%, 420px);
  margin: 0 auto 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.vc-single-add-to-cart form.cart select {
  display: block;
  width: min(100%, 420px);
  min-height: 52px;
  margin: 0 auto;
  padding: 0 52px 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.10);
  border-radius: 999px;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #111 50%),
    linear-gradient(135deg, #111 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: 0 6px 18px rgba(17, 17, 17, 0.04);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.vc-single-add-to-cart form.cart select:hover {
  border-color: rgba(17, 17, 17, 0.18);
}

.vc-single-add-to-cart form.cart select:focus {
  border-color: rgba(102, 153, 51, 0.55);
  box-shadow: 0 0 0 4px rgba(102, 153, 51, 0.12);
}

.vc-single-add-to-cart form.cart select option {
  color: #111;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
}

/* separa mejor el select del botón */
.vc-single-add-to-cart form.cart .single_add_to_cart_button,
.vc-single-add-to-cart form.cart .button {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .vc-single-add-to-cart form.cart label,
  .vc-single-add-to-cart form.cart select {
    width: 100%;
  }

  .vc-single-add-to-cart form.cart select {
    min-height: 50px;
    padding-left: 16px;
    padding-right: 46px;
    font-size: 14px;
  }
}
