.rv-shop { padding: 30px 0 0; } .rv-shop__crumbs { font-size: 13px; color: var(--rv-muted); }
.rv-shop__crumbs a { color: var(--rv-muted); }
.rv-shop__crumbs a:hover { color: var(--rv-green-500); }
.rv-shop__crumb-sep { color: var(--rv-muted-3); } .rv-shop__head {
display: flex; align-items: flex-end; justify-content: space-between;
gap: 24px; flex-wrap: wrap; margin: 6px 0 0;
}
.rv-shop__title { font-family: var(--rv-font-serif); font-weight: 600; font-size: 44px; margin: 8px 0; color: var(--rv-ink); }
.rv-shop__desc { font-size: 15px; line-height: 1.6; color: var(--rv-ink-3); max-width: 620px; }
.rv-shop__count { font-size: 14px; color: var(--rv-muted); padding-bottom: 6px; white-space: nowrap; } .rv-shop__body { display: flex; gap: 32px; align-items: flex-start; margin-top: 28px; }
.rv-shop__sidebar { width: 225px; flex: none; display: flex; flex-direction: column; gap: 28px; }
.rv-shop__main { flex: 1; min-width: 0; } .rv-filter__title { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--rv-muted); margin: 0 0 12px; }
.rv-filter__list { display: flex; flex-direction: column; gap: 9px; }
.rv-filter__cat { font-size: 14px; color: var(--rv-ink-2); }
.rv-filter__cat:hover { color: var(--rv-green-500); }
.rv-filter__cat.is-active { font-weight: 700; color: var(--rv-green-700); }
.rv-filter__count { color: var(--rv-muted-3); font-weight: 400; } .rv-check { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--rv-ink-2); }
.rv-check:hover { color: var(--rv-green-500); }
.rv-check__box {
width: 16px; height: 16px; border: 1.5px solid var(--rv-border-3);
border-radius: 4px; flex: none; position: relative; background: #fff;
}
.rv-check.is-checked .rv-check__box { background: var(--rv-green-500); border-color: var(--rv-green-500); }
.rv-check.is-checked .rv-check__box::after {
content: ""; position: absolute; left: 4px; top: 1px;
width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
} .rv-filter__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.rv-chip {
font-size: 12.5px; border: 1px solid var(--rv-border-3); border-radius: var(--rv-radius-pill);
padding: 6px 13px; background: #fff; color: var(--rv-ink-2);
}
.rv-chip:hover { border-color: var(--rv-green-500); color: var(--rv-green-500); }
.rv-chip.is-active { background: var(--rv-green-700); border-color: var(--rv-green-700); color: #fff; } .rv-shop__toolbar {
display: flex; align-items: center; justify-content: space-between;
gap: 16px; flex-wrap: wrap; margin-bottom: 18px;
}
.rv-shop__toolbar .woocommerce-result-count { font-size: 13.5px; color: var(--rv-muted); margin: 0; }
.rv-shop__toolbar .woocommerce-ordering { margin: 0; }
.rv-shop__toolbar select {
border: 1px solid var(--rv-border-3); border-radius: 10px; padding: 9px 12px;
font-size: 13px; background: #fff; color: var(--rv-ink); outline: none; font-family: var(--rv-font-ui);
} .rv-shop__main ul.products {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
gap: 16px; margin: 0; padding: 0; list-style: none;
}
.rv-shop__main ul.products::before,
.rv-shop__main ul.products::after { content: none !important; display: none !important; }
.rv-shop__main ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; } .rv-shop__main .woocommerce-pagination { margin-top: 40px; text-align: center; }
.rv-shop__main .woocommerce-pagination ul { display: inline-flex; gap: 8px; border: none; margin: 0; padding: 0; }
.rv-shop__main .woocommerce-pagination ul li,
.rv-shop__main nav.woocommerce-pagination ul li { border: none !important; margin: 0; overflow: visible; }
.rv-shop__main .woocommerce-pagination ul li a,
.rv-shop__main .woocommerce-pagination ul li span {
width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
border-radius: 10px; font-size: 14px; font-weight: 600; padding: 0;
border: 1px solid var(--rv-border-3) !important; color: var(--rv-ink) !important; background: #fff !important;
outline: none !important; box-shadow: none !important;
}
.rv-shop__main .woocommerce-pagination ul li span.current {
background: var(--rv-green-700) !important; border-color: var(--rv-green-700) !important; color: #fff !important;
}
.rv-shop__main .woocommerce-pagination ul li a:hover,
.rv-shop__main .woocommerce-pagination ul li a:focus {
border-color: var(--rv-ink) !important; color: var(--rv-ink) !important; background: #fff !important;
}
.rv-shop__empty { margin-top: 20px; } .rv-shop__mobilebar,
.rv-shop__overlay,
.rv-shop__drawer-head,
.rv-shop__drawer-foot { display: none; } @media (max-width: 900px) {
.rv-shop__body { flex-direction: column; }
.rv-shop__title { font-size: 34px; } .rv-shop__toolbar { display: none; }
.rv-shop__mobilebar { display: flex; margin-bottom: 16px; }
.rv-shop__filter-toggle,
.rv-shop__filter-toggle:hover,
.rv-shop__filter-toggle:focus,
.rv-shop__filter-toggle:active,
.rv-shop__filter-toggle:focus-visible {
display: inline-flex; align-items: center; gap: 8px;
border: 1px solid var(--rv-border-3) !important; border-radius: var(--rv-radius-pill);
padding: 10px 18px; font-size: 14px; font-weight: 600; cursor: pointer;
background: #fff !important;
color: var(--rv-green-700) !important; box-shadow: none !important; outline: none !important;
-webkit-tap-highlight-color: transparent;
}
.rv-shop__filter-toggle svg { stroke: var(--rv-green-700); } .rv-shop__sidebar {
position: fixed; top: 0; left: 0; right: auto; bottom: 0; width: 320px; max-width: 88vw;
background: #fff; z-index: 200; padding: 0; gap: 0; margin: 0; display: block;
transform: translateX(-100%); transition: transform .25s ease;
overflow-y: auto; box-shadow: 8px 0 24px rgba(0, 0, 0, .14);
}
.rv-shop.is-filters-open .rv-shop__sidebar { transform: translateX(0); }
.rv-shop__overlay {
display: block; position: fixed; inset: 0; background: rgba(0, 0, 0, .4);
z-index: 190; opacity: 0; pointer-events: none; transition: opacity .25s;
}
.rv-shop.is-filters-open .rv-shop__overlay { opacity: 1; pointer-events: auto; }
.rv-shop__drawer-head {
display: flex; align-items: center; justify-content: space-between;
padding: 16px 20px; border-bottom: 1px solid var(--rv-border);
font-weight: 700; font-size: 15px; position: sticky; top: 0; background: #fff; z-index: 1;
}
.rv-shop__drawer-close { border: none; background: none; font-size: 24px; line-height: 1; cursor: pointer; color: var(--rv-ink); }
.rv-shop__sidebar .rv-filter { padding: 18px 20px; margin: 0; border-bottom: 1px solid var(--rv-border-soft); }
.rv-shop__sidebar .rv-filter--order select { width: 100%; }
.rv-shop__drawer-foot { display: block; padding: 16px 20px; position: sticky; bottom: 0; background: #fff; border-top: 1px solid var(--rv-border); }
.rv-shop__drawer-apply { width: 100%; }
body.rv-noscroll { overflow: hidden; }
}
@media (max-width: 600px) {
.rv-shop__main ul.products { grid-template-columns: 1fr 1fr; gap: 12px; }
.rv-shop__title { font-size: 28px; }
}