<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quick-view-modal .woocommerce-product-details__short-description {
  display: none;
}

.quick-view-modal .print_page {
  display: none;
}

.un-product-details .productdetails {
  font-size: 10px;
}

.product-info-table {
  padding: 60px 15px 0 15px;
  float: left;
  width: 100%;
}

.product-info-table--tab .product-info-table__title,
.product-info-table--tab .product-info-table__subtitle {
  text-align: center;
}

.product-info-table .product-info-table__title {
  text-transform: uppercase;
  color: #1A1817;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.product-info-table .product-info-table__subtitle {
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 500;
  font-size: 14px;
}

.product-info-table.product-info-table--tab .product-info-table__title {
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 24px;
}

.product-info-table.product-info-table--tab .product-info-table__subtitle {
  margin-bottom: 60px;
  font-weight: 600;
  color: #58585A;
  letter-spacing: 1px;
}

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: max-content;
}

.table-wrapper table {
  min-width: 100%;
  width: 100%;
  table-layout: fixed;
  text-transform: uppercase;
  color: #333;
  text-align: center;
}

.table-wrapper table, .table-wrapper tr, .table-wrapper th, .table-wrapper td {
  border: 2px solid #e3e3e3;
  white-space: nowrap;
}

.table-wrapper table tr:first-of-type {
  background: #f8f6f1;
}

.table-wrapper table tr:first-of-type th {
  font-size: 12px;
  font-weight: 700 !important;
  padding: 12px;
}

.table-wrapper table tr td {
  font-size: 12px;
  font-weight: 600 !important;
  padding: 12px;
}

.table-wrapper table tr th:first-of-type, .table-wrapper table tr td:first-of-type {
  text-align: left;
}

.table-wrapper table td.green-dot {
  position: relative;
}

.table-wrapper table td.green-dot::after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #28a428;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
</pre></body></html>