/* checkout */

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: #438be3;
    color: white; 
    border-radius: 30px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    line-height: 1.2;
    color: #464646;
    text-transform: uppercase;
}

img {
    width: 100%;
}

:root {
    --main-blue: #308ae0;
    --main-orange: #f66d00;
    --main-red: #ef5100;
    --dark-green: #35a800;

    --light-blue-care: #3eb7e0;
    --dark-blue-revita: #4d88c9;
    --light-green-smooth: #4cb883;
}

.container {
	max-width:none!important;
}
.main-container {
    width: 90%;
    margin: 0 auto;
}

.on-desktop {
    display: none;
}

.free-delivery {
    background-color: var(--main-blue);
    padding: 5px 0px;
    color: white;

    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-delivery img {
    width: 30px;
}

.head-section {
    position: relative;
}

.head-section .rating {
    font-size: 12px;
    color: #464646;
    text-transform: lowercase;
}

.head-section div div {
    margin-top: 40px;
}

.head-section div h2 {
    color: var(--main-blue);
    font-weight: 700;
    font-size: 22px;
}

.head-section div h2 span {
    display: block;
    margin-top: 15px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.main-cta {
    background-color: var(--main-orange);
}

.cta {
    padding: 8px 15px;
    display: block;
    width: fit-content;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
}

.main-line-cta {
    background-color: var(--light-blue-care);
}

.revita-line-cta {
    background-color: var(--dark-blue-revita);
}

.smooth-line-cta {
    background-color: var(--light-green-smooth);
}

.osp-title {
    font-size: 25px;
    padding: 0px 15px;
    text-align: center;
}

.head-container {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 60%;
}

.hero {
    position: relative;
    margin-top: -5px;
}

.hero .main-container {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;

    color: white;
}

.hero .main-container .stars {
    width: 120px;
}

.hero .main-container h1 {
    font-size: 27px;
    font-weight: 600;
    margin-top: 15px;
    color: white;
}

.hero .main-container ul.usps {
    width: 70%;
    margin: 25px 0px 25px
}

.hero .main-container ul.usps li img {
    width: 20px;
    margin-right: 10px;
}

.hero .main-container ul.usps li b {
    display: block;
    font-weight: 600;
}

.hero .main-container ul.usps li {
    font-size: 14px;

    display: flex;
    align-items: flex-start;
    margin: 15px 0px;
    line-height: 1.3;
}

.hero .badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3px;
    width: 95%;
    margin: -20px auto 0 auto;
}

.hero .badges li {
    font-size: 12px;

    text-align: center;
    font-weight: 600;
}

.hero .badges li img {
    width: 70px;
    display: block;
    margin: 0 auto 8px auto;
}

/*  */

.care-intro {
    margin: 80px 0px 20px 0px;
}

.intro-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

.intro-box h2 {
    color: var(--main-blue);
    font-size: 23px;
    margin-bottom: 15px;
}

.intro-box p b {
    color: var(--main-blue);
    display: block;
}

.intro-box img {
    width: 30px;
    display: block;
    margin: 20px auto -30px auto;
}

/*  */

.antifungal-line {
    padding: 40px 0px;
}

.antifungal-line .product-line-head h3 {
    color: var(--light-blue-care);
}

.product-line-head h3 {
    text-align: center;
    padding: 0px 20px;
    font-size: 28px;
}

.product-line-head .product-line-description {
    position: relative;
    margin-top: 25px;
}

.antifungal-line .product-line-description p {
    background-color: var(--light-blue-care);
}

.product-line-head .product-line-description div {
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
}

.product-line-head .product-line-description div p {
    text-align: left;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
}

.product-container {
    width: 95%;
    margin: 50px auto;
}

.product-container h2 {
    font-size: 25px;
    text-align: center;
    padding: 0px 20px;
}

.product-container h2 span {
    color: #464646;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
}

.antifungal-line .product-container h2 {
    color: var(--light-blue-care);
}

.product-container .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.product-container .product ul li {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    font-size: 14px;
}

.product-container .product ul li img {
    width: 50px;
    margin-right: 10px;
}

.product-container .cta {
    width: auto;
}

/*  */

.revita-line .product-line-head h3,
.revita-line .product-container h2 {
    color: var(--dark-blue-revita);
}

.revita-line .product-line-head .product-line-description p {
    background-color: var(--dark-blue-revita);
}

/*  */

.smooth-line .product-line-head h3,
.smooth-line .product-container h2 {
    color: var(--light-green-smooth);
}

.smooth-line .product-line-head .product-line-description div {
    right: unset;
    left: 0;
    width: 170px;
}

.smooth-line .product-line-head .product-line-description div p {
    background-color: var(--light-green-smooth);
    right: unset;
    left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main-cta.center {
    width: 200px;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
}

/*  */
.real-results {
    padding: 30px 0px;
}

.real-results .osp-title {
    color: var(--main-blue);
}

.customer-reviews {
    padding: 30px 0px;
}

.review, .review-card {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 30px auto;
    padding: 15px;
}

.review .review-head,
.review-card .review-header{
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: flex-start;
    column-gap: 5px;
    margin-bottom: 15px;
}

.review .review-head div p.rating {
    font-size: 12px;
    font-weight: 500;
}

.review .review-head div p.rating img {
    width: 80px;
}

.review p,
.review-card .review-content {
    font-size: 14px;
    text-transform: none;
}

.review span {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.review-card span.name {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    color: #333333;
}

.review span img {
    width: 30px;
}

/*  */
.bundles-section .osp-title,
.mission .osp-title {
    color: var(--main-blue);
}

.bundles-section .main-container {
    width: 95%;
}


.bundle .cta {
    font-size: 16px;
    width: inherit;
    text-align: center;
    background-color: var(--main-blue);
}

/*  */

.mission {
    padding: 30px 0px;
}

.mission p {
    text-transform: none;
    text-align: center;
    margin-top: 10px;
}

.mission p b {
    color: var(--main-blue);
}

/*  */

.last-cta-banner {
    position: relative;
}

.last-cta-banner div {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-25%, -50%);
    width: 65%;
    height: 100%;
    text-align: center;
}

.last-cta-banner div .osp-title {
    color: var(--main-blue);
    margin-bottom: 15px;
}

.last-cta-banner div p b {
    color: var(--main-blue);
    display: block;

}

.last-cta-banner div a {
    margin: 70px auto 0;
    font-size: 20px;

}


footer ul li a {
    color: white !important;
    font-size: 14px !important;
}

footer ul li {
    margin-bottom: 5px !important;
}

.wd-copyrights.wd-layout-centered {
    text-align: center;
    font-size: 14px;
    text-transform: initial;
}

.footer-column .wd-grid-col {
    text-align: end;

}
@media only screen and (min-width: 768px) {

    .on-desktop {
        display: block;
    }

    .on-mobile {
        display: none;
    }

    .free-delivery {
        padding: 20px 0px;
        font-size: 16px;
    }

    .osp-title {
        font-size: 28px;
    }

    .logo img {
        margin: 0 auto;
    }

    .hero {
        background-size: cover;
        background-image: url(../images/desktop_WEB_onyco_website_INDEX-66.webp);
        padding-top: 20px;
        display: grid;
        grid-template-columns: 1fr 220px;
        align-items: end;
        margin-bottom: 120px;
    }

    .hero .main-container {
        position: unset;
        padding-bottom: 50px;
    }

    .hero .badges {
        position: absolute;
        bottom: -70px;
        left: 10px;
        grid-template-columns: repeat(4, 100px);
        column-gap: 10px;
        width: auto;
    }

    .hero .thumb {
        width: 285px;
        position: absolute;
        right: 0;
    }

    .product-line-head .product-line-description div {
        width: 280px;
    }

    .product-line-head .product-line-description div p {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding-left: 40px;
    }

    .product-container {
        width: 60%;
    }
}

@media only screen and (min-width: 992px) {

    header .cart {
        display: none;
    }

    nav {
        display: flex;
        align-items: center;
    }

    .head-container {
        left: 50px;
        width: 50%;
    }

    .head-section div div {
        margin-top: 60px;
    }

    .head-section div h2 {
        font-size: 28px;
    }

    .head-section div h2 span {
        margin-bottom: 40px;
    }

    .cta {
        width: 250px;
        text-align: center;
    }

    .hero {
        padding-left: 50px;
    }

    .hero .main-container {
        padding-bottom: 70px;
        width: 100%;
        margin: 0;
    }

    .hero .badges {
        left: 70px;
    }

    .hero .badges li img {
        width: 85px;
    }

    .care-intro .main-container {
        width: 650px;
    }

    .product-line-head .product-line-description div {
        right: 15%;
        top: 10%;
        width: 320px;
    }

    .product-line-head .product-line-description div p {
        border-radius: 20px;
    }

    .smooth-line .product-line-head .product-line-description div {
        width: 450px;
        left: 10%;
    }

    .smooth-line .product-line-head .product-line-description div p {
        border-radius: 20px;
    }

    .all-products-grid {
        display: grid;
        grid-template-columns: 400px 400px;
        justify-content: center;
        column-gap: 50px;
        align-items: end;
    }

    .product-container .product {
        grid-template-columns: 1fr 0.8fr;
    }

    .product-container {
        width: 100%;
        margin: 20px auto;
    }

    .product-container .product ul li {
        font-size: 12px;
        margin: 5px 0px;
    }

    .product-container h2 {
        font-size: 18px;
        padding: 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .product-container h2 span {
        font-size: 14px;
    }

    .product-container .cta {
        margin-left: 0;
        margin-top: 20px;
    }

    .smooth-line {
        margin: 50px 0px;
    }

    .real-results {
        width: 80%;
        margin: 0 auto;
    }

    .customer-reviews .main-container {
        width: 70%;
        margin: 0 auto;
    }

    .bundles-section .main-container {
        width: 80%;
        position: relative;
    }

    .mission .main-container {
        width: 50%;
    }

    .last-cta-banner div {
        width: 50%;
        top: 50%;
        transform: translate(-5%, -50%);
    }

    .last-cta-banner div .osp-title {
        margin-top: 50px;
    }

    .last-cta-banner div a {
        margin: 40px auto 0;
    }
}

@media only screen and (min-width: 1200px) {

    .free-delivery {
        padding: 10px 0px;
        font-size: 20px;
    }

    .free-delivery img {
        width: 40px;
    }

    .head-container {
        left: 150px;
        width: 45%;
    }

    .head-section div div {
        margin-top: 95px;
    }

    .head-section div h2 {
        font-size: 33px;
    }

    .cta {
        padding: 12px;
    }

    .hero {
        padding-left: 150px;
        grid-template-columns: 1fr 400px;
    }

    .hero .main-container h1 {
        font-size: 30px;
    }

    .hero .badges {
        left: 150px;
    }

    .hero .main-container ul.usps li {
        font-size: 16px;
    }

    .hero .thumb {
        right: 250px;
    }

    .care-intro {
        margin-top: 150px;
    }

    .antifungal-line {
        padding: 0;
    }

    .product-line-head .product-line-description div p {
        font-size: 18px;
    }

    .last-cta-banner div .osp-title {
        font-size: 38px;
    }

    .last-cta-banner div p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1400px) {

    .osp-title {
        font-size: 32px;
    }

    .head-section .rating {
        font-size: 14px;
    }

    .head-container {
        left: 250px;
        width: 35%;
    }

    .head-section div h2 {
        font-size: 40px;
    }

    .head-section div h2 span {
        font-size: 25px;
        margin: 40px 0px;
    }

    .hero {
        padding-left: 250px;
        grid-template-columns: 1fr 600px;
    }

    .hero .badges {
        left: 250px;
    }

    .hero .thumb {
        right: 450px;
    }

    .hero .main-container ul.usps li {
        margin: 20px 0px;
    }

    .hero .badges li img {
        width: 105px;
    }

    .hero .badges {
        bottom: -90px;
        column-gap: 20px;
    }

    .product-container .product ul li {
        font-size: 14px;
    }

    .product-line-head .product-line-description div {
        width: 520px;
        top: 15%;
    }

    .product-line-head .product-line-description div p {
        font-size: 22px;
    }

    .smooth-line .product-line-head .product-line-description div {
        left: 15%;
    }


    .all-products-grid {
        grid-template-columns: 480px 480px;
    }

    .product-container .product {
        grid-template-columns: 1fr 1fr;
    }


    .product-container .product ul li img {
        width: 45px;
    }

    .real-results,
    .bundles-section .main-container {
        width: 70%;
    }

    .customer-reviews .main-container {
        width: 700px;
    }

    .last-cta-banner div {
        width: 35%;
    }
}

@media only screen and (min-width: 1600px) {
    .cta {
        font-size: 18px;
        width: 250px;
    }

    .head-section div h2 {
        font-size: 45px;
    }

    .head-section div h2 span {
        font-size: 28px;
    }

    .product-line-head .product-line-description div p {
        font-size: 24px;
        padding-left: 60px;
    }

}


@media only screen and (min-width: 1800px) {
    .osp-title {
        font-size: 36px;
    }

    .head-container,
    .hero .badges {
        left: 350px;
    }

    .hero {
        padding-left: 350px;
    }


    .hero .thumb {
        right: 550px;
        width: 310px;
    }

    .product-container h2 {
        font-size: 20px;
    }

    .product-line-head .product-line-description div {
        width: 550px;
    }

    .smooth-line .product-line-head .product-line-description div {
        width: 650px;
    }

    .real-results,
    .bundles-section .main-container {
        width: 60%;
    }

    .last-cta-banner div .osp-title {
        margin-top: 100px;
    }

    .last-cta-banner div .osp-title {
        font-size: 45px;
    }

    .customer-reviews .main-container {
        width: 1000px;
    }
}


@media only screen and (min-width: 2000px) {

    .head-container {
        left: 550px;
    }

    .head-section div div {
        margin-top: 150px;
    }

    .head-section div h2 {
        font-size: 50px;
    }

    .head-section div h2 span {
        font-size: 40px;
    }

    .hero {
        padding-left: 550px;
        margin-bottom: 180px;
    }

    .hero .main-container h1 {
        font-size: 40px;
    }

    .hero .main-container ul.usps li {
        font-size: 18px;
    }

    .hero .badges {
        left: 550px;
    }

    .hero .thumb {
        right: 630px;
        width: 350px;
    }

    .intro-box h2 {
        font-size: 28px;
    }

    .intro-box p {
        font-size: 18px;
    }

    .product-line-head .product-line-description div p {
        font-size: 30px;
    }

    .all-products-grid {
        grid-template-columns: 550px 550px;
    }

    .real-results,
    .bundles-section .main-container {
        width: 50%;
    }

    .last-cta-banner div .osp-title {
        margin-top: 150px;
        font-size: 50px;
    }

    .last-cta-banner div p {
        font-size: 30px;
        margin-top: 50px;
    }
}

/*  */
/* BEFORE AFTER SLIDER STYLES */ 
/*  */

.before-after-container {
    position: relative;
    width: 85%;
    margin: 0 auto;
    min-height: 25rem;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: #464646;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
}

.before-image,
.after-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.before-image img.ks-image,
.after-image img.ks-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.after-image {
    clip-path: inset(0 50% 0 0);
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: black;
    pointer-events: none;
}

.slider-handle::before {
    content: "⟷";
}


.before-after-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: white;
    transform: translateX(-50%);
    pointer-events: none;
}

.before-after__slider-item {
    margin-top: 2.5rem;
}

.before-after__slider-item .before-after__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    width: 85%;
    margin: 0 auto;
    text-transform: uppercase;
}

.before-after__slider-item .before-after__text p:nth-of-type(2) {
    font-weight: bold;
}

.slider-handle {
    pointer-events: auto;
    cursor: grab;
}

.slider-handle:active {
    cursor: grabbing;
}


@media only screen and (min-width: 992px) {

    .before-after__slider-item .before-after__text {
        font-size: 14px;
    }

    .before-after-container {
        width: 100%;
    }
}

/*  */
/* ALL BUNDLES SECTION CAROUSEL */ 
/*  */

/* bundles */
.bundles-section {
    padding: 30px 0px;
}


.all-bundles-gallery {
    margin-top: 30px;
}

.all-bundles-gallery .swiper-wrapper {
    padding-bottom: 50px;
    align-items: stretch;
}

.all-bundles-gallery .swiper-slide {
    height: auto;
}

.all-bundles-gallery .swiper-slide .bundle {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bundle .bundle-head {
    position: relative;
}

.bundle .bundle-head span {
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: var(--main-red);
    color: white;
    font-weight: 700;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.bundle .free-shipping {
    background-color: var(--dark-green);
    color: white;
    padding: 5px 10px;
    width: fit-content;
    margin: 10px 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.bundle .bundle-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.bundle .bundle-description {
    font-size: 12px;
    text-transform: capitalize;
}

.bundle .price-wrapper {
    color: var(--main-blue);
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
}

.bundle .price-wrapper span.old-price {
    text-decoration: line-through;
    color: grey;
    margin-right: 5px;
}

.bundle .cta {
    font-size: 16px;
    width: inherit;
    text-align: center;
}


@media only screen and (min-width: 1400px) {
    .all-bundles-gallery {
        margin-top: 50px;
    }
}

