/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 15:43:53 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.slick-slide {
	padding: 0px 4px;
}
.slick-dots {
	display:none !important;
	visibility: none !important;
	opacity:0 !important;
	height: 0px;
	position: relative;
}
/* === STRUTTURA SLIDER EQUAL HEIGHT === */
.woopspro-product-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.woopspro-product-slider .slick-slide, 
.woopspro-product-slider .slick-slide > div, 
.woopspro-product-slider li.product {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* === CARD DESIGN === */
.woopspro-product-slider li.product {
    font-family: 'Inter', sans-serif !important;
    margin: 0 15px !important;
    padding: 25px !important;
    background: #fff !important;
    border-radius: 18px !important;
    border: 1px solid #eee !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05) !important;
    box-sizing: border-box !important;
}

/* === TAGLIO TITOLO (Truncate a 2 righe con puntini) === */
.woopspro-product-slider .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #111 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 0 !important;
    /* Mix per il taglio del testo */
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* Numero di righe prima dei puntini */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.6em; /* line-height (1.3) * righe (2) */
}

/* === PREZZO (Spinge il pulsante in fondo) === */
.woopspro-product-slider .price {
    margin-top: auto !important; 
    display: block !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #425f9c !important;
    padding: 10px 0 !important;
}

/* === PULSANTE CON MARGINE 4PX === */
.woopspro-product-slider .button.add_to_cart_button, .woopspro-product-slider .button.product_type_grouped {
    margin-top: 4px !important; /* Richiesto */
    margin-bottom: 4px !important; /* Richiesto */
    background: linear-gradient(135deg, #425f9c 0%, #2d4575 100%) !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 14px 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
.size-woocommerce_thumbnail {
	height: 240px;
  width: auto;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	text-align:center;
}

/* FRECCIA PRECEDENTE */
.slick-prev {
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.08);
    
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    cursor: pointer;
    z-index: 5;

    font-size: 0;              /* nasconde "Previous" */
    transition: all .3s ease;
}

/* ICONA FRECCIA */
.slick-prev::before {
    content: "←";
    font-size: 18px;
    color: #425f9c;
    font-weight: 600;
}

/* HOVER */
.slick-prev:hover {
    background: #425f9c;
    border-color: #425f9c;
    transform: translateY(-50%) scale(1.05);
}

.slick-prev:hover::before {
    color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .slick-prev {
        left: 10px;
        width: 36px;
        height: 36px;
    }
}

/* FRECCIA SUCCESSIVA */
.slick-next {
    position: absolute;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.08);
    
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    cursor: pointer;
    z-index: 5;

    font-size: 0;              /* nasconde "Next" */
    transition: all .3s ease;
}

/* ICONA FRECCIA */
.slick-next::before {
    content: "→";
    font-size: 18px;
    color: #425f9c;
    font-weight: 600;
}

/* HOVER */
.slick-next:hover {
    background: #425f9c;
    border-color: #425f9c;
    transform: translateY(-50%) scale(1.05);
}

.slick-next:hover::before {
    color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .slick-next {
        right: 10px;
        width: 36px;
        height: 36px;
    }
}
