.products-hero{padding:clamp(3rem,6vw,5rem) var(--spacing-side) 0;display:flex;justify-content:center}.products-hero__content{max-width:min(900px,90vw);text-align:center;display:grid;gap:clamp(1rem,2.5vw,1.75rem)}.products-hero__title{margin:0;font-size:clamp(2rem,4vw,3rem);font-variation-settings:"wght" 550,"wdth" 115,"DOTS" 0;color:var(--color--primary-dark)}.products-hero__description{margin:0;color:#161a13c7;font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}@media (max-width: 768px){.products-hero{padding-top:2.5rem}.products-hero__content{gap:1.25rem}}.products-archive{padding:clamp(1rem,3vw,2rem) var(--spacing-side)}.products-archive-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(1rem,3vw,2rem);align-items:start}.products-archive-filters-desktop{display:none}@media (min-width: 1024px){.products-archive-inner{grid-template-columns:1fr 320px}.products-archive-filters-desktop{display:block}}.products-archive-content{margin:0;padding:0;display:flex;flex-direction:column;align-items:stretch}.products-archive-toolbar{display:flex;justify-content:flex-start;margin-bottom:1rem;margin-top:0}@media (min-width: 1024px){.products-archive-toolbar{display:none}}.products-grid{display:grid;grid-template-columns:1fr;gap:clamp(1rem,3vw,1.5rem);align-items:stretch}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr)}}.product-card{display:grid;grid-template-rows:220px minmax(1.75rem,auto) auto auto 1fr;background:#e6f0e6;border-radius:18px;overflow:hidden;border:1px solid rgba(112,143,83,.2);max-width:100%;width:100%;height:100%}@media (min-width: 768px){.product-card{max-width:500px}}.product-card-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#dfe9df;overflow:hidden;padding:2rem 1rem;box-sizing:border-box}.product-card-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;flex-shrink:0}.product-card-body{padding:1rem;display:grid;grid-template-rows:subgrid;grid-row:2/-1;gap:.75rem;background:#3c563c;color:#e6f0e6;align-content:start}.product-card-badge{grid-row:1;font-size:.75rem;line-height:1.2;background:#ffffff26;color:#e6f0e6;padding:.25rem .5rem;border-radius:999px;width:max-content;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0}.product-card-title{grid-row:2;margin:0;font-size:1.1rem;line-height:1.4}.product-card-description{grid-row:3;margin:0;font-size:.9rem;opacity:.9;line-height:1.6}.product-card-link{grid-row:5;color:#f7b15a;text-decoration:none;font-weight:600;align-self:end}.product-card-excerpt{margin:0;font-size:.9rem;opacity:.9;line-height:1.6}.filters{position:relative}.filters-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:12px;background:#e6f0e6;color:var(--color--primary-dark);border:1px solid rgba(112,143,83,.25);font-family:Yekan Bakh,sans-serif}.filters-sidebar{position:sticky;top:2rem;max-height:calc(100vh - 2rem);overflow:auto;background:#e4f0e4;border-radius:24px;padding:1rem;border:1px solid rgba(112,143,83,.25)}.filters-sidebar .filters-close{display:none}.filters-toast{position:fixed;left:0;right:0;bottom:0;background:#2f442f;color:#e6f0e6;border-top-left-radius:24px;border-top-right-radius:24px;padding:1rem 1rem 2rem;transform:translateY(100%);transition:transform .25s ease;z-index:1000}.filters-toast.open{transform:translateY(0)}.filters-backdrop{position:fixed;inset:0;background:#00000040;z-index:999}.filters-content{padding:.5rem}.filters-section{background:#e6f0e6;color:#243824;border-radius:16px;padding:1rem}.filters-section-title{font-weight:600;margin-bottom:.75rem}.filters-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.filters-list-item label{display:flex;align-items:center;gap:.5rem}.filters-actions{display:flex;gap:.75rem;margin-top:1rem;justify-content:flex-end}.btn-clear{background:transparent;color:inherit;border:1px solid currentColor;border-radius:12px;padding:.6rem 1rem;font-family:Yekan Bakh,sans-serif}@media (min-width: 1024px){.filters-toast,.filters-backdrop{display:none}}.products-archive-toolbar .filters-trigger{display:inline-flex}@media (min-width: 1024px){.products-archive-toolbar .filters-trigger{display:none}}
