.elementor-3605 .elementor-element.elementor-element-98f672b{--display:flex;--padding-top:50px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-3605 .elementor-element.elementor-element-c08548a{--divider-border-style:solid;--divider-color:#FF5890;--divider-border-width:1px;}.elementor-3605 .elementor-element.elementor-element-c08548a .elementor-divider-separator{width:100%;}.elementor-3605 .elementor-element.elementor-element-c08548a .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-3605 .elementor-element.elementor-element-c08548a .elementor-divider__text{color:#000000;font-family:"Noto Serif Old Uyghur", Sans-serif;font-size:42px;font-weight:bold;text-transform:capitalize;letter-spacing:0.6px;word-spacing:4px;}.elementor-3605 .elementor-element.elementor-element-9b5a5ec > .elementor-widget-container{padding:20px 0px 0px 0px;}@media(max-width:1024px){.elementor-3605 .elementor-element.elementor-element-9b5a5ec > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-3605 .elementor-element.elementor-element-98f672b{--content-width:1440px;}}@media(max-width:767px){.elementor-3605 .elementor-element.elementor-element-c08548a > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3605 .elementor-element.elementor-element-c08548a .elementor-divider__text{font-size:32px;}}/* Start custom CSS for shortcode, class: .elementor-element-9b5a5ec */.woocommerce div.product div.summary {
    float: right;
padding-left: 10px;
    clear: none;
}

/* Hide Add to Cart button on single product page */
.single-product .single_add_to_cart_button {
    display: none !important;
}


/* Hide product category text on single product page */
.single-product .product_meta .posted_in {
    display: none !important;
}


/*===== PRODUCT TITLE*/
.product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: 'poppins';
    font-weight: 600;
    color: #FF5890;
    font-size: 32px;
}

p {
    font-family: 'poppins';
    font-size: 24px;
    font-weight: 500;
}


/* Quantity box styling */
.woocommerce div.quantity input.qty {
    width: 60px;
    height: 36px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: white;
    margin: 0 10px;
}


/* Style for Get Started and Add to Cart buttons */
.custom-get-started-button,
.woocommerce button.button {
    background-color: black;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-right: 0px;
}

.custom-get-started-button:hover,
.woocommerce button.button:hover {
    background-color: #FF5890;
    color: #fff;
}






/* Tab section wrapper */
.woocommerce div.product .woocommerce-tabs {
    background-color: #ffeef5; /* light pink */
    padding: 0px;
    border-radius: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #f5f5f5;
    color: #000;
    display: inline-block;
    font-weight: 400;
    position: relative;
    z-index: 0;
    border-radius: 10px 10px 0 0;
    margin: 0 2px;
    padding: 0 1em;
}



/* Tab titles (e.g., Description, Additional info) */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: none;
    margin-bottom: 20px;
}

/* Active tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: white;
    border-bottom: none;
    color: #ff5890;
    font-weight: bold;
}

/* Tab content area */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-left: 20px;
}

/* Description heading */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragraph styling */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
}

/* Optional: strong text styling */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel strong {
    font-weight: 700;
}























@media (min-width: 767px) and (max-width: 1024px) {
  /* Main product container */
  .single-product .product {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

  /* Product image */
 .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: 'poppins';
    font-weight: 600;
    color: #FF5890;
}

p {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
}

  /* Product summary (title, price, add to cart) */
  .woocommerce div.product div.summary {
    width: 100% !important;
    text-align: left;
  }

  /* Title and price */
  .woocommerce div.product .product_title {
    font-size: px;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 22px;
  }

  /* Quantity + Add to Cart */
  .woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .woocommerce div.product .quantity input.qty {
    max-width: 70px;
    padding: 10px;
  }

  
  
  /* Tab section wrapper */
.woocommerce div.product .woocommerce-tabs {
    background-color: #ffeef5; /* light pink */
    padding: 10px;
    border-radius: 8px;
}

/* Tab titles (e.g., Description, Additional info) */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: none;
    margin-bottom: 0px;
}

/* Active tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: white;
    border-bottom: none;
    color: #ff5890;
    font-weight: bold;
}

/* Tab content area */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 10px 0;
}

/* Description heading */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragraph styling */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 16px;
}

/* Optional: strong text styling */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel strong {
    font-weight: 700;
}
}




@media (max-width: 767px) {
  /* Stack layout */
  .single-product .product {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .woocommerce div.product div.images {
    width: 100% !important;
    text-align: center;
  }

  .woocommerce div.product div.summary {
    width: 100% !important;
    text-align: left;
  }

  /* Title and price */
  .woocommerce div.product .product_title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 20px;
    margin-bottom: 20px;
  }

  /* Quantity + Add to Cart */
  .woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .woocommerce div.product .quantity input.qty {
    max-width: 70px;
    padding: 10px;
  }
  
  
  /* Tabs (description, reviews) */
  .woocommerce div.product .woocommerce-tabs {
    padding: 0px;
    
  }

  /* Tab content area */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-left:10px;
}

/* Description heading */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Paragraph styling */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 12px;
    font-weight:400;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Optional: strong text styling */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel strong {
    font-weight: 700;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-98f672b *//*===== PRODUCT TITLE*/
.product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: 'poppins';
    font-weight: 600;
    color: #FF5890;
}


.page-header .entry-title{
    display: none;
}/* End custom CSS */