/**
 * Prevent stretched/distorted catalog and category images.
 */
.category-thumb {
    width: 88px;
    height: 88px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

.category-thumb img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.category-item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    object-position: center;
}

.service-image-wrap {
    width: 100%;
    aspect-ratio: 21 / 9;
    max-height: 380px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8eef5 100%);
    display: block;
    margin-bottom: 1rem;
}

.service-image-wrap .service-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    box-shadow: none;
}

.service-grid-icon {
    aspect-ratio: 1 / 1;
}

.service-grid-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

.brand-logo-img,
.peomiz-media-img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    height: auto;
}

.peomiz-logo-footer {
    height: 48px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.salon-spa-banner.service-image-wrap {
    margin-bottom: 20px;
}

.salon-spa-banner.service-image-wrap .service-image {
    border-radius: 8px;
    box-shadow: none;
}
