.round-shape {
    background-color: #fff;
    position: absolute;
    width: 820px;
    height: 820px;
    border-radius: 50%;
    top: 126px;
    right: -133px;
    animation: round-shape-anim 1s linear infinite;
    -moz-filter: drop-shadow(-1px 3px 65px hsla(0, 0%, 93%, .35));
    filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, .35));

}

.words {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 1.2em;
    /* Adjust to match the height of the text */
    overflow: hidden;
    vertical-align: bottom;
}

.word {
    position: absolute;
    opacity: 0;
    width: 100%;
    display: flex;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    transform: translateY(100%);
}

.word:nth-child(1) {
    animation: rotateTextVertical 8s infinite;
}

.word:nth-child(2) {
    animation: rotateTextVertical 8s 2.67s infinite;
}

.word:nth-child(3) {
    animation: rotateTextVertical 8s 5.33s infinite;
}

@keyframes rotateTextVertical {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    12.5% {
        opacity: 1;
        transform: translateY(0);
    }

    33.33% {
        opacity: 1;
        transform: translateY(0);
    }

    45% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.green {
    color: #657E6B !important
}

.top-right-bg {
    position: relative;
    background-image: url('/assets/images/flower-bg.png');
    /* Ensure this path is correct */
    background-position: top right;
    background-repeat: no-repeat;
}

.cta-bg {
    position: relative;
    background-image: url('/assets/images/person.png');
    /* Ensure this path is correct */
    background-position: bottom left;
    background-repeat: no-repeat;
}

.top-left-bg {
    position: relative;
    background-image: url('/assets/images/flower-bg-left.png');
    /* Ensure this path is correct */
    background-position: top left;
    background-repeat: no-repeat;

}

.shadow-large {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.uc-navbar-nav {
    margin: 14px 0 0 0;
}

.uc-navbar-right {
    margin-top: 14px;
}

.w-500 {
    width: 500px !important;
}

.quiz-logo {
    max-width: 60% !important;
}


.subscription-wrapper {
    background-color: #F5EEE9;
    border-radius: 30px;
    margin: 15px;
}

.most-popular {
    border: 3px solid #854312;
    border-radius: 100px;
    padding: 15px 40px;
    display: inline-block;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: 10%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #854312;
    margin-left: 5px;
    margin-bottom: 30px;
}

.product-sub-heading {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    letter-spacing: 0%;
}

.variation-info [type="radio"] {
    accent-color: #000;
}

.key-feature-list {
    align-items: baseline !important;
    font-size: 18px;
}

.key-feature-list i {
    position: relative;
    top: 2px;
}

.subscription-add-to-cart {
    border-radius: 10px !important;
    font-size: 22px !important;
    font-weight: bold !important;
    height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: auto !important;
    margin-bottom: 20px;
    min-width: 300px;
}

.variation-info .radio-option label {
    font-size: 17px;
    margin-left: 10px;
    font-weight: 400;
}

.variation-info {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.subscription-wrapper.subscription-heading {
    border-radius: 30px 30px 0 0;
    margin-bottom: 0 !important;
}

.subscription-wrapper.tiers-1 {
    margin-top: 0;
    border-radius: 0 0 30px 30px;
}

.subscription-wrapper.tiers-1 {
    margin-top: 0;
    border-radius: 0 0 30px 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.subscription-wrapper.tiers-2 {
    background-color: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-include {
    color: #854312;
    font-size: 33px;
    margin-bottom: 15px;
    display: block;
}

.complete-package {
    font-family: Inter;
    font-weight: 600;
    font-size: 39px;

    line-height: 95%;
    letter-spacing: 0%;
    color: #000;
}

.close-related-popup {
    color: #854312 !important;
    border-color: #854312 !important;
    border-radius: 100px !important;
    text-transform: uppercase !important;
    letter-spacing: 10%;
    font-size: 14px !important;
}

.related-product-img {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}

.product-heading {
    color: #000;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    font-family: Inter;
}

.product-name {
    color: #000;
    font-size: 20px;
    max-width: 97%;
    font-weight: normal;
    min-height: 45px;
    line-height: 1;
    margin-top: -3px;
}

.related-price .woocommerce-Price-amount.amount,
.p-price .woocommerce-Price-amount.amount {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 15px 0;
    display: block;
}

.related-product-popup-add-to-cart {
    width: 80% !important;
    font-weight: bold !important;
    font-size: 22px !important;
    border-radius: 10px !important;
    height: auto !important;
}

.more-details {
    margin: 20px 0;
    text-decoration: underline !important;
}

.more-details:hover {
    color: var(--color-primary)
}

.related-products-wrapper {
    margin-top: 55px;
}

.related_product_detail {
    display: none;
}

.pheading {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;

}

.pname {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 0 15px 0;
}

.p-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    margin: 20px 0 20px 0;
}

.related-product-detail-add-to-cart {
    margin: 10px 0;
    font-size: 22px !important;
    height: auto !important;
    min-width: 250px !important;
    font-weight: bold !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 10px !important;
}

.related_product_detail img {
    margin-bottom: 20px;
    width: 100%;
}

.product-img {
    margin-bottom: 20px;
}

.single-product .product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

.single-product .product-images {
    flex: 1 1 45%;
    max-width: 45%;
}

.single-product .product-summary {
    flex: 1 1 45%;
    max-width: 45%;
}

.single-product .product-tabs {
    width: 100%;
    margin-top: 60px;
    clear: both;
}

.single-product .product_meta {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.single-product .related-products {
    margin-top: 60px;
}

.single-product .price {
    font-size: 1.5em;
    color: #000 !important;
    margin: 15px 0;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
}

.single-product .product-heading {
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 1.1;
}

.single-product .product-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 30px;
}

.single-product .woocommerce-product-details__short-description {
    font-weight: 400;
    font-size: 18px;
    margin: 20px 0;
    line-height: 140%;
    letter-spacing: 0%;
}

@media(min-width: 768px) {
    .single-product .woocommerce-product-details__short-description {
        min-height: 80px;
    }
}

.single-product .woocommerce-product-gallery__image .wp-post-image {
    border-radius: 30px;
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    opacity: 1;
}

.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: #854312;
    color: #fff;
    border: 1px solid #854312;
}

.price.product-detail-price {
    margin-bottom: 0;
}

.availabe-with-subscription {

    font-weight: 400;

    font-size: 20px;

    line-height: 140%;
    letter-spacing: 0%;
}

.related-product-popup-add-to-cart {
    margin-top: 20px;
}

.availabe-with-subscription a {
    font-weight: bold;
    color: #000 !important;
}

.disabled-add-to-cart {
    background: #D5D4D4;
    display: inline-block;
    padding: 15px 70px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 15px;
    width: 100%;
    max-width: 290px;
    text-align: center;
}

.video-wrapper {
    position: relative;
    padding-top: 54%;
}

.video-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: fill;
    position: absolute;
    top: 0;

}

.product-detail-bottom-section {
    background-color: #fff;
    padding: 30px 20px;
    max-width: calc(100vw - 50px);
    border-radius: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.product-bottom-section {
    background-color: #854312;
    padding: 30px 20px;
    max-width: calc(100vw - 50px);
    border-radius: 30px;
    margin: 0 auto 30px;

}

.product-bottom-heading {
    font-family: Inter;
    font-weight: 600;
    /* font-style: Semi Bold; */
    font-size: 62px;
    /* leading-trim: NONE; */
    line-height: 95%;
    letter-spacing: 0%;
    color: #FFFFFF;
    max-width: 861px;
    width: 100%;
    margin-top: 80px;
}

.product-bottom-text {

    font-weight: 400;

    font-size: 20px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    line-height: 1.6;
    margin: 40px 0;

}

.product-bottom-link,
.product-bottom-link:focus {
    background: #F5EEE9;
    padding: 15px 80px;
    border-radius: 10px;
    border: 1px solid #F5EEE9;

    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    color: #854312;
    text-decoration: none;
    margin: 20px 0 10px;
    display: inline-block;
}

.true-pleasure {

    font-weight: 700;
    font-style: Bold;
    font-size: 14px;

    line-height: 90%;
    letter-spacing: 10%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #854312;
    border: 3px solid #854312;
    border-radius: 30px;
    padding: 20px 60px;
    display: inline-block;
    margin-bottom: 20px;
}

.subscription-sub-header {
    font-size: 23px;
}

a.uc-accordion-title:active {
    color: #000 !important;
}

.uc-navbar-nav>li.header-btn a {
    border: 3px solid #854312;
    color: #854312 !important;
    padding: 10px 20px !important;
    min-height: auto !important;
    font-size: 14px;
    border-radius: 100px;
    text-transform: uppercase;
}

.uc-navbar-nav>li.header-btn a:hover {
    color: #854312 !important;
}

.uc-navbar-nav>li.header-btn#wpmenucartli a {
    border: 0;
    color: #000 !important;
    padding: 10px 10px !important;
    min-height: inherit;
    font-size: 14px;
    border-radius: 100px;
    text-transform: normal;
}

.mobile-menu.active {
    display: block;
}

.desc {
    font-size: 18px;
}

.subs-heading {
    font-weight: 600 !important;
}

.single-product .uc-accordion-title {
    padding-right: 10px !important;
    color: #000 !important;
    outline: none;
}

.single-product .uc-accordion-title::before {
    top: 15px !important;
}

.nav-y:hover a {
    opacity: 1 !important
}

.nav-y:hover a:hover {
    opacity: 0.8 !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #854312;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    outline: none !important;
    box-shadow: none !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background: var(--bs-btn-hover-bg);
}

.cartcontents {
    font-size: 13px;
    text-transform: none;
}

.header-logo {
    max-width: 312px;
    position: relative;
    left: -12px;
}

.steps-section-container {
    margin: 100px auto;
}

.experience-heading {
    font-weight: 600;
    font-size: 62px;
    line-height: 95%;
    letter-spacing: 0%;

}

.steps-section {
    display: flex;
    margin: 50px 0 0 0;
    gap: 50px;
    flex-wrap: wrap;
}

.step-column {
    flex: 1;
    background: #F5EEE9;
    padding: 20px 20px 70px 20px;
    position: relative;
}

.counter-number {
    font-weight: 600;
    font-size: 80px;
    line-height: 95%;
    letter-spacing: 0%;
    color: #854312;
}

.step-heading {
    color: #854312;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    letter-spacing: 0%;
    margin-top: 20px;
}

.step-content {
    color: #854312;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 25px;
}

.step-link {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.step-link a {
    color: #854312;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

}

.video-placeholder-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    background-position: center center;
}

.video-placeholder-img::before {
    content: "";
    background-image: url('../../images/play.svg');
    z-index: 67;
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    right: 0;
    bottom: 0;
    background-position: center;
}

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

.why-icon-label { 
    font-weight: 600; 
    font-size: 24px; 
    line-height: 95%;
    letter-spacing: 0%;
    text-align: center;
}



@media (min-width: 992px) and (max-width: 1200px) {
    .steps-section {
        gap: 30px;
    }

}


@media (min-width: 1200px) and (max-width: 1220px) {
    #menu-main-menu a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1270px) {
    .uc-navbar-nav>li.header-btn a {
        padding: 10px 12px !important;
        font-size: 12px !important;
    }

    .uc-navbar-nav>li.header-btn#wpmenucartli a {
        font-size: 12px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .steps-section {
        gap: 20px;
    }

    .counter-number {
        font-size: 60px;
    }

    .step-heading {
        font-size: 21px;
    }

    .step-content {
        font-size: 17px;
    }

    .step-link a {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    .complete-package {
        margin-top: 85px;
    }
}

@media (max-width: 767px) {
    .single-product .product-images {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .single-product .product-summary {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .product-bottom-heading {

        margin-top: 30px;
    }

    .product-bottom-link {
        margin: 20px 0 30px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .single-product .product-heading {
        font-size: 35px;
    }

    .true-pleasure {
        padding: 15px 15px;

    }

    .subscription-wrapper br {
        display: none;
    }

    .close-related-popup {
        width: auto !important;
        word-break: keep-all;
        min-width: 230px;
        position: absolute;

        font-size: 14px !important;
    }

    .product-bottom-heading {
        font-size: 38px;
    }

    .disabled-add-to-cart {
        padding: 15px 30px;
    }

    .product-name {
        max-width: 100%;
    }

    .product-bottom-heading br {
        display: none;
    }

    .steps-section {
        flex-direction: column;
    }

    .experience-heading {
        font-size: 40px;
    }

    .steps-section-container {
        margin: 30px auto;
    }

    .experience-heading {
        text-align: center;
    }

    .step-link {
        text-align: center;
        width: calc(100% - 40px);
    }

    .step-column {
        text-align: center;
    }

    .video-placeholder-img::before {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 400px) {
    .subscription-add-to-cart {
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    #menu-top-right-menu {
        gap: 5px !important;
    }

    .mobile-menu {
        display: block;
    }

    .mobile-menu.active {
        display: block;
    }
}




@media (min-width: 1200px) {
    #menu-top-right-menu {
        gap: 10px !important;
    }

    .mobile-menu.active {
        display: none;
    }

    .tab-mobile-only {
        display: none;
    }
}

/* Mobile Devices (Portrait) */
@media only screen and (max-width: 480px) {

    /* Styles for mobile portrait */
    .round-shape {
        display: none !important;
    }

    .top-left-bg {
        background-position: right;

    }

    .quiz-logo {
        max-width: 40% !important;
        margin-left: 15px;
    }

    .w-500 {
        width: 100% !important;
    }

    .mobile-mb {
        margin-bottom: 18px;
    }
}

/* Mobile Devices (Landscape) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
    /* Styles for mobile landscape */
}

/* Tablets (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles for tablets in portrait */
}

/* Tablets (Landscape) */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    /* Styles for tablets in landscape */
}

/* Laptops */
@media only screen and (min-width: 1281px) and (max-width: 1440px) {

    /* Styles for laptops */
    .about-btn a {
        margin: 0 40px;
    }
}

/* Desktops */
@media only screen and (min-width: 1441px) {
    /* Styles for desktops */
}


/* homepage v2 */
@media(max-width: 479px) {
    .btnwidth_mobile {
        min-width: 160px;
    }
}


#home_banner {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width: 768px) {
    #home_banner {
        text-align: center;
    }
}

.home_banner .section-outer {
    display: flex;
    align-items: stretch;
    width: 100%;

    margin: 0 auto;
    min-height: 520px;
    background-image: url('../../images/home-banner-mobile2.png');
    border-radius: 30px;
    background-color: #E9DBCC;
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}

h1.take-control-heading {
    letter-spacing: 2px !important;
}

.access-text {
    max-width: 670px !important;
    font-size: 23px !important;
}

.btnwidth_mobile {
    font-size: 22px !important;
}

h2.letter-spacing {
    letter-spacing: 1.5px !important;
}

@media(min-width: 768px) {
    .home_banner .section-outer {
        /* background-image: url(/wp-content/uploads/2025/08/home-banner2-1.png); */
        background-image: url('../../images/home-banner.png');
        background-position: bottom left;
        background-size: auto;
        min-height: 624px;
    }
}

.home_banner .section-outer .section-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
    padding: 30px;
    flex: 1;
}

