html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.desktop-nav-row {
    max-width: 100%;
}

a,
button,
input[type="submit"],
input[type="button"],
.btn {
    touch-action: manipulation;
}

.header_top .header_saerch a,
.header_top .header_saerch form input[type="submit"],
.mobile_nav a,
.product_list .product_block .buttons a,
.product_details .thumbs li a,
.check_button,
.main_button,
.faq_top .faq_search form input[type="submit"],
.toggle-btn,
.cart_main .store-item .list-store .btn-list,
.cart_main .store-item .btn-quantity-container .btn-quantity {
    min-width: 44px;
    min-height: 44px;
}

.address-card {
    width: min(100%, 18rem);
    margin: 0 12px 16px 0;
}

.quantity-input {
    width: 72px;
    min-width: 72px;
    min-height: 44px;
}

.product_list .product_block h4,
.product_details .product_description h2,
.cart_main h4,
.inner_banner h1,
.faq_top .faq_search h2 {
    overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
    .mobile_nav {
        width: min(86vw, 360px);
        left: -92vw;
        padding: 72px 22px 32px;
    }

    .mobile_nav ul li {
        padding-bottom: 4px;
    }

    .mobile_nav ul li a,
    .mobile_nav .dropdown-toggle,
    .mobile_nav .dropdown-item {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 10px 0;
        line-height: 1.35;
    }

    .mobile_nav ul ul li {
        padding-left: 12px;
    }

    .header_top .logo_cont {
        padding-right: 72px;
    }

    .header_top .header_saerch {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .header_top .header_saerch a {
        float: none;
        margin: 0;
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        border-radius: 16px;
    }

    .header_top .header_saerch .dropdown {
        flex: 0 0 58px;
    }

    .header_top .header_saerch form {
        flex: 1 1 100%;
        float: none;
        display: flex;
        margin-top: 6px;
    }

    .header_top .header_saerch form input[type="text"] {
        width: 100%;
        min-width: 0;
        padding-right: 58px;
    }

    .header_top .header_saerch form input[type="submit"] {
        right: 2px;
    }

    .header_top .header_right {
        margin-top: 18px;
    }

    .desktop-occasion-menu,
    .earn_insta:before,
    footer.inner:before {
        width: 100%;
    }

    .featured-size-img,
    .story-image,
    .gift-image,
    .productlist-size-image,
    .product_details .main_img img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .product_list .product_block .buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: static;
        opacity: 1;
        visibility: visible;
    }

    .product_list .product_block .buttons a,
    .check_button,
    .main_button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 12px 18px;
    }

    .product_details .thumbs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .product_details .thumbs li {
        flex: 0 0 72px;
    }

    .cart_main .store-item .d-flex.align-items-top,
    .cart_main .store-item .d-flex.align-items-center.justify-content-between {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cart_main .store-item .btn-quantity-container {
        height: 44px;
    }

    .address-card {
        width: 100%;
        margin-right: 0;
    }

    .cart_main .store-item .list-store .btn-list {
        width: 100%;
        max-width: 240px;
    }

    .faq_top .faq_search form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .faq_top .faq_search form input[type="text"],
    .faq_top .faq_search form input[type="submit"] {
        position: static;
        width: 100%;
        border-radius: 30px;
    }

    .accordion-header {
        align-items: flex-start;
        gap: 12px;
    }

    .toggle-btn {
        flex: 0 0 44px;
    }
}
