.product-tab-label-mobile {
    display: none;
}

@media (max-width: 767px) {
    body .rbt-product-single-details-tab {
        position: relative;
        width: 100%;
        overflow: hidden;
        border: 1px solid var(--color-primary, #215ada);
        border-radius: 14px;
        background: #fff;
    }

    body .rbt-product-single-details-tab::before {
        position: absolute;
        z-index: 20;
        top: -1px;
        right: -1px;
        left: -1px;
        height: 1px;
        border-radius: 14px 14px 0 0;
        background: var(--color-primary, #215ada);
        content: "";
        pointer-events: none;
    }

    body .rbt-product-single-details-tab .rbt-tab-nav-wrapper {
        display: block !important;
        position: relative;
        width: calc(100% + 2px) !important;
        max-width: none !important;
        margin: -1px -1px 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
        gap: 0 !important;
        width: 100% !important;
        max-width: none !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        border: 0 !important;
        border-bottom: 1px solid var(--color-gray-200, #e6e6e6) !important;
        border-radius: 0 !important;
        background: #fff;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab::-webkit-scrollbar {
        display: none;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab > .nav-item {
        display: block;
        height: 42px !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab .nav-link,
    body .rbt-product-single-details-tab #rbt-single-productTab
        > .nav-item:last-child .nav-link {
        position: relative;
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 42px !important;
        min-height: 42px;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        padding: 0 4px !important;
        border: 0 !important;
        border-right: 1px solid var(--color-gray-200, #e6e6e6) !important;
        border-radius: 0 !important;
        background: #fff;
        color: var(--color-heading, #111);
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        white-space: nowrap !important;
        overflow-wrap: normal;
        transition: color 0.2s ease, background-color 0.2s ease;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab
        > .nav-item:last-child .nav-link {
        height: 42px !important;
        min-width: 100% !important;
        border-right: 0 !important;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab .nav-link::after {
        display: none !important;
        content: none !important;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab .nav-link::before {
        display: none !important;
        content: none !important;
    }

    body .rbt-product-single-details-tab .product-tab-label-desktop {
        display: none !important;
    }

    body .rbt-product-single-details-tab .product-tab-label-mobile {
        display: inline !important;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab .nav-link.active {
        background: var(--color-primary, #215ada) !important;
        color: var(--color-white, #fff) !important;
    }

    body .rbt-product-single-details-tab #rbt-single-productTab .rbt-fshape-portion {
        display: none !important;
    }

    body .rbt-product-single-details-tab .tab-content {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible;
        background: #fff;
    }

    body .rbt-product-single-details-tab .tab-content > .tab-pane {
        width: 100% !important;
        margin: 0 !important;
        padding: 16px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff;
        box-sizing: border-box;
    }

    body .rbt-product-single-details-tab .tab-content > .tab-pane > :first-child {
        margin-top: 0 !important;
    }

    body .rbt-product-single-details-tab .tab-content > .tab-pane > :last-child {
        margin-bottom: 0 !important;
    }
}
