.category-main{padding-top:30px;padding-bottom:34px}.category-hero{padding:42px;overflow:hidden;position:relative;background:linear-gradient(135deg,#fff7ed,#ffffff 54%,#ecfdf5);border:1px solid #fed7aa;border-radius:18px;box-shadow:0 10px 28px rgba(26,34,56,.06)}.category-hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-95px;top:-100px;background:rgba(242,101,34,.10)}.category-eyebrow{margin:0 0 8px;color:#f26522;font-size:.75rem;font-weight:800;letter-spacing:.12em}.category-hero h1{position:relative;margin:0;color:#1a2238;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.18}.category-hero>p:last-child{position:relative;max-width:750px;margin:14px 0 0;color:#555f76;font-size:1rem}.category-products,.category-guide{margin-top:28px;padding:28px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 6px 18px rgba(16,24,40,.05)}.category-products-heading{display:flex;gap:18px;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.category-products h2,.category-guide h2{margin:0;color:#1a2238;font-size:1.35rem}.category-products-heading p,.category-guide p{margin:6px 0 0;color:#667085}.category-count{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.8rem;font-weight:800}.category-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,220px));justify-content:center;gap:16px;width:100%}.category-card{display:flex;flex-direction:column;min-width:0;border:1px solid #e2e8f0;border-radius:13px;overflow:hidden;background:#fff;box-shadow:0 3px 10px rgba(16,24,40,.04);transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(16,24,40,.10)}.category-card-image{height:175px;padding:14px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f1f5f9}.category-card-image img{width:100%;height:100%;object-fit:contain}.category-card-body{display:flex;flex:1;flex-direction:column;padding:12px}.category-card h3{height:2.8em;margin:0;color:#1a2238;font-size:.87rem;line-height:1.4;overflow:hidden}.category-card-meta{height:1.5em;margin:7px 0;color:#98a2b3;font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card-price{margin-top:auto;color:#f26522;font-weight:800}.category-card-button{display:flex;justify-content:center;align-items:center;min-height:36px;margin-top:10px;border-radius:7px;background:#1d9b42;color:#fff;text-decoration:none;font-size:.76rem;font-weight:800}.category-card-button:hover{background:#157e33;color:#fff}.category-load-more-wrap{text-align:center;margin-top:24px}.category-load-more{padding:11px 24px;border:0;border-radius:9px;background:#f26522;color:#fff;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 5px 14px rgba(242,101,34,.2)}.category-empty{padding:35px;text-align:center;color:#667085;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px}.category-guide{border-left:4px solid #f26522}@media(max-width:1100px){.category-card-grid{grid-template-columns:repeat(auto-fit,minmax(180px,220px))}}@media(max-width:800px){.category-card-grid{grid-template-columns:repeat(auto-fit,minmax(170px,220px))}.category-hero{padding:30px}.category-products,.category-guide{padding:20px}}@media(max-width:580px){.category-card-grid{grid-template-columns:minmax(0,240px);gap:10px}.category-card-image{height:145px}.category-card-body{padding:10px}.category-card h3{font-size:.8rem}.category-hero{padding:25px 20px}.category-products-heading{gap:10px}.category-products h2{font-size:1.15rem}}
.category-home-actions{position:relative;display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.category-home-actions .btn-primary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.category-home-actions .btn-primary:hover{color:#fff}@media(max-width:580px){.category-home-actions{display:grid;grid-template-columns:1fr}.category-home-actions .btn-primary{width:100%;box-sizing:border-box}}

/* Product loading skeleton */
.category-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,220px));justify-content:center;gap:16px;width:100%}
.category-skeleton-card{height:370px;padding:0 12px 12px;border:1px solid #edf1f5;border-radius:13px;background:#fff;overflow:hidden}
.category-skeleton-card .skeleton{background:linear-gradient(90deg,#eef2f6 25%,#f8fafc 37%,#eef2f6 63%);background-size:400% 100%;animation:categorySkeleton 1.35s ease-in-out infinite}
.category-skeleton-card .skeleton-image{height:175px;margin:0 -12px 16px;border-radius:12px 12px 0 0}
.category-skeleton-card .skeleton-line{height:11px;width:78%;border-radius:6px;margin:11px 0}.category-skeleton-card .skeleton-line.wide{width:92%}.category-skeleton-card .skeleton-line.short{width:55%;margin-bottom:20px}.category-skeleton-card .skeleton-button{height:36px;width:100%;border-radius:7px;margin-top:30px}
@keyframes categorySkeleton{0%{background-position:100% 0}100%{background-position:-100% 0}}
@media(max-width:1100px){.category-skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(180px,220px))}}
@media(max-width:800px){.category-skeleton-grid{grid-template-columns:repeat(auto-fit,minmax(170px,220px))}}
@media(max-width:580px){.category-skeleton-grid{grid-template-columns:minmax(0,240px);gap:10px}.category-skeleton-card{height:320px}.category-skeleton-card .skeleton-image{height:145px}}
@media(prefers-reduced-motion:reduce){.category-skeleton-card .skeleton{animation:none}}

.category-loading{display:flex;align-items:center;justify-content:center;gap:9px;min-height:38px;margin:0 0 14px;color:#667085;font-size:.8rem;font-weight:600}
.category-loading[hidden]{display:none!important}
.category-loading-spinner{width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#f26522;border-radius:50%;animation:categorySpinner .7s linear infinite}
@keyframes categorySpinner{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.category-loading-spinner{animation:none}}

.category-card h3 a{color:inherit;text-decoration:none}.category-card h3 a:hover{color:#f26522}
