.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

@-webkit-keyframes rainbow {
  0% {
    border-color: hsl(0, 100%, 50%);
  }

  14% {
    border-color: hsl(30, 100%, 50%);
  }

  28% {
    border-color: hsl(60, 100%, 50%);
  }

  42% {
    border-color: hsl(120, 100%, 50%);
  }

  56% {
    border-color: hsl(240, 100%, 50%);
  }

  70% {
    border-color: hsl(280, 100%, 50%);
  }

  84% {
    border-color: hsl(320, 100%, 50%);
  }

  100% {
    border-color: hsl(255, 100%, 50%);
  }
}

canvas:empty {
  display: initial;
}

.pol-m {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(18 18 18 / 75%);
  z-index: 2147483647 !important;
  display: none;
  color: black !important;
}

.show {
  display: block;
}

/* html,
body {
  margin: 0;
  transition: all 0.3s ease;
} */

html.pol-m-open,
body.pol-m-open {
  overflow: hidden;
}

.pol-m-c {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pol-i {
  width: 50%;
  max-height: 60%;
  background-color: rgb(255 255 255);
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer
}

@media (max-width: 768px) {
  .pol-i {
    width: 90% !important;
  }
}

.pol-i-li1 {
  display: flex;
  justify-content: flex-end
}

.pol-i-li1-x {
  width: 16px;
  height: 20px;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
}

.pol-i-li3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pol-i-li3-s {
  width: 65px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgb(82 142 193);
  border-radius: 5px;
}

.pol-i-li1-t {
  margin-top: 10px;
  flex: 1;
  margin-right: 10px;
}

.pol-i-li2 {
  flex: 1;
  overflow: auto;
}

.pol-sp4:empty,
.pol-sp3:empty {
  display: none;
}

.quantity__button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pol-u {
  padding-left: 40px;
  margin: 16px 0;
}

.pol-lis-i {
  display: list-item;
  list-style-type: disc;
}

.product-info__add-to-cart:has(button[disabled]) quantity-input {
  opacity: 1 !important;
  cursor: auto !important;
  pointer-events: auto !important;
}

.pol_disabled shopify-accelerated-checkout-cart iframe,
.pol_disabled shopify-accelerated-checkout iframe {
  pointer-events: none !important;
}

.pol-i-li3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pol-i-li3-t {
  max-width: 80%;
  display: flex;
}

.pol-i-li3-s-black {
  width: 65px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
}