/** Shopify CDN: Minification failed

Line 33:0 Unexpected "<"

**/
:root{
  --color-bg:#ffffff;
  --color-surface:#f8fbff;
  --color-surface-strong:#eaf4ff;
  --color-text:#243040;
  --color-muted:#687385;
  --color-border:#e4edf7;
  --color-accent:#8fb6d9;
  --color-accent-dark:#5d91bd;
  --color-success:#46a171;
  --page-width:1120px;
  --radius:18px;
  --shadow:0 12px 34px rgba(58,92,124,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.55}
a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-999px;top:12px;background:#fff;padding:12px 16px;border:1px solid var(--color-border);z-index:99}.skip-link:focus{left:12px}
.page-width{max-width:var(--page-width);margin:0 auto;padding:0 24px}.button,.shopify-payment-button__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:12px;border:0;background:var(--color-accent-dark);color:white;font-weight:750;letter-spacing:.01em;cursor:pointer;transition:.18s ease;text-align:center}.button:hover,.shopify-payment-button__button:hover{transform:translateY(-1px);filter:brightness(.98)}.button--secondary{background:white;color:var(--color-text);border:1px solid var(--color-border)}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:70px}.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:20px}.brand-mark{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#b8d4ee,#fff);border:1px solid var(--color-border);display:grid;place-items:center}.header-actions{display:flex;align-items:center;gap:14px;color:var(--color-muted);font-size:14px}.cart-link{position:relative}.cart-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:99px;background:var(--color-accent-dark);color:#fff;font-size:12px;margin-left:4px;padding:0 5px}
.hero{padding:52px 0 34px;background:linear-gradient(180deg,#f6fbff 0%, #fff 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;background:var(--color-surface-strong);color:#4f7fa7;font-weight:750;font-size:14px}.hero h1{font-size:clamp(34px,5vw,64px);line-height:1.02;margin:18px 0 16px;letter-spacing:-.045em}.hero p{max-width:560px;color:var(--color-muted);font-size:19px;margin:0 0 24px}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.trust-row{display:flex;flex-wrap:wrap;gap:10px;color:#536173;font-size:14px}.trust-pill{padding:8px 10px;border:1px solid var(--color-border);border-radius:999px;background:#fff}.hero-media{position:relative}.hero-card{border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow)}.hero-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.price-card{position:absolute;right:18px;bottom:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:18px;padding:14px 16px;box-shadow:var(--shadow)}.price-card small{display:block;color:var(--color-muted)}.price-card strong{font-size:26px}
.benefits{padding:34px 0}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.benefit-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:22px;box-shadow:0 4px 18px rgba(58,92,124,.05)}.benefit-icon{font-size:28px;margin-bottom:8px}.benefit-card h3{margin:0 0 6px;font-size:18px}.benefit-card p{margin:0;color:var(--color-muted)}
.section{padding:44px 0}.section-soft{background:var(--color-surface)}.section h2{font-size:clamp(26px,3vw,40px);letter-spacing:-.03em;margin:0 0 14px}.section p.lead{color:var(--color-muted);font-size:18px;max-width:720px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.feature-list{display:grid;gap:12px;margin-top:18px}.feature-item{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--color-border);border-radius:14px;background:white}.check{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:#e8f1ec;color:var(--color-success);display:grid;place-items:center;font-weight:900}.image-panel{border-radius:24px;overflow:hidden;border:1px solid var(--color-border);background:#fff;box-shadow:var(--shadow)}.image-panel img{display:block;width:100%;object-fit:cover;aspect-ratio:4/3}
.product-shell{padding:46px 0}.product-grid{display:grid;grid-template-columns:1fr .9fr;gap:40px;align-items:start}.product-media img{width:100%;border-radius:26px;border:1px solid var(--color-border);box-shadow:var(--shadow)}.product-info{position:sticky;top:92px}.product-title{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0 0 10px}.product-price{font-size:30px;font-weight:850;margin:16px 0}.product-form{display:grid;gap:14px;margin:22px 0}.product-form select,.quantity-input{width:100%;min-height:46px;border:1px solid var(--color-border);border-radius:12px;padding:10px 12px;background:#fff;color:var(--color-text)}.quantity-row{display:flex;gap:12px;align-items:center}.quantity-row label{font-weight:700}.quantity-input{max-width:90px}.payment-note{padding:14px;border-radius:14px;background:var(--color-surface-strong);color:#4a6f8f;font-weight:750}.rte{color:var(--color-muted)}
.faq{max-width:820px;margin:0 auto}.faq details{border:1px solid var(--color-border);border-radius:14px;background:#fff;margin-bottom:10px;overflow:hidden}.faq summary{cursor:pointer;padding:16px 18px;font-weight:780}.faq details p{padding:0 18px 18px;margin:0;color:var(--color-muted)}
.footer{border-top:1px solid var(--color-border);background:#fbfdff;padding:34px 0;color:var(--color-muted)}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(2,1fr);gap:24px}.footer h3{color:var(--color-text);margin:0 0 10px}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.cart-page{padding:46px 0}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-item img{width:88px;height:88px;object-fit:cover;border-radius:12px}.cart-summary{margin-top:24px;text-align:right}.empty{padding:80px 0;text-align:center;color:var(--color-muted)}
@media(max-width:760px){.page-width{padding:0 18px}.header-actions .hide-mobile{display:none}.hero{padding:30px 0 20px}.hero-grid,.two-col,.product-grid,.footer-grid{grid-template-columns:1fr;gap:24px}.hero h1{font-size:38px}.hero p{font-size:17px}.benefit-grid{grid-template-columns:1fr}.product-info{position:static}.cart-item{grid-template-columns:72px 1fr}.cart-item .line-price{grid-column:2}.price-card{right:12px;bottom:12px}.section{padding:34px 0}}
<form action="/cart/add" method="post">
  <input type="hidden" name="id" value="{{ product.selected_or_first_available_variant.id }}">
  <input type="hidden" name="quantity" value="1">
  <button type="submit" 
          name="checkout" 
          class="button"
          style="width:100%; margin-top:10px;">
    Ordina ora
  </button>
</form>
