.elementor-241 .elementor-element.elementor-element-ca3baef{--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;--margin-top:60px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-241 .elementor-element.elementor-element-3eae579{--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;}.woocommerce .elementor-241 .elementor-element.elementor-element-8ab5829 .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper,
					.woocommerce .elementor-241 .elementor-element.elementor-element-8ab5829 .flex-viewport{border-radius:5px 5px 5px 5px;}.woocommerce .elementor-241 .elementor-element.elementor-element-8ab5829 .flex-viewport:not(:last-child){margin-bottom:10px;}.woocommerce .elementor-241 .elementor-element.elementor-element-8ab5829 .flex-control-thumbs img{border-radius:5px 5px 5px 5px;}.woocommerce .elementor-241 .elementor-element.elementor-element-8ab5829 .flex-control-thumbs li{padding-right:calc(20px / 2);padding-left:calc(20px / 2);padding-bottom:20px;}.woocommerce .elementor-241 .elementor-element.elementor-element-8ab5829 .flex-control-thumbs{margin-right:calc(-20px / 2);margin-left:calc(-20px / 2);}.elementor-241 .elementor-element.elementor-element-cd36067{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.woocommerce .elementor-241 .elementor-element.elementor-element-350de59 .star-rating{color:#FFBA21;}.woocommerce .elementor-241 .elementor-element.elementor-element-350de59 .star-rating::before{color:#E6DBDB;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-241 .elementor-element.elementor-element-d2b9f97 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-weight:600;color:#000000;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.woocommerce .elementor-241 .elementor-element.elementor-element-dbd4e0b .price{color:#000000;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-241 .elementor-element.elementor-element-901dff2 .cart button, .elementor-241 .elementor-element.elementor-element-901dff2 .cart .button{transition:all 0.2s;}.elementor-241 .elementor-element.elementor-element-901dff2 .quantity .qty{color:#000000;transition:all 0.2s;}.woocommerce .elementor-241 .elementor-element.elementor-element-171177a .woocommerce-tabs ul.wc-tabs li a{color:#000000;}.woocommerce .elementor-241 .elementor-element.elementor-element-171177a .woocommerce-tabs .woocommerce-Tabs-panel{font-size:14px;}.woocommerce .elementor-241 .elementor-element.elementor-element-171177a .woocommerce-tabs .woocommerce-Tabs-panel h2{font-size:18px;}@media(max-width:767px){.woocommerce .elementor-241 .elementor-element.elementor-element-78d985f .woocommerce-product-details__short-description{font-size:14px;}.elementor-241 .elementor-element.elementor-element-901dff2 .cart button, .elementor-241 .elementor-element.elementor-element-901dff2 .cart .button{font-size:14px;}.woocommerce .elementor-241 .elementor-element.elementor-element-171177a .woocommerce-tabs ul.wc-tabs li a{font-size:14px;}}@media(min-width:768px){.elementor-241 .elementor-element.elementor-element-3eae579{--width:50%;}.elementor-241 .elementor-element.elementor-element-cd36067{--width:50%;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-901dff2 *//* Selectors for buttons (Wishlist & Comparison) */
.shopengine_add_to_list_action.shopengine-wishlist,
.shopengine_comparison_add_to_list_action.shopengine-comparison,

/* Selector for the stock status message */
.stock.in-stock {
    /* Hides all selected elements completely */
    display: none !important;
}

/* 1. Target the main control container */
.flex-control-nav.flex-control-thumbs {
    /* Remove any default list margins/padding */
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    /* Use Flexbox to lay out the list items horizontally */
    display: flex !important;
    justify-content: center; /* Centers the images if they don't fill the space */
    gap: 10px; /* Adds spacing between the images (optional) */
}

/* 2. Target the individual list items (the containers for the images) */
.flex-control-nav.flex-control-thumbs li {
    /* Remove the default bullet point display */
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    /* Give the image a small fixed width (adjust this as needed) */
    width: 60px; 
    height: 60px;
    /* Hide any text that might still be there */
    line-height: 0;
}

/* 3. Ensure the image inside the list item fills the space */
.flex-control-nav.flex-control-thumbs li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the area without distortion */
}
#wc-stripe-express-checkout-element {
    /* Hides the element completely */
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-data-tabs, class: .elementor-element-171177a *//* Scopes all rules within the main WooCommerce tabs container */
.woocommerce-tabs.wc-tabs-wrapper {
    /* Ensures the tabs section layout is correct */
    clear: both; 
}

/* 1. Target the main <ul> element (the list of tabs) */
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs,
.woocommerce-tabs.wc-tabs-wrapper .tabs {
    /* Crucial: Removes the bullets */
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 20 !important;
    border-bottom: 1px solid #ddd;
    overflow: hidden; 
}

/* 2. Target the individual <li> tab items */
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li,
.woocommerce-tabs.wc-tabs-wrapper .tabs li {
    /* Crucial: Removes the bullets */
    list-style: none !important; 
    /* Displays tabs horizontally */
    display: inline-block !important; 
    
    /* Restores visual tab appearance */
    background: #f7f7f7;
    padding: 15px 20px;
    margin: 0 5px -1px 0;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

/* 3. Style the links inside the tabs for readability */
.woocommerce-tabs.wc-tabs-wrapper .wc-tabs li a,
.woocommerce-tabs.wc-tabs-wrapper .tabs li a {
    text-decoration: none;
    color: #333;
}

/* Targets all WooCommerce tab panels */
.woocommerce-Tabs-panel {
    /* Adds padding to the top, right, bottom, and left */
    padding: 30px 20px !important;
}/* End custom CSS */