<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-options-bottom .price-box .price-container .from{
    font-size: 25px !important;
}
.product-options-bottom .price-box .price-container .price {
    display: flex;
    gap: 10px;
}
@media (max-width: 1200px) {
    .product-options-bottom .price-box .price-container .price {
        font-size: 25px !important;
    }
    .product-options-bottom .price-box .price-container .from {
        font-size: 22px !important;
    }
}
@media (max-width: 500px) {
    .catalog-product-view .product-form-price-custom .product-add-form .product-options-bottom {
        flex-direction: column;
    }
    .catalog-product-view .product-form-price-custom .product-add-form .product-options-bottom .box-tocart {
        display: flex;
        width: 100%;
        order: 2;
    }
    .catalog-product-view .product-form-price-custom .product-add-form .product-options-bottom .box-tocart .fieldset {
        width: 100%;
    }
    .catalog-product-view .product-form-price-custom .price-final_price {
        order: 1;
    }
}


.page-products  .product-block .owl-stage{
    display: flex!important;
    margin: 0 auto;
    width: 70% !important;
}
.featuredProducts h2{
    text-align: center;
}
.block.widget .products-grid .product-item {
    width: 95% !important;
}
.page-products  .product-block .owl-nav{
    display: none;
}

@media (max-width: 768px) {
    .page-products  .product-block .owl-stage{
        width: 100% !important;
    }
    .page-products  .product-block .owl-dots{
        display: flex;
        justify-content: center;
        margin-top: 10px;
        grid-gap: 10px;
    }
    .owl-dot{
        background: #fff;
        border: 1px solid #000;
        width: 10px;
        height: 10px;
        border-radius: 500px;
        padding: 0;
    }
    .owl-dot.active{
       background: #000;
    }
    .page-products .product-block .owl-stage-outer{
        overflow: hidden ;
    }
    .page-products .product-block .owl-item{
        width: 50% ;
    }
    .page-products .product-block .owl-stage {

        overflow: initial;
    }
}</pre></body></html>