body{
    overflow-x: hidden;
}

div#e-n-tab-content-2626441762 span.fire-icon {
    display: none;
}

.elementor-element-4fd8d8c5 a.elementor-button.elementor-button-link.elementor-size-sm {
    color: #fff !important;
}

div#e-n-tab-content-20971158131{
    padding-right:0 !important;
}

.custom-products-pagination {
    margin-top: 40px;
    text-align: center;
}

.custom-products-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.custom-products-pagination li {
    margin: 0;
}

.custom-products-pagination a,
.custom-products-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #f39c87;
    color: #f39c87;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1;
}

.custom-products-pagination a:hover,
.custom-products-pagination .current {
    background: #f39c87;
    color: #fff;
}




/* WooCommerce main buttons */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
    background-color: #F39C87 !important;
    color: #ffffff !important;
    border-color: #F39C87 !important;
}

/* WooCommerce button hover */
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .button:hover {
    background-color: #737373 !important;
    color: #ffffff !important;
    border-color: #737373 !important;
}

/* Prices */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #F39C87 !important;
}

/* Sale badge */
.woocommerce span.onsale {
    background-color: #F39C87 !important;
    color: #ffffff !important;
}

/* WooCommerce messages/notices */
.woocommerce-message {
    border-top-color: #F39C87 !important;
}

.woocommerce-message::before {
    color: #F39C87 !important;
}

/* Links inside WooCommerce */
.woocommerce a {
    color: #F39C87;
}

.woocommerce a:hover {
    color: #737373;
}

/* Cart / Checkout block buttons */
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
    background-color: #F39C87 !important;
    color: #ffffff !important;
    border-color: #F39C87 !important;
}

/* Cart / Checkout block buttons hover */
.wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #737373 !important;
    color: #ffffff !important;
    border-color: #737373 !important;
}

/* Checkout active fields / focus */
.wc-block-components-text-input input:focus,
.wc-block-components-combobox-control input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #F39C87 !important;
    box-shadow: 0 0 0 1px #F39C87 !important;
}

/* Quantity buttons / selected options */
.wc-block-components-quantity-selector__button,
.woocommerce .quantity .qty {
    border-color: #737373 !important;
}

/* WooCommerce notices: error, info, message */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #F39C87 !important;
    color: #ffffff !important;
    border-top-color: #737373 !important;
}

/* Notice icon color */
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #ffffff !important;
}

/* Links inside notices */
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: underline;
}

/* Optional: button inside notice */
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    background-color: #737373 !important;
    color: #ffffff !important;
    border-color: #737373 !important;
}

.wp-block-woocommerce-cart.alignwide table tfoot th, 
.wp-block-woocommerce-cart.alignwide table thead th,
.wp-block-woocommerce-cart.alignwide .wc-block-cart .wc-block-cart__totals-title{
    font-size:1.3em;
}

/* Cart page responsive container spacing */
.woocommerce-cart main,
.woocommerce-cart .site-main,
.woocommerce-cart .entry-content,
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .woocommerce {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(10px, 0vw, 0px);
    padding-right: clamp(10px, 0vw, 0px);
    box-sizing: border-box;
}

/* Remove alignwide overflow */
.woocommerce-cart .alignwide,
.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}





.elementor-menu-cart__toggle_button .elementor-button-icon svg {
    display: none !important;
}
.elementor-menu-cart__toggle_button .elementor-button-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-image: url("/../wp-content/uploads/2026/05/carticon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pm-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
  line-height: 1;
  z-index: 9;
}
.pm-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: pmMarquee linear infinite;
  will-change: transform;
}
.pm-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Geomanist Medium", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing:1px;
}
@keyframes pmMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.custom-login-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 30px 0 60px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
#iconcart a{
    border:0;
}
.home #loginarea a:hover {
    color: #fff;
}
.custom-login-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-login-shape img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}
.custom-login-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  z-index: 2;
}
.custom-login-icon img {
  width: 15px;
  height: 15px;
  display: block;
}
.custom-login-text {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}




.dryp-testimonial-slider {
    margin: 0 -7px;
}

.dryp-testimonial-slide {
    padding: 0 7px;
}

