.elementor-11076 .elementor-element.elementor-element-46fb227{--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;}.elementor-11076 .elementor-element.elementor-element-2a617b2{--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;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-11076 .elementor-element.elementor-element-cfccdd9 .cart button, .elementor-11076 .elementor-element.elementor-element-cfccdd9 .cart .button{transition:all 0.2s;}.elementor-11076 .elementor-element.elementor-element-cfccdd9 .quantity .qty{transition:all 0.2s;}.elementor-11076 .elementor-element.elementor-element-fec1894{--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;}.elementor-11076 .elementor-element.elementor-element-6bbc206{--display:flex;}.elementor-widget-woocommerce-product-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:577px){.elementor-11076 .elementor-element.elementor-element-2a617b2{--width:50%;}.elementor-11076 .elementor-element.elementor-element-fec1894{--width:50%;}}/* Start custom CSS for woocommerce-product-title, class: .elementor-element-df9f05f */.product_title {
    font-size: 36px !important;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-content, class: .elementor-element-34d1a07 */product-info-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 16px 0;
  box-shadow: 0 2px 8px rgba(20, 20, 20, 0.04);
  color: #1f2937;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}
.product-info-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 8px;
}
.product-info-card p {
  margin: 0;
  font-size: 15px;
}
.product-list {
  margin: 0;
  padding-right: 20px;
}
.product-list li {
  margin: 8px 0;
}
.product-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.product-table th,
.product-table td {
  border: 1px solid #f0dcc8;
  padding: 10px 12px;
  text-align: right;
  vertical-align: top;
}
.product-table th {
  background: #e8751a; /* Warm orange header */
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-color: #d06a16;
}

/* Stripe rows - alternating orange-tinted colors */
.product-table tbody tr:nth-child(even) {
  background-color: #fff6ed;
}

.product-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Optional hover effect for better UX */
.product-table tbody tr:hover {
  background-color: #ffede0;
  transition: background-color 0.2s ease;
}

/* Optional: style the first column differently if needed */
.product-table td:first-child,
.product-table th:first-child {
  text-align: left;
  font-weight: 600;
}/* End custom CSS */