.elementor-48 .elementor-element.elementor-element-2e67480b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-646b2db2 *//* 1. Forzamos al contenedor del widget a centrarse */
.elementor-48 .elementor-element.elementor-element-646b2db2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Centra el contenido horizontalmente */
    width: 100% !important;
}

/* 2. Atacamos la estructura interna de WooCommerce (Vacío y Lleno) */
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-cart,
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-cart__container,
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-cart-empty-state__container,
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-grid {
    width: 100% !important;
    max-width: 1200px !important; /* Ajusta este ancho al de tus sofás */
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

/* 3. Centrar la rejilla de productos recomendados */
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-grid__products {
    margin: 0 auto !important;
    padding: 0 !important;
    justify-content: center !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
}

/* 4. Aseguramos que el contenido del carrito lleno no se desplace */
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-cart__main,
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-cart__sidebar {
    margin-top: 20px !important;
}

/* 5. Si el título "Nuevo en la tienda" sigue a la izquierda */
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-grid__title, 
.elementor-48 .elementor-element.elementor-element-646b2db2 .wc-block-cart-empty-state__title {
    text-align: center !important;
    width: 100% !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2e67480b *//* 1. REJILLA MAESTRA */
.wc-block-grid.wp-block-handpicked-products,
.wc-block-grid.wp-block-product-new {
    padding: 20px 0 !important;
}

.wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; 
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. CAJA DE PRODUCTO */
.wc-block-grid__product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
    min-height: 480px !important;
    border: none !important;
}

.wc-block-grid__product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

/* 3. TÍTULO: ELIMINACIÓN RADICAL DE LÍNEAS */
.wc-block-grid__product-title {
    color: #39393A !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    border: none !important;
}

/* Atacamos el enlace y cualquier estado de hover/active */
.wc-block-grid__product-link,
.wc-block-grid__product-title a,
.wc-block-grid__product-link:hover,
.wc-block-grid__product-link:focus {
    color: #39393A !important;
    text-decoration: none !important;      /* No subrayado */
    text-decoration-line: none !important; /* No línea */
    border-bottom: 0 !important;           /* No borde */
    box-shadow: none !important;           /* No sombra */
    background-image: none !important;     /* No fondo (algunos temas lo usan para subrayar) */
    outline: none !important;
    pointer-events: none !important;       /* Desactiva el clic y el hover */
}

/* 3.5 PRECIO */
.wc-block-grid__product-price {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important; 
    font-weight: 700 !important;
    color: #000000 !important;
    margin: 10px 0 !important;
    text-decoration: none !important;
    border: none !important;
}

.wc-block-grid__product-price span,
.wc-block-grid__product-price ins {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* 4. BOTÓN */
.wc-block-grid__product-add-to-cart {
    width: 100% !important;
    display: block !important;
    margin-top: 20px !important;
}

.wc-block-grid__product-add-to-cart a {
    background-color: #e10613 !important;
    color: #ffffff !important;
    border: 2px solid #e10613 !important;
    padding: 15px 10px !important;
    display: block !important;
    text-align: center !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: none !important; /* QUITA EL SUBRAYADO DEL BOTÓN */
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
}

.wc-block-grid__product-add-to-cart a:hover {
    background-color: #ffffff !important;
    color: #e10613 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* 5. RESPONSIVO */
@media (max-width: 1024px) {
    .wc-block-grid__products { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 767px) {
    .wc-block-grid__products { grid-template-columns: 1fr !important; }
}
/* 1. CONTENEDOR PRINCIPAL Y CENTRADO */
.elementor-48 .elementor-element.elementor-element-2e67480b {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}

.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart,
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart__container,
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart-empty-state__container,
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-grid {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

/* 2. TABLA DE PRODUCTOS (CARRITO LLENO) */
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart-items {
    font-family: 'Montserrat', sans-serif !important;
    border-top: 1px solid #ebebeb !important;
}

/* Nombres de productos en el carrito (ROJO CORPORATIVO) */
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-product-name {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #e10613 !important; 
    text-decoration: none !important;
}

/* Precios y totales */
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-product-price, 
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-order-summary-item__value,
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-totals-item__value {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: #39393A !important;
}

/* 3. RESUMEN LATERAL (TOTALES) */
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart__sidebar {
    background-color: #ffffff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    border: 1px solid #ebebeb !important;
    margin-top: 20px !important;
}

.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart__sidebar h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    border-bottom: 2px solid #e10613 !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    padding-bottom: 5px !important;
}

/* 4. BOTÓN FINALIZAR COMPRA (SIN SUBRAYADO) */
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart__submit-button,
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-checkout-place-order-button {
    background-color: #e10613 !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 20px !important;
    border-radius: 8px !important;
    border: 2px solid #e10613 !important;
    transition: all 0.3s ease !important;
    font-size: 15px !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important; /* QUITA EL SUBRAYADO */
    text-decoration-line: none !important;
    box-shadow: none !important;
}

/* Estado Hover del botón */
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart__submit-button:hover {
    background-color: #ffffff !important;
    color: #e10613 !important;
    border-color: #e10613 !important;
    text-decoration: none !important;
}

/* 5. REJILLA DE PRODUCTOS RECOMENDADOS (4 COLUMNAS) */
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-grid__products {
    margin: 30px auto !important;
    padding: 0 !important;
    justify-content: center !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-grid__title, 
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-cart-empty-state__title {
    text-align: center !important;
    width: 100% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

/* 6. OTROS DETALLES */
.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-quantity-.elementor-48 .elementor-element.elementor-element-2e67480b {
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
}

.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-product-details__remove-button {
    color: #888 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-product-details__remove-button:hover {
    color: #e10613 !important;
}

.elementor-48 .elementor-element.elementor-element-2e67480b .wc-block-components-totals-coupon-link {
    color: #e10613 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}/* End custom CSS */