/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./cartridges/app_paulaschoice/cartridge/scss/pagedesigner/quickcta.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.scroll-top:after, .fa {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-user:before, .fa-times:before, .fa-remove:before, .fa-close:before, .fa-facebook:before, .fa-youtube-play:before, .fa-youtube:before, .fa-twitter:before, .fa-instagram:before, .fa-search:before, .fa-comment:before, .fa-pinterest:before, .fa-paulas-choice-logo:before {
  color: #71605f;
}

.fa-logo-paulaschoice-stacked:before {
  content: "\e900";
}

.fa-paulas-choice-new-logo:before {
  content: "\e902";
}

.fa-klarna-logo:before {
  content: "\e903";
}

.fa-calendar:before {
  content: "\e904";
}

.fa-clock:before {
  content: "\e905";
}

.fa-savepay:before {
  content: "\e906";
}

.fa-play-circle:before {
  content: "\e907";
}

.fa-menu:before {
  content: "\e908";
}

.fa-paulas-choice-logo:before {
  content: "\e909";
}

.fa-info:before {
  content: "\e90a";
}

.fa-empty-star:before {
  content: "\e90b";
}

.fa-chat-user:before {
  content: "\e90c";
}

.fa-faq:before {
  content: "\e90d";
}

.fa-shopping-cart:before {
  content: "\e90e";
}

.fa-double-tap:before {
  content: "\e90f";
}

.fa-chevron-down:before {
  content: "\e910";
}

.fa-undo:before {
  content: "\e911";
}

.fa-eyedropper:before {
  content: "\e912";
}

.fa-chevron-left:before {
  content: "\e913";
}

.fa-mail:before {
  content: "\e914";
}

.fa-chevron-right:before {
  content: "\e915";
}

.fa-chevron-up:before {
  content: "\e916";
}

.fa-star:before {
  content: "\e917";
}

.fa-star-empty:before {
  content: "\e918";
}

.fa-info-circle:before {
  content: "\e919";
}

.fa-star-half:before {
  content: "\e91a";
}

.fa-youtube-play2:before {
  content: "\e91b";
}

.fa-pinterest:before {
  content: "\e91c";
}

.fa-comment:before {
  content: "\e91d";
}

.fa-search:before {
  content: "\e91e";
}

.fa-instagram:before {
  content: "\e91f";
}

.fa-twitter:before {
  content: "\e920";
}

.fa-youtube:before {
  content: "\e921";
}

.fa-facebook:before {
  content: "\e922";
}

.fa-close:before {
  content: "\e923";
}

.fa-remove:before {
  content: "\e923";
}

.fa-user:before {
  content: "\e924";
}

.fa-send:before {
  content: "\e925";
}

.fa-check:before {
  content: "\e926";
}

.fa-minus:before {
  content: "\e927";
}

.fa-plus:before {
  content: "\e928";
}

.fa-pf-bank-transfer:before {
  content: "\e929";
}

.fa-pf-ideal:before {
  content: "\e92a";
}

.fa-pf-mastercard:before {
  content: "\e92b";
}

.fa-pf-paypal:before {
  content: "\e92c";
}

.fa-pf-sofort:before {
  content: "\e92d";
}

.fa-pf-visa:before {
  content: "\e92e";
}

.fa-pf-bancontact-mister-cash:before {
  content: "\e92f";
}

.fa-heart--inactive:before {
  content: "\e930";
}

.fa-heart--active:before {
  content: "\e931";
}

/*
Animated checkmark icon
To animate, add .animate class to js-success-checkmark
*/
.success-checkmark {
  width: 80px;
  height: 115px;
}
.success-checkmark.animate .check-icon {
  display: block;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid #00b451;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: rotate-circle 4.25s ease-in;
          animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #00b451;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: icon-line-tip 0.75s;
          animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: icon-line-long 0.75s;
          animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid rgba(0, 180, 81, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
/* stylelint-disable */
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "iconfont" !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1;
}

.icon-account::before {
  content: "\ea01";
}

.icon-account-full::before {
  content: "\ea02";
}

.icon-address::before {
  content: "\ea03";
}

.icon-cart::before {
  content: "\ea04";
}

.icon-checkmark::before {
  content: "\ea05";
}

.icon-chevron::before {
  content: "\ea06";
}

.icon-chevron-thin::before {
  content: "\ea07";
}

.icon-cleanser::before {
  content: "\ea08";
}

.icon-close::before {
  content: "\ea09";
}

.icon-delivery::before {
  content: "\ea0a";
}

.icon-envelope::before {
  content: "\ea0b";
}

.icon-exfoliant::before {
  content: "\ea0c";
}

.icon-facebook::before {
  content: "\ea0d";
}

.icon-facebook-full::before {
  content: "\ea0e";
}

.icon-info::before {
  content: "\ea0f";
}

.icon-instagram::before {
  content: "\ea10";
}

.icon-instagram-alt::before {
  content: "\ea11";
}

.icon-moisturizer::before {
  content: "\ea12";
}

.icon-moon::before {
  content: "\ea13";
}

.icon-notifyme::before {
  content: "\ea14";
}

.icon-notifyme-thin::before {
  content: "\ea15";
}

.icon-pinterest::before {
  content: "\ea16";
}

.icon-restart::before {
  content: "\ea17";
}

.icon-search::before {
  content: "\ea18";
}

.icon-shopping-cart::before {
  content: "\ea19";
}

.icon-star::before {
  content: "\ea1a";
}

.icon-sun::before {
  content: "\ea1b";
}

.icon-tiktok::before {
  content: "\ea1c";
}

.icon-toner::before {
  content: "\ea1d";
}

.icon-treatment::before {
  content: "\ea1e";
}

.icon-twitter::before {
  content: "\ea1f";
}

.icon-youtube::before {
  content: "\ea20";
}

.icon-youtube-full::before {
  content: "\ea21";
}

/* stylelint-enable */
.quick-ctas-link, .button,
.buttonstyle,
.add-to-cart-and-stay,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #333133;
  border-color: #333133;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 30px 11px;
}
@media screen and (min-width: 768px) {
  .quick-ctas-link, .button,
  .buttonstyle,
  .add-to-cart-and-stay,
  input[type=button],
  input[type=submit] {
    padding: 9px 23px 8px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media not all and (pointer: coarse) {
  .quick-ctas-link:hover:hover, .button:hover:hover,
  .buttonstyle:hover:hover,
  .add-to-cart-and-stay:hover:hover,
  input[type=button]:hover:hover,
  input[type=submit]:hover:hover {
    color: #333133;
    background-color: #ffffff;
    text-decoration: none;
  }
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.button.inversed,
.buttonstyle.inversed,
.add-to-cart-and-stay.inversed,
input[type=button].inversed,
input[type=submit].inversed {
  background-color: transparent;
  border-color: #333133;
  color: #333133;
}
.button.inversed:hover,
.buttonstyle.inversed:hover,
.add-to-cart-and-stay.inversed:hover,
input[type=button].inversed:hover,
input[type=submit].inversed:hover {
  color: #ffffff;
  background-color: #333133;
  text-decoration: none;
}
.pt_storefront .page-content .button.inversed,
.pt_storefront .page-content .buttonstyle.inversed,
.pt_storefront .page-content .add-to-cart-and-stay.inversed,
.pt_storefront .page-content input[type=button].inversed,
.pt_storefront .page-content input[type=submit].inversed {
  font-weight: 600;
  padding: 10px 32px;
  margin-top: 10px;
}
.button.secondary,
.buttonstyle.secondary,
.add-to-cart-and-stay.secondary,
input[type=button].secondary,
input[type=submit].secondary {
  background-color: transparent;
  border-color: #323132;
  color: #323132;
}
@media not all and (pointer: coarse) {
  .button.secondary:hover:hover,
  .buttonstyle.secondary:hover:hover,
  .add-to-cart-and-stay.secondary:hover:hover,
  input[type=button].secondary:hover:hover,
  input[type=submit].secondary:hover:hover {
    color: #ffffff;
    background-color: #323132;
  }
}
.button.simple,
.buttonstyle.simple,
.add-to-cart-and-stay.simple,
input[type=button].simple,
input[type=submit].simple {
  border: none;
  background-color: #ffffff;
  color: #333133;
}
.button.inverted,
.buttonstyle.inverted,
.add-to-cart-and-stay.inverted,
input[type=button].inverted,
input[type=submit].inverted {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333133;
}
@media not all and (pointer: coarse) {
  .button.inverted:hover:hover,
  .buttonstyle.inverted:hover:hover,
  .add-to-cart-and-stay.inverted:hover:hover,
  input[type=button].inverted:hover:hover,
  input[type=submit].inverted:hover:hover {
    color: #333133;
    background-color: #ffffff;
    border-color: #333133;
    text-decoration: none;
  }
}
.button.onyx,
.buttonstyle.onyx,
.add-to-cart-and-stay.onyx,
input[type=button].onyx,
input[type=submit].onyx {
  background-color: #333133;
  border-color: #333133;
  color: #ffffff;
  font-size: 14px;
}
@media not all and (pointer: coarse) {
  .button.onyx:hover:hover,
  .buttonstyle.onyx:hover:hover,
  .add-to-cart-and-stay.onyx:hover:hover,
  input[type=button].onyx:hover:hover,
  input[type=submit].onyx:hover:hover {
    background-color: #ffffff;
    color: #333133;
  }
}
.button.white,
.buttonstyle.white,
.add-to-cart-and-stay.white,
input[type=button].white,
input[type=submit].white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333133;
  font-size: 14px;
}
@media not all and (pointer: coarse) {
  .button.white:hover:hover,
  .buttonstyle.white:hover:hover,
  .add-to-cart-and-stay.white:hover:hover,
  input[type=button].white:hover:hover,
  input[type=submit].white:hover:hover {
    background-color: #333133;
    border-color: #333133;
    color: #ffffff;
  }
}
.button.dark,
.buttonstyle.dark,
.add-to-cart-and-stay.dark,
input[type=button].dark,
input[type=submit].dark {
  background-color: #333133;
  border-color: #000000;
  color: #ffffff;
}
@media not all and (pointer: coarse) {
  .button.dark:hover:hover,
  .buttonstyle.dark:hover:hover,
  .add-to-cart-and-stay.dark:hover:hover,
  input[type=button].dark:hover:hover,
  input[type=submit].dark:hover:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
  }
}
.button[disabled], .button.disabled,
.buttonstyle[disabled],
.buttonstyle.disabled,
.add-to-cart-and-stay[disabled],
.add-to-cart-and-stay.disabled,
input[type=button][disabled],
input[type=button].disabled,
input[type=submit][disabled],
input[type=submit].disabled {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #666666;
  opacity: 0.5;
}
@media not all and (pointer: coarse) {
  .button[disabled]:hover:hover, .button.disabled:hover:hover,
  .buttonstyle[disabled]:hover:hover,
  .buttonstyle.disabled:hover:hover,
  .add-to-cart-and-stay[disabled]:hover:hover,
  .add-to-cart-and-stay.disabled:hover:hover,
  input[type=button][disabled]:hover:hover,
  input[type=button].disabled:hover:hover,
  input[type=submit][disabled]:hover:hover,
  input[type=submit].disabled:hover:hover {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #666666;
    opacity: 0.5;
  }
}
.button i.left,
.button .fa.left,
.button .icon.left,
.buttonstyle i.left,
.buttonstyle .fa.left,
.buttonstyle .icon.left,
.add-to-cart-and-stay i.left,
.add-to-cart-and-stay .fa.left,
.add-to-cart-and-stay .icon.left,
input[type=button] i.left,
input[type=button] .fa.left,
input[type=button] .icon.left,
input[type=submit] i.left,
input[type=submit] .fa.left,
input[type=submit] .icon.left {
  margin-right: 0.6em;
}
.button i.right,
.button .fa.right,
.button .icon.right,
.buttonstyle i.right,
.buttonstyle .fa.right,
.buttonstyle .icon.right,
.add-to-cart-and-stay i.right,
.add-to-cart-and-stay .fa.right,
.add-to-cart-and-stay .icon.right,
input[type=button] i.right,
input[type=button] .fa.right,
input[type=button] .icon.right,
input[type=submit] i.right,
input[type=submit] .fa.right,
input[type=submit] .icon.right {
  margin-left: 0.6em;
}
.button.button--large,
.buttonstyle.button--large,
.add-to-cart-and-stay.button--large,
input[type=button].button--large,
input[type=submit].button--large {
  font-size: 14px;
  padding: 14px 23px;
}
@media screen and (min-width: 1180px) {
  .button.button--large,
  .buttonstyle.button--large,
  .add-to-cart-and-stay.button--large,
  input[type=button].button--large,
  input[type=submit].button--large {
    font-size: 16px;
    padding: 20px 40px;
  }
}
.button.unstyled,
.buttonstyle.unstyled,
.add-to-cart-and-stay.unstyled,
input[type=button].unstyled,
input[type=submit].unstyled {
  background-color: transparent;
  border: none;
  padding: 0;
}
.button.button--back,
.buttonstyle.button--back,
.add-to-cart-and-stay.button--back,
input[type=button].button--back,
input[type=submit].button--back {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  color: #30397a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  opacity: 1;
  outline: none;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: initial;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.button.button--back::before,
.buttonstyle.button--back::before,
.add-to-cart-and-stay.button--back::before,
input[type=button].button--back::before,
input[type=submit].button--back::before {
  content: "\ea07";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-family: "iconfont";
  font-size: 13px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 13px;
}
@media not all and (pointer: coarse) {
  .button.button--back:hover,
  .buttonstyle.button--back:hover,
  .add-to-cart-and-stay.button--back:hover,
  input[type=button].button--back:hover,
  input[type=submit].button--back:hover {
    opacity: 0.8;
  }
}

.back-button {
  display: none;
  position: fixed;
  left: 0;
  top: 100vh;
  z-index: 170;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100vh;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .back-button {
    display: block;
  }
}
.back-button button {
  border: none;
  font-size: 0.782em;
  color: #333133;
  position: relative;
}
.back-button button:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333133;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media not all and (pointer: coarse) {
  .back-button button:hover:hover {
    text-decoration: none;
  }
  .back-button button:hover:hover:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.footer-button {
  position: fixed;
  bottom: -20px;
  z-index: 190;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-transform: uppercase;
  font-size: 0.782em;
  margin: 16px 0 0;
  border: none;
  background-color: #ffffff;
  color: #333133;
  display: none;
}
@media screen and (min-width: 1180px) {
  .footer-button {
    display: block;
  }
}
.footer-button:after {
  position: absolute;
  top: 70%;
  left: 46%;
  width: 8%;
  height: 1px;
  background: #333133;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media not all and (pointer: coarse) {
  .footer-button:hover:hover {
    background-color: #ffffff;
    color: #333133;
  }
  .footer-button:hover:hover:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body:not(.footer-fixed) .wrapper:not(.menu-active):not(.sub-menu-active):not(.search-active) .footer-button {
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.scroll-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333133;
  position: relative;
  display: block;
  padding-top: 60px;
  overflow: visible;
  margin: 10px;
}
.scroll-top:before {
  cursor: pointer;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #333133;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
.scroll-top:after {
  content: "\e916";
  display: block;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media not all and (pointer: coarse) {
  .scroll-top:hover:hover {
    text-decoration: none;
  }
  .scroll-top:hover:hover:before {
    -webkit-box-shadow: 1px 0 6px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 0 6px 2px rgba(0, 0, 0, 0.3);
  }
}

.cart-paypal-container {
  margin-left: auto;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .cart-paypal-container.top {
    display: none;
  }
}
.cart-paypal-container .paypal-or {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .cart-paypal-container .paypal-or {
    width: 100%;
    text-align: center;
  }
}
.cart-paypal-container .paypal-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffc439;
  color: #000000;
  height: 45px;
  min-height: 30px;
  max-height: 55px;
  position: relative;
  border: none;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cart-paypal-container .paypal-button {
    margin: 0 auto 20px;
  }
}
.cart-paypal-container .paypal-button:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.cart-paypal-container .paypal-button .paypal-logo {
  margin-right: 10px;
  height: 21px;
  max-height: 27px;
  min-height: 18px;
}
.cart-paypal-container .paypal-button .button-text {
  text-decoration: none;
  font-size: 16px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .cart-paypal-container {
    width: 100%;
  }
}

.cookie-settings {
  background-color: transparent;
  color: #f7edeb;
  border: 2px solid #f7edeb;
}
@media not all and (pointer: coarse) {
  .cookie-settings:hover:hover {
    background-color: #f7edeb;
  }
}

.quick-ctas {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .quick-ctas {
    background: #f7edeb;
    display: block;
    max-width: 1180px;
    padding: 20px;
    margin: 25px auto;
  }
}

.quick-ctas-title {
  text-align: left;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .quick-ctas-title {
    font-size: 22px;
    text-align: center;
  }
}

.quick-ctas-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  line-height: 0;
  list-style-type: none;
}

.quick-ctas-item {
  margin-bottom: 8px;
  width: calc(50% - 15px / 2);
}
@media screen and (min-width: 768px) {
  .quick-ctas-item {
    width: calc(33% - 15px / 2);
  }
}

.quick-ctas-link {
  border: 2px solid #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .quick-ctas-link {
    font-size: 16px;
    line-height: 16px;
    padding: 16px 23px 15px;
  }
  .quick-ctas-link:hover {
    color: #333133;
    background-color: #ffffff;
    text-decoration: none;
  }
}

.experience-assets-quickctacarousel {
  display: block;
}
@media screen and (min-width: 768px) {
  .experience-assets-quickctacarousel {
    display: none;
  }
}

.quick-ctas-carousel-container {
  padding: 15px 0;
}

.quick-ctas-carousel {
  margin: 0 25px;
}
.quick-ctas-carousel .quick-ctas-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.quick-ctas-carousel .quick-ctas-list-item {
  width: calc(33vw - 20px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 10px;
}
.quick-ctas-carousel .quick-ctas-item {
  width: 100%;
  margin-bottom: 0;
}
.quick-ctas-carousel .quick-ctas-item a {
  color: #333133;
  background-color: transparent;
  border: 1px solid #333133;
  white-space: nowrap;
}
.quick-ctas-carousel .quick-ctas-link {
  font-size: 12px;
  width: 100%;
  padding: 10px 0;
}
