html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?m0av4y");
  src: url("../assets/fonts/icomoon.eot?m0av4y#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/icomoon.ttf?m0av4y") format("truetype"),
    url("../assets/fonts/icomoon.woff?m0av4y") format("woff"),
    url("../assets/fonts/icomoon.svg?m0av4y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart-plus:before {
  content: "\e900";
}

.icon-check-circle:before {
  content: "\e908";
}

mark {
  background: none;
  color: inherit;
}

.custom-line-through {
  text-decoration-color: red;
}

.button {
  background: linear-gradient(0deg, rgb(247, 207, 2), rgb(255, 252, 189));
  transition: all 0.2s linear;
}

.button:hover {
  background: rgb(253, 213, 14);
}

.scale {
  transition: all 0.2s linear;
}

.scale:hover {
  scale: 1.06;
}

.bg-gradient-yellow {
  background: linear-gradient(to top, #4e2b6f, #7a4d9a);
}

.secondary-border {
  box-shadow: #e6dff0 0px 0px 0px 3px inset, #7a4d9a 0px 0px 10px 0px;
}

.primary-border {
  box-shadow: #4e2b6f 0px 0px 0px 3px inset, #7a4d9a 0px 0px 10px 0px;
  border-radius: 6px;
}

.bg-customContent {
  background: radial-gradient(circle, #4e2b6f 0px, #3b2156 100%);
}

.bg-secondary-customContent {
  background: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
}

.bg-secondary-customContent:hover {
  background: linear-gradient(to top, #ffd814 50%, #fccd15 51%);
}

@media screen and (min-width: 768px) {
  .shape-primary {
    background: linear-gradient(90deg, #4e2b6f, #7a4d9a, #4e2b6f);
  }

  .shape-normal {
    background: #7a4d9a;
  }

  .shape {
    clip-path: polygon(0% 0%, 0 70%, 50% 100%, 100% 70%, 100% 0%);
  }

  .bg-mdNoneContent {
    background: none;
  }
}

.bg-gradient-yellow {
  background: linear-gradient(to top, #c53145, #4d2794);
}

.primary-border {
  box-shadow: #c53145 0px 0px 0px 3px inset, #4d2794 0px 0px 10px 0px;
  border-radius: 6px;
}

.secondary-border {
  box-shadow: #4d2794 0px 0px 0px 3px inset, #4d2794 0px 0px 10px 0px;
}

.bg-customContent {
  background: radial-gradient(circle, #c53145 0px, #4d2794 100%);
}

@media screen and (min-width: 768px) {
  .shape-primary {
    background: linear-gradient(90deg, #c53145, #4d2794, #c53145);
  }

  .shape-normal {
    background: #4d2794;
  }

  .shape {
    clip-path: polygon(0% 0%, 0 70%, 50% 100%, 100% 70%, 100% 0%);
  }

  .bg-mdNoneContent {
    background: none;
  }
}

.yes-button {
  background: linear-gradient(1turn, rgb(255, 179, 1), rgb(255, 222, 0));
}
