<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-category #wrapper main {
    margin: 0 24px;
}

.page-category #wrapper .breadcrumb{
    top: auto;
}

.page-category #wrapper .banner {
    background: #1E9F9F;
    border-radius: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    margin-top: 56px;
    align-items: center;
}

@media (max-width: 767px) {
    .page-category #wrapper .banner {
        margin-top: 64px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-category #wrapper .banner div {
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
    padding: 64px 0 64px 64px;
}

@media (max-width: 767px) {
    .page-category #wrapper .banner div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 40px 40px 0 40px;
    }
}

@media (max-width: 767px) {
    .page-category #wrapper .banner div .uptitle {
        text-align: center;
    }
}

.page-category #wrapper .banner div p, .page-category #wrapper .banner div .single .singleContent li, .single .singleContent .page-category #wrapper .banner div li {
    color: white;
    margin-bottom: 24px;
    max-width: 600px;
}

@media (max-width: 767px) {
    .page-category #wrapper .banner div p, .page-category #wrapper .banner div .single .singleContent li, .single .singleContent .page-category #wrapper .banner div li {
        max-width: initial;
    }
}

.page-category #wrapper .banner div p:last-child, .page-category #wrapper .banner div .single .singleContent li:last-child, .single .singleContent .page-category #wrapper .banner div li:last-child, .page-category #wrapper .banner div .single .singleContent .shoppingCart__list li:first-child, .single .singleContent .shoppingCart__list .page-category #wrapper .banner div li:first-child, .page-category #wrapper .banner div .shoppingCart__list .single .singleContent li:first-child, .shoppingCart__list .single .singleContent .page-category #wrapper .banner div li:first-child {
    margin: 0;
}

.page-category #wrapper .banner div h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 120%;
    color: white;
    margin: 24px 0;
    max-width: 740px;
    text-align: left;
}

@media (max-width: 767px) {
    .page-category #wrapper .banner div h2 {
        font-weight: 400;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
    }
}

.page-category #wrapper .banner img {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .page-category #wrapper .banner img {
        max-width: 200px;
        max-height: 200px;
    }
}

.page-category #wrapper {
    padding-top: 48px;
}

.page-category #wrapper &gt; .container {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .page-category #wrapper .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-category #wrapper .container #left-column {
    float: initial;
    width: initial;
    -ms-flex-preferred-size: 26%;
    /* flex-basis: 300px; */
}

@media (min-width: 767px) {
    .page-category #wrapper .container #left-column {
        flex-basis: 300px;
    }
}

.page-category #wrapper .container #left-column #search_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #F2F8FF;
    border-radius: 24px;
    padding: 32px;
    position: relative;
}

.page-category #wrapper .container #left-column #search_filters span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 2px solid #D7E3EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .page-category #wrapper .container #left-column #search_filters span {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.page-category #wrapper .container #left-column #search_filters span::after {
    display: none;
}

@media (max-width: 767px) {
    .page-category #wrapper .container #left-column #search_filters span::after {
        display: block;
        content: url("../../images/toggle.svg");
    }
}

@media (max-width: 767px) {
    .page-category #wrapper .container #left-column #search_filters .toggle {
        display: none;
    }
}

.page-category #wrapper .container #left-column #search_filters p, .page-category #wrapper .container #left-column #search_filters .single .singleContent li, .single .singleContent .page-category #wrapper .container #left-column #search_filters li {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 24px 0 8px 0;
}

.page-category #wrapper .container #left-column #search_filters .filter {
    border-bottom: 1px dashed #D7E3EE;
    padding-bottom: 24px;
    max-width: initial;
}

.page-category #wrapper .container #left-column #search_filters .filter::after {
    bottom: initial;
}

.page-category #wrapper .container #left-column #search_filters .filter select {
    width: 100%;
}

.page-category #wrapper .container #left-column #search_filters .range {
    position: relative;
    padding: 16px 0 30px 0;
}

.page-category #wrapper .container #left-column #search_filters .range input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: inherit;
    opacity: 1;
    height: 4px;
    background: #D7E3EE;
    border-radius: 5px;
}

