/****************************** * DESTINATIONS GRID (ratio 3:2) ******************************/ .destinations-grid .wp-block-image { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 16px; } .destinations-grid .wp-block-image img { width: 100%; height: 100%; object-fit: cover; display: block; } /****************************** * GOOGLE LOGIN (black button) ******************************/ .ilwyv-googlebtn { display: inline-flex; align-items: center; gap: 10px; height: 40px; padding: 0 16px; background: #000; color: #fff; border-radius: 20px; border: 1px solid #000; text-decoration: none; font-weight: 600; } .ilwyv-googlebtn:hover { background: #111; border-color: #111; } .ilwyv-googlebtn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; } .ilwyv-gicon { display: inline-block; } /****************************** * USER PILL + DROPDOWN MENU ******************************/ .ilwyv-userbox { position: relative; display: inline-block; z-index: 10010; overflow: visible; } .ilwyv-userbtn { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 999px; background: transparent; color: #fff; font-weight: 700; border: 1px solid rgba(255, 255, 255, .85); cursor: pointer; line-height: 1; position: relative; z-index: 10011; } .ilwyv-avatar { width: 24px; height: 24px; border-radius: 50%; display: block; } .ilwyv-name { max-width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ilwyv-caret { fill: currentColor; opacity: .85; } /* DROPDOWN BASE STATE */ .ilwyv-menu { position: absolute; right: 0; top: calc(100% + 10px); min-width: 240px; background: #fff; color: #111; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, .15); padding: 8px; display: none !important; z-index: 10012; } .ilwyv-menu a { display: block; padding: 10px 12px; border-radius: 8px; color: #111; text-decoration: none; font-weight: 600; } .ilwyv-menu a:hover { background: rgba(0, 0, 0, .06); } /* Prevent hover auto-opening unless “.open” */ .ilwyv-userbox:not(.open):hover .ilwyv-menu, .ilwyv-userbox:not(.open):focus-within .ilwyv-menu { display: none !important; } /* Show dropdown when open */ .ilwyv-userbox.open .ilwyv-menu, .ilwyv-userbox.open:hover .ilwyv-menu, .ilwyv-userbox.open:focus-within .ilwyv-menu { display: block !important; } /****************************** * RESPONSIVE ADJUSTMENTS ******************************/ @media (max-width: 780px) { .ilwyv-name { max-width: 90px; } } /****************************** * HEADER LAYOUT FIX ******************************/ header .wp-block-group, header .wp-block-columns, header .wp-block-column, header .wp-block-group.action-buttons { overflow: visible !important; position: relative; z-index: 1; } header .wp-block-woocommerce-customer-account { display: none !important; } /****************************** * WEATHER WIDGET ******************************/ .weatherwidget-io { width: 100% !important; border-radius: 12px !important; } /****************************** * PAGE TITLE HIDERS ******************************/ .page-id-2952 .entry-title, .page-id-2952 h1.entry-title, .page-id-2984 .entry-title, .page-id-2984 h1.entry-title, .page-id-3003 .entry-title, .page-id-3003 h1.entry-title { display: none !important; visibility: hidden !important; height: 0 !important; margin: 0 !important; padding: 0 !important; } /****************************** * DOUBLE FOOTER FIX ******************************/ .page footer.wp-block-template-part:nth-of-type(n+2) { display: none !important; } .page-id-2952 footer.wp-block-template-part + footer.wp-block-template-part, .page-id-2984 footer.wp-block-template-part + footer.wp-block-template-part, .page-id-3003 footer.wp-block-template-part + footer.wp-block-template-part { display: none !important; } /****************************** * ILWYV USER MENU OVERRIDES (header blanco) ******************************/ .ilwyv-userbtn { background: #f5f5f5; color: #13233b; border: 1px solid #d0d4dd; font-weight: 600; } .ilwyv-userbtn:hover { background: #eef1f6; border-color: #c3c8d4; } .ilwyv-name { max-width: 140px; } .ilwyv-caret { fill: #6b7280; opacity: 1; } /* menú desplegable más claro para el fondo blanco */ .ilwyv-menu { background: #ffffff; color: #111827; box-shadow: 0 12px 35px rgba(15, 23, 42, 0.18); } .ilwyv-menu a { color: #111827; } .ilwyv-menu a:hover { background: #f3f4f6; } /* ============================ * CONTACT PAGE - MAP + FORM FIX * ============================ */ /* Map container: ensure it has height for the absolutely placed elements */ .contact-map.wp-block-group { min-height: 580px !important; position: relative !important; overflow: visible !important; } /* Make the iframe fill the FULL container using vw */ .contact-map.wp-block-group > iframe, .contact-map iframe { position: absolute !important; inset: 0 !important; width: 100vw !important; max-width: none !important; height: 100% !important; min-height: 580px !important; display: block !important; border: 0 !important; left: 50% !important; transform: translateX(-50%) !important; } /* Ensure form card is above the map and fully interactive */ .gt-form { z-index: 10 !important; position: absolute !important; pointer-events: auto !important; } /* All form fields fully interactive */ .gt-form *, .contact-form, .contact-form * { pointer-events: auto !important; } .gt-form input, .gt-form textarea, .gt-form select, .gt-form button { position: relative !important; z-index: 20 !important; } .ilwyv-related-image { width: 100%; overflow: hidden; margin-bottom: 18px; } .ilwyv-related-image a { display: block; width: 100%; } .ilwyv-related-image img { width: 100%; height: 190px; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; display: block; } /* ILWYV - Blog cards equal height */ .ilwyv-blog-cards .wp-block-post-template { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 32px !important; align-items: stretch !important; } /* Each card */ .ilwyv-blog-cards .wp-block-post { height: 100% !important; display: flex !important; flex-direction: column !important; background: #ffffff; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06); overflow: hidden; } /* Featured image wrapper */ .ilwyv-blog-cards .wp-block-post-featured-image { width: 100% !important; height: 240px !important; margin: 0 !important; overflow: hidden !important; } /* Featured image */ .ilwyv-blog-cards .wp-block-post-featured-image img { width: 100% !important; height: 240px !important; object-fit: cover !important; display: block !important; } /* Title */ .ilwyv-blog-cards .wp-block-post-title { padding: 22px 22px 0 22px !important; margin: 0 !important; min-height: 96px; font-size: 16px !important; line-height: 1.55 !important; } /* Date */ .ilwyv-blog-cards .wp-block-post-date { padding: 12px 22px 24px 22px !important; margin-top: auto !important; font-size: 13px !important; color: #7a8299; } /* Mobile */ @media (max-width: 900px) { .ilwyv-blog-cards .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } } @media (max-width: 600px) { .ilwyv-blog-cards .wp-block-post-template { grid-template-columns: 1fr !important; } }

/******************************
 * ILWYV - FX RATES WIDGET
 ******************************/

.ilwyv-fx-widget {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.55;
  color: #6b7280;
}

.ilwyv-fx-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 3px;
}

.ilwyv-fx-pair {
  min-width: 74px;
  color: #07133b;
  font-weight: 700;
}

.ilwyv-fx-value {
  color: #6b7280;
}

.ilwyv-fx-date {
  margin-top: 6px;
  font-size: 12px;
  color: #8a92a6;
}

.ilwyv-fx-error {
  display: block;
  color: #8a92a6;
  font-size: 14px;
}

/************************************
 * ILWYV — Related Products Equal Cards
 ************************************/

