.categories-page{background:var(--light-color);min-height:100vh;padding:60px 0}.categories-grid-full{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.category-card-large{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow);color:inherit;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.category-card-large:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.category-card-header{position:relative}.category-image-wrapper{width:100%;height:250px;overflow:hidden}.category-image-large{object-fit:cover;width:100%;height:100%;transition:transform .5s}.category-card-large:hover .category-image-large{transform:scale(1.1)}.category-badge{background:var(--secondary-color);color:var(--white);border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:600;position:absolute;top:20px;right:20px}.category-card-body{flex-direction:column;flex:1;padding:25px;display:flex}.category-name-large{color:var(--dark-color);margin-bottom:15px;font-size:1.8rem}.category-stats{border-bottom:1px solid #eee;gap:30px;margin-bottom:20px;padding-bottom:20px;display:flex}.category-preview{flex:1;margin-bottom:20px}.category-preview h3{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:1rem}.preview-list li{border-bottom:1px dashed #eee;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.preview-store{color:var(--secondary-color);font-size:.8rem;font-weight:500}.category-cta{color:var(--primary-color);text-align:right;font-weight:600;transition:transform .3s;display:inline-block}.category-card-large:hover .category-cta{transform:translate(5px)}@media (max-width:992px){.categories-grid-full{grid-template-columns:1fr}}@media (max-width:768px){.category-name-large{font-size:1.5rem}.category-image-wrapper{height:200px}}
