/* xl - DESKTOP STYLES */
.hide {
  opacity: 0;
  transition: 0.4s ease;
}
.show {
  opacity: 1;
  transition: 0.4s ease;
}
.on h3 {
  color: #FF69B4 !important;
  transition: 0.4s ease;
}
.on svg * {
  fill: #FF69B4 !important;
  transition: 0.4s ease;
}
.off {
  transition: 0.4s ease;
}
.tsk-productos-home .jet-listing-grid__item {
  position: relative;
}
.tsk-productos-home .jet-listing-grid__item:nth-of-type(1) > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: red;
  clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle, #8180ac 0%, transparent 90%);
  transition: 0.3s;
}
.tsk-productos-home .jet-listing-grid__item:nth-of-type(1) > div:hover:before {
  background: #8180ac;
}
.tsk-productos-home .jet-listing-grid__item:nth-of-type(2) > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: green;
  clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle, #EE3382 0%, transparent 90%);
  transition: 0.3s;
}
.tsk-productos-home .jet-listing-grid__item:nth-of-type(2) > div:hover:before {
  background: #EE3382;
}
.tsk-productos-home .jet-listing-grid__item:nth-of-type(3) > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: blue;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 8% 100%);
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle, #995AC6 0%, transparent 90%);
  transition: 0.3s;
}
.tsk-productos-home .jet-listing-grid__item:nth-of-type(3) > div:hover:before {
  background: #995AC6;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F250-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%22%7D */