<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.widget-categories .accordion-button.empty::after {
    display:none;
}
.gradient-image {
    position: relative;
}
.gradient-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.bg-danger.badge-shadow {
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(240, 61, 61, .9);
}
.footer {
    background-color: #1c043c!important;
}
/*
.product-card:hover h3 .text-truncate {
    overflow: visible!important;
    white-space: normal!important;
}*/

.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sticky-col {
    position: sticky;
    left: 0;
    background: var(--bs-body-bg);
    z-index: 2;
}
.sticky-col-2 {
    position: sticky;
    background: #f8f9fa;
    z-index: 2;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.btn-scroll {
    background: rgba(0,0,0,0.05);
    border: none;
    width: 2rem; height: 2rem;
    position: absolute; top: 50%; transform: translateY(-50%);
    z-index: 10;
}
.btn-scroll--left { left: 0.5rem; }
.btn-scroll--right { right: 0.5rem; }</pre></body></html>