/**
* Theme Name: Clotya Child
* Description: This is a child theme of Clotya, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: clotya
* Version: 1.4.3
*/

.overflow .e-con-inner {
    overflow: hidden !important;
}

.product-reviews-carousel,
.product-reviews-carousel .owl-stage-outer {
    overflow: visible !important;
}

.review-box {
    padding: 20px;
    background: #e9e9e9;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.review-box .image-quote {
    width: 40px !important;
}

.review-box small {
    display: block;
    margin-top: 20px;
    color: #a1a1a1;
    font-weight: bold;
    margin-bottom: 10px;
}

.review-box strong {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #a1a1a1;
}

.review-box p {
    font-size: 14px;
    color: #a1a1a1;
}

.review-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.owl-item.active.center .review-box {
    background-color: #102529;
    transition: all 0.5s ease;
}

.owl-item.active.center .review-box p,
.owl-item.active.center .review-box strong,
.owl-item.active.center .review-box small,
.owl-item.active.center .review-box small a {
    color: #fff;
    transition: all 0.5s ease;
}

.owl-item.active.center .review-box .star-ratings span {
    color: #208985;
    transition: all 0.5s ease;
}

.review-box .star-ratings span {
    color: #f9d900;
    transition: all 0.5s ease;
}

.owl-item.active.center .review-box .image-quote {
    filter: invert(45%) sepia(14%) saturate(1966%) hue-rotate(129deg) brightness(96%) contrast(93%);
}

.product-reviews-carousel .owl-item {
    transition: transform 0.5s ease;
}

.product-reviews-carousel .owl-item.pos-1 {
    transform: translateY(10px);
}

.product-reviews-carousel .owl-item.pos-2 {
    transform: translateY(15px);
}

.product-reviews-carousel .owl-item.pos-3 {
    transform: translateY(20px);
    /* center item */
}

.product-reviews-carousel .owl-item.pos-4 {
    transform: translateY(15px);
}

.product-reviews-carousel .owl-item.pos-5 {
    transform: translateY(10px);
}

.cta-banner .banner .banner-content .banner-inner {
    gap: var(--row-gap) var(--column-gap);
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
}

header.elementor.elementor-2821.elementor-location-header {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
}

#transformscaleyhero .elementor-heading-title {
    transform: scaley(1.5);
}

.header-custom {
    width: 50%;
}

@media screen and (max-width: 1330px) {
    .header-custom {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .header-custom {
        width: 80%;
    }
}

.page-content,
.single-product-wrapper {
    margin-top: 12.875rem;
    margin-bottom: 2.625rem;
}

@media screen and (max-width: 600px) {
    .header-custom {
        width: 90%;
    }

    .page-content,
    .single-product-wrapper {
        margin-top: 10.875rem;
        margin-bottom: 2.625rem;
    }

    #transformscaleyhero .elementor-heading-title {
        transform: scaley(3.5);
    }

    #hero {
        min-height: auto;
    }
}


@media screen and (min-width: 64.0625rem) {

    .klb-blog.page-content,
    .klb-blog-single.page-content {
        margin-top: 12.625rem;
        margin-bottom: 5.625rem;
    }
}

button,
.button,
input[type=submit],
.submit,
.btn {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border-radius: 10px;
}

.tab-homeproduct .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    background-color: #102529 !important;
    border-radius: 99px;
    font-weight: 400 !important;
    transition: all 0.5s ease;
}

.products.grid-views.mobile-2 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tab-homeproduct .e-n-tabs-heading .e-n-tab-title[aria-selected="false"] {
    background-color: transparent !important;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border: 2px solid #fff;
    border-left: 0px;
    margin-left: -15px;
}

.tab-homeproduct .e-n-tabs-heading .e-n-tab-title[aria-selected="false"]:first-of-type {
    border-left: 2px solid #fff !important;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
    margin-left: 0px;
    margin-right: -15px;
}

/* product */

.before-shop-loop .woocommerce-result-count {
    display: block !important;
}

.products .product .content-wrapper {
    position: relative;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 22px 12px;
    overflow: hidden;
    z-index: 1;
}

/* .products .product .content-wrapper:hover {
    border: 1px solid transparent;
} */

