<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-x: hidden;
}

body {
    margin: 0px;
}

.products-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin: 10px;
}

/*.products-inner-sizer {
    width: 1fr;
}*/

.sort-icon {
    background: url('../img/sort_icon.svg');
}

.category-with-icon-button:hover .sort-icon {
    background: url('../img/sort_icon_white.svg');
}

#filter-button {
    display: flex;
}

#sort-button {
    display: inline-block;
    float: right;
}

.categories-and-sort-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}

.products-page-selector {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 auto;
}

    .products-page-selector .active {
        background: #000;
        color: #fff !important;
    }

.products-page-selector-wrapper {
    display: flex;
    text-align: center;
    margin-top: 50px;
}

.products-page-button {
    height: 100%;
    display: flex;
    min-width: 20px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
}

.products-page-button-content {
    margin: auto;
}
.products-page-button:hover &gt; .products-page-button:hover .product-page-button-content{
    color: #fff
}
.products-page-button.active &gt; .product-page-button-content{
    color: #fff
}
/*filters menu*/
#products-fitler-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.30);
}

    #products-fitler-wrapper .close-icon-wrapper {
        margin: unset;
        position: absolute;
        right: 15px;
        top: 15px;
    }

.products-filter-inner {
    max-width: 403px;
    width: -webkit-fill-available;
    display: inline-flex;
    padding: 10px;
    position: relative;
    padding-top: 84px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}

.product-filters-buttons-wrapper {
    width: 100%;
    display: inline-block;
}

.filters-information-rectangle {
    padding: 5px 15px;
    background: #000;
    color: #fff;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.remove-filters-button-wrapper {
    margin-right: 20px;
    height: 100%;
    align-items: center;
    float: right;
    display: flex;
}

    .remove-filters-button-wrapper:hover {
        cursor: pointer;
    }

.filters-information-rectangle span {
    color: #fff;
}

#remove-filters-button {
    all: unset;
    color: #000;
    text-align: right;
    font-family: Roboto Condensed;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
    letter-spacing: 1.2px;
    text-decoration-line: underline;
}

.products-filters-collabsiables {
    height: 100%;
    margin-top: 20px;
    overflow-y: auto;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.products-filters-collabsiables::-webkit-scrollbar {
    width: 0px;
}

.products-filters-collabsiables .collapsible {
    margin: unset;
}


.sizes-inner {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
}

.sizes-wrapper {
    height: 25px;
    width: 100%;
    display: inline-flex;
    gap: 10px;
}

.size-wrapper {
    border: 1px solid #000;
    display: flex;
    padding: 5px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}


.selected {
    color: #fff;
    background: #000;
}

.selected:hover {
    color: #fff;
    background: #000;
}

.sale-button.selected {
    background: #F00;
    color: #fff;
}


.price-input-label {
    width: 50%;
}

.price-input-wrapper {
    width: 100%;
    flex-wrap: wrap;
    display: inline-flex;
}

.price-input {
    margin-top: 10px;
    display: inline-flex;
    gap: 10px;
}

    .price-input input[type="number"] {
        -webkit-appearance: none;
        width: 50%;
        display: flex;
        padding: 5px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border: 1px solid var(--grey, #ababab);
        -moz-appearance: textfield;
    }

    .price-input input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* price slider */

.price-slider{
    width:100%;
}
.price-slider-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 15px 10px 15px;
    position: relative;
}

.price-slide_input{
    position:absolute;
    top:18px;
    padding:0 10px;
    width:100%;
    appearance:none;
    -webkit-appearance:none;
    pointer-events:none;
    z-index:4;
    cursor:pointer;
    opacity:0;
}

    .price-slide_input::-webkit-slider-thumb {
        pointer-events: all;
        width: 14px;
        height: 14px;
        appearance: none;
        -webkit-appearance: none;
        background-color: #000;
        border-radius: 25px;
    }

.price-slider_track {
    position: relative;
    display: flex;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background-color: #AAAAAE;
    align-items: center;
/*    z-index:5;
*/}

#price-slider_range{
    position:absolute;
    left:0%;
    right:66%;
    top:0;
    bottom:0;
    background-color:#000;
    z-index:2;
}