.page-category #wrapper .container #left-column #search_filters .range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #1E9F9F;
    cursor: ew-resize;
}

.page-category #wrapper .container #left-column #search_filters .range::before {
    content: '0€';
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-category #wrapper .container #left-column #search_filters .range::after {
    content: '186€';
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-category #wrapper .container #left-column #search_filters .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    position: relative;
    margin: 8px 0;
}

.page-category #wrapper .container #left-column #search_filters .checkbox input {
    width: 24px;
    height: 24px;
    border: 1px solid #00BCBB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.page-category #wrapper .container #left-column #search_filters .checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 7px;
    height: 13px;
    border: solid #00BCBB;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}

.page-category #wrapper .container #left-column #search_filters .redirection-catalogue {
    background: #FFB539;
    position: relative;
    padding: 32px 28px;
    border-radius: 24px;
    margin: 24px auto;
    text-align: center;
    max-width: 310px;
}

@media (max-width: 767px) {
    .page-category #wrapper .container #left-column #search_filters .redirection-catalogue {
        display: none;
    }
}

.page-category #wrapper .container #left-column #search_filters .redirection-catalogue::after {
    content: '';
    background-image: url(../../images/pattern.png);
    background-size: contain;
    opacity: 12%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-category #wrapper .container #left-column #search_filters .redirection-catalogue div {
    z-index: 1;
    position: relative;
}

.page-category #wrapper .container #left-column #search_filters .redirection-catalogue div p, .page-category #wrapper .container #left-column #search_filters .redirection-catalogue div .single .singleContent li, .single .singleContent .page-category #wrapper .container #left-column #search_filters .redirection-catalogue div li {
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.page-category #wrapper .container #left-column #search_filters .redirection-catalogue div .cta, .page-category #wrapper .container #left-column #search_filters .redirection-catalogue div .owl-prev, .page-category #wrapper .container #left-column #search_filters .redirection-catalogue div .owl-next {
    margin: 16px auto 0 auto;
}

.page-category #wrapper .container #content-wrapper {
    float: initial;
    width: initial;
    flex-basis: calc(100% - 340px);
}

.page-category #wrapper .container #content-wrapper #js-product-list-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    gap: 00px;
}

.page-category #wrapper .container #content-wrapper #js-product-list-top {
    padding: 0;
}

@media (max-width: 1024px) {
    .page-category #wrapper .container #content-wrapper #js-product-list-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.page-category #wrapper .container #content-wrapper #js-product-list-top p, .page-category #wrapper .container #content-wrapper #js-product-list-top .single .singleContent li, .single .singleContent .page-category #wrapper .container #content-wrapper #js-product-list-top li {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .page-category #wrapper .container #content-wrapper #js-product-list-top .total-products {
        margin-bottom: 32px;
    }
}

.page-category #wrapper .container #content-wrapper #js-product-list-top .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media (max-width: 767px) {
    .page-category #wrapper .container #content-wrapper #js-product-list-top .sort-by-row .filter {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.page-category #wrapper .container #content-wrapper #js-product-list-top .sort-by {
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0;
    text-align: left;
    color: #1E3246;
}

.page-category #wrapper .container #content-wrapper #js-product-list-top .sort-by-row .number {
    width: 80px;
}

.page-category #wrapper .container #content-wrapper #js-product-list-top .products-sort-order button {
    border: 1px solid #D7E3EE;
    border-radius: 50px;
}

.facet .select-list{
    background: white;
}

.products-sort-order .select-list:hover,
.facet .select-list:hover{
    background: #1E9F9F;
}

.products-sort-order .dropdown-menu{
    background: #F2F8FF;
}

.active_filters{
    background: transparent;
    padding-left: 0;
}

.active_filters .filter-block{
    background: #1E9F9F;
    border-radius: 150px;
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: white;
}

.active_filters .filter-block .close{
    color: white;
}

.page-category #wrapper .container #content-wrapper .filtres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
    gap: 20px;
}

