.gender-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gender-box{min-height:280px;border-radius:24px;padding:30px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(145deg,#211912,#8c6840);box-shadow:var(--shadow);transition:.3s}.gender-box:hover{transform:translateY(-6px)}.gender-box span{color:var(--gold2)}.gender-box h3{font:2rem Georgia,serif;margin:6px 0}.gender-women{background:linear-gradient(145deg,#5f3d42,#c09187)}.gender-men{background:linear-gradient(145deg,#171b20,#59616a)}.gender-unisex{background:linear-gradient(145deg,#3f2d1e,#b88a44)}[hidden]{display:none!important}@media(max-width:760px){.gender-showcase{grid-template-columns:1fr}.gender-box{min-height:190px}}
