<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
margin:0;
padding:0;
box-sizing:border-box;
background-size:auto auto;
}

.dv2{
display:block;
padding-left:20px;
padding-bottom:120px;
margin-top:140px;
margin-left:230px;
position:relative;
justify-content:space-between;
flex-wrap:wrap;
flex-grow:1;
flex-shrink:1;
background-size:auto auto;
}

.catBtn{
margin-top:3px;
margin-left:10px;
margin-bottom:3px;
margin-right:10px;
background-size:auto auto;
font-family:'Oswald-Regular';
font-size:16px;
color:#d2d2d2;
}

.catBtnA{
margin-top:3px;
margin-left:10px;
margin-bottom:3px;
margin-right:10px;
background-size:auto auto;
font-family:'Oswald-Regular';
font-size:16px;
color:#fff;
}

.cath1{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:20px;
position:relative;
background-size:auto auto;
font-family:'Oswald-Medium';
font-size:32px;
}

.artcl{
margin-bottom:30px;
position:relative;
background-size:auto auto;
}

.prodFlex{
display:flex;
position:relative;
flex-wrap:wrap;
background-size:auto auto;
}

.product{
padding-top:15px;
padding-left:15px;
padding-bottom:15px;
padding-right:15px;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
position:relative;
width:350px;
background:#fff;
background-size:auto auto;
border-radius:10px 10px 10px 10px;
box-shadow:0 0 20px rgba(0,0,0,0.1);
}

.image{
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
overflow:hidden;cursor:pointer;
}

.imgSrc{
top:0;
position:relative;
width:100%;
background-size:auto auto;
}

.title{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
height:60px;
background-size:auto auto;
font-family:'SegoeUI-Semibold';
text-align:center;
font-size:16px;
font-weight:normal;
color:#d00;
text-transform:uppercase;
}

