.elementor-kit-6{--e-global-color-primary:#81D1E5;--e-global-color-secondary:#FFB38E;--e-global-color-text:#2D3436;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-f8037bc-font-family:"Quicksand";--e-global-typography-f8037bc-font-weight:700;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFB38E;border-radius:20px 20px 20px 20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Primary:Quicksand; --Primario:#AFE7FA; --Sec:#FFB38E; }
/* Start custom CSS *//* Bloqueo de desbordamiento horizontal para evitar el espacio en blanco */
html, body {
    overflow-x: hidden !important;
    position: relative !important;
    width: 100% !important;
}

/* Parche extra para el contenedor de Elementor */
.elementor {
    overflow-x: hidden !important;
}


/* 1. Botón FINALIZAR COMPRA (Checkout) */
.elementor-kit-6 .elementor-button--checkout {
    background-color: #71d7e2 !important; /* Celeste Bebitos */
    color: #ffffff !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

.elementor-kit-6 .elementor-button--checkout:hover {
    background-color: #59c1cc !important;
    transform: scale(1.02);
}

/* 2. Botón VER CARRITO (View Cart) */
.elementor-kit-6 .elementor-button--view-cart {
    background-color: #fdeef2 !important; /* Rosado suave */
    color: #e91e63 !important; /* Fucsia */
    border-radius: 50px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.elementor-kit-6 .elementor-button--view-cart:hover {
    background-color: #fbcad7 !important;
}

/* 3. Ajuste de los títulos y precios para el look Bebitos */
.elementor-kit-6 .elementor-menu-cart__product-name a {
    color: #e91e63 !important; /* Títulos en Fucsia */
    font-family: 'Quicksand', sans-serif !important;
}

.elementor-kit-6 .elementor-menu-cart__product-price {
    color: #666 !important;
    font-weight: 600 !important;
}

.elementor-kit-6 .elementor-menu-cart__subtotal {
    border-top: 2px dashed #f0f0f0 !important;
    padding-top: 20px !important;
    font-weight: 800 !important;
}


/* --- OPTIMIZACIÓN DE PÁGINA WISHLIST BEBITOS CR --- */

/* Limpieza de la tabla */
.wishlist_table {
    border: none !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

/* Encabezados con estilo boutique */
.wishlist_table thead th {
    background-color: #fdeef2 !important; /* Rosa suave */
    color: #e91e63 !important; /* Fucsia */
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 800 !important;
    border: none !important;
    text-transform: uppercase;
    padding: 15px !important;
}

/* Filas de productos */
.wishlist_table tr td {
    border-bottom: 1px solid #fdeef2 !important;
    padding: 20px 10px !important;
    vertical-align: middle !important;
}

/* Nombre del producto */
.wishlist_table td.product-name a {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700 !important;
    color: #555555 !important;
    font-size: 16px !important;
}

.wishlist_table td.product-name a:hover {
    color: #71d7e2 !important; /* Celeste al pasar el mouse */
}

/* --- THANK YOU PAGE PREMIUM: BEBITOS CR --- */

/* 1. Cabecera de Agradecimiento */
.woocommerce-thankyou-order-received {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 800 !important;
    color: #71d7e2 !important;
    font-size: 24px !important;
    text-align: center;
    margin: 40px 0 !important;
    background: #f9feff;
    padding: 20px;
    border-radius: 20px;
    border: 2px dashed #71d7e2;
}

/* 2. Barra de Detalles (Número, Fecha, Total) */
ul.woocommerce-order-overview {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #ffffff !important;
    border: 1px solid #fdeef2 !important;
    border-radius: 20px !important;
    padding: 20px !important;
    list-style: none !important;
    box-shadow: 0 10px 25px rgba(113, 215, 226, 0.1) !important;
}

ul.woocommerce-order-overview li {
    border: none !important;
    font-family: 'Quicksand', sans-serif !important;
    text-transform: uppercase;
    font-size: 11px;
    color: #888;
    text-align: center;
}

ul.woocommerce-order-overview li strong {
    display: block;
    color: #e91e63 !important; /* Fucsia para datos clave */
    font-size: 16px;
    font-weight: 800;
    margin-top: 5px;
}

/* 3. Tabla de Detalles del Pedido */
.woocommerce-table--order-details {
    border-radius: 20px !important;
    overflow: hidden;
    border: 1px solid #fdeef2 !important;
    font-family: 'Quicksand', sans-serif !important;
}

.woocommerce-table--order-details thead {
    background-color: #71d7e2 !important;
    color: white !important;
}

.woocommerce-table--order-details th, 
.woocommerce-table--order-details td {
    padding: 15px !important;
    border-bottom: 1px solid #fdeef2 !important;
}

/* 4. Direcciones (Facturación y Envío) */
.woocommerce-customer-details {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.woocommerce-column--billing-address, 
.woocommerce-column--shipping-address {
    background: #fdfdfd !important;
    padding: 25px !important;
    border-radius: 20px !important;
    border: 1px solid #fdeef2 !important;
    flex: 1;
}

.woocommerce-column__title {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 800 !important;
    color: #71d7e2 !important;
    margin-bottom: 15px !important;
}

address {
    font-style: normal !important;
    color: #666;
    line-height: 1.6;
}

/* Ajuste Móvil */
@media (max-width: 767px) {
    .woocommerce-customer-details {
        flex-direction: column;
    }
    ul.woocommerce-order-overview li {
        width: 50%;
        margin-bottom: 20px;
    }
}

/* --- PRODUCTOS RELACIONADOS: LOOK PREMIUM BEBITOS CR --- */

/* 1. Título de la Sección */
.related.products h2 {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 800 !important;
    color: #71d7e2 !important; /* Celeste Marca */
    font-size: 24px !important;
    margin-bottom: 30px !important;
    text-align: center;
}

/* 2. Contenedor de Productos */
.related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 25px !important;
}

/* 3. La Tarjeta de Producto Individual */
.related.products ul.products li.product {
    background: #ffffff !important;
    border: 2px solid #fdeef2 !important; /* Rosa suave */
    border-radius: 25px !important;
    padding: 15px !important;
    transition: all 0.3s ease-in-out !important;
    text-align: center !important;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(233, 30, 99, 0.02) !important;
}

.related.products ul.products li.product:hover {
    transform: translateY(-8px) !important;
    border-color: #71d7e2 !important;
    box-shadow: 0 15px 30px rgba(113, 215, 226, 0.15) !important;
}

/* 4. Imagen del Producto */
.related.products ul.products li.product img {
    border-radius: 18px !important;
    margin-bottom: 15px !important;
    transition: transform 0.5s ease;
}

.related.products ul.products li.product:hover img {
    transform: scale(1.05);
}

/* 5. Títulos y Precios */
.related.products ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700 !important;
    color: #71d7e2 !important;
    font-size: 16px !important;
    margin: 10px 0 !important;
    line-height: 1.3 !important;
}

.related.products ul.products li.product .price {
    font-family: 'Quicksand', sans-serif !important;
    color: #e91e63 !important; /* Fucsia Marca */
    font-weight: 800 !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* 6. Botón Añadir al Carrito */
.related.products ul.products li.product .button {
    background-color: #fdeef2 !important; /* Fondo rosa pálido */
    color: #e91e63 !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    display: block !important;
}

.related.products ul.products li.product .button:hover {
    background-color: #e91e63 !important;
    color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.3) !important;
}

/* --- OPTIMIZACIÓN MÓVIL --- */
@media (max-width: 767px) {
    .related.products ul.products {
        grid-template-columns: repeat(2, 1fr) !important; /* Dos columnas en móvil */
        gap: 15px !important;
    }
    
    .related.products ul.products li.product {
        padding: 10px !important;
    }
    
    .related.products ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px !important;
    }
}/* End custom CSS */