.product-category{font-size:1.1rem;font-weight:700;border-bottom:2px solid #343a40;padding-bottom:8px;margin-bottom:16px;color:#343a40;text-align:center}.product-card{border:none;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.product-card img{max-height:30vh;object-fit:cover;border-bottom:1px solid #e9ecef}.product-card .card-body{padding:.75rem}.product-card .card-title{font-size:1rem;font-weight:600;height:5vh;margin:0;overflow:hidden;color:#495057}.product-card .card-text{font-size:.9rem;margin:4px 0 8px;color:#868e96}@media (max-width:1200px){.product-card .card-title{height:3.8vh;font-size:.8rem}}@media (max-width:767px){.product-category{font-size:.9rem;padding-bottom:4px;margin-bottom:8px}.productcard-parent{justify-content:center;width:50%!important}.product-card img{height:20vh;width:20vh}.product-card .card-body{padding:.4rem}.product-card .card-title{height:2vh;font-size:.8rem}.product-card .card-text{font-size:.7rem;margin:2px 0 4px}}