.img-sugg img {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.sugg-swiper {
    overflow: hidden;
    position: relative;
}

.sugg-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    border-right: 1px solid #f0f0f1;
}

.sugg-wrapper .swiper-slide:nth-child(1) {
    border-right: none !important;
}

.cat-sugg:nth-child(2) {
    border-top: 1px solid #f0f0f1;
}

.box-sugg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.title-sugg h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 80%;
    font-family: 'iranyekan', sans-serif;
    text-decoration: none;
    color: #0c0c0c;
    text-align: center;
    font-weight: 400;
    line-height: 2.15;
    font-size: 15px;
    margin: 0;
}

.cat-sugg {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    padding: calc(4 * 4px) calc(1 * 4px);
}

.title-sugg {
    width: 100%;
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

.sugg-container {
    overflow: hidden;
}

.sugg-col-12 {
    border: 1px solid #e0e0e2;
    margin-top: calc(2 * 4px);
    border-radius: 16px;
    padding: 0;
}

.sugg-container .col-12 {
    text-align: center;
    font-family: 'iranyekan', sans-serif;
    padding-top: calc(4 * 4px);
    padding-bottom: calc(4 * 4px);
}

.sugg-title h2 {
    font-size: 21px;
    font-weight: 500;
    line-height: 2.1;
    color: #0c0c0c;
    margin-bottom: 0;
}

.sugg-btn-next, .sugg-btn-prev {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e2;
    background-color: #fff;
    color: #000;
    z-index: 9;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.sugg-btn-next {
    left: 8px;
    right: unset;
}

.sugg-btn-next .sugg-svg,
.sugg-btn-prev .sugg-svg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .7;
}

.sugg-btn-prev .sugg-svg:hover, .sugg-btn-next .sugg-svg:hover {
    opacity: 1;
    border: 1px solid #e0e0e2;
    border-radius: 50%;
}

@media screen and (max-width: 600px) {
    .sugg-btn-next, .sugg-btn-prev {
        display: none !important;
    }

    .sugg-col-12 {
        width: 90% !important;
    }

    .title-sugg h4 {
        font-size: 12px;
    }

    .sugg-wrapper .swiper-slide {
        margin-left: 0 !important;
    }
}

