.food-party {
    margin-top: 12px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-image: url(pattern.svg),linear-gradient(145deg, #ed1844 0%, #ed187c 100%);
    background-repeat: repeat-x;
}

.food-party h3.title {
    text-align: center;
    color: #fff;
    padding: 14px 0 0;
    margin: 0;
    font-size: 18px;
}

.food-party-products-wrapper {
    display: flex;
    max-width: 100%;
    overflow: auto;
}

.food-party-product {
    width: 150px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 12px;
    margin: 8px 8px 8px 0;
}

.food-party-product:last-child {
    margin-left: 40px;
}

.food-party::after {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    width: 50px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    filter: blur(30px);
}

.reyhoon-tabs__link[href="#category-food-party"] {
    background-image: url("particle.svg");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 24px;
    margin-right: 16px;
    background-size: 16px;
}

.food-party-product .food-info {
    flex-direction: column-reverse;
}
.food-party-product .food-info .reyhoon-product__hero {
    margin: 0;
    padding: 4px;
}

.food-party-product .reyhoon-product__title {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.food-party-product .food-info .reyhoon-product__description {
    display: none;
}

.food-party .reyhoon-product__content {
    padding: 0;
}

.food-party .reyhoon-product__actions {
    flex-direction: column;
}
.food-party .reyhoon-product__actions-price {
    color: var(--reyhoon-danger);
    text-align: center;
    padding: 0;
}

.food-party .reyhoon-product__actions {
    flex-direction: column;
    margin-bottom: 12px;
}

.food-party .reyhoon-product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}