.single-product-sidepanel {
  border: 1px solid #dfdfdf !important;
  padding: 20px !important;
  border-radius: 5px !important;
  background: #fff;
}

.single-related-in-gallery {
  border-top: 1px solid #e8e8e8;
  margin-top: 12px;
}

@media (max-width: 991.98px) {
  .product-area .row > .single-related-in-gallery {
    width: 100%;
    flex: 0 0 100%;
  }
}

.single-description-fullbleed {
  background: #f5f5f5;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 52px 0;
}

.single-description-logo {
  margin-bottom: 18px;
  text-align: center;
}

.single-description-logo .custom-logo-link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.single-description-logo img,
.single-description-logo .custom-logo {
  width: auto !important;
  max-width: 200px !important;
  max-height: 68px !important;
  height: auto !important;
}

.single-description-content {
  color: #4f4f4f;
  line-height: 1.85;
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease;
}

.single-description-content.is-collapsed {
  max-height: 210px;
}

.single-description-content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0), #f5f5f5);
  pointer-events: none;
}

.single-description-content.is-expanded {
  max-height: none !important;
}

.single-description-content img {
  max-width: 100%;
  height: auto;
}

.single-description-toggle {
  border: 0;
  background: transparent;
  color: #00c1c3;
  font-weight: 600;
  margin-top: 12px;
  padding: 0;
  cursor: pointer;
}

.single-description-toggle.is-hidden {
  display: none !important;
}

.single-features-title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 22px;
}

.single-features-table {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  overflow: hidden;
}

.single-features-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.single-features-table .woocommerce-product-attributes th {
  width: 38%;
  background: #f5f5f5;
  font-weight: 600;
  color: #111;
}

.single-features-table .woocommerce-product-attributes th,
.single-features-table .woocommerce-product-attributes td {
  border: 1px solid #e8e8e8;
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 16px;
}

.single-features-table .woocommerce-product-attributes tr:nth-child(even) td {
  background: #fcfcfc;
}

.single-features-table .woocommerce-product-attributes p {
  margin: 0;
}

.single-empty-attributes {
  text-align: center;
  color: #747474;
  margin: 0;
  padding: 18px;
}

.single-product-sidepanel form.cart {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.single-product-sidepanel form.cart .quantity {
  width: 100%;
  margin: 0;
  float: none !important;
}

.single-product-sidepanel form.cart .quantity input.qty {
  width: 100%;
  max-width: 130px;
}

.single-product-sidepanel form.cart .single_add_to_cart_button {
  width: 100%;
  margin: 0 !important;
  white-space: nowrap;
  padding: 14px 18px;
  font-weight: 500 !important;
}

.single-product-sidepanel form.cart .single_add_to_cart_button i {
  margin-right: 0 !important;
}

@media (max-width: 991.98px) {
  .single-product-sidepanel {
    margin-top: 22px;
  }

  .single-features-title {
    font-size: 28px;
  }
}
