.dp-lunch-wrap {
    margin: 24px 0;
}

.dp-lunch-wrap,
.dp-lunch-wrap * {
    box-sizing: border-box;
}

.dp-lunch-wrap .dp-lunch-day-title {
    margin: 0 0 28px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
	font-family: "Rubik", sans-serif;
}

.dp-lunch-wrap .dp-lunch-section {
    margin-bottom: 44px;
}

.dp-lunch-wrap .dp-lunch-section-title {
    margin: 0 0 18px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    font-family: "Rubik", sans-serif;
}
.dp-card-title a {
	white-space: normal;
}

.dp-lunch-wrap .dp-lunch-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
}

/* .dp-lunch-wrap .dp-lunch-grid > .dp-card {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
} */
.dp-lunch-wrap .dp-lunch-grid > .dp-card {
    width: calc((100% - 72px) / 4);
    min-width: calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
}
.dp-lunch-wrap .dp-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    min-width: 0;
}

.dp-lunch-wrap .dp-card-thumb {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f3f3f3;
}

.dp-lunch-wrap .dp-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dp-lunch-wrap .dp-card-price {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    background: rgba(20, 20, 20, 0.92);
    color: #fff;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    border-radius: 4px;
}

.dp-lunch-wrap .dp-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px;
}

.dp-lunch-wrap .dp-card-title {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    font-family: "Rubik", sans-serif;
	
}

.dp-lunch-wrap .dp-card-title a,
.dp-lunch-wrap .dp-card-title a:link,
.dp-lunch-wrap .dp-card-title a:visited {
    color: inherit;
    text-decoration: none;
}

.dp-lunch-wrap .dp-card-title a:hover {
    text-decoration: none;
}

.dp-lunch-wrap .dp-card-desc {
	display: none;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.55;
    color: #555;
}

.dp-lunch-wrap .dp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.dp-lunch-wrap .dp-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    color: #111;
}

.dp-lunch-wrap .dp-cart-form {
    margin: 0;
    margin-top: auto;
}

.dp-lunch-wrap .dp-card-actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
}

.dp-lunch-wrap .dp-qty {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #dcdcdc;
    height: 40px;
    flex: 0 0 auto;
    background: #fff;
	border-radius: 4px;
}

.dp-lunch-wrap .dp-qty button {
    width: 2rem;
    height: 38px;
    border: 0;
    background: #f5f5f5;
    color: #111;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    box-shadow: none;
	font-family: "Rubik", sans-serif;
}

.dp-lunch-wrap .dp-qty input {
    width: 3rem;
    height: 38px;
    border: 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    padding: 0;
    box-shadow: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

.dp-lunch-wrap .dp-qty input::-webkit-outer-spin-button,
.dp-lunch-wrap .dp-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dp-lunch-wrap .dp-add-btn,
.dp-lunch-wrap .dp-add-btn:link,
.dp-lunch-wrap .dp-add-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6rem;
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: #0e1014;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: none;
}

.dp-lunch-wrap .dp-add-btn:hover,
.dp-lunch-wrap .dp-add-btn:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.dp-lunch-wrap .dp-add-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dp-lunch-wrap .dp-empty {
    padding: 18px 0;
    font-size: 16px;
    color: #666;
}
@media (max-width: 1199px) {
    .dp-lunch-wrap .dp-lunch-grid > .dp-card {
        width: calc((100% - 48px) / 3);
        min-width: calc((100% - 48px) / 3);
        max-width: calc((100% - 48px) / 3);
    }
}
@media (max-width: 900px) {
    .dp-lunch-wrap .dp-lunch-grid > .dp-card {
        width: calc((100% - 24px) / 2);
        min-width: calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 640px) {
    .dp-lunch-wrap .dp-lunch-grid > .dp-card {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .dp-lunch-wrap .dp-lunch-section-title {
        font-size: 22px;
    }

    .dp-lunch-wrap .dp-lunch-grid {
        gap: 18px;
    }

    .dp-lunch-wrap .dp-lunch-grid > .dp-card {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .dp-lunch-wrap .dp-card-thumb {
        height: 220px;
    }

    .dp-lunch-wrap .dp-card-title {
        font-size: 15px;
    }

    .dp-lunch-wrap .dp-card-actions {
        gap: 10px;
    }

    .dp-lunch-wrap .dp-add-btn,
    .dp-lunch-wrap .dp-add-btn:link,
    .dp-lunch-wrap .dp-add-btn:visited {
        min-width: 108px;
        padding: 0 14px;
        font-size: 12px;
    }
}