.catalog{padding:110px 6vw;background:#faf8f3}.catalog-filters{display:flex;gap:10px;flex-wrap:wrap;margin:40px 0 32px}.catalog-filters button{border:1px solid #cfc5bd;background:#fff;color:#4d4540;padding:11px 17px;cursor:pointer;font-weight:700}.catalog-filters button.active,.catalog-filters button:hover{background:var(--wine);border-color:var(--wine);color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:flex;flex-direction:column;background:#fff;border-top:4px solid var(--orange);box-shadow:0 16px 38px rgba(45,36,32,.08)}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eee}.product-card-body{display:flex;flex:1;flex-direction:column;padding:20px}.product-meta{display:flex;justify-content:space-between;gap:12px;color:#8a7770;font-size:10px;letter-spacing:1px;text-transform:uppercase}.product-card h3{font-family:Georgia,serif;font-size:23px;margin:15px 0 8px}.product-card p{color:#666;font-size:13px;line-height:1.55;margin:0 0 20px}.product-buy{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:17px;border-top:1px solid #ece7e3}.product-price{font-weight:800;color:var(--wine)}.product-buy a{font-size:12px;font-weight:800;color:var(--wine)}@media(max-width:1100px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.catalog{padding:75px 7vw}.catalog-grid{grid-template-columns:1fr}.catalog-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.catalog-filters button{white-space:nowrap}}