.dryp-testimonial-card {
    min-height: 225px;
    border: 1px solid #d8d2c7;
    border-radius: 6px;
    background: transparent;
    padding: 54px 55px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.dryp-testimonial-text {
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 22px;
}

.dryp-testimonial-text p {
    margin: 0;
}

.dryp-testimonial-name {
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #B75945;
}

.dryp-testimonial-slider .slick-dots {
    position: static;
    margin-top: 36px;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.dryp-testimonial-slider .slick-dots li {
    width: 150px;
    height: 1px;
    margin: 0;
    background: #ddd8ce;
}

.dryp-testimonial-slider .slick-dots li button {
    display: none;
}

.dryp-testimonial-slider .slick-dots li.slick-active {
    background: #777;
}

@media (max-width: 768px) {
    .dryp-testimonial-card {
        min-height: 210px;
        padding: 40px 28px 32px;
    }

    .dryp-testimonial-text {
        font-size: 16px;
    }

    .dryp-testimonial-slider .slick-dots li {
        width: 70px;
    }
}



.unlimited-memberships-wrapper{
    display:flex;
    gap:24px;
    flex-wrap:wrap;
    justify-content:center;
    align-items:stretch;
}

.unlimited-membership-card{
    background:#f5f3ee;
    border-radius:12px;
    padding:40px 34px;
    width:100%;
    max-width:430px;
    box-sizing:border-box;
    text-align:center;
    display:flex;
    flex-direction:column;
}

.membership-title{
    text-transform:uppercase;
    margin:0 0 40px;
    color:#000;
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    height:8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.membership-duration{
    border:1px solid #525252;
    border-radius:10px;
    padding:15px 20px;
    font-size:30px;
    margin-bottom:32px;
    font-family:serif;
    color:#000;
    font-family: "Cardinal Fruit Medium", Sans-serif;
}

.price-number{
    color:#000;
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 48px;
    font-weight: 500;
}

.price-currency{
    font-size:30px;
    line-height:35px;
    color:#737373;
    margin-left:4px;
    font-family: "Geomanist Regular", Sans-serif;
}

.membership-divider{
    height:1px;
    background:#d2d2d2;
    margin:30px 0;
}

.membership-features{
    text-align:left;
    margin-bottom:35px;
}

.membership-features ul{
    margin:0;
    padding:0;
    list-style:none;
}

.membership-features li{
    position:relative;
    font-family: "Geomanist Regular", Sans-serif;
    padding-left:28px;
    margin-bottom:10px;
    font-size:18px;
    line-height:1.6;
    color:#000000;
}

.membership-features li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#737373;
    font-size:16px;
}

.membership-btn{
    display:block;
    width:100%;
    font-family: "Geomanist Medium", Sans-serif;
    background:transparent;
    color:#fff !important;
    text-decoration:none;
    padding:18px 20px;
    border-radius:50px;
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
    transition:all .3s ease;
    box-sizing:border-box;
    border:1px solid #A3A3A3;
    color:#000 !important;
    margin-top:auto;
}

.membership-btn:hover{
    background:#de7f69;
    color:#fff !important;
    border-color: #de7f69 !important;
}

@media(max-width:768px){

    .unlimited-membership-card{
        padding:30px 24px;
    }

    .membership-title{
        font-size:22px;
    }

    .price-number{
        font-size:48px;
    }

}






.credits-memberships-wrapper {
    background: #b95a45;
    padding: 50px 0 70px;
    overflow: hidden;
    position: relative;
}

/* hide before Slick initializes */
.credits-slick-slider {
    width: 100%;
    padding-left: 70px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    box-sizing: border-box;
}

.credits-slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

/* desktop partial card effect */
.credits-slick-slider .slick-list {
    overflow: visible;
    padding-right: 120px;
}

.credits-slick-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.credits-slick-slider .slick-slide {
    height: auto;
    padding: 0 12px;
    box-sizing: border-box;
}

.credits-slick-slider .slick-slide > div {
    height: 100%;
}

.credits-slide {
    height: 100%;
}

.credits-membership-card {
    background: #f6f3ec;
    border-radius: 6px;
    padding: 28px 16px 16px;
    text-align: center;
    min-height: 265px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* product full description */
.membership-features {
    font-size: 18px;
    color: #8b8b8b;
    margin-bottom: 18px;
    line-height: 1.4;
}

.membership-features p {
    margin: 0;
}


/* tablet: normal 2 slides */
@media (max-width: 1024px) {

    .credits-memberships-wrapper {
        padding: 45px 0 65px;
    }

    .credits-slick-slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .credits-slick-slider .slick-list {
        overflow: hidden;
        padding-right: 0;
    }

    .credits-slick-slider .slick-slide {
        padding: 0 10px;
    }

}

/* mobile: normal 1 slide */
@media (max-width: 767px) {

    .credits-memberships-wrapper {
        padding: 35px 0 60px;
    }

    .credits-slick-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .credits-slick-slider .slick-slide {
        padding: 0 8px;
    }

}








.custom-gallery-wrap {
    width: 100%;
    overflow: hidden;
    background: #faf7ef;
    padding: 20px 0;
}

.custom-gallery-slider {
    margin-left: -55px;
}

.custom-gallery-slider .slick-list {
    overflow: visible;
}

.custom-gallery-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.custom-gallery-slider .slick-slide {
    height: auto;
    padding: 0 4px;
}

.gallery-slide {
    height: 205px;
    overflow: hidden;
    border-radius: 4px;
}

.gallery-slide img {
    width: 100%;
    height: 600px;
    object-fit: fill;
    display: block;
}







#faqicons summary,
#faqicons details.e-n-accordion-item > div{
    border-left: 0 !important;
    border-right: 0 !important;
}
#faqicons summary {
    padding-top: 25px;
    padding-bottom: 25px;
}


#cntctfrm .elementor-field-group-field_3c1f14b.elementor-col-50 label {
    opacity: 0;
}
#iconcart .elementor-menu-cart__main{
    width:25%;
}