.price-slider-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 25px;
    z-index:3;
}

.price-slider-dot--left{
    left:0%;
    transform:translate(-50%);
}
.price-slider-dot--right {
    right: 66%;
    transform: translate(50%);
}

.clothes-type-categories {
    display: flex;
    flex-direction: column;
    gap: 40px;
    /*padding-right:26px;*/
}

    .clothes-type-categories .filter-wrapper {
        padding-right: 47px;
    }

    .clothes-type-categories .footwear-categories-inner {
        padding: unset !important;
    }

.brands-filter {
    display: none;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding-right: 35px;
}

div.brands-filter.collapsible-active {
    display: flex;
}

.apply-filters-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: auto 0 0 0;
}

#apply-filters-button {
    margin-top: 50px;
    width: 100%;
}

    #apply-filters-button:hover {
        background: #000;
        color: #fff;
    }

        #apply-filters-button:hover span {
            color: #fff;
        }

    #apply-filters-button:active {
        background: #000;
        color: #fff;
    }

        #apply-filters-button:active span {
            color: #fff;
        }



/***** Chrome, Safari, Opera, and Edge Chromium *****/
/*input[type="range"]::-webkit-slider-runnable-track {
    background: #000;
    height: 2px;
}*/

/******** Firefox ********/
/*input[type="range"]::-moz-range-track {
    background: #000;
    height: 2px;
    height: 0.5rem;
}*/


/* sort dropout*/

.sort-popup-wrapper {
    float: right;
    position: relative;
    display: inline-block;
}

#sort-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 242px;
    right: 0;
    z-index: 1;
    padding: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    border: 1px solid #000;
}

.sort-popup-wrapper:hover #sort-dropdown-content {
    display: flex;
}

#sort-dropdown-content button {
    display: flex;
    min-width: 20px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#sort-dropdown-content .sale-button {
    color: #f00;
    border: none;
}

    #sort-dropdown-content .sale-button:hover {
        background: #F00 !important;
        color: #fff !important;
    }

.empty-products-page {
    width: 100%;
    display: flex;
    height: 100vh;
}

.empty-products-message-wrapper {
    margin: auto;
    margin-top: 280px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

    .empty-products-message-wrapper button {
        width: 100%;
    }

    .filter-button:hover, .size-wrapper:hover{
        background: #000 !important;
        color: #fff !important;
    
    }
@media(max-width:1000px) {
    .products-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (hover: none) {
    .filter-button:not(.selected), .size-wrapper:not(.selected){
        background: #fff !important;
        color: #000 !important;
    }
    .selected {
        color: #fff !important;
        background: #000 !important;
    }

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

    .categories-and-sort-inner {
        margin: 0 16px;
    }

        .categories-and-sort-inner .category-with-icon-button {
            padding: 5px 0px;
        }

    .category-with-icon-button:hover .sort-icon {
        background: url('../img/sort_icon.svg');
    }

    .clothes-type-categories .filter-wrapper {
        padding-right: unset;
    }

    #sort-button-current-span {
        color: #000 !important;
    }

    #sort-dropdown-content {
        box-sizing: border-box;
        width: 100vw;
        padding: 5px 30px;
        border: unset;
        border-bottom: 1px solid #000;
        right: -10px;
    }

    .products-filter-inner {
        padding: 16px;
        padding-top: 60px;
        max-width: unset;
    }

    .remove-filters-button-wrapper {
        margin-right: unset;
    }

    .products-filters-collabsiables {
        padding: unset;
    }

    .brands-filter {
        padding-right: unset;
    }

    .products-inner {
        margin: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-inner-grid {
    }

    #mobile-menu-wrapper {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .product-filters-buttons-wrapper {
        margin-top: 0px;
    }

    .apply-filters-wrapper {
        margin: auto 0 100px 0;
    }
}
</pre></body></html>