.hr-food-items2-wrap {
    box-shadow: 1px 1.732px 60px 0 rgb(0 0 0 / .1);
}
.hr-food-items2-wrap .hr-food-img {
    position: relative;
    border-radius: 10px 10px 0 0;
}
.hr-food-items2-wrap .hr-food-img:before {
    content: "";
    background: hsla(0, 0%, 100%, .2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s ease-in;
}
.hr-food-items2-wrap:hover .hr-food-img:before {
    transform: scaleX(1);
    transform-origin: left;
}
.hr-food-items2-wrap .hr-food-img img {
    border-radius: 10px 10px 0 0;
    transition: .35s;
}
.hr-food-items2-wrap .hr-food-img .hr-batch {
    position: absolute;
    top: 20px;
    right: 0;
}
.hr-food-items2-wrap .hr-food-img .hr-batch a {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-02);
    background-color: var(--color-4);
    border-radius: 50px 0 0 50px;
    padding: 6px 20px;
}
.hr-food-items2-wrap .hr-food-img .hr-pric-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
}
.hr-food-items2-wrap .hr-food-img .hr-pric-tag span {
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--color-4);
    font-family: var(--font-01);
    padding: 0 35px;
    background: var(--color-8);
    border: 1px solid #eee;
    border-radius: 50px;
}
.hr-food-items2-wrap .hr-food-content {
    padding-top: 45px;
    padding-bottom: 25px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px;
}
.hr-food-items2-wrap .hr-food-content h3 {
    margin-bottom: 10px;
}
.hr-food-items2-wrap .hr-food-content h3 a {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-3);
    font-family: var(--font-02);
    line-height: 1.1;
    max-width: 300px;
    margin: 0 auto;
    transition: .35s;
}
.hr-food-items2-wrap .hr-food-content p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 1.8;
    max-width: 250px;
    margin: 0 auto;
}