.gk-business-rec-prod-ctr-2024 {
    max-width: 100%;
    overflow: hidden;
}
.gk-business-rec-prod-wrapper {
    display: flex;
    flex-direction: row;
}
.gk-business-rec-prod-swiper .gk-business-rec-prod-wrapper  .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 410px;
    min-height: 480px;
    height: auto;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
}
.gk-business-rec-prod-top img {
    display: flex;
    width: 100%;
    height: 360px!important;
    object-fit: cover;
    border-radius: 16px!important;
    margin-bottom: 24px
}
.gk-business-rec-prod-top__desc h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 16px;
}
.gk-business-rec-prod-top__desc ul {
    color: #050505;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    list-style-type: none;
}
.gk-business-rec-prod-top__desc ul li:before {
    content: '· ';
    font-weight: 700;
    margin-right: 2px;
}
.gk-business-rec-prod-btm {
    display: flex;
    margin-top: 16px;
    gap: 10px;
}
.gk-business-rec-prod-btm [class^=icon-gk-icon-] {
    font-weight: 500;
    height: 0.9em;
}
.gk-business-rec-prod-btm .gk-business-add-to-cart {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    color: #000000;
    line-height: 0;
    text-decoration: none;
    font-size: 25px;
}
.gk-business-rec-prod-btm .gk-business-add-to-cart:hover {
    background: #009ac5;
    border-color: #009ac5;
    color: #fff;
}
.gk-business-rec-prod-btm .gk-business-learnmore {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: flex;
    width: 300px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 10em;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.gk-business-rec-prod-btm .gk-business-learnmore:hover {
    background-color: #009ac5;
    border: 1px solid #009ac5;
    color: #fff;
}
@media(max-width: 767px) {
    .gk-business-rec-prod-swiper .gk-business-rec-prod-wrapper  .swiper-slide {
        min-width: 320px;
        width: 320px;
        padding: 15px;
    }
    .gk-business-rec-prod-top img {
        margin-bottom: 12px;
        height: 290px!important;
    }
    .gk-business-rec-prod-top__desc h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .gk-business-rec-prod-top__desc ul {
        font-size: 14px;
    }
    .gk-business-rec-prod-btm .gk-business-add-to-cart {
        width: 40px;
        height: 40px;
    }
    .gk-business-rec-prod-btm .gk-business-learnmore {
        font-size: 14px;
        width: calc(100% - 50px);
        height: 40px;
    }
}