/* Modern photo shortcuts: rounded cards instead of the former circular “washers”. */
html body .new_shaibs_back {
    padding: 54px 0 48px;
}

html body .new_shaibs_back .item-sh > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #263b36;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

html body .new_shaibs_back .item-sh > a > div:first-child {
    position: relative;
    width: 152px;
    max-width: 100%;
    height: 108px;
    margin: 0 auto !important;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .96);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(255, 170, 131, .62), 0 12px 24px rgba(31, 51, 47, .14);
    cursor: pointer;
    isolation: isolate;
    transform: translateZ(0) !important;
    transition: box-shadow 1.3s cubic-bezier(.22, 1, .36, 1), transform 1.3s cubic-bezier(.22, 1, .36, 1) !important;
}

html body .new_shaibs_back .item-sh > a > div:first-child::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 13px;
    bottom: 10px;
    left: 13px;
    height: 4px;
    border-radius: 999px;
    background: #ffaa83;
    box-shadow: 0 1px 5px rgba(93, 52, 37, .24);
    pointer-events: none;
}

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;
    filter: saturate(.94) brightness(1.03);
    transform: scale(1) translateZ(0) !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 {
    min-height: 34px;
    padding: 0 4px;
    color: #324640;
    font-family: 'MullerMedium', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .01em;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
    transition: color 1.3s cubic-bezier(.22, 1, .36, 1);
}

@media (min-width: 992px) {
    html body .new_shaibs_back .item-sh > a:hover > div:first-child {
        transform: translateY(-5px) translateZ(0) !important;
        box-shadow: 0 0 0 2px rgba(255, 170, 131, .78), 0 18px 32px rgba(31, 51, 47, .20);
    }

    html body .new_shaibs_back .item-sh > a:hover > div:first-child > img {
        filter: saturate(1.04) brightness(1.04);
        transform: scale(1.075) translateZ(0) !important;
    }

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

@media (max-width: 991px) {
    html body .new_shaibs_back { padding: 34px 0 28px; }
    html body .new_shaibs_back .item-sh { margin-bottom: 24px; }
    html body .new_shaibs_back .item-sh > a > div:first-child { width: 144px; height: 102px; }
}

@media (max-width: 575px) {
    html body .new_shaibs_back .item-sh > a { gap: 9px; }
    html body .new_shaibs_back .item-sh > a > div:first-child { width: 132px; height: 94px; border-width: 4px; border-radius: 15px; }
    html body .new_shaibs_back .item-sh > a > div:last-child { min-height: 32px; font-size: 12px; }
}

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