@media(min-width: 768px) {
    .home_banner .section-outer .section-inner {
        flex-direction: row;
    }
}

.home_banner .section-outer .section-inner .left_child {
    width: 100%;
}

.home_banner .section-outer .section-inner .right_child {
    width: 100%;
}

@media(min-width: 768px) {
    .home_banner .section-outer .section-inner .left_child {
        width: 50%;
    }

    .home_banner .section-outer .section-inner .right_child {
        width: 50%;
    }
}

.beige_contentbanner {
    padding: 0 20px;
}



.beige_contentbanner .section-outer {
    background-color: #F5EEE9;
    width: 100%;
    margin: 0 auto;
}

.column_boxes3 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: space-between;
}

.column_boxes4 {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 900px;
    justify-content: space-between;
}

@media(min-width: 768px) {

    .column_boxes3,
    .column_boxes4 {
        flex-direction: row;
    }
}

.why_icons .column_box img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 180px;
}

@media(max-width: 767px) {
    .why_icons .column_box:not(:last-child) {
        margin-bottom: 20px;
    }

    .why_icons .column_box img {
        max-width: 160px;
    }
}

.banner_video {
    padding: 0 20px;
}

.banner_video .section-outer {
    width: 100%;
    margin: 0 auto;
}

.banner_video .section-outer img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.brown_section {
    padding: 0 20px;
}