.products .product .content-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://g12digital.ae/bethatlife/wp-content/uploads/2025/08/bg-product.webp);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: -1;
    border-radius: 30px;
}

.products .product .content-wrapper:hover::before {
    opacity: 1;
}

.product-images-wrapper {
    position: relative;
    overflow: hidden;
}

/* .product-images-wrapper .main-image,
.product-images-wrapper .hover-image {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out;
    border-radius: 22px;
    overflow: hidden;
}

.product-images-wrapper .main-image img,
.product-images-wrapper .hover-image img {
    width: 100%;
}

.product-images-wrapper .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.products .product .content-wrapper:hover .product-images-wrapper .hover-image {
    opacity: 1;
} */

.products .product .content-wrapper:hover .product-images-wrapper .main-image {
    opacity: 1;
}

.products .product .product-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 0.1rem;
    transition: all 0.5s ease;
}

.products .product .content-wrapper .product-subtitle {
    text-align: center;
    color: #000;
    font-size: 0.9rem;
    transition: all 0.5s ease;
}

/* .products .product .content-wrapper:hover .product-title,
.products .product .content-wrapper:hover .product-subtitle {
    color: #fff;
} */

.products .product .content-wrapper .product-subtitle p {
    margin-bottom: 0px;
    font-size: 15px;
}

.products .product .content-wrapper .product-rating {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.products .product .content-wrapper .product-reviews {
    color: #000;
    transition: all 0.5s ease;
}

.product-btn-wrapper a.product-btn:hover {
    background-color: white !important;
    color: #0f292f !important;
}


/* .products .product .content-wrapper:hover .product-reviews {
    color: #fff;
} */

.product-btn-wrapper {
    text-align: center;
    margin-top: 20px;
}

.product-btn-wrapper .product-btn {
    background-color: #fff;
    padding: 10px 20px 6px 20px;
    display: inline-block;
    border-radius: 99px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.product-btn-wrapper .product-btn:hover {
    color: #fff;
    background-color: #000;
}

.product-info .star-rating span::before {
    color: #ee862e;
}

.tax-product_cat,
.post-type-archive-product {
    background-color: #FBCBA2;
}

.filter-wide-button.dropdown.hide-mobile,
.filter-button.hide-desktop {
    display: none !important;
}

.before-shop-loop .sorting-products select {
    border-radius: 10px;
}

.elementor-button {
    padding-bottom: 8px;
}

@media screen and (min-width: 64.0625rem) {
    .products.grid-views.column-4 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .products.grid-views.column-4 .product {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    #bethathero {
        position: static !important;
    }
}

.klb-product-vertical-tab .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    height: auto !important;
    padding: 15px 1.125rem !important;
}

.klb-product-vertical-tab .woocommerce-tabs.wc-tabs-wrapper {
    border: none !important;
}

.klb-product-vertical-tab .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
    background-color: #208985 !important;
}

.klb-product-vertical-tab .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    border: none !important;
}


@media screen and (min-width: 1024px) {
    .klb-product-vertical-tab .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
        width: 24rem !important;
    }
}

.woocommerce-message a.button {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.product.single-product .content-wrapper {
    border-color: #000;
}

.product.single-product .product-btn-wrapper .product-btn {
    background-color: #208985;
    color: #fff;
}

.product.single-product .product-btn-wrapper .product-btn:hover {
    background-color: #000;
}

.below-logo-image {
    text-align: center;
    margin-top: 1rem;
}

.product-sku,
.product-categories.posted_in {
    display: none !important;
}

.woocommerce-breadcrumb ul li:nth-child(2) a {
    pointer-events: none;
}

.woocommerce-Reviews {
    display: flex;
    flex-wrap: wrap;
}

#review_form_wrapper {
    order: -1;
    width: 100%;
}

.products.grid-views {
    align-items: center;
    justify-content: center;
}

/* FAQ toggle functionality */
.faq-container {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .faq-container {
        width: 60%;
    }
}

.faq-title {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 500;
}

.faq-accordion {
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 10px;
}

.faq-question {
    background-color: transparent !important;
    padding: 10px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    color: #000;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
    height: auto !important;
    font-size: 20px;
}

