.main-header {
    position: relative;
    width: 100%;
    height: 50vw;
    max-height: 77vh;
    background: #EAEAEA;
}

.catalog-header {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;

    /* default styling */
    opacity: 0;
    transition: opacity 2s ease 0s;
}

.main-header[data-category="default"] .catalog-header[data-name="default"],
.main-header[data-category="parfums-femme"] .catalog-header[data-name="parfums-femme"],
.main-header[data-category="parfums-homme"] .catalog-header[data-name="parfums-homme"] {
    transition: opacity 2s ease 0s;
    opacity: 1;
}



/**
 * Filters section
 */

.top-section {
    position: relative;
    width: 100%;
}

.above-filters {
    position: absolute;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid #E4E4E4;
    padding: 40px 8vw 30px;
    text-transform: uppercase;
}

.count {
    font-size: 1.16em;
}

details {
    position: relative;
    margin-top: 40px;
}

details:not([open]) {
    margin-bottom: 17px;
}

.filter-btn {
    position: absolute;
    top: 0;
    right: 8vw;
    display: inline-block;
    color: #001F71;
    outline: none;
    cursor: pointer;

    text-transform: initial;
    letter-spacing: initial;
    font-size: 16px;
    line-height: 18px;
    line-height: 26px;
    padding: 0 !important;
    --underline-color: #001F71;
}

.filter-btn::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: text-bottom;
    transform-origin: center;
    background: url(../images/filter-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.filters-container {
    justify-content: flex-start;
    padding-top: 3em;
}

.filters-container .wpgb-facet.wpgb-facet-2 {
    flex: 1;
    display: flex;
}

.filters-container .wpgb-facet.wpgb-facet-5 {
    flex: 2;
}

.filters-container .wpgb-facet>fieldset:last-child {
    margin-bottom: 0;
}

.filters-container .wpgb-facet .wpgb-hierarchical-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.filters-container .wpgb-facet .wpgb-hierarchical-list li,
.filters-container .wpgb-facet .wpgb-hierarchical-list:first-child>li:first-child {
    margin: 0;
    margin-bottom: 16px;
}

.filters-container .wpgb-facet .wpgb-checkbox-label {
    font-family: Austin, serif;
    font-weight: 600;
}






.disko-fake-component-catalogue-grid {
    width: 100%;

    background-color: #E4E4E4;
    background-size: 100% 100%;
    background-repeat: repeat;
}

.wpgb-content,
.wpgb-content-2,
.wpgb-search-results {
    display: grid;
    --min-width: calc(100px + 12vw);
    grid-template-columns: repeat(auto-fill, minmax(var(--min-width), 1fr));
}

.wpgb-grid-rochas_catalog {
    opacity: 1;
    transition: opacity 0.35s ease 0s;
}

.wpgb-grid-rochas_catalog.wpgb-loading {
    opacity: 0;
}

.disko-fake-component-catalogue-grid .flex-item {
    position: relative;
    height: 100%;

    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;

    background: white;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;

    overflow: hidden;
}

.disko-fake-component-catalogue-grid .tag {
    position: absolute;
    top: 35px;

    padding: 0.7em 1.5em .7em;
    font-size: 13px;
    line-height: 1em;

    text-transform: uppercase;
    color: #FCC200;
    text-align: center;

    border: 1px solid #FCC200;
    border-radius: 2em;

}

.disko-fake-component-catalogue-grid a {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    /*padding: 75px 8vw 4.6vw;*/
    padding: 45px 4vw 4vw;
}

.disko-fake-component-catalogue-grid .name {
    height: 2em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-size: 26px;
    font-weight: 400;
    line-height: 1.07em;
    margin-top: 30px;
}

.disko-fake-component-catalogue-grid .pic {
    /*max-height: 200px; */
    object-fit: contain;
    object-position: center;

    margin-top: 60px;
}

.disko-fake-component-catalogue-grid .flex-item.push-info {
    display: none;
}

.disko-fake-component-catalogue-grid .push-info>a {
    flex-direction: column;
    background-size: cover;
    background-position: center center;
}

.disko-fake-component-catalogue-grid .push-info .title {
    font-size: clamp(25px, 3vw, 40px);
    line-height: 1.25em;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.disko-fake-component-catalogue-grid .push-info .underlined-cta {
    font-size: 16px;
    line-height: 1.125em;
    letter-spacing: 1.78px;
    position: relative;
}

.disko-fake-component-catalogue-grid .push-info .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    filter: contrast(0.5) brightness(1.5);
}

.wpgb-facet-4 li:empty,
.wpgb-facet-11 li:empty,
.wpgb-facet-12 li:empty {
    margin-bottom: 0 !important;
}

.wpgb-grid-rochas_catalog>.flex-item .pic {
    transition: transform 0.6s ease 0s;
    transform-origin: 50% 66%;
}

.wpgb-grid-rochas_catalog>.flex-item:hover .pic {
    transform: rotateZ(-7deg);
}
