/* ================= Desktop styles (default) ================= */

.what-is-content-h2.h2-heading {
    padding-left: 20px;
    padding-right: 20px;
}


.less-cutter-left-col {
    text-align: left;
} 

.what-is-content-h2 h2 {
    margin-bottom: 0;
}

.less-cutter-left-col p {
    max-width: 76%;
    text-align: left;
}

.what-is-content {
    display: flex;
    padding-top: 100px;
    padding-bottom: 62px;
    justify-content: space-between;
}

.what-is-content-h2, .info-box {
    width: 50%;
}

.less-cutter-container {
    background-color: #C7CEBB;
    display: flex;
    align-items: center;
    border-radius: 18px;
    gap: 10px;
    padding: 0px 24px;
}

.less-cutter-left-col {
    width: 33%;
}

.less-cutter-center-col {
    width: 67%;
    display: flex;
    flex-direction: row;
    gap: 51px;
}

.cutter-img-col, .less-cutter-right-col {
    width: 50%;
}

.less-cutter-center-col-img {
    width: 100vw;
    max-height: 796px;
    object-fit: contain;
    display: block;
    margin: 0;
    padding: 0;
}

.less-cutter-right-col {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.less-cutter-right-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.less-cutter-right-col li {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    text-align: left;
}

.checkmark {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

.checkmark::after {
    content: url('/wp-content/uploads/2025/05/checkmark-circle-1.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.scoop-container {
    padding-top: 120px;
}

.scoop-first-content {
    display: flex;
    margin-bottom: 120px;
    gap: 24px;
    
}

.scoop-first-content-col-one {
    width: 33%;
    
    
}
.scoop-first-content-col-one img {
    border-radius: 18px;
    
    
    
}

.scoop-first-content-col-two {
    width: 67%;
    background-color: #EFF2EB;
    border-radius: 18px;
    display: flex;
    gap: 31px;
    padding: 48px;
}

.scoop-first-content-col-two-text {
    width: 50%;
    padding-right: 18px;
}



.nutrition-table {


    line-height: 22px;

    margin: 0 auto;
    width: 50%;
    align-content: center;
}

.nutrition-table .row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #dcdcdc;
    max-height: 42px;
}

.nutrition-table .row:last-child {
    border-bottom: none;
}

.nutrition-table span {
    color: var(--black, #151515);

    font-size: 14px;
    font-weight: 400;
}


.scoop-first-content-col-two-text h3, .scoop-first-content-col-two-text p {
    margin-bottom: 30px;
}

.custom-scoop-title, .custom-scoop-second-content {
    padding-left: 24px;
}

.scoop-first-content-col-one-img {
    object-fit: fill;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.scoop-second-content {
    display: flex;
    margin-bottom: 120px;
    gap: 129px;
}

.scoop-second-content-col {
    width: 33.33%;
}

.scoop-second-content-col h4 {
    font-size: 16px;
    line-height: 22px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 12px;
}

.scoop-second-content-col p {
    color: #15151550;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.scoop-title {
    color: #151515;
    font-weight: 600;
    font-size: clamp(28px, 5vw, 40px);
    line-height: clamp(34px, 5vw, 48px);
    margin-bottom: 40px;
}

.inner-content-col-one-img {
    width: 31px;
    margin-bottom: 12px;
}

/* ================= 1024px breakpoint ================= */
@media (max-width: 1024px) {
    .scoop-first-content {
        flex-direction: column;
    }
    .scoop-first-content-col-one,
    .scoop-first-content-col-two {
        width: 100%;
        margin-left: 0;
    }
    .scoop-first-content-col-two {
        flex-direction: column;
        padding: 48px 16px;
    }
    .scoop-first-content-col-two-text,
    .nutrition-table {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }
    .scoop-second-content {
        margin-bottom: 80px;
        flex-wrap: wrap;
        gap: 40px;
    }
    .scoop-second-content-col {
        width: 50%;
    }
    .nutrition-table .row {
        align-items: center !important;
        padding: 16px 0px !important;
    }
    .nutrition-table .row:last-child {
        max-height: unset;
    }
    .nutrition-table {
        margin-bottom: 0px;
    }
    .inner-content-col-one-img {
        width: 31px;
    }
    .scoop-second-content-col p {
        font-size: 16px;
        line-height: 22px;
    }
    .comparison-table th, .comparison-table td {
        padding: 0px 80px 0px 0px;
    }
    .compare-container {
        padding: 40px 12px;
        margin-bottom: 40px;
    }
    .compare-text {
        flex-direction: column;
    }
}

/* ================= 992px breakpoint ================= */
@media (max-width: 992px) {
    .less-cutter-container {
        flex-direction: column;
        gap: 51px;
        align-items: start;
        padding: 48px 24px;
    }
    .what-is-content {
        flex-direction: column;
        gap: 24px;
        padding-top: 35px;
        padding-bottom: 80px;
    }
    .less-cutter-left-col, .less-cutter-center-col {
        width: 100%;
        text-align: left !important;
    }
    .less-cutter-center-col {
        gap: 24px;
    }
    .what-is-content-h2, .info-box {
        width: 100%;
    }
    .scoop-container {
        padding-top: 80px;
    }
    .less-cutter-left-col p {
        max-width: 100%;
        text-align: left;
    }
    .view-swap-icon a {
        display: block !important;
    }
}

/* ================= 900px breakpoint ================= */
@media (max-width: 900px) {
    p.hero-frm-desc-rt {
        width: 80%;
    }
    .hero-form-section {
        flex-direction: column;
    }
    .fitco-product-details {
        padding: 30px 20px;
    }
}

/* ================= 768px breakpoint ================= */
@media (max-width: 768px) {
    .what-is-content {
        flex-direction: column;
    }
    .what-is-content-h2, .info-box {
        width: 100%;
    }
    .less-cutter-container {
        flex-direction: column;
		padding: 40px 24px;
    }
    .less-cutter-left-col, .less-cutter-center-col {
        width: 100%;
    }
    .less-cutter-center-col img {
        height: auto;
        width: 100%;
        object-fit: fill;
    }
    .less-cutter-right-col {
        width: 50%;
        padding-left: 18px;
    }
    .less-cutter-right-col ul {
        padding-left: 0;
    }
    .less-cutter-right-col li {
        align-content: left;
    }
    .scoop-first-content-col-two-text h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .scoop-first-content-col-two-text {
        font-size: 16px;
        line-height: 22px;
    }
    .compare-text {
        margin-bottom: 24px;
        padding: 0px 20px;
        gap: 1.5rem;
    }

	
    .compare-note {
        width: 100%;
    }
    .comparison-table th, .comparison-table td {
        padding: 0px 48px 0px 0px;
    }
    .compare-heading, .compare-note {
        width: 70%;
    }
    .comparison-table {
        height: 100px !important;
        overflow-y: scroll;
        overflow-x: scroll;
        margin-left: 20px !important;
        min-width: 800px;
    }
    .table-scroll-mobile {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ================= 767px breakpoint ================= */
@media (max-width: 767px) {
    .scoop-first-content {
        flex-direction: column;
        gap: 8px !important;
        margin-bottom: 80px !important;
    }
    .scoop-first-content-col-one {
        width: 100%;
    }
    .scoop-first-content-col-one img {
        display: block;
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        border-radius: 18px !important;
    }
    .scoop-first-content-col-one,
    .scoop-first-content-col-two {
        width: 100%;
        margin-left: 0;
    }
    .scoop-first-content-col-two {
        flex-direction: column;
        padding: 48px 18px;
    }
    .scoop-first-content-col-two-text,
    .nutrition-table {
        width: 100%;
        padding: 0;
        margin-bottom: 18px;
    }
    .nutrition-table .row {
        font-size: 13px;
        padding: 6px 0;
    }
    .scoop-second-content {
        flex-direction: column;
        padding: 0px 18px !important;
    }
    .scoop-title {
        padding: 0px 18px !important;
    }
    .scoop-second-content-col {
        width: 100%;
    }
}

/* ================= 600px breakpoint ================= */
@media (max-width: 600px) {
    .fitco-product-heading {
        font-size: 24px;
    }
    .hero-container.middle-one {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

/* ================= 480px breakpoint ================= */
@media (max-width: 480px) {
    .scoop-first-content-col-two-text p {
        font-size: 16px;
        line-height: 22px;
        max-width: 295px;
    }
    h2, h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .info-box {
        padding: 16px;
    }
    .checkmark {
        width: 25px;
        height: 20px;
    }
    .checkmark::after {
        font-size: 14px;
    }
    .less-cutter-left-col p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

/* ================= Main layout ================= */

.fitco-container {
    justify-content: center;
}

.hero-form-section {
    background: url(/wp-content/uploads/2025/05/One-scoop-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    padding: 120px 50px;
    margin-top: 10px;
}
.custom-hero-form {
    position: relative;
    z-index: 222;
}
.hero-form-section-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hero-frm-heading {
    font-size: clamp(21px, 5vw, 25px);
    line-height: clamp(30px, 5vw, 34px);
    font-weight: 600;
    color: #fff;
    font-family: 'RoobertTRIAL-SemiBold';
    max-width: 66%;
    margin-bottom: 0 !important;
}
p.hero-frm-desc-rt {
    color: #fff;
    width: 50%;
    font-size: clamp(16px, 5vw, 16px);
    line-height: clamp(24px, 5vw, 24px);
    margin-bottom: 0 !important;
}
.custom-hero-right-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 24px !important;
}
.custom-hero-left, .custom-hero-right {
    flex-basis: 50%;
}
.custom-hero-right-inner {
    max-width: 455px;
    background: #8AA060;
    padding: 24px 16px;
    border-radius: 18px;
}
.hero-form-left {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-form-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-form-right-inner {
    background: #8AA060 !important;
    border-radius: 18px;
    padding: 30px 24px;
}
.fitco-product-details {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.fitco-free-label {
    color: #1a1a1a;
    font-weight: 600;
}
.fitco-strikethrough {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
}
.fitco-total-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
}
.hero-rt-btn {
    background-color: #ebff00;
    color: #1a1a1a;
    line-height: 0;
    padding: 16px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    transition: all 0.3s ease;
    max-height: 48px;
    margin-bottom: 0px;
}
.hero-rt-btn:hover {
    background-color: #d4e800;
    transform: translateY(-2px);
}
.fitco-arrow {
    font-size: 22px;
}
.hero-form-title {
    font-size: clamp(67px, 5vw, 104px) !important;
    line-height: clamp(75px, 5vw, 100px) !important;
    font-family: 'GreedCondensed-TRIAL-SemiBold';
    color: #fff;
}
.container.ast-need-more.customer.reviews {
    position: relative;
    z-index: 9999999;
}
.customer-review.customer-review-iiner {
    overflow: hidden;
}

/* ================= 1024px breakpoint ================= */
@media (max-width: 1024px) {
    .scoop-first-content {
        flex-direction: column;
    }
    .scoop-first-content-col-one,
    .scoop-first-content-col-two {
        width: 100%;
        margin-left: 0;
    }
    .scoop-first-content-col-two {
        flex-direction: column;
        padding: 48px 16px;
    }
    .scoop-first-content-col-two-text,
    .nutrition-table {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }
    .scoop-second-content {
        margin-bottom: 80px;
        flex-wrap: wrap;
        gap: 40px;
    }
    .scoop-second-content-col {
        width: 50%;
    }
    .nutrition-table .row {
        align-items: center !important;
        padding: 16px 0px !important;
    }
    .nutrition-table .row:last-child {
        max-height: unset;
    }
    .nutrition-table {
        margin-bottom: 0px;
    }
    .inner-content-col-one-img {
        width: 31px;
    }
    .scoop-second-content-col p {
        font-size: 16px;
        line-height: 22px;
    }
    .comparison-table th, .comparison-table td {
        padding: 0px 80px 0px 0px;
    }
    .compare-container {
        padding: 40px 12px;
        margin-bottom: 40px;
    }
    .compare-text {
        flex-direction: column;
    }
}

/* ================= 992px breakpoint ================= */
@media (max-width: 992px) {
    .less-cutter-container {
        flex-direction: column;
        gap: 51px;
        align-items: start;
        padding: 48px 24px;
    }
    .what-is-content {
        flex-direction: column;
        gap: 24px;
        padding-top: 35px;
        padding-bottom: 80px;
    }
    .less-cutter-left-col, .less-cutter-center-col {
        width: 100%;
        text-align: left !important;
    }
    .less-cutter-center-col {
        gap: 24px;
    }
    .what-is-content-h2, .info-box {
        width: 100%;
    }
    .scoop-container {
        padding-top: 80px;
    }
    .less-cutter-left-col p {
        max-width: 100%;
        text-align: left;
    }
    .view-swap-icon a {
        display: block !important;
    }
}

/* ================= 900px breakpoint ================= */
@media (max-width: 900px) {
    p.hero-frm-desc-rt {
        width: 80%;
    }
    .hero-form-section {
        flex-direction: column;
    }
    .fitco-product-details {
        padding: 30px 20px;
    }
}

/* ================= 768px breakpoint ================= */
@media (max-width: 768px) {
    .what-is-content {
        flex-direction: column;
    }
    .what-is-content-h2, .info-box {
        width: 100%;
    }
    .less-cutter-container {
        flex-direction: column;
    }
    .less-cutter-left-col, .less-cutter-center-col {
        width: 100%;
    }
    .less-cutter-center-col img {
        height: auto;
        width: 100%;
        object-fit: fill;
    }
    .less-cutter-right-col {
        width: 50%;
        padding-left: 18px;
    }
    .less-cutter-right-col ul {
        padding-left: 0;
    }
    .less-cutter-right-col li {
        align-content: left;
    }
    .scoop-first-content-col-two-text h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .scoop-first-content-col-two-text {
        font-size: 16px;
        line-height: 22px;
    }
    .compare-text {
        margin-bottom: 24px;
        padding: 0px 20px;
        gap: 1.5rem;
    }
    .compare-note {
        width: 100%;
    }
    .comparison-table th, .comparison-table td {
        padding: 0px 48px 0px 0px;
    }
    .compare-heading, .compare-note {
        width: 70%;
    }
    .comparison-table {
        height: 100px !important;
        overflow-y: scroll;
        overflow-x: scroll;
        margin-left: 20px !important;
        min-width: 645px;
    }
    .table-scroll-mobile {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
	.pa-120{       
        padding-bottom: 40px !important;
    }
	.fitco-product-image.hero-form-left.custom-hero-left {
    padding-bottom: 40px;
}
}

/* ================= 767px breakpoint ================= */
@media (max-width: 767px) {
    .scoop-first-content {
        flex-direction: column;
        gap: 8px !important;
        margin-bottom: 80px !important;
    }
    .scoop-first-content-col-one {
        width: 100%;
    }
    .scoop-first-content-col-one img {
        display: block;
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        border-radius: 18px !important;
    }
    .scoop-first-content-col-one,
    .scoop-first-content-col-two {
        width: 100%;
        margin-left: 0;
    }
    .scoop-first-content-col-two {
        flex-direction: column;
        padding: 48px 18px;
    }
    .scoop-first-content-col-two-text,
    .nutrition-table {
        width: 100%;
        padding: 0;
        margin-bottom: 18px;
    }
    .nutrition-table .row {
        font-size: 13px;
        padding: 6px 0;
    }
    .scoop-second-content {
        flex-direction: column;
        padding: 0px 18px;
    }
    .scoop-title {
        padding: 0px 18px !important;
    }
    .scoop-second-content-col {
        width: 100%;
    }
}

/* ================= 600px breakpoint ================= */
@media (max-width: 600px) {
    .fitco-product-heading {
        font-size: 24px;
    }
    .hero-container.middle-one {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

/* ================= 480px breakpoint ================= */
@media (max-width: 480px) {
    .scoop-first-content-col-two-text p {
        font-size: 16px;
        line-height: 22px;
        max-width: 295px;
    }
    h2, h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .info-box {
        padding: 16px;
    }
    .checkmark {
        width: 25px;
        height: 20px;
    }
    .checkmark::after {
        font-size: 14px;
    }
    .less-cutter-left-col p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

/* ================= Main layout ================= */

.fitco-container {
    justify-content: center;
}

.hero-form-section {
    background: url(/wp-content/uploads/2025/05/One-scoop-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    padding: 120px 50px;
    margin-top: 10px;
}
.custom-hero-form {
    position: relative;
    z-index: 222;
}
.hero-form-section-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hero-frm-heading {
    font-size: clamp(21px, 5vw, 25px);
    line-height: clamp(30px, 5vw, 34px);
    font-weight: 600;
    color: #fff;
    font-family: 'RoobertTRIAL-SemiBold';
    max-width: 66%;
    margin-bottom: 0 !important;
}
p.hero-frm-desc-rt {
    color: #fff;
    width: 50%;
    font-size: clamp(16px, 5vw, 16px);
    line-height: clamp(24px, 5vw, 24px);
    margin-bottom: 0 !important;
}
.custom-hero-right-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 24px !important;
}
.custom-hero-left, .custom-hero-right {
    flex-basis: 50%;
}
.custom-hero-right-inner {
    max-width: 455px;
    background: #8AA060;
    padding: 24px 16px;
    border-radius: 18px;
}
.hero-form-left {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-form-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-form-right-inner {
    background: #8AA060 !important;
    border-radius: 18px;
    padding: 30px 24px;
}
.fitco-product-details {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.fitco-free-label {
    color: #1a1a1a;
    font-weight: 600;
}
.fitco-strikethrough {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
}
.fitco-total-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
}
.hero-rt-btn {
    background-color: #ebff00;
    color: #1a1a1a;
    line-height: 0;
    padding: 16px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    transition: all 0.3s ease;
    max-height: 48px;
    margin-bottom: 0px;
}
.hero-rt-btn:hover {
    background-color: #d4e800;
    transform: translateY(-2px);
}
.fitco-arrow {
    font-size: 22px;
}
.hero-form-title {
    font-size: clamp(67px, 5vw, 104px) !important;
    line-height: clamp(75px, 5vw, 100px) !important;
    font-family: 'GreedCondensed-TRIAL-SemiBold';
    color: #fff;
}
.container.ast-need-more.customer.reviews {
    position: relative;
    z-index: 9999999;
}
.customer-review.customer-review-iiner {
    overflow: hidden;
}
.view-swap-icon a {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    display: none !important;
}
.view-swap-icon a svg {
    width: 15px;
    height: 16px;
}
.view-swap-icon a p {
    font-size: 12px;
    line-height: 16px;
    color: #15151550;
    font-weight: 400;
    margin-bottom: 0px;
}



        /*  Main layout  */

        .fitco-container {
            justify-content: center;
        }

        .hero-form-section {
            background: url(/wp-content/uploads/2025/05/One-scoop-bg.webp);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 18px;
            padding: 120px 50px;
            margin-top: 10px;
        }
		.custom-hero-form{
			position: relative;
			z-index: 222;
		}
        .hero-form-section-inner {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .hero-frm-heading {
            font-size: clamp(21px, 5vw, 25px);
    		line-height: clamp(30px, 5vw, 34px);    		
    		font-weight: 600;
    		color: #fff;
    		font-family: 'RoobertTRIAL-SemiBold';
			max-width: 66%;
			margin-bottom: 0 !important;
        }

        p.hero-frm-desc-rt {
           color: #fff;
    		width: 50%;
   			font-size: clamp(16px, 5vw, 16px);
    		line-height: clamp(24px, 5vw, 24px);
			margin-bottom: 0!important;
        }
	.custom-hero-right-inner {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	row-gap: 24px !important;
	}
		/*Custom Column */
/* 		.custom-hero-left{
			max-width: 600px;
		}
		.custom-hero-right{
			max-width: 455px;
		} */
		
		
		.custom-hero-left, .custom-hero-right{
			flex-basis: 50%;
		}
		.custom-hero-right-inner {
          max-width: 455px;
   		  background: #8AA060;
    	  padding: 24px 16px;
          border-radius: 18px;
       }
		
        /* Hero form left column */

        .hero-form-left {
            flex: 1;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero-form-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        /* Hero form right column */

        .hero-form-right-inner {
            background: #8AA060 !important;
            border-radius: 18px;
            padding: 30px 24px;           
        }

        /* Producthero Form Details Section */

        .fitco-product-details {
            flex: 1;
            padding: 40px;
            display: flex;
            flex-direction: column;
        }

        /* Product Items List */

        .fitco-free-label {
            color: #1a1a1a;
            font-weight: 600;
        }

        .fitco-strikethrough {
            text-decoration: line-through;
            color: #888;
            margin-right: 10px;
        }

        /* Total Section */

        .fitco-total-section {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            display: flex;
            justify-content: space-between;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 30px;
        }

        /* Hero right Button */

        .hero-rt-btn {
            background-color: #ebff00;
            color: #1a1a1a;
			line-height: 0;
            padding: 16px;
            border-radius: 30px;
            text-align: center;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
            transition: all 0.3s ease;
			max-height: 48px;
			margin-bottom: 0px;
        }

        .hero-rt-btn:hover {
            background-color: #d4e800;
            transform: translateY(-2px);
        }

        .fitco-arrow {
            font-size: 22px;
        }

        /* Hero section title & text */

        .hero-form-title {
            font-size: clamp(67px, 5vw, 104px) !important;
    		line-height: clamp(75px, 5vw, 100px) !important;
    		font-family: 'GreedCondensed-TRIAL-SemiBold';
    		color: #fff;			
        }
		
		.container.ast-need-more.customer-reviews {
           position: relative;
           z-index: 9999999;
       }
		
		.customer-review.customer-review-iiner {
    overflow: hidden;
}

        /* Responsive Design */		
	
        @media (max-width: 992px) {
            .hero-form-section-inner {
                flex-direction: column;
				align-items: start;
            }
            .hero-form-section {
                padding: 48px 16px !important;
            }
			/*Custom Column */
		.custom-hero-left, .custom-hero-right{
			max-width: 100%;
		}
	.hero-frm-heading, .hero-frm-desc-rt {            
			max-width: 100%;
        }
	}

        @media (max-width: 900px) {
			  p.hero-frm-desc-rt {
        
				  width: 80%;}
            .hero-form-section {
                flex-direction: column;
            }
            .fitco-product-details {
                padding: 30px 20px;
            }
          
            /* Hero Form right column */
           
        }
  

        @media (max-width: 600px) {
            .fitco-product-heading {
                font-size: 24px;
            }
            .hero-container.middle-one {
                margin-top: 2rem;
                margin-bottom: 2rem;
            }
        }

       
    

        .fitco-container {
            justify-content: center;
        }

        .hero-form-section {
            background: url(/wp-content/uploads/2025/05/One-scoop-bg.webp);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 18px;
            padding: 120px 50px;
            margin-top: 10px;
        }
		.custom-hero-form{
			position: relative;
			z-index: 222;
		}
        .hero-form-section-inner {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .hero-frm-heading {
            font-size: clamp(21px, 5vw, 25px);
    		line-height: clamp(30px, 5vw, 34px);    		
    		font-weight: 600;
    		color: #fff;
    		font-family: 'RoobertTRIAL-SemiBold';
			max-width: 66%;
			margin-bottom: 0 !important;
        }

        p.hero-frm-desc-rt {
           color: #fff;
    		width: 80%;
   			font-size: clamp(16px, 5vw, 16px);
    		line-height: clamp(24px, 5vw, 24px);
			margin-bottom: 0!important;
        }
	.custom-hero-right-inner {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	row-gap: 24px !important;
	}
		/*Custom Column */
/* 		.custom-hero-left{
			max-width: 600px;
		}
		.custom-hero-right{
			max-width: 455px;
		} */
		
		
		.custom-hero-left, .custom-hero-right{
			flex-basis: 50%;
		}
		.custom-hero-right-inner {
          max-width: 455px;
   		  background: #8AA060;
    	  padding: 24px 16px;
          border-radius: 18px;
       }
		
        /* Hero form left column */

        .hero-form-left {
            flex: 1;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero-form-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        /* Hero form right column */

        .hero-form-right-inner {
            background: #8AA060 !important;
            border-radius: 18px;
            padding: 30px 24px;           
        }

        /* Producthero Form Details Section */

        .fitco-product-details {
            flex: 1;
            padding: 40px;
            display: flex;
            flex-direction: column;
        }

        /* Product Items List */

        .fitco-free-label {
            color: #1a1a1a;
            font-weight: 600;
        }

        .fitco-strikethrough {
            text-decoration: line-through;
            color: #888;
            margin-right: 10px;
        }

        /* Total Section */

        .fitco-total-section {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            display: flex;
            justify-content: space-between;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 30px;
        }

        /* Hero right Button */

        .hero-rt-btn {
            background-color: #ebff00;
            color: #1a1a1a;
			line-height: 0;
            padding: 16px;
            border-radius: 30px;
            text-align: center;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
            transition: all 0.3s ease;
			max-height: 48px;
			margin-bottom: 0px;
        }

        .hero-rt-btn:hover {
            background-color: #d4e800;
            transform: translateY(-2px);
        }

        .fitco-arrow {
            font-size: 22px;
        }

        /* Hero section title & text */

        .hero-form-title,.hero-form-title p {
            font-size: clamp(67px, 5vw, 104px) !important;
    		line-height: clamp(75px, 5vw, 100px) !important;
    		font-family: 'Greed Condensed', sans-serif !important;
    		color: #fff;			
        }
		
		.container.ast-need-more.customer-reviews {
           position: relative;
           z-index: 9999999;
       }
		
		.customer-review.customer-review-iiner {
    overflow: hidden;
}

        /* Responsive Design */	
	
	@media(min-width:992px){
		td.cmp-left-title {
    		width: 34% !important;
	}
		 td {
    width: 15% !important;
}
		
		
	}
	
        @media (max-width: 992px) {
            .hero-form-section-inner {
                flex-direction: column;
				align-items: start;
            }
            .hero-form-section {
                padding: 80px 25px;
            }
			/*Custom Column */
		.custom-hero-left, .custom-hero-right{
			max-width: 100%;
		}
	.hero-frm-heading, .hero-frm-desc-rt {            
			max-width: 100%;
        }
	}

        @media (max-width: 900px) {
			  p.hero-frm-desc-rt {
        
				  width: 80%;}
            .hero-form-section {
                flex-direction: column;
            }
            .fitco-product-details {
                padding: 30px 20px;
            }
          
            /* Hero Form right column */
           
        }
  

        @media (max-width: 600px) {
            .fitco-product-heading {
                font-size: 24px;
            }
            .hero-container.middle-one {
                margin-top: 2rem;
                margin-bottom: 2rem;
            }
        }

	
.compare-text{
	display:flex;
	gap: 120px;
		
}
	
	.compare-container{
		background-color:#EFF2EB;
		border-radius:18px;
		padding: 48px 24px;
/* 		margin-bottom: 50px; */
	}
  .comparison-table {
    width: 100%;
    font-size: 14px;
/*     background-color: #F5F7F0; */
    border-collapse: collapse;
	  border-left: none;
	  border-top:none;
	  margin-bottom: 0px;
  }

  .comparison-table th,
  .comparison-table td {    
    text-align: left;
    border: none;
    border-bottom: 1px solid #DADBD7;
    color: #151515;
/* 	font-family: 'RoobertTRIAL-Medium'; */
    font-weight: 500;
	padding: 0px 82px 0px 0px;
	height: 60px;
	max-height: 60px;
  }
	
.comparison-table th:first-child, .comparison-table td:first-child{
    padding-right: 0px !important;
}
	
.comparison-table th:last-child, .comparison-table td:last-child {
    padding-right: 0px;
}	
.cross {
    display: inline-block;
    background-color: #E4E7E0;
    color: #888;
    font-weight: bold;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50px;
    text-align: center;
    font-family: Arial, sans-serif;
  }

  .check {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #E6F500;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: center;
  }
.compare-text {
    margin-bottom: 24px;	
	gap:120px;	
}
  .compare-heading {
    max-width: 348px;
    padding-right:40px;
	  margin-bottom: 0px;
  }

  .compare-note {
    margin-bottom: 0px;
    width: 20.33%;
  }
th.th-extra-bold {
    font-family: 'RoobertTRIAL-Heavy' !important;
    font-size: 20px;
}
  .brand-logo {
    font-size: 20px;
    font-weight: bold;
  }

td.cmp-left-title {
    color: #151515;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roobert';
    font-weight: 500;
  
}	
tr.cmp-top-title {
    font-family: 'Roobert';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #151515 !important;
}	
.swap-icon-conten{
	display: inline-flex;
    gap: 7px;
}
.compare-note{
	color: #808080;
}	
/* Responsive	 */

@media (max-width: 1024px){
	.comparison-table th, .comparison-table td{
		padding: 0px 80px 0px 0px;
	}
.compare-container{		
		padding: 40px 16px;
		margin-bottom: 40px;
	}
.compare-text{
	flex-direction: column;
}
}
	
/* x axis overflow	 */
@media (max-width: 768px) {
	.compare-text {
    margin-bottom: 24px;
	padding:0px 0px;
	gap:1.5rem;	
}
.compare-note{
	width: 100%;
}
.comparison-table th, .comparison-table td{
		padding: 0px 48px 0px 0px;
	}
	
.compare-heading, .compare-note{
			width:70%;
}
.compare-heading{
	width:100%;
	max-width: 293px
}

.comparison-table{
    height: 100px!important;
    overflow-y: scroll;
	overflow-x: scroll;
	margin-left: 0px !important;
}
		
  .table-scroll-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  }

  .comparison-table {
    
  }
.less-cutter-left-col .h3-heading {
    max-width: 152px !important;
}	
 .h4-bold {        
        font-size: 21px;
        line-height: 32px;
        
 }
 .newsletter-section {        
        padding-left: 0px !important;
    }
	td.cmp-left-title {    
    font-size: 14px;
    line-height: 22px; 
    font-weight: 400;
    width: 144px;
}
}
	
/* y axis overflow	 */
/* 	
	.table-scroll-mobile {
  width: 100%;
}

@media (max-width: 768px) {
  .table-scroll-mobile {
    max-height: 300px;
    overflow-y: auto;
  }
} */
	.logo-class-w-h{
width:26px;
	height:16px;}
	
	
.view-swap-icon a {
    display: flex !important;
    flex-direction: row !important;
	gap: 8px !important;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
	display: none !important;
}	
.view-swap-icon a svg {
    width: 15px;
    height: 16px;
}
	.view-swap-icon a p {
    font-size: 12px;
    line-height: 16px;
    color: #15151550;
	font-weight: 400;
	margin-bottom: 0px;
}
	
@media(max-width: 992px){
	.view-swap-icon a{    
	 display: block !important;
}	
	}
	
	

    