.hg-swiper-wrapper {
    position: relative;
    overflow: hidden;
    padding-block: 8px;
}

.hg-swiper-wrapper .swiper {
    padding-inline: 48px;
}

.hg-product-slide {
    height: auto;
}

.hg-product-card {
    height: 100%;
    min-height: 280px;
    border: none;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
}

.hg-product-card .card-img-top {
    padding: 20px 20px 0;
}

.hg-product-card .card-img-top img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

.hg-product-card .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.hg-product-card .nav-link {
    font-size: 0.9rem;
    font-weight: 600;
}

.hg-product-card .h5 {
    font-size: 1rem;
    font-weight: 700;
}


