.toto-cat-hero{position:relative;min-height:220px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center}.toto-cat-hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.52)}.toto-cat-hero-content{position:relative;z-index:1;padding:3rem 1rem}.toto-cat-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;margin:0 0 .75rem}.toto-cat-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.78rem;letter-spacing:.1em;color:rgba(255,255,255,.7)}.toto-cat-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none}.toto-cat-breadcrumb a:hover{color:#fff}.toto-cat-page-inner{max-width:var(--toto-max-w,1200px);margin:0 auto;padding:0 var(--toto-px,2rem)}.toto-feat-section{padding:2.5rem 0 0;border:1px solid #e0e0e0}.toto-feat-row{display:grid;border-bottom:1px solid #e0e0e0}.toto-feat-row:last-child{border-bottom:none}.toto-feat-row--full{grid-template-columns:1fr}.toto-feat-row--half{grid-template-columns:1fr 1fr}.toto-feat-row--third{grid-template-columns:1fr 1fr 1fr}.toto-feat-row--half  .toto-feat-card:not(:last-child),
.toto-feat-row--third .toto-feat-card:not(:last-child) {border-right:1px solid #e0e0e0}.toto-feat-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;overflow:hidden;position:relative}.toto-feat-card--full{grid-template-columns:1fr 1fr}.toto-feat-card--full .toto-feat-img img{aspect-ratio: 16/9}.toto-feat-card--half{grid-template-columns:1fr 1fr}.toto-feat-card--half .toto-feat-img img{aspect-ratio: 1/1}.toto-feat-card--third{grid-template-columns:1fr 1fr}.toto-feat-card--third .toto-feat-img img{aspect-ratio: 1/1}.toto-feat-body{padding:2rem 2rem;display:flex;flex-direction:column;gap:.65rem;justify-content:center}.toto-feat-card--third .toto-feat-body{padding:1.5rem 1.5rem}.toto-feat-icons{display:flex;align-items:center;gap:.3rem;margin-bottom:.1rem}.toto-feat-icon{width:56px;height:56px;border-radius:50%;background:#111;object-fit:contain;padding:8px;flex-shrink:0}.toto-feat-card--third .toto-feat-icon{width:46px;height:46px;padding:7px}.toto-feat-name{font-size:1.1rem;font-weight:800;color:#0a0a0a;text-transform:uppercase;letter-spacing:.06em;margin:0;line-height:1.2}.toto-feat-card--full .toto-feat-name{font-size:1.25rem}.toto-feat-card--third .toto-feat-name{font-size:.95rem}.toto-feat-desc{font-size:.875rem;color:#3a3a3a;line-height:1.75;margin:0}.toto-feat-card--third .toto-feat-desc{font-size:.825rem}.toto-feat-watch{display:inline-block;font-size:.75rem;font-weight:800;color:#0a0a0a;text-decoration:none;letter-spacing:.1em;margin-top:.3rem;padding-bottom:1px;border-bottom:1.5px solid transparent;width:fit-content;transition:border-color .2s}.toto-feat-watch:hover{border-bottom-color:#0a0a0a}.toto-feat-img{overflow:hidden;background:#f0f0f0}.toto-feat-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.toto-feat-card:hover .toto-feat-img img{transform:scale(1.04)}.toto-cat-banner{margin:2rem 0;overflow:hidden;max-height:500px}.toto-cat-banner img{width:100%;object-fit:cover;display:block}.toto-cat-products-section{padding:3rem 0 4rem}.toto-cat-products-header{text-align:center;margin-bottom:2.5rem}.toto-cat-products-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:#0a0a0a;margin:0 0 .6rem}.toto-cat-products-subtitle{font-size:1rem;color:#888;margin:0}.toto-cat-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.toto-cp-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s , transform .2s}.toto-cp-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1);transform:translateY(-2px);color:inherit}.toto-cp-img{width:100%;aspect-ratio:1/1;overflow:hidden;background:#f5f5f5;border-radius:8px 8px 0 0;flex-shrink:0}.toto-cp-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.toto-cp-card:hover .toto-cp-img img{transform:scale(1.05)}.toto-cp-info{padding:1rem 1.1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;flex:1;border:1px solid #f0f0f0;border-top:none;border-radius:0 0 8px 8px}.toto-cp-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.2rem}.toto-cp-icon{display:flex;align-items:center;color:#555}.toto-cp-icon svg{display:block}.toto-cp-arrow{display:flex;align-items:center;color:#bbb;transition:color .2s , transform .2s}.toto-cp-card:hover .toto-cp-arrow{color:#0a0a0a;transform:translateX(3px)}.toto-cp-name{font-size:1rem;font-weight:700;color:#0a0a0a;margin:0;line-height:1.3}.toto-cp-desc{font-size:.8rem;color:#888;margin:0;line-height:1.5}.toto-cat-pagination{text-align:center;margin-top:3rem;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.toto-cat-pagination .page-numbers{padding:.5rem 1rem;border:1px solid #e5e5e5;border-radius:.4rem;text-decoration:none;color:#333;transition:.15s;font-size:.875rem}.toto-cat-pagination .page-numbers.current,.toto-cat-pagination .page-numbers:hover{background:#0a0a0a;color:#fff;border-color:#0a0a0a}@media (max-width:1024px){.toto-cat-products-grid{grid-template-columns:repeat(3,1fr)}.toto-feat-row--third{grid-template-columns:1fr 1fr}}@media (max-width:768px){.toto-feat-row--full,.toto-feat-row--half,.toto-feat-row--third{grid-template-columns:1fr}.toto-feat-row--half .toto-feat-card,.toto-feat-row--third .toto-feat-card{border-right:none;border-bottom:1px solid #e0e0e0}.toto-feat-row--half .toto-feat-card:last-child,.toto-feat-row--third .toto-feat-card:last-child{border-bottom:none}.toto-feat-card--full{grid-template-columns:1fr}.toto-feat-card--half{grid-template-columns:1fr}.toto-feat-card--third{grid-template-columns:1fr}.toto-feat-img img{aspect-ratio: 16/9 !important}.toto-cat-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.toto-cat-page-inner{padding:0 1rem}.toto-feat-section{padding-top:1.5rem}}@media (max-width:480px){.toto-cat-products-grid{grid-template-columns:1fr 1fr;gap:12px}}