
.mash-hero-split{display:flex;flex-wrap:wrap;width:100%;min-height:500px;}
.mash-hero-col{flex:1;min-width:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;text-align:center;}
.mash-men{background:#111;color:#fff;}
.mash-women{background:#222;color:#fff;}
.mash-hero-col h2{font-size:70px;font-weight:900;margin:0;letter-spacing:2px;}
.mash-hero-col p{color:#aaa;margin:15px 0;}
.mash-btn{background:#fff;color:#000;padding:12px 30px;text-decoration:none;font-weight:700;margin-top:20px;display:inline-block;}
.mash-btn:hover{background:#000;color:#fff;}
.mash-cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;padding:20px;background:#f5f5f5;}
.mash-cat-box{background:#fff;padding:20px;text-align:center;transition:0.3s;}
.mash-cat-box:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1);}
.mash-cat-img{background:#eee;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;font-weight:700;}
.mash-cat-box h3{font-weight:800;margin:10px 0;}
.mash-sm-btn{background:#000;color:#fff;padding:8px 20px;text-decoration:none;font-size:12px;display:inline-block;}
.mash-features{background:#000;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-around;padding:15px;text-align:center;font-size:13px;gap:10px;}
.mash-best-title{text-align:center;padding:40px 20px;}
.mash-best-title h2{font-size:32px;font-weight:900;letter-spacing:3px;}
