<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-preview {
    margin-bottom: 30px;
    float: left;
    padding: 0px;
    position: relative;
    border: 1px solid #fff;
}

.product-preview .preview {
    position: relative;
    overflow: hidden;
}

.product-preview .label {
    border: 1px solid #df0024;
    border-top-color: rgb(223, 0, 36);
    border-right-color: rgb(223, 0, 36);
    border-bottom-color: rgb(223, 0, 36);
    border-left-color: rgb(223, 0, 36);
    border-radius: 0;
    color: #df0024;
    display: inline-block;
    font-weight: 400;
    height: 22px;
    line-height: 20px;
    min-width: 38px;
    padding: 0 7px;
    position: absolute;
    left: 13px;
    text-align: center;
    top: 13px;
    font-size: 13px;
}

.product-preview .label-right {
    display: inline-block;
    min-width: 38px;
    padding: 0 7px;
    position: absolute;
    right: 13px;
    top: 13px;
}

.product-preview .label-new {
    border-color: #007fec !important;
    color: #007fec !important;
}

.product-preview .product-button {
    display: inline-block;
    left: -50px;
    position: absolute;
    top: 13px;
    transition: all .5s ease-in 0s;
    -moz-transition: all .5s ease-in 0s;
    -webkit-transition: all .5s ease-in 0s;
    -o-transition: all .5s ease-in 0s;
}

.product-preview .product-info {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.product-preview .title {
    color: #292929;
    display: inline-block;
    float: left;
    line-height: 1.3;
    padding-bottom: 0;
    text-transform: capitalize;
    width: 100%;
    font-size: 1.07em;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-preview .price {
        font-size: 0.72em !important;
    }

    .product-preview .old {
        font-size: 0.72em !important;
    }
}

.product-preview .price {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 2px 10px;
    border-radius: 25px;
}

.product-preview .content_price {
    padding-bottom: 20px;
}

.product-preview .old {
    color: #ffff01;
    font-size: 0.92em;
    font-weight: 400;
    text-decoration: line-through;
    margin-top: 0px !important;
}

.product-preview .add_to_cart_button {
    bottom: -20px;
    cursor: default;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.product-preview .cart-button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    min-width: 127px;
    text-align: center;
    text-transform: uppercase;
}

.description-height {
    min-height: 60px;
    max-height: 60px
}

.color-height {
    min-height: 30px;
    max-height: 30px;
}</pre></body></html>