<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-top-category {

    margin-top: 88px;

    margin-bottom: 50px;

    float: left;

    width: 100%;

}

.block-top-category ul {

    text-align: center;

    font-size: 0;

}

.block-top-category .bs-title {

    color: #293748;

    font-family: NotoSerif-Regular !important;

    text-transform: none !important;

    text-align: left !important;

    margin-bottom: 13px;

    margin-top: 0px;

}

.block-top-category ul li {

    display: inline-block;

    width: 50%;

    position: relative;

    vertical-align: top;

}

.block-top-category ul li {

    overflow: hidden;

}

.block-top-category ul li img {

    -webkit-transition: 1s all;

    -moz-transition: 1s all;

    -o-transition: 1s all;

    transition: 1s all;

    -webkit-transform-origin: 50% 50%;

    -moz-transform-origin: 50% 50%;

    -o-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

    height: auto;

    width: 100%;

}

.block-top-category ul li:hover img {

    -webkit-transform: scaleX(1.1) scaleY(1.1);

    -moz-transform: scaleX(1.1) scaleY(1.1);

    -o-transform: scaleX(1.1) scaleY(1.1);

    -ms-transform: scaleX(1.1) scaleY(1.1);

    transform: scaleX(1.1) scaleY(1.1);

}

.block-top-category ul li .title {

    font-size: 24px;

    display: block;

    font-family: 'NotoSerif-Regular';

    margin-bottom: 16px;

    color: #fff;

}

.block-top-category ul li .description {

    display: block;

    color: #fff;

    font-size: 12px;

    font-family: NotoSerif-Regular;

    margin-bottom: 15px;

}

.description p {

    margin-bottom: 10px;

	color: #fff;

	display: block;

    color: #fff;

    font-size: 14px;

    font-family: NotoSerif-Regular;

    margin-bottom: 15px;

}

.block-top-category ul li .buy-link {

    font-size: 12px;

    display: inline-block;

    font-family: NotoSerif-Regular;

    color: #000;

    padding: 10px 14px;

    text-transform: uppercase;

    border-radius: 25px;

    border: 1px solid #fff;

    letter-spacing: 0.4px;

	background: #fff;

}

.block-top-category ul li .buy-link:hover {

    background: #000;

    color: #fff;

}

.block-top-category ul li:nth-child(odd) {

    padding-right: 15px;

    padding-bottom: 15px;

    margin-bottom: 15px;

}

.block-top-category ul li:nth-child(even) {

    padding-left: 15px;

    padding-bottom: 15px;

    margin-bottom: 15px;

}



@media (min-width: 981px) and (max-width: 1024px){

    .block-top-category ul li:nth-child(odd) {

        margin-bottom: 0;

    }

    .block-top-category ul li:nth-child(even) {

        margin-bottom: 0;

    } 

}

@media (min-width:640px) and (max-width: 767px){

    .block-top-category ul li:nth-child(odd) {

        padding-right: 0;

        margin-bottom: 0;

    }

    .block-top-category ul li:nth-child(even) {

        padding-left: 0;

        margin-bottom: 0;

    }

    .block-top-category ul li {

        min-height: 280px;

    }

    .block-top-category ul li {

        width: 80% !important;

    }

}

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