.brown_section .section-outer {
    width: 100%;
    margin: 0 auto;
    background-color: #854312;
}

@media(max-width: 480px) {
    body .brown_section {
        margin-bottom: 2.5rem !important;
    }

    .brown_section .section-outer .section-inner {
        padding: 20px;
    }
}

@media(max-width: 768px) {
    .brown_section {
        text-align: center;
    }
}

.product_carousel_section {
    padding: 0 20px;
}

.product_carousel_section .section-outer {
    width: 100%;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .product_carousel_section .section-outer .section-inner h2 {
        margin-left: 1.7em;
    }
}

@media(max-width: 767px) {
    .product_carousel_section .section-outer .section-inner h2 {
        text-align: center;
    }
}


.product_carousel {
    padding: 0 87px;
}

.product_carousel .slick-slide {
    margin: 0 15px;
}

/* the parent */
.product_carousel .slick-list {
    margin: 0 -15px;
}

.product_carousel .column_box .column_box_thumbnail a img {
    width: 100%;
    height: auto;
    display: block;
}

.product_carousel .slick-next,
.product_carousel .slick-prev {
    width: 87px;
    height: 87px;
    z-index: 10;
}

.product_carousel .slick-next:before {
    content: '' !important;
    width: 87px;
    height: 87px;
    background-image: url(/wp-content/uploads/2025/08/right_arrow.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
}

.product_carousel .slick-prev:before {
    content: '' !important;
    width: 87px;
    height: 87px;
    background-image: url(/wp-content/uploads/2025/08/left_arrow.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
}



/* Container scales to its parent width and keeps an aspect ratio */
.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;

    cursor: pointer;
    overflow: hidden;

}

/* Fallback for browsers without aspect-ratio */
@supports not (aspect-ratio: 1 / 1) {
    .video-container {
        height: 0;
        padding-bottom: 56.25%;
        /* 16:9 */
    }

    .video-container>* {
        position: absolute;
        inset: 0;
    }
}

/* Thumbnail fills the box */
.video-thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Play button centered */
.play-button {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0;
    /* purely visual overlay, not a circle */
    padding: 0;
    pointer-events: none;
    /* clicks pass through to container */
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

/* Video fills the same box; hidden until play */
.video-player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    object-fit: cover;
    /* cover to avoid letterboxing; use 'contain' if preferred */
    background: #000;
}


.error-message-add-to-cart {
    color: red;
}

.important-notice-wrapper {
    margin-top: 40px;
}

.important-notice-heading {
    color: #854312;
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
}

.important-notice {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
}

.page-id-391 .wp-block-woocommerce-empty-cart-block hr+h2.wp-block-heading.has-text-align-center {
    display: none;
}

.page-id-391 .wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

.page-id-391 .wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    min-height: 40vh;
}

.product_carousel_section .slick-arrow {
    top: 40%;
}

.home-slider-img {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}

.video-container .embeded-container {
    position: relative;
    width: 100%;
    padding-top: 56%;
}

.video-container .embeded-container iframe {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}