.page-id-3795 .elementor-widget-theme-site-logo img,
.page-id-3806 .elementor-widget-theme-site-logo img,
.page-id-3802 .elementor-widget-theme-site-logo img,
.page-id-3777 .elementor-widget-theme-site-logo img,
.page-id-3783 .elementor-widget-theme-site-logo img,
.page-id-3967 .elementor-widget-theme-site-logo img,
.page-id-3771 .elementor-widget-theme-site-logo img,
.archive .elementor-widget-theme-site-logo img,
.single-product .elementor-widget-theme-site-logo img,
.page-id-3780 .elementor-widget-theme-site-logo img,
.page-id-3792 .elementor-widget-theme-site-logo img,
.page-id-3786 .elementor-widget-theme-site-logo img,
.page-id-3789 .elementor-widget-theme-site-logo img,
.page-id-3768 .elementor-widget-theme-site-logo img{
    filter: brightness(0);
}
.page-id-3795 ul#menu-1-234776a7 li a,
.page-id-3795 .custom-login-btn,
.page-id-3795 .custom-login-btn:hover,

.page-id-3806 ul#menu-1-234776a7 li a,
.page-id-3806 .custom-login-btn,
.page-id-3806 .custom-login-btn:hover,

.page-id-3802 ul#menu-1-234776a7 li a,
.page-id-3802 .custom-login-btn,
.page-id-3802 .custom-login-btn:hover,

.page-id-3777 ul#menu-1-234776a7 li a,
.page-id-3777 .custom-login-btn,
.page-id-3777 .custom-login-btn:hover,


.page-id-3783 ul#menu-1-234776a7 li a,
.page-id-3783 .custom-login-btn,
.page-id-3783 .custom-login-btn:hover,

.page-id-3967 ul#menu-1-234776a7 li a,
.page-id-3967 .custom-login-btn,
.page-id-3967 .custom-login-btn:hover,

.page-id-3771 ul#menu-1-234776a7 li a,
.page-id-3771 .custom-login-btn,
.page-id-3771 .custom-login-btn:hover,

.archive ul#menu-1-234776a7 li a,
.archive .custom-login-btn,
.archive .custom-login-btn:hover,

.single-product ul#menu-1-234776a7 li a,
.single-product .custom-login-btn,
.single-product .custom-login-btn:hover,

.page-id-3780 ul#menu-1-234776a7 li a,
.page-id-3780 .custom-login-btn,
.page-id-3780 .custom-login-btn:hover,

.page-id-3792 ul#menu-1-234776a7 li a,
.page-id-3792 .custom-login-btn,
.page-id-3792 .custom-login-btn:hover,

.page-id-3786 ul#menu-1-234776a7 li a,
.page-id-3786 .custom-login-btn,
.page-id-3786 .custom-login-btn:hover,

