@media only screen and (max-width: 991px) {
    :root {
        --aous-aw-content-padding: 2.25rem;
        --padding-page: 1rem;
    }

    .section_area {
        min-height: unset;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .content_single,
    .single_section {
        padding-top: 10rem;
    }

    .top_single {
        padding-top: 0;
    }

    .breadcrumb .breadcrumb-item:before,
    .breadcrumb li a {
        font-size: 0.9rem;
    }

    .header_breadcrumb_area {
        flex-direction: column;
        gap: 1rem;
    }

    .search_content {
        width: 100%;
    }

    .tabs_area a {
        font-size: 0.85rem;
    }

    a.not_available .soon_text {
        left: unset;
        right: 0px;
    }

    html[dir="rtl"] .silder_action a svg {
        rotate: 180deg;
    }

    .navbar_app {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        margin-top: 0rem;
        padding-inline: 1rem;
    }

    .navbar_app .logo {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .navbar_app .logo .open_menu {
        display: block;
        font-size: unset;
    }

    .navbar_app .logo .open_menu svg {
        --aous-aw-icon-size: 1.6rem;
        color: white;
    }

    .navbar_app .logo a {
        font-size: 1.25rem;
    }

    .navbar_app .logo a img {
        width: 7rem;
    }

    .navbar_app .main_link {
        padding: 0.6rem 0.7rem;
        gap: 0.1rem;
    }

    .navbar_app .categories_link {
        display: none;
    }

    .navbar_app .tool_links {
        gap: 0.35rem;
    }

    .search_btn_area {
        display: block;
    }

    .search_area {
        position: absolute;
        top: 4.5rem;
        left: 0;
        width: 100%;
        padding-inline: 1rem;
        z-index: 9999;
        background-color: #0f0f0fba;
        backdrop-filter: blur(10px);
        visibility: hidden;
        opacity: 0;
        transition: all 250ms ease;
    }

    .search_area.active {
        visibility: visible;
        opacity: 1;
    }

    .navbar_app .search_area .search_suggestions {
        padding-inline: 0rem;
    }

    .navbar_app .search_area .search_result_item img {
        width: 50px;
        height: 50px;
    }

    .navbar_app .search_area .search_result_item h4 {
        margin: 0;
    }

    .navbar_app .search_area .no_results_found_search {
        padding-inline: 1rem;
        padding-bottom: 0;
    }

    .profile_area .dashboard_area .dashboard_cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hero_section .text_area {
        padding-top: 10rem;
        width: 100%;
    }

    .hero_section .text_area h1 {
        font-size: 2rem;
    }

    .hero_section .text_area p {
        font-size: 1rem;
    }

    .hero_section .swiper-slide {
        width: 300px;
    }

    .hero_section .swiper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero_section .slider_area::before,
    .hero_section .slider_area::after {
        background: linear-gradient(270deg, rgb(26 26 26 / 57%) 0%, rgba(26, 26, 26, 0) 100%);
        width: 27px;
    }

    .categories_cards_area {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow: scroll;
        scrollbar-color: transparent transparent;
        gap: 1rem;
        padding-bottom: 4rem;
    }

    .categories_cards_area .category_card_area {
        padding-block: 1.5rem;
        padding-inline: 0.75rem;
        min-width: 19rem;
    }

    .categories_cards_area .category_card_area .content_section_card {
        grid-template-columns: 1fr;
        row-gap: 1.25rem;
    }

    .categories_cards_area .category_card_area .header_section_card {
        margin-bottom: 1rem;
    }

    .categories_cards_area .category_card_area .header_section_card h1 {
        font-size: 1rem;
    }

    .categories_cards_area .category_card_area .header_section_card a span {
        display: none;
    }

    html[dir="rtl"] .categories_cards_area .category_card_area .header_section_card a svg {
        rotate: 180deg;
    }

    .categories_cards_area .category_card_area .content_section_card .product_card_info .img_content img {
        width: 3.25rem;
    }

    .categories_section {
        grid-template-columns: 1fr;
    }

    .categories_section .info_area .sub_categories_links {
        width: 21.5rem;
    }

    .categories_section .info_area .sub_categories_links li a {
        padding: 0.7rem 1.1rem;
        font-size: 0.9rem;
    }

    .categories_section .links_content {
        margin-bottom: 2rem;
    }

    .categories_section .links_content ul li {
        margin-bottom: 0.5rem;
    }

    .categories_section .links_content ul li a {
        width: 100%;
        padding-block: .75rem;
        padding-inline: 1.5rem;
        font-size: 1.1rem;
    }

    .categories_section .body_links .products_area {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 3rem;
    }

    .categories_section .body_links .products_area li a span {
        font-size: 0.9rem;
    }

    .categories_section .body_links .products_area li a img {
        height: 100%;
    }

    .title_card_area {
        width: 100%;
    }

    .title_card_area h1 {
        font-size: 2rem;
    }

    .faqs_section {
        padding-block: 2rem;
    }

    .faqs_section .question_area {
        width: 100%;
    }

    .cookies_area .row {
        flex-direction: column;
        gap: 1rem;
    }

    .cookies_area p {
        font-size: 1rem;
    }

    .cookies_area .col,
    .cookies_area .col-auto,
    .cookies_area button {
        width: 100%;
    }

    .app_footer .app_footer_content .content_copyright {
        flex-direction: column;
        align-items: start;
        gap: 2rem;
    }

    .app_footer .app_footer_content .content_copyright h1 a {
        font-size: 1.25rem;
    }

    .global_section .header_section p {
        width: 100%;
    }

    .product_details_section {
        padding-bottom: 5rem;
    }

    .product_details_section .product_details_area {
        grid-template-columns: 1fr;
    }

    .product_details_section .product_details_area .product_info .product_img_area {
        align-items: flex-start;
        gap: 1rem;
        flex-direction: column;
    }

    .product_details_section .product_details_area .product_info .product_img_area img {
        width: 100%;
    }

    .product_details_section .product_details_area .product_info .product_digital_pins {
        padding-inline: 1rem;
    }

    .product_details_section .product_details_area .product_info .product_digital_pins .product_denomination_links ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .product_details_section .product_details_area .product_action_area .product_action_tools {
        margin-top: unset;
    }

    .main_category_details_section .sub_categories_area ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .main_category_details_section .products_area ul,
    .sub_category_details_section .products_area ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .sub_category_details_section .products_area ul li a {
        padding-bottom: 0rem;
    }

    .auth_section {
        width: 100% !important;
        margin-top: 6.5rem !important;
    }

    .header_page h1 {
        font-size: 1.25rem;
    }

    .show_more_wrapper a {
        font-size: 1rem;
    }

    .top_selling_products_area,
    .games_gallery_area {
        padding-block: 2rem;
    }

    .profile_area {
        margin-top: 9rem;
        padding-bottom: 2.5rem;
    }

    .nav_title {
        display: none;
    }

    .navbar_app.single_navbar {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
        height: max-content;
    }

    .navbar_app.single_navbar .tool_links {
        justify-content: space-between;
        width: 100%;
    }

    .navbar_app.single_navbar .tool_links .balance_badge {
        width: 10rem;
    }

    .nav_profile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--main-bg);
        padding: 1rem;
        z-index: 999;
        transition: all 250ms ease;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .nav_profile {
        left: unset;
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav_profile.active {
        transform: translateX(0);
    }

    .nav_profile.active {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }

    .nav_profile .menu_navbar {
        margin-bottom: 2rem;
        display: block !important;
    }

    .nav_profile .menu_navbar .logo {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .nav_profile .menu_navbar .logo a:not(.close_menu) {
        display: block;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--main-text);
    }

    .nav_profile .menu_navbar .close_menu svg {
        --aous-aw-icon-size: 1.6rem;
        color: var(--main-text);
    }

    .profile_area .profile_content {
        display: block;
    }

    .profile_area .profile_content .nav_profile ul {
        top: 5rem;
    }

    .profile_area .account_info_body {
        margin-bottom: 1rem;
    }

    form .btn {
        width: 100%;
        margin-top: 1rem;
    }

    .profile_area .categories_area .categories_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile_area .categories_area .categories_row .category_card {
        margin-bottom: 1rem;
    }

    .profile_area .categories_area.sub_categories_area .categories_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile_area .products_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile_area .product_details_area .product_info .product_img_area {
        text-align: center;
        flex-direction: column;
        gap: 1rem;
    }

    .profile_area .product_details_area .product_info .product_img_area img {
        width: 100%;
    }

    .profile_area .product_details_area .product_info .product_img_area span {
        color: var(--paragraph-text);
        font-size: 1rem;
    }

    .profile_area .product_details_area .product_info .product_action_area {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile_area .product_details_area .product_info .product_action_area .price_card_info:last-child {
        grid-column: 1 / -1;
        grid-template-columns: 10% 1fr;
    }

    .profile_area .product_details_area .product_info .form_area {
        padding: 1.25rem 1rem;
    }

    .profile_area .product_details_area .product_info .form_area .order_form .inputs_area {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .profile_area .product_details_area .product_info .product_digital_pins {
        margin-top: 2rem;
        padding-inline: 1rem;
    }

    .profile_area .product_details_area .product_info .product_digital_pins .product_denomination_links ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile_area .payment_method_area .payment_method_row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .profile_area .dashboard_area .dashboard_cards .card .card-body {
        padding-inline: 1rem;
    }

    .profile_area .dashboard_area .dashboard_cards .card .email_content {
        font-size: 0.9rem;
    }

    .profile_area .dashboard_area .dashboard_cards .card .email_content .email_text {
        gap: 0.25rem;
    }

    .profile_area .dashboard_area .dashboard_cards .card .bottom_content .total_info .title_info {
        font-size: 0.8rem;
    }

    .profile_area .dashboard_area .top_selling_area .top_selling_products li a {
        width: 7.5rem;
    }

    .profile_area .transfer_cards {
        grid-template-columns: 1fr;
    }

    .profile_area .transfer_cards .transfer_card .transfer_card_info {
        grid-template-columns: 12% 1fr;
    }

    .profile_area .transfer_cards .transfer_card .transfer_card_info svg {
        --aous-aw-icon-size: 2rem;
    }

    html[dir="rtl"] .profile_area .transfer_cards .transfer_card .arrow_icon {
        rotate: 180deg;
    }

    .cookie_card {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .cookie_card .cookie_action {
        width: 100%;
    }
}
