/** Shopify CDN: Minification failed

Line 1250:0 Unexpected "}"
Line 1313:0 Unexpected "}"

**/

.product-metropolitan-luxury {font-size: 24px;  }
.product-metropolitan-luxury .text-primary{font-size:42px;}
.product-metropolitan-luxury .yv-product-feature-tab-content p{text-align:justify-content;}
.hero-luxury { position: relative; background: linear-gradient(135deg, #0f4c81 0%, #1a1a2e 100%); padding: 80px 20px; text-align: center; color: white; margin-bottom: 40px; }
.hero-title { font-size: 32px; font-weight: 300; letter-spacing: 2px; margin: 20px 0; }
.hero-category { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 3px; color: #d4af37; }
.content-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.specs-luxury { background: #f8f9fa; padding: 30px; border-left: 4px solid #d4af37; margin: 40px 0; }
.spec-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #dee2e6; }
.cta-luxury { background: #0f4c81; color: white; padding: 40px; text-align: center; margin-top: 60px; border-radius: 8px; }

/* fine css personalizzato */
.product-loop-variants .variant_option {
  width: 100%;
}
.card {
  border: 1px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  background: white;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card .card-img-top {
  object-fit: cover;
  height: 200px;
  border-bottom: 1px solid #f0f0f0;
}
.card-title {
  color: var(--heading_color);
}

.card .card-body {
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.badge-grey-gradient {
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  color: #495057;
  font-weight: 500;
  padding: 0.35em 0.65em;
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.yv-variant-title {
  text-align: center;

  font-size: larger;
  margin-bottom: 5px;
  font-family: var(--variantFontFamily);
  font-weight: var(--variantFontWeight);
  font-style: var(--variantFontStyle);
  text-transform: var(--variantTextTransform);
  color: var(--heading_color);
}
.quantity {
  position: relative;
  width: 100%;
  display: block;
  max-width: 100%;
  height: 35px;
}
  .product-display-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .product-header {
            background: linear-gradient(135deg, #2c3e50 0%, #4a6580 100%);
            color: white;
            padding: 2rem 0;
            margin-bottom: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .product-header-content h1 {
            font-size: 2.2rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 0;
            text-align: center;
        }
        
        .product-media {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .main-image {
            margin-bottom: 2rem;
            text-align: center;
        }
        
        .main-image img {
            border-radius: 12px;
            max-height: 400px;
            object-fit: contain;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        }
        
        .gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 1.5rem;
            justify-content: center;
        }
        
        .gallery-item {
            flex: 0 0 calc(25% - 10px);
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .gallery-item:hover {
            transform: scale(1.05);
        }
        
        .gallery-item img {
            border-radius: 6px;
            width: 100%;
            height: 100px;
            object-fit: cover;
        }
        
        .variants-circle-container {
            margin: 2rem 0;
            text-align: center;
        }
        
        .variants-circle-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }
        
        .variants-circle-title:after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(45deg, #0d6efd, #0dcaf0);
            border-radius: 3px;
        }
        
        .variants-circle {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-top: 1.5rem;
        }
        
        .variant-circle-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .variant-circle-item {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            box-shadow: 0 8px 16px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
            border: 4px solid white;
            cursor: pointer;
        }
        
        .variant-circle-item:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 12px 24px rgba(0,0,0,0.2);
        }
        
        .variant-circle-item.active {
            border-color: #0d6efd;
            box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.3);
        }
        
        .variant-circle-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .variant-circle-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8f9fa;
            color: #6c757d;
            font-size: 1.5rem;
        }
        
        .variant-circle-badge {
            position: absolute;
            bottom: 0;
            right: 0;
            background: #0d6efd;
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: 600;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        .variant-circle-name {
            margin-top: 0.8rem;
            font-weight: 600;
            color: #2c3e50;
            font-size: 0.9rem;
        }
        
        .variant-circle-price {
            color: #0d6efd;
            font-weight: 600;
            font-size: 0.9rem;
            margin-top: 0.2rem;
        }
        
        .descriptions {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .short-description, .long-description, .formatted-long-description {
            margin-bottom: 1.5rem;
        }
        
        .short-description-content, .long-description-content, .formatted-long-description-content {
            padding: 1.5rem;
            background-color: #f8f9fa;
            border-radius: 12px;
        }
        
        .long-description-content {
            line-height: 1.6;
        }
        
        .technical-data {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .technical-data-content h4 {
            color: #2c3e50;
            border-bottom: 2px solid #0d6efd;
            padding-bottom: 0.5rem;
            margin-bottom: 1.5rem;
            font-weight: 600;
        }
        
        .application-properties {
            list-style: none;
            padding: 0;
        }
        
        .application-properties li {
            padding: 0.8rem 0;
            border-bottom: 1px solid #eee;
        }
        
        .application-properties li:last-child {
            border-bottom: none;
        }
        
        .application-properties strong {
            color: #2c3e50;
            min-width: 200px;
            display: inline-block;
        }
        
        .product-variants-section {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .product-variants h3 {
            color: #2c3e50;
            margin-bottom: 1.5rem;
            border-bottom: 2px solid #0d6efd;
            padding-bottom: 0.5rem;
            font-weight: 600;
        }
        
        .product-variants .card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e9ecef;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            height: 100%;
        }
        
        .product-variants .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .product-variants .card-img-top {
            height: 180px;
            object-fit: contain;
            padding: 1.5rem;
            background-color: #f8f9fa;
        }
        
        .product-variants .card-title {
            color: #2c3e50;
            font-weight: 600;
        }
        
        .attachments {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .attachments h3 {
            color: #2c3e50;
            margin-bottom: 1.5rem;
            border-bottom: 2px solid #0d6efd;
            padding-bottom: 0.5rem;
            font-weight: 600;
        }
        
        .attachment-link {
            display: inline-flex;
            align-items: center;
            padding: 0.75rem 1.5rem;
            background-color: #f8f9fa;
            border-radius: 8px;
            color: #2c3e50;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-right: 1rem;
            margin-bottom: 1rem;
            border: 1px solid #e9ecef;
            box-shadow: 0 3px 8px rgba(0,0,0,0.08);
        }
        
        .attachment-link:hover {
            background: linear-gradient(45deg, #0d6efd, #0b5ed7);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(13, 110, 253, 0.3);
            border-color: #0d6efd;
        }
        
        .attachment-link i {
            margin-right: 0.5rem;
            font-size: 1.2rem;
        }
        
        .badge {
            font-weight: 500;
            padding: 0.5em 0.8em;
            border-radius: 10px;
        }
        
        .hidden-field {
            display: none !important;
        }
        
        @media (max-width: 768px) {
            .product-header-content h1 {
                font-size: 1.8rem;
            }
            
            .variant-circle-item {
                width: 100px;
                height: 100px;
            }
            
            .application-properties strong {
                min-width: 160px;
            }
            
            .gallery-item {
                flex: 0 0 calc(50% - 10px);
            }
        }
        
        @media (max-width: 576px) {
            .variant-circle-item {
                width: 80px;
                height: 80px;
            }
            
            .variants-circle {
                gap: 1rem;
            }
            
            .attachment-link {
                width: 100%;
                margin-right: 0;
            }
            
            .gallery-item {
                flex: 0 0 100%;
            }
        }
    /* Stili Premium Template per Descrizione Prodotto */
  .premium-product-description {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #212529;
    line-height: 1.8;
  }
  
  .premium-hero-section {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 12px;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .premium-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .premium-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
  }
  
  .premium-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .premium-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px 0;
  }
  
  .premium-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
  }
  
  .premium-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }
  
  .premium-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .premium-features {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
  }
  
  .premium-features h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #2c3e50;
    text-align: center;
  }
  
  .premium-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  
  .premium-feature-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  
  .premium-feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #d4af37 0%, #f0c87a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .premium-feature-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
  }
  
  .premium-feature-content p {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
  }
  
  .premium-specs {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
  }
  
  .premium-specs h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #2c3e50;
    border-bottom: 3px solid #d4af37;
    padding-bottom: 15px;
  }
  
  .premium-spec-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
  }
  
  .premium-spec-row:last-child {
    border-bottom: none;
  }
  
  .premium-spec-label {
    font-weight: 600;
    color: #2c3e50;
  }
  
  .premium-spec-value {
    color: #6c757d;
    text-align: right;
  }
  
  @media (max-width: 768px) {
    .premium-hero-section {
      padding: 40px 20px;
    }
    
    .premium-title {
      font-size: 1.8rem;
    }
    
    .premium-gallery {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    
    .premium-features {
      padding: 25px 20px;
    }
    
    .premium-features-list {
      grid-template-columns: 1fr;
    }
  }
  .technical-product-description {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #212529;
    line-height: 1.8;
  }
  
  .technical-hero {
    background: linear-gradient(135deg, #495057 0%, #343a40 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 12px;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .technical-badge {
    display: inline-block;
    background: rgba(0, 102, 204, 0.2);
    color: #0066cc;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .technical-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
  }
  
  .technical-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .technical-specs-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
  }
  
  .technical-specs-box {
    background: white;
    border: 2px solid #0066cc;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }
  
  .technical-specs-header {
    background: #0066cc;
    color: white;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
  }
  
  .technical-specs-body {
    padding: 30px;
  }
  
  .technical-spec-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
  }
  
  .technical-spec-item:last-child {
    border-bottom: none;
  }
  
  .technical-spec-label {
    font-weight: 600;
    color: #495057;
  }
  
  .technical-spec-value {
    color: #6c757d;
    text-align: right;
  }
  
  .technical-certifications {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 12px;
  }
  
  .technical-cert-badge {
    width: 90px;
    height: 90px;
    background: white;
    border: 3px solid #0066cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: #0066cc;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0,102,204,0.15);
    transition: transform 0.3s ease;
  }
  
  .technical-cert-badge:hover {
    transform: scale(1.1);
  }
  
  .technical-instructions {
    margin: 40px 0;
  }
  
  .technical-instructions h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .technical-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
  
  .technical-step {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  .technical-step:hover {
    border-color: #0066cc;
    box-shadow: 0 8px 25px rgba(0,102,204,0.15);
    transform: translateY(-5px);
  }
  
  .technical-step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  .technical-step-icon {
    font-size: 2.5rem;
    color: #0066cc;
    margin-bottom: 20px;
  }
  
  .technical-step h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #495057;
  }
  
  .technical-step p {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
  }
  
  .technical-warning {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
  }
  
  .technical-warning-title {
    font-weight: 700;
    color: #856404;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .technical-warning-text {
    color: #856404;
    margin: 0;
  }
  
  .technical-benefits {
    background: linear-gradient(135deg, #e7f3ff 0%, #cfe7ff 100%);
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
  }
  
  .technical-benefits h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .technical-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }
  
  .technical-benefit-item {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  
  .technical-benefit-item:before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #0066cc;
    color: white;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: 700;
    flex-shrink: 0;
  }
  
  @media (max-width: 768px) {
    .technical-hero {
      padding: 40px 20px;
    }
    
    .technical-title {
      font-size: 1.8rem;
    }
    
    .technical-specs-container {
      grid-template-columns: 1fr;
    }
    
    .technical-steps {
      grid-template-columns: 1fr;
    }
  }
  .service-product-description {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #212529;
    line-height: 1.8;
  }
  
  .service-hero {
    background: linear-gradient(135deg, #2d8659 0%, #1f7a4d 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 12px;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .service-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .service-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
  }
  
  .service-subtitle {
    font-size: 1.1rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .service-guide-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 40px 0;
    align-items: center;
  }
  
  .service-guide-content {
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }
  
  .service-guide-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d8659;
    margin-bottom: 20px;
  }
  
  .service-guide-text {
    color: #6c757d;
    margin-bottom: 25px;
  }
  
  .service-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .service-features-list li {
    padding: 12px 0;
    padding-left: 35px;
    position: relative;
    color: #495057;
    line-height: 1.6;
  }
  
  .service-features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 12px;
    width: 24px;
    height: 24px;
    background: #2d8659;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
  }
  
  .service-guide-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  }
  
  .service-guide-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .service-tabs-section {
    background: #f8f9fa;
    padding: 50px 40px;
    border-radius: 12px;
    margin: 40px 0;
  }
  
  .service-tabs-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d8659;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .service-tabs {
    display: flex;
    border-bottom: 3px solid #dee2e6;
    margin-bottom: 30px;
    gap: 10px;
  }
  
  .service-tab {
    flex: 1;
    padding: 15px 20px;
    background: white;
    border: none;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .service-tab:hover {
    color: #2d8659;
    background: #e8f5f0;
  }
  
  .service-tab.active {
    color: #2d8659;
    background: white;
    box-shadow: 0 -3px 0 0 #2d8659 inset;
  }
  
  .service-tab-content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  
  .service-tab-pane {
    display: none;
  }
  
  .service-tab-pane.active {
    display: block;
  }
  
  .service-instructions {
    margin: 40px 0;
  }
  
  .service-instructions h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d8659;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .service-instruction-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
  
  .service-instruction-card {
    background: white;
    border: 2px solid #2d8659;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  .service-instruction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(45, 134, 89, 0.2);
  }
  
  .service-instruction-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2d8659 0%, #25a065 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
  }
  
  .service-instruction-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d8659;
    margin-bottom: 15px;
  }
  
  .service-instruction-text {
    color: #6c757d;
    font-size: 0.95rem;
  }
  
  .service-eco-badge {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 2px solid #28a745;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
  }
  
  .service-eco-icon {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  
  .service-eco-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #155724;
    margin-bottom: 10px;
  }
  
  .service-eco-text {
    color: #155724;
    margin: 0;
  }
  
  .service-dosage-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin: 40px 0;
  }
  
  .service-dosage-header {
    background: #2d8659;
    color: white;
    padding: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
  }
  
  .service-dosage-body {
    padding: 30px;
  }
  
  .service-dosage-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    gap: 20px;
  }
  
  .service-dosage-row:last-child {
    border-bottom: none;
  }
  
  .service-dosage-label {
    font-weight: 600;
    color: #495057;
  }
  
  .service-dosage-value {
    color: #2d8659;
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    .service-hero {
      padding: 40px 20px;
    }
    
    .service-title {
      font-size: 1.8rem;
    }
    
    .service-guide-section {
      grid-template-columns: 1fr;
    }
    
    .service-tabs {
      flex-direction: column;
    }
    
    .service-instruction-cards {
      grid-template-columns: 1fr;
    }
    
    .service-dosage-row {
      grid-template-columns: 1fr;
      gap: 5px;
    }
  }
  .flickity-viewport {
  
    display: none;
  
}
.yv-product-feature-list, .yv-product-feature-content {
        max-width: 90%;
    }
}
/* 1. Definiamo i Keyframes */

