:host {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start *//* Navigation font end */

.custom-cart-error {
  text-align: center;
}

.payment-method-braintree {
  position: relative;
}

.payment-method-braintree .error {
  line-height: 1.5em;
  color: #f00;
}

.payment-method-braintree .braintree-field-wrap {
  display: inline-block;
  width: 100%;
  margin: 0;
  position: relative;
  height: 2.25em;
}

.payment-method-braintree .braintree-field-wrap select {
  width: 100%;
}

.payment-method-braintree .braintree-hosted-fields-iframe-container {
  padding: 0 0.313em;
  width: 100%;
  height: 2.375em;
  border: 0.1rem solid #aaa;
  border-radius: .1875rem;
  position: absolute;
  left: 0;
  top: 0;
}

.payment-method-braintree .braintree-hosted-fields-to-display {
  position: absolute;
  left: 0;
  top: 0;
  height: 2.375em;
  width: 100%;
  padding: 0 0.313em;
  line-height: 2.375em;
  cursor: default;
  color: #aaa;
  border: 0.1rem solid #aaa;
  border-radius: .1875rem;
}

.payment-method-braintree .braintree-text-input {
  width: 100%;
  height: 2.375em;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.1rem solid #ced4da;
  border-radius: .1875rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.payment-method-braintree .braintree-text-input input {
  padding: 0 0.313em;
  margin: 0;
  width: 100%;
  border: none;
  height: 2.125em;
  line-height: 2.125em;
  box-sizing: inherit;
  outline: none;
  box-shadow: none;
}

.payment-method-braintree .braintree-hosted-fields-focused {
  box-shadow: 0 0 0.2rem #ffdb4d;
}

.payment-method-braintree .braintree-hosted-fields-invalid {
  border-color: 'var(--chakra-colors-error)';
}

.payment-method-braintree .braintree-hosted-fields-valid {
  border-color: #84bd00;
}

.braintree-make-default-card {
  border: none;
  background: transparent;
  color: #0070d2;
}

.braintreeAddNewCard {
  border: none;
  background: transparent;
  color: #0070d2;
  text-decoration: underline;
}

.braintreeCreditCardBtn {
  margin-bottom: 0.5rem;
}

.js_braintree_accountgooglepay_button {
  margin-top: 0.5rem;
  text-align: center;
}

.js_braintree_src_account_button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.braintree-loader-container {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  z-index: 990;
}

.braintree-loader {
  position: absolute;
  color: #383838;
  font-size: 0.4rem;
  background: #fff;
  opacity: 0.5;
  margin: auto;
  left: 50%;
  top: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load 1s infinite linear;
  animation: load 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@keyframes load {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.lpmProcessingMsg {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60%;
  font-size: 1.5em;
}

.braintree-account-add-credit-card-content p {
  text-align: center;
  margin-top: revert;
}

.braintree-account-add-credit-card-content .braintree-hosted-fields-to-display {
  display: none;
}

.braintree-account-add-credit-card-content #braintreeFormErrorContainer {
  color: #f00;
  line-height: 1.5em;
  min-height: 1.5em;
}

.braintree-account-add-credit-card-content #braintreeSrcFormErrorContainer {
  color: #f00;
  line-height: 1.5em;
  min-height: 1.5em;
}

.js_braintree_creditCardFields .cardNumber {
  display: none;
}

.used-creditcard-account-hide {
  display: none;
}

.used-paypal-account-hide {
  display: none;
}

.braintree-cart-paypal-buttons-wrap {
  position: relative;
  vertical-align: middle;
  text-align: right;
  padding-bottom: 0.938em;
}

.braitnree-cart-paypal-button {
  display: inline-block;
  min-height: 2.188em;
  width: 100%;
  position: relative;
}

@media (max-width: 54.398rem) {
  .checkout-continue .braintree-cart-paypal-buttons-wrap .error {
    padding: 0;
  }
  .checkout-continue .braintree-cart-paypal-buttons-wrap .braitnree-cart-paypal-button {
    padding: 0;
  }
}

#braintree3DSecureContainer {
  display: none;
}

.braintree_pdp_button {
  padding: 1.5em;
}

@media screen and (min-width: 76.8rem) {
  #braintree3DSecureContainer {
    padding-left: 22%;
  }
}

.braintree-cart-apple-buttons-wrap {
  text-align: right;
  padding-bottom: 0.938em;
  display: block;
  position: relative;
}

.braintree-cart-apple-button-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  min-height: 2em;
}

.braintree-cart-apple-button {
  display: none;
}