.page-id-3789 ul#menu-1-234776a7 li a,
.page-id-3789 .custom-login-btn,
.page-id-3789 .custom-login-btn:hover,

.page-id-3768 ul#menu-1-234776a7 li a,
.page-id-3768 .custom-login-btn,
.page-id-3768 .custom-login-btn:hover{
    color: #000;
}
.page-id-3795 span.custom-login-icon img,
.page-id-3795 span.custom-login-shape img,

.page-id-3806 span.custom-login-icon img,
.page-id-3806 span.custom-login-shape img,

.page-id-3802 span.custom-login-icon img,
.page-id-3802 span.custom-login-shape img,

.page-id-3777 span.custom-login-icon img,
.page-id-3777 span.custom-login-shape img,

.page-id-3783 span.custom-login-icon img,
.page-id-3783 span.custom-login-shape img,

.page-id-3967 span.custom-login-icon img,
.page-id-3967 span.custom-login-shape img,

.page-id-3771 span.custom-login-icon img,
.page-id-3771 span.custom-login-shape img,

.archive span.custom-login-icon img,
.archive span.custom-login-shape img,

.single-product span.custom-login-icon img,
.single-product span.custom-login-shape img,

.page-id-3780 span.custom-login-icon img,
.page-id-3780 span.custom-login-shape img,

.page-id-3792 span.custom-login-icon img,
.page-id-3792 span.custom-login-shape img,

.page-id-3786 span.custom-login-icon img,
.page-id-3786 span.custom-login-shape img,

.page-id-3789 span.custom-login-icon img,
.page-id-3789 span.custom-login-shape img,

.page-id-3768 span.custom-login-icon img,
.page-id-3768 span.custom-login-shape img{
    filter: brightness(0);
}
/* .page-id-3795 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3806 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3795 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3802 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3777 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3783 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3967 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3771 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.archive div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.single-product div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3780 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3792 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3786 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon,
.page-id-3789 div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-icon{
    filter: brightness(0);
} */



/* Pages where cart icon should be black */
.page-id-3795 div#iconcart .elementor-button-icon,
.page-id-3806 div#iconcart .elementor-button-icon,
.page-id-3802 div#iconcart .elementor-button-icon,
.page-id-3777 div#iconcart .elementor-button-icon,
.page-id-3783 div#iconcart .elementor-button-icon,
.page-id-3967 div#iconcart .elementor-button-icon,
.page-id-3771 div#iconcart .elementor-button-icon,
.archive div#iconcart .elementor-button-icon,
.single-product div#iconcart .elementor-button-icon,
.page-id-3780 div#iconcart .elementor-button-icon,
.page-id-3792 div#iconcart .elementor-button-icon,
.page-id-3786 div#iconcart .elementor-button-icon,
.page-id-3789 div#iconcart .elementor-button-icon,
.page-id-3768 div#iconcart .elementor-button-icon {
    filter: none !important;
}

.page-id-3795 div#iconcart .elementor-button-icon::before,
.page-id-3806 div#iconcart .elementor-button-icon::before,
.page-id-3802 div#iconcart .elementor-button-icon::before,
.page-id-3777 div#iconcart .elementor-button-icon::before,
.page-id-3783 div#iconcart .elementor-button-icon::before,
.page-id-3967 div#iconcart .elementor-button-icon::before,
.page-id-3771 div#iconcart .elementor-button-icon::before,
.archive div#iconcart .elementor-button-icon::before,
.single-product div#iconcart .elementor-button-icon::before,
.page-id-3780 div#iconcart .elementor-button-icon::before,
.page-id-3792 div#iconcart .elementor-button-icon::before,
.page-id-3786 div#iconcart .elementor-button-icon::before,
.page-id-3789 div#iconcart .elementor-button-icon::before,
.page-id-3768 div#iconcart .elementor-button-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/../../wp-content/uploads/2026/05/carticon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0);
}


div#iconcart a#elementor-menu-cart__toggle_button span.elementor-button-text {
    display: none;
}

.page-id-3798 header{
    background: #B75945;
}



div#price-credits .unlimited-membership-card{
    width:410px;
}
div#price-credits .membership-title{
    margin: 0 0 15px;
}
div#price-credits .membership-features p{
    font-family: "Geomanist Regular", Sans-serif;
    font-size: 14px;
    line-height:18px;
    font-weight: 400;
    color:#737373;
    text-align: center;
    height:3vh;
}
div#price-credits .membership-price{
    margin-bottom:35px;
}







