.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-423 .elementor-element.elementor-element-b550fd2{--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;--justify-content:center;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-423 .elementor-element.elementor-element-c3da7c7{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-423 .elementor-element.elementor-element-c3da7c7.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-423 .elementor-element.elementor-element-c3da7c7{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-c3da7c7 */.woocommerce ul.products li.product {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* ✅ changed from center to flex-start */
  border: 1px none;
  border-radius: 20px;
  box-shadow: none;
  background: transparent;
  padding: 20px;
}

.woocommerce ul.products li.product img {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-bottom: 15px;
  border-radius: 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
  margin-bottom: 12px;
  color: #444;
}

.woocommerce ul.products li.product .button {
  background-color: transparent;
  color: black;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px  noneblack;
  text-transform: uppercase;
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #333;
}


/* Product wrapper */
.woocommerce div.product {
  
  padding: 30px;
  border: 2px none #eee;
  border-radius: 20px;
  background: #fff;
}

/* Product image */
.woocommerce div.product div.images {
  width: 35%;
}

.woocommerce div.product div.images img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

/* Product summary (title, price, cart) */
.woocommerce div.product .summary {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}

.woocommerce div.product .product_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.woocommerce div.product .price {
  font-size: 22px;
  color: #333;
}

.woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce div.product .single_add_to_cart_button {
  background-color: transparent;
  color: black;
  padding: 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  border: solid 1px;
  transition: background 0.3s ease;
}

.woocommerce div.product .single_add_to_cart_button:hover {
  background-color: #333;
}

/* Category text */
.woocommerce div.product .posted_in {
  font-style: italic;
  font-size: 14px;
  color: #777;
}

/* Tabs (e.g., Reviews) */
.woocommerce div.product .woocommerce-tabs {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #e5e5ff;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 16px;
  color: #333;
}

/* Reviews section */
.woocommerce #reviews h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.woocommerce #review_form_wrapper {
  background: #f9f9f9;

  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.woocommerce #review_form #respond input[type="submit"] {
  background-color: transparent;
  color: black;
  border: solid 1px;
  padding: 8px 20px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 14px;
}

.woocommerce #review_form #respond input[type="submit"]:hover {
  background-color: black;
  color: white;
}

.woocommerce #reviews,
.woocommerce #review_form_wrapper,
.woocommerce .woocommerce-Reviews {
    display: none !important;
}


/* Hide the Reviews tab button */
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab {
    display: none !important;
}

/* Hide the review section content */
.woocommerce #reviews,
.woocommerce .woocommerce-Reviews,
.woocommerce #review_form_wrapper {
    display: none !important;
}




/* Style WooCommerce quantity input to look like minimalist box */
.woocommerce .quantity input.qty {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    background-color: #fff;
}


@media (max-width: 768px) {
    /* Hide Description tab title */
    .woocommerce-tabs .wc-tab[data-tab="description"]::before,
    .woocommerce-tabs ul.tabs li.description_tab {
        display: none !important;
    }

    /* Full width description panel */
    .woocommerce div.product .woocommerce-Tabs-panel--description {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
        box-sizing: border-box;
        display: block !important;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    /* Bullet styling fix */
    .woocommerce-Tabs-panel--description ul {
        padding-left: 20px !important;
        margin-left: 0 !important;
        list-style-position: inside !important;
    }

    .woocommerce-Tabs-panel--description ul li {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    /* Text readability */
    .woocommerce-Tabs-panel--description p,
    .woocommerce-Tabs-panel--description div,
    .woocommerce-Tabs-panel--description span {
        font-size: 16px !important;
        line-height: 1.6 !important;
        word-break: break-word;
    }
}



/* On phones: make product image full-width (or whatever % you like) */
@media (max-width: 480px) {
  /* Make the two columns (image & summary) stack and be full width */
  .woocommerce div.product div.images,
  .woocommerce div.product .summary {
    width: 100% !important;
  }

  /* If you want the image itself to be a bit narrower than 100%, adjust here */
  .woocommerce div.product div.images img {
    width: 100% !important;      /* or 80% if you’d rather have padding around it */
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto 20px;         /* center and add bottom spacing */
    display: block;
  }
}/* End custom CSS */