/** Shopify CDN: Minification failed

Line 50:2 Unexpected "202504"

**/
.ProductForm__AddToCart {
  height: 60px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  /* 202504 START */
  /*
  background: linear-gradient(to bottom right,#f092f0,#f582a3);
  */
  background: linear-gradient(to right, #f56eb5, #9f6ee9);
  /* 202504 END */
  color: white;
  transition: 0.3s opacity ease;
}
/* 202504 START */
.ProductForm__AddToCart:not([disabled]):after {
content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url('/cdn/shop/files/finger_3.png');
  position: relative;
  right: -3%;
  bottom: -45%;
  background-size: contain;
  transform: rotate(-30deg);
  background-repeat: no-repeat;
}
.ProductForm__AddToCart:not([disabled]) {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
.ProductForm__AddToCart:not([disabled]):hover {
  transform: translateY(3px);
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 740px) {
  .ProductForm__AddToCart[disabled] {
    transform: translateY(3px);
    box-shadow: 0 0 rgba(0, 0, 0, 0);
  }
}
* 202504 END */
.ProductForm__AddToCart:hover {
  opacity: 0.7;
}
.ProductForm__AddToCart::before {
  display: none;
}
.ProductForm__AddToCart .ProductForm__AddToCart-inner {
  display: flex;
  align-items: center;
}
.ProductForm__AddToCart .Icon {
  margin-right: 10px;
}
.ProductForm__AddToCart[disabled] {
  background: #e3e3e3;
}
.ProductForm__AddToCart[disabled] .Icon {
  display: none;
}
.ProductForm__AddToCart[disabled]:hover {
  opacity: 1;
}
@media screen and (max-width: 740px) {
  .ProductForm__AddToCart:hover {
    opacity: 1;
  }
}
