<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mg-slider-products .owl-carousel__title span {
    background: none;
}

.mg-slider-products .owl-carousel__title {
    text-align: left;
}

.mg-slider-products .owl-carousel__title:before {
    width: 0;
    height: 0;
    background: none;
}

.mg_slider-goods__item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #0000001a;
}

.mg_slider-goods__left {
    box-shadow: none;
}

.mg_slider-goods__title {
    transition: all 0.4s ease-in-out;
}

.mg_slider-goods__title:hover {
    text-decoration: none;
    color: var(--accent-color);
}

.mg_slider-goods__item .sizeMap-row .size {
    border-radius: 0;
}

.mg_slider-goods__item .color-block {
    justify-content: center;
}

.c-carousel .owl-prev.disabled,
.c-carousel .owl-next.disabled {
    display: block;
    opacity: 0.3;
    pointer-events: none;
}

.c-carousel .owl-prev {
    left: auto;
    right: 15px;
}

.mg-slider-products .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.mg-slider-products .owl-nav [class*=owl-] {
    position: absolute;
    z-index: 9;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main-text-color);
    transition: all 0.4s ease-in-out;
}

.mg-slider-products .owl-nav svg {
    display: none;
}

.mg-slider-products .owl-nav .tmp-arrow-left::before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\F0141";
}

.mg-slider-products .owl-nav .tmp-arrow-right::before {
    content: "\F0142";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}

.mg-slider-products .tmp-arrow-right {
    right: 0px;
    transition: all 0.4s ease-in-out;
}

.mg-slider-products .tmp-arrow-left {
    left: -55px;
    transition: all 0.4s ease-in-out;
}

.mg-slider-products .tmp-arrow-right:hover,
.mg-slider-products .tmp-arrow-left:hover {
    color: var(--accent-color);
}

.mg-slider-products .tmp-arrow {
    position: absolute;
    top: 6px;
    width: 30px;
    height: 30px;
    padding: 7px 0 0;
    cursor: pointer;
    font-size: 28px;
    background: none;
    border: none;
}

.mg-slider-products .owl-carousel__title span {
    font-size: 26px;
    padding: 0;
    text-transform: none;
}

@media (max-width: 1005px) {
    .mg-slider-products .owl-carousel__title span {
        font-size: 20px;
    }
}
.mg_slider-goods__right .c-buy__buttons .product-info,
.mg_slider-goods__right .c-buy__buttons .addToCart {
    background: var(--secondary-background-color);
    color: var(--secondary-text-color);
}
.mg_slider-goods__right .c-buy__buttons .product-info:hover,
.mg_slider-goods__right .c-buy__buttons .addToCart:hover {
    background: var(--accent-color);
    opacity: 1;
    color: var(--main-text-color);
}

.mg_slider-goods__right .c-buy__buttons .addToCompare {
    padding: 8px 10px;
    background: var(--accent-color);
    color: var(--main-text-color);
    transition: all 0.4s ease-in-out;
    border: none !important;
}

.mg_slider-goods__right .c-buy__buttons .addToCompare:hover {
    background: var(--secondary-background-color);
    color: var(--secondary-text-color);
}

.mg-slider-products .owl-carousel {
    opacity: 0;
    padding: 0 8px 8px;
    overflow: hidden;
}
.mg-slider-products .owl-carousel.owl-loaded{
    opacity: 1;
}
.mg-slider-products .owl-stage-outer {
    overflow: visible;
}</pre></body></html>