/** Shopify CDN: Minification failed

Line 310:2 Unexpected "@media"
Line 315:0 Expected identifier but found "."

**/

.vp-scope {
    --black: #000000;
    --black-soft: #0F0F0F;
    --gold: #C9B68A;
    --gold-dark: #A8966B;
    --gold-light: #E0D2AE;
    --cream: #F5F2EC;
    --cream-dark: #E9E4D8;
    --white: #FFFFFF;
    --text: #000000;
    --muted: #5C6770;
    --border: #DDD7C8;
    --green: #4A7C59;
    --red: #B5413B;
  }
.vp-scope * { margin: 0; padding: 0; box-sizing: border-box; }
.vp-scope { scroll-behavior: smooth; }
.vp-scope {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--text);
    background: var(--cream);
    -webkit-font-smoothing: antialiased;
  }
.vp-scope img { max-width: 100%; display: block; }
.vp-scope a { color: inherit; }
.vp-scope .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.vp-scope .container-md { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.vp-scope .container-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.vp-scope .logo-svg { height: 32px; width: auto; display: block; }
.vp-scope .logo-svg path { fill: currentColor; }
.vp-scope /* Announcement */
  .announce { background: var(--gold); color: var(--black); text-align: center; padding: 13px 16px; font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; font-family: "Outfit", sans-serif; }
.vp-scope .announce b { font-weight: 800; }
.vp-scope .announce span.sep { margin: 0 14px; opacity: 0.5; }
.vp-scope /* Header */
  .header { background: var(--black); color: var(--white); padding: 22px 0; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(201, 182, 138, 0.15); }
.vp-scope .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.vp-scope .header .logo-svg { color: var(--white); height: 32px; }
.vp-scope .nav { display: flex; gap: 36px; flex: 1; justify-content: center; }
.vp-scope .nav a { color: var(--white); text-decoration: none; font-weight: 500; font-size: 15px; transition: color 0.15s; font-family: "Outfit", sans-serif; letter-spacing: 0.4px; }
.vp-scope .nav a:hover { color: var(--gold); }
.vp-scope .nav a.active { color: var(--gold); }
.vp-scope .header-actions { display: flex; gap: 16px; align-items: center; }
.vp-scope .header-icon { color: var(--white); font-size: 18px; text-decoration: none; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.vp-scope .header-icon:hover { background: rgba(201, 182, 138, 0.15); color: var(--gold); }
.vp-scope /* ============== PDP TOP ============== */
  .pdp { background: var(--cream); padding: 48px 0 80px; }
.vp-scope .pdp-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: flex-start; }
.vp-scope .gallery-main { aspect-ratio: 1/1; background: var(--black); border-radius: 8px; overflow: hidden; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.18); margin-bottom: 14px; }
.vp-scope .gallery-main::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgba(201, 182, 138, 0.18) 0%, transparent 60%); }
.vp-scope .gallery-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--gold); text-align: center; gap: 18px; padding: 40px; }
.vp-scope .gallery-placeholder .icon { font-size: 96px; opacity: 0.85; }
.vp-scope .gallery-placeholder .label { font-family: "Outfit", sans-serif; text-transform: uppercase; letter-spacing: 3.5px; font-size: 11px; color: rgba(255,255,255,0.5); }
.vp-scope .gallery-placeholder .main { font-family: "Instrument Serif", serif; font-style: italic; font-size: 36px; color: var(--white); line-height: 1.15; }
.vp-scope .gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.vp-scope .gallery-thumb { aspect-ratio: 1/1; background: var(--black-soft); border-radius: 6px; border: 2px solid transparent; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 28px; cursor: pointer; transition: border-color 0.15s; opacity: 0.7; }
.vp-scope .gallery-thumb.active, .vp-scope .gallery-thumb:hover { border-color: var(--gold); opacity: 1; }
.vp-scope .pdp-title { font-family: "Outfit", sans-serif; font-size: 38px; font-weight: 700; color: var(--black); letter-spacing: -0.025em; line-height: 1.05; margin-bottom: 14px; }
.vp-scope .pdp-rating { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.vp-scope .pdp-rating .stars { color: var(--gold-dark); font-size: 18px; letter-spacing: 2px; }
.vp-scope .pdp-price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.vp-scope .pdp-price-now { font-family: "Outfit", sans-serif; font-size: 32px; font-weight: 700; color: var(--black); letter-spacing: -0.02em; line-height: 1; }
.vp-scope .pdp-price-old { font-size: 18px; color: var(--muted); text-decoration: line-through; }
.vp-scope .pdp-price-save { background: var(--gold); color: var(--black); padding: 6px 12px; border-radius: 4px; font-family: "Outfit", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 4px; }
.vp-scope .pdp-bullets { list-style: none; margin-bottom: 28px; padding: 0; }
.vp-scope .pdp-bullets li { padding: 9px 0 9px 28px; position: relative; font-size: 15px; line-height: 1.55; color: var(--black); border-bottom: 1px solid var(--border); }
.vp-scope .pdp-bullets li:last-child { border-bottom: none; }
.vp-scope .pdp-bullets li::before { content: "✓"; position: absolute; left: 0; top: 9px; color: var(--gold-dark); font-weight: 700; font-size: 16px; }
.vp-scope .fitment-btn { display: block; width: 100%; background: var(--gold); color: var(--black); border: none; padding: 16px 24px; border-radius: 6px; font-family: "Outfit", sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; cursor: pointer; text-align: center; margin-bottom: 26px; transition: all 0.15s; text-decoration: none; }
.vp-scope .fitment-btn:hover { background: var(--gold-dark); color: var(--white); }
.vp-scope .bundle-divider { text-align: center; margin: 30px 0 18px; position: relative; font-family: "Outfit", sans-serif; text-transform: uppercase; font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: 2.5px; }
.vp-scope .bundle-divider::before, .vp-scope .bundle-divider::after { content: ""; height: 1px; background: var(--border); position: absolute; top: 50%; width: 30%; }
.vp-scope .bundle-divider::before { left: 0; }
.vp-scope .bundle-divider::after { right: 0; }
.vp-scope .bundle-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.vp-scope .bundle-options input[type="radio"] { display: none; }
.vp-scope .bundle-card { display: flex; align-items: center; justify-content: space-between; background: var(--white); border: 2px solid var(--border); border-radius: 8px; padding: 16px 20px; cursor: pointer; transition: all 0.15s; position: relative; }
.vp-scope .bundle-card .left { display: flex; align-items: center; gap: 14px; }
.vp-scope .bundle-card .radio-circle { width: 22px; height: 22px; border: 2px solid var(--border); border-radius: 50%; flex-shrink: 0; position: relative; transition: border-color 0.15s; }
.vp-scope .bundle-card-text b { display: block; font-family: "Outfit", sans-serif; font-size: 17px; font-weight: 700; color: var(--black); letter-spacing: -0.01em; }
.vp-scope .bundle-card-text small { font-size: 13px; color: var(--muted); }
.vp-scope .bundle-card .right { text-align: right; }
.vp-scope .bundle-card .price { font-family: "Outfit", sans-serif; font-size: 18px; font-weight: 700; color: var(--black); }
.vp-scope .bundle-card .old { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.vp-scope .bundle-card .badge-popular { position: absolute; top: -10px; right: 14px; background: var(--black); color: var(--gold); font-family: "Outfit", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; padding: 4px 10px; border-radius: 4px; text-transform: uppercase; }
.vp-scope .bundle-options input[type="radio"]:checked + .bundle-card { border-color: var(--black); background: var(--cream); }
.vp-scope .bundle-options input[type="radio"]:checked + .bundle-card .radio-circle { border-color: var(--black); background: var(--black); }
.vp-scope .bundle-options input[type="radio"]:checked + .bundle-card .radio-circle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; transform: translate(-50%, -50%); }
.vp-scope .bonuses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 24px; }
.vp-scope .bonus { border: 2px solid var(--gold); border-radius: 6px; padding: 14px 10px 12px; text-align: center; background: var(--white); position: relative; transition: all 0.15s; }
.vp-scope .bonus.locked { border-color: var(--border); opacity: 0.45; }
.vp-scope .bonus-img { background: var(--black); aspect-ratio: 1/1; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 28px; margin-bottom: 8px; position: relative; overflow: hidden; }
.vp-scope .bonus.locked .bonus-img::after { content: "🔒"; position: absolute; inset: 0; background: rgba(0,0,0,0.85); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.vp-scope .bonus-tag { position: absolute; top: 6px; left: 6px; background: var(--black); color: var(--gold); font-family: "Outfit", sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 0.8px; padding: 3px 6px; border-radius: 3px; text-transform: uppercase; z-index: 2; }
.vp-scope .bonus-name { font-family: "Outfit", sans-serif; font-size: 11px; font-weight: 600; color: var(--black); line-height: 1.2; letter-spacing: -0.01em; }
.vp-scope .bonus.locked .bonus-name { color: var(--muted); }
.vp-scope .stock-indicator { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 13px; color: var(--muted); }
.vp-scope .stock-indicator .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); animation: pulse 2s ease-in-out infinite; }

  @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }.vp-scope .atc-btn { display: block; width: 100%; background: var(--black); color: var(--white); padding: 22px 28px; border: none; border-radius: 6px; font-family: "Outfit", sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; text-align: center; letter-spacing: 2px; text-transform: uppercase; transition: all 0.2s; margin-bottom: 16px; }
