@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@300;400;500;600;700&display=swap";
:root{--pr-orange:#ea580c;--pr-yellow:#fcd34d;--pr-dark:#431407;--pr-muted:#7a6652;--pr-bg:#faf8f4;--pr-border:#ede8df;--pr-white:#fff;--pr-radius:16px;--pr-font-d:"Cormorant Garamond",Georgia,serif;--pr-font-b:"DM Sans",sans-serif;--pr-sidebar:330px;--pr-ease:cubic-bezier(.22,1,.36,1)}.products-container{background:var(--pr-bg);min-height:100vh;font-family:var(--pr-font-b);margin:0 auto;padding:28px 36px 72px}@media (max-width:900px){.products-container{padding:20px 16px 56px}}.products-breadcrumb{color:var(--pr-muted);align-items:center;gap:8px;margin-bottom:18px;font-size:12.5px;font-weight:500;display:flex}.products-breadcrumb a{color:var(--pr-muted);text-decoration:none;transition:color .2s}.products-breadcrumb a:hover{color:var(--pr-orange)}.products-breadcrumb .bc-sep{opacity:.4}.products-breadcrumb span:last-child{color:var(--pr-dark);font-weight:600}.products-page-heading{margin-bottom:24px}.products-page-heading__title{font-family:var(--pr-font-d);color:var(--pr-dark);margin:0 0 6px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.1}.products-page-heading__sub{color:var(--pr-muted);letter-spacing:.02em;margin:0;font-size:.88rem}.products-layout{align-items:stretch;gap:24px;display:flex}.products-layout .filter-sidebar{flex:0 0 var(--pr-sidebar);height:100%}.products-layout .products-content{flex:1;height:1100px;margin:20px 0 50px;padding-right:6px;overflow-y:auto}.products-layout .products-content::-webkit-scrollbar{width:6px}.products-layout .products-content::-webkit-scrollbar-track{background:0 0}.products-layout .products-content::-webkit-scrollbar-thumb{background:#431407;border-radius:10px;transition:background .2s}.products-layout .products-content::-webkit-scrollbar-thumb:hover{background:#1e0903}.products-layout--full .filter-sidebar{display:none}.products-layout--full .products-content{flex:1}@media (max-width:1024px){.products-layout .filter-sidebar{flex:0 0 240px}}@media (max-width:768px){.products-layout{flex-direction:column;height:auto;overflow:visible}.products-layout .filter-sidebar{display:none}.products-layout .products-content{width:100%;height:auto;overflow:visible}}
