/* .assurify-widget {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin: 0;
  gap: 4px;
  max-width: 370px;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}

.assurify-widget__content {
  flex-grow: 1;
  align-self: center;
}

.assurify-widget__content__title {
  margin: 0;
  font-size: 12px;
}

.assurify-widget__content__info {
  margin: 0;
  font-size: 10px;
  color: #666;
}

.assurify-widget__content .policy-url {
  color: gray;
  text-decoration: underline;
}

.assurify-widget__price {
  font-weight: bold;
}

.assurify-switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: #ccc;
  border-radius: 20px;
  transition: background-color 0.3s;
  margin-top: 4px;
}
@keyframes inactiveColorChange {
  from {
    background-color: green;
  }
  to {
    background-color: #ccc;
  }
}

@keyframes activeColorChange {
  from {
    background-color: #ccc;
  }
  to {
    background-color: green;
  }
}
.animate > .assurify-switch-inactive {
  animation: inactiveColorChange 0.5s forwards;
}
.no-animation > .assurify-switch-inactive {
  background-color: #ccc;
}

.animate > .assurify-switch-active {
  animation: activeColorChange 0.5s forwards;
}
.no-animation > .assurify-switch-active {
  background-color: green;
}

.assurify-switch__ball {
  position: absolute;
  top: 1px;
  left: -4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.3s;
}

.assurify-widget__opt_text {
  font-size: 10px;
  color: #2d2d2d;
  line-height: 1.2;
}

@keyframes inactivePositionChange {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(5px);
  }
}

@keyframes activePositionChange {
  from {
    transform: translateX(5px);
  }
  to {
    transform: translateX(20px);
  }
}
.animate > .assurify-switch-active .assurify-switch__ball {
  animation: activePositionChange 0.3s forwards;
}
.no-animation > .assurify-switch-active .assurify-switch__ball {
  transform: translateX(20px);
}

.animate > .assurify-switch-inactive .assurify-switch__ball {
  animation: inactivePositionChange 0.3s forwards;
}
.no-animation > .assurify-switch-inactive .assurify-switch__ball {
  transform: translateX(5px);
}
.grayscale-100 {
  filter: grayscale(100%);
}

#assurify-widget__image {
  align-self: center;
  width: 50px;
  display: flex;
  min-width: 50px;
  margin-right: 5px;
} */

.assurify-widget p,
.assurify-widget h1,
.assurify-widget h2,
.assurify-widget h3,
.assurify-widget h4,
.assurify-widget h5,
.assurify-widget h6,
.assurify-widget span,
.assurify-widget strong,
.assurify-widget em,
.assurify-widget a {
  margin: 0;
  padding: 0;
}

.assurify-loading {
  pointer-events: none;
  opacity: 0.5;
}

.cart-item:has([href*="shipping-protection"]) {
  display: none !important;
}

.cart-drawer__footer .assurify-protection,
.cart-drawer__footer .assurify-widget {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0px;
}

.cart__wrapper .cart__controls .assurify-protection {
  padding: 0 42px;
}

.Venue-assurify-widget {
  width: 100% !important;
  max-width: 100% !important;
}

.cart__controls .Venue-assurify-protection {
  padding: unset !important;
}

.cart--draw .Venue-assurify-protection {
  padding: 0 42px !important;
}

.Highlight-assurify-widget {
  margin-left: unset !important;
}

.cart__footer .Highlight-assurify-widget {
  width: 100% !important;
  max-width: 480px !important;
}

.BeYours-assurify-widget {
  max-width: 100% !important;
}

.mini-cart-bottom .assurify-wrapper-YogaMart {
  position: absolute;
  bottom: 105px;
  width: 100%;
  background: white;
  padding: 5px;
}
.cart-drawer__inner .assurify-wrapper-Impact .assurify-widget {
  max-width: unset;
}

.assurify-wrapper-Yuva {
  margin-top: 5px;
  margin-bottom: 5px;
}

.assurify-wrapper-Yuva .assurify-widget {
  max-width: unset;
}

.cart-drawer__subtotal .assurify-wrapper-Flow {
  margin-bottom: 5px;
}

.cart-drawer__subtotal .assurify-wrapper-Flow .assurify-widget {
  max-width: unset;
}

#assurify-pop-up {
  display: none;
  backdrop-filter: blur(1px);
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}

.assurify-pop-up-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(1px);
}

/* .assurify-pop-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
} */

.assurify-pop-wrapper {
  position: fixed;
  background-position: center;
  background-size: cover;
  max-width: 400px;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .assurify-pop-buttons button {
  border: none;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  opacity: 0.9;
}
.assurify-pop-buttons button:hover {
  opacity: 1;
}
.assurify-pop-buttons button#yes {
  background-color: #242424;
  color: #fff;
} */

/* @media only screen and (max-width: 600px) {
  .assurify-pop-wrapper {
    padding: 20px !important;
    width: 100vw;
  }
  .assurify-pop-buttons {
    padding-top: 30px;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
  }
  #assurify-pop-up {
    padding: 20px;
    box-sizing: border-box;
  }
} */

/* .flex {
  display: flex;
} */

.assurify-hidden {
  display: none;
}

.assurify-protected-checkout .assurify-spinner {
  position: absolute;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: none;
}

.assurify-checkout-loading
  .assurify-protected-checkout
  .assurify-protected-checkout__checkout,
.assurify-checkout-loading
  .assurify-protected-checkout
  .assurify-protected-checkout__text {
  filter: blur(4px);
}

.assurify-checkout-loading .assurify-protected-checkout .assurify-spinner {
  display: block;
}

.assurify-checkout-loading
  .assurify-protected-checkout
  .assurify-protected-checkout__checkout,
.assurify-checkout-loading
  .assurify-protected-checkout
  .assurify-protected-checkout__text {
  visibility: hidden;
}

.assurify-checkout-loading .assurify-protected-checkout {
  background-color: #ccc;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