.classes-grid-wrapper {
    width: 100%;
}

.classes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 10px;
    justify-content: center;
    align-items: stretch;
}

.class-card {
    position: relative;
    width: calc(33.333% - 12px);
    min-height: 520px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.class-card.is-open {
    min-height: 520px;
}

.class-card-header {
    position: relative;
    height: 110px;
    background: #fff;
    padding: 28px 58px 20px 22px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.class-title,
.class-detail-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #B75945;
    font-family: "Geomanist Medium", Sans-serif;
    line-height: 1.15;
    display: flex;
    align-items: center;
    min-height: 56px;
}

.fire-icon {
    font-size: 18px;
    margin-left: 5px;
}

.class-toggle,
.class-close {
    border: 0;
    background: transparent;
    color: #A3A3A3;
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
}

.class-toggle {
    position: absolute;
    top: 50%;
    right: 22px;
    z-index: 10;
    transform: translateY(-50%);
}

.class-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}

.class-toggle:hover,
.class-close:hover {
    background: transparent;
    color: #B75945;
}

.class-card.is-open .class-toggle {
    display: none;
}

.class-image {
    flex: 1;
    height: 410px;
    min-height: 410px;
    position: relative;
    overflow: hidden;
}

.class-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.class-card:hover .class-image img {
    transform: scale(1.03);
}

.class-detail {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: #fff;
    padding: 24px 28px 22px;
    display: none;
    flex-direction: column;
    overflow-y: auto;
}

.class-detail-header {
    position: relative;
    padding-right: 48px;
    margin-bottom: 30px;
}

.class-detail .class-meta,
.class-detail .class-content,
.class-detail a.class-book-btn {
    padding-left: 16px;
    padding-right: 16px;
}

.class-meta {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    color: #525252;
    font-size: 16px;
    line-height: 20px;
}

.class-content {
    font-size: 14px;
    line-height: 1.7;
    color: #111;
    flex: 1;
}

.class-content h1,
.class-content h2,
.class-content h3,
.class-content h4 {
    font-size: 16px;
    margin: 0 0 16px;
    color: #111;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
}

.class-content h6 {
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: .7px;
}

.class-content p {
    font-family: "Geomanist Regular", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    margin: 0 0 20px;
    line-height: 15px;
}

.class-content p strong {
    font-family: "Geomanist Regular", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    line-height: 17px;
}

.class-book-btn {
    margin-top: 30px;
    width: 100%;
    display: block;
    text-align: center;
    background: #F39C87;
    color: #fff;
    padding: 7px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: "Geomanist Medium", Sans-serif;
}

.class-book-btn:hover {
    background: #ef8068;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .class-card {
        width: calc(50% - 5px);
        min-height: 500px;
    }

    .class-title,
    .class-detail-title {
        font-size: 20px;
    }

    .class-image {
        height: 380px;
        min-height: 380px;
    }
}

@media (max-width: 600px) {
    .classes-grid {
        gap: 15px;
    }

    .class-card {
        width: 100%;
        min-height: 420px;
    }

    .class-card-header {
        height: 90px;
        padding: 20px 50px 14px 18px;
    }

    .class-title,
    .class-detail-title {
        font-size: 18px;
        min-height: auto;
    }

    .class-image {
        height: 320px;
        min-height: 320px;
    }

    .class-detail {
        padding: 20px 20px 18px;
    }

    .class-meta {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .class-content {
        font-size: 13px;
        line-height: 1.6;
    }

    .class-book-btn {
        padding: 13px 18px;
        font-size: 12px;
    }
}






.class-book-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.class-book-popup.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.class-book-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.class-book-popup-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1000px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.class-book-popup-content iframe {
    display: block;
    width: 100%;
    max-height: 80vh;
    border: 0;
}

.class-book-popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    padding:0;
}

@media (max-width: 767px) {
    .class-book-popup-content {
        width: 95%;
        padding: 15px;
    }

    .class-book-popup-content iframe {
        height: 500px;
    }
}




div#teamarea {
    width: 60% !important;
}
div#power .e-n-accordion {
    background: #F8F6ED;
    border-radius: 10px;
}
div#power summary.e-n-accordion-item-title,
div#power .e-n-accordion-item [role="region"]{
    border:0 !important;
}
div#power > .e-con-inner {
    width: 50%;
}
div#power .e-n-accordion-item [role="region"] p strong{
    color:#000;
    font-family: "Geomanist Regular", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
