/* Shop composition only. Tokens, buttons, cards, header and footer stay shared. */
.vbv2-shop-intro{position:relative;isolation:isolate;background:var(--vbv2-surface-soft);overflow:hidden}
.vbv2-shop-intro::before{content:"";position:absolute;inset:0 0 0 40%;z-index:-1;background:url('../images/shop-intro.webp') right 54%/cover no-repeat;mask-image:linear-gradient(90deg,transparent,#000 30%)}
.vbv2-shop-intro>.vbv2-container{min-height:220px;padding:36px 72px 62px}
.vbv2-shop-intro h1{font-size:40px;letter-spacing:-.04em;margin-bottom:12px;color:var(--vbv2-green)}
.vbv2-shop-intro p{max-width:49ch;font-size:15px;line-height:1.6;margin:0}
.vbv2-shop-content{position:relative;padding-bottom:24px}
.vbv2-shop-controls{margin-top:-44px;position:relative;border:1px solid var(--vbv2-border-soft);border-radius:var(--vbv2-radius-card);background:var(--vbv2-surface);margin-bottom:16px}
.vbv2-shop-navigation{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px}
.vbv2-shop-categories,.vbv2-shop-goals{display:flex;align-items:center;gap:8px}
.vbv2-shop-category,.vbv2-shop-goals a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 16px;border:1px solid var(--vbv2-border);border-radius:var(--vbv2-radius-control);font-size:13px;line-height:1.3;text-decoration:none;color:var(--vbv2-ink);text-align:center}
.vbv2-shop-category{font-weight:700}
.vbv2-shop-category__icon{display:none}
.vbv2-shop-goals{gap:8px}.vbv2-shop-goals>span{font-size:12px;font-weight:700;white-space:nowrap}
.vbv2-shop-goals a{font-size:12px;padding-inline:12px}
.vbv2-shop-category[aria-current],.vbv2-shop-goals a[aria-current]{background:var(--vbv2-green);border-color:var(--vbv2-green);color:var(--vbv2-white)}
.vbv2-shop-category:hover,.vbv2-shop-goals a:hover{border-color:var(--vbv2-green)}
.vbv2-shop-toolbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;border-top:1px solid var(--vbv2-border-soft);padding:10px 16px}
.vbv2-shop-filter-trigger{min-height:44px;min-width:110px;padding:8px 20px;border:1px solid var(--vbv2-border);border-radius:var(--vbv2-radius-pill);background:var(--vbv2-surface);font-size:14px;font-weight:700}
.vbv2-shop-count .woocommerce-result-count{float:none;margin:0;font-size:13px;color:var(--vbv2-muted)}
.vbv2-shop-ordering .woocommerce-ordering{float:none;margin:0}
.vbv2-shop-ordering .woocommerce-ordering select{min-height:44px;min-width:0;width:250px;max-width:100%;padding:8px 32px 8px 16px;border-radius:var(--vbv2-radius-pill);font-size:13px;font-weight:700}
.vbv2-shop-active{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 16px 10px;font-size:13px}.vbv2-shop-active a{min-height:44px;display:flex;align-items:center;white-space:nowrap}
.vbv2-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding:0;margin:0;list-style:none}
.vbv2-shop-grid>li{min-width:0}
.vbv2-shop-empty{padding:56px 24px;text-align:center}.vbv2-shop-empty h2{font-size:26px}
.vbv2-shop .woocommerce-pagination{margin-block:24px}




body.vbv2-shop-filters-open{overflow:hidden}
.vbv2-shop-filters{position:fixed;inset:0 0 0 auto;width:min(440px,100%);max-width:100%;height:100%;max-height:100dvh;margin:0;padding:28px;border:0;background:var(--vbv2-surface);color:var(--vbv2-text);overflow-y:auto}
.vbv2-shop-filters::backdrop{background:rgba(23,35,28,.4)}
.vbv2-shop-filters__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.vbv2-shop-filters h2{font-size:28px;margin:0}
.vbv2-shop-filters form>label,.vbv2-shop-filters legend{display:block;font-weight:700;margin-bottom:10px}
.vbv2-shop-filters fieldset{border:0;padding:0;margin:28px 0}.vbv2-shop-filters fieldset label{display:flex;align-items:center;gap:12px;min-height:48px;padding:8px 0;cursor:pointer}.vbv2-shop-filters input[type=radio]{width:20px;height:20px;accent-color:var(--vbv2-green);margin:0;flex-shrink:0}
.vbv2-shop-filters__actions{display:grid;gap:12px}.vbv2-shop-filters__actions>a{display:flex;align-items:center;justify-content:center;min-height:44px}
@media(max-width:1200px){.vbv2-shop-navigation{flex-wrap:wrap;gap:12px}.vbv2-shop-goals{flex-wrap:wrap}}
@media(min-width:768px) and (max-width:1024px){.vbv2-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vbv2-shop-intro>.vbv2-container{padding-left:32px}}
@media(max-width:767px){
 .vbv2-shop-intro::before{display:none}.vbv2-shop-intro>.vbv2-container{min-height:0;padding:24px 0 20px}.vbv2-shop-intro h1{font-size:28px;line-height:1.25;margin-bottom:10px}.vbv2-shop-intro p{font-size:14px;line-height:1.5;max-width:40ch}.vbv2-shop-desktop-break{display:none}
 .vbv2-shop-controls{margin-top:0;border:0;border-radius:0;background:transparent;margin-bottom:14px}
 .vbv2-shop-navigation{padding:0 0 16px;display:block}.vbv2-shop-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
 .vbv2-shop-category{display:flex;flex-direction:column;gap:8px;min-height:86px;padding:0;border:0;border-radius:0;background:none;font-size:11px;line-height:1.25;align-self:start}
 .vbv2-shop-category__icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--vbv2-surface)}.vbv2-shop-category__icon img{width:25px;height:25px}
 .vbv2-shop-category[aria-current]{background:transparent;color:var(--vbv2-green)}.vbv2-shop-category[aria-current] .vbv2-shop-category__icon{background:var(--vbv2-green)}.vbv2-shop-category[aria-current] img{filter:brightness(0) invert(1)}
 .vbv2-shop-goals{display:none}
 .vbv2-shop-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px 12px;padding:14px 0 0}
 .vbv2-shop-filter-trigger{width:100%;min-width:0;font-size:13px;padding-inline:8px}.vbv2-shop-ordering{grid-column:2;grid-row:1;min-width:0}.vbv2-shop-ordering .woocommerce-ordering select{width:100%;font-size:12px;padding-left:12px;padding-right:22px}
 .vbv2-shop-count{grid-column:1/-1;grid-row:2}.vbv2-shop-count .woocommerce-result-count{font-size:12px}.vbv2-shop-active{padding:4px 0 0;font-size:12px}
 .vbv2-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}

 .vbv2-shop-filters{inset:auto 0 0;width:100%;height:auto;max-height:92dvh;border-radius:var(--vbv2-radius-editorial) var(--vbv2-radius-editorial) 0 0;padding:20px}.vbv2-shop-filters__heading{margin-bottom:20px}
}
@media(max-width:359px){.vbv2-shop-category{font-size:10px}.vbv2-shop-grid{gap:10px}}
