.spectacles-list-section .default-section {
        padding-bottom: 184px;
}
.default-section.filters-section {
        padding-bottom: 40px;
}
.spectacles-list-section.archives{
        padding-top: 64px;
}
.page-id-1969 #footer {
        margin-top: 32px;
}

.spectacles-past-list-section .show-grid .show-item > img{
        filter: grayscale(100%);
}

.filters .section-align-left {
        display: flex;
        flex-direction: column;
        gap: 24px;
}
.filters-container-wrapper{
        display: flex;
        flex-direction: column;
        gap: 24px;
}
.filter-btn{
        display: none;
}
.season-container {
        display: flex;
        gap: 32px;
}
.season-container a {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 1.2;
}
.season-container a.current,
.season-container a:hover{
        color: #000;
}
.season-container a.current{
        font-weight: 800;
}
.season-container a::before{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        background: var(--second-color);
        border-radius: 50%;
        transition: width 0.3s ease, height 0.3s ease;
        z-index: -1;
}
.season-container a.current::before,
.season-container a:hover::before{
        width: 40px;
        height: 40px;
}
.season-container a::after{
        content: '';
        position: absolute;
        top: 50%;
        right: -16px;
        transform: translate(0, -50%);
        width: 2px;
        height: 20px;
        background: #000;
}
.season-container a:last-of-type::after{
        display: none;
}

.hook {
        font-size: 18px;
}

.genres-container.tags .facetwp-type-checkboxes{
        margin:0 ;
}
.genres-container .facetwp-counter{
        display: none;
}
.genres-container .facetwp-checkbox.checked{
        background-image: none;
}

.filters-container .facetwp-facet {
        flex-wrap: wrap;
        row-gap: 8px;
        margin: 0;
}
.filters .filters-select-container {
        display: flex;
        gap: 16px;
}
.filters .filters-container {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
}
.filters .filters-container select {
        border: 1px solid;
        font-family: 'Agrandir';
        font-size: 18px;
        text-transform: uppercase;
        padding: 2px 16px 0px 4px;
}
.facetwp-type-checkboxes {
        display: flex;
        gap: 16px;
}
.filters-container .facetwp-type-checkboxes .facetwp-checkbox {
        padding-left: 32px;
        font-size: 20px;
        font-family: 'Agrandir';
        color: #000;
        background: url('../assets/ui/checkbox-empty.png') 0 50% no-repeat;
}
.filters-container .facetwp-type-checkboxes .facetwp-checkbox.checked{
        background: url('../assets/ui/checkbox-check.png') 0 50% no-repeat;
}
.filters-container .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
        display: none;
}

.facetwp-facet select,
.facetwp-facet option{
        background: transparent;
}
.facetwp-facet select,
.facetwp-facet select option {
        font-family: 'Agrandir', sans-serif;
}
.facetwp-template {
        transition: opacity 0.2s ease;
        opacity: 1;
}
.facetwp-fading {
        opacity: 0;
        pointer-events: none;
}

.genres-container .tag {
        color: #000;
        cursor: pointer;
        margin: 0;
}

.spectacles-list-section .default-section {
        padding-top: 24px;
}
.show-grid {
        position: relative;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        padding: 0;
        column-gap: 24px;
        row-gap: 24px;
        width: 100%;
}
.show-grid .show-content {
        border: 1px solid #000;
}
.show-grid .show-item{
        position: relative;
        grid-column: span 4;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        outline: 12px solid transparent;
        transition: background 0.2s ease, outline 0.2s ease, opacity .2s ease, transform .2s ease;
}
.show-grid .show-item:hover {
        background: var(--primary-color);
        outline: 12px solid var(--primary-color);
}

.spectacles-list-section .no-result {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        grid-column: 1/13;
        height: 40vh;
        font-family: 'Agrandir';
        color: #000;
        font-size: 24px;
        background: #ededed;
}

.filters-section .graphic-element {
        position: absolute;
        top: 40px;
        right: -232px;
}
.spectacles-list-section .show-grid .graphic-element:first-of-type {
        position: absolute;
        right: -200px;
        top: 1000px;
}
.spectacles-list-section .show-grid .graphic-element:nth-of-type(2) {
        position: absolute;
        left: -328px;
        top: 704px;
}
.spectacles-list-section > .graphic-element:first-of-type {
        position: absolute;
        left: 24px;
        bottom: 0;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
        .show-grid .show-item{
                grid-column: span 6;
        }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
        .show-grid{
                row-gap: 32px;
        }
        .show-grid .show-item {
                grid-column: span 12;
                row-gap: 12px;
        }

        .filters-container-wrapper{
                display: none;
        }
        .filter-btn{
                display: flex;
        }

        .season-container {
                flex-direction: column;
                row-gap: 24px;
                margin-bottom: 8px;
        }
        .season-container a {
                display: inline-flex;
                align-self: start;
        }
        .season-container a::after {
                top: calc(100% + 12px);
                right: 0;
                left: 0;
                transform: none;
                width: 80px;
                height: 2px;
        }

        .spectacles-list-section .default-section{
                padding-bottom: 64px;
        }

        .page-id-1969 #footer{
                margin-top: 0;
        }
}

@media (max-width: 576px) {

}