.page-category #wrapper .container #content-wrapper .filtres .labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-category #wrapper .container #content-wrapper .filtres a {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-decoration: underline;
}

.page-category #wrapper .container #content-wrapper .highlightLabel {
    background: #1E9F9F;
    border-radius: 150px;
    padding: 4px 12px;
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 10px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.page-category #wrapper .container #content-wrapper .highlightLabel span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.page-category #wrapper .container #content-wrapper .highlightLabel span::after {
    content: url("../../images/icon-cross.svg");
}

.page-category #wrapper .container #content-wrapper .products {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .page-category #wrapper .container #content-wrapper .products {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-category #wrapper .container #content-wrapper .products .product {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 365px;
    width: calc(25% - 40%);
    padding: 0;
}

@media (max-width: 480px) {
    .page-category #wrapper .container #content-wrapper .products .product {
        /* -ms-flex-preferred-size: 100%;
        flex-basis: 100%; */
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}

@media (min-width: 481px) and (max-width: 959px) {
    .page-category #wrapper .container #content-wrapper .products .product {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
}

@media (min-width: 960px) and (max-width: 1220px) {
    .page-category #wrapper .container #content-wrapper .products .product {
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    }
}

.page-category #wrapper .container #content-wrapper .products .product img {
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    border: 1px solid #D7E3EE;
    border-radius: 12px;
    max-height: 194px;
    width: 100%;
}

.page-category #wrapper .container #content-wrapper .products .product .product-thumbnail .product-cover-features {
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-category #wrapper .container #content-wrapper .products .product .product-thumbnail .product-cover-features img {
    width: fit-content;
    height: 32px;
    margin: 0;
    object-fit: contain;
    border: none;
}

.page-category #wrapper .container #content-wrapper .products .product .product-description {
    padding: 0;
}

.page-category #wrapper .container #content-wrapper .products .product .product-description &gt; .price {
    gap: 12px;
}

.page-category #wrapper .container #content-wrapper .products .product .uptitle {
    margin: 10px 0;
    font-weight: 300;
}

.page-category #wrapper .container #content-wrapper .products .product p, .page-category #wrapper .container #content-wrapper .products .product .single .singleContent li, .single .singleContent .page-category #wrapper .container #content-wrapper .products .product li {
    font-family: 'Prompt';
    margin-bottom: 24px;
    text-align: center;
}

.page-category #wrapper .container #content-wrapper .products .product p span, .page-category #wrapper .container #content-wrapper .products .product .single .singleContent li span, .single .singleContent .page-category #wrapper .container #content-wrapper .products .product li span {
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    color: #1E9F9F;
    margin-left: 10px;
}

.page-category #wrapper .container #content-wrapper .products .product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}

.page-category #wrapper .container #content-wrapper .products .product .highlightLabel span::after {
    display: none;
}

.page-category #search_filters .ui-widget-content {
    border: none;
    background: #D7E3EE;
    border-radius: 24px;
    height: 4px;
}

.page-category #search_filters .ui-slider .ui-slider-handle {
    top: -7px;
    width: 18px;
    background: #1E9F9F;
    border: none;
    border-radius: 50%;
    height: 18px;
}

.page-category #search_filters .ui-widget-header{
    background: #1E9F9F;
}

.page-category #search_filters .select-title,
.page-category #search_filters .facet-dropdown{
    background: transparent;
    border: 1px solid #D7E3EE;
    border-radius: 50px;
}

.page-category #wrapper .container #left-column #search_filters .select-title span{
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    border-bottom: none;
    padding-bottom: 0;
}

.page-category #wrapper .container #left-column #search_filters .js-search-filters-clear-all{
    font-family: "Prompt", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.3125rem;
    letter-spacing: 0;
    color: #1E3246;
    text-decoration-line: underline;
    text-transform: none;
    background: none;
}

.page-category #wrapper .container #left-column #search_filters .js-search-filters-clear-all:hover{
    border: 1px solid transparent;
}

.page-category #subcategories ul li .subcategory-name:hover {
    color: #1E9F9F;
}
</pre></body></html>