/*
Theme Name: EscaLights - Extendable Child
Template: extendable
Author: EscaLights
Author URI: www.EscaLights.com
Version: 1.0.0.1759944904
Updated: 2025-10-08 17:35:04

*/

/* Show full short description on single product pages */
.single-product .woocommerce-product-details__short-description,
.single-product .wp-block-woocommerce-product-short-description {
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

