.elementor-1225 .elementor-element.elementor-element-b54e06e{--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-1225 .elementor-element.elementor-element-99d6485{margin:-50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}/* Start custom CSS for html, class: .elementor-element-99d6485 */.bath-mat-section {
  padding: 10px 20px;
  background: #fff;
  font-family: 'Manrope', sans-serif;
}

.bath-mat-section h2 {
  text-align: center;
  font-size: 38px;
  color: #2E5339;
  margin-bottom: 40px;
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.product-image {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}

.product-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.product-info {
  flex: 1;
  min-width: 250px;
}

.product-info h3 {
  font-size: 24px;
  color: #233327;
  margin-bottom: 20px;
}

/* Table Styling */
.product-table {
  width: 100%;
  border-collapse: collapse;
}

.product-table th,
.product-table td {
  padding: 10px 12px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.product-table th {
  width: 35%;
  color: #2E5339;
  font-weight: 600;
}

.product-table td {
  color: #435247;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 900px) {
  .product-detail {
    flex-direction: column;
  }

  .product-table th,
  .product-table td {
    display: block;
    width: 100%;
  }

  .product-table th {
    margin-top: 10px;
  }

  .product-table td {
    margin-bottom: 10px;
  }
}/* End custom CSS */