/* Animazione per il blocco blu (scivolamento da sinistra) */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/* Animazione per il testo (comparsa fluida dal basso) */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2. Applichiamo le animazioni alle classi */

.hero-content-wrapper {
  /* ... (mantiene le proprietà precedenti) ... */
  animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.hero-content h1, 
.hero-content .subtitle, 
.hero-content .description, 
.hero-content .cta-button {
  opacity: 0; /* Partono invisibili */
  animation: fadeInUp 0.8s ease-out forwards;
}

/* 3. Gestiamo i ritardi (Delay) per l'effetto a cascata */

.hero-content .subtitle {
  animation-delay: 0.6s;
}

.hero-content h1 {
  animation-delay: 0.8s;
}

.hero-content .description {
  animation-delay: 1s;
}

.hero-content .cta-button {
  animation-delay: 1.2s;
}

.slider-desktop-height-fixed .yv-product-slider-item .image-wrapper, .slider-desktop-height-fixed .yv-product-slider-item .product-single__media {
        height: var(--productSliderHeight);
        padding-bottom: 0px !important;
        display: none;
    }
}
 .yv-product-quantity{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* CODICE PER LA SIDEBAR */
.sidebar-action-container {
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: sans-serif;
}
.yv-product-slider-wrapper {
  border-right: 0px solid;
}
.yv-prizebox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
}
.yv-prizebox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
}
.yv-prizebox span {
  /* margin-right: 12px; */
  padding: 8px;
  font-size: 39px;
  color: #3b4b5b;
  font-weight: 900;
  vertical-align: middle;
}
.yv-product-unit-price {
    display: inline-block;
    margin-top: 4px;
    font-size: 20px;/*commentata riga 1865 relativa al font in theme.min.css*/
    border-radius: 8px;
    color: #7d7e7e!important;
    text-transform: uppercase;
    border: 2px solid #e3e3e3;
    padding: 9px;
}
.yv-product-detail-title {
  margin-bottom: 15px;
  font-size: 28px;
  text-transform: uppercase;
  color: #3b4b5b;
  margin-bottom: 20px;
}

