<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cd-woo-banner-slider {
display: block;
width: 165px;
height: 165px;
background: transparent;
border-radius: 8px;
box-sizing: border-box;
color: #fff !important;
font-size: 22px;
line-height: 24px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
vertical-align: top;
justify-content: center;
}
.cd-woo-banner-slider a {
text-decoration: none; 
}
.cd-woo-banner-slider a img {
width:100%;
height:auto;
}
.cd-woo-banner-category-title {
display: block;
font-size: 14px;
line-height: 21px;
color: #515151;
}
.cd-woo-banner-category-subtitle {
font-size: 8px;
color: #7F54B3;
}
.cd-woo-banner-slider:hover {
opacity: 0.5;
}
.cd-woo-banner-swiper .swiper-wrapper{
margin-left:120px;
}
.cd-woo-banner-swiper {
height:auto; 
min-height: 250px;
}
@media (max-width: 767px)  {
.cd-woo-banner-slider{
width: 132px !important;
height:132px !important;
font-size: 12px !important;
line-height: 18px !important;
}
.cd-woo-banner-swiper {
height:auto; 
min-height: 205px;
}
}
@media (min-width: 1024px) {
.cd-woo-banner-swiper .swiper-wrapper{
justify-content: center;
}
.cd-woo-banner-slider{
width: 210px !important;
height:auto !important;
font-size: 20px !important;
line-height: 30px !important;
}
}</pre></body></html>