.elementor-1737 .elementor-element.elementor-element-472372c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:200px;--padding-bottom:100px;--padding-left:25px;--padding-right:25px;}.elementor-1737 .elementor-element.elementor-element-4594c67{--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;}.elementor-1737 .elementor-element.elementor-element-b6efa57{--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;}.elementor-1737 .elementor-element.elementor-element-6f00e4b .cart button, .elementor-1737 .elementor-element.elementor-element-6f00e4b .cart .button{transition:all 0.2s;}.elementor-1737 .elementor-element.elementor-element-6f00e4b .quantity .qty{transition:all 0.2s;}.elementor-1737 .elementor-element.elementor-element-3e973e4 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-1737 .elementor-element.elementor-element-3e973e4 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-1737 .elementor-element.elementor-element-3e973e4{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1737 .elementor-element.elementor-element-3e973e4 .elementor-icon-list-text{transition:color 0.3s;}body.elementor-page-1737:not(.elementor-motion-effects-element-type-background), body.elementor-page-1737 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-cfa1f76 );}@media(min-width:768px){.elementor-1737 .elementor-element.elementor-element-4594c67{--width:50%;}.elementor-1737 .elementor-element.elementor-element-b6efa57{--width:50%;}}@media(max-width:767px){.elementor-1737 .elementor-element.elementor-element-472372c{--padding-top:0px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for container, class: .elementor-element-472372c *//* =========================================
   Single Product Page - Complete Dark Theme
   ========================================= */

/* --- Left Column: Image & Text --- */
.woocommerce-product-gallery__image img {
    border-radius: 50% !important;
    width: 140px !important; /* Much smaller and sleeker */
    height: 140px !important;
    object-fit: cover !important;
    margin: 0 0 20px 0 !important; /* Left aligned instead of centered */
    display: block !important;
    border: 4px solid #2C2C2C !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.woocommerce-product-gallery__trigger {
    display: none !important;
}
.product_title {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    text-align: left !important;
}
.woocommerce-product-details__short-description,
.woocommerce-product-details__short-description li {
    color: #a0a0a0 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-align: left !important;
}

/* --- Right Column: Top Price Range --- */
.elementor-widget-woocommerce-product-price .price, 
.elementor-widget-woocommerce-product-price .woocommerce-Price-amount {
    color: #ffffff !important;
}
.elementor-widget-woocommerce-product-price .price {
    font-size: 20px !important;
    font-weight: 600 !important;
    background: #1e1e1e !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    border: 1px solid #2C2C2C !important;
    margin-bottom: 25px !important;
}

/* --- WPC Variations Boxes --- */
/* Hide the radio button circle completely */
.woovr-variation-.elementor-1737 .elementor-element.elementor-element-472372c {
    display: none !important;
}
.woovr-variation-image,
.woovr-variation[data-id="0"] {
    display: none !important; /* Hides tiny flags & "Choose an option" */
}

/* 2-Column Grid */
.woovr-variations {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    padding: 0 !important;
}

/* THE ENTIRE BOX */
.woovr-variation {
    background: #1e1e1e !important;
    border: 2px solid #2C2C2C !important;
    border-radius: 12px !important;
    padding: 20px 15px !important; 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: 0.3s ease-in-out !important;
    margin: 0 !important;
}

.woovr-variation-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px !important; 
}

/* HOVER STATE */
.woovr-variation:hover {
    background: #252525 !important;
    border-color: #E2007A !important;
    transform: translateY(-2px);
}

/* ACTIVE STATE */
.woovr-variation.woovr-variation-active {
    background: rgba(226, 0, 122, 0.08) !important;
    border-color: #E2007A !important;
    box-shadow: 0 5px 15px rgba(226, 0, 122, 0.2) !important;
}

/* Plan Name text (Bigger now) */
.woovr-variation-name label {
    color: #ffffff !important;
    font-size: 16px !important; /* Increased font size */
    font-weight: 600 !important;
    text-align: center !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    line-height: 1.3 !important;
}

/* Ensures text stays white on hover */
.woovr-variation:hover .woovr-variation-name label,
.woovr-variation.woovr-variation-active .woovr-variation-name label {
    color: #ffffff !important;
}

/* Box Price */
.woovr-variation-price, 
.woovr-variation-price .amount {
    color: #E2007A !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* --- Bottom Selected Price --- */
.woocommerce-variation-price .price {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #E2007A !important;
    margin-bottom: 20px !important;
    display: block !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.woocommerce-variation-price .price .amount {
    color: #E2007A !important;
}

/* Clear selection link */
a.reset_variations {
    color: #a0a0a0 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
    display: inline-block;
}
a.reset_variations:hover {
    color: #ffffff !important;
}

/* Remove default WooCommerce table constraints */
table.variations th.label,
table.variations {
    display: none !important; /* Nukes the table structure entirely */
}

/* --- Add to Cart Button --- */
.single_add_to_cart_button {
    background-color: #E2007A !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 18px 30px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border: 2px solid #E2007A !important;
    width: 100% !important;
    transition: 0.3s !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
.single_add_to_cart_button:hover:not(.disabled) {
    background-color: transparent !important;
    color: #E2007A !important;
}
.single_add_to_cart_button.disabled {
    background-color: #2C2C2C !important;
    border-color: #2C2C2C !important;
    color: #777777 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

/* --- Icon List Style --- */
.elementor-icon-list-icon i, 
.elementor-icon-list-icon svg {
    fill: #E2007A !important;
    color: #E2007A !important;
}
.elementor-icon-list-text {
    color: #a0a0a0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* =========================================
   Mobile Responsiveness
   ========================================= */
@media (max-width: 768px) {
    .woocommerce-product-gallery__image img {
        width: 100px !important; /* Even smaller on mobile */
        height: 100px !important;
        margin: 0 auto 20px auto !important; /* Centered on mobile usually looks best */
    }
    .product_title, .woocommerce-product-details__short-description {
        text-align: center !important; /* Centered on mobile */
    }
    
    /* Keep 2 columns on mobile, but tighten spacing */
    .woovr-variations {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important; 
    }
    .woovr-variation {
        padding: 15px 10px !important; /* Less padding so text fits */
    }
    .woovr-variation-name label {
        font-size: 13px !important; /* Smaller text so it doesn't break into 4 lines */
    }
    .woovr-variation-price, 
    .woovr-variation-price .amount {
        font-size: 16px !important;
    }
}/* End custom CSS */