.product-title-custom {
  margin-bottom: 15px;
}



.subtitle-title {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #3b4b5b;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
}
span.subtitle-title {
        font-size: 16px;
    letter-spacing: 3px;
    font-weight: 800;
    width: 100%;
    margin-bottom: 25px;
    color: #3b4b5b;
}
.main-title {
    TEXT-ALIGN: center;
    font-size: 28px;
    font-weight: 900;
    color: #3B4B5B;
    line-height: 1.1;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/*icone di condivisione social commentato su theme.min.css*/
.share-icons-list {
        display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: space-evenly;
}

/*pulsante chatta su whatsapp nella sidebar */
/* --- CONTENITORE PER IL POSIZIONAMENTO --- */
.sidebar-footer-container {
    margin-top: auto !important; /* Spinge il pulsante nel punto più basso */
    padding-top: 30px;
    width: 100%;
}

/* --- PULSANTE WHATSAPP --- */
.btn-whatsapp-chat {
        display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 12px !important;
    background-color: #ffffff !important;
    color: #25D366 !important;
    padding: 18px 25px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    text-decoration: none !important;
    border: 2px solid #25D366 !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    width: 100% !important;
    box-sizing: border-box;
    margin-top: -20px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

/* Icona WhatsApp (SVG integrato per massima compatibilità) */
.btn-whatsapp-chat::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #25D366;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-117zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.4 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-5.5-2.8-23.2-8.5-44.2-27.1-16.4-14.6-27.4-32.7-30.6-38.2-3.2-5.5-.3-8.5 2.4-11.3 2.5-2.5 5.5-6.5 8.3-9.7 2.8-3.3 3.7-5.5 5.5-9.2 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.4-29.8-17-41.1-4.5-10.9-9.1-9.5-12.4-9.7-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 13.2 5.8 23.5 9.2 31.6 11.8 13.3 4.2 25.4 3.6 35 2.2 10.7-1.5 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-117zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.4 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-5.5-2.8-23.2-8.5-44.2-27.1-16.4-14.6-27.4-32.7-30.6-38.2-3.2-5.5-.3-8.5 2.4-11.3 2.5-2.5 5.5-6.5 8.3-9.7 2.8-3.3 3.7-5.5 5.5-9.2 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.4-29.8-17-41.1-4.5-10.9-9.1-9.5-12.4-9.7-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 13.2 5.8 23.5 9.2 31.6 11.8 13.3 4.2 25.4 3.6 35 2.2 10.7-1.5 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") no-repeat center;
    margin: 0 !important;
}

/* --- EFFETTO HOVER --- */
.btn-whatsapp-chat:hover {
    transform: translateY(-5px) !important;
    background-color: #25D366 !important; /* Diventa verde pieno */
    color: #ffffff !important; /* Testo bianco */
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.3) !important;
}

.btn-whatsapp-chat:hover::before {
    background-color: #ffffff; /* L'icona diventa bianca */
}