@media only screen and (max-width: 991px) {
    #vcard .fvc_card_canvas {
        min-height: clamp(160px, 44vw, 220px);
    }

    #vcard .circle_ring_lg {
        width: 118px;
        height: 118px;
        right: -34px;
        top: -34px;
    }

    #vcard .circle_ring_sm {
        width: 78px;
        height: 78px;
        right: -10px;
        top: -10px;
    }

    #vcard .circle_info {
        padding-right: 56px;
    }

    html[dir="rtl"] #vcard .circle_info {
        padding-right: unset;
        padding-left: 56px;
    }

    #get_product_info .modal-dialog {
        position: absolute;
        inset-inline: 0;
        bottom: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        max-height: calc(100dvh - env(safe-area-inset-top, 0px));
        align-items: flex-end;
    }

    .pi_modal {
        border-radius: 28px 28px 0 0 !important;
        max-height: calc(100dvh - env(safe-area-inset-top, 0px));
        box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
    }

    .pi_topbar {
        padding: calc(12px + env(safe-area-inset-top, 0px)) 18px 10px;
    }

    .pi_handle_bar {
        width: 56px;
    }

    .pi_close_btn {
        inset-inline-end: 16px !important;
        right: 16px !important;
        width: 38px !important;
        height: 38px !important;
    }

    .app_content {
        width: 100%;
        position: static;
    }

    .app_content .app_body .app_bar {
        padding-inline: 0.75rem;
    }

    .app_content .app_body .app_bar.simulator_app {
        padding-top: 0.75rem;
    }

    .app_content .conver_area {
        top: 0;
        width: 100vw;
        height: 100vw;
    }

    .app_content .app_body .app_bar.with_cover {
        position: fixed;
        top: 0;
    }

    .app_content .conver_area .cover_img {
        height: 100%;
        width: 100%;
    }

    .app_links_area .rt-segmented {
        margin-bottom: 1.25rem;
    }

    .app_links_area .links.links_icons_grid {
        gap: 1.25rem 0.4rem;
    }

    .app_links_area .links .type_content_link.icon_tile .icon_tile_icon {
        width: 3.7rem;
        height: 3.7rem;
    }

    .app_links_area .links .type_content_link.compact_row .compact_icon {
        width: 2.15rem;
        height: 2.15rem;
    }

    .app_links_area .links.links_cards_grid {
        gap: 0.65rem;
    }

    .app_links_area .links .type_content_link.card_tile {
        padding: 0.9rem 0.6rem;
    }

    .app_links_area .links .type_content_link.hero_tile {
        padding: 0.5rem;
    }

    .app_links_area .links .type_content_link.hero_tile .hero_tile_icon svg {
        --aous-aw-icon-size: 1.8rem;
    }

    #rt-shop .products {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 0.25rem;
    }

    .tools_product_area {
            padding-inline-end: 1rem;
    }

    .products {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .products::-webkit-scrollbar {
        display: none;
    }

    .products .product_content {
        flex: 0 0 calc(33.33% - 0.34rem);
        scroll-snap-align: start;
        min-width: 0;
    }

    .app_qr {
        display: none;
    }

    .app_footer {
        padding: 1rem;
    }

    .calendar_btn {
        left: 0.85rem;
        bottom: calc(2.25rem + env(safe-area-inset-bottom, 0px));
        width: 3.2rem;
        height: 3.2rem;
    }

    html[dir="rtl"] .calendar_btn {
        left: unset;
        right: 0.85rem;
    }

    .product_gallery_nav {
        opacity: 1;
    }

    .frontend_product_slider_stage {
        min-height: 16rem;
    }

    .frontend_product_slide_img {
        height: 22rem;
    }

    .frontend_product_slider_nav {
        width: 38px;
        height: 38px;
    }

    .frontend_product_thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #appointment_calendar .modal-header {
        padding: 1rem 3rem 0.85rem 1rem;
    }

    html[dir="rtl"] #appointment_calendar .modal-header {
        padding: 1rem 1rem 0.85rem 3rem;
    }

    #appointment_calendar .calendly_modal {
        min-width: 100%;
        border-radius: 20px;
    }

    #appointment_calendar .calendly_body {
        padding: 0.85rem;
    }

    #appointment_calendar .calendly_body .wizard_steps .wizard_step .calendly-calendar {
        padding: 0.75rem;
    }

    #appointment_calendar .wizard_steps .wizard_step .available_times_area .slots_grid {
        grid-template-columns: 1fr 1fr;
    }

    .appointment_inline_calendar,
    .appointment_quick_strip {
        margin-inline: 0.85rem;
        padding: 0.85rem;
        border-radius: 22px;
    }

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

    .appointment_quick_strip__day {
        flex-basis: 68px;
        min-height: 85px;
    }

    .appointment_full_calendar__panel {
        padding: 0.2rem 0.1rem 0;
    }

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

    .background_image_area .message_text_area {
        padding-inline: 1rem;
    }
}

