.shop-hero{padding:4rem 0 2.8rem;background:linear-gradient(145deg,#edf3ef,#faefec);text-align:center}.shop-hero h1{max-width:54rem;margin:.4rem auto;color:#2e4438;font-size:clamp(2rem,5vw,3.5rem)}.shop-hero p{max-width:45rem;margin:auto;color:#435b4d}.shop-eyebrow{text-transform:uppercase;letter-spacing:.13em;color:#778f80;font-size:.75rem;font-weight:800}.shop-layout{display:grid;gap:1.4rem;padding-block:3rem}.shop-filters form{display:grid;gap:.8rem;padding:1rem;border-radius:1rem;background:#f6f9f7}.shop-filters label{display:grid;gap:.3rem;color:#435b4d;font-weight:700}.shop-filters input,.shop-filters select{padding:.7rem;border:1px solid #a4b7ab;border-radius:.65rem;background:#fff}.shop-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.shop-heading h2{margin:0;color:#2e4438}.product-grid{display:grid;gap:1rem}.product-card{overflow:hidden;border:1px solid rgba(67,91,77,.12);border-radius:1rem;background:#fff}.product-card__image{display:grid;place-items:center;aspect-ratio:1/1;background:#edf3ef}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image span{font-size:2rem;font-weight:900;color:#778f80}.product-card__body{display:grid;gap:.55rem;padding:1rem}.product-card__body>span{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:#778f80}.product-card h3{margin:0}.product-card h3 a{color:#2e4438;text-decoration:none}.product-card p{margin:0;color:#778f80}.product-card footer{display:flex;justify-content:space-between;gap:.6rem;align-items:center}.product-card footer strong{color:#2e4438}.shop-pagination{display:flex;justify-content:center;gap:.4rem;margin-top:1.5rem}.shop-pagination a{display:grid;place-items:center;width:2.3rem;height:2.3rem;border-radius:.6rem;background:#edf3ef;color:#2e4438;text-decoration:none}.shop-pagination a[aria-current="page"]{background:#2e4438;color:#fff}.shop-empty{padding:3rem;border-radius:1rem;background:#f6f9f7;text-align:center;color:#778f80}@media(min-width:760px){.shop-layout{grid-template-columns:15rem 1fr;align-items:start}.shop-filters{position:sticky;top:1rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1200px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
