.style_starterPackItemWrapper__0Jf3t {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 24px;
}

.section-items.card-product {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 311px;
    background-color: #fff;
    /* box-shadow: 0px 0px 0px 1px #D9D9D9; */
    transition: box-shadow .3s;
    border-radius: 12px;
    font-size: 0;
    overflow: hidden;
    cursor: default;
}

.section-items.card-product:hover {
    box-shadow: var(--3d-card-shadow-hover-default);
}

.section-items.card-product>.header-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 107px;
    min-height: 107px;
    max-height: 107px;
    padding: 0 16px;
    gap: 4px;
}

.section-items.card-product>.header-container>h5.label {
    width: 100%;
    color: #fff;
    font-family: TruenoRG;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.section-items.card-product>.header-container>.header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.section-items.card-product>.header-container>.header-wrapper>.title-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.section-items.card-product>.header-container>.header-wrapper>.title-wrapper>h1 {
    font-family: TruenoSBD;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.28px;
}

.section-items.card-product>.header-container>.header-wrapper>.title-wrapper>p {
    font-family: TruenoRg;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
}

.section-items.card-product>.header-container>.header-wrapper>.title-wrapper>h1,
.section-items.card-product>.header-container>.header-wrapper>.title-wrapper>p {
    color: #fff;
    font-style: normal;
    margin: 0;
}

.section-items.card-product>.header-container>.header-wrapper>.img-wrapper>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-items.card-product>.header-container>.header-wrapper>.img-wrapper {
    position: relative;
    width: 70px;
    height: 55px;
    overflow: hidden;
}

.section-items.card-product>.content-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px;
    padding: 12px 16px 16px;
}

.section-items.card-product>.content-container>.price-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}

.section-items.card-product>.content-container>.price-wrapper>h2.primary {
    color: #FF1659;
}

.section-items.card-product>.content-container>.price-wrapper>h2 {
    color: #000;
    font-family: TruenoRg;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.08px;
    margin: 0;
}

.section-items.card-product>.content-container>.price-wrapper>.price-other-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.badges-ribbon {
    width: fit-content;
    height: 20px;
}

.badges-ribbon.ribbon-right>.wrapper {
    padding: 0 12px 0 6px;
}

.badges-ribbon .wrapper {
    display: block;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
}

.badges-ribbon.ribbon-right>.wrapper::before {
    transform: scaleX(-1);
}

.eKJlTP .wrapper::before,
.eKJlTP .wrapper::after {
    background: linear-gradient(180deg, #FF1659 0%, #EE02C8 100%);
}

.badges-ribbon .wrapper::before {
    width: 100%;
    left: 0;
    /* clip ribbon end shape */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 14% 50%);
}

.badges-ribbon .wrapper::before,
.badges-ribbon.ribbon-both>.wrapper::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: bottom right;
    border-radius: 4px;
}

.section-items.card-product>.content-container>.price-wrapper>.price-other-info>.badges-ribbon .wrapper>p {
    font-size: 10px !important;
}

.badges-ribbon .wrapper>p {
    font-family: TruenoSBD;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.097px;
    z-index: 1;
}

.elSUdw {
    color: #FFFFFF;
}

.section-items.card-product>.content-container>.price-wrapper>.price-other-info>p {
    color: #555;
    font-size: 12px;
    font-family: TruenoLt;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.12px;
    text-decoration-line: line-through;
}

.btn-benefit-v5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: 0;
    border: none;
    opacity: 1;
    transition: background-color .3s;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn--lg.rounded {
    border-radius: 6px;
}

.btn--lg {
    height: 40px;
    min-height: 40px;
    padding: 0 20px;
    font-family: TruenoSBD;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
}

.btn--primary {
    background-color: #FF1659;
    color: #fff;
    border: 1px solid #FF1659;
}

.btn-benefit-v5:hover {
    background-color: #FF3D71 !important;
    border-color: #FF3D71 !important;
    color: #fff;
}

.btn-benefit-v5:active {
    background-color: #D80453 !important;
    border-color: #D80453 !important;
    color: #fff;
}

