.tabs-wrapper { max-width: 1200px; margin: 0 auto; }
.tab-headings { display: flex; gap: 10px; margin-bottom: 20px; list-style: none; padding: 0; flex-wrap: wrap; justify-content: center;}
.tab-heading {     background: #f1f1f1;
    color: #1d2327;
    padding: 10px 20px;
    white-space: nowrap;
    text-transform: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    min-height: unset;
    cursor: pointer;
    border-radius: 4px;
}
.tab-heading:hover { background: #ccc; }
.tab-heading.active { background: #003366; color: #fff; }
.tab-content { display: none; }
.tab-content.active { display: block; }
.products-slider { padding: 20px 0; }
.swiper-slide { width: auto; text-align: center; }
.product-item { text-align: center; box-sizing: border-box; height: 100%;}
.product-item img { max-width: 100%; border-radius: 8px; width: 100%; }
.product-item h4 { margin-top: 10px; font-size: 1rem; }
.product-categories { font-size: 0.875rem; color: #666; margin-top: 5px; }
.product-price { margin-top: 5px; font-weight: bold; color: #007cba; }
.afterpay-info { font-size: 14px; color: #333; margin-top: 3px; }
.afterpay-info strong { color: #000; }
.tab-contents .swiper-container {
    overflow: hidden;
    padding: 10px 10px;
}
.tab-content .product-item{
    box-shadow: 0px 3px 8px 0px rgba(14, 14, 44, 0.10);
}
.tab-content .swiper-slide{
    height: auto;
}
.afterpay-info svg{
    display: block;
    margin: auto;
}
.slider-product-info {
    padding: 20px 20px;
}
.slider-product-info h4 {
    margin-top: 0px;
    color: #1e73be;
    font-size: 16px;
    line-height: 1.2em;
}
.tab-content .afterpay-info{
    margin-top: 16px;
}
.tabs-wrapper .mhTitle{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #1d2327;
    font-family: "Montserrat", sans-serif;
    line-height: 1.3;
}
.tabs-wrapper {
    padding: 0px 0px;            
    border-radius: 32px;
    margin-bottom: 56px;
    position: relative;
    
}
.tab-content .swiper-container{
    position: relative;
    padding-bottom: 30px;
}
.tab-content .swiper-button-prev{
    position: absolute;
    top: 50%;
    left: 0px;
    display: flex;
    width: 48px;
    height: 58px;
    align-items: center;
    justify-content: center;
    background: #747d90;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    border-radius: 0 12px 12px 0;
}
.tab-content .swiper-button-next{
    position: absolute;
    top: 50%;
    display: flex;
    width: 48px;
    height: 58px;
    align-items: center;
    justify-content: center;
    background: #747d90;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    right: 0;
    left: auto;
    border-radius: 12px 0 0 12px;
}
.tab-content .swiper-button-next::after,.tab-content .swiper-button-prev::after{
    font-size: 16px;
}
.tab-content .swiper-button-next,.tab-content .swiper-button-prev{
    display: none;
}
.tab-content .swiper-wrapper{
    justify-content: center;
}
.tabs-wrapper .shop-all-frames {
    margin: 30px auto 0px;
    display: flex;
    max-width: 415px;
    height: 48px;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #cc2c11;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.48px;
    border-radius: 4px;
}
@media screen and (max-width:768px){
    .tab-content .swiper-button-prev {
        width: 30px !important;
        height: 40px !important;
        border-radius: 0 8px 8px 0;
    }
    .tab-content .swiper-button-next{
        width: 30px !important;
        height: 40px !important;
        border-radius: 8px 0px 0px 8px;
    }
    .tabs-wrapper {
        padding: 50px 0px;
        border-radius: 32px;
        margin-bottom: 0px;
        position: relative;
    }
    .tabs-wrapper .mhTitle {
        font-size: 20px;
        padding: 0px 15px;
    }
    .tabs-wrapper .swiper-slide{
        height: auto;
    }
    .tabs-wrapper .swiper-slide .product-item{
        height: 100%;
    }
    .tab-content .swiper-wrapper {
        justify-content: flex-start;
    }
    .tabs-wrapper .tab-headings li{
        margin: 0px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;

    }
    .tabs-wrapper .shop-all-frames {
        display: flex;
        margin: 40px auto 0px;
        height: 38px;
        max-width: 100%;
        justify-content: center;
        padding: 14px 18px;
        gap: 8px;
        align-items: center;
        color: #fff;
        background: #cc2c11;
        border: none;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 20px;
        letter-spacing: -0.48px;
        border-radius: 4px;
        width: calc(100% - 30px);
    }
    .tab-contents .swiper-scrollbar{
        width: calc(100% - 30px);
        left: 50%;
        transform: translateX(-50%);
    }
    .tab-headings{
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        padding: 0 15px;
        overflow-x: auto;
        max-width: 100%;
        justify-content: flex-start;

    }
    .tab-heading{
        flex-shrink: 0;
        white-space: nowrap;
    }
    .slider-product-info {
        padding: 10px 10px 20px;
    }           
    .slider-product-info h4 {
        font-size: 85%;                
    }             
}