.art{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.type{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.shDescr{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
height:180px;
background-size:auto auto;
font-family:'SegoeUIRegular';
font-size:14px;
}

.descr{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
font-size:14px;
}

.brnd{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.cst{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
font-family:'SegoeUIRegular';
text-align:center;
font-size:16px;
color:#626262;
}

.cstLG{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.toolbar{
display:flex;
position:relative;
width:100%;
justify-content:space-between;
background-size:auto auto;
}

.minus{
position:relative;
width:45px;
height:45px;
flex-shrink:0;
background:#fff;
background-size:auto auto;
border-top:1px solid #626262;
border-bottom:1px solid #626262;
border-radius:5px 5px 5px 5px;
cursor:pointer;
box-shadow:0 0 5px rgba(0,0,0,0.5);
}

.minusLn01{
left:50%;
top:50%;
position:absolute;
width:50%;
height:2px;
transform: translateX(-50%) translateY(-50%);
background:#000;
background-size:auto auto;
}

.count{
padding-top:12px;
position:relative;
width:45px;
height:45px;
flex-shrink:0;
background-size:auto auto;
font-family:'SegoeUI-Semibold';
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.plus{
position:relative;
width:45px;
height:45px;
flex-shrink:0;
background-size:auto auto;
border-top:1px solid #626262;
border-bottom:1px solid #626262;
border-radius:5px 5px 5px 5px;
cursor:pointer;
box-shadow:0 0 5px rgba(0,0,0,0.5);
}

.plusLn01{
left:50%;
top:50%;
position:absolute;
width:50%;
height:2px;
transform: translateX(-50%) translateY(-50%);
background:#000;
background-size:auto auto;
}

.plusLn02{
left:50%;
top:50%;
position:absolute;
width:50%;
height:2px;
transform: translateX(-50%) translateY(-50%) rotate(90deg);
background:#000;
background-size:auto auto;
}

.btn{
padding-top:10px;
padding-bottom:10px;
position:relative;
width:140px;
background:#d00;
background-size:auto auto;
border-radius:10px 0 10px 0;
font-family:'SegoeUI-Semibold';
text-align:center;
font-size:16px;
color:#fff;
cursor:pointer;
}

.cstTb{
display:none;
position:relative;
background-size:auto auto;
}

.szTxt{
padding-top:5px;
padding-left:5px;
padding-bottom:2px;
padding-right:5px;
position:relative;
background-size:auto auto;
font-family:'SegoeUIRegular';
font-size:16px;
color:#fff;
}

.szPrc{
padding-top:2px;
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
position:relative;
background-size:auto auto;
font-family:'SegoeUI-Semibold';
font-size:18px;
color:#fff;
text-transform:inherit;
}

.cartData{
right:12px;
bottom:12px;
padding-top:16px;
padding-left:90px;
padding-bottom:15px;
padding-right:15px;
position:fixed;
width:260px;
height:60px;
transform: translateY(-50%);
z-index:8;
background:#f1f0ec;
background:#f1f0ec url(/engine12/modules/../../templates/8/1724190876.svg);
background-position:left +20px center;
background-size:auto 55%;
background-repeat:no-repeat;
border-radius:15px 15px 15px 15px;
font-family:'SegoeUIRegular';
text-align:left;
font-size:20px;
cursor:pointer;
box-shadow:0 0 20px rgba(0,0,0,0.5);
}

.picAr{
position:relative;
background-size:auto auto;
}

.log{
position:relative;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
}

.dv5{
margin-bottom:20px;
position:relative;
z-index:100;
background-size:auto auto;
border-top:1px solid #a2a2a2;
border-right:1px solid #a2a2a2;
border-bottom:1px solid #a2a2a2;
border-left:1px solid #a2a2a2;
}

.hMenuBtn{
margin-bottom:2px;
position:relative;
background-size:auto auto;
font-family:'Oswald-Medium';
text-align:left;
font-size:16px;
color:#d2d2d2;
cursor:pointer;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

.hMenuBtnA{
margin-bottom:2px;
position:relative;
background-size:auto auto;
font-family:'Oswald-Medium';
text-align:left;
font-size:16px;
color:#fff;
cursor:pointer;
}

.szbtn{
-webkit-user-select:none;
-ms-user-select:none;
user-select::none;
padding-top:5px;
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
margin-right:5px;
position:relative;
background:#d00;
background-size:auto auto;
border-radius:10px 0 10px 0;
text-align:center;
font-size:14px;
cursor:pointer;
}

.toolbarnj{
display:flex;
position:relative;
width:100%;
background-size:auto auto;
}

.areaBtn{
position:relative;
background-size:auto auto;
}

.areaSelected{
padding-top:5px;
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
position:relative;
z-index:100;
background:#323232;
background:#323232 url(/engine12/modules/../../templates/8/1721908841.svg);
background-position:right 10px center;
background-size:10px auto;
background-repeat:no-repeat;
font-family:'Oswald-Regular';
font-size:15px;
color:#a2a2a2;
cursor:pointer;
}

.areaMenu{
left:-1px;
top:calc(100% - 1px);
position:absolute;
width:calc(100% + 2px);
height:0px;
background:#323232;
background-size:auto auto;
border-top:1px solid #a2a2a2;
border-right:1px solid #a2a2a2;
border-bottom:1px solid #a2a2a2;
border-left:1px solid #a2a2a2;
overflow:hidden;-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

.areaSelect{
padding-top:5px;
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
position:relative;
background-size:auto auto;
font-family:'Oswald-Regular';
font-size:15px;
color:#a2a2a2;
cursor:pointer;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

.dpWndHdr{
margin-bottom:20px;
position:relative;
background-size:auto auto;
font-family:'SegoeUI-Semibold';
text-align:center;
font-size:18px;
color:#d00;
}

.scrlFldOpt{
display:flex;
position:relative;
width:300px;
background-size:auto auto;
font-family:'SegoeUIRegular';
font-size:16px;
}

.scrlFld{
position:relative;
width:300px;
background-size:auto auto;
}

.dpCl{
padding-top:7px;
padding-left:7px;
padding-bottom:7px;
padding-right:7px;
position:relative;
width:60px;
flex-grow:0;
flex-shrink:0;
background-size:auto auto;
font-family:'SegoeUIRegular';
font-size:16px;
}

.dpClw{
padding-top:7px;
padding-left:7px;
padding-bottom:7px;
padding-right:7px;
position:relative;
width:270px;
flex-grow:0;
flex-shrink:0;
background-size:auto auto;
}

.avAlert{
position:relative;
background-size:auto auto;
}

p{
text-indent:20px;
}

li{
margin-left:20px;
}

.areaSelect:hover{
color:#d00;
}

.areaMenu:hover{

}

</pre></body></html>