/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1627563600
Updated: 2021-07-29 13:00:00

*/
body {
    -webkit-text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.jet-woo-builder-archive-add-to-cart .button {font-family: "FuturaStd Book", Sans-serif !important;}
.elementor-215 .elementor-element.elementor-element-2e7c7ad nav.woocommerce-pagination ul li a, .elementor-215 .elementor-element.elementor-element-2e7c7ad nav.woocommerce-pagination ul li span {
    border-radius: 30px;
    width: 35px;
    height: 35px;
    font-weight: bold;
}
.add_to_wishlist.single_add_to_wishlist {
    font-family: "FuturaStd Book", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 25px 15px 25px;
    color: var( --e-global-color-c6ef18c );
    background-color: #fff;
    border-color: var( --e-global-color-c6ef18c );
    border: 2px solid;
}
.yith-wcwl-add-button {text-align:left;}
.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse {text-align:left;}
.yith-par-message {
    color: #7a7a7a !important;
}
.wpsl-search.wpsl-clearfix.wpsl-no-filters, .wpsl-directions {display: none!important;}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 100%;
}



/* Estilo para el banner con imagen a la izquierda y texto a la derecha */
.custom-banner {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  background: #B78844;
	margin-top: 30px;
	margin-bottom: 30px;
}

.custom-banner-image {
  flex: 2;
  max-width: 40%;
}

.custom-banner-image img {
  width: 100%;
  display: block;
}

.custom-banner-text {
  flex: 3;
  text-align: center;
  color: #fff;
	padding: 20px;
}

.custom-banner-text h2 {
  margin: 0 0 5px;
}

.custom-banner-text p {
  margin: 0;
}

.custom-banner-text p em {
  font-style: italic;
}

.custom-banner-text p strong em {
  font-style: normal;
}

/* Estilo para el CTA */
.custom-banner-text .cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff; 
  color: #6a696e; /* Texto en color blanco */
  text-decoration: none;
  border-radius: 30px;
	border: 1px solid #6a696e;
  font-weight: bold;
  transition: background-color 0.2s;
	margin-top: 20px;
}

.custom-banner-text .cta-button:hover {
  background-color: #7B797D; /* Color de fondo del botón al pasar el mouse (turquesa más oscuro) */
	color: #ffffff;
}

/* Estilo para hacer el banner responsive */
@media only screen and (max-width: 600px) {
  .custom-banner {
    flex-wrap: wrap;
  }

  .custom-banner-image {
    flex: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.woocommerce-MyAccount-navigation-link--wc-smart-coupons {
	display: none;
}

.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens {
	display: none;
}

/* ===============================
   Variables de marca (ajusta colores)
   =============================== */
:root{
  --brand: #b48a2c;       /* dorado/marrón marca */
  --brand-contrast: #fff; /* texto blanco */
  --brand-hover: #967326; /* tono más oscuro para hover */
  --accent: #8f6b2b;        /* usa tu dorado/marca si quieres */
  --muted: #fafafa;         /* fondos suaves de tarjetas */
  --radius: 12px;
  --shadow: 0 6px 16px rgba(0,0,0,.06);
  --text: #2b2b2b;
  --text-soft: #666;
}

/* ===============================
   Checkout WooCommerce
   =============================== */

/* Contenedor general */
.woocommerce-checkout form.checkout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ---- Tarjetas principales ---- */
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
#order_review {
  background: #fff;
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  /*gap: 18px;*/
}

/* ---- Inputs ---- */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  background: #f8f8f8;
  transition: border .2s, background .2s;
  width: 100%;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--brand);
  background: #fff;
  outline: none;
}

.woocommerce form .form-row {
  margin-bottom: 16px;
}

/* ===============================
   Layout columnas
   =============================== */
#customer_details {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

#customer_details .col-1,
#customer_details .col-2 {
  flex: 1;
  min-width: 0;
}

.col-1 > p:empty {
  display: none !important;
  margin: 0;
  padding: 0;
}


/* Forzar ancho completo en inputs */
.woocommerce form .form-row,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

