.category-card{height:100%;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{transform:translateY(-5px)}.category-card-content{padding:2rem;text-align:center}.category-card-icon{font-size:3rem;margin-bottom:1rem;color:var(--color-interactive-primary);text-transform:capitalize}.category-card-name{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark);text-transform:capitalize}.category-card-description{font-size:.95rem;line-height:1.5;color:var(--text-medium);margin-bottom:1rem}.category-card-count{font-size:.875rem;font-weight:500;color:var(--color-interactive-secondary)}@media(max-width:767px){.category-card-content{padding:1.5rem}.category-card-icon{font-size:2.5rem}.category-card-name{font-size:1.125rem}.category-card-description{font-size:.875rem}}@media(min-width:768px)and (max-width:1024px){.category-card-content{padding:1.75rem}.category-card-icon{font-size:2.75rem}}.product-categories{background-color:var(--background-white);min-height:calc(100vh - 200px)}.product-categories-header{background-color:#fff;padding:2.5rem 2rem;text-align:center;border-bottom:1px solid var(--color-border-default)}.page-title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.75rem}.page-subtitle{font-size:1.125rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto}.product-categories-content{padding:3rem 2rem}.product-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:767px){.product-categories{padding:2rem 1rem}.page-title{font-size:1.75rem}.page-subtitle{font-size:1rem;margin-bottom:2rem}.product-categories-grid{grid-template-columns:1fr;gap:1.5rem}}@media(min-width:768px)and (max-width:1024px){.product-categories{padding:3rem 1.5rem}.page-title{font-size:2rem}.product-categories-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media(min-width:1025px){.product-categories-grid{grid-template-columns:repeat(3,1fr)}}.category-detail{padding:3rem 2rem;background-color:var(--background-white);min-height:calc(100vh - 200px)}.breadcrumb{margin-bottom:2rem;display:none}.breadcrumb-list{display:flex;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:wrap;gap:.5rem}.breadcrumb-item{font-size:.875rem}.breadcrumb-item a{color:var(--text-medium);text-decoration:none;transition:color .2s ease}.breadcrumb-item a:hover{color:var(--color-link-hover)}.breadcrumb-item--active{color:var(--text-dark);font-weight:500}.breadcrumb-separator{color:var(--text-light);user-select:none}.category-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem;padding:2rem;background-color:var(--background-light);border-radius:8px}.category-header-icon{font-size:4rem;color:var(--color-interactive-primary);flex-shrink:0;text-transform:capitalize;font-weight:700}.category-header-content{flex:1}.category-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.category-description-full{font-size:1.125rem;color:var(--text-medium);line-height:1.6;margin-bottom:.5rem}.category-total-count{font-size:1rem;font-weight:600;color:var(--color-interactive-secondary)}.subcategories-container{display:grid;gap:2.5rem;margin-bottom:3rem}.subcategory-section{background-color:var(--color-surface-primary);border:1px solid var(--color-border-default);border-radius:8px;padding:2rem}.subcategory-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-interactive-primary)}.products-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.product-item{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid var(--color-border-default);border-radius:24px;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.product-item:hover{background:linear-gradient(135deg,#fff,#f8f9fa);border-color:var(--color-interactive-primary);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.product-bullet{color:var(--color-interactive-primary);font-weight:700;font-size:1rem;line-height:1;flex-shrink:0}.product-name{font-size:.95rem;color:var(--text-dark);line-height:1.4;font-weight:500;white-space:nowrap}.category-actions{display:flex;justify-content:center;padding-top:2rem;border-top:1px solid var(--color-border-default)}.category-not-found{text-align:center;padding:4rem 2rem}.category-not-found h2{font-size:2rem;color:var(--text-dark);margin-bottom:1rem}.category-not-found p{font-size:1.125rem;color:var(--text-medium);margin-bottom:2rem}@media(max-width:767px){.category-detail{padding:2rem 1rem}.category-header{flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:1.5rem}.category-header-icon{font-size:3rem}.category-title{font-size:1.75rem}.category-description-full{font-size:1rem}.subcategory-section{padding:1.5rem}.subcategory-title{font-size:1.25rem}.products-list{gap:.5rem}.breadcrumb-list{font-size:.8rem}.product-item{padding:.75rem}}@media(min-width:768px)and (max-width:1024px){.category-detail{padding:2.5rem 1.5rem}.category-header{gap:1.5rem;padding:1.75rem}.category-header-icon{font-size:3.5rem}.category-title{font-size:2rem}.products-list{gap:.75rem}}@media(min-width:1025px){.products-list{gap:1rem}}