.vp-scope .atc-btn:hover { background: var(--gold); color: var(--black); }
.vp-scope .upsell { display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 14px 16px; transition: border-color 0.15s; }
.vp-scope .upsell.checked { border-color: var(--gold); }
.vp-scope .upsell-img { width: 50px; height: 50px; background: var(--black); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 20px; flex-shrink: 0; }
.vp-scope .upsell-info { flex: 1; }
.vp-scope .upsell-info b { display: block; font-family: "Outfit", sans-serif; font-size: 14px; font-weight: 700; color: var(--black); }
.vp-scope .upsell-info .price-line { display: flex; gap: 8px; align-items: baseline; font-size: 13px; }
.vp-scope .upsell-info .price-line .now { color: var(--black); font-weight: 700; }
.vp-scope .upsell-info .price-line .old { color: var(--muted); text-decoration: line-through; }
.vp-scope .upsell-toggle { width: 44px; height: 24px; background: var(--border); border-radius: 999px; position: relative; cursor: pointer; transition: background 0.2s; flex-shrink: 0; }
.vp-scope .upsell-toggle::after { content: ""; position: absolute; width: 18px; height: 18px; background: var(--white); border-radius: 50%; top: 3px; left: 3px; transition: transform 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.vp-scope .upsell input[type="checkbox"] { display: none; }
.vp-scope .upsell input[type="checkbox"]:checked ~ .upsell-toggle { background: var(--gold-dark); }
.vp-scope .upsell input[type="checkbox"]:checked ~ .upsell-toggle::after { transform: translateX(20px); }
.vp-scope /* ============== DESCRIPTION (ACCORDION) ============== */
  .description { background: var(--white); padding: 60px 0 70px; border-top: 1px solid var(--border); }
.vp-scope .desc-grid { display: grid; grid-template-columns: 1fr; max-width: 760px; margin: 0 auto; }
.vp-scope .desc-block {
    border-bottom: 1px solid var(--border);
    background: var(--white);
  }
.vp-scope .desc-block:first-child { border-top: 1px solid var(--border); }
.vp-scope .desc-block summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.15s;
  }
