/* Responsive */
@media (max-width: 767px) {
    .custom-style .site-main .entry-title {
        font-size: 24px;
    }

    .custom-style .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .custom-style .nassy-tab-btn {
        padding: 10px 14px;
        font-size: 14px;
    }

    .custom-style .nassy-tabs-content {
        padding-top: 0;
    }

    .custom-style .woocommerce-orders-table td {
        font-size: 14px
    }

    .custom-style .woocommerce-MyAccount-content {
        padding: 20px;
    }

    .bg-teddy::before,
    .bg-teddy::after {
        /* display: none; */
        width: 180px !important;
        height: 180px !important;
    }

    .custom-style ul.products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .custom-style .woocommerce-loop-product__title {
        font-size: 14px !important;
    }

    .custom-style ul.products li.product {
        padding: 0 !important;
    }
}