/* Contenedor general */
.wp-block-woocommerce-related-products.alignwide {
  max-width: 1290px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Grilla de productos relacionados */
.wp-block-woocommerce-related-products .products-block-post-template,
.wp-block-woocommerce-related-products ul.products-block-post-template,
.wp-block-woocommerce-related-products .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

/* Cada tarjeta */
.wp-block-woocommerce-related-products .products-block-post-template > li,
.wp-block-woocommerce-related-products .wp-block-post-template > li,
.wp-block-woocommerce-related-products li.product,
.wp-block-woocommerce-related-products .wp-block-post {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 340px !important;
}

/* Contenedor de imagen */
.wp-block-woocommerce-related-products .wc-block-components-product-image,
.wp-block-woocommerce-related-products .wp-block-woocommerce-product-image,
.wp-block-woocommerce-related-products .wp-block-post-featured-image,
.wp-block-woocommerce-related-products figure {
  width: 100% !important;
  height: 150px !important;
  max-height: 150px !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  margin: 0 0 16px 0 !important;
}

/* Imagen del producto */
.wp-block-woocommerce-related-products .wc-block-components-product-image img,
.wp-block-woocommerce-related-products .wp-block-woocommerce-product-image img,
.wp-block-woocommerce-related-products .wp-block-post-featured-image img,
.wp-block-woocommerce-related-products figure img {
  width: 100% !important;
  height: 150px !important;
  max-height: 150px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* Título */
.wp-block-woocommerce-related-products .wp-block-post-title,
.wp-block-woocommerce-related-products h3,
.wp-block-woocommerce-related-products .wc-block-components-product-name {
  min-height: 48px !important;
  margin: 0 0 8px 0 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  text-align: left !important;
}

/* Precio */
.wp-block-woocommerce-related-products .wp-block-woocommerce-product-price,
.wp-block-woocommerce-related-products .wc-block-components-product-price,
.wp-block-woocommerce-related-products .price {
  min-height: 30px !important;
  margin: 0 0 18px 0 !important;
  text-align: left !important;
}

/* Botón alineado abajo */
.wp-block-woocommerce-related-products .wp-block-woocommerce-product-button,
.wp-block-woocommerce-related-products .wc-block-components-product-button,
.wp-block-woocommerce-related-products .wp-block-button {
  margin-top: auto !important;
  text-align: center !important;
}

/* Botón consistente */
.wp-block-woocommerce-related-products .wp-block-button__link,
.wp-block-woocommerce-related-products .add_to_cart_button,
.wp-block-woocommerce-related-products button {
  min-width: 100px !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .wp-block-woocommerce-related-products .products-block-post-template,
  .wp-block-woocommerce-related-products ul.products-block-post-template,
  .wp-block-woocommerce-related-products .wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .wp-block-woocommerce-related-products .products-block-post-template,
  .wp-block-woocommerce-related-products ul.products-block-post-template,
  .wp-block-woocommerce-related-products .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wp-block-woocommerce-related-products .wc-block-components-product-image,
  .wp-block-woocommerce-related-products .wp-block-woocommerce-product-image,
  .wp-block-woocommerce-related-products .wp-block-post-featured-image,
  .wp-block-woocommerce-related-products figure,
  .wp-block-woocommerce-related-products figure img {
    height: 135px !important;
    max-height: 135px !important;
  }
}

@media (max-width: 480px) {
  .wp-block-woocommerce-related-products .products-block-post-template,
  .wp-block-woocommerce-related-products ul.products-block-post-template,
  .wp-block-woocommerce-related-products .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }
}

/************************************
 * ILWYV — Legacy Gotrek backup blocks
 * Keeps old Gotrek blocks in template,
 * but prevents lines, margins and layout impact.
 ************************************/

.ilwyv-legacy-backup {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Extra protection for hidden legacy children */
.ilwyv-legacy-backup * {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* === Fix: packs (room-table) en movil: solo Amenities + Price, texto ajustado === */
@media (max-width: 767px) {
  .available-rooms .available-rooms-inner table.room-table { width: 100%; }
  /* forzar salto de linea en celdas Y en sus elementos internos (ul/li/div/span del tema) */
  .available-rooms .available-rooms-inner table.room-table th,
  .available-rooms .available-rooms-inner table.room-table td,
  .available-rooms .available-rooms-inner table.room-table th *,
  .available-rooms .available-rooms-inner table.room-table td * {
    white-space: normal !important;
    overflow-wrap: break-word;
  }
  /* amenidad con icono: alinear arriba cuando el texto ocupe varias lineas */
  .available-rooms .available-rooms-inner table.room-table td .flex.align-center { align-items: flex-start; }
  /* ocultar columna de la foto (1) y Benefits (3) solo en movil */
  .available-rooms .available-rooms-inner table.room-table thead th:nth-child(1),
  .available-rooms .available-rooms-inner table.room-table tbody td:nth-child(1),
  .available-rooms .available-rooms-inner table.room-table thead th:nth-child(3),
  .available-rooms .available-rooms-inner table.room-table tbody td:nth-child(3) { display: none; }
  /* red de seguridad por si un telefono es muy angosto */
  .available-rooms .available-rooms-inner { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* ILWYV - Related Experiences as carousel */
.ilwyv-related-carousel-block {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 18px 42px;
  overflow: hidden;
  box-sizing: border-box;
}

.ilwyv-related-carousel-block h2,
.ilwyv-related-carousel-block .wp-block-heading {
  text-align: center;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 800;
  color: #06113d;
  margin: 0 0 34px;
}

.ilwyv-related-carousel-block ul.products,
.ilwyv-related-carousel-block .products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 !important;
  padding: 4px 2px 18px !important;
  list-style: none !important;
}

.ilwyv-related-carousel-block ul.products::-webkit-scrollbar,
.ilwyv-related-carousel-block .products::-webkit-scrollbar {
  display: none;
}

.ilwyv-related-carousel-block ul.products::before,
.ilwyv-related-carousel-block ul.products::after,
.ilwyv-related-carousel-block .products::before,
.ilwyv-related-carousel-block .products::after {
  display: none !important;
  content: none !important;
}

.ilwyv-related-carousel-block ul.products li.product,
.ilwyv-related-carousel-block .products li.product,
.ilwyv-related-carousel-block .wc-block-grid__product,
.ilwyv-related-carousel-block .wp-block-post {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  flex: 0 0 calc((100% - 120px) / 6) !important;
  scroll-snap-align: start;
  box-sizing: border-box;
}

.ilwyv-related-carousel-block img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 0 0 16px !important;
}

.ilwyv-related-carousel-block .woocommerce-loop-product__title,
.ilwyv-related-carousel-block .wc-block-components-product-title,
.ilwyv-related-carousel-block .wp-block-post-title {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #06113d !important;
  min-height: 44px;
  margin: 0 0 14px !important;
}

.ilwyv-related-carousel-block .price,
.ilwyv-related-carousel-block .wc-block-components-product-price {
  display: block;
  font-size: 16px !important;
  color: #3155c6 !important;
  margin: 0 0 18px !important;
}

.ilwyv-related-carousel-block .button,
.ilwyv-related-carousel-block .add_to_cart_button,
.ilwyv-related-carousel-block .wp-block-button__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px !important;
  border-radius: 4px !important;
  background: #010a35 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border: none !important;
}

/* Tablet */
@media (max-width: 1199px) {
  .ilwyv-related-carousel-block ul.products li.product,
  .ilwyv-related-carousel-block .products li.product,
  .ilwyv-related-carousel-block .wc-block-grid__product,
  .ilwyv-related-carousel-block .wp-block-post {
    flex: 0 0 calc((100% - 48px) / 3) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ilwyv-related-carousel-block {
    padding: 28px 18px 36px;
  }

  .ilwyv-related-carousel-block h2,
  .ilwyv-related-carousel-block .wp-block-heading {
    text-align: center;
    margin-bottom: 28px;
  }

  .ilwyv-related-carousel-block ul.products,
  .ilwyv-related-carousel-block .products {
    gap: 18px !important;
  }

  .ilwyv-related-carousel-block ul.products li.product,
  .ilwyv-related-carousel-block .products li.product,
  .ilwyv-related-carousel-block .wc-block-grid__product,
  .ilwyv-related-carousel-block .wp-block-post {
    flex: 0 0 82% !important;
  }

  .ilwyv-related-carousel-block .woocommerce-loop-product__title,
  .ilwyv-related-carousel-block .wc-block-components-product-title,
  .ilwyv-related-carousel-block .wp-block-post-title {
    font-size: 18px !important;
    min-height: auto;
  }

  .ilwyv-related-carousel-block .button,
  .ilwyv-related-carousel-block .add_to_cart_button,
  .ilwyv-related-carousel-block .wp-block-button__link {
    min-width: 160px;
  }
}

@media (max-width: 430px) {
  .ilwyv-related-carousel-block ul.products li.product,
  .ilwyv-related-carousel-block .products li.product,
  .ilwyv-related-carousel-block .wc-block-grid__product,
  .ilwyv-related-carousel-block .wp-block-post {
    flex: 0 0 86% !important;
  }
}

/************************************
 * ILWYV CART - GENERAL LAYOUT
 ************************************/

.wp-block-woocommerce-cart.alignwide {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.wp-block-woocommerce-cart .wc-block-cart {
  gap: 28px;
}

.wp-block-woocommerce-cart .wc-block-cart__sidebar {
  border-radius: 16px;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-cart .wc-block-components-button {
  min-height: 48px;
  border-radius: 8px;
  font-weight: 600;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img,
.wp-block-woocommerce-cart .wc-block-components-product-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}


/************************************
 * ILWYV CART - CROSS SELLS / RELATED
 ************************************/

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells {
  margin-top: 28px;
  padding-top: 10px;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells h2 {
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  color: #07133d;
}

.ilwyv-cart-upsell-copy {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-post-template,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells ul.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  padding-left: 0;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells li,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .type-product,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-post {
  height: 100%;
  border: 1px solid rgba(7, 19, 61, 0.12);
  border-radius: 18px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(7, 19, 61, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-woocommerce-product-image,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wc-block-components-product-image,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells figure {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 14px;
  margin: 0 0 12px 0;
  background: #f4f6fb;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-post-title,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wc-block-components-product-title {
  min-height: 44px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-post-title a {
  color: #07133d;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wc-block-components-product-price,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-woocommerce-product-price {
  margin-top: auto;
  margin-bottom: 12px;
  font-weight: 700;
  color: #07133d;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-button,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-woocommerce-product-button {
  width: 100%;
  margin-top: 8px;
}

.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-button__link,
.wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells button {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  text-align: center;
  font-weight: 700;
}


/************************************
 * ILWYV CART - TRUST MESSAGE
 ************************************/

.ilwyv-cart-confidence {
  max-width: 1180px;
  margin: 24px auto 48px auto;
  padding: 18px 22px;
  border: 1px solid rgba(7, 19, 61, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(7, 19, 61, 0.05);
}

.ilwyv-cart-confidence p {
  margin: 0;
  color: #07133d;
  font-size: 15px;
  line-height: 1.6;
}


/************************************
 * TABLET
 ************************************/

@media (max-width: 1024px) {
  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-post-template,
  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells ul.wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/************************************
 * MOBILE
 ************************************/

@media (max-width: 767px) {
  .wp-block-woocommerce-cart.alignwide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wp-block-woocommerce-cart .wc-block-cart__sidebar {
    width: 100%;
  }

  .wp-block-woocommerce-cart .wc-block-cart__submit-button {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
  }

  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells {
    margin-top: 22px;
  }

  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-post-template,
  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells ul.wc-block-product-template {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 16px 4px;
    -webkit-overflow-scrolling: touch;
  }

  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells li,
  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .type-product,
  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-post {
    scroll-snap-align: start;
  }

  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells .wp-block-woocommerce-product-image,
  .wp-block-woocommerce-product-collection.ilwyv-cart-cross-sells figure {
    aspect-ratio: 4 / 3;
  }

  .ilwyv-cart-confidence {
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px;
  }
}

/************************************
 * ILWYV CHECKOUT - FINAL LAYOUT
 ************************************/

/* Hide default page title "Checkout" */
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout h1.entry-title,
body.woocommerce-checkout .wp-block-post-title {
  display: none !important;
}

/* Main checkout page wrapper */
.ilwyv-checkout-page {
  width: 100% !important;
  max-width: 1380px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Desktop order */
.ilwyv-checkout-intro {
  order: 1;
}

.ilwyv-checkout-trust-row {
  order: 2;
}

.wp-block-woocommerce-checkout {
  order: 3;
}

.ilwyv-checkout-after-note {
  order: 4;
}

/************************************
 * INTRO
 ************************************/

.ilwyv-checkout-intro {
  max-width: 780px !important;
  margin: 0 auto 22px auto !important;
  padding: 0 !important;
  text-align: center;
}

.ilwyv-checkout-intro h1 {
  font-size: clamp(34px, 3.8vw, 54px) !important;
  line-height: 1.05 !important;
  margin: 0 0 12px 0 !important;
  color: #07133d !important;
  font-weight: 900 !important;
}

.ilwyv-checkout-intro > p {
  max-width: 760px !important;
  margin: 0 auto !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
}

/************************************
 * TRUST CARDS
 ************************************/

.ilwyv-checkout-trust-row {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto 30px auto !important;
  gap: 18px !important;
}

.ilwyv-checkout-trust-row .wp-block-column {
  background: #ffffff !important;
  border: 1px solid rgba(7, 19, 61, 0.12) !important;
  border-radius: 16px !important;
  padding: 16px 18px !important;
  box-shadow: 0 10px 28px rgba(7, 19, 61, 0.05) !important;
}

.ilwyv-checkout-trust-row p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #4b5563 !important;
}

.ilwyv-checkout-trust-row strong {
  display: inline-block !important;
  margin-bottom: 4px !important;
  color: #07133d !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

/************************************
 * WOO CHECKOUT WIDTH
 ************************************/

.wp-block-woocommerce-checkout.alignwide {
  width: 100% !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Force WooCommerce checkout layout to use available space */
.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  width: 100% !important;
  max-width: none !important;
}

@media (min-width: 900px) {
  .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(680px, 1fr) minmax(360px, 430px) !important;
    column-gap: 48px !important;
    align-items: start !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-main {
    width: auto !important;
    max-width: none !important;
    padding-right: 0 !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    position: sticky !important;
    top: 110px !important;
    align-self: start !important;
  }
}

/************************************
 * MAIN FORM CARD
 ************************************/

.wp-block-woocommerce-checkout .wc-block-components-main,
.wp-block-woocommerce-checkout .wc-block-checkout__main {
  background: #ffffff !important;
  border: 1px solid rgba(7, 19, 61, 0.10) !important;
  border-radius: 20px !important;
  padding: 28px !important;
  box-shadow: 0 14px 38px rgba(7, 19, 61, 0.05) !important;
}

/* Section headings */
.wp-block-woocommerce-checkout h2,
.wp-block-woocommerce-checkout h3,
.wp-block-woocommerce-checkout .wc-block-components-title {
  color: #07133d !important;
  font-weight: 900 !important;
}

/* Inputs */
.wp-block-woocommerce-checkout input,
.wp-block-woocommerce-checkout select,
.wp-block-woocommerce-checkout textarea {
  border-radius: 10px !important;
  border-color: rgba(7, 19, 61, 0.22) !important;
  min-height: 48px !important;
}

.wp-block-woocommerce-checkout textarea {
  min-height: 110px !important;
}

/************************************
 * ORDER SUMMARY
 ************************************/

.wp-block-woocommerce-checkout .wc-block-components-sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
  background: #ffffff !important;
  border: 1px solid rgba(7, 19, 61, 0.12) !important;
  border-radius: 20px !important;
  padding: 26px !important;
  box-shadow: 0 14px 38px rgba(7, 19, 61, 0.07) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-order-summary,
.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
  color: #07133d !important;
}

.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__description {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-totals-footer-item {
  background: #eaf3ff !important;
  border-radius: 10px !important;
  padding: 18px !important;
}

/************************************
 * PAYMENT BUTTONS
 ************************************/

.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wc-block-components-button {
  min-height: 54px !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
}

/************************************
 * AFTER NOTE
 ************************************/

.ilwyv-checkout-after-note {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 26px auto 54px auto !important;
  padding: 0 !important;
}

.ilwyv-checkout-after-note p {
  margin: 0 !important;
  padding: 18px 22px !important;
  border-radius: 16px !important;
  background: #f6f8ff !important;
  border: 1px solid rgba(7, 19, 61, 0.12) !important;
  color: #07133d !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/************************************
 * MOBILE CHECKOUT
 ************************************/

@media (max-width: 767px) {
  .ilwyv-checkout-page {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* Mobile order: trust cards move below checkout */
  .ilwyv-checkout-intro {
    order: 1 !important;
  }

  .wp-block-woocommerce-checkout {
    order: 2 !important;
  }

  .ilwyv-checkout-after-note {
    order: 3 !important;
  }

  .ilwyv-checkout-trust-row {
    order: 4 !important;
  }

  .ilwyv-checkout-intro {
    text-align: left !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
  }

  .ilwyv-checkout-intro h1 {
    font-size: 42px !important;
    line-height: 1.05 !important;
    margin-bottom: 16px !important;
  }

  .ilwyv-checkout-intro > p {
    font-size: 18px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
  }

  .wp-block-woocommerce-checkout.alignwide {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-main,
  .wp-block-woocommerce-checkout .wc-block-checkout__main,
  .wp-block-woocommerce-checkout .wc-block-components-sidebar,
  .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    position: static !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
  .wp-block-woocommerce-checkout .wc-block-components-button {
    width: 100% !important;
    min-height: 56px !important;
    font-size: 16px !important;
  }

  .ilwyv-checkout-after-note {
    margin-top: 24px !important;
    margin-bottom: 28px !important;
  }

  .ilwyv-checkout-after-note p {
    padding: 16px !important;
    font-size: 15px !important;
  }

  .ilwyv-checkout-trust-row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 12px !important;
    margin: 0 0 44px 0 !important;
  }

  .ilwyv-checkout-trust-row .wp-block-column {
    padding: 14px 16px !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 22px rgba(7, 19, 61, 0.04) !important;
  }

  .ilwyv-checkout-trust-row p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .ilwyv-checkout-trust-row strong {
    font-size: 15px !important;
  }
}

/************************************
 * SMALL MOBILE
 ************************************/

@media (max-width: 430px) {
  .ilwyv-checkout-page {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ilwyv-checkout-intro h1 {
    font-size: 38px !important;
  }

  .ilwyv-checkout-intro > p {
    font-size: 17px !important;
  }
}

/************************************
 * ILWYV CHECKOUT - ORDER SUMMARY RESPONSIVE FIX
 * Fixes product row overflow on mobile and tablet
 ************************************/

/* General protection */
.wp-block-woocommerce-checkout .wc-block-components-sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar,
.wp-block-woocommerce-checkout .wc-block-components-order-summary,
.wp-block-woocommerce-checkout .wc-block-components-order-summary__content,
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Prevent hidden horizontal overflow */
.wp-block-woocommerce-checkout .wc-block-components-sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
  overflow: hidden !important;
}

/* Tablet + mobile */
@media (max-width: 1024px) {
  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 6px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    margin: 0 !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__description {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__description *,
  .wp-block-woocommerce-checkout .wc-block-components-product-name,
  .wp-block-woocommerce-checkout .wc-block-components-product-metadata,
  .wp-block-woocommerce-checkout .wc-block-components-product-details {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    white-space: normal !important;
  }

  /* Hide line total inside product row on tablet/mobile.
     Subtotal and Total are already shown below, so this avoids overflow. */
  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    display: none !important;
  }

  /* Quantity badge position */
  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__quantity {
    right: -8px !important;
    top: -8px !important;
  }

  /* Visit date badge must stay inside the card */
  .wp-block-woocommerce-checkout .ilwyv-visit-date-final,
  .wp-block-woocommerce-checkout .ilwyv-visit-date-pill,
  .wp-block-woocommerce-checkout .ilwyv-visit-date-box {
    max-width: 100% !important;
    width: fit-content !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* Mobile-specific tightening */
@media (max-width: 767px) {
  .wp-block-woocommerce-checkout .wc-block-components-sidebar,
  .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image,
  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-product-name,
  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__description a,
  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__description strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-product-price,
  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__individual-prices {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .wp-block-woocommerce-checkout .ilwyv-visit-date-final,
  .wp-block-woocommerce-checkout .ilwyv-visit-date-pill,
  .wp-block-woocommerce-checkout .ilwyv-visit-date-box {
    font-size: 11px !important;
    padding: 3px 6px !important;
    margin-top: 6px !important;
  }
}

/* Very small mobile */
@media (max-width: 430px) {
  .wp-block-woocommerce-checkout .wc-block-components-sidebar,
  .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image,
  .wp-block-woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
  }
}

/********************************************
 * ILWYV ABOUT PAGE — FINAL VISUAL FIX
 * Width, contrast, desktop, tablet, mobile
 ********************************************/

.ilwyv-about-page {
  --ilwyv-dark: #07111f;
  --ilwyv-navy: #101820;
  --ilwyv-text: #182435;
  --ilwyv-muted: #485563;
  --ilwyv-soft: #f5f7f9;
  --ilwyv-border: #dde3e8;
  --ilwyv-gold: #b88a3d;
  --ilwyv-gold-soft: #f3dfb9;
  --ilwyv-white: #ffffff;
  --ilwyv-radius: 24px;
  --ilwyv-shadow: 0 20px 48px rgba(7, 17, 31, 0.10);

  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: hidden !important;
  background: #ffffff !important;
  color: var(--ilwyv-text) !important;
}

/* Break out of Gotrek / Gutenberg constrained containers */
.entry-content .ilwyv-about-page,
.wp-site-blocks .ilwyv-about-page,
.wp-block-html .ilwyv-about-page {
  width: 100vw !important;
  max-width: 100vw !important;
}

.ilwyv-about-page .ilwyv-container,
.ilwyv-about-page .ilwyv-about-hero-inner {
  width: min(1480px, calc(100% - 72px)) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* General spacing */
.ilwyv-about-page .ilwyv-section {
  padding: 96px 0 !important;
}

.ilwyv-about-page .ilwyv-feature-band {
  background: #f5f7f9 !important;
}

/* Typography contrast */
.ilwyv-about-page h1,
.ilwyv-about-page h2,
.ilwyv-about-page h3,
.ilwyv-about-page h4,
.ilwyv-about-page .ilwyv-title,
.ilwyv-about-page .ilwyv-h2,
.ilwyv-about-page .ilwyv-h3,
.ilwyv-about-page strong {
  color: #07111f !important;
}

.ilwyv-about-page p,
.ilwyv-about-page .ilwyv-copy,
.ilwyv-about-page li,
.ilwyv-about-page span {
  color: #485563 !important;
}

.ilwyv-about-page .ilwyv-copy {
  font-size: 17px !important;
  line-height: 1.82 !important;
}

.ilwyv-about-page .ilwyv-kicker,
.ilwyv-about-page .ilwyv-role,
.ilwyv-about-page .ilwyv-card-number,
.ilwyv-about-page .ilwyv-process-step::before {
  color: #b88a3d !important;
}

/* Hero */
.ilwyv-about-page .ilwyv-about-hero {
  min-height: 720px !important;
  display: flex !important;
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.78) 42%, rgba(7, 17, 31, 0.42) 100%),
    url("https://ilivewhereyouvacation.com.mx/wp-content/uploads/2024/06/pexels-photo-20210508.jpeg") center/cover no-repeat !important;
}

.ilwyv-about-page .ilwyv-about-hero-inner {
  padding-top: 130px !important;
  padding-bottom: 150px !important;
}

.ilwyv-about-page .ilwyv-hero-card {
  max-width: 920px !important;
}

.ilwyv-about-page .ilwyv-hero-card .ilwyv-title,
.ilwyv-about-page .ilwyv-about-hero h1,
.ilwyv-about-page .ilwyv-about-hero h2,
.ilwyv-about-page .ilwyv-about-hero h3 {
  color: #ffffff !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.34) !important;
}

.ilwyv-about-page .ilwyv-about-hero .ilwyv-kicker {
  color: #f3dfb9 !important;
}

.ilwyv-about-page .ilwyv-lead,
.ilwyv-about-page .ilwyv-about-hero p {
  color: rgba(255, 255, 255, 0.94) !important;
  max-width: 880px !important;
}

/* Main titles */
.ilwyv-about-page .ilwyv-title {
  font-size: clamp(44px, 5.6vw, 78px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

.ilwyv-about-page .ilwyv-h2 {
  font-size: clamp(34px, 3.4vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.ilwyv-about-page .ilwyv-h3 {
  font-size: 22px !important;
  line-height: 1.25 !important;
}

/* Intro layout */
.ilwyv-about-page .ilwyv-intro-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: 84px !important;
  align-items: center !important;
}

.ilwyv-about-page .ilwyv-statement {
  padding: 42px !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  border: 1px solid #dde3e8 !important;
  box-shadow: var(--ilwyv-shadow) !important;
}

.ilwyv-about-page .ilwyv-statement p {
  color: #07111f !important;
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.12 !important;
}

.ilwyv-about-page .ilwyv-statement span {
  color: #b88a3d !important;
}

/* Cards */
.ilwyv-about-page .ilwyv-card,
.ilwyv-about-page .ilwyv-category,
.ilwyv-about-page .ilwyv-process-step,
.ilwyv-about-page .ilwyv-team-card,
.ilwyv-about-page .ilwyv-trust-box {
  background: #ffffff !important;
  border: 1px solid #dde3e8 !important;
  color: #182435 !important;
  box-shadow: 0 16px 38px rgba(7, 17, 31, 0.07) !important;
}

.ilwyv-about-page .ilwyv-card p,
.ilwyv-about-page .ilwyv-category span,
.ilwyv-about-page .ilwyv-process-step p,
.ilwyv-about-page .ilwyv-team-card p,
.ilwyv-about-page .ilwyv-trust-box p,
.ilwyv-about-page .ilwyv-trust-list li {
  color: #485563 !important;
}

/* Wider desktop grids */
@media (min-width: 1180px) {
  .ilwyv-about-page .ilwyv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px !important;
  }

  .ilwyv-about-page .ilwyv-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .ilwyv-about-page .ilwyv-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .ilwyv-about-page .ilwyv-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px !important;
  }

  .ilwyv-about-page .ilwyv-split {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    gap: 84px !important;
  }
}

/* Dark panel readability */
.ilwyv-about-page .ilwyv-panel {
  background: #07111f !important;
  color: #ffffff !important;
  border-radius: 28px !important;
}

.ilwyv-about-page .ilwyv-panel h1,
.ilwyv-about-page .ilwyv-panel h2,
.ilwyv-about-page .ilwyv-panel h3,
.ilwyv-about-page .ilwyv-panel strong {
  color: #ffffff !important;
}

.ilwyv-about-page .ilwyv-panel p,
.ilwyv-about-page .ilwyv-panel span,
.ilwyv-about-page .ilwyv-panel .ilwyv-copy {
  color: rgba(255, 255, 255, 0.86) !important;
}

.ilwyv-about-page .ilwyv-panel .ilwyv-kicker {
  color: #f3dfb9 !important;
}

.ilwyv-about-page .ilwyv-panel-item {
  background: rgba(255, 255, 255, 0.095) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

/* Final CTA readability */
.ilwyv-about-page .ilwyv-final-cta {
  padding: 100px 0 !important;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94), rgba(7, 17, 31, 0.78)),
    url("https://ilivewhereyouvacation.com.mx/wp-content/uploads/2024/06/pexels-photo-20210508.jpeg") center/cover no-repeat !important;
  color: #ffffff !important;
}

.ilwyv-about-page .ilwyv-final-cta h1,
.ilwyv-about-page .ilwyv-final-cta h2,
.ilwyv-about-page .ilwyv-final-cta h3 {
  color: #ffffff !important;
}

.ilwyv-about-page .ilwyv-final-cta p,
.ilwyv-about-page .ilwyv-final-cta .ilwyv-copy,
.ilwyv-about-page .ilwyv-disclaimer {
  color: rgba(255, 255, 255, 0.88) !important;
}

.ilwyv-about-page .ilwyv-final-cta .ilwyv-kicker {
  color: #f3dfb9 !important;
}

/* Buttons */
.ilwyv-about-page .ilwyv-btn {
  min-height: 52px !important;
  padding: 15px 26px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.ilwyv-about-page .ilwyv-btn-primary {
  background: #b88a3d !important;
  color: #07111f !important;
  border: 1px solid #b88a3d !important;
  box-shadow: 0 14px 28px rgba(184, 138, 61, 0.24) !important;
}

.ilwyv-about-page .ilwyv-btn-primary:hover {
  background: #c99a4a !important;
  color: #07111f !important;
}

.ilwyv-about-page .ilwyv-btn-secondary {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.48) !important;
}

.ilwyv-about-page .ilwyv-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.26) !important;
  color: #ffffff !important;
}

/* Light area secondary button must not disappear */
.ilwyv-about-page .ilwyv-section:not(.ilwyv-final-cta) .ilwyv-btn-secondary {
  background: #07111f !important;
  color: #ffffff !important;
  border-color: #07111f !important;
}

/* Team images */
.ilwyv-about-page .ilwyv-team-image {
  aspect-ratio: 4 / 3 !important;
  background: #f5f7f9 !important;
  overflow: hidden !important;
}

.ilwyv-about-page .ilwyv-team-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Trust links */
.ilwyv-about-page a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ilwyv-about-page .ilwyv-trust-box a {
  color: #8f6426 !important;
  font-weight: 700 !important;
}

/* Tablet */
@media (max-width: 1179px) {
  .ilwyv-about-page .ilwyv-container,
  .ilwyv-about-page .ilwyv-about-hero-inner {
    width: min(100%, calc(100% - 44px)) !important;
  }

  .ilwyv-about-page .ilwyv-section {
    padding: 76px 0 !important;
  }

  .ilwyv-about-page .ilwyv-about-hero {
    min-height: 660px !important;
  }

  .ilwyv-about-page .ilwyv-intro-grid,
  .ilwyv-about-page .ilwyv-split {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .ilwyv-about-page .ilwyv-card-grid,
  .ilwyv-about-page .ilwyv-category-grid,
  .ilwyv-about-page .ilwyv-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  .ilwyv-about-page .ilwyv-team-grid,
  .ilwyv-about-page .ilwyv-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .ilwyv-about-page .ilwyv-container,
  .ilwyv-about-page .ilwyv-about-hero-inner {
    width: min(100%, calc(100% - 28px)) !important;
  }

  .ilwyv-about-page .ilwyv-section {
    padding: 58px 0 !important;
  }

  .ilwyv-about-page .ilwyv-about-hero {
    min-height: 690px !important;
    background:
      linear-gradient(180deg, rgba(7, 17, 31, 0.96) 0%, rgba(7, 17, 31, 0.86) 100%),
      url("https://ilivewhereyouvacation.com.mx/wp-content/uploads/2024/06/pexels-photo-20210508.jpeg") center/cover no-repeat !important;
  }

  .ilwyv-about-page .ilwyv-about-hero-inner {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .ilwyv-about-page .ilwyv-title {
    font-size: 42px !important;
    line-height: 1.03 !important;
  }

  .ilwyv-about-page .ilwyv-h2 {
    font-size: 31px !important;
    line-height: 1.12 !important;
  }

  .ilwyv-about-page .ilwyv-h3 {
    font-size: 21px !important;
  }

  .ilwyv-about-page .ilwyv-lead,
  .ilwyv-about-page .ilwyv-copy {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  .ilwyv-about-page .ilwyv-card-grid,
  .ilwyv-about-page .ilwyv-category-grid,
  .ilwyv-about-page .ilwyv-process-grid,
  .ilwyv-about-page .ilwyv-team-grid,
  .ilwyv-about-page .ilwyv-trust-list {
    grid-template-columns: 1fr !important;
  }

  .ilwyv-about-page .ilwyv-btn-row {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .ilwyv-about-page .ilwyv-btn {
    width: 100% !important;
  }

  .ilwyv-about-page .ilwyv-card,
  .ilwyv-about-page .ilwyv-category,
  .ilwyv-about-page .ilwyv-process-step,
  .ilwyv-about-page .ilwyv-panel,
  .ilwyv-about-page .ilwyv-statement,
  .ilwyv-about-page .ilwyv-trust-box,
  .ilwyv-about-page .ilwyv-team-content {
    padding: 24px !important;
  }
}

/* Print correction only: prevents washed-out output */
@media print {
  .ilwyv-about-page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #07111f !important;
    background: #ffffff !important;
  }

  .ilwyv-about-page .ilwyv-container,
  .ilwyv-about-page .ilwyv-about-hero-inner {
    width: 92% !important;
    max-width: 92% !important;
  }

  .ilwyv-about-page .ilwyv-about-hero,
  .ilwyv-about-page .ilwyv-final-cta,
  .ilwyv-about-page .ilwyv-panel {
    background: #07111f !important;
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .ilwyv-about-page .ilwyv-about-hero *,
  .ilwyv-about-page .ilwyv-final-cta *,
  .ilwyv-about-page .ilwyv-panel * {
    color: #ffffff !important;
  }
}

/********************************************
 * ILWYV HEADER V4 — FINAL CLEAN VERSION
 * Desktop: Logo | Nav | View Cart | Auth
 * Mobile: Logo | Cart | Menu | Auth
 ********************************************/

.header-v4.ilwyv-header-v4,
.header-v4.ilwyv-header-v4 * {
  box-sizing: border-box !important;
}

.header-v4.ilwyv-header-v4 {
  position: relative !important;
  z-index: 9999 !important;
  width: 100% !important;
  background: #ffffff !important;
  color: #101820 !important;
}

/* Reset margins inside header */
.header-v4.ilwyv-header-v4 figure,
.header-v4.ilwyv-header-v4 p,
.header-v4.ilwyv-header-v4 .wp-block-buttons,
.header-v4.ilwyv-header-v4 .wp-block-button,
.header-v4.ilwyv-header-v4 .wp-block-shortcode {
  margin: 0 !important;
}

/* Hide site title if theme injects it */
.header-v4.ilwyv-header-v4 .wp-block-site-title {
  display: none !important;
}

/* Visibility logic */
.header-v4.ilwyv-header-v4 .mobile-header,
.header-v4.ilwyv-header-v4 .ilwyv-mobile-header {
  display: none !important;
}

.header-v4.ilwyv-header-v4 .desktop-header,
.header-v4.ilwyv-header-v4 .ilwyv-desktop-header {
  display: block !important;
}

/* Desktop row */
.header-v4.ilwyv-header-v4 .ilwyv-header-row {
  width: 100% !important;
  min-height: 58px !important;
  align-items: center !important;
  gap: 24px !important;
}

/* Logo */
.header-v4.ilwyv-header-v4 .ilwyv-header-logo {
  line-height: 0 !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-header-logo img,
.header-v4.ilwyv-header-v4 .brand img {
  display: block !important;
  width: auto !important;
  max-width: 188px !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

/* Desktop nav */
.header-v4.ilwyv-header-v4 .wp-block-navigation {
  margin: 0 !important;
}

.header-v4.ilwyv-header-v4 .wp-block-navigation__container {
  align-items: center !important;
  gap: 26px !important;
}

.header-v4.ilwyv-header-v4 .primary-menu a,
.header-v4.ilwyv-header-v4 .ilwyv-primary-menu a {
  color: #101820 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.header-v4.ilwyv-header-v4 .wp-block-navigation a:hover {
  color: #b88a3d !important;
}

/* Dropdown menus */
.header-v4.ilwyv-header-v4 .wp-block-navigation__submenu-container {
  background: #ffffff !important;
  border: 1px solid rgba(16, 24, 32, 0.10) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.12) !important;
  padding: 10px !important;
  min-width: 220px !important;
}

.header-v4.ilwyv-header-v4 .wp-block-navigation__submenu-container a {
  color: #101820 !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
}

.header-v4.ilwyv-header-v4 .wp-block-navigation__submenu-container a:hover {
  background: #f5f7f9 !important;
}

/* Header actions */
.header-v4.ilwyv-header-v4 .ilwyv-header-actions {
  flex-shrink: 0 !important;
  align-items: center !important;
}

/* Cart button */
.header-v4.ilwyv-header-v4 .ilwyv-cart-button .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  background: #101820 !important;
  color: #ffffff !important;
  border: 1px solid #101820 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(16, 24, 32, 0.08) !important;
  text-decoration: none !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-cart-button .wp-block-button__link:hover {
  background: #b88a3d !important;
  color: #101820 !important;
  border-color: #b88a3d !important;
}

/********************************************
 * AUTH SHORTCODE — GOOGLE / USER MENU
 ********************************************/

.header-v4.ilwyv-header-v4 .ilwyv-auth-desktop,
.header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible {
  line-height: 1 !important;
}

/* Google button */
.header-v4.ilwyv-header-v4 .ilwyv-googlebtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 38px !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(16, 24, 32, 0.14) !important;
  background: #ffffff !important;
  color: #101820 !important;
  box-shadow: 0 8px 20px rgba(16, 24, 32, 0.06) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-googlebtn strong {
  color: #101820 !important;
  font-weight: 800 !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-googlebtn:hover {
  border-color: rgba(184, 138, 61, 0.45) !important;
  box-shadow: 0 10px 24px rgba(16, 24, 32, 0.10) !important;
}

/* Logged-in userbox */
.header-v4.ilwyv-header-v4 .ilwyv-userbox {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-userbtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 38px !important;
  padding: 7px 12px 7px 8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(16, 24, 32, 0.14) !important;
  background: #ffffff !important;
  color: #101820 !important;
  box-shadow: 0 8px 20px rgba(16, 24, 32, 0.06) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-avatar {
  width: 26px !important;
  height: 26px !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  display: block !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-name {
  color: #101820 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  max-width: 110px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-caret {
  fill: #101820 !important;
  flex-shrink: 0 !important;
}

/* User dropdown */
.header-v4.ilwyv-header-v4 .ilwyv-menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  min-width: 220px !important;
  padding: 10px !important;
  background: #ffffff !important;
  border: 1px solid rgba(16, 24, 32, 0.10) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.14) !important;
  z-index: 10000 !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-userbox.open .ilwyv-menu {
  display: block !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-menu a {
  display: block !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  color: #101820 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-menu a:hover {
  background: #f5f7f9 !important;
  color: #b88a3d !important;
}

.header-v4.ilwyv-header-v4 .ilwyv-menu hr {
  border: 0 !important;
  border-top: 1px solid rgba(16, 24, 32, 0.10) !important;
  margin: 8px 0 !important;
}

/********************************************
 * DESKTOP + TABLET HORIZONTAL
 ********************************************/

@media (min-width: 900px) {
  .header-v4.ilwyv-header-v4 .desktop-header,
  .header-v4.ilwyv-header-v4 .ilwyv-desktop-header {
    display: block !important;
  }

  .header-v4.ilwyv-header-v4 .mobile-header,
  .header-v4.ilwyv-header-v4 .ilwyv-mobile-header {
    display: none !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-header-left {
    min-width: 0 !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-primary-menu {
    min-width: 0 !important;
  }
}

/********************************************
 * TABLET VERTICAL + MOBILE
 * Desired order: Logo | Cart | Menu | Auth
 ********************************************/

@media (max-width: 899px) {
  .header-v4.ilwyv-header-v4 .desktop-header,
  .header-v4.ilwyv-header-v4 .ilwyv-desktop-header {
    display: none !important;
  }

  .header-v4.ilwyv-header-v4 .mobile-header,
  .header-v4.ilwyv-header-v4 .ilwyv-mobile-header {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-mobile-row {
    min-height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
  }

  /* 1. Logo */
  .header-v4.ilwyv-header-v4 .ilwyv-mobile-logo {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin-right: auto !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-mobile-logo img {
    max-width: 64px !important;
    max-height: 44px !important;
  }

  /* Right side wrapper */
  .header-v4.ilwyv-header-v4 .ilwyv-mobile-actions {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    gap: 7px !important;
  }

  /* 2. Cart */
  .header-v4.ilwyv-header-v4 .ilwyv-mobile-cart-wrap {
    order: 1 !important;
    flex: 0 0 auto !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-mobile-cart-button .wp-block-button__link {
    min-height: 38px !important;
    padding: 8px 11px !important;
    font-size: 12px !important;
    border-radius: 999px !important;
  }

  /* 3. Menu */
  .header-v4.ilwyv-header-v4 .ilwyv-mobile-nav {
    order: 2 !important;
    flex: 0 0 auto !important;
  }

  .header-v4.ilwyv-header-v4 .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    padding: 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(16, 24, 32, 0.14) !important;
    background: #ffffff !important;
    color: #101820 !important;
    box-shadow: 0 8px 20px rgba(16, 24, 32, 0.05) !important;
  }

  .header-v4.ilwyv-header-v4 .wp-block-navigation__responsive-container-open svg {
    width: 20px !important;
    height: 20px !important;
  }

  /* 4. Auth */
  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible {
    order: 3 !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-googlebtn,
  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-userbtn {
    min-height: 38px !important;
    max-width: 158px !important;
    padding: 6px 10px 6px 7px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    box-shadow: 0 8px 20px rgba(16, 24, 32, 0.08) !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-avatar {
    width: 27px !important;
    height: 27px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-name {
    max-width: 76px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-gtext {
    max-width: 102px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /* Mobile overlay */
  .header-v4.ilwyv-header-v4 .wp-block-navigation__responsive-container.is-menu-open {
    background: #ffffff !important;
    padding: 78px 24px 60px !important;
    z-index: 100000 !important;
  }

  .header-v4.ilwyv-header-v4 .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .header-v4.ilwyv-header-v4 .wp-block-navigation__responsive-container.is-menu-open a {
    color: #101820 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    padding: 10px 0 !important;
  }

  .header-v4.ilwyv-header-v4 .wp-block-navigation__responsive-container-close {
    top: 22px !important;
    right: 22px !important;
  }

  /* User dropdown on mobile */
  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 220px !important;
  }
}

/********************************************
 * SMALL MOBILE
 ********************************************/

@media (max-width: 420px) {
  .header-v4.ilwyv-header-v4 .ilwyv-mobile-header {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-mobile-row {
    gap: 5px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-mobile-logo img {
    max-width: 48px !important;
    max-height: 40px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-mobile-actions {
    gap: 5px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-mobile-cart-button .wp-block-button__link {
    min-height: 36px !important;
    padding: 8px 9px !important;
    font-size: 11px !important;
  }

  .header-v4.ilwyv-header-v4 .wp-block-navigation__responsive-container-open {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 8px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-userbtn,
  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-googlebtn {
    max-width: 130px !important;
    min-height: 36px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-avatar {
    width: 25px !important;
    height: 25px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-name {
    max-width: 56px !important;
    font-size: 12px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-gtext {
    max-width: 74px !important;
  }
}

/********************************************
 * VERY SMALL MOBILE
 ********************************************/

@media (max-width: 360px) {
  .header-v4.ilwyv-header-v4 .ilwyv-mobile-logo img {
    max-width: 42px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-mobile-cart-button .wp-block-button__link {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-userbtn,
  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-googlebtn {
    max-width: 116px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-name {
    max-width: 46px !important;
  }

  .header-v4.ilwyv-header-v4 .ilwyv-auth-mobile-visible .ilwyv-gtext {
    max-width: 60px !important;
  }
}

/********************************************
 * ILWYV FOOTER-V1 — COMPACT PREMIUM FOOTER
 * Desktop: Support card + 4 columns
 * Mobile: Quick actions + accordion footer
 ********************************************/

.footer-v1.ilwyv-footer-v1,
.footer-v1.ilwyv-footer-v1 * {
  box-sizing: border-box !important;
}

.footer-v1.ilwyv-footer-v1 {
  margin-top: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.ilwyv-footer {
  width: 100% !important;
  background:
    radial-gradient(circle at top left, rgba(216,179,106,0.12), transparent 28%),
    linear-gradient(135deg, #07111e 0%, #06101b 50%, #071827 100%) !important;
  color: #ffffff !important;
  font-family: inherit !important;
}

.ilwyv-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.ilwyv-footer svg {
  display: block !important;
}

.ilwyv-footer-container {
  width: min(100% - 48px, 1320px) !important;
  margin: 0 auto !important;
}

/********************************************
 * MAIN FOOTER
 ********************************************/

.ilwyv-footer-main {
  padding: 38px 0 24px !important;
}

.ilwyv-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(310px, 1.25fr) repeat(4, minmax(140px, 0.75fr)) !important;
  gap: 34px !important;
  align-items: start !important;
}

.ilwyv-footer-mobile-stack {
  display: none !important;
}

/********************************************
 * DESKTOP SUPPORT CARD
 ********************************************/

.ilwyv-footer-contact-card {
  width: min(100%, 390px) !important;
  padding: 18px !important;
  background: rgba(255,255,255,0.055) !important;
  border: 1px solid rgba(216,179,106,0.55) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.16) !important;
}

.ilwyv-footer-contact-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.ilwyv-footer-mini-logo {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: 42px !important;
  height: 42px !important;
  line-height: 0 !important;
}

.ilwyv-footer-mini-logo img {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) sepia(1) saturate(1.4) hue-rotate(355deg) !important;
}

.ilwyv-footer-contact-title {
  margin: 0 !important;
  color: #d8b36a !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.ilwyv-footer-contact-link {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 32px minmax(88px, 0.5fr) minmax(0, 1fr) 12px !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 48px !important;
  padding: 10px 0 !important;
  color: rgba(255,255,255,0.78) !important;
  border-top: 1px solid rgba(255,255,255,0.10) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.ilwyv-footer-contact-link:first-of-type {
  border-top: 0 !important;
}

.ilwyv-footer-contact-link::after {
  content: "›" !important;
  color: #d8b36a !important;
  font-size: 24px !important;
  line-height: 1 !important;
  justify-self: end !important;
}

.ilwyv-footer-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  color: #d8b36a !important;
}

.ilwyv-footer-icon svg {
  width: 24px !important;
  height: 24px !important;
  fill: currentColor !important;
}

.ilwyv-footer-icon-wa {
  color: #25D366 !important;
}

.ilwyv-footer-label {
  color: rgba(255,255,255,0.56) !important;
  font-weight: 600 !important;
}

.ilwyv-footer-contact-link strong {
  color: #ffffff !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}

.ilwyv-footer-contact-link:hover strong {
  color: #d8b36a !important;
}

.ilwyv-footer-contact-whatsapp strong {
  color: #25D366 !important;
}

/********************************************
 * DESKTOP COLUMNS
 ********************************************/

.ilwyv-footer-column h3 {
  position: relative !important;
  margin: 0 0 22px !important;
  color: #d8b36a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

.ilwyv-footer-column h3::after {
  content: "" !important;
  display: block !important;
  width: 28px !important;
  height: 2px !important;
  margin-top: 10px !important;
  background: #d8b36a !important;
  border-radius: 99px !important;
}

.ilwyv-footer-column a {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 10px !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  color: rgba(255,255,255,0.72) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

.ilwyv-footer-column a::after {
  content: "›" !important;
  color: rgba(255,255,255,0.58) !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.ilwyv-footer-column a:hover {
  color: #d8b36a !important;
}

.ilwyv-footer-column a:hover::after {
  color: #d8b36a !important;
}

/********************************************
 * BOTTOM BAR
 ********************************************/

.ilwyv-footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  margin-top: 34px !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
}

.ilwyv-footer-legal {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
}

.ilwyv-footer-legal p {
  margin: 0 !important;
  color: rgba(255,255,255,0.62) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.ilwyv-footer-bottom-links,
.ilwyv-footer-social {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

.ilwyv-footer-bottom-links a,
.ilwyv-footer-social a {
  color: rgba(255,255,255,0.75) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.ilwyv-footer-bottom-links a:hover,
.ilwyv-footer-social a:hover {
  color: #d8b36a !important;
}

/********************************************
 * TABLET HORIZONTAL
 ********************************************/

@media (max-width: 1180px) {
  .ilwyv-footer-container {
    width: min(100% - 36px, 1080px) !important;
  }

  .ilwyv-footer-grid {
    grid-template-columns: minmax(270px, 1.15fr) repeat(4, minmax(112px, 0.75fr)) !important;
    gap: 22px !important;
  }

  .ilwyv-footer-contact-card {
    width: 100% !important;
    padding: 15px !important;
  }

  .ilwyv-footer-contact-link {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  .ilwyv-footer-contact-link::after {
    display: none !important;
  }

  .ilwyv-footer-label {
    grid-column: 2 !important;
  }

  .ilwyv-footer-contact-link strong {
    grid-column: 2 !important;
  }

  .ilwyv-footer-column h3 {
    font-size: 12px !important;
  }

  .ilwyv-footer-column a {
    font-size: 12px !important;
    margin-bottom: 11px !important;
  }
}

/********************************************
 * TABLET VERTICAL
 ********************************************/

@media (max-width: 899px) and (min-width: 641px) {
  .ilwyv-footer-container {
    width: min(100% - 28px, 760px) !important;
  }

  .ilwyv-footer-main {
    padding: 28px 0 20px !important;
  }

  .ilwyv-footer-grid {
    grid-template-columns: 250px repeat(4, minmax(90px, 1fr)) !important;
    gap: 14px !important;
  }

  .ilwyv-footer-contact-card {
    padding: 13px !important;
    border-radius: 16px !important;
  }

  .ilwyv-footer-mini-logo,
  .ilwyv-footer-mini-logo img {
    width: 30px !important;
    height: 30px !important;
  }

  .ilwyv-footer-contact-title {
    font-size: 10px !important;
  }

  .ilwyv-footer-contact-link {
    min-height: 42px !important;
    padding: 7px 0 !important;
    font-size: 11px !important;
  }

  .ilwyv-footer-icon,
  .ilwyv-footer-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .ilwyv-footer-column h3 {
    margin-bottom: 12px !important;
    font-size: 11px !important;
  }

  .ilwyv-footer-column h3::after {
    width: 22px !important;
    margin-top: 8px !important;
  }

  .ilwyv-footer-column a {
    margin-bottom: 8px !important;
    font-size: 11px !important;
  }

  .ilwyv-footer-column a::after {
    display: none !important;
  }
}

/********************************************
 * MOBILE — QUICK ACTIONS + ACCORDIONS
 ********************************************/

@media (max-width: 640px) {
  .ilwyv-footer-container {
    width: min(100% - 28px, 420px) !important;
  }

  .ilwyv-footer-main {
    padding: 24px 0 20px !important;
  }

  .ilwyv-footer-desktop-grid {
    display: none !important;
  }

  .ilwyv-footer-mobile-stack {
    display: block !important;
  }

  .ilwyv-footer-mobile-card {
    width: 100% !important;
    padding: 18px !important;
    background: rgba(255,255,255,0.055) !important;
    border: 1px solid rgba(216,179,106,0.34) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18) !important;
  }

  .ilwyv-footer-mobile-head {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
  }

  .ilwyv-footer-mobile-head .ilwyv-footer-mini-logo,
  .ilwyv-footer-mobile-head .ilwyv-footer-mini-logo img {
    width: 34px !important;
    height: 34px !important;
  }

  .ilwyv-footer-mobile-subtitle {
    margin: 4px 0 0 !important;
    color: rgba(255,255,255,0.62) !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .ilwyv-footer-mobile-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .ilwyv-footer-mobile-actions a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 86px !important;
    padding: 12px 10px !important;
    background: rgba(255,255,255,0.055) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    border-radius: 16px !important;
    color: #ffffff !important;
    text-align: center !important;
  }

  .ilwyv-footer-mobile-actions a:hover {
    border-color: rgba(216,179,106,0.55) !important;
  }

  .ilwyv-footer-mobile-actions svg {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 8px !important;
    fill: #d8b36a !important;
  }

  .ilwyv-footer-mobile-actions span {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  .ilwyv-footer-mobile-actions .ilwyv-mobile-wa svg {
    fill: #25D366 !important;
  }

  .ilwyv-footer-mobile-actions .ilwyv-mobile-wa span {
    color: #25D366 !important;
  }

  .ilwyv-footer-accordion {
    margin-top: 18px !important;
    border-top: 1px solid rgba(255,255,255,0.12) !important;
  }

  .ilwyv-footer-accordion details {
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  }

  .ilwyv-footer-accordion summary {
    list-style: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 54px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .ilwyv-footer-accordion summary::-webkit-details-marker {
    display: none !important;
  }

  .ilwyv-footer-accordion summary::after {
    content: "⌄" !important;
    color: rgba(255,255,255,0.78) !important;
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .ilwyv-footer-accordion details[open] summary::after {
    content: "⌃" !important;
  }

  .ilwyv-footer-accordion a {
    display: block !important;
    padding: 0 0 12px !important;
    color: rgba(255,255,255,0.72) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
  }

  .ilwyv-footer-accordion a:hover {
    color: #d8b36a !important;
  }

  .ilwyv-footer-bottom {
    margin-top: 20px !important;
    padding-top: 18px !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 14px !important;
    text-align: center !important;
  }

  .ilwyv-footer-legal {
    align-items: center !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .ilwyv-footer-legal p {
    font-size: 13px !important;
  }

  .ilwyv-footer-bottom-links,
  .ilwyv-footer-social {
    justify-content: center !important;
    gap: 14px !important;
  }

  .ilwyv-footer-bottom-links a,
  .ilwyv-footer-social a {
    font-size: 13px !important;
  }
}

/********************************************
 * SMALL MOBILE
 ********************************************/

@media (max-width: 420px) {
  .ilwyv-footer-container {
    width: min(100% - 24px, 420px) !important;
  }

  .ilwyv-footer-mobile-card {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .ilwyv-footer-mobile-actions {
    gap: 9px !important;
  }

  .ilwyv-footer-mobile-actions a {
    min-height: 78px !important;
    padding: 11px 8px !important;
    border-radius: 14px !important;
  }

  .ilwyv-footer-mobile-actions svg {
    width: 27px !important;
    height: 27px !important;
    margin-bottom: 7px !important;
  }

  .ilwyv-footer-mobile-actions span {
    font-size: 14px !important;
  }

  .ilwyv-footer-accordion summary {
    min-height: 52px !important;
    font-size: 17px !important;
  }
}