<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eyc_products {
    width: 100%;
    margin-bottom:25px;
    background-color: #fff;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-radius: 20px;

}
.eyc_products .product-miniature{
    width: calc(100% / 3); 
    box-sizing: border-box;
}
.eyc_products .product-miniature .product-thumbnail{
    text-align:center;
}
.eyc_products .product-miniature .product-thumbnail img{
    margin: auto;
}
.eyc_products .product-miniature .product-description{
    padding-top: .1rem;
}
.eyc_products .product-miniature .product-description h3.product-title{
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0px!important;
    padding-bottom: .4rem;
    line-height: 17px;
}
.eyc_products .product-miniature .product-description h3.product-title, div.product-description &gt; p
{
    font-size: .9rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0px!important;
    padding-bottom: .4rem;
    line-height: 17px;
}
.eyc_products .product-miniature .product-description h3.product-title a, div.product-description &gt; p &gt; a{
    text-decoration: none!important;
    color: #000;
}
.eyc_products .product-miniature .product-description .product-prices span{
    font-size: 1.28571rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}
.eyc_products .product-miniature .product-description .product-prices .product-price{
    color: #000;
}
.eyc_products .product-miniature .product-description .product-prices .product-full-price{
    color: #d00808;
    font-size: .8571rem;
    text-decoration: line-through;
    display: none;
}
.eyc_products .product-miniature .product-description .btn.add-to-cart{
    float: right;
    background: #313537
    color: #fff;
    border: none 1px #c8c8c8;
    padding: 10px!important;
    white-space: normal;
    text-decoration: none;
}

.eyc_products .product-miniature .product-description .btn.add-to-cart:hover{
    float: right;
    background: #5f6163;
    color: #fff;
    border: none 1px #c8c8c8;
    padding: 10px!important;
    white-space: normal;
    text-decoration: none;
}
.slick-slide {
  margin: 0px 15px;
}
.slick-prev:before,
.slick-next:before {
  color: #989696!important;
}
.netreviews_stars {
    display: inline-block;
    padding: 0px;
    border: none;
    background-repeat: repeat-x;
    background-position: left center;
    text-decoration: none;
    outline: none;
}
.netreviews_stars span {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: repeat-x;
    background-position: left center;
    text-decoration: none;
    outline: none;
    line-height: 1px;
    font-size: .1px;
}
.netreviews_stars_sm{
    width: 60px;
    float: left;
}
.netreviews_stars_md {
    width: 80px;
}
.netreviews_stars_bg {
    display: block;
    width: 120px;
    margin: 0px auto;
    background-image: url(./star-empty-24.png);
}
.netreviews_stars_md, .netreviews_stars_sm{
    background-image: url(./star-empty-16.png);
}
.netreviews_stars_md span, .netreviews_stars_sm span {
    background-image: url(./star-gold-16.png);
}
.netreviews_stars_bg span{
    background-image: url(./star-gold-24.png);
}
.netreviews_stars_sm ,.netreviews_stars_sm span {
    height: 25px;
    background-size: 12px auto;
}
.netreviews_stars_md ,.netreviews_stars_md span {
    height: 16px;
    background-size: 16px auto;
}
.netreviews_stars_bg ,.netreviews_stars_bg span {
    height: 24px;
    background-size: 24px auto;
}
.netreviews_rating_header .netreviews_icone_info {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-left: 2px;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
}
.ratingText {
    display: inline-block;
    vertical-align: super;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    float: left;
}
.netreviews_review_rate_and_stars {
    display: inline-block;
    padding-left: 5px;
}</pre></body></html>