@media only screen and (max-width: 450px) {
    #vcard .fvc_btn {
        height: 44px;
        font-size: .8rem;
    }

    #vcard .circle_header {
        padding: 10px 12px 0;
    }

    #vcard .circle_center {
        padding: 6px 12px;
    }

    #vcard .circle_info {
        padding-right: 48px;
    }

    html[dir="rtl"] #vcard .circle_info {
        padding-right: unset;
        padding-left: 48px;
    }

    .pi_topbar {
        padding-inline: 14px;
    }

    .pi_close_btn {
        inset-inline-end: 14px;
        width: 36px;
        height: 36px;
    }

    .pi_body {
        padding-inline: 1rem;
        padding-bottom: 1.4rem;
    }

    .calendar_btn {
        width: 3rem;
        height: 3rem;
    }

    .appointment_quick_strip__days {
        gap: 0.55rem;
    }

    .appointment_quick_strip__day {
        flex-basis: 64px;
        min-height: 85px;
        border-radius: 18px;
    }

    .appointment_quick_strip__number {
        font-size: 1.2rem;
    }

    .appointment_full_calendar {
        width: calc(100% - 1.2rem);
        max-width: 100%;
        height: 320px;
        margin-inline: auto;
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }

    .appointment_full_calendar__header {
        gap: 0.35rem;
        margin-bottom: 0.4rem;
    }

    .appointment_full_calendar__month {
        font-size: 0.78rem;
    }

    .appointment_full_calendar__nav {
        width: 28px;
        height: 28px;
    }

    .appointment_full_calendar__weekdays {
        font-size: 0.55rem;
        margin-bottom: 0.25rem;
    }

    .appointment_full_calendar__day {
        min-height: 28px;
        border-radius: 8px;
        font-size: 0.68rem;
    }

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

    #appointment_calendar .calendar-days {
        gap: 4px;
        padding: 0 4px;
    }

    #appointment_calendar .calendar-day {
        font-size: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .app_links_area .links.links_icons_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    #vcard .fvc_card_canvas {
        min-height: 150px;
    }

    #vcard .circle_ring_lg {
        width: 102px;
        height: 102px;
        right: -28px;
        top: -28px;
    }

    #vcard .circle_ring_sm {
        width: 68px;
        height: 68px;
        right: -8px;
        top: -8px;
    }

    #vcard .circle_info {
        padding-right: 40px;
    }

    html[dir="rtl"] #vcard .circle_info {
        padding-right: unset;
        padding-left: 40px;
    }

    #appointment_calendar .calendar-days {
        gap: 3px;
    }

    #appointment_calendar .calendar-day {
        font-size: 11px;
    }

    .appointment_full_calendar {
        width: calc(100% - 0.8rem);
        height: 300px;
    }

    .appointment_full_calendar__day {
        min-height: 26px;
        font-size: 0.64rem;
    }

    #appointment_calendar .wizard_steps .wizard_step .available_times_area .slots_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    #about_sheet .about_sheet_panel {
        width: 100%;
        height: 60vh;
        margin: 0;
        border-radius: 24px 24px 0 0;
    }

    #about_sheet .about_sheet_body {
        padding: 12px;
    }

    #about_sheet .about_sheet_close {
        top: 14px;
        right: 16px;
        width: 38px;
        height: 38px;
    }

    #about_sheet .about_sheet_close svg {
        width: 18px;
        height: 18px;
    }

    #about_sheet .about_sheet_title {
        font-size: 1.02rem;
    }

    #about_sheet .about_sheet_name {
        font-size: 1rem;
    }

    #about_sheet .about_sheet_content {
        font-size: 0.95rem;
        line-height: 1.78;
        padding: 0 4px 6px;
    }
}
