/*  Global Style */
body {
    background: #FFF !important;
}

.site-content .ast-container {
    display: block;
}


/* Page Header */
header.entry-header {
    display: none;
}


/* Header styles */

.fitco__title {
    font-size: 2rem;
    font-weight: 600;
    color: #222;
}

/* Instructions layout */
.partner-step {
    display: flex;
    gap: 24px;
}

/* Individual step container */

.benefit__step {
    width: 100%;
}

.partner-col-img {
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    padding: 20px 24px;
    min-height: 600px;
    max-height: 600px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}

.tab-info-box {
    flex-basis: 50%;
}


/* Step info container */
.benefit-step-title {
    color: #ffffffeb !important;
    font-weight: 600;
    font-size: 50px !important;
}

/* Step description */

.benefit-desc-extra p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}


.partner-desc {
    padding: 32px 0px 18px 24px;
}


/* Responsive adjustments */
@media (max-width: 1025px) {
    .bn-step-3 .partner-desc {
        background: none;
    }
}

@media (max-width: 950px) {
    .d-none {
        display: none;
    }

    .bn-step-1 {
        width: 100% !important;
    }

    .bn-step-2, .bn-step-3 {
        width: 49%;
    }

    .partner-col-img benefit-col-1-img {
        width: 100% important;
    }

    .partner-col-img {
        align-items: flex-end;
        padding: 20px 24px 10px 24px;
    }

    .d-col {
        display: flex;
        flex-wrap: wrap;

    }


}

@media (max-width: 456px) {
    .bn-step-2, .bn-step-3 {
        width: 47.5% !important;
    }
}

@media (max-width: 768px) {
    .benefit__container {
        padding: 0px !important;
    }

    .tab-img {
        max-height: 200px;
        object-fit: cover;
    }

    .d-none {
        display: none;
    }

    .bn-step-1 {
        width: 100% !important;
    }

    .bn-step-2, .bn-step-3 {
        width: 49%;
    }

    .partner-col-img benefit-col-1-img {
        width: 100% important;
    }

    .d-col {
        display: flex;
        gap: 8px !important;
        flex-wrap: wrap;

    }

    .partner-col-img {
        min-height: 200px;
        max-height: 200px;
    }

    .t-col {
        margin-top: 48px;
        padding: 0px 16px;
        flex-direction: column;
    }

    .bn-step-3-1.partner-desc p {

        width: 100%;
    }

    .partner-desc p {
        padding: 0px;

    }

    .partner-desc {
        padding: 0px;
    }

    .partner-desc h4 {
        margin-bottom: 0px;
    }

    .benefits-tab-section {
        margin: 0px;
    }

    .tab-inner-items {
        background-color: #fff;
        margin-bottom: 0px;
        padding-bottom: 80px;
    }

    .tab-info-box {
        padding: 0px 16px;
    }
}

.ingredients-container {
    margin: 0 auto;
    padding: 150px 1rem;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .ingredients-container {
        padding: 0px 0px;
    }
}

.benefits-tab-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    margin: 20px 0;
}

.benefits-tabs {
    padding-top: 24px;
    position: sticky;
    top: 50px;
    background-color: #fff;
    z-index: 3;
    color: #333;
    flex-basis: 43.5%;


}


ul.category-list {

    padding-right: 15px;

}


li.category-item {
    padding: 0.5rem 0;
    border-top: 1px solid #e5e4dd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 53px;
    max-height: 53px;
}


.category-item.active {
    border-bottom: 1px solid #ddd;
}

.ingredients-description-slider-full {
    padding-top: 20px;

    line-height: 1.6;
    color: #444;
    flex-basis: 90%;
    overflow: hidden;
    display: block;
    width: 100%;
}

.benefits-tab-section .tab-inner-items {
    position: relative;
    margin-bottom: 120px;
    display: flex;
    gap: 40px;
}


img.tab-img {
    border-radius: 18px;
    flex-basis: 50%;
    width: 50%;
}


h2.tab-img-title {
    position: absolute;
    top: 80%;
    left: 24px;
    font-size: 67px !important;
    line-height: 50px;
    color: #fff;
    font-family: 'Greed Condensed', sans-serif !important;
    font-weight: 600;
    text-transform: none;
    display: block;
}


.ingredients-description-slider-full {
    font-size: clamp ↳ clamp(15px, 38.4px, 15px) ↳ 15 px(1rem, 2vw, 1rem);
    line-height: 1.6;
    color: #444;
}

.tab-info-box {
    padding-top: 24px;
    flex-basis: 50%;
}


.tab-content-strong.cn-noe, .tab-info-box p, .tab-info-box h5 {
    margin-bottom: 24px;
}


.checklist-item {
    display: flex;
    align-items: start;
    margin-bottom: 8px;
}

.checkmark {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #E6F500;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/*FIX WHATEVER HIERNA KOMT

*/


.ingredients-visual a {
    background-color: #f2f2f2;
    border-radius: 10px;
    color: #000000 !important;
    padding: 5px 20px;
    border-radius: 50px;
}

.ingredients-visual a:hover {
    background-color: #000000;
    color: #f2f2f2 !important;
}


.benefit-tab-item span {
    color: #15151550;
}

.benefit-tab-item.active span {
    color: #000;
}

.benefit-tab-item span.arrow-icon svg {
    opacity: 0;
}

.benefit-tab-item.active .arrow-icon svg {
    opacity: 1 !important;
}


.slide {
    flex: 0 0 calc(33.333% - 1rem);
    margin-right: 1rem;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 350px;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 80%), rgb(0 0 0 / 79%) 60%, transparent);
    color: white;
    padding: 1rem;
    z-index: 2;
}

.slide-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #fff;
}

.slide-description {
    font-size: 0.9rem;
    line-height: 1.4;
}

.card-link {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    z-index: 3;
    cursor: pointer;
}


.carousel-wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.carousel {
    margin-bottom: 20px;
}

.carousel .item {
    /*background: #4a90e2;
    color: white;
    padding: 60px 20px;*/
    margin: 0 10px;
    /*text-align: center;
    border-radius: 10px;
    font-size: 24px;
    max-width: 500px;*/
}

.slick-list {
    overflow: visible;
}

.custom-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-controls button {
    padding: 0px;
    background: #EFF2EB;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.custom-controls button#prev svg {
    height: 30px;
    width: 35px;
    transform: rotate(180deg);
}

.custom-controls button#next svg {
    height: 30px;
    width: 35px;
}

.slider-counter {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    h2.tab-img-title {
        display: block;
        top: 144px;

    }
}


@media (max-width: 767px) {
    .tab-info-box {
        padding: 0px 16px;
    }
}


@media (max-width: 992px) {
    .benefits-tabs, img.tab-img {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {
    .tab-inner-items img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
}


@media (max-width: 768px) {
    .benefits-tab-section .tab-inner-items {
        flex-direction: column;
        padding-top: 25px;
    }
}

@media (max-width: 1024px) {
    .benefits-tab-section {
        flex-direction: column;
    }

    .benefits-tabs {
        flex-basis: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ingredients-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    li.category-item {
        height: 100%;
        max-height: 37px;
        min-width: 100px;
        min-height: 60px;
    }

    .ingredients-label.ingredients-tab {
        width: 100%;
    }
}

@media (max-width: 992px) {
    ul.category-list {


        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 24px;
        border-top: 0px;
        overflow: scroll;

        font-size: 14px;

    }

    li.category-item {
        border-top: 0;
        border-bottom: 1px solid #e5e4dd;

    }

    .benefit-tab-item.active .arrow-icon {
        opacity: 0;
    }

}
