<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:100px) and (max-width: 500px) {
    .fma_order_on_whatsapp_btn_on_shop_page{
        max-width: min-content !important;
    }
}
@media screen and (min-width:500px) and (max-width: 900px) {
    .fma_order_on_whatsapp_btn_on_shop_page{
        max-width: fit-content !important;
    }
}
@media screen and (min-width:1024px) and (max-width: 1150px) {
    .fma_order_on_whatsapp_btn_on_shop_page{
        max-width: fit-content !important;
    }
}
@media screen and (min-width:100px) and (max-width: 325px) {
    .whatsapp_contact_cart_page{
        max-width: min-content !important;
    }
}
@media screen and (min-width:325px) and (max-width: 500px) {
    .whatsapp_contact_cart_page{
        max-width: fit-content !important;
    }
}</pre></body></html>