.sub-tabs-light-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: auto;
    max-width: 1226px;
    height: auto;
    margin: 0 auto;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper {
    /* width: auto;
    height: auto;
    padding: 0 16px;
    overflow: visible; */
    width: auto;
    height: auto;
    max-width: 100%;
    height: auto;
    padding: 0 16px;
    overflow: visible;
    z-index: 1;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs {
    display: flex;

    width: auto;
    height: auto;
    overflow: visible;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .sub-tab-item.tab-active {
    background-color: #fff;
    border-color: #FF1659;
    color: #FF1659;
}

.sub-tabs-light-wrapper.theme-dark .sub-tab-item.tab-active {
    border: 1px solid #FF1659 !important;
    background: #fff !important;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .sub-tab-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    cursor: pointer;
    min-width: 50px;
    height: 37px;
    border-radius: 18.5px;
    padding: 0 12px 0 16px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.08px;
    transition: all .3s;
}

.sub-tabs-light-wrapper.theme-dark .sub-tab-item {
    border: 1px solid #555 !important;
    background: #262626 !important;
}

.sub-tabs-light-wrapper.theme-dark .sub-tab-item>p,
.sub-tabs-light-wrapper.theme-dark .sub-tab-item>.counter {
    color: #fff !important;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .sub-tab-item>p {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.28px;
    color: #000;
}

.sub-tabs-light-wrapper.theme-dark .sub-tab-item.tab-active>p {
    color: #000 !important;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .sub-tab-item.tab-active>.counter {
    background-color: #FF1659;
}

.sub-tabs-light-wrapper.theme-dark .sub-tab-item.tab-active>.counter {
    background-color: #FF1659 !important;
    color: #FFF !important;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .sub-tab-item>.counter {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    background-color: #7B7B7B;
    border-radius: 20px;
    margin-left: 12px;
    font-family: TruenoRg;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: -0.055px;
    color: #fff;
    transition: all .3s;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs>.swiper {
    padding: 0;
}

.sf-sliders>.swiper.swiper-free-mode {
    padding: 0 8px;
}

.sf-sliders>.swiper {
    position: relative;
    overflow: visible;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .slider-swipers {
    max-width: 100% !important;
    padding: 0 !important;
    overflow: auto;
    scrollbar-width: none;
}

.sf-sliders .slider-swipers {
    width: 100%;
    max-width: 1266px;
    margin: 0 auto;
    padding: 12px 0;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}


.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .slider-swipers .swiper-slide {
    padding: 0.03em;
}

.sf-sliders .slider-swipers .swiper-slide {
    width: auto !important;
    height: auto !important;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .sub-tab-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    cursor: pointer;
    min-width: 50px;
    height: 37px;
    border-radius: 18.5px;
    padding: 0 12px 0 16px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.08px;
    transition: all .3s;
}

.sub-tabs-light-wrapper.theme-dark .sub-tab-item {
    border: 1px solid #555 !important;
    background: #262626 !important;
}

.sf-sliders-v2 {
    width: 100%;
    padding: 0 16px;
    overflow: hidden;
}

.relative {
    position: relative;
}

.sf-sliders-v2>.swiper {
    position: relative;
    overflow: visible;
}

.sf-sliders-v2 .slider-swipers {
    width: 100%;
    max-width: 1266px;
    margin: 0 auto;
    padding: 0;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: initial;
    box-sizing: content-box;
}

.sf-sliders-v2 .slider-swipers .swiper-slide {
    height: auto;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.style_itemWrapper__G0kR7 {
    display: flex;
    align-items: center;
    overflow: visible;
    width: fit-content;
    height: fit-content;
    padding: 0.12rem;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.sf-sliders-v2 .swiper-scrollbar.theme-dark {
    background-color: #434343;
}

.sf-sliders-v2 .swiper-scrollbar {
    display: none;
    width: 100px;
    height: 4px;
    margin: 16px auto 0;
    border-radius: 2px;
}

.sf-sliders-v2 .swiper-scrollbar.theme-dark .swiper-scrollbar-drag {
    background-color: #fff;
}

.sf-sliders-v2 .swiper-scrollbar .swiper-scrollbar-drag {
    display: block;
    height: 100%;
    border-radius: 8px;
}

.sf-sliders-v2 .swiper-button-next.theme-dark,
.sf-sliders-v2 .swiper-button-prev.theme-dark {
    border: 1px solid #7B7B7B;
    background: transparent;
}

.sf-sliders-v2 .swiper-button-next.swiper-button-disabled,
.sf-sliders-v2 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed;
}

.sf-sliders-v2 .swiper-button-prev {
    left: -60px;
}


.sf-sliders-v2 .swiper-button-next,
.sf-sliders-v2 .swiper-button-prev {
    position: absolute;
    /* top: calc(50% - 12px); */
    transform: translateY(-50%);
    display: none;
    width: 48px;
    height: 48px;
    opacity: 0.8;
    border-radius: 24px;
    background: transparent;
    transition: opacity .3s;
    z-index: 2;
    cursor: pointer;
}

.sf-sliders-v2 .swiper-button-next.theme-dark .icon,
.sf-sliders-v2 .swiper-button-prev.theme-dark .icon {
    color: #fff;
}

.sf-sliders-v2 .swiper-button-next .icon,
.sf-sliders-v2 .swiper-button-prev .icon {
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 30px;
}

.icon {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    color: #000000;
}

.sf-sliders-v2 .swiper-button-next {
    right: -60px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 21px !important;

}

.section-items.card-product>.content-container>.price-wrapper>h2 {
    color: #000;
    font-family: TruenoRg;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.08px;
    margin: 0;
}

.tab-pane-benefit-v5 {
    display: none;
}

.justify-content-benefit-v5 {
    scrollbar-width: none;
    justify-content: center;
}

.tab-pane-min-3.active {
    overflow: auto;
    scrollbar-width: none;
}

.container-card-mobile-scrollbar {
    display: flex;
    justify-content: center;
}

.container-slide-benefit-v5-min2-max3 {
    width: 380px;
    margin-right: 8px;
    padding: 0 0px 12px 12px;
}

.container-slide-benefit-v5-max1 {
    width: 380px;
    padding-bottom: 12px;
}



@media (min-width: 1226px) {
    .sf-sliders-v2 .swiper-button-prev {
        left: -70px;
    }

    .sf-sliders-v2 .swiper-button-next {
        right: -70px;
    }
}

@media screen and (max-width: 768px) {
    .sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .sub-tab-item>p {
        line-height: 20px;
    }

    .sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .sub-tab-item>.counter {
        margin-left: 8px;
    }

    .sf-sliders>.swiper.swiper-free-mode {
        padding: 0 12px;
    }

    .sub-tabs-light-wrapper .tabs-inner-wrapper .tabs .slider-swipers {
        padding: 0;
    }

    .sf-sliders .slider-swipers {
        padding: 12px 0;
    }

    .container-card-desktop {
        display: block;
    }

    .justify-content-benefit-v5 {
        justify-content: flex-start;
    }

    .container-slide-benefit-v5-min2-max3 {
        width: 340px;
    }

    .container-slide-content {
        width: 340px;
        padding: 16px;
    }

    .container-slide-benefit-v5-ref-totalCat {
        max-width: 100%;
        padding: 0 !important;
        overflow: auto;
        scrollbar-width: none;
        width: 380px;
    }
}



@media (min-width: 1024px) {
    .section-items.card-product {
        min-width: 264px;
        max-width: 380px;
    }

    .style_starterPackItemWrapper__0Jf3t {
        gap: 56px;
    }

    .sub-tabs-light-wrapper .tabs-inner-wrapper {
        padding: 0;
    }

    .sf-sliders-v2.centered {
        padding: 0 70px !important;
    }

    .sf-sliders-v2 {
        padding: 0;
    }

    .sf-sliders-v2>.swiper.swiper-watch-progress .slider-swipers .swiper-slide.swiper-slide-visible {
        opacity: 1;
    }

    .sf-sliders-v2>.swiper.swiper-watch-progress .slider-swipers .swiper-slide {
        opacity: 0;
        transition: opacity .3s;
    }

    .sf-sliders-v2 .swiper-scrollbar {
        display: block;
    }

    .sf-sliders-v2 .swiper-scrollbar {
        bottom: 36px;
    }

    .sf-sliders-v2 .swiper-scrollbar {
        width: 200px;
        margin: 24px auto 0;
        /* bottom: 12px; */
        position: relative;
        bottom: 0;
    }

    .sf-sliders-v2 .swiper-button-next,
    .sf-sliders-v2 .swiper-button-prev {
        display: flex;
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }
}

@media (min-width: 382px) and (max-width: 768px) {
    .w-tabs {
        width: 365px !important;
    }
}

@media  (max-width: 381px) {
    .w-tabs {
        width: 335px !important;
    }
}