.faq-item:hover .faq-question,
.faq-item .faq-question.active {
    color: #208985;
}

.faq-answer {
    padding: 10px;
    display: none;
    font-weight: 400;
}

.custom-faqs-section {
    padding: 60px 0px;
}

.related.products h2 {
    text-align: center;
    border: none !important;
}

section.related.products {
    margin: 0px !important;
}

/* ACF Repeater Tabs */

.acf-tabs-wrapper {
    padding-top: 60px;
}

.acf-tabs-title {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 500;
}

.acf-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    gap: 10px;
    justify-content: center;
}

.acf-tab-nav-item {
    cursor: pointer;
    border: 2px solid #ccc;
    padding: 8px;
    border-radius: 10px;
    transition: 0.3s;
    font-weight: 500;
    text-align: center;
    font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
    .acf-tab-nav-item {
        font-size: 1rem;
    }
}

.acf-tab-nav-item.active {
    border-color: #208985;
}

.tab-image,
.tab-description {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .tab-description h3 {
        font-size: 2.5rem;
        font-weight: 600;
    }

    .tab-image,
    .tab-description {
        width: 50%;
    }
}

.acf-tabs-content .acf-tab-content {
    display: none;
}

.acf-tabs-content .acf-tab-content.active {
    display: block;
}

.tab-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.tab-inner-layout {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.tab-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    width: 100%;
}

.tab-description {
    flex: 1;
}

.quantity,
.single-product-wrapper .product-info .stock.in-stock,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img,
.variable-item.radio-variable-item img,
.wc-block-components-quantity-selector,
#tab-title-additional_information {
    display: none !important;
}

.product-type-variable-subscription .variable-item-radio-value-wrapper {
    font-size: 0px;
}

.variable-item-radio-value-wrapper span.variable-item-radio-value {
    font-size: 1rem;
    font-weight: 600;
}

.variable-item-radio-value-wrapper .price {
    font-size: 1rem !important;
    font-weight: 600;
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal {
    align-items: self-start !important;
    text-align: left;
}

.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
    padding-left: 1rem;
}

.variable-item-radio-value-wrapper span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.product-type-variable-subscription .radio-variable-items-wrapper .radio-variable-item input {
    position: relative;
    top: -17px;
}

.product-extra-info {
    display: flex;
    gap: 20px;
    /* space between items */
    margin-top: 15px;
}

.product-extra-info .item {
    display: flex;
    gap: 8px;
    position: relative;
    padding-right: 20px;
    font-weight: 500;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.product-extra-info .item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #ddd;
    /* vertical separator color */
}

.product-extra-info img {
    width: 35px;
    height: auto;
}

.product-extra-info .item span {
    line-height: 1.2;
}


@media screen and (max-width: 768px) {
    .product-extra-info {
        flex-wrap: wrap;
    }

    .product-extra-info .item {
        width: 47%;
    }
}

.custom-product-info {
    margin-bottom: 15px;
    width: 100%;
    clear: both;
}

.custom-product-info .product-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-product-info .product-benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.custom-product-info .product-benefits li img {
    width: 20px;
    height: auto;
    margin-right: 8px;
}

.custom-product-info .product-benefits li:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

/* Video Testimonial Slider Shortcode from CPT "video-testimonials" */
.video-slider .video-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 528px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
}

.video-slider .play-btn img {
    width: 50px;
    height: 50px;
}

.video-slider .video-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.video-slider .video-link:hover {
    background: rgba(0, 0, 0, 0.5);
}

.video-slider .play-btn {
    font-size: 40px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    border-radius: 50%;
    padding: 6px;
    margin-bottom: auto;
    margin-top: auto;
    transition: transform 0.3s ease;
}

.video-slider .video-link:hover .play-btn {
    transform: scale(1.1);
}

.video-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 10px;
    text-align: center;
}

.mfp-video-title {
    position: absolute;
    bottom: 15px;
    /* Distance from bottom */
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    /* Optional: dark background for readability */
    padding: 8px 0;
    box-sizing: border-box;
}

.mfp-iframe-holder .mfp-close::before {
    opacity: 0;
}