/* Reducir tamaño del bloque de envío */
.woocommerce-shipping-fields {
  /*max-width: 320px;*/
  /*margin: 0 auto;*/
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  /*background: #fafafa;*/
}

/* Reducir altura del h3 Enviar a otra dirección */
h3#ship-to-different-address {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  /*border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;*/
}

/* ===============================
   Checkboxes (factura, crear cuenta, enviar a otra dirección)
   =============================== */
/*.woocommerce-checkout .woocommerce-form__label-for-checkbox,
.woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 14px;
  margin: 6px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
  cursor: pointer;
  transition: all 0.2s;
}*/

/* Contenedor de ambas opciones */
.woocommerce-billing-fields .form-row,
.woocommerce-account-fields.debajo-de-factura .form-row {
  margin: 0;
  padding: 0;
}

/* Alineación y estilo unificado */
.woocommerce-billing-fields .woocommerce-form__label-for-checkbox,
.woocommerce-account-fields.debajo-de-factura .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 8px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1.4;
}

/*.woocommerce-checkout .woocommerce-form__label-for-checkbox:hover {
  border-color: var(--brand);
  background: #fdfaf5;
}*/

.woocommerce-billing-fields .woocommerce-form__label-for-checkbox:hover,
.woocommerce-account-fields.debajo-de-factura .woocommerce-form__label-for-checkbox:hover {
  border-color: var(--brand);
  background: #fdfaf5;
}

/*.woocommerce-checkout .woocommerce-form__input-checkbox {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
  cursor: pointer;
}*/

.woocommerce-billing-fields .woocommerce-form__input-checkbox,
.woocommerce-account-fields.debajo-de-factura .woocommerce-form__input-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
  margin: 0;
  flex-shrink: 0;
}

/* Eliminar los espacios y bordes que WooCommerce añade por defecto */
.woocommerce-billing-fields .create-account,
.woocommerce-account-fields.debajo-de-factura .create-account {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

/* Alineación perfecta del texto */
.woocommerce-form__label-for-checkbox span {
  display: inline-block;
  transform: translateY(1px);
}

/* Asegurar que no haya huecos entre los bloques */
.woocommerce-account-fields.debajo-de-factura {
  margin-top: 0;
  padding-top: 0;
}

/* ===============================
   Botón Realizar pedido
   =============================== */
.woocommerce #place_order {
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  transition: background 0.2s, transform 0.1s ease-in-out;
  cursor: pointer;
  width: auto;          /* ancho ajustado */
  min-width: 220px;
  text-align: center;
}

.woocommerce #place_order:hover {
  background: var(--brand-hover);
  transform: translateY(-1px);
}

.woocommerce #place_order:active {
  background: var(--brand-active);
  transform: translateY(0);
}

/* ===============================
   Tabla de pedido
   =============================== */
.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  width: 100%;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce-checkout-review-order-table tfoot tr:last-child th {
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

/* ===============================
   Métodos de pago
   =============================== */
.wc_payment_methods label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  transition: border .2s, background .2s;
  font-size: 15px;
}
.wc_payment_methods input[type=radio]:checked + label {
  border-color: var(--brand);
  background: #fdf7f0;
}

/* ===============================
   Responsive
   =============================== */
@media (max-width: 992px) {
  #customer_details {
    flex-direction: column;
    gap: 20px;
  }

  .woocommerce #place_order {
    width: 100%;  /* ocupa todo en móvil */
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout form.checkout {
    padding: 10px;
    gap: 16px;
  }

  .woocommerce form .form-row input,
  .woocommerce form .form-row select,
  .woocommerce form .form-row textarea {
    font-size: 16px;
    padding: 14px 16px;
  }

  .woocommerce #place_order {
    font-size: 18px;
    padding: 18px;
    border-radius: 40px;
    margin-top: 10px;
  }
}

/* === Banner App iOS === */
#app-banner {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  z-index: 9999;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

#app-banner .app-banner-inner {
  display: inline-block;
  white-space: nowrap;
  animation: appBannerScroll 15s linear infinite;
}

#app-banner a {
  color: #fff;
  text-decoration: none;
}

#app-banner a:hover {
  text-decoration: underline;
}

@keyframes appBannerScroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}



