/* Modern photo tiles for the shared quick-service block. */
html body .new_shaibs_back {
    padding: 48px 0 42px;
}

html body .new_shaibs_back .item-sh > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 168px;
    max-width: 100%;
    min-height: 180px;
    margin: 0 auto;
    padding: 8px 8px 12px;
    color: #2f4540;
    text-decoration: none !important;
    background: linear-gradient(145deg, #fff 0%, #fffaf7 100%);
    border: 1px solid rgba(231, 195, 177, .78);
    border-radius: 20px;
    box-shadow: 0 9px 22px rgba(31, 51, 47, .09);
    -webkit-tap-highlight-color: transparent;
    transform: translateY(0);
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1), box-shadow 1.3s cubic-bezier(.22, 1, .36, 1), border-color 1.3s cubic-bezier(.22, 1, .36, 1) !important;
}

html body .new_shaibs_back .item-sh > a > div:first-child {
    position: relative;
    width: 100% !important;
    height: 112px !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0;
    border-radius: 13px;
    background: #f6ede7;
    box-shadow: none !important;
    cursor: pointer;
    isolation: isolate;
    transform: none !important;
}

html body .new_shaibs_back .item-sh > a > div:first-child::after {
    content: none !important;
}

html body .new_shaibs_back .item-sh > a > div:first-child > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    filter: saturate(.95) brightness(1.025) !important;
    transform: scale(1) !important;
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1), filter 1.3s cubic-bezier(.22, 1, .36, 1) !important;
}

html body .new_shaibs_back .item-sh > a > div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 9px 3px 0;
    color: #304640;
    font-family: "MullerMedium", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .01em;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: color 1.3s cubic-bezier(.22, 1, .36, 1) !important;
}

html body .new_shaibs_back .item-sh > a:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 170, 131, .95);
    box-shadow: 0 17px 32px rgba(31, 51, 47, .16);
}

html body .new_shaibs_back .item-sh > a:hover > div:first-child > img {
    filter: saturate(1.04) brightness(1.04) !important;
    transform: scale(1.065) !important;
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1), filter 1.3s cubic-bezier(.22, 1, .36, 1) !important;
}

html body .new_shaibs_back .item-sh > a:hover > div:last-child {
    color: #c97658;
}

@media (max-width: 767px) {
    html body .new_shaibs_back {
        padding: 34px 0 24px;
    }

    html body .new_shaibs_back .item-sh {
        margin-bottom: 18px;
    }

    html body .new_shaibs_back .item-sh > a {
        width: 154px;
        min-height: 165px;
        padding: 7px 7px 10px;
        border-radius: 17px;
    }

    html body .new_shaibs_back .item-sh > a > div:first-child {
        height: 102px !important;
        border-radius: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .new_shaibs_back .item-sh > a,
    html body .new_shaibs_back .item-sh > a > div:first-child > img,
    html body .new_shaibs_back .item-sh > a > div:last-child {
        transition-duration: 1ms !important;
    }
}
