﻿.vesta-category-archive{width:100%;}
.vesta-category-shop{position:relative;padding:0;}
.vesta-category-shop__inner{display:grid;grid-template-columns:248px minmax(0,1fr);gap:28px;width:100%;}
.vesta-category-results{min-width:0;}
.vesta-category-mobile-filter{display:none;}
.vesta-category-filters{position:sticky;top:112px;align-self:start;max-height:calc(100vh - 132px);overflow:auto;padding:24px 20px;border:1px solid rgba(0,0,0,.08);background:#fff;scrollbar-width:thin;}
.vesta-category-filters__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.vesta-category-filters__head h2{margin:0;}
.vesta-category-filters__head button{display:none;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;}
.vesta-category-clear{display:inline-flex;margin:4px 0 18px;color:inherit;text-decoration:none;opacity:.74;}
.vesta-category-clear:hover{text-decoration:underline;opacity:1;}
.vesta-category-filter-group{border-top:1px solid rgba(0,0,0,.08);padding:0;}
.vesta-category-filter-group summary{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px 0;list-style:none;cursor:pointer;font-weight:700;}
.vesta-category-filter-group summary::-webkit-details-marker{display:none;}
.vesta-category-filter-group summary:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .22s ease;}
.vesta-category-filter-group[open] summary:after{transform:rotate(-135deg) translateY(-1px);}
.vesta-category-filter-list{display:grid;gap:5px;padding:0 0 16px;}
.vesta-category-filter-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:999px;color:inherit;text-decoration:none;transition:background .2s ease,opacity .2s ease;}
.vesta-category-filter-item:hover{background:rgba(0,0,0,.05);text-decoration:none;}
.vesta-category-filter-item.is-active{background:rgba(0,0,0,.09);}
.vesta-category-filter-item small{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;margin-left:auto;padding:0 8px;border-radius:999px;background:rgba(0,0,0,.07);font-size:12px;font-weight:700;}
.vesta-category-color-dot{width:19px;height:19px;border-radius:50%;border:1px solid rgba(255,255,255,.9);box-shadow:0 2px 10px rgba(0,0,0,.14);}
.vesta-category-filter-item.is-active .vesta-category-color-dot{box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,0,0,.34);}
.vesta-category-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 22px;}
.vesta-category-chips{display:flex;gap:8px;flex-wrap:wrap;}
.vesta-category-chips span,.vesta-category-chips a{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#fff;color:inherit;text-decoration:none;}
.vesta-category-chip-clear{opacity:.72;}
.vesta-category-total-count{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#fff;white-space:nowrap;}
.vesta-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.vesta-product-card{overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#fff;}
.vesta-product-card__image{position:relative;display:block;overflow:hidden;aspect-ratio:1/1.25;background:#f2f2f2;color:inherit;}
.vesta-product-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.vesta-product-card:hover .vesta-product-card__image img{transform:scale(1.035);}
.vesta-product-card__body{padding:16px;}
.vesta-product-card__title{margin:0 0 8px;}
.vesta-product-card__title a{color:inherit;text-decoration:none;}
.vesta-product-subtitle{margin:0 0 14px;color:var(--awb-color5,#777);}
.vesta-product-purchase-row{display:flex;align-items:center;justify-content:space-between;gap:14px;}
.vesta-product-swatches{display:flex;align-items:center;gap:8px;min-width:0;}
.vesta-product-swatch{width:20px;height:20px;padding:0;border:1px solid rgba(255,255,255,.9);border-radius:50%;cursor:pointer;box-shadow:0 0 0 1px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.08);}
.vesta-product-swatch.is-active{box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(0,0,0,.45);}
.vesta-product-swatches span{color:var(--awb-color5,#777);}
.vesta-product-price{margin-left:auto;color:#cf1f1f;white-space:nowrap;text-align:right;}
.vesta-load-more{display:block;min-width:250px;margin:34px auto 0;padding:14px 24px;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;}
.vesta-load-more:disabled{cursor:progress;opacity:.65;}
.vesta-category-empty{padding:24px;text-align:center;grid-column:1/-1;}
@media(max-width:1100px){.vesta-category-shop__inner{grid-template-columns:1fr;}.vesta-category-mobile-filter{display:inline-flex;margin:0 0 18px;padding:12px 18px;border:1px solid currentColor;background:currentColor;color:#fff;font-weight:800;}.vesta-category-filters{position:fixed;left:0;top:0;bottom:0;z-index:999998;width:min(88vw,360px);max-height:none;transform:translateX(-105%);transition:transform .28s ease;}.vesta-category-filters.is-open{transform:translateX(0);}.vesta-category-filters__head button{display:block;}.vesta-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}}
@media(max-width:640px){.vesta-category-grid{grid-template-columns:1fr;}.vesta-category-toolbar{align-items:flex-start;flex-direction:column;}}
