.card{box-shadow:0 -1px 64px rgba(0,0,0,.05);--r:16px;background:white;padding:9px}.card,.card img{border-radius:var(--r)}.card img{width:100%;max-height:200px;object-fit:cover}.offer-btn{transition:all .5s ease-out;border-radius:18px;align-items:center;justify-content:center;background:#f05252;border:3px solid #f98080}.offer-btn:hover{background-color:#e02424}.newly-btn{transition:all .5s ease-out;border-radius:18px;align-items:center;justify-content:center;background:#e5e7eb;border:3px solid #f3f4f6;width:78px;color:black;height:30px}.newly-btn:hover{background-color:#c4c4c4}.underline-custome{position:relative;display:inline-block}.underline-custome:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(64,163,98,0),#40a362 50.48%,rgba(24,61,37,0))}@media (max-width:576px){.card{--r:8px;padding:8px}.card img{border-radius:8px;width:100%;max-height:150px;object-fit:cover}}