/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/eshop.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.c-product {
  display: flex;
  flex-direction: column;
  padding: 26px 0 30px 0px;
  align-items: flex-start;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  justify-content: space-between;
}
.c-product:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 1420px) {
  .c-product {
    flex-direction: row;
  }
}
.c-product--notAvailable:before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  opacity: 0.8;
  position: absolute;
  top: 5%;
  background-color: #fff;
}
.c-product--notAvailable .c-product__check-box,
.c-product--notAvailable .c-product__description-box,
.c-product--notAvailable .c-product__price,
.c-product--notAvailable .c-product__quantity,
.c-product--notAvailable .c-product__amount {
  pointer-events: none;
}
.c-product--notAvailable .pd-wrapper__after-text {
  position: relative;
  z-index: 2;
}
.c-product--notAvailable .c-product__check-box {
  z-index: -1;
}
.c-product--notAvailable .c-product__amount {
  opacity: 0.2;
}
.c-product__description-box, .c-product__price, .c-product__quantity, .c-product__amount {
  padding-left: 30px;
}
@media (min-width: 1420px) {
  .c-product__description-box, .c-product__price, .c-product__quantity, .c-product__amount {
    padding-left: 0px;
  }
}
.c-product__description-box {
  align-self: stretch;
}
@media (min-width: 1420px) {
  .c-product__description-box {
    flex-basis: 318px;
  }
}
.c-product__description {
  display: flex;
  padding-right: 10px;
}
@media (min-width: 1420px) {
  .c-product__description {
    padding-right: 40px;
  }
}
.c-product__img-box {
  width: 100px;
  height: 76px;
  flex-shrink: 0;
  overflow: hidden;
}
.c-product__img-box img {
  max-height: 100%;
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .c-product__img-box img {
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-product__more-btn {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 12px;
  cursor: pointer;
  padding: 5px 20px;
  background-color: #f4f4f4;
  position: absolute;
  left: 148px;
}
@media (min-width: 1420px) {
  .c-product__more-btn {
    margin-top: 30px;
    margin-bottom: -6px;
    position: static;
  }
}
.c-product__name, .c-product__price, .c-product__amount {
  font-size: 1.6rem;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.c-product__name {
  padding: 10px 0 12px 16px;
  display: inline-block;
}
@media (min-width: 768px) {
  .c-product__name--max-width {
    max-width: 200px;
  }
}
.c-product__subname {
  padding-left: 16px;
  padding-right: 10px;
  font-size: 12px;
  color: #9d9d9d;
  line-height: 1.2;
}
.c-product__subname--mob {
  padding-left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  max-width: 100px;
}
@media (min-width: 1420px) {
  .c-product__subname--mob {
    display: none;
  }
}
.c-product__price {
  margin: 20px 0;
}
.c-product__pricevalue {
  margin-top: 10px;
  color: #b31764;
}
.c-product__pricevalue--tester {
  color: #00b779;
}
@media (min-width: 1420px) {
  .c-product__price {
    margin-top: 10px;
    flex-basis: 114px;
  }
  .c-product__pricevalue {
    margin-top: 0;
  }
}
.c-product__price-original {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #b31764;
  text-decoration: line-through;
  margin-top: 7px;
}
.c-product__quantity {
  padding-right: 30px;
}
.c-product__quantity .pd-wrapper__after-text {
  color: #9d9d9d;
  padding-bottom: 15px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2;
}
.c-product__quantity .pd-wrapper__after-text span {
  display: inline-block;
  color: #000;
}
@media (min-width: 1420px) {
  .c-product__quantity .pd-wrapper__after-text {
    padding-bottom: 0;
    float: left;
  }
}
.c-product__quantity .pd-wrapper__after-text--alert {
  color: #d91515;
}
.c-product__quantity sup {
  z-index: -1;
}
.c-product__quantity .pw-items:last-of-type {
  padding-bottom: 15px;
}
@media (min-width: 1420px) {
  .c-product__quantity {
    flex-basis: 202px;
    padding-right: 0px;
  }
}
.c-product__amount-box {
  align-self: flex-start;
  position: relative;
}
@media (min-width: 1420px) {
  .c-product__amount-box {
    flex-basis: 150px;
    text-align: right;
  }
}
.c-product__amount {
  display: inline-block;
  padding-right: 42px;
}
@media (min-width: 768px) {
  .c-product__amount {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .c-product__amount {
    padding-right: 55px;
  }
}
@media (min-width: 1420px) {
  .c-product__amount {
    padding-right: 34px;
  }
}
.c-product__delete {
  background: url("/Assets/images/icon-delete.svg") no-repeat;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-size: 20px 25px;
}
@media (min-width: 992px) {
  .c-product__delete {
    top: 2px;
  }
}
.c-product__delete:before {
  content: "";
  opacity: 0;
  background-image: url("/Assets/images/icon-delete-hover.svg");
}
.c-product--lessAmount .pd-wrapper__after-text {
  color: #d91515;
}
.c-product--lessAmount .pd-wrapper__after-text span {
  color: #d91515;
}
.c-product--lessAmount .pw-items__current {
  color: #d91515;
  border: 1px solid #d91515;
}
.c-product .m-basket__label {
  display: none;
}
.c-product__mobvalue {
  line-height: 1.1;
  text-align: right;
  margin-left: auto;
  margin-right: -5px;
}
.c-product__mobvalue__lab {
  display: block;
  font-size: 1rem;
  color: #9d9d9d;
}
.c-product__mobvalue__val {
  display: block;
  margin-top: 3px;
  font-weight: 600;
  font-size: 1.2rem;
}
.c-product__mobvalue__btn {
  z-index: 1;
  top: unset;
  margin-top: 4px;
  margin-right: 4px;
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  pointer-events: auto;
}
@media (min-width: 1420px) {
  .c-product__mobvalue {
    display: none;
  }
}
.c-product__after-text {
  width: 100%;
  position: relative;
  font-size: 1rem;
  line-height: 1.4;
}

.hoverAvailable .c-product__more-btn:hover {
  color: #b31764;
}
.hoverAvailable .c-product__delete:hover {
  background: url("/Assets/images/icon-delete-hover.svg") no-repeat;
  width: 20px;
  height: 25px;
  background-size: 20px 25px;
}

.c-order-product {
  padding: 30px 0 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-order-product {
    padding-top: 0px;
  }
}
@supports (-ms-ime-align: auto) {
  .c-order-product {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .c-order-product {
    display: flex;
    align-content: space-between;
  }
}
.c-order-product__description {
  margin-bottom: 10px;
  flex: 1;
}
.c-order-product__item {
  font-size: 14px;
  font-weight: 600;
  flex-basis: 18%;
  padding-right: 15px;
}
.c-order-product__amount {
  font-weight: 200;
}
.c-order-product__label-mobile {
  font-size: 12px;
  margin-left: 10px;
  font-weight: 200;
  color: #9d9d9d;
}
@media (min-width: 768px) {
  .c-order-product__label-mobile {
    display: none;
  }
}

.c-basketTotal {
  text-align: right;
}
.c-basketTotal__container {
  margin: 0 15px 0 12px;
  text-align: center;
  z-index: 2;
}
.c-basketTotal__container--cart {
  margin-left: 3px;
  margin-right: 3px;
}
@media (min-width: 992px) {
  .c-basketTotal__container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(55%);
    width: 300px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .c-basketTotal__container {
    transform: translateX(70%);
  }
}
@media (min-width: 1420px) {
  .c-basketTotal__container {
    transform: translateX(32%);
    width: 518px;
  }
}
@media (min-width: 992px) {
  .c-basketTotal__container--fixed {
    position: fixed;
    top: 80px;
  }
}
.c-basketTotal__container--bottom {
  top: auto;
  bottom: 0;
}
@media (min-width: 1420px) {
  .c-basketTotal--short .c-basketTotal__container {
    width: 460px;
  }
}
.c-basketTotal__price-wrapper, .c-basketTotal__coupon-wrapper {
  padding: 25px 35px 35px 35px;
  background-color: #f6f6f6;
  border: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  .c-basketTotal__price-wrapper, .c-basketTotal__coupon-wrapper {
    padding: 55px 50px;
  }
}
@media (min-width: 992px) {
  .c-basketTotal__price-wrapper, .c-basketTotal__coupon-wrapper {
    padding: 25px 20px;
  }
}
@media (min-width: 1420px) {
  .c-basketTotal__price-wrapper, .c-basketTotal__coupon-wrapper {
    padding: 55px 50px;
  }
}
.c-basketTotal__container--cart .c-basketTotal__price-wrapper {
  padding: 24px 20px 14px;
}
.c-basketTotal__container--cart .c-basketTotal__coupon-wrapper {
  padding: 20px;
}
@media (min-width: 1420px) {
  .c-basketTotal__container--cart .c-basketTotal__price-wrapper {
    padding: 42px 62px 26px;
  }
  .c-basketTotal__container--cart .c-basketTotal__coupon-wrapper {
    padding: 36px 62px;
  }
}
.c-basketTotal__coupon-wrapper {
  margin-top: 16px;
}
.c-basketTotal__coupon-btn {
  width: 100%;
  height: 34px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}
.c-basketTotal__arr {
  display: inline-block;
  background: url("/Assets/images/angle-arrow-down.svg") no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-left: auto;
}
[aria-expanded=true] .c-basketTotal__arr {
  transform: rotate(180deg);
}
.c-basketTotal__coupon-field {
  border: 1px solid #707070;
}
.c-basketTotal__coupon-form {
  display: none;
  padding: 6px 16px 22px;
}
[aria-expanded=true] + .c-basketTotal__coupon-form {
  display: flex;
}
.c-basketTotal__coupon-form .a-btnSubmit {
  flex: 0 0 auto;
}
.c-basketTotal__coupon-form .form__inpt {
  width: 100%;
  margin-top: 0;
  display: flex;
  height: 30px;
}
.c-basketTotal__coupon-form .form__inpt__lab {
  display: none;
}
.c-basketTotal__coupon-form .form__inpt__in {
  border: 1px solid #9d9d9d;
  background-color: #fff;
  font-size: 21px;
}
.c-basketTotal__coupon-form .form__inpt__in[disabled] {
  background-color: transparent;
}
.c-basketTotal__coupon-form .form__inpt .error {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(130%);
}
@media (min-width: 992px) {
  .c-basketTotal__coupon-btn {
    height: 59px;
    font-size: 2rem;
    padding-left: 26px;
    padding-right: 26px;
  }
  .c-basketTotal__coupon-field {
    border-width: 2px;
  }
  .c-basketTotal__coupon-form {
    padding: 11px 26px 32px;
  }
  .c-basketTotal__coupon-form .form__inpt {
    height: 54px;
  }
  .c-basketTotal__coupon-form .a-btnSubmit {
    font-size: 2rem;
    padding-left: 26px;
    padding-right: 26px;
  }
  .c-basketTotal__arr {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}
.c-basketTotal__coupon-title {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-wrap: wrap;
}
.c-basketTotal__coupon-title span {
  color: #d91515;
}
.c-basketTotal__text {
  text-align: right;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 16px;
}
.c-basketTotal__text-total {
  font-size: 1.8rem;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .c-basketTotal__text-total {
    margin-top: 16px;
    margin-bottom: 0px;
    float: left;
  }
}
.c-basketTotal__amount {
  font-size: 3.6rem;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .c-basketTotal__amount {
    font-size: 3rem;
    line-height: 30px;
  }
}
@media (min-width: 1420px) {
  .c-basketTotal__amount {
    font-size: 3.6rem;
    line-height: 36px;
  }
}
.c-basketTotal__info {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.c-basketTotal__message {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.c-basketTotal__safe {
  color: #b31764;
  margin-top: 24px;
  display: flex;
  gap: 8px;
  justify-content: end;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-basketTotal__safe {
    margin-top: 35px;
  }
}
.c-basketTotal__safe-amount {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.c-basketTotal .a-btnSubmit:not(.a-btnSubmit--small) {
  font-size: 1.7rem;
  line-height: 17px;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  transition: opacity 0.2s linear;
}
.c-basketTotal .a-btnSubmit:not(.a-btnSubmit--small).loading:after, .c-basketTotal .a-btnSubmit:not(.a-btnSubmit--small).working:after {
  border-width: 4px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  left: 15px;
}
.c-basketTotal .a-btnSubmit--disabled {
  opacity: 0.12;
  cursor: auto;
}
.c-basketTotal__btnmsg {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 20px;
}
@media (min-width: 1420px) {
  .c-basketTotal__btnmsg {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  body.m-overlay-present .c-basketTotal__container {
    margin-left: -8px;
  }
}
@media (min-width: 992px) {
  body.m-overlay-present .c-basketTotal__container--position {
    margin-left: 0;
  }
}

.hoverAvailable .c-basketTotal .a-btnSubmit--disabled:hover:before {
  width: 0;
}

.c-app-container {
  overflow: hidden;
  min-height: calc(100vh - 82px);
}
@media (min-width: 1420px) {
  .c-app-container {
    min-height: calc(100vh - 337px);
  }
}
@media (min-width: 1420px) {
  .c-app-container--eshop {
    min-height: calc(100vh - 227px);
  }
}

.m-header-eshop {
  background-color: #131313;
  color: #fff;
  font-size: 1.6rem;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 24px 0px;
}
@media (min-width: 375px) {
  .m-header-eshop {
    padding: 24px 10px;
  }
}
@media (min-width: 768px) {
  .m-header-eshop {
    padding: 24px 30px;
    font-size: 3rem;
    line-height: 30px;
    padding: 26px 30px;
  }
}
.m-header-eshop span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-steps {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .m-steps {
    padding-top: 35px;
  }
}
.m-steps--active1 .m-steps__step--1 {
  border-bottom: 2px solid #b31764;
  color: #b31764;
}
.m-steps--active1 .m-steps__step--1 span {
  background-image: url("/Assets/images/icon-delivery-active.svg");
}
.m-steps--active2 .m-steps__step--1 span {
  background-image: url("/Assets/images/icon-delivery-active.svg");
}
.m-steps--active2 .m-steps__step--2 {
  border-bottom: 2px solid #b31764;
}
.m-steps--active2 .m-steps__step--2 span {
  background-image: url("/Assets/images/icon-payment-active.svg");
}
.m-steps--active2 .m-steps__step--1,
.m-steps--active2 .m-steps__step--2 {
  color: #b31764;
}
.m-steps--active3 .m-steps__step--1 span {
  background-image: url("/Assets/images/icon-delivery-active.svg");
}
.m-steps--active3 .m-steps__step--2 span {
  background-image: url("/Assets/images/icon-payment-active.svg");
}
.m-steps--active3 .m-steps__step--3 {
  border-bottom: 2px solid #b31764;
}
.m-steps--active3 .m-steps__step--3 span {
  background-image: url("/Assets/images/icon-sum-active.svg");
}
.m-steps--active3 .m-steps__step:not(:last-of-type) {
  color: #b31764;
}
.m-steps--active4 .m-steps__step--1 span {
  background-image: url("/Assets/images/icon-delivery-active.svg");
}
.m-steps--active4 .m-steps__step--2 span {
  background-image: url("/Assets/images/icon-payment-active.svg");
}
.m-steps--active4 .m-steps__step--3 span {
  background-image: url("/Assets/images/icon-sum-active.svg");
}
.m-steps--active4 .m-steps__step--4 {
  border-bottom: 2px solid #b31764;
}
.m-steps--active4 .m-steps__step--4 span {
  background-image: url("/Assets/images/icon-ready-active.svg");
}
.m-steps--active4 .m-steps__failed span {
  background-image: url("/Assets/images/icon-failed-active.svg");
}
.m-steps--active4 .m-steps__processing span {
  background-image: url("/Assets/images/processing-icon.svg");
  width: 60px;
  background-size: contain;
}
.m-steps--active4 .m-steps__step {
  color: #b31764;
}
.m-steps__step {
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  margin: 0 7px;
  position: relative;
}
@media (min-width: 768px) {
  .m-steps__step {
    margin: 0 25px;
    padding-bottom: 35px;
  }
}
.m-steps__step:after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #b31764;
  bottom: 0;
}
.m-steps__step span {
  height: 60px;
}
.m-steps__step--1 {
  margin-left: 20px;
}
.m-steps__step--1 span {
  background: url("/Assets/images/icon-delivery.svg") no-repeat center;
  width: 52px;
  background-size: 52px 38px;
}
.m-steps__step--2 span {
  background: url("/Assets/images/icon-payment.svg") no-repeat center;
  width: 46px;
  background-size: 46px 41px;
}
.m-steps__step--3 span {
  background: url("/Assets/images/icon-sum.svg") no-repeat center;
  width: 31px;
  background-size: 31px 34px;
}
.m-steps__step--4 {
  margin-right: 20px;
}
.m-steps__step--4 span {
  background: url("/Assets/images/icon-ready.svg") no-repeat center;
  width: 36px;
  background-size: 36px 36px;
}
.m-steps__txt {
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 340px) {
  .m-steps__txt {
    font-size: 12px;
  }
}
.m-steps__floating-btn {
  position: absolute;
  font-size: 1.6rem;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.hoverAvailable .m-steps__floating-btn:hover {
  border-color: transparent;
  color: #b31764;
}

.m-steps__floating-btn ~ .m-steps__step {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .m-steps__floating-btn {
    margin-top: 30px;
    left: 50%;
    margin-left: -510px;
  }
  .m-steps__floating-btn ~ .m-steps__step {
    margin-top: 0;
  }
}
@media (min-width: 1420px) {
  .m-steps__floating-btn {
    margin-left: -685px;
  }
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-footer-eshop {
  background-color: #eaeaea;
}
.m-footer-eshop .m-basket__footer {
  padding: 32px 32px 52px 32px;
}
@media (min-width: 1200px) {
  .m-footer-eshop .m-basket__footer {
    margin-bottom: 0;
    padding: 55px 20px;
    align-items: center;
  }
}
@media (min-width: 1420px) {
  .m-footer-eshop .m-basket__footer {
    padding: 55px 0px;
  }
}
@media (min-width: 1420px) {
  .m-footer-eshop .m-basket__footer-hdr {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.m-footer-eshop .m-basket__contact-container {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .m-footer-eshop .m-basket__contact-container {
    margin-bottom: 0;
  }
}
@media (min-width: 1420px) {
  .m-footer-eshop .m-basket__contact-container {
    display: flex;
    align-items: center;
  }
}
.m-footer-eshop .m-basket__payment-container {
  margin-bottom: 0;
}
.m-footer-eshop .m-basket__logos {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 2;
}
@media (min-width: 1200px) {
  .m-footer-eshop .m-basket__logos {
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.3;
    flex-direction: row;
  }
  .m-footer-eshop .m-basket__logos a {
    position: relative;
    padding: 0 24px 0 23px;
  }
  .m-footer-eshop .m-basket__logos a:last-of-type {
    padding-right: 0;
  }
  .m-footer-eshop .m-basket__logos a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    height: 15px;
    border-left: 1px solid #000;
  }
  .m-footer-eshop .m-basket__logos a:last-of-type:after {
    display: none;
  }
}
