.my-custom-body-class .page-main-full-width .zt-wrapper {
    padding-bottom: 64px;
}
.my-custom-body-class .product-features h3 {
    color: #333333;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 8px;
}
.my-custom-body-class .product-features p{
    color: #606060;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom:0;
}
.my-custom-body-class .product-features .icon {
    width: 40px;
    height: 40px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3FFB8;
    border-radius: 50%;
    font-size: 24px;
    color: #333333;
}
.my-custom-body-class .product-features {
    padding: 32px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    justify-content: center;
    gap:40px;
}

.my-custom-body-class .feature-item {
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    padding:24px 28px 24px 24px;
}

@media (max-width:767px){
    .my-custom-body-class .page-main-full-width .zt-wrapper {
        padding-bottom: 10px;
    }
    .my-custom-body-class .product-features{
        overflow-x: scroll;
        display:inline-flex;
        gap:15px;
    }
    .my-custom-body-class [data-content-type='html']::-webkit-scrollbar {
        display: none;
     }
    .my-custom-body-class .page-main-full-width .product-info-main, .my-custom-body-class [data-content-type='html']{
        padding-left:15px;
        padding-right:15px;
    }
    .my-custom-body-class [data-content-type='html']{
        overflow-x: scroll;
    }
    .my-custom-body-class .feature-item{
        width:242px;
    }
}

.product.info.detailed {
    position: relative;
}

.my-custom-body-class .product.info.detailed .product.data.items .title-row {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow-x: auto;
    width: 100%;
    position: sticky;
    top: 70px;
    z-index: 999;
    background: #fff;
    padding: 20px 0 16px;
    border-bottom: 1px solid #e5e7eb;
    scrollbar-width: none;
}

.my-custom-body-class .product.info.detailed .product.data.items .title-row::-webkit-scrollbar {
    display: none;
}

.page-main-full-width .product.info.detailed .product.data.items .data.item.title {
    position: relative;
    flex: 0 0 auto;
}

.page-main-full-width .product.info.detailed .product.data.items .data.item.title:after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: #0D02DD;
    content: "";
    transform: translateX(-50%);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.page-main-full-width .product.info.detailed .product.data.items .data.item.title:hover:after,
.page-main-full-width .product.info.detailed .product.data.items .data.item.title.active:after {
    width: 100%;
}

.my-custom-body-class .product.info.detailed .product.data.items .data.switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
    padding-bottom: 8px;
    transition: all .3s ease;
    text-transform: capitalize;
    line-height: 1;
}

.my-custom-body-class .product.info.detailed .product.data.items .data.item.title.active .data.switch {
    color: #111827;
}

.product-tab-section {
    margin-bottom: 80px;
    scroll-margin-top: 140px;
}
.my-custom-body-class .page-main-full-width .product.info.detailed .product.data.items .title-row, .catalog-package-product .product.info.detailed .product.data.items .title-row{
	top:47px;
	border-bottom:none;
}
.my-custom-body-class .page-main-full-width .product.info.detailed .product.data.items .data.switch, .catalog-package-product .product.info.detailed .product.data.items .data.switch{
	color:#777777;
}
.my-custom-body-class .page-main-full-width .get-inspired-products, .catalog-package-product .get-inspired-products {
    max-width: 1400px;
    margin: 0 auto;
}
.my-custom-body-class .mpfaqs-tab-list__block__question .collapsible-header i {
    display: none !important;
}
.mpfaqs-tab-list__block__question .mpfaqs-item .collapsible-header {
    padding: 0 !important;
}