<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --topPadding:0;
    --panelHeaderBg: black;
    --panelHeaderF: white;
    --panelBg: #e9eaee;
    --panelF: #000;
}


.uniplain{
    unicode-bidi: plaintext;
}
#themeEditor{
    position: fixed;
    left: 0;
    bottom: 0;
    
    z-index: 990010;
    max-width: 160px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    pointer-events: none;
}
#themeEditor .inner{
    pointer-events:auto;
    padding: 10px;
    background: #000000c9;
    border-right: 2px solid #636363;
    display: flex;
    height: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 0px;
    padding-right: 16px;
    flex-direction: column;
}
#themeEditor .inner a{color:white;}
.btn1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    top: 0;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 80%;
    background-color: var(--bs-gray); 
    
}
.btn1-transparent{
    background-color: transparent;
    border: 1px solid #d8d8d8;
}
.btn1:hover{
    background-color:black;
    color:white;
}
.btn1-cyan{
   background-color: var(--bs-cyan); 
}
.btn1-cyan *{
    color:white;
}
.infoBlocksWrapper{
    background-color:#e5e7ed;
    width:100%;
}
.infoBlocksWrapper.style1{
    border-radius: 7px;
    box-shadow: 0 0 9px 0px #e5e7ed;
}
.infoBlocksWrapper .infoBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    background: white;
    margin: 10px;
    border-radius: 5px;
    padding: 0 20px;
    flex: 1;
    text-align: center;
    line-height: 18px;
}
.infoBlocksWrapper .infoBlock span{
    
}
.infoBlocksWrapper .infoBlock strong{
}

.panel{
        display:none;
    }
    .panel.active, body.floaterShow .panel{
        display:flex;
        flex-direction: column;
    }
header.light .panel,header.light .panel a{
        color:black;
    }
.panelContent{
    flex:1;
}
.panelContent&gt;div{
    overflow-y:initial !important;
}
.panelContent&gt;div.mfv { flex-wrap: nowrap;}
.panelContent&gt;div {
    max-height: 1200px;
    overflow-y:initial;
    padding-bottom:100px;
}
.panelHeader{
    display:flex;
    flex-direction: column-reverse;
}
.panelTools{
 position:absolute;   
 left:0;
 top:0;
 margin:0;
 display: flex;
 flex-direction: row-reverse;
 align-items:center;
 width:auto !important;
 height: 100%;
 padding-left:10px;
 
}
.panelTools a {
    display: flex;
    border-radius: 30px;
    border: 1px solid var(--bg2);
    color: white;
    background-color: var(--bg);
    align-items: center;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 1.0rem;
    height:70%;
    color: var(--panelHeaderF);
}

.panelHeader .tasks{
    position: absolute;
    left: 6px;
    font-size: 0.8rem;
    top: 6px;
    padding: 2px 5px;
    border-top-left-radius: 8px;
}
.panelHeader .tasks a{
    color:#fff;
}
.panel.active{
    z-index: 10000;
}

.panel2{
    position:relative;
    padding:0 10px;
    background-color:#efefef;
    box-shadow:2px 2px 5px #e5e5e5;
    border:1px solid #cfcfcf;
}
.panel2 h2{
    color:black;
}
.iconBg{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 600%;
    opacity: 0.2;
    width: auto;
}
.form-group.light .form-control{
    background: transparent;
    border: 1px solid var(--bg2);
    color: black;
    
}
.form-group.icon{
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.form-group.icon i{
    position: absolute;
    left: 10px;
    color:lightgray;
    transform: scaleX(-1);
    transition: all 0.5s ease-out;
    opacity:1;
}
.form-group:hover i{
    opacity:0.8;
    transform: scale(1.4) scaleX(-1);
}

.btn span{
    white-space:nowrap;
}
.inpanel{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    border: 2px solid #f0f0f0;
    margin: 30px auto;
    padding: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px #e8e1e1;
}
.inpanel .panelHeader{
    text-align: center;
    font-size: 130%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.inpanel .panelHeader.r{
    text-align: right;
    
}
.inpanel .productsList{
    background: #f8f8f8;
    padding: 5px;
    overflow:hidden;
}
.bordered{
    border:1px solid black;
    border-radius:50px;
}    
.shadow{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 19%);
    /*backdrop-filter: blur(2px);*/
    pointer-events: none;
    z-index: 100;
}
.panelHeader {
    background: var(--panelHeaderBg);
    width: 100%;
    
    color: var(--panelHeaderF);
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 2px 10px;
    border-bottom: 1px solid white;
    position: relative;
}
.panel.active .centered {
    
    
}
.panel .centered {
    position: relative;
    min-width: 400px;
    max-width: 1000px;
    width: max-content;
    min-height: 300px;
    max-height: 840px;
    overflow: hidden;
    box-shadow: 0 0 5px #595959;
    border-radius: 4px;
    display: flex;
    background: var(--panelBg);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}
#itemFloater,.panelWrapper{
      background: #000000b5;
    position: fixed;
    left:0;
    top:var(--topPadding);
    bottom:0;right:0;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:1200;
}
body.floaterShow .panelWrapper,body.popUpActive .panelWrapper{
    display:flex;
}
.floater2{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
}

@media (min-width: 576px){
    .dynamicPanelWrapper .panel {
        max-height: 90%;
        max-width:1000px;
    }
}

@media only screen and (max-width: 576px){
    
    .panel.active .floaterClose,.fullInMobile.show .floaterClose{
        right: 10px;
        left:auto;
        display: flex;
        opacity:1;
        transform: scale(1);
    }
    
    .panel,.fullInMobile{
        left: 600px;
        background: white;
        position: fixed;
        width: 100%;
        z-index: 100;
        overflow-y: auto;
        display: block;
        padding: 10%;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        top: 0;
        bottom: 0;
    }
    .panelContent{
        max-height: 90%;
        flex-grow: 1;
        overflow-y: auto;
        padding: 0;
        margin-left: 0;
        overflow-x: hidden;
    }
    .panel .centered{
        min-width:200px;
        min-height:200px;
        max-height: 1420px;
        max-width:900px;
        width:100%;
        height:100%;
        border:none;
        border-radius:0;
    }
    .headerNavFixed .panel,.headerNavFixed .fullInMobile{
        top:43px;
        padding-top:10% !important;
    }
    header .navbar,#topFilters .navbar,.displayNavbar{
        padding-left:0 !important;
    }
    .fullInMobile{
        display:none;
    }
    .panel.active,.fullInMobile.show {
        left: 0px;
    }
    #itemFloater, .panelWrapper,.panel, .fullInMobile {
        background: #000000b5;
        background: transparent;
    }
    .dynamicPanelWrapper .panel{
        background: transparent;
        /*background: rgba(255,255,255,.1);*/
        padding: 5%;
    }
    .fullInMobile.show {
        display:flex;
        transform:none !important;
        width:100% !important;
        height:96%;
        right: 0 !important;
        margin-top: var(--topPadding) !important;
        bottom: 0 !important;
        padding: 0 !important;
        position: fixed !important;
        align-items: center;
        justify-content: center;
        background-color:white;
        background: rgb(227,232,255);
background: linear-gradient(0deg, rgba(227,232,255,1) 0%, rgba(255,255,255,1) 100%);
    }
    
    
}


@media only screen and (min-width: 481px) and (max-width: 1200px) and (orientation: portrait) {
    .panel .centered {
        max-height:90%;
        width:100%;
    }
    .logoWrapper{
        max-width:70%;
    }
    .panelContent&gt;div { 
        max-height:900px;
    }
    #itemFloater, .panelWrapper{
        top:0;
    }
    
}
</pre></body></html>