.product-list-shell{--product-jade:#1b4d3a;--product-ivory:#faf7f0;--product-card:#fdfbf5;--product-ink:#1c1a14;--product-muted:#7a7368;--product-gold:#c4933a;--product-line:rgba(196,147,58,.22);--product-shadow:0 2px 20px rgba(27,77,58,.07),0 1px 4px rgba(0,0,0,.04);background:var(--product-ivory);color:var(--product-ink)}.product-list-page{min-height:80vh;max-width:1120px;margin:0 auto;padding:56px 48px 80px}.product-list-header{margin-bottom:32px}.product-list-header h1{margin:0 0 12px;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:38px;line-height:1;font-weight:700}.product-list-header p{margin:0;max-width:820px;font-family:"Source Serif 4",Georgia,Times New Roman,serif;font-size:15px;line-height:1.6;color:var(--product-muted)}.product-filter-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px}.product-filter-tabs button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 18px;border:1px solid var(--product-line);border-radius:20px;background:transparent;color:var(--product-muted);cursor:pointer;font-family:"Source Serif 4",Georgia,Times New Roman,serif;font-size:13px;line-height:1}.product-filter-tabs button.active,.product-filter-tabs button:hover{border-color:var(--product-jade);background:var(--product-jade);color:var(--product-ivory)}.product-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-list-card{display:flex;flex-direction:column;overflow:hidden;min-height:100%;border:1px solid var(--product-line);border-radius:6px;background:var(--product-card);box-shadow:var(--product-shadow);color:inherit;text-decoration:none}.product-list-card-image,.product-list-card-loading-image{width:100%;aspect-ratio:4/3;object-fit:cover;background:#fff}.product-list-card h3{margin:18px 22px 10px;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:16px;line-height:1.38;font-weight:700}.product-list-card strong{margin:auto 22px 22px;color:var(--product-jade);font-family:"Source Serif 4",Georgia,Times New Roman,serif;font-size:18px;line-height:1;font-weight:700}.product-list-panel{border:1px solid var(--product-line);border-radius:6px;background:var(--product-card);box-shadow:var(--product-shadow);padding:64px 40px;text-align:center}.product-list-panel h2{margin:0 0 12px;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:28px;color:var(--product-jade)}.product-list-panel p{margin:0 0 24px;color:var(--product-muted)}.product-list-button,.product-list-panel p{font-family:"Source Serif 4",Georgia,Times New Roman,serif}.product-list-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border:0;border-radius:999px;background:var(--product-jade);color:var(--product-ivory);cursor:pointer;font-weight:700;text-decoration:none}.product-list-card-loading{padding:0 0 22px}.product-list-card-loading-line{height:14px;margin:12px 22px 0;border-radius:999px;background:rgba(196,147,58,.18)}.product-list-card-loading-line.title{width:70%;height:18px;margin-top:18px}.product-list-card-loading-line.short{width:42%}@media (max-width:900px){.product-list-page{padding:44px 24px 64px}.product-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.product-list-page{padding:36px 18px 56px}.product-list-header h1{font-size:32px}.product-filter-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}.product-filter-tabs button{flex:0 0 auto}.product-list-grid{grid-template-columns:1fr}}