.jantrapati-feature-list {
  list-style-type: disc;
  text-align: left;
  padding-left: 18px;
  margin: 8px 0 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.jantrapati-feature-list li {
  margin-bottom: 4px;
}

.sidebar-related-product .jantrapati-feature-list {
  display: none;
}

.sidebar-related-product .jantrapati-divider {
  display: none;
}

.jantrapati-divider {
  margin: 10px 0;
  border-top: 1px solid #ddd;
}

.wd-product.wd-hover-standard .wd-add-btn>a {
  width: 100%;
}

.product-grid-item .wd-entities-title {
  text-align: left;
}

.wd-entities-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.wd-entities-title a:hover {
  color: var(--wd-primary-color, #007bff);
  /* Optional: change text color */
  text-decoration: underline;
  text-decoration-color: var(--wd-primary-color, #007bff);
}

.product-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-element-top {
  flex-shrink: 0;
}

.product-element-bottom {
  flex: 1;
}

/* DW Specs Product Table Custom Styles */

.dwspecs-product-table .group-title {
  padding: 10px 14px;
  background-color: #007bff21;
  border-radius: 4px;
  font-weight: bold;
  color: #007bff;
}

/* Table styling */
.dwspecs-product-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

/* Table rows and cells */
.dwspecs-product-table tr {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.dwspecs-product-table tr td {
  padding: 12px 16px;
  vertical-align: top;
  border-bottom: 1px solid #f0f0f0;
}

.dwspecs-product-table tr:hover td {
  background-color: #fafafa;
  transition: background-color 0.2s ease;
}


/* Remove last row bottom border */
.dwspecs-product-table table tr:last-child td {
  border-bottom: none;
}

/* Highlighted row background */
.dwspecs-product-table tr.highlighted-row td {
  background-color: #f7f7f7;
  border-radius: 6px;
}

/* Left column (label) */
.dwspecs-product-table td:first-child {
  width: 30%;
  color: #65666a;
}

/* Right column (value) */
.dwspecs-product-table td:last-child {
  color: #444;
}

/* Tick icon cell */
.dwspecs-product-table td.yes svg {
  width: 20px;
  height: 20px;
  fill: #007bff;
  display: inline-block;
  vertical-align: middle;
}


@media (max-width: 576px) {

  .dwspecs-product-table table,
  .dwspecs-product-table tbody,
  .dwspecs-product-table tr,
  .dwspecs-product-table td {
    display: block;
    width: 100%;
  }

  .dwspecs-product-table tr {
    padding-top: 10px;
    border-radius: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }

  .dwspecs-product-table td {
    padding: 2px 16px;
    border-bottom: none !important;
  }

  .dwspecs-product-table tr td {
    padding: 0px 16px;
  }


  .dwspecs-product-table td:first-child {
    width: 100%;
  }

  .dwspecs-product-table td:last-child {
    color: #333;
  }

  .dwspecs-product-table td.yes {
    text-align: left;
  }

  .dwspecs-product-table td.yes svg {
    margin-top: 6px;
  }
}

/* short description  */
.woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-product-details__short-description ul li {
  display: flex;
  align-items: center;
}

.woocommerce-product-details__short-description ul li::before {
  content: "•";
  margin-right: 12px;
}

.woocommerce-product-details__short-description :is(ul, ol) li {
  margin-bottom: 0;
}

.woocommerce-product-details__short-description li p {
  margin-bottom: 0;
}


/* woocommerce info */

.woocommerce-info {
  border: 1px dashed #007BFF;
  /* Primary color */
  border-radius: 12px;
  background-color: #f0f5fd;
  /* Light version of primary */
  color: #0073e6;
  /* Primary color text */
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 16px;
}


/* archive border separate */

/* Style for the product category nav menu */
.wd-nav-product-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

/* Style each list item */
.wd-nav-product-cat .cat-item {
  position: relative;
  padding: 0 12px;
}

/* Add vertical divider */
.wd-nav-product-cat .cat-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 14px;
}

/* Optional: Spacing for inner text if needed */
.wd-nav-product-cat .category-nav-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}