/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/productslide.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/*
BASE IMPORTS - includes necessary partials like variables, functions, mixins...
Import this for every component
*/
.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;
  }
}
.homepage-product-slider__wrap {
  padding: 30px 15px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .homepage-product-slider__wrap {
    padding: 30px 30px 0;
  }
}
@media screen and (min-width: 1180px) {
  .homepage-product-slider__wrap {
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 90px 0;
  }
}
@media screen and (min-width: 1180px) and (min-width: 1180px) {
  .homepage-product-slider__wrap {
    max-width: 1180px;
  }
}
.homepage-product-slider__wrap .product-carousel-title {
  padding: 0;
}
.homepage-product-slider__wrap .product-slider {
  position: static;
}
.homepage-product-slider__wrap .product-slider.content-page .slide-control i, .homepage-product-slider__wrap .product-slider.content-page .slide-control .fa {
  color: #333133;
  font-size: 32px;
}
.homepage-product-slider__wrap .product-tile {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .homepage-product-slider__wrap .product-slide-content {
    margin: 0 10px;
  }
}
.homepage-product-slider__wrap .product-slide-content .product-name {
  font-weight: 400;
}
.homepage-product-slider__wrap .product-slide-content .name-link {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 39px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.homepage-product-slider__wrap .product-slide-content .add-to-cart-link {
  background-color: #30397a;
  border-color: #30397a;
  border-radius: 0;
  margin-bottom: 0;
}
.homepage-product-slider__wrap .product-slide-content .add-to-cart-link:hover {
  background-color: #ffffff;
}
.homepage-product-slider__wrap .product-slide-content .product-slide-footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: auto;
  min-height: 48px;
}
.homepage-product-slider__wrap .product-slide-content .product-slide-footer .product-pricing,
.homepage-product-slider__wrap .product-slide-content .product-slide-footer .add-to-cart-link {
  display: block;
}
.homepage-product-slider__wrap .product-slide-content .product-slide-footer .product-pricing {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .homepage-product-slider__wrap .product-slide-content .product-slide-footer .product-pricing {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.homepage-product-slider__wrap .product-slide-content .product-slide-footer .price-standard,
.homepage-product-slider__wrap .product-slide-content .product-slide-footer .price-sales {
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 425px) {
  .homepage-product-slider__wrap .product-slide-content .product-slide-footer .price-standard,
  .homepage-product-slider__wrap .product-slide-content .product-slide-footer .price-sales {
    font-size: 13px;
  }
}
.homepage-product-slider__wrap .product-slide-content .product-slide-footer .add-to-cart-link {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  max-width: 55px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.homepage-product-slider__wrap .product-slide-content .product-slide-footer .add-to-cart-link .fa {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .homepage-product-slider__wrap .product-slide-content .product-slide-footer .add-to-cart-link {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.homepage-product-slider__wrap .product-slide-content .product-slide-footer .grundpreis {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.product-slide__tile {
  color: #333133;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.product-slider .product-slide__tile {
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .product-slide__tile {
    font-size: 20px;
  }
}

.product-tile__image-wrapper {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  max-height: 70vh;
}
@media screen and (min-width: 768px) {
  .product-tile__image-wrapper {
    margin-bottom: 19px;
    max-height: 65vh;
  }
}

.product-tile__routine {
  background-color: #ffffff;
  display: inline-block;
  left: 0;
  margin: 11px 16px;
  max-width: calc(100% - 32px);
  padding: 8px 8px 8px 11px;
  position: absolute;
  text-align: left;
  top: 0;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .product-tile__routine {
    margin: 14px;
    padding: 12px 26px;
  }
}

.product-tile__routine-text {
  color: inherit;
  font-size: 16px;
  line-height: 1.18;
  max-width: 100%;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .product-tile__routine-text {
    width: 205px;
  }
}

.product-tile__routine-info {
  color: #333133;
  max-height: 0px;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-tile__routine-info .product-tile__routine-text {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product-tile__routine-button-label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 0;
  color: #333133;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  min-height: 33px;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .product-tile__routine-button-label {
    min-height: 42px;
  }
}

.product-tile__routine-steps {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  padding: 10px 0 17px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 140px;
}
@media screen and (min-width: 768px) {
  .product-tile__routine-steps {
    padding: 10px 0;
  }
}

.product-tile__routine-step {
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.product-tile__routine-step.product-tile__routine-step--active {
  opacity: 1;
}

input[type=checkbox].product-tile__routine-button {
  display: none;
}
input[type=checkbox].product-tile__routine-button + label {
  padding: 0;
  margin: 0;
}
input[type=checkbox].product-tile__routine-button + label::before {
  display: none;
  content: none;
}
input[type=checkbox].product-tile__routine-button + label::after {
  color: inherit;
  content: "+";
  display: inline-block;
  font-size: inherit;
  height: auto;
  left: auto;
  margin-left: 5px;
  position: relative;
  top: auto;
  width: auto;
}
input[type=checkbox].product-tile__routine-button:checked ~ .product-tile__routine-info {
  max-height: 100vh;
  max-width: 215px;
}
input[type=checkbox].product-tile__routine-button:checked ~ .product-tile__routine-info .product-tile__routine-text,
input[type=checkbox].product-tile__routine-button:checked ~ .product-tile__routine-info .product-tile__routine-steps {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.product-tile__image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  left: 0;
  max-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-tile__image {
    max-height: 65vh;
  }
}

.product-tile__picture {
  aspect-ratio: 212/376;
  display: block;
  padding-bottom: 177%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-tile__picture {
    aspect-ratio: 353/509;
    padding-bottom: 144%;
  }
  .product-tile__picture:hover .product-tile__image {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.product-tile__image-link {
  position: relative;
  display: block;
}

.product-tile__button {
  background: #ffffff;
  border: none;
  border-radius: 50%;
  color: #333133;
  display: block;
  font-size: 20px;
  height: 42px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  width: 42px;
}
.product-tile__button .icon-notifyme {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .product-tile__button {
    font-size: 26px;
    height: 50px;
    line-height: 1;
    width: 50px;
  }
  .product-tile__button .icon-notifyme {
    font-size: 16px;
  }
  .product-tile__button:hover {
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3);
  }
}

.product-tile__image-footer {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 9px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-tile__image-footer {
    bottom: 18px;
    padding: 0 12px;
  }
}

.product-tile__badges {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-tile__badges .badge,
.product-tile__badges .badge-promo,
.product-tile__badges .badge-new-look {
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: auto;
  letter-spacing: 0.002em;
  line-height: 1;
  padding: 0;
  position: relative;
  top: auto;
  width: auto;
}
.product-tile__badges .badge span,
.product-tile__badges .badge-promo span,
.product-tile__badges .badge-new-look span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  left: auto;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  top: auto;
  -webkit-transform: none;
          transform: none;
  white-space: nowrap;
}
.product-tile__badges .badge::before, .product-tile__badges .badge::after {
  content: none;
}
.product-tile__badges .badge,
.product-tile__badges .badge-new-look {
  background-color: #333133;
  color: #ffffff;
}
.product-tile__badges .badge-promo {
  background-color: #ffffff;
  color: #f7525b;
}
@supports (not (gap: 10px)) or ((-webkit-touch-callout: none) and (not (translate: none)) and (gap: 10px)) {
  .product-tile__badges .badge,
  .product-tile__badges .badge-promo,
  .product-tile__badges .badge-new-look {
    margin-left: 11px;
    margin-top: 11px;
  }
}
@media screen and (min-width: 768px) {
  .product-tile__badges {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3px;
  }
  .product-tile__badges .badge,
  .product-tile__badges .badge-promo,
  .product-tile__badges .badge-new-look {
    font-size: 16px;
  }
  @supports (not (gap: 10px)) or ((-webkit-touch-callout: none) and (not (translate: none)) and (gap: 10px)) {
    .product-tile__badges .badge,
    .product-tile__badges .badge-promo,
    .product-tile__badges .badge-new-look {
      margin-left: 3px;
      margin-top: 3px;
    }
  }
}

.product-tile__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product-tile__buttons .product-tile__button,
.product-tile__buttons button {
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .product-tile__buttons .product-tile__button,
  .product-tile__buttons button {
    margin-right: 17px;
  }
}

.product-tile__info {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-tile__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.product-tile__name-link,
.product-tile__product-pricing,
.product-tile__product-skin {
  color: #333133;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .product-tile__name-link,
  .product-tile__product-pricing,
  .product-tile__product-skin {
    font-size: 20px;
    margin-bottom: 17px;
  }
}

.product-tile__name-link {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-tile__name-link {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 0;
    min-height: 60px;
  }
}

.product-tile__category-link {
  color: #333133;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-tile__category-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1500px) {
  .product-tile__category-link {
    max-width: 45%;
    margin-bottom: 19px;
  }
}

.product-tile__product-skin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .product-tile__product-skin {
    font-size: 16px;
  }
}

.product-tile__product-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-tile__product-pricing .price-standard {
  color: #cccccc;
  text-decoration: line-through;
}
@supports (not (gap: 10px)) or ((-webkit-touch-callout: none) and (not (translate: none)) and (gap: 10px)) {
  .product-tile__product-pricing .price-standard {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .product-tile__product-pricing {
    gap: 20px;
  }
  @supports (not (gap: 10px)) or ((-webkit-touch-callout: none) and (not (translate: none)) and (gap: 10px)) {
    .product-tile__product-pricing .price-standard {
      margin-left: 20px;
    }
  }
}

.product-tile__reviews .product-review {
  color: #333133;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 12px;
  min-height: auto;
  text-decoration: none;
}
.product-tile__reviews .product-review a {
  color: #333133;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .product-tile__reviews {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .product-tile__reviews .product-review {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 17px;
    width: auto;
  }
  .product-tile__reviews .product-review a {
    font-size: 17px;
  }
}
@media screen and (min-width: 1500px) {
  .product-tile__reviews {
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 55%;
  }
}
