/** Shopify CDN: Minification failed

Line 244:0 Unexpected "{"

**/
body.temlate--index .header-wrapper {
    position: absolute;
    width: 100%;
    background: transparent;
}
header.header {
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 769px){
    .slideshow__text.banner__box {
        max-width: 50% !important;
    }
}
@media screen and (max-width: 768px){
    .slideshow.banner {
        margin-top: 8rem !important;
    }
}

.header__menu-item span {
    /* font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    color: rgb(var(--color-foreground));
    line-height: calc(1 + .3 / max(1, var(--font-heading-scale)));
    word-break: break-word; */
    text-transform: uppercase;
}
.slideshow__text h2.banner__heading {
    line-height: 1.5;
    margin-bottom: 2rem;
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    background: linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slideshow__text .banner__text.rte {
    margin-bottom: 2rem;
}
.caption-text h3{
    color: #fefc51;
}
span.header__active-menu-item, .header__menu-item span:hover {
    color: #fefc51;
}
a.button.button--secondary, .product-form__submit {
    background: linear-gradient(to bottom, #cdb574, #9c8355);
    color: #fff;
}
.slide-buttons {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
@media screen and (max-width: 769px) {
    .slide-buttons {
        flex-direction: column;
        row-gap: 20px;
    }
}
.slide-buttons .watch-more {
    display: flex;
    column-gap: 10px;
} 
.slide-buttons .watch-more span {
    display: flex;
}
div#collection-template--17724239609921__featured_collection {
    background-image: url(https://wdt-ai-kit.myshopify.com/cdn/shop/files/feature-bg.jpg);
    background-position: center;
    background-size: auto;
}
.collection__title.title-wrapper {
    text-align: center;
}

.product-grid .grid__item {
    border: 1px solid;
    padding: 5px;
    background-color: #121212;
}
.product-grid .grid__item .card__content {
    border-top: 1px solid;
    padding: 0 5px;
}

h1, h2, h3 {
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    background: linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* course detail */
ul.corse-lesson--details {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
  font-size:var(--font-h6-size);
    justify-content: space-between;
    gap: 3rem;
    align-items: center;
    list-style-type: none;
    padding-left: 25px;
    width: 100%;margin-top: 0;
}

/* .product-grid .grid__item .card__content .card__information .card__heading {
    font-size: 18px;
    min-height: 7rem;
}
.product-grid .grid__item .card__content .card__information ul.corse-lesson--details {
    margin: 2rem 0;
}
.product-grid .grid__item .card__content .card__information span.card_description.subtitle {
    font-size: 14px;
} */


.price-and-save {
    min-height: 8rem;
}
 .card__information .card__heading {
    font-size: 18px;
    min-height: 12rem;
}
.card__information span.card_description.subtitle p {
    min-height: 6rem;
}
 .card__information ul.corse-lesson--details {
    margin: 2rem 0;
}
 .card__information span.card_description.subtitle {
    font-size: 14px;
} 

li.metafields.total_lessons:before, li.metafields.total_hours:before, li.metafields.total_students:before {
    content: "";
    width: 25px;
    height: 22px;
    position: absolute;
    background-image: url(https://wdt-ai-kit.myshopify.com/cdn/shop/t/7/assets/lesson-svg.svg);
    background-repeat: no-repeat;
    margin-left: -25px;
}
 
.course-lession-details {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 20px 0 !important;
    flex-wrap: wrap;
}
.card-information .price.price--on-sale {
    margin-top: 20px !important;
}
a.button, button#checkout, button.button, button.shopify-payment-button__button {
    color: #fff;
    background: linear-gradient(to bottom, #cdb574, #9c8355);
        text-transform: uppercase;
    font-weight: 600;
}


@media screen and (max-width: 480px){
    .image-with-text a.button.button--secondary {
    width: 100%;
}
.image-with-text .grid__item a.button.button--primary {
    width: 100%;
}
.accordion-header a.button.button--primary {
    width: 100%;
}

}
li.multicolumn-list__item {
    display: inline-block;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
    color: white; /* for icons/text */
}
li.multicolumn-list__item:hover {
    border-color: #d1bb7c; /* white border on hover */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transform: translateY(-5px); /* slight lift effect */
}

/*BENEFITS CSS*/
.specification-container.position-vertical-center{align-items: center;}
.specification-container.position-default{align-items: flex-start;}
.specification-container.position-vertical-bottom{align-items: flex-end;}
.specification-container{  justify-content: space-between;  column-gap: var(--grid-desktop-horizontal-spacing);  row-gap: var(--grid-desktop-vertical-spacing);}
.dt-sc-additional-grids{  width: 100%; display: grid;  height: 100%;  row-gap: 40px; top: 0; bottom: 0; position: relative;  margin: auto;margin-right:0;}
.specification-block-main-grid { width: 100%; text-align: center;}
.specification-block-support-block{    display: flex; flex-wrap: wrap;align-items:center;  /* height: 100%;*/}
.specification-block-support-content {  padding-left: 25px; padding-right: 0;}
@media screen and (min-width:1680px){
.specification-block-support-content { width: calc(100% - 115px);}
}
.specification-block-support-content { width: calc(100% - 70px);}
/* .specification-block-support-icon-image{  width: 50px;  height: 50px;  border-radius: var(--media-radius);} */
.specification-block-support-icon-image { display: flex; justify-content: center; align-items: center;}
.specification-block-support-icon-image img{border-radius: 50%;width:70px;height:70px;}
.specification-block-image{width:100%;}
.specification-block-image img,
.specification-block-image svg.placeholder-svg{width:100%; height:100%;border-radius: var(--media-radius);}
.specification-block-content{  display: flex;  justify-content: center;}
.specification-block-banner.grid .specification-block-content{align-items: center;width: 100%;}
.specification-block-banner .specification-block-content .dt-sc-grid-banner-inner > *:not(:last-child){margin:0 0 10px;}
.specification-block-support-content > *:not(:last-child){margin:0 0 10px;}
.dt-sc-additional-grids .dt-sc-heading  > *:not(:last-child){margin:0 0 25px;} 
.dt-sc-additional-grids .dt-sc-heading .dt-sc-heading-description{margin:0;width: calc(100% - 100px);}
.dt-sc-grid-banner-inner.Left{ text-align: left;}
.dt-sc-grid-banner-inner.Right{ text-align: right;}
.dt-sc-grid-banner-inner.Center{ text-align: center;}

.additional_section_blocks{display:grid;grid-template-columns:repeat(1, 1fr); column-gap: 30px;row-gap:5px;}
.specification-container.content_reverse{flex-direction: row-reverse;}
p.specification-block-support-description span {
    font-size: 14px;
}
@media screen and (min-width: 991px){
.specification-banner.specification-container.style3 .specification-block-main-grid{position: sticky;top: 30px;height: 100%;}
.specification-banner .dt-sc-additional-grids .title.main-title {  max-width: 400px;}
}
@media screen and (max-width: 990px){

  .specification-block-main-grid, .specification-banner.specification-container.style3 .specification-block-main-grid{    width: 100%; margin-bottom: 0px; order: -1;}
  .specification-banner.specification-container.style3 .dt-sc-additional-grids{width:100%;}
  .additional_section_blocks{display:grid;grid-template-columns:repeat(2, 1fr);    column-gap: 20px;}
  .specification-banner.specification-container.style3 .dt-sc-additional-grids  .additional_block.button{width:max-content;}
}
@media screen and (max-width: 749px){
/* .dt-sc-additional-grids{column-gap: calc(var(--grid-desktop-horizontal-spacing) / 2);row-gap: calc(var(--grid-desktop-vertical-spacing) / 2);} */
{  display: flex; flex-wrap: wrap;}
.dt-sc-additional-grids .dt-sc-heading .dt-sc-heading-description {width: calc(100% - 0px);}
}
@media screen and (max-width: 576px){
  .dt-sc-additional-grids,
  .specification-banner.specification-container.style3 .dt-sc-additional-grids{width:100%;}
 .additional_section_blocks{display:grid;grid-template-columns:repeat(1, 1fr);}
  .specification-block-support-content .specification-block-support-description{font-size:calc(var(--font-h5-size) * .8);}
} 

.specification-banner a.additional_block.button {
    width: fit-content;margin-top:20px;
}

.section-specification-block.reveal .specification-banner .specification-block-main-grid  .specification-block-image{
  animation: fadeInLeft var(--anim-time) ease both;
}
@media screen and (max-width:420px){
  .specification-block-support-block{flex-direction:column;gap:10px;}
  .specification-block-support-content{width:100%;text-align:center;padding-left:0;}
  .specification-banner .dt-sc-heading.Left { text-align: center;}
  .dt-sc-additional-grids{place-items:center;}
}
.specification-block-support-content {
    width: calc(100% - 70px);
}

@media screen and (min-width: 1680px) {
    .specification-block-support-content {
        width: calc(100% - 115px);
    }
}

.benefits .image-with-text__content {
    padding: 4rem calc(0rem / var(--font-body-scale)) 5rem;
}
#shopify-section-template--17724239609921__image_with_text_UGyemE .image-with-text__content {
    padding: 4rem calc(0rem / var(--font-body-scale)) 5rem;
}
@media screen and (min-width: 990px) {
    .benefits .image-with-text__content {
        padding: 6rem 0rem 7rem 7rem;
    }
}

/*BENEFITS CSS END*/

/*Contact form Prdouct */
.contact-form-product .contact {
    display: flex;
    column-gap: 2rem;
}
.contact-form-product .contact .contact-form-p {
    width: 45%;
    border: 1px solid;
    padding: 2rem;
}
.contact-form-product .contact .contact-form-details {
    width: 54%;
    border: 1px solid;
}
.contact-form-product .contact .contact-form-details ul.product_enquiery_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start !important;
    align-items: center;
    column-gap: 2rem;
    row-gap: 2rem;
    align-content: flex-start;
    padding: 2rem;
}
.contact-form-product .contact .contact-form-details ul.product_enquiery_form li.contact-text {
    width: 48%;
    list-style: none;
}
.contact__button button.button {
    width: 100%;
}
/* Contact form product css end*/


.shopify-policy__container {
    max-width: 100%;
    max-width: 100%;
}
.temlate--product .product-form__buttons {
    max-width: 100%;
}
.temlate--product .course-lession-details {
    max-width: 65rem;
}
.contact-form-product .contact .contact-form-details ul.product_enquiery_form li.contact-text a {
    color: #fff;
}

@media screen and (max-width: 769px) {
    .contact-form-product .contact {
    flex-direction: column;
    row-gap: 2rem;
    }
    .contact-form-product .contact .contact-form-p, .contact-form-product .contact .contact-form-details, .contact-form-product .contact .contact-form-details ul.product_enquiery_form li.contact-text  {
        width: 100%;
    }


}

/*PRODUCT SINGLE OR DETAILS PAGE CSS*/
    @media screen and (min-width: 750px) {
        .temlate--product .product__info-container {
            max-width: 100%;
        }
    }

    @media screen and (min-width: 750px) {
    .temlate--product .product__info-wrapper--extra-padding {
        padding: 0 0 0 2rem !important;
    }
    }
    @media screen and (min-width: 750px) {
        .temlate--product .price--large {
            font-size: 4rem;
        }
    }
        @media screen and (min-width: 750px) {
        .temlate--product .product__info-container .price--on-sale .price-item--regular {
            font-size: 2.6rem;
        }
    }
     @media screen and (min-width: 1025px) {
        .temlate--product .product-form__buttons {
            display: flex;
            column-gap: 2rem;
            align-items: flex-start;
        }
            .temlate--product .product-form__buttons .product-form__submit {
            width: 50%;
        }
        .temlate--product .product-form__buttons  .shopify-payment-button {
            width: 48%;
        }
}

/*PRODUCT SINGLE OR DETAILS PAGE CSS END*/

.facet-filters__field .select__select, .mobile-facets__sort .select__select {
    background-color: #000;
}


.mega-menu .mega-menu__list--condensed {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    width: fit-content !important;
    column-gap: 2rem;
}
.mega-menu .mega-menu__list--condensed img {
    width: 271px;
}
.mega-menu .mega-menu__list--condensed .mega-menu__link {
    display: flex;
    flex-direction: column;
    /* width: 250px; */
    padding: 0;
}
.mega-menu .mega-menu__list--condensed a.button.button--secondary {
    width: 250px;
    height: 90px;
    padding: 10px;
}
.mega-menu .mega-menu__list--condensed a.button.button--secondary::after, .mega-menu .mega-menu__list--condensed a.button.button--secondary::before {
    border-radius: 0;
    border: none;
}
.cart-count-bubble {
    color: rgb(0 0 0);
}
.product-grid .grid__item .card__content .card__information span.card_description.subtitle p {
    line-height: 2;
    text-align: justify;
}
.card-information span.price-item.price-item--sale.price-item--last {
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    background: linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
}
span.price-item.price-item--sale.price-item--last {
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    background: linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.multicolumn-card__info h3.inline-richtext {
    font-size: 1.5rem;
}
.multicolumn-card__info .rte p {
    font-size: 1.5rem;
}

p.specification-block-support-description strong {
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    background: linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p.specification-block-support-description span {
    color: #fff;
}
.image-with-text__text.rte.body {
    color: #fff;
}

a.header__icon.header__icon--account, .header__icon--cart {
    width: auto;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4rem;
    color: #c3c3c4;
}
a.header__icon.header__icon--account:hover, .header__icon--cart:hover {
    color: #fefc51;
    text-decoration: underline;
}
a.header__icon.header__icon--account {
    padding-right: 10px;
}
/* .cart-count-bubble {
    bottom: 1.4rem !important;
    left: 4.3rem !important;
} */
.cart-item__quantity-wrapper {
    align-content: center;
    align-items: center;
}
.cart-item__quantity-wrapper a.button.button--tertiary {
    height: 45px;
    border-radius: 0;
}
.cart__items h3 {
    margin: 0;
}
.title-wrapper-with-link a.underlined-link {
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(to bottom, #cdb574, #9c8355);
}
cart-items .title-wrapper-with-link {
    margin-bottom: 8rem;
}
.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (min-width: 750px) {
    .cart__contents .cart-items td {
        padding-top: 1rem;
    }
    .cart__contents .cart__items {
        padding-bottom: 1rem;
    }
    .cart__contents .cart-items td {
        vertical-align: middle;
    }
    a.button {
    min-width: 200px;
    }
    .product__info-wrapper span.badge {
    margin-top: 2rem;
    padding: 1rem;
}
}
body.temlate--product .no_video {
    display: none;
}
.testimonial-video-container.main-slide-show .video-swiper-button-prev {
    left: 40%;
}
.testimonial-video-container.main-slide-show .video-swiper-button-next {
    right: 40%;
}
.testimonial-video-container.main-slide-show .video-swiper-button-next.swiper-button-disabled, .testimonial-video-container.main-slide-show .video-swiper-button-prev.swiper-button-disabled {
    color: #c7ac5fb5;
}
button.shopify-payment-button__button[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: .5;
}
/* .wc_review_head {
    display: none !important;
}
.wc_review_summary .wc_review_summary_count {
    display: none;
}
.wc_review_summary .wc_review_summary_progress {
    display: none;
}
.wc_rivyo_actions {
    display: none  !important;
} */

div#CartDrawer a.button {
    min-width: 300px;
}
.cart-item .course-lession-details, .cart-item__details>* {
    max-width: 40rem !important;
    font-size: 14px;
}
.cart-item .course-lession-details svg {
    width: 14px;
}
td.cart-item__details .product-option {
    font-size: 24px;
    margin-top: 2rem;
    background: -webkit-linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    background: linear-gradient(to bottom, #FFFFFF, #c7ac5f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cart-item td {
    border-bottom: .1rem solid rgba(var(--color-foreground),.08) !important;
}
.cart-item:last-child td {
    border: none !important;
}

.cart-upsell-products-main {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cart-upsell-products-main .cart-upsell-products {
    width: 60%;
}
.cart-upsell-products-main .cart__footer {
    width: 30%;
}
@media screen and (max-width: 769px){
    .cart-upsell-products-main .cart-upsell-products, .cart-upsell-products-main .cart__footer {
        width: 100%;
    }
    .cart-upsell-products-main {
    flex-direction: column-reverse;
  }
}
.cart-upsell-products-main .cart-upsell-products .card-information .course-lession-details {
    display: none;
}
.cart-upsell-products-main .cart-upsell-products .card-information span.card_description.subtitle {
    display: none;
}
.cart-upsell-products .collection__title.title-wrapper {
    text-align: left;
    padding: 0;
}

@media screen and (max-width: 749px) {
    .cart-upsell-products-main slider-component.page-width {
        padding: 0;
    }
    .cart-upsell-products-main slider-component.page-width .grid__item {
    width: 100% !important;
    max-width: 100%;
  }
  .cart-upsell-products-main h2.title {
    text-align: center;
}
.upsell-popup-div {
    max-width: 80% !important;
}
}

@media screen and (max-width: 769px) {
    .upsell-popup-div {
        max-width: 80% !important;
    }
    .upsell-popup-div slider-component.slider-mobile-gutter {
    padding: 0;
    }
    /* .upsell-popup-div slider-component.slider-mobile-gutter .grid {
        display: flex;
        flex-direction: column;
    }
    .upsell-popup-div slider-component.slider-mobile-gutter .grid .grid__item {
        width: 100% !important;
        max-width: 100%;
    } */
        .upsell-popup-div slider-component.slider-mobile-gutter .card__information .card__heading {
        font-size: 14px !important;
    }
}

.cart-drawer .cart-item cart-remove-button button.button {
    border-radius: 0;
    min-height: 4.7rem;
}

    div#upsell-popup .card-information {
    display: none;
}
div#upsell-popup .collection {
    padding-top: 0;
}
.d-none {
    display: none;
}

.header__heading-logo-wrapper {
    width: 75% !important;
}
section#shopify-section-template--17724239609921__counter_animation_iGjxVX .color-scheme-1.gradient {
    background-color: #01091a;
}



div#shopify-section-template--17724239609921__benefits_UYNcKV .media>img {
    object-fit: contain;
    object-position: center center;
}
div#shopify-section-template--17724239609921__benefits_UYNcKV .image-with-text__media {
    border: none;
}
.testimonials section.testimonial {
    padding: 0 5rem;
}

.price-and-save {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    align-content: center;
}

.price-and-save p.product-savings {
    margin: 0 !important;
    background-color: #9c8355;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

/* header.header h1.header__heading {
    margin-top: 15px;
} */
.all-accepted-payment-getway {
    display: flex;
    column-gap: 12px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    row-gap: 12px;
    justify-content: center;
}
.all-accepted-payment-getway svg
 {
    width: 80px;
}
.shopify-policy__title h1
 {
    text-transform: capitalize;
}
.main-slide-show .video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.4); */
    cursor: pointer;
    transition: opacity 0.3s 
ease;
}
.testimonial-video-container.main-slide-show {
    position: relative;
}
.testimonial-video-container.main-slide-show .video-wrapper {
    border: 2px solid #ffffffa3;
    border-radius: 8px;
}
.testimonial-video-container.main-slide-show .video-wrapper video.testimonial-video {
    border-radius: 6px;
}
header.header .header__heading-logo-wrapper {
    margin-top: 10px;
}
@media screen and (max-width: 769px) {
    .slideshow-mian .banner__content {
        flex-direction: column !important;
    }
    .testimonial-video-container.main-slide-show {
    padding: 0 2rem;
}
}
@media screen and (max-width: 480px) {
    .testimonial-video-container.main-slide-show .video-section__media {
    --ratio-percent: 31.5%;
 }
    .slideshow-mian .banner__content {
        margin-top: -15rem;
    }
    deferred-media.video-section__media {
    width: 370px !important;
}
.slideshow-mian .caption-text h3 {
    margin-top: 0;
}

.slideshow-mian  h2.banner__heading {
    font-size: 22px;
    margin: 0;
}
.slideshow-mian .banner__text.rte p {
    /* font-size: 14px; */
       text-align: center;
    margin-top: 5px;
}
.slideshow-mian .banner__box {
    padding: 2rem 1.5rem;
 }
 .stats-container {
    padding: 0 !important;
}

}


deferred-media.video-section__media {
    border: 2px solid #ffffff96;
    border-radius: 5px;
}
deferred-media.video-section__media .deferred-media__poster {
    border-radius: 5px;
}
/* .footer__content-bottom.scroll-trigger {
    padding: 0;
} */

.payment-icons {
    display: flex
;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    justify-content: center;
    margin-bottom: 4rem;
}
.payment-icons img {
  height: 30px;   /* same as Shopify checkout logos */
  width: auto;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px 4px;
  background: #fff;
}

.reviews-tab h3 span {
    font-size: 14px;
}
.reviews-tab h3 {
    text-align: right;
    margin: 0;
}
/* .user-reviews {
    border: 1px solid #ffffff3b;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
} */
.user-reviews p {
    margin-top: 0;
}
.user-reviews ul {
    list-style: none;
    padding: 0;
}
.user-reviews ul li {
    border: 1px solid #ffffff3b;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

/* ul#student-reviews {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: center;
}
ul#student-reviews li.review-item {
    width: 32%;
} */

.stars.flex.items-center {
    text-align: right;
}
ul.policies.list-unstyled
 {
    text-transform: capitalize;
}
.mega-menu__list a.button {
    min-width: 250px !important;
}
.badges-m ul {display: flex;list-style: none;}

.badges-m ul li img {
    width: 100%;
}
.badges-m ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.deferred-media__poster-button {
    background-color: transparent !important;
    border: none !important;
 }
 .deferred-media__poster-button .svg-wrapper {
    width: 70px !important;
    height: 70px !important;
}

.button:disabled, .button[aria-disabled=true], .button.disabled, .customer button:disabled, .customer button[aria-disabled=true], .customer button.disabled, .quantity__button.disabled, 
button.shopify-payment-button__button[aria-disabled="true"]
{
    opacity: 1;
}
.temlate--product .product-form__buttons .product-form__submit[disabled]:after, button.shopify-payment-button__button[aria-disabled="true"]:after {
    content: " ";
    width: 99%;
    height: 0px;
    position: absolute;
    top: 50%;
    transform: rotate(0deg);
}
.rednotification p {
    font-size: 20px;
    color: red;
    font-weight: 600;
    text-transform: uppercase;
}
.reviews-buttons button#load-more-reviews, .reviews-buttons button#write-reviews {
    width: 49%;
}
.reviews-buttons {
    display: flex;
    justify-content: space-between;
}

/* Popup overlay (keeps background dimmed, allows scroll inside) */
.upsell-popup-div {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex
;
    align-items: flex-start;
    overflow-y: auto;
    padding: 20px;
    flex-direction: column;
}

/* Popup content box */
.upsell-popup-div .popup-content {
  background: #111;
  max-width: 800px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}


@media (min-width: 750px) and (max-width: 1000px) {
    .benefits .grid--2-col-tablet .grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .section-template--17724239609921__image_with_text_UGyemE-padding.gradient.color-scheme-1 a.button {
        min-width: 300px;
    }
    .slideshow-mian .slideshow__text.banner__box {
        max-width: 100% !important;
    }
    .slideshow-mian .banner__content {
    flex-direction: column;
    }
}
@media screen and (max-width: 769px) {
    /* .upsell-popup-div .product-grid {
        flex-direction: column;
    }
    .upsell-popup-div .product-grid .grid__item {
        width: 100% !important;
        max-width: 100%;
    } */
}  

.course-lession-details {
    min-height: 4rem;
}
a.btn.button.view-more-btn {
    width: -webkit-fill-available;
    margin-top: 2rem !important;
}
.mobile-menu-img {
    display: flex;
    flex-direction: column;
    border: 1px solid;
    background: linear-gradient(to bottom, #cdb574, #9c8355);
    color: #fff;
}
.mobile-menu-img img {
    width: 100%;
}
.mobile-menu-img p { padding: 10px }

ul.menu-drawer__menu.list-menu {
    padding-bottom: 10rem;
}

/**/
body.temlate--product .video-slider {
    max-width: 750px;
    margin: auto;
}
body.temlate--product .slideshow__text h2.banner__heading {
    margin: 0;
    /* font-size: 3rem; */
}
body.temlate--product .banner__text.rte {
    margin-bottom: 0;
}
body.temlate--product .banner__text.rte p {
    font-size: 14px;
}
body.temlate--product .caption-text h3 {
    margin-top: 0;
}
body.temlate--product .video-section__media .deferred-media__poster img {
    height: auto;
}

section.logo-section.page-width .logo-wrapper .logo-item.swiper-slide:nth-child(2) img, section.logo-section.page-width .logo-wrapper .logo-item.swiper-slide:nth-child(4) img {
    width: 325px !important;
}
section.logo-section.page-width .logo-wrapper .logo-item.swiper-slide:nth-child(1) img, section.logo-section.page-width .logo-wrapper .logo-item.swiper-slide:nth-child(3) img {
    width: 150px;
}

@media screen and (max-width: 480px) {
    body.temlate--product .video-section__media {
        margin: 0 auto;
    }
    body.temlate--product .testimonial-video-container.main-slide-show .video-section__media {
        --ratio-percent: 27.5%;
    }
    body.temlate--product .slideshow-mian .banner__content {
        margin-top: -25rem;
    }
    body.temlate--product .slideshow.banner {
        margin-top: 2rem !important;
    }
    body.temlate--product .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media, body.temlate--product .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height: 23rem;
    }
}

html {
  scroll-behavior: smooth;
}