/* LOOVIE HOMEPAGE DYNAMIC CATEGORIES V1 */
body.loovie-luxury-v5 .lv5-cat-card.lv5-cat-dynamic {
    text-decoration: none !important;
}

body.loovie-luxury-v5 .lv5-cat-card .lv5-cat-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .72;
    transition: transform .8s ease, opacity .35s ease;
}

body.loovie-luxury-v5 .lv5-cat-card:hover .lv5-cat-photo {
    transform: scale(1.06);
    opacity: .86;
}

body.loovie-luxury-v5 .lv5-cat-card .lv5-cat-photo img,
body.loovie-luxury-v5 .lv5-cat-card .lv5-cat-photo .loovie-public-product-image,
body.loovie-luxury-v5 .lv5-cat-card .lv5-cat-photo .loovie-public-product-photo-empty {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
}

body.loovie-luxury-v5 .lv5-cat-card .lv5-cat-visual {
    z-index: 0;
}

body.loovie-luxury-v5 .lv5-cat-card .lv5-cat-overlay {
    z-index: 1;
}

body.loovie-luxury-v5 .lv5-cat-card .lv5-cat-body {
    z-index: 2;
}

body.loovie-luxury-v5 .lv5-cat-count strong {
    color: #fff;
    font-weight: 800;
}

body.loovie-luxury-v5 .lv5-cat-action {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: .9rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.86);
}

body.loovie-luxury-v5 .lv5-cat-action::after {
    content: "→";
    transition: transform .22s ease;
}

body.loovie-luxury-v5 .lv5-cat-card:hover .lv5-cat-action::after {
    transform: translateX(3px);
}