<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* voshod-custom.css */
.product-list-outer {
    transform: scale(0.9);
}

.reviews-slider .owl-nav {
    top: 35%;
}

.reviews-slider .stars {
    position: relative;
    margin-top: 1rem;
}

/* Menu Item*/
#product-badges {
    margin-bottom: 22px !important;
}

.product-stats table {
    font-size: 0.6em;
}

.product-stats table td {
    padding: .3rem .2rem;
    font-size: 12px;
}

.product-stats table th {
    padding: .4rem .3rem;
}

/* web_index.tpl */
@media (min-width: 768px) {
    .fixed-top-menu {
        position: fixed;
        background-color: black;
        z-index: 99999;
    }

    .top-menu-indent {
        height: 120px;
    }

    .main-logo {
        width: 10%;
    }
}

#button {
    display: inline-block;
    background-color: #C43BAE;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(180deg);
}

#button::after {
    content: url("data:image/svg+xml,%3Csvg width='30' height='17' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292031 0.366515C-0.0979686 0.771515 -0.0979686 1.42652 0.292031 1.83052L8.55619 10.3935C8.73835 10.5852 8.95724 10.7378 9.20023 10.8421C9.44323 10.9464 9.70533 11.0002 9.96976 11.0002C10.2342 11.0002 10.4958 10.9464 10.7388 10.8421C10.9818 10.7378 11.2007 10.5852 11.3828 10.3935L19.708 1.76852C19.8941 1.57278 19.9987 1.31355 20.0005 1.0435C20.0024 0.773448 19.9012 0.5128 19.7178 0.314513C19.6273 0.216284 19.5177 0.137697 19.3955 0.0836015C19.2734 0.0295058 19.1414 0.00106027 19.0078 2.90807e-05C18.8743 -0.00100211 18.7421 0.0254012 18.6192 0.0776048C18.4962 0.129808 18.3851 0.206692 18.293 0.303511L10.6758 8.19751C10.5847 8.29342 10.4751 8.3698 10.3536 8.42199C10.232 8.47419 10.1016 8.50113 9.96928 8.50113C9.837 8.50113 9.70605 8.47419 9.58451 8.42199C9.46297 8.3698 9.35333 8.29342 9.26224 8.19751L1.70512 0.366515C1.61412 0.270625 1.50431 0.194271 1.38285 0.142088C1.26139 0.089906 1.13077 0.0629868 0.998574 0.0629868C0.866377 0.0629868 0.735758 0.089906 0.614296 0.142088C0.492835 0.194271 0.38303 0.270625 0.292031 0.366515Z' fill='%23FF64E6'/%3E%3C/svg%3E%0A");
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 65px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #009EE0;
}

#button:active {
    background-color: #009EE0;
}

#button.show {
    opacity: 1;
    visibility: visible;
}</pre></body></html>