div#power .e-n-accordion-item [role="region"] p {
    color:#000;
    font-family: "Geomanist Regular", Sans-serif;
    font-size: 12px;
    line-height:16px;
    font-weight: 400;
}
div#power summary.e-n-accordion-item-title{
    padding: 16px 30px 22px 30px;
}
div#power .e-n-accordion-item > [role="region"]{
    padding: 0px 48px 20px 22px;
}
div#power .e-n-accordion .e-n-accordion-item-title-text{
    display:flex;
    padding-right: 15px;
    padding-left: 10px;
}


div#power details#e-n-accordion-item-1060 span.e-n-accordion-item-title-header:before{
    content: url(/../../wp-content/uploads/2026/05/Detox-1.png);
}


div#power details#e-n-accordion-item-1010 span.e-n-accordion-item-title-header:before{
    content: url(/../../wp-content/uploads/2026/05/Mental-Power-1.png);
}

div#power details#e-n-accordion-item-2890 span.e-n-accordion-item-title-header:before{
    content: url(/../../wp-content/uploads/2026/05/Physical-1.png);
}

div#power details#e-n-accordion-item-9860 span.e-n-accordion-item-title-header:before{
    content: url(/../../wp-content/uploads/2026/05/Immune-1.png);
}

div#power details#e-n-accordion-item-2040 span.e-n-accordion-item-title-header:before{
    content: url(/../../wp-content/uploads/2026/05/Weight-loss.png);
}

div#power details#e-n-accordion-item-2680 span.e-n-accordion-item-title-header:before{
    content: url(/../../wp-content/uploads/2026/05/Heart-1.png);
}

div#power details#e-n-accordion-item-1830 span.e-n-accordion-item-title-header:before{
    content: url(/../../wp-content/uploads/2026/05/Lineal-Icons-3.png);
}

div#power details#e-n-accordion-item-2140 span.e-n-accordion-item-title-header:before{
    content: url(/../../wp-content/uploads/2026/05/Glowinf-skin-3.png);
}







.custom-product-tabs-wrap {
    width: 100%;
}

.custom-product-tabs {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    justify-content:center;
}

.custom-product-tabs li {
    cursor: pointer;
    font-size: 14px;
    color: #000000 !important;
    position: relative;
    text-transform:uppercase;
    padding: 7px 30px;
    border: 1px solid #000000;
    border-radius:50px;
    font-family: "Geomanist Medium", Sans-serif;
}

.custom-product-tabs li.active {
    color: #fff !important;
    font-weight: 500;
    background-color: #F39C87;
    border: 1px solid #F39C87;
}

.custom-product-tab-content {
    display: none;
}

.custom-product-tab-content.active {
    display: block;
}

.custom-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.custom-product-card {
    background: #f7f4ec;
}

.custom-product-image {
    display: block;
    background: #fff;
    overflow: hidden;
    line-height: 0;
}

.custom-product-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    transform-origin: center center;
}

.custom-product-image:hover img {
    transform: scale(1.08);
}

.custom-product-info {
    padding: 14px 0 20px;
}

.custom-product-title {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Geomanist Medium", Sans-serif;
    
}

.custom-product-title a {
    color: #000;
    text-decoration: none;
}

.custom-product-subtitle {
    font-size: 16px;
    color: #737373;
    margin-bottom: 10px;
    font-family: "Geomanist Regular", Sans-serif;
}

.custom-product-price {
    font-size: 24px;
    line-height:30px;
    color: #262626;
    font-family: "Geomanist Regular", Sans-serif;
}

.custom-product-price del,
.custom-product-price ins {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .custom-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-product-image img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .custom-product-tabs {
        overflow-x: auto;
        gap: 22px;
        white-space: nowrap;
    }

    .custom-products-grid {
        grid-template-columns: 1fr;
    }

    .custom-product-image img {
        height: auto;
    }
}






.custom-product-slider {
    display: flex;
    gap: 8px;
    width: 100%;
    /*max-width: 368px;*/
    min-height: 750px;
    padding: 24px 20px;
    border: 1px solid #f3b8a9;
    border-radius: 4px;
    background: #fbf8ef;
    box-sizing: border-box;
    border-radius: 10px;
}

