<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Desktops and laptops ----------- */
@media only screen
and (min-device-width: 768px)
and (min-width: 768px)
and (orientation : landscape){

}

/* ================================================================================================================ */
/* Smartphones (portrait) ----------- */
/* ================================================================================================================ */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

     #fware-summary-wrapper-class{
         padding-left: 0px;
     }
    .astra-shop-summary-wrap{
        padding: 5px 5px 5px 5px !important;
    }
    .shop-loop-add-to-cart-link{
        background-color: rgba(0,0,0, 0.3);
    }

    .shop-loop-add-to-cart-link &gt; .button{
        color: white !important;
    }

}

/* ================================================================================================================ */
/* BOTH ----------- */
/* ================================================================================================================ */

#product-size-html{
    font-size: 1.5em !important;
}

.woocommerce div.product form.cart .variations{
    max-width: 350px;
    margin: auto;
}
.pricing-table-option-btn-cls{
    display: flex;
}

.product-sizes-grid-button-cls {
    padding-left: 15px;
    text-align: left;
    width: 100px;
}

.room-preview-img-cls{
    width: 100px !important;
    margin: auto;
}
.pricing-table-option-btn-cls{
    color: inherit;
}

#configurator-contact-me-href-wrapper{
    padding: 7px 0px 7px 0px;
}

.custom-product-feature-description{
    text-align: center !important;
}</pre></body></html>