.elementor-68 .elementor-element.elementor-element-a9f4f1b{--display:flex;--min-height:600px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-68 .elementor-element.elementor-element-a9f4f1b:not(.elementor-motion-effects-element-type-background), .elementor-68 .elementor-element.elementor-element-a9f4f1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4c9f9f7 );background-image:url("https://alfierifitness.com/wp-content/uploads/2025/07/alfieri-sport-herto.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-68 .elementor-element.elementor-element-9b13858{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-68 .elementor-element.elementor-element-a17c128{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-68 .elementor-element.elementor-element-32be2ce{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}@media(max-width:1024px){.elementor-68 .elementor-element.elementor-element-9b13858{--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}.elementor-68 .elementor-element.elementor-element-a17c128{--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}.elementor-68 .elementor-element.elementor-element-32be2ce{--padding-top:0px;--padding-bottom:0px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-68 .elementor-element.elementor-element-9b13858{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-68 .elementor-element.elementor-element-a17c128{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-68 .elementor-element.elementor-element-32be2ce{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-9b13858 *//* CSS Griglia Prodotti WooCommerce - MOBILE OTTIMIZZATO */

.elementor-wc-products-grid {
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.products-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.products-row {
    display: grid;
    gap: 20px;
}

/* Colonne dinamiche */
.columns-1 .products-row { grid-template-columns: 1fr; }
.columns-2 .products-row { grid-template-columns: repeat(2, 1fr); }
.columns-3 .products-row { grid-template-columns: repeat(3, 1fr); }
.columns-4 .products-row { grid-template-columns: repeat(4, 1fr); }
.columns-5 .products-row { grid-template-columns: repeat(5, 1fr); }
.columns-6 .products-row { grid-template-columns: repeat(6, 1fr); }

/* Card moderna */
.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f5f5f5;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(44, 62, 80, 0.15);
}

/* Badge sconto */
.sale-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #37515F;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

/* Immagine */
.product-image-wrapper {
    position: relative;
    height: 300px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

/* Contenuto */
.product-content {
    padding: 20px;
}

.product-title {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
}

.product-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: #3498db;
}

/* Prezzi */
.product-price-wrapper {
    margin-bottom: 16px;
    min-height: 28px;
    display: flex;
    align-items: center;
}

.price-container {
    font-size: 16px;
    font-weight: 600;
}

/* Prezzo normale */
.price-container .amount,
.price-container .woocommerce-Price-amount {
    color: #27ae60;
    font-size: 18px;
    font-weight: 700;
}

/* Prezzo barrato */
.price-container del {
    color: #95a5a6;
    font-size: 14px;
    margin-right: 8px;
    text-decoration: line-through;
}

.price-container del .amount,
.price-container del .woocommerce-Price-amount {
    color: #95a5a6 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Prezzo scontato */
.price-container ins {
    text-decoration: none;
}

.price-container ins .amount,
.price-container ins .woocommerce-Price-amount {
    color: #e74c3c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Bottone */
.view-product-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: #37515F;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.view-product-btn:hover {
    background: #1E2C34;
    transform: translateY(-2px);
    color: white;
}

/* Responsive MIGLIORATO */
@media (max-width: 1200px) {
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .columns-3 .products-row,
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-row {
        gap: 15px;
    }
    
    .product-image-wrapper {
        height: 250px;
    }
    
    .product-content {
        padding: 16px;
    }
}

/* MOBILE OTTIMIZZATO - Card più larghe */
@media (max-width: 480px) {
    .products-row {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }
    
    .elementor-wc-products-grid {
        padding: 20px 0;
    }
    
    .products-container {
        padding: 0 10px;
        gap: 25px;
    }
    
    /* RIMOSSO: margin sui product-card per renderle più larghe */
    .product-card {
        width: 100%;
        max-width: none;
    }
    
    .product-image-wrapper {
        height: 320px;
    }
    
    .product-content {
        padding: 20px;
    }
    
    .product-title {
        font-size: 16px;
        height: 44px;
        margin-bottom: 14px;
    }
    
    .view-product-btn {
        padding: 14px 24px;
        font-size: 14px;
        font-weight: 600;
    }
    
    .price-container {
        font-size: 17px;
    }
    
    .price-container .amount,
    .price-container .woocommerce-Price-amount {
        font-size: 19px;
    }
    
    .price-container ins .amount,
    .price-container ins .woocommerce-Price-amount {
        font-size: 19px !important;
    }
}

/* MOBILE MOLTO PICCOLO - Ancora più spazio */
@media (max-width: 360px) {
    .products-container {
        padding: 0 8px;
    }
    
    .product-content {
        padding: 18px;
    }
    
    .view-product-btn {
        padding: 12px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-032d44d *//* CSS per griglia prodotti WooCommerce - Versione corretta */

/* Container principale */
.elementor-wc-products-grid {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: transparent;
}

.products-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

/* Righe prodotti */
.products-row {
    display: grid;
    gap: 25px;
    opacity: 1;
    transform: translateY(0);
}

/* Colonne dinamiche */
.columns-1 .products-row {
    grid-template-columns: 1fr;
}

.columns-2 .products-row {
    grid-template-columns: repeat(2, 1fr);
}

.columns-3 .products-row {
    grid-template-columns: repeat(3, 1fr);
}

.columns-4 .products-row {
    grid-template-columns: repeat(4, 1fr);
}

.columns-5 .products-row {
    grid-template-columns: repeat(5, 1fr);
}

.columns-6 .products-row {
    grid-template-columns: repeat(6, 1fr);
}

/* Card prodotto */
.product-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border: 1px solid #f0f0f0;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #C41E1E, #B40404);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.product-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(180, 4, 4, 0.2);
}

.product-card:hover::before {
    opacity: 0.03;
}

/* Badge sconto */
.sale-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #B40404, #8B0000);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    z-index: 10;
    transform: scale(0);
    animation: bounceIn 0.6s ease 0.3s forwards;
    box-shadow: 0 4px 12px rgba(180, 4, 4, 0.2);
}

/* Wrapper immagine */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease;
    filter: brightness(1);
    opacity: 1;
    display: block;
    background: transparent;
    padding: 15px;
    box-sizing: border-box;
}

.product-card:hover .product-image {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #D63031, #B40404);
    opacity: 0;
    transition: all 0.3s ease;
}

.product-card:hover .image-overlay {
    opacity: 0.2;
}

/* Contenuto prodotto */
.product-content {
    padding: 25px;
    position: relative;
}

/* Titolo prodotto */
.product-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-title a {
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-title a:hover,
.product-card:hover .product-title a {
    color: #B40404;
}

/* Prezzo */
.product-price-wrapper {
    margin-bottom: 20px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.price-container {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

.price-container del {
    color: #E9ECEF;
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
}

.price-container ins,
.price-container .amount {
    color: #B40404;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
}

/* Bottone */
.product-actions {
    margin-top: auto;
}

.view-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #B40404, #C41E1E);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-product-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.3s ease;
}

.view-product-btn:hover::before {
    left: 100%;
}

.view-product-btn:hover {
    background: linear-gradient(135deg, #8B0000, #B40404);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(180, 4, 4, 0.2);
    color: #ffffff !important;
}

.btn-icon {
    transition: all 0.3s ease;
    font-size: 16px;
}

.view-product-btn:hover .btn-icon {
    transform: translateX(5px);
}

/* Animazioni */
@keyframes bounceIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .columns-3 .products-row,
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-container {
        gap: 20px;
    }
    
    .products-row {
        gap: 15px;
    }
    
    .product-image-wrapper {
        height: 250px;
    }
    
    .product-content {
        padding: 20px;
    }
    
    .product-title {
        font-size: 16px;
        height: 45px;
    }
    
    .view-product-btn {
        padding: 12px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .products-row {
        grid-template-columns: 1fr !important;
    }
    
    .elementor-wc-products-grid {
        padding: 15px 0;
    }
    
    .product-image-wrapper {
        height: 280px;
    }
    
    .product-card:hover {
        transform: translateY(-8px) scale(1.01);
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a17c128 *//* CSS Griglia Prodotti WooCommerce - MOBILE OTTIMIZZATO */

.elementor-wc-products-grid {
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.products-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.products-row {
    display: grid;
    gap: 20px;
}

/* Colonne dinamiche */
.columns-1 .products-row { grid-template-columns: 1fr; }
.columns-2 .products-row { grid-template-columns: repeat(2, 1fr); }
.columns-3 .products-row { grid-template-columns: repeat(3, 1fr); }
.columns-4 .products-row { grid-template-columns: repeat(4, 1fr); }
.columns-5 .products-row { grid-template-columns: repeat(5, 1fr); }
.columns-6 .products-row { grid-template-columns: repeat(6, 1fr); }

/* Card moderna */
.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f5f5f5;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(44, 62, 80, 0.15);
}

/* Badge sconto */
.sale-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #37515F;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

/* Immagine */
.product-image-wrapper {
    position: relative;
    height: 300px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

/* Contenuto */
.product-content {
    padding: 20px;
}

.product-title {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
}

.product-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: #3498db;
}

/* Prezzi */
.product-price-wrapper {
    margin-bottom: 16px;
    min-height: 28px;
    display: flex;
    align-items: center;
}

.price-container {
    font-size: 16px;
    font-weight: 600;
}

/* Prezzo normale */
.price-container .amount,
.price-container .woocommerce-Price-amount {
    color: #27ae60;
    font-size: 18px;
    font-weight: 700;
}

/* Prezzo barrato */
.price-container del {
    color: #95a5a6;
    font-size: 14px;
    margin-right: 8px;
    text-decoration: line-through;
}

.price-container del .amount,
.price-container del .woocommerce-Price-amount {
    color: #95a5a6 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Prezzo scontato */
.price-container ins {
    text-decoration: none;
}

.price-container ins .amount,
.price-container ins .woocommerce-Price-amount {
    color: #e74c3c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Bottone */
.view-product-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: #37515F;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.view-product-btn:hover {
    background: #1E2C34;
    transform: translateY(-2px);
    color: white;
}

/* Responsive MIGLIORATO */
@media (max-width: 1200px) {
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .columns-3 .products-row,
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-row {
        gap: 15px;
    }
    
    .product-image-wrapper {
        height: 250px;
    }
    
    .product-content {
        padding: 16px;
    }
}

/* MOBILE OTTIMIZZATO - Card più larghe */
@media (max-width: 480px) {
    .products-row {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }
    
    .elementor-wc-products-grid {
        padding: 20px 0;
    }
    
    .products-container {
        padding: 0 10px;
        gap: 25px;
    }
    
    /* RIMOSSO: margin sui product-card per renderle più larghe */
    .product-card {
        width: 100%;
        max-width: none;
    }
    
    .product-image-wrapper {
        height: 320px;
    }
    
    .product-content {
        padding: 20px;
    }
    
    .product-title {
        font-size: 16px;
        height: 44px;
        margin-bottom: 14px;
    }
    
    .view-product-btn {
        padding: 14px 24px;
        font-size: 14px;
        font-weight: 600;
    }
    
    .price-container {
        font-size: 17px;
    }
    
    .price-container .amount,
    .price-container .woocommerce-Price-amount {
        font-size: 19px;
    }
    
    .price-container ins .amount,
    .price-container ins .woocommerce-Price-amount {
        font-size: 19px !important;
    }
}

/* MOBILE MOLTO PICCOLO - Ancora più spazio */
@media (max-width: 360px) {
    .products-container {
        padding: 0 8px;
    }
    
    .product-content {
        padding: 18px;
    }
    
    .view-product-btn {
        padding: 12px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1051efd *//* CSS per griglia prodotti WooCommerce - Versione corretta */

/* Container principale */
.elementor-wc-products-grid {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: transparent;
}

.products-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

/* Righe prodotti */
.products-row {
    display: grid;
    gap: 25px;
    opacity: 1;
    transform: translateY(0);
}

/* Colonne dinamiche */
.columns-1 .products-row {
    grid-template-columns: 1fr;
}

.columns-2 .products-row {
    grid-template-columns: repeat(2, 1fr);
}

.columns-3 .products-row {
    grid-template-columns: repeat(3, 1fr);
}

.columns-4 .products-row {
    grid-template-columns: repeat(4, 1fr);
}

.columns-5 .products-row {
    grid-template-columns: repeat(5, 1fr);
}

.columns-6 .products-row {
    grid-template-columns: repeat(6, 1fr);
}

/* Card prodotto */
.product-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border: 1px solid #f0f0f0;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #C41E1E, #B40404);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.product-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(180, 4, 4, 0.2);
}

.product-card:hover::before {
    opacity: 0.03;
}

/* Badge sconto */
.sale-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #B40404, #8B0000);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    z-index: 10;
    transform: scale(0);
    animation: bounceIn 0.6s ease 0.3s forwards;
    box-shadow: 0 4px 12px rgba(180, 4, 4, 0.2);
}

/* Wrapper immagine */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease;
    filter: brightness(1);
    opacity: 1;
    display: block;
    background: transparent;
    padding: 15px;
    box-sizing: border-box;
}

.product-card:hover .product-image {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #D63031, #B40404);
    opacity: 0;
    transition: all 0.3s ease;
}

.product-card:hover .image-overlay {
    opacity: 0.2;
}

/* Contenuto prodotto */
.product-content {
    padding: 25px;
    position: relative;
}

/* Titolo prodotto */
.product-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-title a {
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-title a:hover,
.product-card:hover .product-title a {
    color: #B40404;
}

/* Prezzo */
.product-price-wrapper {
    margin-bottom: 20px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.price-container {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

.price-container del {
    color: #E9ECEF;
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
}

.price-container ins,
.price-container .amount {
    color: #B40404;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
}

/* Bottone */
.product-actions {
    margin-top: auto;
}

.view-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #B40404, #C41E1E);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-product-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.3s ease;
}

.view-product-btn:hover::before {
    left: 100%;
}

.view-product-btn:hover {
    background: linear-gradient(135deg, #8B0000, #B40404);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(180, 4, 4, 0.2);
    color: #ffffff !important;
}

.btn-icon {
    transition: all 0.3s ease;
    font-size: 16px;
}

.view-product-btn:hover .btn-icon {
    transform: translateX(5px);
}

/* Animazioni */
@keyframes bounceIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .columns-3 .products-row,
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-container {
        gap: 20px;
    }
    
    .products-row {
        gap: 15px;
    }
    
    .product-image-wrapper {
        height: 250px;
    }
    
    .product-content {
        padding: 20px;
    }
    
    .product-title {
        font-size: 16px;
        height: 45px;
    }
    
    .view-product-btn {
        padding: 12px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .products-row {
        grid-template-columns: 1fr !important;
    }
    
    .elementor-wc-products-grid {
        padding: 15px 0;
    }
    
    .product-image-wrapper {
        height: 280px;
    }
    
    .product-card:hover {
        transform: translateY(-8px) scale(1.01);
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-32be2ce *//* CSS Griglia Prodotti WooCommerce - MOBILE OTTIMIZZATO */

.elementor-wc-products-grid {
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.products-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.products-row {
    display: grid;
    gap: 20px;
}

/* Colonne dinamiche */
.columns-1 .products-row { grid-template-columns: 1fr; }
.columns-2 .products-row { grid-template-columns: repeat(2, 1fr); }
.columns-3 .products-row { grid-template-columns: repeat(3, 1fr); }
.columns-4 .products-row { grid-template-columns: repeat(4, 1fr); }
.columns-5 .products-row { grid-template-columns: repeat(5, 1fr); }
.columns-6 .products-row { grid-template-columns: repeat(6, 1fr); }

/* Card moderna */
.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f5f5f5;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(44, 62, 80, 0.15);
}

/* Badge sconto */
.sale-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #37515F;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

/* Immagine */
.product-image-wrapper {
    position: relative;
    height: 300px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

/* Contenuto */
.product-content {
    padding: 20px;
}

.product-title {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
}

.product-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: #3498db;
}

/* Prezzi */
.product-price-wrapper {
    margin-bottom: 16px;
    min-height: 28px;
    display: flex;
    align-items: center;
}

.price-container {
    font-size: 16px;
    font-weight: 600;
}

/* Prezzo normale */
.price-container .amount,
.price-container .woocommerce-Price-amount {
    color: #27ae60;
    font-size: 18px;
    font-weight: 700;
}

/* Prezzo barrato */
.price-container del {
    color: #95a5a6;
    font-size: 14px;
    margin-right: 8px;
    text-decoration: line-through;
}

.price-container del .amount,
.price-container del .woocommerce-Price-amount {
    color: #95a5a6 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Prezzo scontato */
.price-container ins {
    text-decoration: none;
}

.price-container ins .amount,
.price-container ins .woocommerce-Price-amount {
    color: #e74c3c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Bottone */
.view-product-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: #37515F;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.view-product-btn:hover {
    background: #1E2C34;
    transform: translateY(-2px);
    color: white;
}

/* Responsive MIGLIORATO */
@media (max-width: 1200px) {
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .columns-3 .products-row,
    .columns-4 .products-row,
    .columns-5 .products-row,
    .columns-6 .products-row {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .products-row {
        gap: 15px;
    }
    
    .product-image-wrapper {
        height: 250px;
    }
    
    .product-content {
        padding: 16px;
    }
}

/* MOBILE OTTIMIZZATO - Card più larghe */
@media (max-width: 480px) {
    .products-row {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }
    
    .elementor-wc-products-grid {
        padding: 20px 0;
    }
    
    .products-container {
        padding: 0 10px;
        gap: 25px;
    }
    
    /* RIMOSSO: margin sui product-card per renderle più larghe */
    .product-card {
        width: 100%;
        max-width: none;
    }
    
    .product-image-wrapper {
        height: 320px;
    }
    
    .product-content {
        padding: 20px;
    }
    
    .product-title {
        font-size: 16px;
        height: 44px;
        margin-bottom: 14px;
    }
    
    .view-product-btn {
        padding: 14px 24px;
        font-size: 14px;
        font-weight: 600;
    }
    
    .price-container {
        font-size: 17px;
    }
    
    .price-container .amount,
    .price-container .woocommerce-Price-amount {
        font-size: 19px;
    }
    
    .price-container ins .amount,
    .price-container ins .woocommerce-Price-amount {
        font-size: 19px !important;
    }
}

/* MOBILE MOLTO PICCOLO - Ancora più spazio */
@media (max-width: 360px) {
    .products-container {
        padding: 0 8px;
    }
    
    .product-content {
        padding: 18px;
    }
    
    .view-product-btn {
        padding: 12px 20px;
    }
}/* End custom CSS */