.product-suggestions .container{
    max-width: 740px;
}
.product-suggestions__title h3{
    color: #1C4E9D;
    font-weight: 700;
    font-size: 22px;
    line-height: calc(27 / 22);
    letter-spacing: 0.04em;

}

.product-suggestions__list{
    display: flex;
        gap: 50px;
    flex-wrap: wrap;
}

.product-suggestions__item{
    width: calc((100% - 100px) / 3);
}

.product-suggestions__name{
    color: #1C4E9D;
    font-weight: 700;
    font-size: 20.4px;
    line-height: 27.21px;
    letter-spacing: 0.04;
    text-align: center;

}

.product-suggestions.product-suggestions-wok.product-suggestions-wok__update .product-suggestions__image{
	background: inherit !important;
}

.product-suggestions.product-suggestions-wok .product-suggestions__image{
	background: #1C4E9D !important;
}

.product-suggestions__image{
    background: inherit;
    border-radius: 50%;
    max-width: 163px;
    aspect-ratio: 170 / 174;
    line-height: 0;
    position: relative;

    margin: 0 auto;
    margin-bottom: 12px;
}

.product-suggestions__image img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.product-suggestions.product-suggestions-wok .product-suggestions__image img{
    position: absolute;
    top: -10px;
    left: -5px;
    width: 100%;
    height: calc(100% + 10px);
    object-fit: cover;
    /* transition: all .3s ease-in-out; */
}

.product-suggestions.product-suggestions-wok .product-suggestions__item:hover img{
    width: calc(100% + 5px) !important;
    height: calc(100% + 15px) !important;
	max-width: unset !important
}

.product-suggestions.product-suggestions-wok.product-suggestions-wok__update .product-suggestions__image img{
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: all .3s ease-in-out; */
}

.product-suggestions.product-suggestions-wok.product-suggestions-wok__update  .product-suggestions__item:hover img{
    width: 100% !important;
    height: 100% !important;
	max-width: unset !important
}

.product-suggestions__title{
    padding-left: 16px;
    margin-bottom: 47px;
}

.single.single-menyer .menykategori-sushi .product-suggestions__image::before{
	width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, #FBFBF9, transparent 12px), linear-gradient(to bottom, #FBFBF9, transparent 12px), linear-gradient(to left, #FBFBF9, transparent 12px), linear-gradient(to right, #FBFBF9, transparent 12px);
    z-index: 3;
}

@media (max-width: 767px){
	
	.product-suggestions.product-suggestions-wok .product-suggestions__item:hover img{
		width: 100% !important;
		height: 100% !important;
	}
    .product-suggestions__list{
        gap: 30px 16px;
        justify-content: center;
    }
	
	.product-suggestions__list a.product-suggestions__item:nth-child(3){
		display: none;
	}

    .product-suggestions__item {
        width: calc(50% - 8px);
    }

    .product-suggestions__title h3{
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.02em;
        text-align: center;

    }

    .product-suggestions__name{
        font-weight: 500;
        font-size: 16.95px;
        line-height: 22.03px;
        letter-spacing: 0.01em;

    }

    .product-suggestions__image{
        max-width: 115px;
        margin-bottom: 7px;
    }
	
	.product-suggestions__title{
		margin-bottom: 25px
	}
}