        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #333; line-height: 1.6; margin: 0; padding: 0; background: #f5f5f7; }
        .container { max-width: 1200px; margin: 20px auto; padding: 30px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); position: relative; }
        .nav-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
        .btn-back { text-decoration: none; color: #0070f3; font-weight: 600; font-size: 15px; transition: 0.2s; }
        .btn-back:hover { color: #0051b3; transform: translateX(-3px); }
        .lang-switcher { text-decoration: none; background: #f5f5f7; color: #333; padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: 500; transition: 0.2s; border: 1px solid #e1e1e4; }
        .lang-switcher:hover { background: #e8e8ed; color: #0070f3; }
        
        .product-grid { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 10px; }
        .product-gallery { flex: 1; min-width: 300px; display: block; }
        .main-img { width: 100%; height: auto; max-height: 450px; object-fit: contain; border-radius: 8px; border: 1px solid #eee; }
        
        .thumbs-container { display: flex; gap: 10px; margin-top: 15px; overflow-x: auto; }
        .thumb { width: 70px; height: 70px; object-fit: contain; border: 1px solid #ddd; border-radius: 4px; cursor: pointer; transition: 0.2s; background: white; flex-shrink: 0; }
        .thumb:hover { border-color: #0070f3; }
        
        .product-info { flex: 1; min-width: 300px; }
        .brand { color: #666; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; font-weight: bold; margin: 0; }
        h1 { margin: 5px 0 10px 0; font-size: 28px; color: #111; font-weight: 800; line-height: 1.2; }
        .price-box { margin: 20px 0; padding: 15px; background: #f5f5f7; border-radius: 6px; }
        
        .condition { display: inline-block; padding: 4px 10px; background: #fdeded; color: #c62828; border: 1px solid #fbc2c2; border-radius: 4px; font-size: 11px; font-weight: bold; text-transform: uppercase; }
        
        .btn-buy { display: inline-block; background: #0070f3; color: white; padding: 12px 30px; font-weight: bold; text-decoration: none; border-radius: 5px; transition: 0.2s; width: 100%; max-width: 250px; text-align: center; }
        .btn-buy:hover { background: #0051b3; }
        .product-details { margin-top: 40px; border-top: 1px solid #eee; padding-top: 30px; }
        .breadcrumbs { font-size: 13px; color: #888; margin-bottom: 20px; }
        .breadcrumbs a { color: #0070f3; text-decoration: none; font-weight: 500; }
        .breadcrumbs a:hover { text-decoration: underline; }
        .related-section { margin-top: 50px; border-top: 1px solid #eee; padding-top: 30px; }
        .related-section h2 { font-size: 20px; color: #111; margin-bottom: 20px; }
        .related-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
        .rel-card { background: #fafafa; padding: 15px; border-radius: 8px; border: 1px solid #eee; text-align: center; transition: 0.2s; }
        .rel-card:hover { transform: translateY(-3px); box-shadow: 0 5px 12px rgba(0,0,0,0.05); }
        .rel-card a { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
        .rel-card img { width: 100%; height: 130px; object-fit: contain; background: white; border-radius: 6px; }
        .rel-card h4 { font-size: 13px; margin: 10px 0 5px 0; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        
        @media (max-width: 992px) { .related-grid { grid-template-columns: repeat(4, 1fr); } .hide-mobile { display: none; } }
        
        @media (max-width: 768px) { 
            .nav-header { flex-direction: column; align-items: flex-start; gap: 10px; } 
            .product-grid { flex-direction: column; gap: 20px; display: block !important; } 
            .product-gallery { width: 100% !important; display: block !important; }
            .related-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } 
            .hide-mobile { display: none; }
            
            .thumbs-container {
                display: flex !important;
                flex-direction: row !important;
                overflow-x: auto !important;
                scrollbar-width: none !important; 
            }
            .thumbs-container::-webkit-scrollbar { display: none !important; }
            .thumb { width: 75px !important; height: 75px !important; flex: 0 0 75px !important; }
        }
		
		/* =========================
   HEADER GVM
========================= */

body{
    padding-top:130px;
}

.gvm-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}

.gvm-container{
    max-width:1400px;
    margin:auto;
    padding:0 20px;
}

.gvm-topbar{
    background:#000;
    color:#fff;
    font-size:13px;
}

.gvm-topbar .gvm-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px 20px;
}

.gvm-topbar a{
    color:#fff;
    text-decoration:none;
}

.gvm-navbar{
    background:#fff;
    box-shadow:0 3px 20px rgba(0,0,0,.08);
}

.gvm-navbar .gvm-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:90px;
}

.gvm-brand{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration:none;
}

.gvm-brand img{
    height:55px;
}

.gvm-brand-title{
    font-size:34px;
    font-weight:800;
    color:#ff6a00;
    line-height:1;
}

.gvm-brand-sub{
    font-size:12px;
    color:#666;
    text-transform:uppercase;
    letter-spacing:2px;
}

/* MENU */

.gvm-menu{
    display:flex;
    align-items:center;
    gap:25px;
    flex-wrap:wrap;
}

.gvm-menu a{
    color:#333;
    text-decoration:none;
    font-weight:600;
}

.gvm-menu a:hover{
    color:#ff6a00;
}

/* PULSANTI */

.gvm-lang{
    border:2px solid #ff6a00;
    padding:8px 18px;
    border-radius:30px;
}

.gvm-btn{
    background:#ff6a00;
    color:#fff !important;
    padding:6px 14px;      /* molto più compatto */
    border-radius:30px;
    line-height:1.2;       /* evita che si allarghi */
    display:inline-flex;   /* centra verticalmente */
    align-items:center;
    font-size:14px;
}

.gvm-cart-btn{
    background:#ff6a00;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    margin-left:10px;
    display:inline-flex;
    align-items:center;
    position:relative;
    font-size:18px;
}

.gvm-cart-btn i{
    color:#fff;
}

/* BADGE */
.gvm-cart-badge{
    position:absolute;
    top:-6px;
    right:-6px;
    background:#ff0000;
    color:#fff;
    font-size:11px;
    padding:2px 6px;
    border-radius:50%;
    font-weight:bold;
    min-width:18px;
    text-align:center;
    line-height:1.2;
}



/* DROPDOWN SHOP */

.gvm-dropdown{
    position:relative;
}

.gvm-dropdown-btn{
    color:#333;
    text-decoration:none;
    font-weight:600;
}

.gvm-dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    padding:10px 0;
    display:none;
    z-index:99999;
}

.gvm-dropdown-menu a{
    display:block;
    padding:10px 18px;
    text-decoration:none;
    color:#333;
    font-weight:500;
}

.gvm-dropdown-menu a:hover{
    background:#fff2e8;
    color:#ff6a00;
}

.gvm-dropdown:hover .gvm-dropdown-menu{
    display:block;
}

/* MOBILE */

@media(max-width:991px){

    body{
        padding-top:90px;
    }

    .gvm-topbar{
        display:none;
    }

    .gvm-navbar .gvm-container{
        flex-direction:column;
        padding:10px;
    }

    .gvm-brand{
        margin-bottom:10px;
    }

    .gvm-brand-title{
        font-size:24px;
    }

    .gvm-brand img{
        height:42px;
    }

    .gvm-menu{
        display:flex;       /* NON NASCONDERLO */
        width:100%;
        justify-content:center;
        gap:12px;
        font-size:14px;
    }

    .gvm-dropdown-menu{
        position:absolute;
    }	
}