/** Shopify CDN: Minification failed

Line 86:0 Unexpected "}"

**/
:root{
      --bg:#0b0f14; --card:#0f141b; --muted:#1a2230;
        --primary:#4f8cff; --primary-600:#3e79eb; --accent:#64f0c8;
          --text:#e9eef7; --text-dim:#a9b3c5;
            --radius-xl:1.25rem; --radius-lg:.875rem; --radius-md:.625rem;
              --shadow-sm:0 4px 16px rgba(0,0,0,.25); --shadow-md:0 12px 30px rgba(0,0,0,.28);
                --ring:0 0 0 2px rgba(79,140,255,.25);
                }
                html,body{background:var(--bg);color:var(--text)}
                a{color:var(--primary)} a:hover{color:var(--accent)}
                .page-width{max-width:1200px;padding:0 18px;margin:0 auto}

                /* Spotlight header */
                header.header, .shopify-section-header-sticky{
                  position:sticky; top:0; z-index:60;
                    backdrop-filter:saturate(140%) blur(12px);
                      -webkit-backdrop-filter:saturate(140%) blur(12px);
                        background:linear-gradient(180deg, rgba(11,15,20,.85), rgba(11,15,20,.7));
                          border-bottom:1px solid rgba(255,255,255,.06);
                          }
                          .announcement-bar{background:linear-gradient(90deg,var(--primary),var(--accent));color:#081017;font-weight:700}

                          /* Buttons */
                          .button, button, .shopify-payment-button__button--unbranded{
                            background:var(--primary); color:#fff; border:0; border-radius:var(--radius-lg);
                              padding:.9rem 1.15rem; font-weight:700; line-height:1;
                                box-shadow:var(--shadow-sm); transition:transform .18s, box-shadow .18s, background .2s;
                                }
                                .button:hover, button:hover, .shopify-payment-button__button--unbranded:hover{
                                  background:var(--primary-600); transform:translateY(-1px); box-shadow:var(--shadow-md)
                                  }
                                  .button--secondary{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.12)}

                                  /* Cards & sections */
                                  .card, .section, .shopify-section, .collection, .multicolumn{
                                    background:transparent
                                    }
                                    .premium-card{
                                      background:var(--card); border-radius:var(--radius-xl); overflow:hidden; position:relative;
                                        border:1px solid rgba(255,255,255,.06);
                                          transition:transform .18s ease, box-shadow .18s ease, border-color .2s ease;
                                          }
                                          .premium-card:hover{transform:translateY(-3px); box-shadow:var(--shadow-md); border-color:rgba(255,255,255,.12)}
                                          .premium-card__media{position:relative; display:block}
                                          .premium-card__media img{width:100%; display:block; aspect-ratio:4/5; object-fit:cover}
                                          .premium-card__media img:nth-child(2){position:absolute; inset:0; opacity:0; transition:opacity .28s, transform .28s}
                                          .premium-card:hover .premium-card__media img:nth-child(2){opacity:1; transform:scale(1.01)}
                                          .premium-card .badge{
                                            position:absolute; top:10px; left:10px; z-index:2;
                                              background:linear-gradient(135deg,var(--accent),#9dffd8); color:#062016; font-weight:900;
                                                font-size:.72rem; padding:.35rem .55rem; border-radius:999px; box-shadow:var(--shadow-sm)
                                                }
                                                .premium-card__body{padding:12px 12px 16px}
                                                .premium-card__title{font-weight:800; line-height:1.2; margin:.65rem 0 .35rem;
                                                  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden}
                                                  .premium-card .price{color:var(--text); font-weight:800; font-size:1.05rem}
                                                  .premium-card .compare{text-decoration:line-through; color:var(--text-dim); margin-left:8px; font-weight:500}

                                                  /* PDP wrappers (Spotlight main-product) */
                                                  .product__media-wrapper, .product__media{
                                                    background:var(--card); border-radius:var(--radius-xl); padding:10px; border:1px solid rgba(255,255,255,.06)
                                                    }
                                                    .product__info-wrapper{
                                                      background:var(--card); border-radius:var(--radius-xl); padding:20px; border:1px solid rgba(255,255,255,.06)
                                                      }

                                                      /* Benefits + trust */
                                                      .jx-benefits{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:18px 0 8px}
                                                      .jx-benefit{display:flex; align-items:center; gap:10px; padding:10px 12px; background:var(--muted);
                                                        border:1px solid rgba(255,255,255,.06); border-radius:var(--radius-lg)}
                                                        .jx-benefit svg{width:18px;height:18px}
                                                        .jx-trust{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
                                                        .jx-trust img{height:28px; filter:saturate(0) brightness(1.2); opacity:.9}

                                                        /* Forms */
                                                        input, select, textarea{
                                                          background:#0c121a; color:var(--text); border:1px solid rgba(255,255,255,.08);
                                                            border-radius:var(--radius-md); padding:.75rem .85rem
                                                            }
                                                            input:focus, select:focus, textarea:focus{outline:none; box-shadow:var(--ring); border-color:transparent}
}