<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.owl-carousel .owl-nav .owl-prev {
    right: 27px;
}


.owl-carousel .owl-stage-outer {
    z-index: 50;
    overflow: visible !important
}

.owl-carousel .owl-stage-outer {
    position: relative;
    width: 100%;
    direction: ltr !important
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 44%;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-size: 0px;
    z-index: 100
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    opacity: .5;
    font-size: 0;
    color: #292733;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    z-index: 1;
    border-radius: 2px;
    border: 1px dashed #898989;
    background: rgba(241, 250, 255, .24);
    line-height: 31px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    font-size: 0px;
    width: 38px;
    height: 38px;
    text-shadow: none;
    text-align: center;
    font-family: "SourceSansPro";
    border: 0;
    color: #292733;
    margin: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.4) !important;
    border-radius: 4px
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 37px;
    display: block;
    width: 38px
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus {
    background: #000 !important;
    color: #fff
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: #fff !important;
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104"
}

.owl-carousel .owl-nav .owl-next {
    right: 0px;
    background: #fff !important;
    left: unset !important;
}

.owl-carousel .owl-nav .owl-next:before {
    content: "\f105"
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    display: none
}

.owl-carousel .owl-row {
    margin: 0px -10px
}

.owl-carousel .owl-row .owl-item {
    padding: 0px 10px
}

.owl-carousel.slider-products .owl-item {
    margin: 0px;
    padding: 0px;
    width: 212px !important;
}

.owl-carousel .owl-item:not(.active) {
    opacity: 60%
}

.owl-carousel .owl-item .product-card {
    width: inherit;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}


.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    width: 100%;
    direction: ltr !important
}

.owl-carousel .owl-stage-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-stage {
    padding: 14px 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.owl-item.loading {
    min-height: 150px;
    background: url('//cdn.shopify.com/s/files/1/0285/3702/8668/t/152/assets/AjaxLoader.gif?v=66431031005733996371654852457') center center no-repeat
}

.slideshow-full .owl-item {
    width: 1102px !important;
}

@media only screen and (max-width: 999px) {
    .slideshow-full .owl-item {
        width: 322px !important;
    }
}

.owl-dot {
    width: 8px;
    height: 8px;
    background: #ccc !important;
    border-radius: 100%;
    margin: 0 6px;
}

.owl-dot.active {
    background-color: #df0000 !important;
    border-color: #df0000 !important;
    height: 16px;
    width: 16px;

}

.owl-carousel .owl-item,
.owl-carousel .owl-stage {
    padding: 0;
}

.owl-carousel .owl-item .ee-label {
    display: none;
}

.owl-carousel .owl-item .product-card__title {
    height: 76px;
}

.owl-carousel .price__sale {
    flex-direction: column;
}</pre></body></html>