/* InstantShop v52 - alinha instantshop-featured-buy à esquerda somente no mobile */
@media (max-width: 767.98px) {
    .instantshop-featured-buy,
    .instantshop-storefront-v20 .instantshop-featured-buy,
    .instantshop-homepage .instantshop-featured-buy,
    .instantshop-featured-slide .instantshop-featured-buy,
    .instantshop-featured-slider .instantshop-featured-buy {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        align-self: stretch !important;
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .instantshop-featured-buy > *,
    .instantshop-storefront-v20 .instantshop-featured-buy > * {
        text-align: left !important;
    }

    .instantshop-featured-buy .btn,
    .instantshop-storefront-v20 .instantshop-featured-buy .btn,
    .instantshop-featured-buy a.btn,
    .instantshop-featured-buy button.btn {
        margin-left: 0 !important;
        margin-right: auto !important;
        align-self: center !important;
    }
}
