.clothing-drop{background:#0d0d0d}.clothing-drop__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.clothing-drop__card{background:#151515;border:1px solid #2c2c2c;overflow:hidden;transition:.2s}.clothing-drop__card:hover{transform:translateY(-4px);border-color:var(--gr-red)}.clothing-drop__media{position:relative;aspect-ratio:4/3;background:#050505;overflow:hidden}.clothing-drop__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.clothing-drop__card:hover img{transform:scale(1.035)}.clothing-drop__badge{position:absolute;top:12px;left:12px;background:var(--gr-red);color:#fff;padding:7px 10px;font-size:.68rem;font-weight:900;letter-spacing:.08em}.clothing-drop__content{padding:17px}.clothing-drop__content p{margin:0 0 4px;color:var(--gr-yellow);font-size:.68rem;font-weight:900;letter-spacing:.1em}.clothing-drop__content h3{margin:0 0 8px;font-size:1rem;text-transform:uppercase;line-height:1.2}.clothing-drop__content span{font-weight:900}.clothing-drop__actions{text-align:center;margin-top:30px}@media(max-width:990px){.clothing-drop__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.clothing-drop__grid{grid-template-columns:1fr}}