.braintree-billingpage-apple-buttons-wrap {
  text-align: left;
  padding-bottom: 0.938em;
  display: block;
  position: relative;
}

.braintree-billingpage-apple-button-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 15.625em;
  min-height: 2em;
}

.braintree-billingpage-apple-button {
  display: none;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    -webkit-appearance: -apple-pay-button;
    cursor: pointer;
  }

  .apple-pay-button-with-text > * {
    display: none;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
}

@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    display: inline-flex;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    justify-content: center;
    font-size: 0.75em;
    padding: 0em;
    box-sizing: border-box;
    min-width: 12.5em;
    min-height: 2em;
    max-height: 4em;
    cursor: pointer;
  }

  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: 0.5rem solid black;
  }

  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }

  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }

  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }

  .apple-pay-button-with-text > .text {
    font-family: -apple-system, sans-serif;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    align-self: center;
    margin-right: calc(0.2rem * var(--apple-pay-scale));
  }

  .apple-pay-button-with-text > .logo {
    width: calc(2.188em * var(--scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(0.125em * var(--apple-pay-scale));
    border: none;

  }
}

.js_braintree_applepay_button_disabled {
  opacity: 0.4;
  cursor: default;
}

@media (max-width: 54.398rem) {
  .checkout-continue .braintree-cart-apple-buttons-wrap .error {
    padding: 0;
  }

  .checkout-continue .braintree-cart-apple-buttons-wrap .braintree-cart-apple-button-wrap {
    padding: 0;
  }

  .checkout-continue .braintree-cart-apple-buttons-wrap .braintree-cart-apple-button {
    padding: 0;
  }
}

.apple-pay-not-supported .braintree-express-apple-buttons-wrap {
  display: none;
}

.cko-express__error-notification {
  margin-top: 10px;
  font-size: 14px;
  color: var(--chakra-colors-error)
}

.ckoApplePayButton {
  background-color: black;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  border-radius: 20px;
  border: 1px solid black;
  box-sizing: border-box;
  min-height: 40px;
  min-width: 100px;
  padding: 0;
  width: 100%;
  position: relative;

  .apple-pay-pdp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    border-radius: 20px;
  }

  &:after {
    content: 'Apple Pay';
    visibility: hidden;
  }
}

.paypal-dynamic-button-block {
  height: 40px;
  overflow: hidden;
}


.mini-cart-exp-buttons__wrapper, .cart-exp-buttons__wrapper {
  .pp-message {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    margin: 0 auto;

    iframe {
      opacity: 1 !important;
    }

    & > span {
      width: 365px;
    }

    & > button {
      position: absolute;
    }
  }
}

[data-rmiz] {
  position: relative;
}
[data-rmiz-ghost] {
  position: absolute;
  pointer-events: none;
}
[data-rmiz-btn-zoom],
[data-rmiz-btn-unzoom] {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  height: 40px;
  margin: 0;
  outline-offset: 2px;
  padding: 9px;
  touch-action: manipulation;
  width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[data-rmiz-btn-zoom]:not(:focus):not(:active) {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  white-space: nowrap;
  width: 1px;
}
[data-rmiz-btn-zoom] {
  position: absolute;
  inset: 10px 10px auto auto;
  cursor: zoom-in;
}
[data-rmiz-btn-unzoom] {
  position: absolute;
  inset: 20px 20px auto auto;
  cursor: zoom-out;
  z-index: 1;
}
[data-rmiz-content="found"] img,
[data-rmiz-content="found"] svg,
[data-rmiz-content="found"] [role="img"],
[data-rmiz-content="found"] [data-zoom] {
  cursor: zoom-in;
}
[data-rmiz-modal]::backdrop {
  display: none;
}
[data-rmiz-modal][open] {
  position: fixed;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}
[data-rmiz-modal-overlay] {
  position: absolute;
  inset: 0;
  transition: background-color 0.3s;
}
[data-rmiz-modal-overlay="hidden"] {
  background-color: rgba(255, 255, 255, 0);
}
[data-rmiz-modal-overlay="visible"] {
  background-color: rgba(255, 255, 255, 1);
}
[data-rmiz-modal-content] {
  position: relative;
  width: 100%;
  height: 100%;
}
[data-rmiz-modal-img] {
  position: absolute;
  cursor: zoom-out;
  image-rendering: high-quality;
  transform-origin: top left;
  transition: transform 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  [data-rmiz-modal-overlay],
  [data-rmiz-modal-img] {
    transition-duration: 0.01ms !important;
  }
}

