/* ==========================================================
   SHOP + PRODUCTOS RELACIONADOS
   ========================================================== */
ul.products{
     column-gap:12px;
    row-gap:20px;
}
/* Card */
.products li.product{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:16px;
    overflow:hidden;
    transition:all .3s ease;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
    display:flex;
    flex-direction:column;
    height:100%;
	
	margin-bottom:0px !important;
}


.products li.product:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 24px rgba(0,0,0,.10);
}

/* Imagen */
.products li.product .astra-shop-thumbnail-wrap{
    overflow:hidden;
}

.products li.product img{
    transition:transform .4s ease;
}

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

/* Contenido */
.products li.product .astra-shop-summary-wrap{
   
	
	
	padding:12px 16px 0;
    display:flex;
    flex-direction:column;
    flex-grow:0;
}

/* Categoría */
.products li.product .ast-woo-product-category{
   
	
}

/* Aqui es cuando cambia */
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .widget_layered_nav_filters ul li.chosen a, .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a {
    color: var(--ast-global-color-3);
    font-size: 14px;
	  text-transform:uppercase;
    letter-spacing:.08em;
    color:#888;
    margin-bottom:8px;
	text-align:center;
}

/* Título */
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 0;
    padding: 0;
    font-size: 1em;
	font-size:1rem;
    line-height:1.4;
   	 min-height:auto;
    margin-bottom:0px;
	text-align:center;
}

/* Botón Read More */
.products li.product .button.product_type_simple{
    width:100%;
    text-align:center;
    border-radius:8px;
   
	  
	
	  margin-top:0;
    margin-bottom:8px;
	
}

/* WhatsApp */
.products li.product .mueblesloungejn-btn-whatsapp{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    width:calc(100% - 32px);
    margin:0 16px 16px;
    padding:5px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    margin:0 16px 12px;	
}