.custom-product-thumbs {
    width: 112px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
}

.custom-product-thumb {
    width: 112px;
    height: 140px;
    border: none;
    background: #ffffff;
    padding: 4px;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
    border-radius: 0;
    box-shadow: none;
}

.custom-product-thumb:hover,
.custom-product-thumb:focus {
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-product-thumb.active {
    outline: 1px solid #e8e1d6;
}

.custom-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.custom-product-main-image {
    flex: 1;
    min-height: 362px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.custom-product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity 0.25s ease;
}

.custom-product-main-image img.fade-out {
    opacity: 0;
}

@media (max-width: 767px) {
    .custom-product-slider {
        max-width: 100%;
        min-height: auto;
        padding: 6px;
    }

    .custom-product-thumbs {
        width: 48px;
    }

    .custom-product-thumb {
        width: 48px;
        height: 58px;
    }

    .custom-product-main-image {
        min-height: 300px;
    }

    .custom-product-main-image img {
        max-height: 300px;
    }
}






.dryp-related-wrapper {
    background: #f7f4ec;
    padding: 24px 28px 34px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.dryp-related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.dryp-related-header h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "Geomanist Medium", Sans-serif;
}

.dryp-slider-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dryp-slider-arrows button {
    border: none;
    background: transparent;
    color: #777;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    box-shadow: none;
}

.dryp-slider-arrows button:hover {
    color: #000;
    background: transparent;
}

.dryp-related-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dryp-related-slider::-webkit-scrollbar {
    display: none;
}

.dryp-related-item {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
}

.dryp-related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: transparent;
}

.dryp-related-image {
    background: #fff;
    width: 100%;
    aspect-ratio: 1 / 1.12;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dryp-related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.35s ease;
}

.dryp-related-card:hover .dryp-related-image img {
    transform: scale(1.04);
}

.dryp-related-content {
    padding: 10px 0 0;
    background: #f7f4ec;
}

.dryp-related-content h4 {
    margin: 0 0 2px;
    font-size: 12px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
}

.dryp-related-subtitle {
    font-size: 9px;
    color: #555;
    line-height: 1.3;
    margin-bottom: 8px;
}

.dryp-related-price {
    font-size: 13px;
    color: #000;
    line-height: 1.3;
}

.dryp-related-price del {
    opacity: 0.5;
    margin-right: 4px;
}

.dryp-related-price ins {
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .dryp-related-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 767px) {
    .dryp-related-wrapper {
        padding: 20px 16px 28px;
    }

    .dryp-related-item {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .dryp-related-header h3 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .dryp-related-item {
        flex: 0 0 72%;
        max-width: 72%;
    }
}



.tabsbg .e-n-tabs-heading{
    background-color: #f5f5f5 !important;
    width: fit-content !important;
    max-width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 10px 13px !important;
    border-radius: 50px !important;
    margin-bottom: 100px;
}
.page-id-3802 .tabsbg .e-n-tabs-heading{
    background-color: #fff !important;
}
.home .tabsbg .e-n-tabs-heading{
    margin-bottom:50px;
}
.smlwdt {
    width: 85%;
    margin: 0 auto;
}



.credits-slide .membership-features p{
    text-align: center;
}
.credits-slide .membership-price{
    margin-bottom:35px
}


div#faqtab button {
    background: transparent;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 7px 30px;
    width: auto !important;
    margin-right: 18px;
}

div#faqtab button:last-child{
    margin-right: 0px;
}

div#faqtab button span{
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}

table.variations.cfvsw-variation-disable-logic th,
table.variations.cfvsw-variation-disable-logic td{
    background-color: transparent;
}

.woocommerce div.product form.cart .variations th {
    padding-left: 0;
    color: #262626;
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
table.variations.cfvsw-variation-disable-logic [swatches-attr="attribute_pa_color"] .cfvsw-swatches-option{
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
}
table.variations.cfvsw-variation-disable-logic [swatches-attr="attribute_pa_size"] .cfvsw-swatches-option{
    padding: 7px 40px;
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #000000;
    color: #000;
    border-radius: 40px !important;
}
table.variations.cfvsw-variation-disable-logic [swatches-attr="attribute_pa_size"] .cfvsw-swatches-option.cfvsw-selected-swatch{
    background: #F39C87;
    border: 1px solid #F39C87 !important;
    color: #fff;
}
.woocommerce div.product form.cart .reset_variations {
    padding-left: 10px;
}
.single-product #faqicons summary{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0;
}
.single-product #faqicons details.e-n-accordion-item > div{
    border-top:0;
    border-bottom: 0;
}
#addtcrt button.single_add_to_cart_button{
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: "Geomanist Medium", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
}
#addtcrt .input-text.qty.text{
    width: 100%;
    border-color: #A3A3A3;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 50px;
}


