/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada-child
*/


@media only screen and (max-width: 4096px) {

  .woocommerce-product-details__short-description.cmdm-collapsed {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
  }

  .cmdm-fade-gradient {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    pointer-events: none;
  }

  .cmdm-toggle-description {
    display: inline-block;
    color: var(--awb-color5);
    margin-top: 0.5em;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-left: 1.2em;
    text-decoration: none;
    margin-bottom: 20px;
  }

  .cmdm-toggle-description::before {
    content: "▾"; /* flecha hacia abajo */
    color: var(--awb-color5);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
  }

  .cmdm-toggle-description.cmdm-close::before {
    content: "✕";
    color: var(--awb-color5);
  }
  .cmdm-toggle-description.cmdm-close::before {
    content: "▴";
  }

}

