/*
Theme Name: VV QuickShop Complete Carousel
Theme URI: https://example.com/vv-quickshop
Author: VV
Description: Enhanced QuickShop theme with Best Sellers carousel and full original structure.
Version: 1.1.0
Text Domain: vv-quickshop
Tags: woocommerce, restaurant, cafe, responsive, one-page, carousel
*/
:root{
  --vv-primary:#f2b400;
  --vv-accent:#ff5151;
  --vv-bg:#0f172a;
  --vv-card:#111827;
  --vv-text:#f8fafc;
  --vv-muted:#94a3b8;
  --vv-border:#1f2937;
}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,'Noto Sans',sans-serif;color:var(--vv-text);background:var(--vv-bg);}
a{color:var(--vv-primary);text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:24px}
.vv-header{position:sticky;top:0;z-index:999;background:rgba(17,24,39,.9);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--vv-border)}
.vv-nav{display:flex;align-items:center;gap:16px;justify-content:space-between}
.vv-brand{display:flex;align-items:center;gap:12px;font-weight:700}
.vv-menu{display:flex;gap:16px;flex-wrap:wrap}
.vv-cta{display:flex;align-items:center;gap:12px}
.vv-btn{background:var(--vv-primary);color:#111827;border:none;border-radius:10px;padding:10px 16px;font-weight:700;cursor:pointer}
.vv-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#0b1220;border:1px solid var(--vv-border)}
.vv-cart-count{position:absolute;top:-6px;right:-6px;background:var(--vv-primary);color:#111827;font-weight:800;font-size:12px;border-radius:999px;padding:2px 6px;min-width:20px;text-align:center}
.vv-hero{min-height:360px;display:flex;align-items:center;background-size:cover;background-position:center;border-bottom:1px solid var(--vv-border)}
.vv-hero .container{padding-top:72px;padding-bottom:72px}
.vv-title{font-size:40px;margin:0 0 6px 0}
.vv-sub{color:var(--vv-muted);margin:0}
.vv-section{padding:32px 0}
.vv-card{background:var(--vv-card);border:1px solid var(--vv-border);border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.2)}
.vv-grid{display:grid;gap:16px}
@media(min-width:640px){.vv-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.vv-grid{grid-template-columns:repeat(3,1fr)}}
.vv-prod{display:flex;flex-direction:column}
.vv-prod img{width:100%;height:200px;object-fit:contain;background:#0b1220}
.vv-prod .meta{padding:12px}
.vv-price{color:var(--vv-primary);font-weight:700}
.vv-filters{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 20px}
.vv-chip{border:1px solid var(--vv-border);color:var(--vv-text);background:transparent;border-radius:999px;padding:6px 12px}
.vv-chip.active{background:var(--vv-primary);color:#111827;border-color:var(--vv-primary)}
.vv-footer{border-top:1px solid var(--vv-border);background:#0b1220;color:var(--vv-muted)}
.vv-cols{display:grid;gap:20px}
@media(min-width:840px){.vv-cols{grid-template-columns:repeat(4,1fr)}}
.small{font-size:13px;color:var(--vv-muted)}
.swiper { overflow: hidden; padding-bottom: 30px; }
.swiper-slide { height: auto; }
.swiper-button-next, .swiper-button-prev { color: var(--vv-primary); top: 35%; }
