.product {
  color: var(--primary);
  -webkit-box-shadow: 0 0 20px 5px #ececec;
  box-shadow: 0 0 20px 5px #ececec;
}

.product .title {
  font-weight: bold;
}

.product .subtitle {
  font-size: 14px;
}

.tree-decoration {
  bottom: 0;
  width: 20%;
  position: absolute;
}

.tree-decoration.right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: 0;
}

.tree-decoration.left {
  left: 0;
}

@media (max-width: 576px) {
  .title {
    font-size: var(--text-size-md) !important;
    margin-bottom: 20px;
  }
  .subtitle {
    margin-top: -15px;
  }
}
/*# sourceMappingURL=productos.css.map */