.elementor-1883 .elementor-element.elementor-element-c01b249{--display:flex;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1883 .elementor-element.elementor-element-05a47dc{margin:46px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1883 .elementor-element.elementor-element-970082a{--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;overflow:visible;}.elementor-1883 .elementor-element.elementor-element-6cb112a .naeep-event-item{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-662870e *//* Product Title Styling */
.entry-content p:has(+ .add_to_cart_inline),
.entry-content h3:has(+ .add_to_cart_inline),
.entry-content strong:has(+ .add_to_cart_inline) {
    display: block !important;
    text-align: center !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    margin-bottom: -10px !important; 
    color: #111 !important;
}
 
/* Product Card Container */
.add_to_cart_inline {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 16px !important;
    padding: 40px 30px !important;
    margin: 20px auto !important;
    width: clamp(260px, 90%, 350px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04) !important;
    transition: all 0.3s ease !important;
}
 
/* Price and Button Styling */
.add_to_cart_inline .woocommerce-Price-amount {
    font-size: 24px !important;
    color: #111 !important;
}
 
.add_to_cart_inline a.button {
    background: #111 !important;
    color: #fff !important;
    padding: 12px 35px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    border: none !important;
    transition: 0.2s !important;
}/* End custom CSS */