#aside-category-menu ul.evMenu {
    white-space: normal;
    }
#aside-category-menu ul.evMenu li a {
    padding: 10px 0;
    }

/**
    @section Filters
 */
aside.filters {
    width: 260px;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-height: 100vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: .75rem;
    }
aside.filters ::-webkit-scrollbar {
    width: 1rem;
    }
aside.filters ::-webkit-scrollbar-thumb {
    background: /*style.primary(*/#EC4A34/*)*/;
    }
#filters-button {
    display: none;
    }
aside.filters header {
    text-align: right;
    background-color: /*style.body_background_color(*/#17252B/*)*/;
    display: none;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    }
aside.filters header button {
    padding: 10px;
    }
aside.filters header button.close-menu {
    position: relative;
    right: 6px;
    border: 0;
    background: transparent;
    }
aside.filters header button.close-menu .icon {
    line-height: 1;
    color: /*style.heading_color(*/#DEE9ED/*)*/;
    }
.filter-groups {
    background: /*style.body_background_color(*/#17252B/*)*/;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    }
@media screen and (max-width: 960px) {
aside.filters {
    margin: 0;
    -webkit-box-shadow: 3px 3px 27px rgba(0,0,0,.4);
    box-shadow: 3px 3px 27px rgba(0,0,0,.4);
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100vh;
    }
aside.filters.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    }
aside.filters header {
    display: block;
    }
#filters-button {
    display: inline-block;
    }
}

.filter-group {
    padding: 0 1rem 1rem 1rem;
    margin-bottom: 2rem;
    background: /*style.alternate_background_color(*/#20333C/*)*/;
    }

/**
    Filter groups require accordions
 */
.accordion-header {
    cursor: pointer;
    position: relative;
    }
.accordion-header svg {
    position: absolute;
    top: 23px;
    right: 6px;
    -webkit-transition: transform .5s;
    transition: transform .5s;
    }
.accordion-header.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    }
.filter-group:not(.active) .accordion-content {
    display: none;
    }
.filter-group .accordion-content {
    padding-top: 1rem;
    }

/**
    @section Filter Group Headings
 */
.filter-group-heading {
    padding: 16px 0 0;
    }
.filter-group-heading h4 {
    font-size: 1rem;
    }

/**
    @section Filter Options
 */
.filter-group-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.filter-group-options ul li {
    padding: 8px 0;
    }
.filter-group-options ul li a {
    text-decoration: none;
    color: inherit;
    font-size: .875em;
    }
.filter-group-options ul li a .count {
    opacity: .6;
    }

/**
    @section Filter Option Selection
 */
.filter-group-options .filter-group-option {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.filter-group-options .filter-group-option .count {
    background-color: /*style.body_background_color(*/#17252B/*)*/;
    border-radius: 6px;
    padding: 1px 8px;
    }
.filter-group-options .radio,
.filter-group-options .swatch,
.filter-group-options .checkbox {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    }
.filter-group-options .radio:after,
.filter-group-options .swatch:after,
.filter-group-options .checkbox:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #bac3c3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    border-radius: 50%;
    }
.filter-group-options .checkbox {
    border-radius: 3px;
    }
.filter-group-options .checkbox:after {
    border-radius: 5px;
    }
.filter-group-options ul li:hover .radio:after,
.filter-group-options ul li:hover .swatch:after,
.filter-group-options ul li:hover .checkbox:after,
.filter-group-options ul li.active .radio:after,
.filter-group-options ul li.active .swatch:after,
.filter-group-options ul li.active .checkbox:after {
    border-color: /*style.primary(*/#EC4A34/*)*/;
    }
.filter-group-options ul li.active .radio,
.filter-group-options ul li.active .checkbox {
    background: /*style.primary(*/#EC4A34/*)*/;
    }

/**
    @section Range Slider
 */
.filter-group-options .range-slider {
    margin: 13px 12px 24px 12px;
    }

/**
    @section Product List
 */
section.products {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    }
.product-card-img {
    position: relative;
    }
.product-card-img img {
    z-index: 1;
    }
.product-card-img img.monochrome {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.product-card-img .dummy-play {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    background-color: /*style.body_background_color(*/#17252B/*)*/;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url(/portal/web/1191/theme/voicefox-v2/common/images/icons/icon-play-light.svg?v=1670419698);
    background-position: 65% center;
    background-size: 50% 50%;
    }
.product-card-img .product-card-overlay {
    position: absolute;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    top: 0;
    right: 0 bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(32,51,60,.75);
    padding-top: 2rem;
    scrollbar-width: thin;
    scrollbar-color: /*style.primary(*/#EC4A34/*)*/ #000;
    }
.product-card-img .product-card-overlay::-webkit-scrollbar {
    width: 12px;
    }
.product-card-img .product-card-overlay::-webkit-scrollbar-track {
    background: #000;
    }
.product-card-img .product-card-overlay::-webkit-scrollbar-thumb {
    background-color: /*style.primary(*/#EC4A34/*)*/;
    }
.product-card-img .product-card-overlay.show {
    opacity: 1;
    z-index: 2;
    }
.product-card-img .product-card-overlay .custom-audio-player {
    padding-bottom: .75rem;
    margin: 0 .5rem .5rem .5rem;
    border-bottom: 2px solid /*style.text_color(*/#95B7C6/*)*/;
    }
.product-card-img .product-card-overlay .custom-audio-player:last-of-type {
    border-bottom: none;
    }
.product-card-img .product-card-overlay .custom-audio-player .grow {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    }
.product-card-img .product-card-overlay .custom-audio-player .play-pause {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 60% center;
    }
.product-card-img .product-card-overlay .custom-audio-player .play-pause:hover {
    cursor: pointer;
    }
.product-card-img .product-card-overlay .custom-audio-player .play-pause.play {
    background-repeat: no-repeat;
    background-image: url(/portal/web/1191/theme/voicefox-v2/common/images/icons/icon-play.svg?v=1670419698);
    background-position: 65% center;
    background-size: 50% 50%;
    }
.product-card-img .product-card-overlay .custom-audio-player .play-pause.pause {
    background-repeat: no-repeat;
    background-image: url(/portal/web/1191/theme/voicefox-v2/common/images/icons/icon-pause.svg?v=1670419698);
    background-color: /*style.primary(*/#EC4A34/*)*/;
    background-position: center center;
    background-size: 50% 50%;
    }
.product-card-img .product-card-overlay .custom-audio-player .audio-title {
    padding: .25rem .5rem;
    text-align: left;
    font-weight: 400;
    }
.product-card-img .product-card-overlay .custom-audio-player .download {
    width: 32px;
    height: 32px;
    background-color: /*style.alternate_background_color(*/#20333C/*)*/;
    border-radius: 50%;
    border: 2px solid /*style.body_background_color(*/#17252B/*)*/;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/portal/web/1191/theme/voicefox-v2/common/images/icons/icon-download.svg?v=1670419698);
    background-size: 75% 75%;
    }
.product-card-img .product-card-overlay .custom-audio-player .download:hover {
    cursor: pointer;
    }
.product-card-img .product-card-overlay button.close-overlay {
    position: absolute;
    z-index: 999;
    top: 3px;
    right: 8px;
    background: none;
    padding: 0;
    border: none;
    }
.product-card-img .product-card-overlay button:not(.close-overlay) {
    display: block;
    width: 80%;
    margin: 1rem auto .5rem auto;
    text-align: center;
    }
