@media only screen and (max-width: 1920px) and (min-width: 993px) {
    html:not(:has(.map_page_body)) {
        zoom: calc(100dvw / 1920px);
    }
}

@media only screen and (max-width: 992px) {

    body {
        font-size: 16px;
        padding-top: 68px;
    }

    .container {
        padding: 0 24px;
        max-width: 670px;
    }

    .section {
        margin: 80px 0;
    }

    header {
        padding: 12px 0;
    }

    .logo img {
        height: 36px;
        width: auto;
    }

    .menu_toggle {
        display: flex;
    }

    .header_nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background-color: var(--color-bg);
        flex-direction: column;
        gap: 24px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
        padding-top: 90px;
        overflow: auto;
        padding-bottom: 40px;
    }

    .header_nav.nav_open {
        opacity: 1;
        visibility: visible;
    }

    .top_nav {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-right: 0;
    }

    .top_nav a {
        font-size: 22px;
    }

    .header_nav .btn {
        width: 280px;
        text-align: center;
        justify-content: center;
    }

    .header_nav .cart_icn,
    .header_nav .user_icn {
        padding: 10px;
    }

    .intro_title h1 {
        font-size: 40px;
    }

    .page_intro {
        margin-top: 40px;
    }

    .page_intro h1 {
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .page_intro_cover {
        height: 450px;
        border-radius: 0;
        margin-left: -24px;
        margin-right: -24px;
    }

    .page_intro_texts {
        margin-top: 40px;
        flex-direction: column;
        gap: 32px;
        font-size: 18px;
        line-height: 28px;
    }

    .highlight_wrp h2 {
        font-size: 60px;
        line-height: 1.2;
        margin-bottom: 45px;
    }

    .highlight_wrp h2 br {
        display: none;
    }

    .heading h2, .heading .h2 {
        font-size: 48px;
        line-height: 1.2;
    }

    .btn {
        padding: 12px 24px;
        font-size: 16px;
    }

    .intro {
        padding-top: 120px;
        padding-bottom: 120px;
        height: auto;
        min-height: 560px;
        max-height: none;
        margin-bottom: 100px;
        margin-top: 0 !important;
    }

    .intro_cover {
        width: calc(100% - 48px);
    }

    .intro_title {
        gap: 24px;
    }

    .intro .container {
        padding: 0 40px;
    }

    .highlight_cards {
        flex-direction: column;
        align-items: center;
    }

    .highlight_card {
        max-width: 100%;
        width: 100%;
    }

    .highlight_card_main {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        padding-top: 36px;
    }

    .target_item {
        flex-direction: column;
    }

    .target_desc {
        max-width: 100%;
        padding: 40px 32px;
    }

    .target_img {
        max-width: 100%;
        min-height: 400px;
    }

    .target_items_wrp {
        max-width: 100%;
        min-height: auto;
        padding: 40px;
        width: 100%;
        justify-content: center;
    }

    .mobile_slider.swiper-initialized .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 0;
    }

    .mobile_slider .swiper-pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        position: relative;
        margin: 0;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: -10px;
    }

    .mobile_slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--color-primary-dark);
        opacity: 0.25;
        transition: opacity 0.3s;
    }

    .mobile_slider .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .review_card {
        width: 100%;
    }

    .review_card span {
        font-size: 20px;
    }

    .review_card p {
        font-size: 20px;
    }

    .materials_list {
        padding: 140px 0;
    }

    .materials_slider_el .swiper-slide {
        width: 320px;
    }

    .material_item {
        height: 300px;
    }

    .materials_bg {
        width: calc(100% - 32px);
    }

    .faq_item {
        padding: 32px 28px;
    }

    .faq_header {
        font-size: 20px;
    }

    .faq_body {
        font-size: 17px;
    }

    .contact_info_flex {
        flex-direction: column;
        gap: 0;
    }

    .contact_info_flex .heading {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .contact_info_row {
        flex-direction: column;
        gap: 10px;
    }

    .contact_info_label {
        width: 100%;
        font-size: 24px;
    }

    .contact_info_value {
        font-size: 18px;
    }

    .contact_flex {
        flex-direction: column;
        gap: 0;
    }

    .contact_flex .heading {
        text-align: center;
        max-width: 100%;
    }

    .contact_info_flex .heading br {
        display: none;
    }

    .contact_form_wrp {
        max-width: 100%;
    }

    input {
        height: 50px;
    }

    .newsletter_element {
        min-height: 360px;
        padding: 32px 24px;
    }

    .newsletter_element h3 {
        font-size: 30px;
    }

    .showroom_gallery {
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 40px;
    }

    .showroom_gallery_item {
        flex: none;
        width: calc(50% - 8px);
        height: 280px;
        border-radius: 16px;
    }

    .showroom_section .heading {
        margin-bottom: 40px;
    }

    .values_grid_grid {
        gap: 16px;
        margin-bottom: 60px;
    }

    .values_grid_grid>* {
        width: calc(50% - 8px);
    }

    .values_grid_card {
        padding: 32px 36px;
        border-radius: 20px;
    }

    .values_grid_card_num {
        font-size: 50px;
    }

    .values_grid_card_text {
        font-size: 17px;
    }

    .values_grid_img {
        border-radius: 16px;
    }

    .values_grid_section .heading {
        margin-bottom: 40px;
    }

    .entities_section {
        padding-top: 80px;
        padding-bottom: 80px;
        border-radius: 16px;
    }

    .entities_section .heading {
        margin-bottom: 50px;
    }

    .entities_list {
        gap: 60px;
    }

    .entities_card {
        flex-direction: column;
        gap: 30px;
    }

    .entities_card_img {
        width: 100%;
        min-width: 0;
        height: 350px;
    }

    .entities_card_name {
        font-size: 40px;
        line-height: 1.2;
    }

    .entities_card_role {
        font-size: 22px;
    }

    .entities_card_text {
        font-size: 16px;
        line-height: 1.6;
    }

    .entities_card_header {
        padding: 20px 0;
    }

    .steps_item {
        padding: 40px 0;
    }

    .steps_item_row {
        flex-direction: column;
        gap: 30px;
    }

    .steps_item_visual {
        width: 100%;
        min-width: 1px;
        height: auto;
    }

    .steps_item_img {
        width: 100%;
        height: 460px;
        position: relative;
    }

    .steps_item_num {
        width: 170px;
        height: 170px;
        font-size: 50px;
        border-radius: 20px;
    }

    .steps_item_title {
        font-size: 28px;
    }

    .steps_item_text {
        font-size: 17px;
        line-height: 1.6;
    }

    .references_content {
        flex-direction: column;
        gap: 32px;
    }

    .references_img {
        width: 100%;
        min-width: 0;
        height: 400px;
    }

    .references_title {
        font-size: 30px;
    }

    .references_desc {
        font-size: 17px;
    }

    .benefits_card {
        flex: none;
        width: 100%;
        height: auto;
        min-height: 280px;
        padding: 32px 20px;
    }

    .benefits_card_header h3 {
        font-size: 26px;
    }

    .benefits_card_text {
        font-size: 16px;
    }

    .logos_section {
        margin-bottom: 50px;
    }

    .footer_flex {
        flex-wrap: wrap;
        gap: 32px;
    }

    .footer_column {
        width: calc(33.333% - 22px);
    }

    .footer_column:last-child {
        width: 100%;
    }

    .footer_contact {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer_column>p {
        font-size: 17px;
    }

    .footer_column ul {
        font-size: 17px;
        margin: 0;
    }

    .footer_contact>a {
        font-size: 28px;
    }

    .footer_cover {
        padding: 60px 40px;
    }

    .preview3d-layout {
        flex-direction: column;
        min-height: auto;
    }

    .preview3d-sidebar {
        width: 100%;
        max-height: none;
        overflow-y: visible;
        overflow-x: auto;
    }

    #productList {
        display: flex;
        gap: 12px;
    }

    .preview3d-product {
        margin-bottom: 0;
        min-width: 220px;
    }

    .preview3d-variants {
        padding: 10px 2px;
        white-space: nowrap;
        flex-wrap: nowrap;
        perspective: initial;
        width: 100%;
        overflow: auto;
    }

    .preview3d-canvas-wrap {
        min-height: 400px;
    }

    .gallery_slider_btn {
        display: none;
    }

    .gallery_slider_wrp {
        flex-direction: column;
        gap: 0;
    }

    .gallery_slider {
        width: 100%;
    }

    .gallery_slider .swiper-slide {
        height: 260px;
    }

    .gallery_slider_pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .gallery_slider_pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--color-primary-dark);
        opacity: 0.25;
        transition: opacity 0.3s;
    }

    .gallery_slider_pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .case_study_content {
        flex-direction: column;
        gap: 32px;
    }

    .case_study_img {
        width: 100%;
        min-width: 0;
        height: 400px;
    }

    .case_study_title {
        font-size: 30px;
    }

    .case_study_desc {
        font-size: 17px;
    }

    .case_study_gallery {
        flex-wrap: wrap;
        gap: 16px;
    }

    .case_study_gallery_item {
        flex: none;
        width: calc(50% - 8px);
        height: 280px;
        border-radius: 16px;
    }

    .case_study_item {
        padding-bottom: 40px;
    }

    .case_studies_list {
        gap: 40px;
    }

    .case_study_content {
        margin-bottom: 40px;
    }

    .content_header h1 {
        font-size: 36px;
    }

    .content_cover {
        height: 360px;
        margin-bottom: 36px;
    }

    .content h2 {
        font-size: 30px;
    }

    .content h3 {
        font-size: 24px;
    }

    .content p,
    .content ul,
    .content ol,
    .content table {
        font-size: 16px;
    }

    .products_filter_toggle {
        display: block;
        margin-bottom: 24px;
    }

    .products_filter {
        display: none;
        width: 100%;
    }

    .products_filter.active {
        display: flex;
        flex-direction: column;
    }

    .products_flex {
        flex-direction: column;
        gap: 30px;
    }

    .product_card {
        width: calc((100% - 48px) / 3);
    }

    .pd_flex {
        flex-direction: column;
        gap: 30px;
    }

    .pd_image {
        width: 100%;
        height: 400px;
        flex: none;
    }

    .pd_title {
        font-size: 32px;
    }

    .pd_spec_label {
        width: 160px;
    }

    .pd_spec_row {
        font-size: 16px;
    }

    .pd_price_label,
    .pd_price_value {
        font-size: 24px;
    }

    .blog_card {
        width: calc((100% - 30px) / 2);
    }

    .blog_card_title {
        font-size: 24px;
    }

    .blog_card_img {
        height: 260px;
    }

    .map_container {
        padding: 0 24px;
    }

    .map_topbar {
        flex-wrap: wrap;
        gap: 12px;
    }

    .map_topbar_center {
        flex-wrap: wrap;
        gap: 10px;
    }

    .map_search_wrp {
        width: 100%;
        order: 10;
    }

    .map_search_wrp .map_search_input {
        height: 46px;
        font-size: 16px;
        padding: 0 24px;
    }

    .map_sidebar {
        width: 280px;
        padding: 0 20px 0 0;
    }

    .map_topbar .logo img {
        height: 32px;
    }
    .contact_info_list {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .pd_cart {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {

    .page_intro h1 {
        font-size: 38px;
    }

    .page_intro_cover {
        height: 350px;
    }

    .intro_title h1 {
        font-size: 34px;
    }

    .intro_title h1 br {
        display: none;
    }

    .highlight_wrp h2 {
        font-size: 44px;
    }

    .heading h2, .heading .h2 {
        font-size: 38px;
    }

    .after_h2 {
        font-size: 15px;
    }

    .intro {
        padding-top: 100px;
        padding-bottom: 80px;
        min-height: 480px;
        margin-bottom: 60px;
    }

    .target_img {
        min-height: 320px;
    }

    .target_desc {
        padding: 32px 24px;
        text-align: center;
    }

    .target_desc_title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .references_img {
        height: 320px;
    }

    .references_title {
        font-size: 26px;
    }

    .review_card span {
        font-size: 18px;
    }

    .review_card p {
        font-size: 18px;
    }

    .materials_list {
        padding: 100px 0;
    }

    .materials_slider_el .swiper-slide {
        width: 260px;
    }

    .material_item {
        height: 250px;
    }

    .faq_item {
        padding: 24px 20px;
    }

    .faq_header {
        font-size: 18px;
    }

    .faq_body {
        font-size: 16px;
    }

    .newsletter_element button {
        position: static;
        transform: none;
        width: 100%;
    }

    .newsletter_element form input {
        padding-right: 38px;
    }

    .newsletter_element form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .newsletter_element form .btn,
    .newsletter_element form .btn:hover {
        background-color: var(--color-bg);
        color: var(--color-primary-dark);
    }

    .footer_contact {
        text-align: left;
    }

    .footer_contact>a {
        font-size: 19px;
    }

    .footer_contact ul {
        justify-content: flex-start;
    }

    .footer_cover {
        padding: 40px 24px;
    }

    .preview3d-canvas-wrap {
        min-height: 320px;
    }

    .preview3d-variant {
        width: 56px;
        height: 56px;
        border-radius: 10px;
    }
    .references_list .reviews_cards {
        margin-top: 0;
    }
    .references_list .review_card {
        gap: 30px;
    }

    .case_study_img {
        height: 320px;
    }

    .case_study_title {
        font-size: 26px;
    }

    .product_card {
        width: calc((100% - 24px) / 2);
    }

    .product_card_img {
        height: 160px;
    }

    .product_card_title {
        font-size: 22px;
    }
    header + .section {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 680px) {

    .footer_column,
    .footer_column:last-child {
        width: calc(50% - 17px);
    }

    .footer_contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    body {
        font-size: 15px;
    }

    .section {
        margin: 50px 0;
    }

    header {
        padding: 10px 0;
    }

    .logo img {
        height: 28px;
    }

    .intro_title h1 {
        font-size: 28px;
    }

    .page_intro h1 {
        font-size: 29px;
        line-height: 1.2;
        margin-bottom: 24px;
        font-weight: 500;
    }

    .page_intro_cover {
        height: 240px;
    }

    .page_intro_texts {
        margin-top: 28px;
        gap: 24px;
        font-size: 15px;
        line-height: 1.6;
    }

    .highlight_wrp h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .heading h2, .heading .h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .btn {
        padding: 11px 20px;
        font-size: 14px;
    }

    .intro {
        padding-top: 80px;
        padding-bottom: 60px;
        min-height: 420px;
        margin-bottom: 40px;
    }

    .intro_cover {
        width: calc(100% - 32px);
        border-radius: 14px;
    }

    .intro .container {
        padding: 0 24px;
    }

    .highlight_card {
        padding: 28px 20px;
    }

    .highlight_card_title {
        font-size: 20px;
        line-height: 1.3;
        display: inline-block;
        padding: 10px 0;
    }

    .highlight_card_text {
        font-size: 15px;
    }

    .gallery_slider .swiper-slide {
        height: 180px;
        border-radius: 14px;
    }

    .gallery_slider {
        border-radius: 14px;
    }

    .references_content {
        gap: 24px;
    }

    .references_img {
        height: 220px;
        border-radius: 14px;
    }

    .references_title {
        font-size: 22px;
    }

    .references_desc {
        font-size: 15px;
    }

    .case_study_content {
        gap: 24px;
        margin-bottom: 30px;
    }

    .case_study_img {
        height: 220px;
        border-radius: 14px;
    }

    .case_study_title {
        font-size: 22px;
    }

    .case_study_desc {
        font-size: 15px;
    }

    .case_study_gallery {
        gap: 12px;
    }

    .case_study_gallery_item {
        width: calc(50% - 6px);
        height: 180px;
        border-radius: 14px;
    }

    .case_studies_list {
        gap: 30px;
    }

    .case_study_item {
        padding-bottom: 30px;
    }

    .content_header h1 {
        font-size: 28px;
    }

    .content_meta {
        font-size: 16px;
    }

    .content_cover {
        height: 240px;
        border-radius: 14px;
        margin-bottom: 30px;
    }

    .content h2 {
        font-size: 24px;
    }

    .content h3 {
        font-size: 20px;
    }

    .content h4 {
        font-size: 18px;
    }

    .content p,
    .content ul,
    .content ol,
    .content table {
        font-size: 15px;
    }

    .content th,
    .content td {
        padding: 10px 12px;
    }

    .blog_card {
        width: 100%;
    }

    .blog_card_img {
        height: 200px;
        border-radius: 14px;
    }

    .blog_card_title {
        font-size: 20px;
    }

    .blog_card_meta {
        font-size: 16px;
    }

    .benefits_card {
        min-height: 240px;
        padding: 24px 16px;
        border-radius: 14px;
    }

    .benefits_card_header h3 {
        font-size: 22px;
    }

    .benefits_card_text {
        font-size: 15px;
    }

    .highlight_card_main {
        padding: 28px 20px;
    }

    .target_flex {
        gap: 32px;
    }

    .target_desc {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .target_desc_title {
        font-size: 19px;
        margin-bottom: 24px;
    }

    .target_img {
        min-height: 260px;
        border-radius: 16px;
    }

    .target_items_wrp {
        border-radius: 16px;
        padding: 32px 20px;
    }

    .review_card {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .review_card span {
        font-size: 16px;
    }

    .review_card p {
        font-size: 16px;
    }

    .review_rating {
        width: 170px;
        height: 32px;
        background-size: contain;
        font-size: 19px;
        margin-bottom: 30px;
        margin-top: -20px;
    }

    .materials_list {
        padding: 80px 0;
    }

    .materials_slider_el .swiper-slide {
        width: 160px;
    }

    .material_item {
        height: 160px;
    }

    .materials_bg {
        width: calc(100% - 16px);
    }

    .faq_item {
        padding: 20px 16px;
    }

    .faq_header {
        font-size: 16px;
    }

    .faq_body {
        font-size: 15px;
    }

    .faq_item.opened {
        border-radius: 14px;
    }

    .contact_info_label {
        font-size: 20px;
    }

    .contact_info_value {
        font-size: 16px;
    }

    .contact_info_row {
        gap: 8px;
        padding-bottom: 20px;
    }

    .contact_info_list {
        gap: 20px;
    }

    .contact_flex .heading h2 {
        font-size: 28px;
    }

    input,
    textarea {
        height: 43px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    textarea {
        height: 160px;
    }

    .contact_form_wrp form {
        gap: 14px;
    }

    .newsletter_element {
        min-height: 260px;
        padding: 28px 16px;
        border-radius: 14px;
    }

    .newsletter_element h3 {
        font-size: 22px;
    }

    .showroom_gallery {
        gap: 12px;
        margin-bottom: 30px;
    }

    .showroom_gallery_item {
        width: calc(50% - 6px);
        height: 180px;
        border-radius: 14px;
    }

    .showroom_section .heading {
        margin-bottom: 24px;
    }

    .steps_item {
        padding: 30px 0;
    }

    .steps_item_visual {
        width: 100%;
        min-width: 1px;
        height: auto;
    }

    .steps_item_img {
        width: 100%;
        height: 300px;
        border-radius: 14px;
        position: relative;
    }

    .steps_item_num {
        width: 80px;
        height: 80px;
        font-size: 26px;
        border-radius: 14px;
        right: 20px;
        bottom: 20px;
    }

    .steps_item_title {
        font-size: 22px;
    }

    .steps_item_text {
        font-size: 15px;
        line-height: 1.5;
    }

    .values_grid_grid {
        gap: 12px;
        margin-bottom: 40px;
    }

    .values_grid_grid>* {
        width: 100%;
    }

    .values_grid_grid>*:nth-child(5) {
        order: 6;
    }

    .values_grid_grid>*:nth-child(6) {
        order: 5;
    }

    .values_grid_grid>*:nth-child(7) {
        order: 8;
    }

    .values_grid_grid>*:nth-child(8) {
        order: 7;
    }

    .values_grid_card {
        padding: 20px;
        border-radius: 14px;
    }

    .values_grid_card_num {
        font-size: 36px;
    }

    .values_grid_card_text {
        font-size: 14px;
        line-height: 1.4;
    }

    .values_grid_img {
        border-radius: 14px;
    }

    .values_grid_section .heading {
        margin-bottom: 24px;
    }

    .entities_section {
        padding-top: 50px;
        padding-bottom: 50px;
        border-radius: 14px;
    }

    .entities_section .heading {
        margin-bottom: 32px;
    }

    .entities_list {
        gap: 40px;
    }

    .entities_card {
        gap: 20px;
    }

    .entities_card_img {
        height: 340px;
    }

    .entities_card_name {
        font-size: 28px;
        line-height: 1.2;
    }

    .entities_card_role {
        font-size: 18px;
    }

    .entities_card_text {
        font-size: 15px;
    }

    .entities_card_header {
        padding: 16px 0;
    }

    .cover_image img {
        border-radius: 14px;
    }

    .after_h1 {
        font-size: 16px;
    }

    .highlight_card_main_text {
        font-size: 16px;
        line-height: 1.8;
    }

    .target_desc_text {
        font-size: 15px;
        line-height: 1.7;
    }

    .target_items {
        font-size: 16px;
        line-height: 1.6;
    }

    .target_items li::after {
        margin: 20px auto;
    }

    .footer_flex {
        flex-direction: column;
        gap: 28px;
    }

    .footer_column {
        width: 100%;
    }

    .footer_column>p {
        font-size: 15px;
    }

    .footer_column ul {
        font-size: 15px;
    }

    .footer_contact>a {
        font-size: 22px;
    }

    .footer_cover {
        padding: 28px 16px;
        width: calc(100% - 16px);
        border-radius: 14px;
        margin-bottom: 12px;
    }

    .footer_cover p {
        font-size: 15px;
    }

    .material_info {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: none;
    }

    .preview3d-layout {
        gap: 15px;
    }

    .preview3d-product {
        min-width: 180px;
    }

    .preview3d-variant {
        width: 48px;
        height: 48px;
    }

    .preview3d-canvas-wrap {
        min-height: 260px;
    }

    .pd_image {
        height: 260px;
        border-radius: 14px;
    }

    .pd_info {
        gap: 24px;
    }

    .pd_title {
        font-size: 26px;
    }

    .pd_spec_label {
        width: 140px;
    }

    .pd_spec_row {
        font-size: 15px;
    }

    .pd_price_label,
    .pd_price_value {
        font-size: 20px;
    }

    .pd_price_wrp {
        padding: 16px 0;
    }

    .pd_cart_row {
        flex-direction: column;
        gap: 12px;
    }

    .pd_add_btn {
        width: 100%;
    }

    .product_card {
        width: calc((100% - 24px) / 2);
        border-radius: 14px;
        padding: 10px;
    }

    .product_card_img {
        height: 140px;
        border-radius: 14px;
    }

    .product_card_title {
        font-size: 18px;
    }

    .product_card_price {
        font-size: 16px;
    }

    .btn.primary.small {
        font-size: 12px;
        padding: 4px 10px;
    }

    .map_topbar_center {
        display: none;
    }

    .map_topbar .logo img {
        height: 28px;
    }

    .map_container {
        padding: 0 16px;
    }

    .map_body {
        flex-direction: column;
        position: relative;
        margin-left: -16px;
        margin-right: -16px;
    }

    .map_canvas {
        flex: 1;
        border-radius: 0;
    }

    .map_sidebar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70vh;
        max-height: none;
        background: var(--color-bg);
        border-radius: 20px 20px 0 0;
        padding: 20px 16px 80px;
        z-index: 999;
        transform: translateY(100%);
        transition: transform .3s;
        border-bottom: none;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
        overflow-y: auto;
    }

    .map_sidebar.open {
        transform: translateY(0);
    }

    .map_sidebar_mobile_controls {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 16px;
    }

    .map_sidebar_mobile_controls .map_search_wrp {
        width: 100%;
    }

    .map_sidebar_mobile_controls .map_search_wrp .map_search_input {
        width: 100%;
        height: 42px;
        font-size: 15px;
        padding: 0 20px;
    }

    .map_sidebar_mobile_controls .map_search_dropdown {
        max-height: 200px;
    }

    .map_sidebar_mobile_controls .btn {
        align-self: flex-start;
        width: 100%;
    }

    .map_back {
        display: none;
    }

    .map_mobile_toggle {
        display: flex;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        font-size: 14px;
        padding: 11px 24px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
}

@media only screen and (max-width: 500px) {
    .product_card_footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 11px;
    }

    .product_card_footer .btn {
        width: 100%;
    }
}