.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation li {
    list-style-type: none !important;
    list-style-image: none !important;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding-top:25px;
}




.elementor-menu-cart__main {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
}

.elementor-menu-cart__container,
.elementor-menu-cart__wrapper,
.elementor-menu-cart__main .widget_shopping_cart_content {
    height: 100% !important;
}

.elementor-menu-cart__main .widget_shopping_cart_content {
    display: flex !important;
    flex-direction: column !important;
}

.elementor-menu-cart__main .elementor-menu-cart__products {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
}

.elementor-menu-cart__main .elementor-menu-cart__subtotal {
    margin-top: auto !important;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons {
    flex-shrink: 0 !important;
}



@media only screen and (max-width :1024px) {

.tabsbg .e-n-tabs-heading{
    margin-bottom:40px;
}

.class-card{
    width: calc(50% - 12px);
}
    
div#power > .e-con-inner,
.smlwdt{
  width: 100%;
}
div#teamarea{
  width: 100% !important;
}

    
div#power details span.e-n-accordion-item-title-header::before {
  content: "" !important;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0px;
  background-size: 86px;
}

div#power .e-n-accordion-item-title-text {
  font-size: 17px;
  line-height: 1.2;
}

div#power details#e-n-accordion-item-1060 span.e-n-accordion-item-title-header:before{
    background-image: url(/../../wp-content/uploads/2026/05/Detox-1.png);
}


div#power details#e-n-accordion-item-1010 span.e-n-accordion-item-title-header:before{
    background-image: url(/../../wp-content/uploads/2026/05/Mental-Power-1.png);
}

div#power details#e-n-accordion-item-2890 span.e-n-accordion-item-title-header:before{
    background-image: url(/../../wp-content/uploads/2026/05/Physical-1.png);
}

div#power details#e-n-accordion-item-9860 span.e-n-accordion-item-title-header:before{
    background-image: url(/../../wp-content/uploads/2026/05/Immune-1.png);
}

div#power details#e-n-accordion-item-2040 span.e-n-accordion-item-title-header:before{
    background-image: url(/../../wp-content/uploads/2026/05/Weight-loss.png);
}

div#power details#e-n-accordion-item-2680 span.e-n-accordion-item-title-header:before{
    background-image: url(/../../wp-content/uploads/2026/05/Heart-1.png);
}

div#power details#e-n-accordion-item-1830 span.e-n-accordion-item-title-header:before{
    background-image: url(/../../wp-content/uploads/2026/05/Lineal-Icons-3.png);
}

div#power details#e-n-accordion-item-2140 span.e-n-accordion-item-title-header:before{
    background-image: url(/../../wp-content/uploads/2026/05/Glowinf-skin-3.png);
}   
  

.unlimited-membership-card{
    max-width: 340px;
}  
.unlimited-memberships-wrapper{
    gap: 20px;
}    
    
}



@media only screen and (max-width : 767px) {

#cntctfrm .elementor-field-group-field_3c1f14b.elementor-col-50 label{
    display:none;
}
    
.custom-product-tabs {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 0 20px;
  justify-content: initial;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #000 #e5e5e5;
}

.custom-product-tabs::-webkit-scrollbar {
  height: 6px;
}

.custom-product-tabs::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 10px;
}

.custom-product-tabs::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

.custom-product-tabs::-webkit-scrollbar-thumb:hover {
  background: #444;
}
    
.class-card {
    width: calc(100% - 0px);
}
    
div#teamarea{
  width: 100% !important;
}
    
.dryp-testimonial-card{
    padding: 20px 18px 20px;
}
    
.dryp-testimonial-text{
    line-height:20px;
}


.membership-features{
    margin-bottom:35px;
}
.membership-title{
    height:auto;
    margin-bottom: 20px;
}   
.membership-duration{
    padding: 10px 15px;
    font-size: 25px;
    margin-bottom: 25px;

}
    
}