.elementor-2492 .elementor-element.elementor-element-6e6c507{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:250px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2492 .elementor-element.elementor-element-3f0cb1b .elementor-heading-title{font-family:"GF Bricfield", Sans-serif;font-size:60px;}.elementor-2492 .elementor-element.elementor-element-4575391{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2492 .elementor-element.elementor-element-307eda4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2492 .elementor-element.elementor-element-b54131c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:61px 0px 0px 0px;}.elementor-2492 .elementor-element.elementor-element-547e68f > .elementor-widget-container{padding:0px 15px 0px 15px;}}/* Start custom CSS */a.reset_variations {
    color: #54ff00;
    font-size: 14px !important;
}

.wcpay-express-checkout-wrapper {
    padding-top: 30px;
}

.woocommerce-variation-price {
    padding-bottom: 20px;
}

.woocommerce-variation-price > span {
    color: #6dbe44 !important;
    font-size: 26px !important;
    font-weight: bold;
    line-height: 0.8;
}

.woocommerce table.shop_attributes th {
    font-size: 16px;
    text-transform: uppercase;
    font-weight:500;
    color: #6dbe44;
    line-height:2;
    }

.woocommerce table.shop_attributes td {
    font-style: italic;
    font-size:15px;
    padding: 5px 10px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}

td.value > select {padding: 0.5rem 1rem 0.5rem 1rem !important;
}


    .kahuna-container {
      display: flex;
      flex-wrap: wrap;
    }

    .kahuna-video-container {
      flex: 1 1 40%;
      min-width: 300px;
    }

    .kahuna-video-container video {
      width: 100%;
      height: auto;
    }

    .kahuna-text-container {
      flex: 1 1 60%;
      min-width: 300px;
      padding-left:30px;
    }


/* - POPUP CSS - */
/* Pop-up Overlay */
#witch-doctor-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 999999 !important;
    display: none; /* Removed !important here so JS can control visibility */
    animation: fadeIn 0.5s ease-in-out !important;
}

/* Pop-up Container */
#witch-doctor-popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
    background-color: #1a1a1a !important; /* Fallback solid color */
    border: 2px solid #6DBE45 !important;
    border-radius: 10px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7) !important;
    z-index: 1000000 !important;
    max-width: 500px !important;
    width: 90% !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    animation: slideUp 0.6s ease-out !important;
    /* Reset any conflicting properties */
    margin: 0 !important;
    right: auto !important;
    bottom: auto !important;
    inset: auto !important;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { 
        transform: translate(-50%, -30%);
        opacity: 0;
    }
    to { 
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: #6DBE45;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    z-index: 1000001;
    transition: color 0.3s ease;
    padding: 0.2rem 0.9rem;
}

.popup-close:hover {
    color: #ffffff;
}

/* Pop-up Content */
.popup-content {
    padding: 40px 30px 30px !important;
    text-align: center !important;
    color: white !important;
    background: transparent !important; /* Ensure content doesn't override parent background */
}

/* Graphic Placeholder */
.popup-graphic {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #6DBE45, #5aa838);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 10px 20px rgba(109, 190, 69, 0.3);
}

/* Headline */
.popup-headline {
    font-family: 'GF Bricfield', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Gradient Text for Special Effect */
.gradient-text {
    /*background: linear-gradient(180deg, #D0B896 0%, #CBAF87 18.5%, #C5A373 43.5%, #AA7C3D 67%);*/
    color: #6dbe45;
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    background-clip: text;
    font-family: 'Chakra Petch', sans-serif;
}

/* Subheadline */
.popup-subheadline {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* Coupon Code Section */
.coupon-section {
    background: rgba(109, 190, 69, 0.1);
    border: 2px dashed #6DBE45;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.coupon-label {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 14px;
    color: #6DBE45;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.coupon-code {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #6DBE45;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.coupon-code:hover {
    transform: scale(1.05);
}

.coupon-instruction {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 12px;
    color: #dddddd;
    font-style: italic;
}

/* CTA Button */
.popup-cta {
    background: linear-gradient(45deg, #6DBE45, #5aa838);
    color: white;
    border: none;
    padding: 15px 30px;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(109, 190, 69, 0.3);
}

.popup-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(109, 190, 69, 0.4);
}

/* Responsive Design */
@media (max-width: 600px) {
    #witch-doctor-popup {
        margin: 20px;
        width: calc(100% - 40px);
    }
    
    .popup-content {
        padding: 30px 20px 20px;
    }
    
    .popup-headline {
        font-size: 24px;
    }
    
    .coupon-code {
        font-size: 20px;
        padding: 8px 16px;
    }
}

/* Copy notification */
.copy-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #6DBE45;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 14px;
    z-index: 1000002;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.copy-notification.show {
    opacity: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GF Bricfield';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://witchdoctorusa.com/wp-content/uploads/2025/02/GF-Bricfield.ttf') format('truetype');
}
/* End Custom Fonts CSS */