.theme-product-list-style-10 .theme-product-box-content, .theme-shopping-cart-table-container .theme-cart-table-row.theme-cart-head, .theme-shopping-cart-table-container .theme-cart-table-row {
    border-style: none !important;
}

.theme-product-list-style-10 .theme-product-image-area {
    padding: 1px !important;
}

.theme-product-list-style-10 .theme-product-button-area a.zpbutton.zpbutton-type-primary.zpbutton-size-sm {
    background: #009EFB !important ;
}
.theme-product-list-style-10 .theme-product-image-area img, .theme-shopping-cart-table-container .theme-cart-table-row .theme-cart-table-data .theme-cart-item-img a img {
    border-radius: 12px;
}
[data-action="download"]{
  display : none;
}
[data-element-id="elm_zl-P83DSTLGLNhzfnZYKDw"].zpelem-col {
    box-shadow: none !important
}

/* FAQ Section Styling */
.faq-section {
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

/* FAQ Item */
.faq-item {
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Question Button */
.faq-question {
  width: 100%;
  padding: 14px 18px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background: #f9f9f9;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.theme-product-ratio .theme-product-list-style-10.theme-product-count-xsm-01.theme-product-count-md-05 .theme-product-button-area {
 margin-block-start: 4px;
}
.theme-category-col.theme-category-col-left img {
    max-inline-size: 50%;
}

[data-zs-product-id] [data-zs-quantity-container] {
    width: max-content
}

[data-zs-product-id] .theme-product-name-rating-price {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

[data-zs-product-id] [data-zs-pricing-container].theme-product-price {
    margin-top: auto;
}