.category-listing-page{padding-bottom:5rem}.breadcrumbs{padding:1.5rem 0}.breadcrumbs ol{gap:.5rem;list-style:none;margin:0;padding:0;font-family:var(--font-sans);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-medium-gray,#7A726E)}.breadcrumbs li,.breadcrumbs ol{display:flex;align-items:center}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--border-color,#e5e5e5)}.breadcrumbs a{color:inherit;text-decoration:none;transition:color .2s ease}.breadcrumbs a:hover{color:var(--text-color,#1a1a1a)}.category-header{margin-bottom:2rem;text-align:center;padding:0 1rem}.category-title{font-family:var(--font-serif);font-size:2.8rem;color:var(--text-color,#1a1a1a);margin:0 0 1rem;font-weight:400;letter-spacing:-.02em}.category-description{font-family:var(--font-sans);font-size:1.15rem;color:var(--text-color,#1a1a1a);max-width:650px;margin:0;line-height:1.7;font-weight:300}.category-editorial-hero{position:relative;display:flex;align-items:center;min-height:420px;margin-top:1rem;margin-bottom:2rem;border-radius:16px;overflow:hidden;background-color:var(--color-champagne,#F5EFE6)}.category-editorial-content{position:relative;z-index:2;width:55%;padding:4rem 2rem 4rem 3rem}.category-editorial-title{font-family:var(--font-serif);font-size:clamp(3rem,4.5vw,4.5rem);color:var(--text-color,#1a1a1a);margin:0 0 1.2rem;font-weight:300;letter-spacing:-.01em;line-height:1.15}.category-editorial-description{font-family:var(--font-sans);font-size:1.15rem;color:var(--color-medium-gray,#666);max-width:90%;margin:0 0 2rem;line-height:1.7;font-weight:300}.category-editorial-info{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-family:var(--font-sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-dark-gold,#9E7D3F);font-weight:500}.editorial-info-item{display:inline-flex;align-items:center;gap:6px}.editorial-info-count{font-weight:600;font-size:.9rem}.editorial-info-separator{color:var(--color-warm-beige,#e0d5c1);font-size:.8rem}.category-editorial-image-wrapper{position:absolute;top:0;right:0;width:60%;height:100%;z-index:1;-webkit-mask-image:linear-gradient(90deg,transparent 0,black 40%);mask-image:linear-gradient(90deg,transparent 0,black 40%)}.category-editorial-image{width:100%;height:100%;object-fit:cover;object-position:center right}.animate-hero-in{animation:heroFadeIn .8s ease-out forwards}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.category-editorial-hero{flex-direction:column;min-height:auto;margin-top:1rem;margin-bottom:1.5rem;padding:0}.category-editorial-content{width:100%;padding:2rem 1rem;text-align:center;order:2}.category-editorial-info{justify-content:center}.category-editorial-description{max-width:100%;margin-left:auto;margin-right:auto}.category-editorial-image-wrapper{position:relative;width:100%;height:320px;order:1;-webkit-mask-image:none;mask-image:none}.category-editorial-image{height:320px}}@media (max-width:768px){.category-editorial-hero{text-align:center}.category-editorial-info{justify-content:center;gap:10px 16px}.category-editorial-image,.category-editorial-image-wrapper{height:240px}}.category-layout{display:flex;flex-direction:column;gap:2rem}@media (min-width:992px){.category-layout{flex-direction:row;gap:4rem;align-items:flex-start}}.category-sidebar{width:100%}@media (min-width:992px){.category-sidebar{width:270px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:40px;max-height:calc(100vh - 60px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.category-sidebar::-webkit-scrollbar{width:3px}.category-sidebar::-webkit-scrollbar-track{background:transparent}.category-sidebar::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:4px}.category-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}}.category-main{flex-grow:1;min-width:0}.category-main .products-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem 1rem;gap:1.5rem 1rem}@media (min-width:576px){.category-main .products-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}@media (min-width:992px){.category-main .products-grid{grid-template-columns:repeat(3,1fr);gap:4rem 3rem}}@media (min-width:1600px){.category-main .products-grid{grid-template-columns:repeat(4,1fr);gap:4.5rem 3.5rem}}.empty-state{text-align:center;padding:6rem 1rem;background-color:var(--surface-color,#f9f9f9);border:1px solid var(--border-color,#e5e5e5);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.empty-state p{font-size:1rem;font-weight:300;margin:0}.clear-filters-btn-empty,.empty-state p{color:var(--text-color,#1a1a1a);font-family:var(--font-sans)}.clear-filters-btn-empty{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.8rem;background-color:transparent;border:1px solid var(--text-color,#1a1a1a);border-radius:30px;text-decoration:none;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease}.clear-filters-btn-empty:hover{background-color:var(--text-color,#1a1a1a);color:var(--white)}.pagination-wrapper{display:flex;justify-content:center;margin-top:4rem}.load-more-btn{background:transparent;border:1px solid var(--border-color,#e5e5e5);padding:1rem 3rem;font-family:var(--font-sans);font-size:.85rem;letter-spacing:.05em;color:var(--text-color,#1a1a1a);cursor:pointer;transition:all .3s ease}.load-more-btn:hover{background:var(--surface-color,#f9f9f9)}.category-seo-section{margin-top:5rem;padding-top:3rem;border-top:1px solid var(--border-color,#e5e5e5)}.seo-content-inner{max-width:800px;margin:0 auto;text-align:center}.seo-content-inner p{font-family:var(--font-sans);font-size:.95rem;color:var(--text-light,#666);line-height:1.8;font-weight:300}