/**
 * Digi Sanat SKF Media Pilot 0.1.1
 * Scoped to the verified SKF brand term and its three mapped products.
 */

body.ds-skf-media-pilot-brand .ds-family-gateway__card {
    position: relative;
    min-block-size: 430px;
    padding-block-start: 226px;
    overflow: hidden;
    isolation: isolate;
}

body.ds-skf-media-pilot-brand .ds-family-gateway__card::before {
    position: absolute;
    z-index: 0;
    inset: 0 0 auto;
    block-size: 198px;
    content: "";
    pointer-events: none;
    background-color: #f2f4f4;
    background-repeat: no-repeat;
    background-position: center 49%;
    background-size: cover;
    border-block-end: 1px solid rgba(0, 93, 168, 0.18);
    box-shadow: inset 0 -28px 40px rgba(4, 22, 36, 0.07);
}

body.ds-skf-media-pilot-brand .ds-family-gateway__card[href*="deep-groove"]::before {
    background-image: url("../media/skf-deep-groove-family-documented-render-v1.webp");
}

body.ds-skf-media-pilot-brand .ds-family-gateway__card[href*="angular-contact"]::before {
    background-image: url("../media/skf-angular-contact-family-documented-render-v1.webp");
}

body.ds-skf-media-pilot-brand .ds-family-gateway__card[href*="deep-groove"]::after,
body.ds-skf-media-pilot-brand .ds-family-gateway__card[href*="angular-contact"]::after {
    position: absolute;
    z-index: 2;
    inset: 16px 16px auto auto;
    inline-size: auto;
    block-size: auto;
    padding: 6px 9px;
    content: "رندر مستند خانواده · Digi Sanat";
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    pointer-events: none;
    background: rgba(3, 31, 52, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    transform: none;
}

body.ds-skf-media-pilot-brand .ds-family-gateway__card > * {
    position: relative;
    z-index: 1;
}

body.ds-skf-media-pilot-product .ds-product-media__primary {
    position: relative;
    overflow: hidden;
    background: #f3f5f5;
    border-color: rgba(0, 93, 168, 0.2);
}

body.ds-skf-media-pilot-product .ds-product-media__primary img[data-ds-media-state="documented_product_render"] {
    display: block;
    inline-size: 100%;
    block-size: auto;
    object-fit: contain;
    background: #f3f5f5;
}

body.ds-skf-media-pilot-product .ds-product-media__primary:has(img[data-ds-media-state="documented_product_render"])::after {
    position: absolute;
    z-index: 2;
    inset: auto 14px 14px auto;
    max-inline-size: calc(100% - 28px);
    padding: 7px 10px;
    content: "رندر مستند Digi Sanat · منبع رسمی SKF";
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    text-align: start;
    pointer-events: none;
    background: rgba(3, 31, 52, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

@media (max-width: 700px) {
    body.ds-skf-media-pilot-brand .ds-family-gateway__card {
        min-block-size: 372px;
        padding-block-start: 190px;
    }

    body.ds-skf-media-pilot-brand .ds-family-gateway__card::before {
        block-size: 164px;
    }

    body.ds-skf-media-pilot-brand .ds-family-gateway__card[href*="deep-groove"]::after,
    body.ds-skf-media-pilot-brand .ds-family-gateway__card[href*="angular-contact"]::after {
        inset: 12px 12px auto auto;
        font-size: 10px;
    }
}

@media (prefers-reduced-transparency: reduce) {
    body.ds-skf-media-pilot-brand .ds-family-gateway__card::after,
    body.ds-skf-media-pilot-product .ds-product-media__primary::after {
        background: #031f34;
        backdrop-filter: none;
    }
}