.vp-scope .desc-block summary::-webkit-details-marker { display: none; }
.vp-scope .desc-block summary:hover { color: var(--gold-dark); }
.vp-scope .desc-block summary::after {
    content: "+";
    font-family: "Instrument Serif", serif;
    font-size: 30px;
    color: var(--gold-dark);
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s;
    flex-shrink: 0;
  }
.vp-scope .desc-block[open] summary::after { content: "−"; }
.vp-scope .desc-content {
    padding: 0 8px 28px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--muted);
  }
.vp-scope .desc-content p { margin-bottom: 12px; }
.vp-scope .desc-content p:last-child { margin-bottom: 0; }
.vp-scope .desc-content ul { list-style: none; padding: 0; }
.vp-scope .desc-content ul li { padding-left: 22px; position: relative; margin-bottom: 8px; }
.vp-scope .desc-content ul li::before { content: "•"; position: absolute; left: 6px; color: var(--gold-dark); font-weight: 700; font-size: 18px; line-height: 1.5; }
.vp-scope .desc-content ul li b { color: var(--black); font-weight: 700; }
.vp-scope /* ============== INSTALL GUIDE (CAROSELLO) ============== */
  .install-guide { background: var(--black); padding: 100px 0; color: var(--white); }
.vp-scope .install-carousel-wrap { position: relative; }
.vp-scope .install-carousel { display: flex; gap: 30px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 20px 0; -webkit-overflow-scrolling: touch; }
.vp-scope .install-carousel::-webkit-scrollbar { display: none; }
.vp-scope .install-card { flex: 0 0 calc((100% - 60px) / 3); scroll-snap-align: start; background: var(--black-soft); border-radius: 18px; overflow: hidden; border: 1px solid rgba(201, 182, 138, 0.15); transition: transform 0.2s; }
.vp-scope .install-card:hover { transform: translateY(-4px); }
.vp-scope .install-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: var(--white); border: 1px solid var(--border); width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--black); cursor: pointer; z-index: 3; box-shadow: 0 6px 20px rgba(0,0,0,0.3); font-size: 22px; transition: all 0.2s; user-select: none; }
.vp-scope .install-arrow:hover { background: var(--gold); }
.vp-scope .install-arrow.left { left: -24px; }
.vp-scope .install-arrow.right { right: -24px; }
.vp-scope .install-media { aspect-ratio: 4/5; background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%); position: relative; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); text-align: center; }
.vp-scope .install-step-tag { position: absolute; top: 20px; left: 20px; background: var(--white); color: var(--black); font-family: "Outfit", sans-serif; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; text-transform: capitalize; }
.vp-scope .install-media-placeholder { padding: 30px; }
.vp-scope .install-media-placeholder .ic { font-size: 64px; margin-bottom: 14px; opacity: 0.5; }
.vp-scope .install-media-placeholder .lbl { font-family: "Outfit", sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 11px; margin-top: 10px; }
.vp-scope .install-content { padding: 28px 24px; text-align: center; }
.vp-scope .install-content h3 { font-family: "Outfit", sans-serif; font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.vp-scope .install-content .step-label { font-family: "Outfit", sans-serif; font-size: 11px; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px; display: block; }
.vp-scope .install-content p { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.55; }
.vp-scope /* ============== ANTITHEFT ============== */
  .antitheft { background: var(--black); padding: 60px 0; border-top: 1px solid rgba(201, 182, 138, 0.15); }
.vp-scope .antitheft-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.vp-scope .antitheft-content { color: var(--white); }
.vp-scope .antitheft h2 { font-family: "Outfit", sans-serif; font-size: 48px; font-weight: 700; line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 28px; }
.vp-scope .antitheft h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--gold); display: block; }
.vp-scope .antitheft ul { list-style: none; padding: 0; }
.vp-scope .antitheft li { font-size: 16px; color: rgba(255,255,255,0.85); padding-left: 22px; position: relative; margin-bottom: 14px; }
.vp-scope .antitheft li::before { content: "●"; position: absolute; left: 0; color: var(--gold); font-size: 14px; top: 2px; }
.vp-scope .antitheft-img { aspect-ratio: 16/10; background: #1a1a1a; border-radius: 8px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); text-align: center; padding: 30px; }
.vp-scope .antitheft-img .alarm-badge { position: absolute; top: 20px; right: 20px; background: #C73E32; color: var(--white); font-family: "Outfit", sans-serif; font-size: 13px; font-weight: 800; padding: 8px 16px; border-radius: 4px; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 0 30px rgba(199, 62, 50, 0.6); }
.vp-scope .antitheft-img-content { font-family: "Outfit", sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 11px; }
.vp-scope .antitheft-img-content .ic { font-size: 56px; margin-bottom: 12px; opacity: 0.4; }
.vp-scope /* ============== UNIVERSAL ============== */
  .universal { background: var(--cream); padding: 100px 0; }
.vp-scope .universal-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: center; }
.vp-scope .universal-img { aspect-ratio: 1/1; background: linear-gradient(135deg, #1a1a1a, var(--black)); border-radius: 12px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); text-align: center; padding: 40px; }
.vp-scope .placeholder-content { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.vp-scope .placeholder-content .ic { font-size: 100px; opacity: 0.5; }
.vp-scope .placeholder-content .lbl { font-family: "Outfit", sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 11px; }
.vp-scope .universal-content h2 { font-family: "Outfit", sans-serif; font-size: 44px; font-weight: 700; color: var(--black); line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 22px; }
.vp-scope .universal-content h2 b { color: var(--gold-dark); font-weight: 700; }
.vp-scope .universal-content p { font-size: 17px; line-height: 1.7; color: var(--muted); max-width: 480px; }
.vp-scope /* ============== PAINTWORK ============== */
  .paintwork { background: var(--cream); padding: 80px 0 100px; }
.vp-scope .paintwork-title { font-family: "Outfit", sans-serif; font-size: 42px; font-weight: 800; color: var(--black); text-align: center; margin-bottom: 60px; letter-spacing: -0.02em; text-transform: uppercase; line-height: 1.15; }
.vp-scope .paintwork-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.vp-scope .paintwork-img { aspect-ratio: 1/1; background: linear-gradient(135deg, #1a1a1a, var(--black)); border-radius: 16px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); }
.vp-scope .paintwork-content h3 { font-family: "Outfit", sans-serif; font-size: 28px; font-weight: 700; color: var(--black); margin-bottom: 18px; letter-spacing: -0.02em; line-height: 1.2; }
.vp-scope .paintwork-content > p { font-size: 16px; line-height: 1.7; color: var(--muted); margin-bottom: 30px; }
.vp-scope .paintwork-stats { display: flex; flex-direction: column; gap: 18px; }
.vp-scope .paintwork-stat { display: flex; gap: 18px; align-items: flex-start; }
.vp-scope .paintwork-stat .num { font-family: "Outfit", sans-serif; font-size: 30px; font-weight: 800; color: var(--black); line-height: 1; flex-shrink: 0; min-width: 70px; }
.vp-scope .paintwork-stat .desc { font-size: 15px; color: var(--muted); line-height: 1.55; padding-top: 4px; }
.vp-scope /* ============== WEATHER ============== */
  .weather { background: var(--gold); padding: 100px 0; color: var(--black); position: relative; }
.vp-scope .weather::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 60px; background: var(--cream); border-radius: 0 0 50% 50% / 100%; }
.vp-scope .weather-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.vp-scope .weather-content { text-align: center; color: var(--white); }
.vp-scope .weather-content h2 { font-family: "Outfit", sans-serif; font-size: 38px; font-weight: 700; line-height: 1.15; margin-bottom: 22px; letter-spacing: -0.02em; }
.vp-scope .weather-content p { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.9); max-width: 460px; margin: 0 auto; }
.vp-scope .weather-img { aspect-ratio: 4/3; background: #6B8E9E; border-radius: 16px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); }
.vp-scope /* ============== TIKTOK ============== */
  .tiktok { background: var(--cream); padding: 100px 0; text-align: center; overflow: hidden; }
.vp-scope .tiktok-eyebrow { display: inline-block; background: var(--white); border: 1px solid var(--border); color: var(--black); padding: 8px 20px; border-radius: 999px; font-family: "Outfit", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; margin-bottom: 18px; }
.vp-scope .tiktok h2 { font-family: "Outfit", sans-serif; font-size: 60px; font-weight: 800; color: var(--black); margin-bottom: 50px; letter-spacing: -0.025em; text-transform: uppercase; line-height: 1.05; }
.vp-scope .tiktok-carousel-wrap { position: relative; }
.vp-scope .tiktok-carousel { display: flex; gap: 18px; justify-content: center; align-items: center; overflow-x: auto; padding: 30px 20px; scrollbar-width: none; }
.vp-scope .tiktok-carousel::-webkit-scrollbar { display: none; }
.vp-scope .tiktok-card { flex-shrink: 0; width: 220px; aspect-ratio: 9/16; background: linear-gradient(180deg, #1a1a1a 0%, #000 100%); border-radius: 14px; position: relative; overflow: hidden; transition: transform 0.2s; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); }
.vp-scope .tiktok-card.featured { width: 280px; transform: scale(1.05); z-index: 2; box-shadow: 0 20px 60px rgba(0,0,0,0.25); }
.vp-scope .tiktok-card:hover { transform: scale(1.02); }
.vp-scope .tiktok-card.featured:hover { transform: scale(1.07); }
.vp-scope .tiktok-card .label { font-family: "Outfit", sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; text-align: center; padding: 20px; }
.vp-scope .tiktok-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: var(--white); border: 1px solid var(--border); width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--black); cursor: pointer; z-index: 3; box-shadow: 0 4px 12px rgba(0,0,0,0.08); font-size: 18px; }
.vp-scope .tiktok-arrow.left { left: 5%; }
.vp-scope .tiktok-arrow.right { right: 5%; }
.vp-scope /* ============== VERSUS ============== */
  .versus { background: var(--cream); padding: 100px 0; border-top: 1px solid var(--border); }
.vp-scope .versus-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.vp-scope .versus-table { background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.vp-scope .versus-table-header { display: grid; grid-template-columns: 1.5fr 1fr 1fr; background: var(--cream-dark); }
.vp-scope .versus-table-header > div { text-align: center; padding: 22px 12px 18px; font-family: "Outfit", sans-serif; font-size: 13px; font-weight: 700; color: var(--black); letter-spacing: 0.5px; }
.vp-scope .versus-table-header .head-veelo { background: var(--gold); }
.vp-scope .versus-table-header .head-product-img { width: 50px; height: 50px; background: var(--black); border-radius: 50%; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 22px; }
.vp-scope .versus-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; border-top: 1px solid var(--border); }
.vp-scope .versus-row > div { padding: 18px 12px; text-align: center; font-size: 14px; color: var(--black); }
.vp-scope .versus-row .label { text-align: right; font-family: "Outfit", sans-serif; font-weight: 600; color: var(--black); }
.vp-scope .versus-row .veelo-col { background: rgba(201, 182, 138, 0.18); font-size: 18px; color: var(--green); }
.vp-scope .versus-row .others-col { color: var(--muted); font-size: 18px; }
.vp-scope .versus-content h2 { font-family: "Outfit", sans-serif; font-size: 36px; font-weight: 700; color: var(--gold-dark); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 22px; }
.vp-scope .versus-content p { font-size: 15px; line-height: 1.75; color: var(--muted); }
.vp-scope .versus-content p b { color: var(--black); }
.vp-scope /* ============== FAQ (ACCORDION) ============== */
  .faq-section { background: var(--black); padding: 100px 0; color: var(--white); border-top: 1px solid rgba(201, 182, 138, 0.15); }
.vp-scope .faq-section .eyebrow { color: var(--gold); font-family: "Outfit", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: 2.5px; font-size: 12px; text-align: center; margin-bottom: 18px; }
.vp-scope .faq-section h2 { font-family: "Outfit", sans-serif; font-size: 56px; font-weight: 700; color: var(--white); text-align: center; margin-bottom: 22px; letter-spacing: -0.025em; line-height: 1.05; }
.vp-scope .faq-section .sub { font-size: 18px; color: rgba(255,255,255,0.65); text-align: center; max-width: 640px; margin: 0 auto 50px; line-height: 1.55; }
.vp-scope .faq-section .sub b { color: var(--gold); }
.vp-scope .faq-list { max-width: 820px; margin: 0 auto; }
.vp-scope .faq-item { background: var(--black-soft); border: 1px solid rgba(201, 182, 138, 0.15); border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.vp-scope .faq-item summary { list-style: none; cursor: pointer; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: "Outfit", sans-serif; font-size: 17px; font-weight: 600; color: var(--white); transition: color 0.15s; }
.vp-scope .faq-item summary::-webkit-details-marker { display: none; }
.vp-scope .faq-item summary:hover { color: var(--gold); }
.vp-scope .faq-item summary::after { content: "+"; font-family: "Instrument Serif", serif; font-size: 30px; color: var(--gold); font-weight: 400; line-height: 1; flex-shrink: 0; }
.vp-scope .faq-item[open] summary::after { content: "−"; }
.vp-scope .faq-item .answer { padding: 0 28px 24px; font-size: 15px; line-height: 1.75; color: rgba(255,255,255,0.7); }
.vp-scope /* ============== FINAL CTA ============== */
  .final-cta { background: var(--black); color: var(--white); padding: 110px 0; text-align: center; position: relative; overflow: hidden; }
.vp-scope .final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, rgba(201, 182, 138, 0.12) 0%, transparent 60%); }
.vp-scope .final-cta-inner { position: relative; z-index: 2; }
.vp-scope .final-cta h2 { font-family: "Outfit", sans-serif; font-size: 56px; font-weight: 700; margin-bottom: 22px; letter-spacing: -0.03em; line-height: 1.05; }
.vp-scope .final-cta h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--gold); }
.vp-scope .final-cta p { font-size: 18px; color: rgba(255, 255, 255, 0.75); margin: 0 auto 36px; max-width: 620px; line-height: 1.65; }
.vp-scope .final-cta .price-row { display: flex; justify-content: center; gap: 16px; align-items: baseline; margin-bottom: 6px; flex-wrap: wrap; }
.vp-scope .final-cta .price-now { color: var(--white); font-size: 56px; font-family: "Outfit", sans-serif; font-weight: 700; }
.vp-scope .final-cta .price-old { color: rgba(255,255,255,0.5); font-size: 22px; text-decoration: line-through; }
.vp-scope .final-cta .price-shipping { color: rgba(255,255,255,0.6); margin-bottom: 32px; font-size: 14px; letter-spacing: 0.5px; }
.vp-scope .final-cta .price-shipping b { color: var(--gold); }
.vp-scope .final-cta-btn { display: inline-block; background: var(--gold); color: var(--black); padding: 22px 48px; border-radius: 999px; font-family: "Outfit", sans-serif; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; transition: all 0.2s; min-width: 320px; }
.vp-scope .final-cta-btn:hover { background: var(--white); }
.vp-scope /* Footer */
  .footer { background: var(--black); color: rgba(255, 255, 255, 0.65); padding: 70px 0 30px; border-top: 1px solid rgba(201, 182, 138, 0.12); font-size: 14px; }
.vp-scope .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.vp-scope .footer .logo-svg { color: var(--white); height: 30px; margin-bottom: 22px; }
.vp-scope .footer-brand p { line-height: 1.7; opacity: 0.6; max-width: 320px; margin-bottom: 22px; font-size: 14px; }
.vp-scope .footer-email-block { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); text-decoration: none; font-family: "Outfit", sans-serif; font-weight: 600; font-size: 15px; border: 1px solid var(--gold); padding: 10px 18px; border-radius: 999px; transition: all 0.15s; }
.vp-scope .footer-email-block:hover { background: var(--gold); color: var(--black); }
.vp-scope .footer h4 { color: var(--gold); font-family: "Outfit", sans-serif; font-size: 13px; margin-bottom: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; }
.vp-scope .footer ul { list-style: none; }
.vp-scope .footer li { margin-bottom: 10px; }
.vp-scope .footer a { color: rgba(255, 255, 255, 0.65); text-decoration: none; transition: color 0.15s; }
.vp-scope .footer a:hover { color: var(--gold); }
.vp-scope .footer-legal { border-top: 1px solid rgba(201, 182, 138, 0.12); padding-top: 26px; text-align: center; font-size: 12px; color: rgba(255, 255, 255, 0.4); letter-spacing: 0.5px; line-height: 1.7; }
.vp-scope .payment-icons { display: flex; gap: 10px; justify-content: center; margin-bottom: 20px; flex-wrap: wrap; }
.vp-scope .pay-icon { background: var(--white); color: var(--black); padding: 6px 12px; border-radius: 4px; font-family: "Outfit", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.5px; }
.vp-scope /* Responsive */
  @media (max-width: 1024px) {
    .pdp-grid { grid-template-columns: 1fr; gap: 40px; }
.vp-scope .install-cards { grid-template-columns: 1fr; }
.vp-scope .antitheft-grid, .vp-scope .universal-grid, .vp-scope .paintwork-grid, .vp-scope .weather-grid, .vp-scope .versus-grid { grid-template-columns: 1fr; gap: 40px; }
.vp-scope .footer-grid { grid-template-columns: 1fr; gap: 36px; }
.vp-scope }
  @media (max-width: 768px) {
    body { font-size: 16px; }
.vp-scope .container, .vp-scope .container-md, .vp-scope .container-narrow { padding: 0 18px; }
.vp-scope .nav { display: none; }
.vp-scope .pdp { padding: 30px 0 50px; }
.vp-scope .pdp-title { font-size: 28px; }
.vp-scope .pdp-price-now { font-size: 26px; }
.vp-scope .install-guide, .vp-scope .antitheft, .vp-scope .universal, .vp-scope .paintwork, .vp-scope .weather, .vp-scope .tiktok, .vp-scope .versus, .vp-scope .faq-section { padding: 60px 0; }
.vp-scope .install-carousel { padding: 20px 0; gap: 14px; }
.vp-scope .install-card { flex: 0 0 75%; scroll-snap-align: center; margin-left: 12.5%; }
.vp-scope .install-card + .install-card { margin-left: 0; }
.vp-scope .install-card:last-child { margin-right: 12.5%; }
.vp-scope .install-arrow { width: 40px; height: 40px; font-size: 18px; box-shadow: 0 4px 14px rgba(0,0,0,0.4); }
.vp-scope .install-arrow.left { left: 10px; }
.vp-scope .install-arrow.right { right: 10px; }
.vp-scope .antitheft h2 { font-size: 32px; }
.vp-scope .universal-content h2, .vp-scope .paintwork-title { font-size: 30px; }
.vp-scope .paintwork-content h3 { font-size: 22px; }
.vp-scope .weather-content h2 { font-size: 28px; }
.vp-scope .tiktok h2 { font-size: 36px; }
.vp-scope .versus-content h2 { font-size: 26px; }
.vp-scope .faq-section h2 { font-size: 32px; }
.vp-scope .final-cta h2 { font-size: 32px; }
.vp-scope .final-cta-btn, .vp-scope .atc-btn { width: 100%; min-width: 0; }
.vp-scope .versus-table-header > div, .vp-scope .versus-row > div { padding: 14px 6px; font-size: 12px; }
.vp-scope .tiktok-card { width: 160px; }
.vp-scope .tiktok-card.featured { width: 200px; }
.vp-scope .desc-block summary { font-size: 15px; padding: 20px 4px; }
.vp-scope .faq-item summary { padding: 18px 22px; font-size: 15px; }

  }

.vp-scope .pdp,.vp-scope .description,.vp-scope .install-guide,.vp-scope .antitheft,.vp-scope .universal,.vp-scope .paintwork,.vp-scope .weather,.vp-scope .tiktok,.vp-scope .versus,.vp-scope .faq-section,.vp-scope .final-cta{}

/* ===== Mobile fixes ===== */
@media (max-width:749px){
.vp-scope .container,.vp-scope .container-narrow{padding-left:16px;padding-right:16px;overflow-x:hidden;}
.vp-scope .pdp-grid,.vp-scope .antitheft-grid,.vp-scope .universal-grid,.vp-scope .paintwork-grid,.vp-scope .weather-grid,.vp-scope .versus-grid,.vp-scope .paintwork-stats{grid-template-columns:1fr !important;gap:26px !important;}
.vp-scope h2{font-size:26px !important;line-height:1.18;}
.vp-scope .pdp-title{font-size:24px !important;}
.vp-scope img{max-width:100%;height:auto;}
}

/* ===== Additions: titolo installazione + media universale nei wrapper vp ===== */
.vp-scope .install-title{font-family:"Outfit",sans-serif;font-size:clamp(28px,4.5vw,44px);font-weight:700;text-align:center;letter-spacing:-.02em;margin:0 0 36px;}
.vp-scope .eyebrow{color:var(--gold-dark);font-family:"Outfit",sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;font-size:12px;margin-bottom:14px;}
.vp-scope .v-media{position:relative;overflow:hidden;}
.vp-scope .v-media>img,.vp-scope .v-media>video{width:100%;height:100%;object-fit:cover;display:block;}
.vp-scope .v-media>iframe{width:100%;aspect-ratio:16/9;height:auto;border:0;display:block;}
.vp-scope .v-media-placeholder{min-height:220px;height:100%;}
.vp-scope .final-cta-text p{margin:0 0 10px;}