.video-slider .owl-nav {
    text-align: center;
    margin-top: 23px;
}

.video-slider .owl-nav button span {
    border: 1px solid #000;
    padding: 6px;
    border-radius: 99px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 41px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.video-slider .owl-nav button {
    margin: 10px !important;
}

figure.entry-media img {
    border-radius: 30px;
}

.about_video {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 9 / 16;
    position: relative;
    max-width: 100%;
    border-radius: .5rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.about_videoobject {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about_video_btn {
    background-color: rgb(0 0 0 / .2);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    inset: 0;
    position: absolute;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
}

.about_video_btn:hover {
    background-color: rgb(0 0 0 / .3);
}

.about_video_btn_play {
    padding: .75rem;
    background-color: rgb(0 0 0 / .5) !important;
    border-radius: 9999px;
    border: none !important;
    color: #fff !important;
    height: 56px;
    width: 56px;
}

.about_video_btn_play svg {
    width: 2rem;
    height: 2rem;
}

.about_video_bottom {
    display: flex;
    align-items: center;
    gap: .25rem;
    right: .5rem;
    left: .5rem;
    bottom: .5rem;
    position: absolute;
}

.about_video_bottom button {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    background-color: rgb(0 0 0 / .5);
    border-radius: 9999px;
    white-space: nowrap;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: none;
    margin: 0;
    padding: 0;
    border: none;
}

.about_video_bottom button svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
}

.klb-blog.page-content .blog-posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}

@media screen and (min-width: 600px) {
    .klb-blog.page-content .blog-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .klb-blog.page-content .blog-posts {
        grid-template-columns: repeat(3, 1fr);
    }
}

.klb-blog.page-content .content-primary {
    width: 100% !important;
    margin: 0px;
}

.blog-posts .post .entry-title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
}

.blog-posts .post .entry-thumbnail img {
    border-radius: 30px;
}

.post .entry-category a {
    pointer-events: none;
}

.blog-posts .post {
    margin-bottom: 0px !important;
}

.single-product-wrapper .single-product .woocommerce-product-details__short-description {
    font-size: 18px;
    font-weight: 500;
}

.klb-product-vertical-tab .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
    font-size: 18px;
    font-weight: 500;
}

p,
.klb-post ul li {
    font-size: 18px;
    font-weight: 500;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    border: 2px solid #000;
    border-radius: 24px;
    padding: 1rem;
}

.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
    gap: 1rem;
}

.single-product-wrapper .single-product .price {
    margin-bottom: 0px !important;
}

.single-product-wrapper .single-product .variations td.label {
    display: none;
}

.woo-variation-swatches .grouped-variable-items .group-variable-items-name {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 1rem;
}

.product-info .woocommerce-product-rating {
    display: none !important;
}

.custom-before-price.latest-review {
    margin: 1.5rem 0;
    display: block;
    background-color: #20898512;
    padding: 14px;
    border-radius: 10px;
}

.review-comment_heading {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
}

.review-comment_content {
    font-size: 0.9rem;
    font-weight: 600;
}

.animated-review {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.single-product-wrapper .single-product .price {
    color: #208985;
    font-weight: bold;
}

.inflammation-before-tabs {
    margin-top: 60px;
}

.inflammation-before-content img {
    border-radius: 20px;
}

.inflammation-before-box ul li {
    font-size: 18px;
    font-weight: 500;
}

.title_inflammation {
    margin-bottom: 0.6rem;
}

.inflammation-before-row {
    gap: 2rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.inflammation-before-warp {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.inflammation-before-row {
    gap: 2rem;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
    .inflammation-before-tabs {
        margin-top: 100px;
    }

    .inflammation-before-box ul li {
        margin-bottom: 1rem;
    }

    .inflammation-before-warp {
        gap: 4rem;
    }

    .inflammation-before-row {
        flex-wrap: nowrap;
    }

    .inflammation-before-row:nth-child(odd) .inflammation-before-content.inflammation-image {
        order: 1;
        text-align: right;
    }

    .inflammation-before-tabs .inflammation-before-content,
    .inflammation-before-tabs .inflammation-before-content {
        width: 50%;
    }
}