/*! NovaShop Commerce System | Copyright (c) 2026 NovaShop | Alle Rechte vorbehalten. */:root{--ink:#151821;--muted:#657084;--line:#d9dee8;--paper:#f8fafc;--surface:#ffffff;--accent:#0f8f78;--accent-dark:#0a6758;--gold:#d8a737;--shadow:0 18px 60px rgba(19,24,33,0.14)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.topbar{align-items:center;background:rgba(248,250,252,0.94);border-bottom:1px solid var(--line);display:flex;gap:24px;justify-content:space-between;min-height:76px;padding:0 5vw;position:sticky;top:0;z-index:20}.brand,.nav{align-items:center;display:flex}.brand{font-size:20px;font-weight:900;gap:10px}.brand-mark{align-items:center;background:var(--ink);border-radius:8px;color:#fff;display:inline-flex;height:36px;justify-content:center;width:36px}.nav{color:var(--muted);flex-wrap:wrap;font-weight:750;gap:20px}.hero{background:linear-gradient(120deg,rgba(21,24,33,0.84),rgba(15,143,120,0.72)),url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=1800&q=80");background-position:center;background-size:cover;color:#fff;min-height:460px;padding:86px 5vw}.hero-copy{max-width:760px}.eyebrow{color:var(--gold);font-size:13px;font-weight:900;margin:0 0 12px;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,8vw,96px);line-height:0.95;margin-bottom:22px}h2{font-size:clamp(32px,5vw,56px);line-height:1}.hero p:not(.eyebrow){color:rgba(255,255,255,0.84);font-size:20px;line-height:1.6}.section{padding:76px 5vw}.section-heading{margin-bottom:28px}.rich-text{color:var(--ink);line-height:1.65}.rich-text p,.rich-text ul,.rich-text ol,.rich-text blockquote,.rich-text table{margin:0 0 14px}.rich-text ul,.rich-text ol{padding-left:22px}.rich-text img{border-radius:6px;display:block;height:auto;margin:14px 0;max-width:100%}.rich-text table{border-collapse:collapse;width:100%}.rich-text th,.rich-text td{border:1px solid var(--line);padding:8px;text-align:left}.category-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.product-filter-bar{align-items:center;display:grid;gap:10px;grid-template-columns:minmax(180px,1.4fr) repeat(5,minmax(120px,1fr)) auto auto;margin:0 0 22px}.product-filter-bar input,.product-filter-bar select{border:1px solid var(--line);border-radius:8px;min-height:42px;padding:9px 11px}.filter-check{align-items:center;display:flex;gap:7px;white-space:nowrap}.filter-check input{min-height:auto}.compare-table{align-items:start;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.category-nav a{align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;color:var(--ink);display:inline-flex;font-weight:800;gap:8px;min-height:36px;padding:0 12px;text-decoration:none}.category-nav a.is-active{background:#102033;border-color:#102033;color:#fff}.category-nav span{color:var(--muted);font-size:12px}.category-nav a.is-active span{color:rgba(255,255,255,0.72)}.product-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;display:grid;overflow:hidden;box-shadow:0 8px 30px rgba(19,24,33,0.06)}.product-media,.detail-media{align-items:center;background:linear-gradient(135deg,#e7f4f1,#f7ead2);display:flex;justify-content:center;overflow:hidden}.product-media{aspect-ratio:4 / 3}.product-media img,.detail-media img{display:block;height:100%;object-fit:cover;width:100%}.product-icon{align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);display:flex;font-size:48px;font-weight:900;height:112px;justify-content:center;width:112px}.product-body{display:grid;gap:12px;padding:18px}.product-meta{color:var(--muted);display:flex;font-size:13px;font-weight:800;gap:8px;text-transform:uppercase}.price-row{align-items:center;display:flex;justify-content:space-between}.price-row strong{font-size:22px}.stock{color:var(--accent-dark);font-size:13px;font-weight:800}.button{align-items:center;background:var(--accent);border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:900;justify-content:center;min-height:44px;padding:0 14px}.button.secondary{background:#edf2f7;color:var(--ink)}.button-row,.cart-add-form{display:grid;gap:10px}.button-row{grid-template-columns:0.8fr 1.2fr}.button-row form,.button-row button{width:100%}.cart-add-form label,.checkout-form label,.cart-line-card label{color:var(--muted);display:grid;font-size:13px;font-weight:800;gap:7px}.checkout-form .checkbox-row{align-items:center;grid-template-columns:18px 1fr}.checkout-form .checkbox-row input{min-height:auto}.error-box{background:#fbe9e7;border:1px solid #f3b7ae;border-radius:8px;color:#9f2f22;display:grid;gap:6px;padding:12px}.error-box p{font-weight:800;margin:0}.cart-add-form input,.cart-add-form select,.checkout-form input,.checkout-form select,.checkout-form textarea,.cart-line-card input{border:1px solid var(--line);border-radius:8px;color:var(--ink);min-height:42px;padding:10px 12px}.product-detail{display:grid;gap:36px;grid-template-columns:minmax(280px,0.95fr) minmax(320px,1.05fr);padding:76px 5vw}.detail-media{border-radius:8px;min-height:520px}.detail-content{align-self:center;display:grid;gap:18px}.detail-content p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.7}.product-facts{border-top:1px solid var(--line);display:grid;gap:8px;margin:0;padding-top:12px}.product-facts div{display:flex;gap:12px;justify-content:space-between}.product-facts dt{color:var(--muted);font-weight:800}.product-facts dd{margin:0}.site-footer{align-items:center;background:#11151d;color:#fff;display:flex;gap:24px;justify-content:space-between;padding:30px 5vw}.cart-layout,.checkout-layout{align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0,1fr) minmax(280px,360px)}.cart-lines,.checkout-form{display:grid;gap:14px}.checkout-fieldset{border:1px solid var(--line);border-radius:8px;display:grid;gap:12px;padding:14px}.checkout-fieldset h2{font-size:16px;margin:0}.checkout-columns{display:grid;gap:12px;grid-template-columns:120px minmax(0,1fr)}.checkout-form small{color:var(--muted);display:block;line-height:1.4;margin-top:5px}.cart-line-card,.summary-box,.empty-state,.checkout-form{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px}.cart-line-card{align-items:center;display:grid;gap:14px;grid-template-columns:1fr 120px auto auto}.cart-line-card span{color:var(--muted);display:block;font-size:13px;font-weight:800;margin-top:4px}.link-button{background:transparent;border:0;color:#d95f4f;cursor:pointer;font-weight:900}.summary-box{display:grid;gap:12px;position:sticky;top:96px}.summary-box div{align-items:center;display:flex;justify-content:space-between}.summary-box .grand{border-top:1px solid var(--line);font-size:20px;padding-top:12px}.empty-state{display:grid;gap:14px;max-width:520px}.success-box{background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;gap:18px;max-width:720px;padding:26px}.site-footer span,.site-footer nav{color:rgba(255,255,255,0.68)}.site-footer nav{display:flex;flex-wrap:wrap;gap:16px;font-weight:800}@media (max-width:980px){.product-grid,.product-grid.compact,.product-detail,.cart-layout,.checkout-layout,.product-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-line-card{grid-template-columns:1fr 100px}}@media (max-width:680px){.topbar,.site-footer{align-items:flex-start;flex-direction:column;gap:12px;padding-bottom:14px;padding-top:14px}.product-grid,.product-grid.compact,.product-detail,.cart-layout,.checkout-layout,.product-filter-bar,.cart-line-card,.button-row,.checkout-columns{grid-template-columns:1fr}.detail-media{min-height:320px}}.product-detail-saas{align-items:stretch}.product-detail-saas .product-gallery-card,.product-detail-saas .product-buy-card{min-height:clamp(560px,54vw,720px);height:100%}.product-gallery-card{display:flex;align-items:center;justify-content:center}.product-gallery-card picture{flex:1}.product-buy-card{align-content:stretch;grid-template-rows:auto auto auto auto auto auto 1fr}.product-trust-strip{align-self:end;background:linear-gradient(180deg,#ffffff,#f7f9fc);border:1px solid #e3e9f1;border-radius:14px;display:grid;gap:0;overflow:hidden}.product-trust-strip div{display:grid;gap:3px;padding:12px 14px}.product-trust-strip div + div{border-top:1px solid #edf1f5}.product-trust-strip strong{color:#18212f;font-size:13px;font-weight:900}.product-trust-strip span{color:#687386;font-size:12px;font-weight:700}.product-tabs-card{padding-top:0}.product-tabs{margin-top:0}.product-tab-panel{border-top-left-radius:0}@media (max-width:980px){.product-detail-saas .product-gallery-card,.product-detail-saas .product-buy-card{min-height:auto}.product-buy-card{grid-template-rows:none}}:root{--radius-sm:10px;--radius-md:14px;--radius-lg:22px;--shadow-soft:0 18px 50px rgba(15,23,42,.08);--shadow-hover:0 22px 60px rgba(15,23,42,.12)}.product-page-saas{background:radial-gradient(circle at 10% 2%,rgba(16,163,127,.11),transparent 30%),linear-gradient(180deg,#f8fafc 0%,#fff 42%)}.product-detail-saas{gap:clamp(24px,4vw,46px);padding-top:clamp(44px,6vw,76px)}.product-detail-saas .product-gallery-card,.product-detail-saas .product-buy-card,.product-tabs-card,.product-card,.summary-box,.checkout-form,.cart-line-card,.empty-state{border-color:rgba(226,232,240,.95);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.product-gallery-card{background:linear-gradient(145deg,#ffffff,#f5f8fb);padding:clamp(20px,3vw,34px)}.product-gallery-card img{filter:drop-shadow(0 24px 38px rgba(15,23,42,.10));max-height:520px;object-fit:contain;transition:transform .25s ease,filter .25s ease}.product-gallery-card:hover img{filter:drop-shadow(0 30px 46px rgba(15,23,42,.14));transform:translateY(-2px) scale(1.015)}.product-buy-card{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);gap:18px;padding:clamp(22px,3vw,30px)}.product-title-block h1{letter-spacing:-.035em;line-height:1.05}.product-title-meta,.product-rating-summary{justify-content:flex-start}.product-price-panel,.product-short-description,.tier-price-box,.product-trust-strip{border-radius:var(--radius-md)}.product-price-panel{background:linear-gradient(135deg,#f8fafc,#eefcf7);border:1px solid rgba(209,250,229,.85);padding:16px}.price-row strong{letter-spacing:-.025em}.button{border-radius:999px;box-shadow:0 14px 28px rgba(16,163,127,.22);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.button.secondary{background:#fff;border:1px solid rgba(226,232,240,.98);box-shadow:none}.product-secondary-actions{grid-template-columns:1fr 1fr}.product-short-description{background:#f8fafc;border:1px solid #e7edf5;color:#566276;font-size:14px;line-height:1.65;padding:14px 16px}.product-trust-strip{box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.product-tabs-card{background:rgba(255,255,255,.94);padding:clamp(18px,3vw,28px)}.product-tabs{display:grid;grid-template-columns:max-content max-content minmax(0,1fr);row-gap:22px}.product-tab-label{border:0 !important;border-bottom:2px solid transparent !important;border-radius:0 !important;color:#64748b;cursor:pointer;font-weight:850;margin-right:22px;padding:0 0 12px !important;transition:color .18s ease,border-color .18s ease}.product-tab-input:checked + .product-tab-label{border-bottom-color:var(--accent) !important;color:#111827}.product-tab-panel{background:transparent !important;border:0 !important;box-shadow:none !important;grid-column:1 / -1;padding:4px 0 0 !important}.rich-text{color:#344054;font-size:15px;line-height:1.78}.product-tab-facts-block{background:#f8fafc;border:1px solid #e7edf5;border-radius:var(--radius-md);margin-top:22px;padding:18px}.product-review-card{position:static}@media (max-width:980px){.product-detail-saas{grid-template-columns:1fr}.product-tabs{grid-template-columns:1fr 1fr}}.product-page-saas{background:#f6f7f9}.product-detail-saas{align-items:start;gap:clamp(28px,4vw,54px);grid-template-columns:minmax(420px,1.08fr) minmax(360px,.92fr);max-width:1320px;padding-top:clamp(28px,4vw,54px)}.product-gallery-card{background:#ffffff;border:1px solid #e8edf3;border-radius:24px;box-shadow:0 16px 42px rgba(15,23,42,.06);min-height:clamp(560px,58vw,760px);padding:clamp(24px,4vw,48px)}.product-gallery-card picture{min-height:clamp(500px,54vw,700px)}.product-gallery-card img{max-height:clamp(500px,52vw,690px);filter:drop-shadow(0 22px 34px rgba(15,23,42,.08))}.product-gallery-card:hover img{transform:none;filter:drop-shadow(0 24px 36px rgba(15,23,42,.10))}.product-buy-card,.product-detail-saas .product-buy-card{background:transparent;border:0;border-radius:0;box-shadow:none;min-height:auto;padding:clamp(10px,1.2vw,18px) 0;position:sticky;top:110px}.product-title-block h1{font-size:clamp(28px,3vw,42px);line-height:1.08}.product-title-block .eyebrow{color:#7c8796}.product-title-meta span{background:rgba(255,255,255,.7);border-color:#e1e7ee}.product-price-panel,.product-cart-panel,.product-short-description,.product-trust-strip,.product-buy-card .tier-price-box{background:rgba(255,255,255,.72);border:1px solid #e4e9ef;box-shadow:none}.product-price-panel{padding:0;background:transparent;border:0}.product-price-panel .price-row{align-items:flex-start;display:grid;gap:8px;justify-content:start}.product-price-panel .price-row strong{font-size:clamp(30px,3.2vw,44px)}.product-price-panel small{font-size:13px}.product-cart-panel{border-radius:16px;padding:16px}.product-cart-panel .button,.product-secondary-actions .button{min-height:48px}.product-secondary-actions .button{background:rgba(255,255,255,.82)}.product-short-description{border-radius:16px}.product-trust-strip{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:16px}.product-trust-strip div + div{border-left:1px solid #edf1f5;border-top:0}.product-info-grid.product-info-grid-full{max-width:1320px;padding-top:28px}.product-tabs-card,.product-info-card.product-tabs-card{background:#ffffff;border:1px solid #dfe5ec;border-radius:18px;box-shadow:none;overflow:visible;padding:0}.product-tabs{display:grid;grid-template-columns:max-content max-content max-content 1fr;margin-top:0;padding:0}.product-tab-label{background:#f6f7f9;border:0;border-right:1px solid transparent;border-bottom:1px solid #dfe5ec;border-radius:0;color:#4b5563;font-size:14px;font-weight:800;letter-spacing:.01em;min-height:54px;padding:0 24px}.product-tab-label:first-of-type{border-top-left-radius:18px}.product-tab-label:hover{background:#ffffff;color:#111827}#tab-description:checked + .product-tab-label,#tab-reviews:checked + .product-tab-label{background:#ffffff;border-bottom-color:#ffffff;box-shadow:inset 0 -3px 0 var(--shop-blue);color:#111827}.product-tab-panel{background:#ffffff;border:0;border-radius:0 0 18px 18px;grid-column:1 / -1;margin-top:0;padding:clamp(24px,3vw,38px)}.product-tab-panel .rich-text{max-width:1120px}.product-tab-facts-block{margin-top:28px}.product-related-section{max-width:1320px}@media (max-width:980px){.product-detail-saas{grid-template-columns:1fr;max-width:780px}.product-gallery-card,.product-gallery-card picture,.product-detail-saas .product-gallery-card{min-height:auto}.product-buy-card,.product-detail-saas .product-buy-card{position:static}.product-trust-strip{grid-template-columns:1fr}.product-trust-strip div + div{border-left:0;border-top:1px solid #edf1f5}}@media (max-width:620px){.product-tabs{grid-template-columns:1fr 1fr}.product-tab-label{padding:0 12px}}.product-page-saas .product-gallery-card,.product-detail-saas .product-gallery-card{background:transparent !important;border:0 !important;box-shadow:none !important;padding:clamp(8px,2vw,24px) !important}.product-page-saas .product-gallery-card picture,.product-detail-saas .product-gallery-card picture{background:transparent !important}.product-page-saas .product-gallery-card img,.product-detail-saas .product-gallery-card img{background:#fff !important;border:1px solid #e5e7eb !important;border-radius:22px !important;padding:clamp(14px,2vw,24px) !important;box-shadow:0 10px 34px rgba(15,23,42,.07) !important;filter:none !important;object-fit:contain}.product-page-saas .product-gallery-card:hover img,.product-detail-saas .product-gallery-card:hover img{transform:none !important;filter:none !important}.product-page-saas .product-buy-card,.product-detail-saas .product-buy-card,.product-page-saas .detail-content,.product-detail-saas .detail-content{background:transparent !important;border:0 !important;box-shadow:none !important}.product-detail-saas{align-items:start !important}.product-detail-saas .product-gallery-card,.product-gallery-card{align-self:start !important;background:transparent !important;border:0 !important;box-shadow:none !important;min-height:0 !important;height:auto !important;padding:0 !important;display:grid !important;gap:14px !important}.product-main-image-frame{width:100%;min-height:clamp(420px,46vw,620px);display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e5e7eb;border-radius:22px;overflow:hidden}.product-main-image-frame picture{width:100% !important;min-height:inherit !important;display:flex !important;align-items:center !important;justify-content:center !important}.product-gallery-card .product-main-image,.product-gallery-card img.product-main-image{width:auto !important;max-width:100% !important;height:auto !important;max-height:clamp(390px,43vw,590px) !important;object-fit:contain !important;padding:clamp(16px,2.4vw,30px) !important;background:transparent !important;border:0 !important;box-shadow:none !important;filter:none !important;transition:transform .22s ease !important}.product-gallery-card:hover .product-main-image{transform:scale(1.01);filter:none !important}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:10px;width:100%}.product-gallery-thumb{background:#fff;border:1px solid #e5e7eb;border-radius:14px;cursor:pointer;min-height:74px;padding:8px;display:flex;align-items:center;justify-content:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-gallery-thumb:hover,.product-gallery-thumb.is-active{border-color:var(--accent,#0f8f78);box-shadow:0 8px 22px rgba(15,23,42,.08);transform:translateY(-1px)}.product-gallery-thumb img{display:block;width:100%;height:58px;object-fit:contain;border:0 !important;box-shadow:none !important;padding:0 !important;background:transparent !important}.product-buy-card{align-self:start !important}@media (max-width:980px){.product-main-image-frame{min-height:340px}.product-gallery-card .product-main-image,.product-gallery-card img.product-main-image{max-height:430px !important}}.product-page-saas .product-detail-saas,.product-detail-saas{align-items:start !important}.product-page-saas .product-gallery-card,.product-detail-saas .product-gallery-card,.product-gallery-card,.detail-media.product-gallery-card{align-self:start !important;justify-self:stretch !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;gap:14px !important;min-height:0 !important;height:auto !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;overflow:visible !important}.product-main-image-frame,.product-gallery-card .product-main-image-frame{width:100% !important;min-height:0 !important;height:auto !important;display:flex !important;align-items:flex-start !important;justify-content:flex-start !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;overflow:visible !important}.product-main-image-frame picture,.product-gallery-card .product-main-image-frame picture{width:100% !important;min-height:0 !important;height:auto !important;display:block !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important}.product-gallery-card .product-main-image,.product-gallery-card img.product-main-image,.product-main-image-frame img,.product-main-image{display:block !important;width:100% !important;max-width:100% !important;height:auto !important;max-height:none !important;object-fit:contain !important;object-position:top left !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;filter:none !important;transform:none !important}.product-gallery-card:hover .product-main-image,.product-gallery-card:hover img.product-main-image{transform:none !important;filter:none !important}.product-gallery-thumbs{width:100% !important;margin-top:14px !important;display:flex !important;flex-wrap:wrap !important;gap:10px !important;align-items:center !important}.product-gallery-thumb{width:78px !important;height:78px !important;min-height:78px !important;flex:0 0 78px !important;background:#fff !important;border:1px solid #e5e7eb !important;border-radius:14px !important;box-shadow:none !important;padding:7px !important}.product-gallery-thumb img{width:100% !important;height:100% !important;object-fit:contain !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important}.product-info-grid.product-info-grid-full{max-width:1320px !important;padding-top:30px !important}.product-tabs-card,.product-info-card.product-tabs-card{background:#fff !important;border:1px solid #d9e0e8 !important;border-radius:22px !important;box-shadow:0 12px 34px rgba(15,23,42,0.04) !important;overflow:hidden !important;padding:0 !important}.product-tabs{display:grid !important;grid-template-columns:max-content max-content 1fr !important;align-items:stretch !important;gap:0 !important;margin:0 !important;padding:0 !important;background:#f6f8fb !important;border-radius:22px 22px 0 0 !important}.product-tab-input{position:absolute !important;opacity:0 !important;pointer-events:none !important}.product-tab-label{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:52px !important;margin:0 !important;padding:0 28px !important;background:#f6f8fb !important;border:0 !important;border-right:1px solid #dfe5ec !important;border-bottom:1px solid #d9e0e8 !important;border-radius:0 !important;box-shadow:none !important;color:#64748b !important;cursor:pointer !important;font-size:14px !important;font-weight:750 !important;letter-spacing:0 !important;line-height:1 !important;transition:background .18s ease,color .18s ease !important}.product-tab-label:first-of-type{border-top-left-radius:22px !important}.product-tab-label:hover{background:#fff !important;color:#0f172a !important}#tab-description:checked + .product-tab-label,#tab-reviews:checked + .product-tab-label{background:#fff !important;border-bottom-color:#fff !important;color:#0f172a !important;font-weight:850 !important;box-shadow:inset 0 3px 0 var(--accent,#22c55e) !important}.product-tab-panel{grid-column:1 / -1 !important;margin:0 !important;padding:34px 44px 40px !important;background:#fff !important;border:0 !important;border-radius:0 0 22px 22px !important;box-shadow:none !important}.product-tab-panel .rich-text{max-width:none !important;width:100% !important;color:#334155 !important;font-size:15px !important;line-height:1.82 !important}.product-tab-panel .rich-text p,.product-tab-panel .rich-text ul,.product-tab-panel .rich-text ol{margin-top:0 !important;margin-bottom:16px !important}.product-tab-panel .rich-text h1,.product-tab-panel .rich-text h2,.product-tab-panel .rich-text h3,.product-tab-panel .rich-text h4{margin-top:0 !important;margin-bottom:14px !important;color:#0f172a !important;line-height:1.25 !important}.product-tab-facts-block{margin-top:28px !important;padding:22px 24px !important;background:#f8fafc !important;border:1px solid #e5ebf2 !important;border-radius:18px !important}.product-tab-facts-block h3{margin:0 0 16px !important;font-size:15px !important;color:#0f172a !important}.product-reviews-tab-layout{gap:24px !important}@media (max-width:760px){.product-tabs{grid-template-columns:1fr 1fr !important}.product-tab-label{min-height:48px !important;padding:0 14px !important;font-size:13px !important}.product-tab-panel{padding:24px 18px 28px !important}}.product-rating-summary-link{color:inherit;text-decoration:none}.product-rating-summary-link:hover{text-decoration:none}.shipping-cost-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.product-related-section .related-product-card{position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-related-section .related-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,23,42,.10);border-color:rgba(16,163,127,.22)}.product-related-section .related-product-media{align-items:center;background:transparent;display:flex;justify-content:center;min-height:132px;padding:18px 18px 6px;text-decoration:none}.product-related-section .related-product-media picture{align-items:center;display:flex;justify-content:center;width:100%}.product-related-section .related-product-media img{display:block;height:112px;max-width:100%;object-fit:contain;transition:transform .18s ease}.product-related-section .related-product-card:hover .related-product-media img{transform:scale(1.035)}.product-related-section .badge,.product-related-section .product-badge,.product-related-section .product-label,.product-related-section .tag-new,.product-related-section .tag-top{display:none !important}.shop-hero{position:relative;overflow:hidden;isolation:isolate}.shop-hero .hero-copy{position:relative;z-index:2}.hero-visual{position:absolute;z-index:1;pointer-events:none;left:60%;top:50%;bottom:auto;width:600px;min-width:600px;max-width:600px;display:flex;align-items:center;justify-content:center;opacity:0.96;transform:translate(-50%,-50%)}.hero-visual::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0))}.hero-visual img{display:block;width:600px;min-width:600px;max-width:600px;max-height:none;height:auto;object-fit:contain;object-position:right bottom;filter:none;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 12%,#000 30%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 12%,#000 30%)}@media (max-width:1180px){.hero-visual{left:58%;top:50%;width:600px;min-width:600px;max-width:600px;opacity:0.58;transform:translate(-50%,-50%)}}@media (max-width:760px){.shop-hero{padding-bottom:240px}.hero-visual{top:46%;left:56%;transform:translate(-50%,-50%);bottom:auto;width:600px;min-width:600px;max-width:600px;height:auto;opacity:0.48}.hero-visual img{width:600px;min-width:600px;max-width:600px;max-height:none;height:auto;object-position:right bottom}}:root{--nova-window-width:min(420px,calc(100vw - 32px));--nova-window-radius:18px;--nova-window-border:1px solid var(--line,#d9dee8);--nova-window-shadow:0 22px 60px rgba(15,23,42,.18);--nova-card-min-height:100%}.product-card,.cart-line-card,.checkout-card,.account-card,.empty-state,.compare-card,.wishlist-card,.blog-card,.rma-card,.affiliate-card,.support-ticket-card{border:var(--nova-window-border)!important;border-radius:var(--nova-window-radius)!important;box-shadow:0 12px 36px rgba(15,23,42,.08)!important;min-height:var(--nova-card-min-height)}.product-grid,.compare-table,.account-grid,.blog-grid,.wishlist-grid{align-items:stretch}.product-card,.compare-card,.wishlist-card,.blog-card{height:100%}.product-body{align-content:start}.cookie-consent__panel,.cookie-consent__card,.nova-support-window{width:var(--nova-window-width)!important;max-width:var(--nova-window-width)!important;border:var(--nova-window-border)!important;border-radius:var(--nova-window-radius)!important;box-shadow:var(--nova-window-shadow)!important;overflow:hidden!important}.cookie-consent__panel,.cookie-consent__card{min-height:360px}.nova-support-window{min-height:360px}.cookie-consent__card-head,.nova-support-head{min-height:76px}.cookie-consent__actions,.nova-support-form{padding:18px!important}@media(max-width:520px){:root{--nova-window-width:calc(100vw - 28px)}.cookie-consent__panel,.cookie-consent__card,.nova-support-window{min-height:auto}}.nova-footer{margin-top:40px;background:var(--nav-bg);color:#fff;border-top:1px solid #2a2a2a;padding:0}.nova-footer-grid{max-width:1180px;margin:0 auto;padding:34px 18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;text-align:left}.nova-footer-col h4,.nova-footer-col strong{display:block;font-size:14px;margin:0 0 12px;color:#222;font-weight:700}.nova-footer-col span,.nova-footer-col p{display:block;font-size:13px;color:#777;line-height:1.5;margin:0 0 8px}.nova-footer-col a,.footer-link-button{display:block;font-size:13px;color:#666;text-decoration:none;margin:0 0 7px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;font-family:inherit;line-height:1.45}.nova-footer-col a:hover,.footer-link-button:hover{color:#000}.nova-footer-bottom{border-top:1px solid #eee;text-align:center;padding:14px 15px;font-size:12px;color:#888}.cookie-floating-button{position:fixed;left:18px;bottom:18px;width:42px;height:42px;border-radius:50%;border:1px solid #e3e3e3;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.08);cursor:pointer;z-index:9999;font-size:19px;display:inline-flex;align-items:center;justify-content:center;padding:0}.cookie-floating-button:hover{background:#f7f7f7}@media (max-width:800px){.nova-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.nova-footer-grid{grid-template-columns:1fr}}.price-row{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%!important;text-align:left!important}.price-row .price{width:100%!important;text-align:left!important}.price-row .availability,.price-row .stock-status,.price-row .delivery-status,.price-row .stock-traffic-light{display:inline-flex!important;margin-top:6px!important;margin-left:0!important;text-align:left!important}.price-row *{text-align:left!important}:root{--shop-dark:#2f3338;--shop-darker:#24272b;--shop-blue:#2387c8;--shop-yellow:#f4b51b;--shop-paper:#f3f5f7;--shop-text:#2d333b;--shop-muted:#737d89;--shop-line:#dfe4ea;--shop-card:#ffffff}body{background:var(--shop-paper);color:var(--shop-text)}.topbar{display:none}.shop-header{background:#fff;box-shadow:0 8px 30px rgba(31,41,55,.08);position:sticky;top:0;z-index:40}.shop-utility{align-items:center;background:#f0f2f4;color:#6f7782;display:flex;font-size:12px;font-weight:700;justify-content:space-between;min-height:28px;padding:0 4vw}.shop-utility nav{align-items:center;display:flex;gap:22px}.shop-utility a:hover{color:var(--shop-blue)}.shop-masthead{align-items:center;display:grid;gap:24px;grid-template-columns:190px minmax(300px,680px) auto;min-height:92px;padding:0 4vw}.shop-menu-toggle{align-items:center;background:#fff;border:1px solid #d8dee6;border-radius:3px;cursor:pointer;display:none;gap:8px;height:40px;justify-content:center;padding:0 11px;width:auto}.shop-menu-toggle .menu-lines{display:grid;gap:4px}.shop-menu-toggle .menu-lines i{background:#3f4854;display:block;height:2px;width:18px}.shop-menu-toggle strong{color:#3f4854;font-size:12px;text-transform:uppercase}.brand{align-items:center;display:flex;height:72px;width:190px}.brand img{display:block;max-height:68px;max-width:176px;object-fit:contain;object-position:left center;width:100%}.shop-search{align-items:center;border:1px solid #cbd3dc;border-radius:3px;display:grid;grid-template-columns:92px minmax(0,1fr) 46px;min-height:42px;overflow:hidden}.shop-search select,.shop-search input,.shop-search button{border:0;font:inherit;height:42px}.shop-search select{background:#eef1f4;border-right:1px solid #cbd3dc;color:#5d6570;padding:0 10px}.shop-search input{color:var(--shop-text);outline:0;padding:0 14px}.shop-search button{background:#fff;border-left:1px solid #e1e6ec;color:#5f6874;cursor:pointer;font-size:24px;font-weight:900;position:relative}.shop-search button::before{border:2px solid #687281;border-radius:50%;content:"";height:13px;left:14px;position:absolute;top:12px;width:13px}.shop-search button::after{background:#687281;content:"";height:8px;left:28px;position:absolute;top:25px;transform:rotate(45deg);width:2px}.mini-cart{align-items:center;border:1px solid #d8dee6;border-radius:3px;box-shadow:0 10px 24px rgba(15,23,42,0);color:#4d5662;display:grid;font-size:12px;font-weight:700;gap:10px;grid-template-columns:34px auto;justify-self:end;min-height:44px;padding:5px 12px 5px 5px;position:relative;transition:transform 0.22s ease,box-shadow 0.22s ease,border-color 0.22s ease,background 0.22s ease}.mini-cart-badge{align-items:center;background:#ef4444;border:2px solid #ffffff;border-radius:999px;box-shadow:0 10px 22px rgba(239,68,68,0.28);color:#ffffff;display:none;font-size:11px;font-style:normal;font-weight:900;height:22px;justify-content:center;line-height:1;min-width:22px;padding:0 6px;position:absolute;right:-8px;top:-8px;z-index:2}.mini-cart::before{background:transparent;border:2px solid #6c7784;border-radius:2px 2px 4px 4px;border-top:0;content:"";display:block;grid-row:1 / span 2;height:18px;margin:10px 5px 0;width:24px}.mini-cart::after{border:2px solid #6c7784;border-bottom:0;border-radius:3px;content:"";height:10px;left:15px;position:absolute;top:10px;width:14px}.mini-cart strong{color:var(--shop-text);transition:color 0.22s ease}.mini-cart.has-items{background:linear-gradient(135deg,#fff9e7 0%,#fff2c8 100%);border-color:#e6b846;box-shadow:0 12px 30px rgba(230,184,70,0.2);color:#7a5600}.mini-cart.has-items .mini-cart-badge{display:inline-flex}.mini-cart.has-items::before{background:var(--shop-yellow);border-color:#9f7100}.mini-cart.has-items::after{border-color:#9f7100}.mini-cart.has-items strong{color:#7a5600}.mini-cart.has-items[data-cart-attention="true"]{animation:mini-cart-pulse 2.2s ease-in-out infinite}.mini-cart.mini-cart-bump{animation:mini-cart-bump 0.72s cubic-bezier(.2,.8,.2,1)}.mini-cart.has-items.mini-cart-bump{box-shadow:0 16px 34px rgba(230,184,70,0.28)}.mini-cart.has-items.mini-cart-bump .mini-cart-badge{animation:mini-cart-badge-bump 0.72s cubic-bezier(.2,.8,.2,1)}@keyframes mini-cart-pulse{0%,100%{transform:translateY(0);box-shadow:0 12px 30px rgba(230,184,70,0.18)}50%{transform:translateY(-1px);box-shadow:0 18px 38px rgba(230,184,70,0.32)}}@keyframes mini-cart-bump{0%{transform:scale(1)}32%{transform:scale(1.08)}58%{transform:scale(0.97)}100%{transform:scale(1)}}@keyframes mini-cart-badge-bump{0%{transform:scale(1)}30%{transform:scale(1.18)}60%{transform:scale(0.94)}100%{transform:scale(1)}}.shop-category-bar{background:var(--shop-dark);display:flex;min-height:46px;overflow-x:auto;padding:0 4vw}.shop-category-bar a{align-items:center;color:#fff;display:inline-flex;flex:0 0 auto;font-size:13px;font-weight:900;min-height:46px;padding:0 18px;text-transform:uppercase}.shop-category-bar a:hover,.shop-category-bar a:first-child{background:var(--shop-blue)}.hero.shop-hero{background:linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.08) 48%,rgba(0,0,0,.02)),url("https://novacraft.cloud/assets/novashop-herobg.png");background-position:center;background-size:cover;color:#fff;display:grid;min-height:454px;overflow:hidden;padding:74px 11vw;position:relative}.hero-copy{align-self:center;max-width:620px}.hero .eyebrow{color:#fff;font-size:14px;letter-spacing:.18em}.hero h1{color:#fff;font-size:clamp(42px,6vw,72px);letter-spacing:.1em;line-height:1;margin-bottom:8px;text-transform:uppercase}.hero p:not(.eyebrow){color:rgba(255,255,255,.92);font-size:clamp(18px,2vw,26px);font-style:italic;line-height:1.35;max-width:620px}.hero-button{background:var(--shop-yellow);border-radius:3px;color:#fff;margin-top:12px;min-height:46px;min-width:190px;text-transform:uppercase}.section.product-showcase{background:#fff;padding:28px 4vw 58px}.product-showcase .section-heading{align-items:center;border-bottom:1px solid var(--shop-line);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:12px}.product-showcase .section-heading h2{color:#555f6b;font-size:20px;font-weight:800;line-height:1.2;margin:0}.product-showcase .section-heading a{color:var(--shop-blue);font-size:13px;font-weight:900}.product-grid{gap:24px;grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{border:1px solid #e5e9ee;border-radius:4px;box-shadow:none;min-width:0;position:relative;transition:box-shadow .16s ease,transform .16s ease}.product-card:hover{box-shadow:0 18px 42px rgba(31,41,55,.12);transform:translateY(-2px)}.product-card::before{background:#333b44;color:#fff;content:"NEU";font-size:10px;font-weight:900;left:12px;padding:4px 7px;position:absolute;top:12px;z-index:2}.product-card::after{background:var(--shop-blue);color:#fff;content:"TOP";font-size:10px;font-weight:900;left:50px;padding:4px 7px;position:absolute;top:12px;z-index:2}.product-media{aspect-ratio:1 / 1;background:#f6f7f9}.product-media picture,.detail-media picture,.compare-media picture{display:block;height:100%;width:100%}.product-media img{display:block;height:100%;object-fit:cover;width:100%}.product-body{gap:9px;padding:14px}.product-meta{color:var(--shop-blue);font-size:11px;letter-spacing:.04em}.product-body h3{color:var(--shop-text);font-size:16px;line-height:1.25;margin:0}.product-body p{color:var(--shop-muted);font-size:13px;line-height:1.45;margin:0;min-height:38px}.price-row{align-items:end;gap:12px}.price-row strong{color:#1d2731;font-size:21px}.stock{color:#2f9b66;font-size:12px}.button{border-radius:3px;min-height:38px}.button.secondary{background:#eef2f5}.button-row{grid-template-columns:1fr 1fr}.category-nav{margin-bottom:20px}.product-page{background:#fff}.product-detail{gap:34px;grid-template-columns:minmax(280px,.86fr) minmax(320px,1fr);padding:34px 4vw 42px}.detail-media{background:#f6f7f9;border:1px solid #e5e9ee;border-radius:4px;min-height:0;overflow:hidden}.detail-media img{aspect-ratio:1 / 1;display:block;height:auto;object-fit:cover;width:100%}.detail-content{align-self:start;background:#fff;border:1px solid #e5e9ee;border-radius:4px;gap:12px;padding:20px}.detail-content h1{color:var(--shop-text);font-size:clamp(28px,3vw,42px);letter-spacing:0;line-height:1.12;margin:0}.detail-content .eyebrow{color:var(--shop-blue);font-size:12px;letter-spacing:.08em;margin:0}.detail-content .rich-text{color:var(--shop-muted);font-size:14px;line-height:1.6}.product-facts{background:#f8fafc;border:1px solid #e5e9ee;border-radius:4px;gap:0;padding:0}.product-facts div{border-top:1px solid #e5e9ee;padding:8px 10px}.product-facts div:first-child{border-top:0}.product-facts dt,.product-facts dd{font-size:13px}.detail-content>.price-row{border-top:1px solid #e5e9ee;padding-top:14px}.detail-content>.price-row strong{font-size:27px}.tier-price-box{border:1px solid #dbe7e3;border-radius:4px;display:grid;gap:0;overflow:hidden}.tier-price-box div{align-items:center;background:#f5fbf8;border-top:1px solid #dbe7e3;display:flex;gap:10px;justify-content:space-between;min-height:38px;padding:8px 10px}.tier-price-box div:first-child{border-top:0}.tier-price-box strong{color:#102033;font-size:13px}.tier-price-box span,.cart-saving{color:#0f7667;font-size:12px;font-weight:700}.cart-add-form{align-items:end;display:grid;grid-template-columns:minmax(80px,120px) minmax(160px,1fr)}.cart-add-form.has-variants label:first-of-type{grid-column:1 / -1}.detail-content>.button-row{display:flex;flex-wrap:wrap;gap:8px}.detail-content>.button-row form{width:auto}.detail-content>.button-row .button{min-height:34px}.site-footer{background:#262a2f;color:#d9dee5}.site-footer a{color:#d9dee5}.footer-link-button{background:transparent;border:0;color:#d9dee5;cursor:pointer;font:inherit;padding:0}.footer-link-button:hover{color:#fff}.cookie-consent{bottom:18px;left:18px;pointer-events:none;position:fixed;right:18px;z-index:90}.cookie-consent.is-visible{pointer-events:auto}.cookie-consent.is-managing{pointer-events:auto}.cookie-consent:not(.is-visible):not(.is-managing) .cookie-consent__panel{display:none}.cookie-consent__panel{align-items:end;background:rgba(255,255,255,.98);border:1px solid rgba(13,27,42,.1);border-radius:18px;box-shadow:0 26px 70px rgba(15,23,42,.18);display:grid;gap:18px;grid-template-columns:minmax(0,1fr) auto;margin-left:auto;max-width:980px;padding:20px 22px}.cookie-consent__copy h2,.cookie-consent__card h3{margin:0 0 8px}.cookie-consent__copy p{color:var(--muted);margin:0 0 10px;max-width:700px}.cookie-consent__copy a{color:var(--primary);font-weight:700}.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:end}.cookie-consent__modal{align-items:end;background:rgba(15,23,42,.35);bottom:0;display:flex;justify-content:end;left:0;padding:18px;position:fixed;right:0;top:0;z-index:100}.cookie-consent.is-managing .cookie-consent__panel{display:none}.cookie-consent__modal[hidden]{display:none !important}.cookie-consent__card{background:#fff;border-radius:20px;box-shadow:0 28px 80px rgba(15,23,42,.22);max-width:520px;padding:22px;width:100%}.cookie-consent__card-head{align-items:start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.cookie-consent__close{background:transparent;border:0;color:#4b5563;cursor:pointer;font-size:28px;line-height:1;padding:0}.cookie-consent__option{align-items:center;border:1px solid rgba(13,27,42,.1);border-radius:14px;display:flex;gap:14px;justify-content:space-between;margin-bottom:10px;padding:14px 16px}.cookie-consent__option strong,.cookie-consent__option small{display:block}.cookie-consent__option small{color:var(--muted);margin-top:4px}.cookie-consent__option input{accent-color:var(--primary);height:18px;width:18px}.cookie-consent__option.is-locked{background:rgba(13,27,42,.03)}.cookie-consent__actions--modal{justify-content:start;margin-top:14px}.checkout-page,main.section{background:#fff}main.section,.checkout-page{padding:34px 4vw 58px}.content-page-card{background:#fff;border:1px solid #e5e9ee;border-radius:18px;box-shadow:0 12px 36px rgba(15,23,42,.08);padding:clamp(24px,3vw,36px)}.legal-page-card{max-width:min(1180px,100%)}.legal-page-card .rich-text{color:#344054;font-size:15px;line-height:1.8}.legal-page-card .rich-text>:last-child{margin-bottom:0}main.section>.section-heading,.checkout-page>.section-heading{border-bottom:1px solid var(--shop-line);margin-bottom:24px;padding-bottom:12px}main.section>.section-heading h1,.checkout-page>.section-heading h1{color:var(--shop-text);font-size:clamp(28px,4vw,44px);letter-spacing:0;line-height:1.12;margin:0}main.section>.section-heading .eyebrow,.checkout-page>.section-heading .eyebrow{color:var(--shop-blue);font-size:12px;letter-spacing:.12em}.checkout-layout{gap:20px}.checkout-form,.summary-box,.empty-state,.cart-line-card{border-color:#e5e9ee;border-radius:4px;box-shadow:none}.checkout-form h2,.summary-box h2{color:var(--shop-text);font-size:20px;margin:0 0 4px}.checkout-form label{color:#596473;font-size:13px}.checkout-form input,.checkout-form textarea,.checkout-form select,.cart-line-card input{border-color:#d8dee6;border-radius:3px}.summary-box{background:#fbfcfd;position:static}.summary-box div{border-bottom:1px solid #e9edf2;padding-bottom:9px}.summary-box div:last-of-type{border-bottom:0;padding-bottom:0}.cart-line-card{border-radius:4px}.cart-line-card strong{color:var(--shop-text)}.compare-table{gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.compare-table .summary-box{align-content:start;gap:10px}.compare-media{align-items:center;aspect-ratio:4 / 3;background:#f6f7f9;border:1px solid #e5e9ee;border-radius:4px;display:flex;justify-content:center;overflow:hidden}.compare-media img{height:100%;object-fit:cover;width:100%}.compare-media .product-icon{box-shadow:none;height:82px;width:82px}.checkout-page .section{padding:28px 0 0}.checkout-page .section .section-heading h2{color:var(--shop-text);font-size:22px}.account-page{color:var(--shop-text)}.account-heading{align-items:center;display:flex;justify-content:space-between;gap:14px}.account-shell{display:grid;gap:22px;grid-template-columns:260px minmax(0,1fr)}.account-sidebar{display:grid;align-content:start;gap:16px}.account-profile-card,.account-side-card,.account-module-card,.account-material-card{background:#fff;border:1px solid #e5e9ee;border-radius:4px;box-shadow:none}.account-profile-card{align-items:center;display:grid;gap:12px;grid-template-columns:58px minmax(0,1fr);padding:16px}.account-avatar{align-items:center;background:linear-gradient(135deg,var(--shop-blue),#5faee2);border-radius:4px;color:#fff;display:inline-flex;font-size:22px;font-weight:900;height:58px;justify-content:center;width:58px}.account-profile-card strong,.account-material-card strong{display:block;font-size:16px}.account-profile-card span,.account-side-card span,.account-module-card p,.account-material-card span{color:#667281;font-size:12px}.account-nav{background:#141a22;border-radius:4px;display:grid;gap:1px;overflow:hidden}.account-nav a{background:#1b2430;color:#dce3eb;display:flex;align-items:center;font-size:13px;font-weight:800;min-height:42px;padding:0 14px;text-decoration:none}.account-nav a:hover,.account-nav a.is-active{background:#243243;color:#fff}.account-side-card,.account-module-card,.account-material-card{padding:16px}.account-side-card{display:grid;gap:10px}.account-side-card div{align-items:center;display:flex;justify-content:space-between;gap:10px}.account-side-card strong{font-size:13px}.account-main{display:grid;gap:22px}.account-overview{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.account-stat,.account-card{background:#fff;border:1px solid #e5e9ee;border-radius:4px;box-shadow:none}.account-stat{display:grid;gap:5px;min-height:74px;padding:14px 16px}.account-stat span,.account-help span,.account-order-state span,.account-order-main span{color:#667281;font-size:12px}.account-stat strong{color:var(--shop-text);font-size:18px;line-height:1.25;overflow-wrap:anywhere}.account-layout,.account-auth-grid{display:grid;gap:20px;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr)}.account-auth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-module-grid,.account-material-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.account-module-card{display:grid;align-content:start;gap:10px;min-height:190px}.account-module-card.accent,.account-side-card.accent{background:linear-gradient(135deg,#f4fbff,#ffffff);border-color:#cfe2f3}.account-module-card h2,.account-side-card h2,.affiliate-cta-card h2{font-size:22px;margin:0}.account-module-card .button{align-self:end}.account-card{padding:20px}.account-card-header{align-items:start;border-bottom:1px solid #e9edf2;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px;padding-bottom:14px}.account-card-header .button{min-width:112px}.account-page .eyebrow{color:var(--shop-blue);font-size:11px;letter-spacing:.12em;margin:0 0 4px;text-transform:uppercase}.account-form,.account-auth-card{display:grid;gap:14px}.account-form label,.account-auth-card label{display:grid;gap:6px}.account-actions{display:flex;justify-content:flex-start}.account-small-link{color:var(--shop-blue);font-size:13px;font-weight:700;text-decoration:none}.success-box{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:4px;color:#166534;margin-bottom:14px;padding:10px 12px}.success-box p{margin:0}.account-help{align-content:start;gap:12px}.account-help h2{margin-bottom:8px}.account-orders{margin-top:8px}.account-orders>.section-heading{align-items:end;border-bottom:1px solid var(--shop-line);display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:10px}.account-order-list{display:grid;gap:10px}.account-order-card{align-items:center;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(130px,.28fr) minmax(120px,auto);padding:14px 16px}.account-order-main,.account-order-state{display:grid;gap:4px}.account-order-state{justify-items:start}.account-order-state strong{background:#eef7f5;border:1px solid #cfe7e1;border-radius:3px;color:#0f7667;font-size:12px;padding:4px 8px}.account-order-total{justify-self:end;white-space:nowrap}.account-order-links{display:flex;gap:8px;justify-content:flex-end;margin-top:6px}.account-order-links a{color:var(--shop-blue);font-size:12px;font-weight:800;text-decoration:none}.account-inline-actions{display:flex;gap:8px;flex-wrap:wrap}.account-link-box{background:#f5f8fb;border:1px dashed #cbd7e3;border-radius:3px;color:#42505f;font-size:12px;overflow-wrap:anywhere;padding:10px}.account-material-card{display:grid;gap:8px}.account-material-links{display:grid;gap:4px}.affiliate-shell .account-side-card h2{font-size:18px}.affiliate-cta-card{display:grid;gap:14px;max-width:720px}.mega-menu-bar{gap:0}.mega-menu-group{position:relative}.mega-menu-group>button{align-items:center;background:transparent;border:0;color:#fff;cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:900;min-height:46px;padding:0 18px;text-transform:uppercase}.mega-menu-group:hover>button{background:var(--shop-blue)}.mega-menu-dropdown{background:#fff;border:1px solid #dfe4ea;box-shadow:0 18px 40px rgba(31,41,55,.14);display:none;gap:10px;left:0;min-width:320px;padding:14px;position:absolute;top:100%;z-index:30}.mega-menu-group:hover .mega-menu-dropdown{display:grid}.mega-menu-dropdown a{border-bottom:1px solid #eef2f5;color:var(--shop-text);display:grid;gap:4px;padding:0 0 10px}.mega-menu-dropdown a:last-child{border-bottom:0;padding-bottom:0}.mega-menu-dropdown strong{color:var(--shop-text);font-size:13px}.mega-menu-dropdown span{color:var(--shop-muted);font-size:12px;text-transform:none}.wishlist-actions,.compare-actions{display:flex;gap:8px}.blog-page{background:#fff;padding:34px 4vw 58px}.blog-heading{border-bottom:1px solid var(--shop-line);margin-bottom:24px;padding-bottom:14px}.blog-lead{color:var(--shop-muted);font-size:15px;margin:8px 0 0;max-width:760px}.blog-shell{display:grid;gap:24px;grid-template-columns:260px minmax(0,1fr)}.blog-sidebar{display:grid;align-content:start;gap:16px}.blog-filter-card{gap:12px}.blog-filter-list,.blog-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.blog-filter-list a,.blog-tag-cloud a,.blog-card-meta a{color:var(--shop-blue);font-size:12px;font-weight:800;text-decoration:none}.blog-filter-list a.is-active,.blog-tag-cloud a.is-active{color:#fff;background:var(--shop-blue);border-radius:3px;padding:4px 8px}.blog-main{min-width:0}.blog-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.blog-card,.blog-article{display:grid;gap:12px}.blog-card h2,.blog-related h2{font-size:24px;margin:0}.blog-card h2 a{color:var(--shop-text);text-decoration:none}.blog-card p,.blog-intro{color:var(--shop-muted);font-size:14px;line-height:1.65;margin:0}.blog-card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.blog-card-meta span{color:var(--shop-muted);font-size:12px;font-weight:700}.blog-article{padding:22px}.blog-article .rich-text{color:var(--shop-text);font-size:15px;line-height:1.75}.blog-related{margin-top:32px}@media (max-width:1100px){.shop-masthead{grid-template-columns:1fr minmax(260px,1.2fr);gap:14px;padding:18px 4vw}.brand{grid-column:1;width:180px}.shop-search{grid-column:1 / -1;grid-row:2}.mini-cart{grid-column:2;grid-row:1;justify-self:end}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-shell{grid-template-columns:220px minmax(0,1fr)}}@media (max-width:760px){.shop-header{position:static}.shop-utility{align-items:center;display:grid;gap:8px;grid-template-columns:1fr;min-height:auto;padding:8px 4vw}.shop-utility nav{display:flex;gap:8px;overflow-x:auto;white-space:nowrap}.shop-masthead{grid-template-columns:1fr auto;padding:14px 4vw}.shop-menu-toggle{display:inline-flex;grid-column:2;grid-row:1;justify-self:end}.brand{min-width:0;width:160px}.brand img{max-height:58px;max-width:150px}.shop-search{grid-column:1 / -1;grid-template-columns:78px minmax(0,1fr) 42px;min-width:0}.mini-cart{grid-column:1 / -1;grid-row:3;min-height:40px;padding-right:9px;justify-self:stretch}.mini-cart span{display:none}.shop-category-bar{display:none;margin-top:0;padding:8px 4vw 12px;scrollbar-width:thin}body.shop-nav-open .shop-category-bar{display:grid;gap:6px}.shop-category-bar a{background:#383d43;border-radius:3px;font-size:12px;min-height:42px;padding:0 13px}.hero.shop-hero{min-height:360px;padding:42px 5vw}.hero h1{font-size:clamp(34px,9vw,50px);letter-spacing:.06em}.hero p:not(.eyebrow){font-size:17px;max-width:420px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-showcase .section-heading{align-items:flex-start;display:grid;gap:6px}.section.product-showcase,main.section,.checkout-page{padding-left:4vw;padding-right:4vw}.product-body{padding:12px}.product-body p{min-height:0}.button-row{grid-template-columns:1fr}.checkout-layout,.cart-layout,.cart-line-card,.account-shell,.blog-shell,.account-layout,.account-auth-grid,.account-order-card,.account-module-grid,.account-material-grid,.blog-grid{grid-template-columns:1fr}.account-overview{grid-template-columns:1fr}.account-card-header{align-items:stretch;display:grid}.account-card-header .button,.account-actions .button{width:100%}.account-order-total{justify-self:start}.account-heading{align-items:stretch;display:grid}.account-order-links,.account-inline-actions{justify-content:flex-start}.mega-menu-group,.mega-menu-group>button{width:100%}.mega-menu-dropdown{display:grid;min-width:0;position:static}.cookie-consent__panel{grid-template-columns:1fr}.cookie-consent__actions{justify-content:start}}@media (max-width:680px){.product-detail,.cart-add-form{grid-template-columns:1fr}}@media (max-width:520px){.shop-masthead{gap:11px}.brand{width:142px}.brand img{max-height:52px;max-width:136px}.shop-search{grid-template-columns:1fr 42px}.shop-search select{display:none}.mini-cart{grid-template-columns:30px auto}.mini-cart::before{height:16px;width:21px}.mini-cart::after{left:14px}.hero.shop-hero{min-height:310px;padding:34px 5vw}.hero .eyebrow{font-size:12px}.hero-button{min-width:0;width:100%}.product-grid{grid-template-columns:1fr}.product-card::before,.product-card::after{top:10px}.product-showcase .section-heading h2,.checkout-page .section .section-heading h2{font-size:18px}.detail-content{padding:14px}.detail-content>.button-row,.detail-content>.button-row form{display:grid;width:100%}.compare-table{grid-template-columns:1fr}.cookie-consent{bottom:10px;left:10px;right:10px}.cookie-consent__panel,.cookie-consent__card{border-radius:16px;padding:16px}.cookie-consent__actions,.cookie-consent__actions--modal{display:grid;grid-template-columns:1fr}}.product-page-saas{background:radial-gradient(circle at 14% 8%,rgba(35,135,200,0.10),transparent 26%),radial-gradient(circle at 88% 18%,rgba(15,143,120,0.10),transparent 28%),#f6f8fb;padding-bottom:28px}.product-detail-saas{align-items:start;display:grid;gap:22px;grid-template-columns:minmax(320px,0.95fr) minmax(320px,1.05fr);margin:0 auto;max-width:1180px;padding:32px 4vw 20px}.product-gallery-card,.product-buy-card,.product-info-card{background:rgba(255,255,255,0.94);border:1px solid rgba(223,228,234,0.95);border-radius:18px;box-shadow:0 18px 45px rgba(31,41,55,0.08)}.product-gallery-card{min-height:0;padding:clamp(18px,3vw,34px)}.product-gallery-card picture{align-items:center;display:flex;justify-content:center;min-height:clamp(340px,47vw,560px);width:100%}.product-gallery-card img{aspect-ratio:auto;height:auto;max-height:clamp(320px,44vw,540px);max-width:100%;object-fit:contain;width:auto}.product-buy-card{align-self:start;display:grid;gap:18px;padding:clamp(20px,3vw,32px);position:sticky;top:118px}.product-title-block{display:grid;gap:9px}.product-title-block .eyebrow,.product-info-card .eyebrow{color:var(--shop-blue);font-size:11px;letter-spacing:.13em;margin:0}.product-title-block h1{color:#18212f;font-size:clamp(30px,3.2vw,44px);letter-spacing:-0.035em;line-height:1.04;margin:0}.product-rating-summary{align-items:center;color:#667384;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;justify-content:flex-start;line-height:1.2;margin-top:1px}.product-rating-summary strong{color:#18212f;font-size:13px;font-weight:900}.product-rating-summary.is-empty{color:#8792a0}.product-rating-stars{color:#d8dee8;display:inline-block;font-size:18px;letter-spacing:1.5px;line-height:1;position:relative;white-space:nowrap}.product-rating-stars::before{color:#f5b301;content:'★★★★★';inset:0 auto 0 0;overflow:hidden;position:absolute;text-shadow:0 1px 0 rgba(0,0,0,0.04);white-space:nowrap;width:var(--rating-percent,0%)}.review-stars{font-size:15px}.product-title-meta{align-items:center;color:#6f7a87;display:flex;flex-wrap:wrap;font-size:13px;gap:8px}.product-title-meta span{background:#f3f6f9;border:1px solid #e4e9ef;border-radius:999px;padding:6px 10px}.product-price-panel{background:linear-gradient(135deg,#f7fbff,#ffffff);border:1px solid #e4edf5;border-radius:14px;display:grid;gap:6px;padding:16px}.product-price-panel .price-row{align-items:center;display:flex;gap:14px;justify-content:space-between}.product-price-panel .price-row strong{color:#111827;font-size:clamp(26px,2.6vw,36px);letter-spacing:-0.04em}.product-price-panel small{color:#7a8491;font-size:12px}.product-buy-card .stock{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;min-height:30px;padding:0 10px;white-space:nowrap}.product-buy-card .stock.is-available{background:#ecfdf5;color:#047857}.product-buy-card .stock.is-empty{background:#fff1f2;color:#be123c}.product-cart-panel{align-items:end;background:#f8fafc;border:1px solid #e5e9ee;border-radius:14px;display:grid;gap:10px;grid-template-columns:minmax(88px,116px) minmax(180px,1fr);padding:14px}.product-cart-panel.has-variants label:first-of-type{grid-column:1 / -1}.product-cart-panel input,.product-cart-panel select{background:#fff;border-radius:10px}.product-cart-panel .button{border-radius:10px;box-shadow:0 12px 28px rgba(35,135,200,0.22);min-height:44px}.product-secondary-actions{display:grid;gap:10px;grid-template-columns:1fr 1fr}.product-secondary-actions form,.product-secondary-actions .button{width:100%}.product-secondary-actions .button{background:#eef3f8;border:1px solid #dde5ee;color:#344052}.product-buy-card .tier-price-box{border-radius:14px}.product-info-grid{display:grid;gap:22px;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);margin:0 auto;max-width:1180px;padding:6px 4vw 30px}.product-info-card{display:grid;gap:18px;padding:clamp(20px,2.4vw,28px)}.product-card-head{align-items:center;display:flex;gap:14px}.product-card-head>span{align-items:center;background:#eef7ff;border:1px solid #d8eafd;border-radius:13px;color:var(--shop-blue);display:inline-flex;flex:0 0 42px;font-size:13px;font-weight:900;height:42px;justify-content:center}.product-card-head h2{color:#18212f;font-size:clamp(20px,2vw,27px);letter-spacing:-0.025em;line-height:1.1;margin:3px 0 0}.product-info-card .rich-text{color:#4d5968;font-size:15px;line-height:1.72}.product-facts-saas{background:transparent;border:0;display:grid;gap:10px;margin:0;padding:0}.product-facts-saas div,.product-facts-saas div:first-child{align-items:center;background:#f7f9fc;border:1px solid #e6ebf1;border-radius:12px;display:flex;gap:14px;justify-content:space-between;padding:11px 13px}.product-facts-saas dt{color:#6f7a87;font-size:12px;font-weight:800}.product-facts-saas dd{color:#232d3a;font-size:13px;font-weight:800;margin:0;text-align:right}.muted-text{color:#768291;margin:0}.product-review-section,.product-related-section{margin:0 auto;max-width:1180px;padding:18px 4vw 34px}.product-review-section .section-heading h2,.product-related-section .section-heading h2{font-size:clamp(22px,2.4vw,32px);letter-spacing:-0.025em}@media (max-width:980px){.product-detail-saas,.product-info-grid{grid-template-columns:1fr}.product-buy-card{position:static}}@media (max-width:560px){.product-detail-saas{padding-top:20px}.product-gallery-card,.product-buy-card,.product-info-card{border-radius:14px}.product-gallery-card picture{min-height:280px}.product-cart-panel,.product-secondary-actions,.product-price-panel .price-row{grid-template-columns:1fr}.product-price-panel .price-row{align-items:flex-start;display:grid}}.product-short-description{background:#f8fafc;border:1px solid #e5e9ee;border-radius:14px;color:#536173;font-size:14px;line-height:1.58;margin-top:-2px;padding:13px 14px}.product-info-grid-full{grid-template-columns:1fr}.product-tabs-card{overflow:hidden}.product-tabs{display:grid;grid-template-columns:max-content max-content 1fr;gap:0 8px}.product-tab-input{position:absolute;opacity:0;pointer-events:none}.product-tab-label{align-items:center;background:#f4f7fb;border:1px solid #e3e9f1;border-radius:999px;color:#5d6877;cursor:pointer;display:inline-flex;font-size:13px;font-weight:900;min-height:38px;padding:0 16px;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.product-tab-label:hover{background:#ffffff;border-color:#d6e2ef;box-shadow:0 10px 24px rgba(31,41,55,0.07);color:#1f2a37;transform:translateY(-1px)}#tab-description:checked + .product-tab-label,#tab-facts:checked + .product-tab-label{background:#ffffff;border-color:rgba(35,135,200,0.30);box-shadow:0 12px 28px rgba(35,135,200,0.12);color:var(--shop-blue)}.product-tab-panel{background:linear-gradient(180deg,#ffffff,#fbfcfe);border:1px solid #e5eaf1;border-radius:16px;display:none;grid-column:1 / -1;margin-top:16px;padding:clamp(18px,2.4vw,28px)}#tab-description:checked ~ .product-tab-panel-description,#tab-facts:checked ~ .product-tab-panel-facts{display:block}.product-tab-panel .product-facts-saas{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:720px){.product-tabs{grid-template-columns:1fr 1fr}.product-tab-label{justify-content:center}.product-tab-panel .product-facts-saas{grid-template-columns:1fr}}.product-tabs-card{overflow:hidden}.product-tabs{display:grid;grid-template-columns:max-content max-content 1fr;column-gap:0}.product-tab-label{align-items:center;background:transparent;border:0;border-bottom:2px solid transparent;border-radius:0;box-shadow:none;color:#667386;cursor:pointer;display:inline-flex;font-size:14px;font-weight:900;justify-content:center;min-height:46px;padding:0 18px;position:relative;transition:color .18s ease,border-color .18s ease,background .18s ease}.product-tab-label:hover{background:rgba(35,135,200,.04);border-color:transparent;box-shadow:none;color:#1f2a37;transform:none}#tab-description:checked + .product-tab-label,#tab-reviews:checked + .product-tab-label{background:transparent;border-color:var(--shop-blue);box-shadow:none;color:var(--shop-blue)}.product-tab-panel{background:linear-gradient(180deg,#ffffff,#fbfcfe);border:1px solid #e5eaf1;border-radius:0 0 18px 18px;display:none;grid-column:1 / -1;margin-top:-1px;padding:clamp(20px,2.6vw,34px)}#tab-description:checked ~ .product-tab-panel-description,#tab-reviews:checked ~ .product-tab-panel-reviews{display:block}.product-tab-facts-block{border-top:1px solid #edf1f5;margin-top:28px;padding-top:22px}.product-tab-facts-block h3{color:#18212f;font-size:18px;letter-spacing:-.015em;margin:0 0 14px}.product-reviews-tab-layout{align-items:start;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(280px,360px)}.product-reviews-list,.product-review-form{display:grid;gap:14px}.product-review-card,.product-review-form,.product-reviews-list .empty-state{box-shadow:none;position:static}.product-review-form h2{font-size:20px;letter-spacing:-.02em;margin-bottom:4px}@media (max-width:820px){.product-reviews-tab-layout{grid-template-columns:1fr}}@media (max-width:560px){.product-tabs{grid-template-columns:1fr 1fr}.product-tab-label{padding:0 10px}}.product-detail-saas{align-items:stretch}.product-detail-saas .product-gallery-card,.product-detail-saas .product-buy-card{min-height:clamp(560px,54vw,720px);height:100%}.product-gallery-card{display:flex;align-items:center;justify-content:center}.product-gallery-card picture{flex:1}.product-buy-card{align-content:stretch;grid-template-rows:auto auto auto auto auto auto 1fr}.product-trust-strip{align-self:end;background:linear-gradient(180deg,#ffffff,#f7f9fc);border:1px solid #e3e9f1;border-radius:14px;display:grid;gap:0;overflow:hidden}.product-trust-strip div{display:grid;gap:3px;padding:12px 14px}.product-trust-strip div + div{border-top:1px solid #edf1f5}.product-trust-strip strong{color:#18212f;font-size:13px;font-weight:900}.product-trust-strip span{color:#687386;font-size:12px;font-weight:700}.product-tabs-card{padding-top:0}.product-tabs{margin-top:0}.product-tab-panel{border-top-left-radius:0}@media (max-width:980px){.product-detail-saas .product-gallery-card,.product-detail-saas .product-buy-card{min-height:auto}.product-buy-card{grid-template-rows:none}}.product-page-saas{background:#f6f7f9}.product-detail-saas{align-items:start;gap:clamp(28px,4vw,54px);grid-template-columns:minmax(420px,1.08fr) minmax(360px,.92fr);max-width:1320px;padding-top:clamp(28px,4vw,54px)}.product-gallery-card{background:#ffffff;border:1px solid #e8edf3;border-radius:24px;box-shadow:0 16px 42px rgba(15,23,42,.06);min-height:clamp(560px,58vw,760px);padding:clamp(24px,4vw,48px)}.product-gallery-card picture{min-height:clamp(500px,54vw,700px)}.product-gallery-card img{max-height:clamp(500px,52vw,690px);filter:drop-shadow(0 22px 34px rgba(15,23,42,.08))}.product-gallery-card:hover img{transform:none;filter:drop-shadow(0 24px 36px rgba(15,23,42,.10))}.product-buy-card,.product-detail-saas .product-buy-card{background:transparent;border:0;border-radius:0;box-shadow:none;min-height:auto;padding:clamp(10px,1.2vw,18px) 0;position:sticky;top:110px}.product-title-block h1{font-size:clamp(28px,3vw,42px);line-height:1.08}.product-title-block .eyebrow{color:#7c8796}.product-title-meta span{background:rgba(255,255,255,.7);border-color:#e1e7ee}.product-price-panel,.product-cart-panel,.product-short-description,.product-trust-strip,.product-buy-card .tier-price-box{background:rgba(255,255,255,.72);border:1px solid #e4e9ef;box-shadow:none}.product-price-panel{padding:0;background:transparent;border:0}.product-price-panel .price-row{align-items:flex-start;display:grid;gap:8px;justify-content:start}.product-price-panel .price-row strong{font-size:clamp(30px,3.2vw,44px)}.product-price-panel small{font-size:13px}.product-cart-panel{border-radius:16px;padding:16px}.product-cart-panel .button,.product-secondary-actions .button{min-height:48px}.product-secondary-actions .button{background:rgba(255,255,255,.82)}.product-short-description{border-radius:16px}.product-trust-strip{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:16px}.product-trust-strip div + div{border-left:1px solid #edf1f5;border-top:0}.product-info-grid.product-info-grid-full{max-width:1320px;padding-top:28px}.product-tabs-card,.product-info-card.product-tabs-card{background:#ffffff;border:1px solid #dfe5ec;border-radius:18px;box-shadow:none;overflow:visible;padding:0}.product-tabs{display:grid;grid-template-columns:max-content max-content max-content 1fr;margin-top:0;padding:0}.product-tab-label{background:#f6f7f9;border:0;border-right:1px solid transparent;border-bottom:1px solid #dfe5ec;border-radius:0;color:#4b5563;font-size:14px;font-weight:800;letter-spacing:.01em;min-height:54px;padding:0 24px}.product-tab-label:first-of-type{border-top-left-radius:18px}.product-tab-label:hover{background:#ffffff;color:#111827}#tab-description:checked + .product-tab-label,#tab-reviews:checked + .product-tab-label{background:#ffffff;border-bottom-color:#ffffff;box-shadow:inset 0 -3px 0 var(--shop-blue);color:#111827}.product-tab-panel{background:#ffffff;border:0;border-radius:0 0 18px 18px;grid-column:1 / -1;margin-top:0;padding:clamp(24px,3vw,38px)}.product-tab-panel .rich-text{max-width:1120px}.product-tab-facts-block{margin-top:28px}.product-related-section{max-width:1320px}@media (max-width:980px){.product-detail-saas{grid-template-columns:1fr;max-width:780px}.product-gallery-card,.product-gallery-card picture,.product-detail-saas .product-gallery-card{min-height:auto}.product-buy-card,.product-detail-saas .product-buy-card{position:static}.product-trust-strip{grid-template-columns:1fr}.product-trust-strip div + div{border-left:0;border-top:1px solid #edf1f5}}@media (max-width:620px){.product-tabs{grid-template-columns:1fr 1fr}.product-tab-label{padding:0 12px}}.product-page-saas .product-gallery-card,.product-detail-saas .product-gallery-card{background:transparent !important;border:0 !important;box-shadow:none !important;padding:clamp(8px,2vw,24px) !important}.product-page-saas .product-gallery-card picture,.product-detail-saas .product-gallery-card picture{background:transparent !important}.product-page-saas .product-gallery-card img,.product-detail-saas .product-gallery-card img{background:#fff !important;border:1px solid #e5e7eb !important;border-radius:22px !important;padding:clamp(14px,2vw,24px) !important;box-shadow:0 10px 34px rgba(15,23,42,.07) !important;filter:none !important;object-fit:contain}.product-page-saas .product-gallery-card:hover img,.product-detail-saas .product-gallery-card:hover img{transform:none !important;filter:none !important}.product-page-saas .product-buy-card,.product-detail-saas .product-buy-card,.product-page-saas .detail-content,.product-detail-saas .detail-content{background:transparent !important;border:0 !important;box-shadow:none !important}.product-detail-saas{align-items:start !important}.product-detail-saas .product-gallery-card,.product-gallery-card{align-self:start !important;background:transparent !important;border:0 !important;box-shadow:none !important;min-height:0 !important;height:auto !important;padding:0 !important;display:grid !important;gap:14px !important}.product-main-image-frame{width:100%;min-height:clamp(420px,46vw,620px);display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e5e7eb;border-radius:22px;overflow:hidden}.product-main-image-frame picture{width:100% !important;min-height:inherit !important;display:flex !important;align-items:center !important;justify-content:center !important}.product-gallery-card .product-main-image,.product-gallery-card img.product-main-image{width:auto !important;max-width:100% !important;height:auto !important;max-height:clamp(390px,43vw,590px) !important;object-fit:contain !important;padding:clamp(16px,2.4vw,30px) !important;background:transparent !important;border:0 !important;box-shadow:none !important;filter:none !important;transition:transform .22s ease !important}.product-gallery-card:hover .product-main-image{transform:scale(1.01);filter:none !important}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:10px;width:100%}.product-gallery-thumb{background:#fff;border:1px solid #e5e7eb;border-radius:14px;cursor:pointer;min-height:74px;padding:8px;display:flex;align-items:center;justify-content:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-gallery-thumb:hover,.product-gallery-thumb.is-active{border-color:var(--accent,#0f8f78);box-shadow:0 8px 22px rgba(15,23,42,.08);transform:translateY(-1px)}.product-gallery-thumb img{display:block;width:100%;height:58px;object-fit:contain;border:0 !important;box-shadow:none !important;padding:0 !important;background:transparent !important}.product-buy-card{align-self:start !important}@media (max-width:980px){.product-main-image-frame{min-height:340px}.product-gallery-card .product-main-image,.product-gallery-card img.product-main-image{max-height:430px !important}}.product-page-saas .product-detail-saas,.product-detail-saas{align-items:start!important}.product-page-saas .product-gallery-card,.product-detail-saas .product-gallery-card,.product-gallery-card,.detail-media.product-gallery-card{align-self:start!important;justify-self:stretch!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:14px!important;min-height:0!important;height:auto!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.product-main-image-frame,.product-gallery-card .product-main-image-frame{width:100%!important;min-height:0!important;height:auto!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.product-main-image-frame picture,.product-gallery-card .product-main-image-frame picture{width:100%!important;min-height:0!important;height:auto!important;display:block!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.product-gallery-card .product-main-image,.product-gallery-card img.product-main-image,.product-main-image-frame img,.product-main-image{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:top left!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;filter:none!important;transform:none!important}.product-gallery-card:hover .product-main-image,.product-gallery-card:hover img.product-main-image{transform:none!important;filter:none!important}.product-gallery-thumbs{width:100%!important;margin-top:14px!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important}.product-gallery-thumb{width:78px!important;height:78px!important;min-height:78px!important;flex:0 0 78px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:14px!important;box-shadow:none!important;padding:7px!important}.product-gallery-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.product-page-saas .product-detail-saas{grid-template-columns:minmax(440px,1.16fr) minmax(330px,.84fr) !important;gap:clamp(26px,3.2vw,46px) !important}.product-page-saas .product-buy-card,.product-detail-saas .product-buy-card{display:grid !important;gap:12px !important;padding-top:0 !important;max-width:430px !important;width:100% !important}.product-title-block{display:grid !important;gap:6px !important}.product-title-block .eyebrow{font-size:11px !important;letter-spacing:.12em !important;margin:0 !important}.product-title-block h1{font-size:clamp(24px,2.35vw,34px) !important;line-height:1.12 !important;margin:0 !important;letter-spacing:-.035em !important}.product-rating-summary{gap:7px !important;margin-top:2px !important;font-size:13px !important}.product-rating-stars{font-size:15px !important}.product-title-meta{gap:7px !important;margin-top:3px !important}.product-title-meta span{border-radius:999px !important;font-size:11px !important;padding:5px 9px !important}.product-price-panel{margin-top:4px !important}.product-price-panel .price-row{gap:6px !important}.product-price-panel .price-row strong{font-size:clamp(28px,2.7vw,38px) !important;letter-spacing:-.04em !important;line-height:1 !important}.product-price-panel small{color:#7a8494 !important;font-size:12px !important}.product-price-panel .stock{align-self:start !important;border-radius:999px !important;font-size:12px !important;padding:5px 10px !important}.product-buy-card .tier-price-box,.tier-price-box{border-radius:14px !important;display:grid !important;gap:7px !important;padding:10px !important}.product-buy-card .tier-price-box div,.tier-price-box div{align-items:center !important;border-radius:10px !important;display:flex !important;gap:10px !important;justify-content:space-between !important;padding:8px 9px !important}.tier-price-box strong,.tier-price-box span{font-size:12px !important}.product-cart-panel{border-radius:16px !important;display:grid !important;gap:10px !important;padding:12px !important}.product-cart-panel label{display:grid !important;gap:5px !important;margin:0 !important}.product-cart-panel label span,.product-cart-panel label:first-of-type{font-size:12px !important;font-weight:800 !important}.product-cart-panel select,.product-cart-panel input[type="number"]{border-radius:12px !important;font-size:13px !important;min-height:42px !important;padding:9px 11px !important}.product-cart-panel input[type="number"]{max-width:108px !important}.product-cart-panel .button{border-radius:14px !important;font-size:15px !important;font-weight:900 !important;min-height:46px !important;padding:12px 16px !important;box-shadow:0 12px 24px rgba(15,143,120,.18) !important}.product-cart-panel .button:hover:not(:disabled){transform:translateY(-1px) !important;box-shadow:0 16px 30px rgba(15,143,120,.24) !important}.product-secondary-actions{gap:8px !important;margin-top:0 !important}.product-secondary-actions form{flex:1 1 0 !important}.product-secondary-actions .button{border-radius:13px !important;font-size:13px !important;min-height:40px !important;padding:9px 12px !important;width:100% !important}.product-short-description{border-radius:14px !important;font-size:13px !important;line-height:1.55 !important;padding:11px 12px !important}.product-trust-strip{border-radius:14px !important}.product-trust-strip div{padding:10px 11px !important}.product-trust-strip strong{font-size:12px !important}.product-trust-strip span{font-size:11px !important}@media (min-width:760px){.product-cart-panel:not(.has-variants){grid-template-columns:112px 1fr !important;align-items:end !important}.product-cart-panel:not(.has-variants) input[name="quantity"]{width:100% !important}.product-cart-panel:not(.has-variants) .button{grid-column:2 !important}.product-cart-panel.has-variants{grid-template-columns:1fr 112px !important;align-items:end !important}.product-cart-panel.has-variants label:first-of-type{grid-column:1 / -1 !important}.product-cart-panel.has-variants .button{grid-column:1 / -1 !important}}@media (max-width:980px){.product-page-saas .product-detail-saas{grid-template-columns:1fr !important}.product-page-saas .product-buy-card,.product-detail-saas .product-buy-card{max-width:none !important}}.product-info-grid.product-info-grid-full{max-width:1320px !important;padding-top:30px !important}.product-tabs-card,.product-info-card.product-tabs-card{background:#fff !important;border:1px solid #d9e0e8 !important;border-radius:22px !important;box-shadow:0 12px 34px rgba(15,23,42,0.04) !important;overflow:hidden !important;padding:0 !important}.product-tabs{display:grid !important;grid-template-columns:max-content max-content 1fr !important;align-items:stretch !important;gap:0 !important;margin:0 !important;padding:0 !important;background:#f6f8fb !important;border-radius:22px 22px 0 0 !important}.product-tab-input{position:absolute !important;opacity:0 !important;pointer-events:none !important}.product-tab-label{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:52px !important;margin:0 !important;padding:0 28px !important;background:#f6f8fb !important;border:0 !important;border-right:1px solid #dfe5ec !important;border-bottom:1px solid #d9e0e8 !important;border-radius:0 !important;box-shadow:none !important;color:#64748b !important;cursor:pointer !important;font-size:14px !important;font-weight:750 !important;letter-spacing:0 !important;line-height:1 !important;transition:background .18s ease,color .18s ease !important}.product-tab-label:first-of-type{border-top-left-radius:22px !important}.product-tab-label:hover{background:#fff !important;color:#0f172a !important}#tab-description:checked + .product-tab-label,#tab-reviews:checked + .product-tab-label{background:#fff !important;border-bottom-color:#fff !important;color:#0f172a !important;font-weight:850 !important;box-shadow:inset 0 3px 0 var(--accent,#22c55e) !important}.product-tab-panel{grid-column:1 / -1 !important;margin:0 !important;padding:34px 44px 40px !important;background:#fff !important;border:0 !important;border-radius:0 0 22px 22px !important;box-shadow:none !important}.product-tab-panel .rich-text{max-width:none !important;width:100% !important;color:#334155 !important;font-size:15px !important;line-height:1.82 !important}.product-tab-panel .rich-text p,.product-tab-panel .rich-text ul,.product-tab-panel .rich-text ol{margin-top:0 !important;margin-bottom:16px !important}.product-tab-panel .rich-text h1,.product-tab-panel .rich-text h2,.product-tab-panel .rich-text h3,.product-tab-panel .rich-text h4{margin-top:0 !important;margin-bottom:14px !important;color:#0f172a !important;line-height:1.25 !important}.product-tab-facts-block{margin-top:28px !important;padding:22px 24px !important;background:#f8fafc !important;border:1px solid #e5ebf2 !important;border-radius:18px !important}.product-tab-facts-block h3{margin:0 0 16px !important;font-size:15px !important;color:#0f172a !important}.product-reviews-tab-layout{gap:24px !important}@media (max-width:760px){.product-tabs{grid-template-columns:1fr 1fr !important}.product-tab-label{min-height:48px !important;padding:0 14px !important;font-size:13px !important}.product-tab-panel{padding:24px 18px 28px !important}}.product-tabs{margin-top:20px}.product-tabs .tab-header{margin-bottom:10px}.product-tabs .tab-content{padding:20px 25px}.product-description,.product-tabs .tab-content{line-height:1.7;padding-left:25px;padding-right:25px}.product-reviews{padding:20px 25px}.price-row{display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;width:100% !important;text-align:left !important}.price-row .price{width:100% !important;text-align:left !important}.price-row .availability,.price-row .stock-status,.price-row .delivery-status{display:block !important;margin-top:6px !important;text-align:left !important;width:100% !important}.price-row *{text-align:left !important;margin-left:0 !important}