<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-inventory {
    cursor: pointer;
}
.card-inventory.card:hover, .card-inventory-v2.card:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .25) !important;
    transform:scale(1.04);
}
.slider.slider-horizontal {
    width: 100%;
    font-size: 0.65rem;
    line-height: 1.15rem;
}
.srp_filter_breadcrumbs .badge.bg-secondary
{
    line-height: 24px !important;
}
.srp_filter_breadcrumbs .badge.bg-primary
{
    line-height: 31px !important;
}
.srp_filter_breadcrumbs .badge.bg-primary A {
    margin-top: -4px !important;
}
.vdp_circle
{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #E2E2E2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #2B59A3;
    font-weight: bold;
    margin: 0 0.5rem;
}
ul.features, ul.features_3 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
@media (min-width: 577px) {
    ul.features_3 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
    .right-sidebar
    {
        margin-top: -140px;
    }
    .w-sm-50
    {
        width: 50% !important;
    }
}

ul.features LI
{
    margin-right: 1rem;
}

@media (min-width: 1199px)
{
    .card-img-top
    {
        width: 100%;
        height: 100%;
        max-width: 100vw;
        max-height: calc(100vw * .7435); /* 4:3 aspect ratio, with a slight adjustment for math */
        object-fit: contain;
        background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
    }

    .vdp_circle
    {
        width: 55px;
        height: 55px;
        font-size: 1.7rem;
        margin: 0 2rem;
    }

    .footer .div-left
    {
        text-align: left;
    }

    .footer .div-right
    {
        text-align: right;
    }
}

.vdp2_images
{
    width: 100%;
    height: 100%;
    max-width: 33.33vw;
    max-height: calc(33.33vw * .7435); /* 4:3 aspect ratio, with a slight adjustment for math */
    object-fit: contain;
}

@media (max-width: 768px) {
    .vdp2_images
    {
        max-width: 50vw;
        max-height: calc(50vw * .7435); /* 4:3 aspect ratio, with a slight adjustment for math */
    }
}

@media (max-width: 576px) {
    .vdp2_images
    {
        max-width: 100vw;
        max-height: calc(100vw * .7435); /* 4:3 aspect ratio, with a slight adjustment for math */
    }
}

.panel-title DIV.card-header-title:before  {
    font-family: Fontawesome;
    content: '\f077';
    float: right;
    font-size: 20px;
    font-weight: 300;
}
.panel-title.collapsed DIV.card-header-title:before {
    font-family: Fontawesome;
    content: '\f078';
}</pre></body></html>