/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./lululemon/cartridges/app_lululemon_base/cartridge/client/default/scss/components/afterpay.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Bootstrap is overriding breakpoint lg to 1409px,
    which is causing no-margin issue in tablet landspace mode.
    Hence the custom logic. */
.lazyload {
  visibility: hidden;
}

.lazyloaded {
  visibility: visible;
}

body:not(.co-2022) .afterpay-wrapper,
body:not(.co-2022) .pm-afterpaytouch {
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  line-height: normal;
  letter-spacing: normal;
}
body:not(.co-2022) .afterpay-wrapper:lang(ko), body:not(.co-2022) .afterpay-wrapper:lang(ja), body:not(.co-2022) .afterpay-wrapper:lang(zh),
body:not(.co-2022) .pm-afterpaytouch:lang(ko),
body:not(.co-2022) .pm-afterpaytouch:lang(ja),
body:not(.co-2022) .pm-afterpaytouch:lang(zh) {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
body:not(.co-2022) .afterpay-wrapper:lang(zh),
body:not(.co-2022) .pm-afterpaytouch:lang(zh) {
  line-height: 21px;
}
body:not(.co-2022) .afterpay-wrapper span.afterpay-msg,
body:not(.co-2022) .pm-afterpaytouch span.afterpay-msg {
  margin-right: -7px;
}
body:not(.co-2022) .afterpay-wrapper .afterpay-icon,
body:not(.co-2022) .pm-afterpaytouch .afterpay-icon {
  width: 80px;
  height: 16px;
}
body:not(.co-2022) .afterpay-wrapper .afterpay-icon-new,
body:not(.co-2022) .pm-afterpaytouch .afterpay-icon-new {
  width: 74px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  body:not(.co-2022) .afterpay-wrapper .afterpay-icon-new,
  body:not(.co-2022) .pm-afterpaytouch .afterpay-icon-new {
    width: 74px;
  }
}
body:not(.co-2022) .afterpay-wrapper .afterpay-learn-more,
body:not(.co-2022) .pm-afterpaytouch .afterpay-learn-more {
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  color: #000;
  line-height: normal;
  letter-spacing: normal;
  width: 14px;
  height: 14px;
  border: solid 1px #000;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  text-align: center;
}

.afterpayInfoModal .modal-content .modal-header {
  border-bottom: none;
}
.afterpayInfoModal .modal-content .afterpay-info {
  position: relative;
  bottom: 48px;
  left: 24px;
  z-index: 1;
}
.afterpayInfoModal .modal-close {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 1024px) {
  .afterpayInfoModal .modal-content {
    width: 600px;
    height: 508px;
  }
  .afterpayInfoModal .modal-content .afterpay-info {
    position: relative;
    bottom: 48px;
    left: auto;
    right: 16px;
  }
}

/*# sourceMappingURL=afterpay.css.map*/