/* VW_DATABASE_STOREFRONT_CORE_V3 */
:root{color-scheme:light}
body.vw-storefront{
  --vw-primary:#111827;--vw-accent:#4f46e5;--vw-bg:#f8fafc;--vw-text:#0f172a;
  --vw-surface:#fff;--vw-surface-soft:color-mix(in srgb,var(--vw-bg) 86%,#fff);
  --vw-muted:color-mix(in srgb,var(--vw-text) 62%,transparent);
  --vw-border:color-mix(in srgb,var(--vw-text) 13%,transparent);
  --vw-border-strong:color-mix(in srgb,var(--vw-text) 21%,transparent);
  --vw-radius:18px;--vw-radius-lg:28px;--vw-shadow:0 18px 55px rgba(15,23,42,.08);
  --vw-content:1240px;--vw-section:72px;--vw-control:50px;
  margin:0;min-width:320px;background:var(--vw-bg);color:var(--vw-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility
}
body.vw-font-serif{font-family:Georgia,"Times New Roman",serif}
body.vw-font-rounded{font-family:"Trebuchet MS",ui-rounded,system-ui,sans-serif}
body.vw-font-system{font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
body.vw-density-compact{--vw-section:50px;--vw-radius:14px;--vw-radius-lg:22px;--vw-control:46px}
body.vw-density-spacious{--vw-section:92px;--vw-radius:22px;--vw-radius-lg:34px;--vw-control:54px}
body.vw-storefront *,body.vw-storefront *::before,body.vw-storefront *::after{box-sizing:border-box}
body.vw-storefront img{max-width:100%;height:auto}
body.vw-storefront a{color:inherit;text-decoration:none}
body.vw-storefront .wrap{width:min(var(--vw-content),calc(100% - 40px));margin-inline:auto}
body.vw-storefront .page{padding:36px 0 var(--vw-section)}
body.vw-storefront h1,body.vw-storefront h2,body.vw-storefront h3{color:var(--vw-text);letter-spacing:-.035em}
body.vw-storefront p{line-height:1.65}
body.vw-storefront .muted{color:var(--vw-muted)}
body.vw-storefront .small{font-size:13px}
body.vw-storefront .price{color:var(--vw-primary)}
body.vw-storefront .strike{color:var(--vw-muted)}
body.vw-storefront .vw-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Owner and preview bars */
.vw-store-owner-bar,.vw-theme-preview-bar{display:flex;align-items:center;justify-content:center;gap:18px;min-height:38px;padding:7px 20px;background:#0f172a;color:#fff;font:600 12px/1.4 Inter,system-ui,sans-serif}
.vw-store-owner-actions{display:flex;gap:12px}.vw-store-owner-bar a,.vw-theme-preview-bar a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.vw-theme-preview-bar{background:var(--vw-primary)}

/* Header */
body.vw-storefront .topbar.vw-site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--vw-border);background:color-mix(in srgb,var(--vw-bg) 88%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.vw-site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:76px;padding:10px 0}
.vw-site-brand{display:inline-flex;align-items:center;gap:11px;min-width:0;color:var(--vw-text);font-size:17px;font-weight:800;letter-spacing:-.025em}
.vw-site-brand-mark,.brand-logo{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:var(--vw-primary);color:#fff;font-weight:850;object-fit:contain}
.vw-site-nav{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}
.vw-site-nav a{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:9px 11px;border-radius:10px;color:var(--vw-muted);font-size:14px;font-weight:650;transition:background .18s ease,color .18s ease}
.vw-site-nav a:hover,.vw-site-nav a[aria-current=page]{background:color-mix(in srgb,var(--vw-primary) 9%,transparent);color:var(--vw-primary)}
.vw-nav-cart span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--vw-primary);color:#fff;font-size:11px}
.vw-nav-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:1px solid var(--vw-border);border-radius:12px;background:var(--vw-surface);color:var(--vw-text);box-shadow:none}
.vw-nav-toggle span:not(.vw-sr-only){display:block;width:18px;height:2px;border-radius:2px;background:currentColor}

/* Surfaces, controls and buttons */
body.vw-storefront .card{margin-bottom:20px;padding:clamp(20px,3vw,30px);border:1px solid var(--vw-border);border-radius:var(--vw-radius);background:var(--vw-surface);box-shadow:none}
body.vw-storefront input,body.vw-storefront select,body.vw-storefront textarea{width:100%;min-height:var(--vw-control);padding:11px 14px;border:1px solid var(--vw-border-strong);border-radius:12px;outline:none;background:var(--vw-surface);color:var(--vw-text);font:inherit;transition:border-color .16s ease,box-shadow .16s ease}
body.vw-storefront textarea{min-height:130px;resize:vertical}
body.vw-storefront input:focus,body.vw-storefront select:focus,body.vw-storefront textarea:focus{border-color:var(--vw-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--vw-primary) 12%,transparent)}
body.vw-storefront label{display:block;margin-bottom:7px;color:var(--vw-text);font-size:13px;font-weight:700}
body.vw-storefront button,body.vw-storefront .btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border:1px solid var(--vw-primary);border-radius:12px;background:var(--vw-primary);color:#fff;font:700 14px/1.2 inherit;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}
body.vw-storefront button:hover,body.vw-storefront .btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px color-mix(in srgb,var(--vw-primary) 22%,transparent)}
body.vw-storefront button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}
body.vw-storefront .btn-light{border-color:var(--vw-border-strong);background:transparent;color:var(--vw-text);box-shadow:none}
body.vw-storefront .btn-danger{border-color:#b42318;background:#b42318;color:#fff}
.form-row{margin-bottom:16px}.form-actions{display:flex;gap:10px;flex-wrap:wrap}.inline{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.inline>div{flex:1;min-width:160px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}

/* Alerts */
body.vw-storefront .alert{margin-bottom:18px;padding:13px 15px;border:1px solid var(--vw-border);border-radius:12px;background:var(--vw-surface);font-size:14px}
body.vw-storefront .alert-success{border-color:#86d5a0;background:#effcf3;color:#166534}
body.vw-storefront .alert-error{border-color:#f0a9a9;background:#fff1f1;color:#991b1b}
body.vw-storefront .alert-info{border-color:#9dbbf0;background:#eff6ff;color:#1d4ed8}

/* Product cards */
body.vw-storefront .products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.vw-storefront .product-card{position:relative;display:flex;min-width:0;overflow:hidden;flex-direction:column;padding:0;border:1px solid var(--vw-border);border-radius:var(--vw-radius);background:var(--vw-surface);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
body.vw-storefront .product-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--vw-primary) 25%,var(--vw-border));box-shadow:var(--vw-shadow)}
body.vw-storefront .product-image-link{display:block;overflow:hidden;aspect-ratio:1/1;background:var(--vw-surface-soft)}
body.vw-storefront .product-card img,body.vw-storefront .product-image{width:100%;height:100%;border-radius:0;object-fit:cover;background:var(--vw-surface-soft);transition:transform .35s ease}
body.vw-storefront .product-card:hover img{transform:scale(1.035)}
body.vw-storefront .product-card>h2,body.vw-storefront .product-card>h3,body.vw-storefront .product-card>.small,body.vw-storefront .product-card>p,body.vw-storefront .product-card>.price,body.vw-storefront .product-card>form,.vw-product-brand{margin-left:16px;margin-right:16px}
body.vw-storefront .product-card>h2,body.vw-storefront .product-card>h3{margin-top:10px;margin-bottom:7px;font-size:17px;line-height:1.3}
body.vw-storefront .product-card>p{margin-top:6px;margin-bottom:14px;color:var(--vw-muted);font-size:13px}
body.vw-storefront .product-card>.price{margin-top:auto;margin-bottom:10px;font-size:18px;font-weight:800}
body.vw-storefront .product-card>form{margin-top:0;margin-bottom:16px}
body.vw-storefront .product-card>form button{width:100%;min-height:42px;padding:9px 12px}
.vw-product-brand{margin-top:14px;color:var(--vw-accent);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.no-image{display:grid;place-items:center;color:var(--vw-muted)}
.in-stock{color:#15803d}.out-stock{color:#b91c1c}

/* Utility sections */
.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px;color:var(--vw-muted);font-size:13px}.breadcrumbs a:hover{color:var(--vw-primary)}
.section-head,.shop-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.section-head h2,.shop-head h1{margin:0}.empty-state{text-align:center;padding:44px 20px}
.category-links{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 20px}.category-link{padding:9px 13px;border:1px solid var(--vw-border);border-radius:999px;background:var(--vw-surface);color:var(--vw-muted);font-size:13px;font-weight:700}.category-link.active,.category-link:hover{border-color:var(--vw-primary);background:var(--vw-primary);color:#fff}
.pagination{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.pagination .btn{min-width:44px}

/* Footer */
body.vw-storefront .footer.vw-site-footer{border-top:1px solid var(--vw-border);background:color-mix(in srgb,var(--vw-bg) 92%,#fff);padding:34px 0;color:var(--vw-muted)}
.vw-site-footer-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.vw-site-footer-brand strong{color:var(--vw-text);font-size:16px}.vw-site-footer-brand p{margin:8px 0 0}.footer-links{display:flex;gap:14px;flex-wrap:wrap}.footer-links a{font-size:13px;font-weight:650}.footer-links a:hover{color:var(--vw-primary)}

@media(max-width:1050px){body.vw-storefront .products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:860px){
  body.vw-storefront .wrap{width:min(var(--vw-content),calc(100% - 28px))}
  .vw-site-header-inner{min-height:68px}.vw-nav-toggle{display:flex}.vw-site-nav{position:absolute;top:calc(100% + 1px);right:14px;left:14px;display:none;align-items:stretch;flex-direction:column;padding:12px;border:1px solid var(--vw-border);border-radius:16px;background:var(--vw-surface);box-shadow:var(--vw-shadow)}.vw-site-nav.is-open{display:flex}.vw-site-nav a{justify-content:space-between;width:100%;padding:11px 12px}
  body.vw-storefront .products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vw-store-owner-bar,.vw-theme-preview-bar{justify-content:space-between}
}
@media(max-width:560px){
  body.vw-storefront .wrap{width:min(100% - 20px,var(--vw-content))}
  body.vw-storefront .page{padding-top:22px;padding-bottom:52px}
  .vw-site-brand{font-size:15px}.vw-site-brand-mark,.brand-logo{width:38px;height:38px;flex-basis:38px;border-radius:11px}
  body.vw-storefront .card{padding:18px;border-radius:15px}
  body.vw-storefront .products{gap:10px}
  body.vw-storefront .product-card{border-radius:14px}
  body.vw-storefront .product-card>h2,body.vw-storefront .product-card>h3,body.vw-storefront .product-card>.small,body.vw-storefront .product-card>p,body.vw-storefront .product-card>.price,body.vw-storefront .product-card>form,.vw-product-brand{margin-left:11px;margin-right:11px}
  body.vw-storefront .product-card>h2,body.vw-storefront .product-card>h3{font-size:15px}.vw-product-brand{font-size:9px}.vw-site-footer-grid{flex-direction:column}
  .vw-store-owner-bar,.vw-theme-preview-bar{align-items:flex-start;flex-direction:column;gap:5px;padding:8px 12px}.vw-store-owner-actions{flex-wrap:wrap}
}
@media(max-width:370px){body.vw-storefront .products{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){body.vw-storefront *,body.vw-storefront *::before,body.vw-storefront *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
