

/* Start:/local/components/pk/catalog.sections/templates/.default/style.css?17810270842025*/
.menu-sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 16px;
    margin: 20px 0 0;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .menu-sections {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
    }
}

@media (min-width: 992px) {
    .menu-sections {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 24px;
    }
}

@media (min-width: 1400px) {
    .menu-sections {
        grid-template-columns: repeat(5, 1fr);
        column-gap: 28px;
    }
}

.menu-section-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
    color: #082731;
}

.menu-section-card:hover .menu-section-card__title {
    text-decoration: underline;
}

.menu-section-card__image-wrapper {
    aspect-ratio: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.menu-section-card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-section-card__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0 0;
}

.menu-section-card__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #082731;
    margin: 0;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .menu-section-card__title {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .menu-section-card__title {
        font-size: 16px;
    }
}

.menu-section-card__arrow {
    width: 6px;
    height: 11px;
    flex-shrink: 0;
    margin-left: 10px;
    background: url('data:image/svg+xml;utf8,<svg width="6" height="11" viewBox="0 0 6 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5.5L1 10" stroke="%23082731" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
}

/* End */
/* /local/components/pk/catalog.sections/templates/.default/style.css?17810270842025 */
