@charset "UTF-8";
/* SYNERISE RECOMMENDERS */
#snr-product {
  display: none;
}

.snr-parent {
  overflow: auto;
}
.snr-parent--no-scroll {
  overflow: hidden;
}

.snr-product-slider {
  margin-bottom: 10px;
}
.snr-product-slider--with-padding {
  padding-right: 16px;
}
.snr-product-slider--with-padding::after {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  background: #E5E5E5;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .snr-product-slider--with-padding {
    padding-right: 0px;
  }
  .snr-product-slider--with-padding::after {
    display: none;
  }
}
.snr-product-slider .swiper-wrapper {
  height: auto;
}
.snr-product-slider__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 30px;
  display: block;
}
.snr-product-slider__title--no-margin-top {
  margin-top: unset;
}
.snr-product-slider__title--small-margin-bottom {
  margin-bottom: 16px;
}
.snr-product-slider__title--under-attributes {
  margin-bottom: 16px;
  margin-top: unset;
}
.snr-product-slider__title--centered {
  text-align: center;
}
.snr-product-slider__title--font-default {
  font-weight: unset;
}
.snr-product-slider__prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  border-radius: 50% !important;
  background-color: #242424;
  z-index: 3;
  transition: all 0.2s ease-in;
  opacity: 1;
  cursor: pointer;
  margin-top: -60px;
}
.snr-product-slider__prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.snr-product-slider__prev:hover {
  background-color: rgba(127, 127, 127, 0.8);
}
.snr-product-slider__prev::after {
  content: "";
  position: relative;
  left: 1px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: #ffffff;
  transform: rotate(315deg);
  width: 4px;
  height: 4px;
  display: block;
}
.snr-product-slider__next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  border-radius: 50% !important;
  background-color: #242424;
  z-index: 3;
  transition: all 0.2s ease-in;
  opacity: 1;
  cursor: pointer;
  margin-top: -60px;
}
.snr-product-slider__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.snr-product-slider__next:hover {
  background-color: rgba(127, 127, 127, 0.8);
}
.snr-product-slider__next::after {
  content: "";
  position: relative;
  left: -1px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #ffffff;
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  display: block;
}

.snr-recommendations {
  position: relative;
  min-height: 399px;
}
@media screen and (max-width: 640px) {
  .snr-recommendations {
    min-height: 407px;
  }
}
@media screen and (max-width: 480px) {
  .snr-recommendations {
    min-height: 423px;
  }
}
.snr-recommendations--cart {
  min-height: 368px;
}
.snr-recommendations--with-margin {
  margin-bottom: 20px;
}
.snr-recommendations--with-margin-under-attributes {
  margin-bottom: 20px;
}
.snr-recommendations--basket-type {
  margin-bottom: 16px;
}
.snr-recommendations--with-margin-top {
  margin-top: 40px;
}
.snr-recommendations--with-margin-big {
  margin-bottom: 40px;
}
.snr-recommendations--with-margin-bottom-big {
  margin-bottom: 80px;
}
.snr-recommendations--product-card {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .snr-recommendations--product-card {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .snr-recommendations--desktop {
    display: none;
  }
}
.snr-recommendations--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .snr-recommendations--mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .snr-recommendations--cart {
    background: #E5E5E5;
    margin-bottom: 0px;
    padding: 0px 16px 16px 16px;
    border-radius: unset;
  }
}
.snr-recommendations--basket-popup {
  padding: 24px;
  border-radius: 15px;
  border: 2px solid #F9F9F9;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .snr-recommendations--basket-popup {
    padding-bottom: 16px;
  }
}
.snr-recommendations--under-attributes {
  padding: 32px;
  border-radius: 15px;
  border: 2px solid #F9F9F9;
}
@media screen and (max-width: 768px) {
  .snr-recommendations--under-attributes {
    padding: 22px;
  }
}
.snr-recommendations--active[data-background=true] {
  position: relative;
}
.snr-recommendations--active[data-background=true]::before {
  content: "";
  width: 3840px;
  height: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  background: #F7F5E6;
  z-index: 0;
}
.snr-recommendations--active[data-background=true] .snr-product-slider {
  background: #ffffff;
  padding: 12px;
  border-radius: 6px;
}
.snr-recommendations--active[data-background=true] .snr-product-slider__custom-title {
  position: relative;
  z-index: 1;
}
.snr-recommendations__side-wrapper {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .snr-recommendations__side-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.snr-recommendations__overlay {
  opacity: 1;
  position: absolute;
  border-radius: 10px;
  height: 100%;
  left: 15px;
  top: 0px;
  z-index: 6;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  transition: all 0.2s ease-in;
  background: #f4f4f4;
}
.snr-recommendations__overlay--full {
  width: 100%;
  left: 0px;
}
.snr-recommendations--active .snr-recommendations__overlay {
  opacity: 0;
  pointer-events: none;
  height: 365px;
}
.snr-recommendations__wrapper--hotdeals {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .snr-recommendations__wrapper--hotdeals {
    gap: 0px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .snr-recommendations__wrapper--hotdeals {
    flex-direction: column;
  }
}
.snr-recommendations__hotdeals-promo {
  width: 296px;
  border-radius: 6px;
  border: 4px solid var(--snr-hotdeals-bckg-color);
}
@media screen and (max-width: 768px) {
  .snr-recommendations__hotdeals-promo {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 640px) {
  .snr-recommendations__hotdeals-promo {
    width: 100%;
    flex: unset;
  }
}
.snr-recommendations__hotdeals-promo .snr-product__wrapper {
  max-width: unset;
}
.snr-recommendations__hotdeals-promo-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin-right: auto;
  color: var(--snr-hotdeals-bckg-color);
}
.snr-recommendations__hotdeals-promo-top {
  padding: 27px 28px 23px 28px;
  border-bottom: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .snr-recommendations__hotdeals-promo-top {
    padding: 24px;
  }
  .snr-recommendations__hotdeals-promo-top .snr-product {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .snr-recommendations__hotdeals-promo-top {
    padding: 24px;
  }
  .snr-recommendations__hotdeals-promo-top .snr-product {
    max-width: 200px;
  }
}
.snr-recommendations__hotdeals-promo-bottom {
  padding: 12px;
  border-radius: 0px;
  background: var(--snr-hotdeals-bckg-color);
  color: var(--snr-hotdeals-text-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.snr-recommendations__hotdeals-others {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: calc(100% - 320px);
}
@media screen and (max-width: 768px) {
  .snr-recommendations__hotdeals-others {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 640px) {
  .snr-recommendations__hotdeals-others {
    width: 100%;
  }
}
.snr-recommendations__hotdeals-others .snr-product__wrapper {
  max-width: unset;
}
.snr-recommendations__hotdeals-promo-other-title {
  margin-top: 32px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.snr-recommendations__hotdeals-others-products-wrapper {
  width: 100%;
}
.snr-recommendations__hotdeals-promo-timer-text {
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.snr-recommendations__hotdeals-promo-timer-wrapper {
  gap: 3px;
  display: flex;
  align-items: center;
}
.snr-recommendations__hotdeals-promo-timer-box {
  border-radius: 3px;
  background: var(--snr-hotdeals-bckg-timer-color);
  padding: 10px 6px;
  text-align: center;
  font-variant-numeric: tabular-nums lining-nums;
  display: flex;
  align-items: center;
  gap: 0px;
}
.snr-recommendations__hotdeals-promo-timer-box span:first-child {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  font-variant-numeric: tabular-nums lining-nums;
  min-width: 23px;
  overflow: visible;
  display: block;
}
.snr-recommendations__hotdeals-promo-timer-box span:last-child {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%;
}
.snr-recommendations__hotdeals-promo-timer-box-separator {
  color: #431F1F;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 290;
  line-height: 105%;
}
.snr-recommendations__category-recommendation-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .snr-recommendations__category-recommendation-wrapper {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .snr-recommendations__category-recommendation-wrapper {
    grid-template-columns: 1fr;
  }
}
.snr-recommendations__category-recommendation-wrapper .snr-product-slider {
  width: 100%;
}
.snr-recommendations__category-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .snr-recommendations__category-box {
    display: none;
  }
}
.snr-recommendations__category-box--in-slider {
  height: auto !important;
}
.snr-recommendations__category-box-wrapper {
  display: flex;
  width: 100%;
  max-width: 200px;
  background: #F4F4F4;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
  border-radius: 6px;
}
.snr-recommendations__category-box-image {
  max-width: calc(100% - 16px);
  max-height: calc(100% - 60px);
  mix-blend-mode: darken;
}
.snr-recommendations__category-box-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.snr-recommendations__category-link {
  text-decoration: underline;
  font-weight: 600;
  margin-left: 98px;
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .snr-recommendations__category-link {
    margin-left: 36px;
  }
}
@media screen and (max-width: 768px) {
  .snr-recommendations__category-link {
    margin-left: 0px;
  }
}
.snr-recommendations__gallery-recommendation-products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.snr-recommendations__gallery-recommendation-wrapper {
  display: grid;
  grid-template-columns: calc(100% - 532px) 500px;
  gap: 32px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .snr-recommendations__gallery-recommendation-wrapper {
    grid-template-columns: calc(100% - 432px) 400px;
  }
}
@media screen and (max-width: 768px) {
  .snr-recommendations__gallery-recommendation-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 64px;
    align-items: center;
    justify-content: center;
  }
}
.snr-recommendations__gallery-recommendation-wrapper .snr-product-slider {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .snr-recommendations__gallery-recommendation-wrapper .snr-product-slider {
    padding: 0px;
  }
}
.snr-recommendations__gallery-recommendation-wrapper .snr-recommendations__gallery {
  position: relative;
  padding-bottom: 24px;
  width: 100%;
}
.snr-recommendations__gallery-recommendation-wrapper .snr-recommendations__gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.snr-recommendations__gallery-recommendation-wrapper .snr-recommendations__gallery .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.snr-recommendations__gallery-recommendation-wrapper .snr-recommendations__gallery > .swiper-pagination-bullets:not(.product-pins-grid__pagination) {
  display: flex !important;
  position: absolute !important;
  top: 100% !important;
  justify-content: center;
  margin-top: -10px !important;
}
.snr-recommendations__gallery-recommendation-wrapper .snr-recommendations__gallery .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background: #dedee0;
  width: 10px;
  height: 10px;
}
.snr-recommendations__gallery-recommendation-wrapper .snr-recommendations__gallery .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000 !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#snr-product {
  display: none;
}

.snr-product {
  width: 100%;
}
.snr-product--height-auto {
  height: auto;
}
.snr-product__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 215px;
}
.snr-product__wrapper--with-background {
  padding: 16px;
  background: #ffffff;
  border-radius: 6px;
  height: 100%;
  max-width: unset;
}
.snr-product__image-container {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}
.snr-product__image-holder {
  aspect-ratio: 1/1.085;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 6px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.snr-product__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 16px);
  max-height: calc(100% - 60px);
  mix-blend-mode: darken;
}
.snr-product__tag {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #2B2A31;
  text-transform: lowercase;
}
@media (max-width: 480px) {
  .snr-product__tag {
    font-size: 10px;
    line-height: 18px;
  }
}
.snr-product__tag--small {
  font-size: 10px;
}
.snr-product__tag--lowercase {
  text-transform: lowercase;
}
.snr-product__side-tags {
  position: absolute;
  left: 16px;
  top: 23px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-direction: column;
}
.snr-product__data-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
  min-height: 18px;
}
.snr-product__ratings {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  min-height: 10px;
  max-height: 10px;
}
.snr-product__ratings--small {
  gap: 4px;
}
.snr-product__rating-stars {
  line-height: 1;
  display: flex;
}
.snr-product__rating-stars i {
  color: #f8c414;
  font-size: 11px;
  line-height: 1;
}
.snr-product__rating-stars i.fa-star-inactive {
  color: #d9d9d9;
}
.snr-product__rating-stars i:first-child::before {
  margin-left: 0px;
}
.snr-product__rating-stars[data-stars="1"] i:not(:first-child) {
  color: #d9d9d9;
}
.snr-product__rating-stars[data-stars="2"] i:nth-child(n+3) {
  color: #d9d9d9;
}
.snr-product__rating-stars[data-stars="3"] i:nth-child(n+4) {
  color: #d9d9d9;
}
.snr-product__rating-stars[data-stars="4"] i:nth-child(n+5) {
  color: #d9d9d9;
}
.snr-product__rating-stars--small i {
  font-size: 10px;
}
.snr-product__rating-stars--small i::before {
  margin-right: unset;
  width: 0.9em;
}
.snr-product__rating-avg {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}
.snr-product__rating-avg--small {
  font-size: 10px;
}
@media (max-width: 480px) {
  .snr-product__rating-avg {
    font-size: 10px;
    line-height: 18px;
  }
}
.snr-product__discount-percent {
  background: #ffffff;
  border-radius: 14px 0px 0px 14px;
  font-size: 14px;
  color: #000000;
  padding: 4px 8px 4px 10px;
  font-weight: normal;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 25px;
  right: 0px;
  font-size: 14px;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 680px) {
  .snr-product__discount-percent {
    font-size: 11px;
  }
}
.snr-product__title {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 39px;
}
.snr-product__price-default {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  white-space: pre-wrap;
}
.snr-product__price-old {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 105%;
  text-decoration: line-through;
  color: #707070;
  white-space: pre-wrap;
  display: none;
}
.snr-product__price-old--small {
  font-size: 11px;
}
.snr-product__price-with-title {
  text-decoration: unset;
}
.snr-product__prices {
  display: flex;
  align-items: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}
.snr-product__prices--promo .snr-product__price-old {
  display: block;
}
.snr-product__prices--promo .snr-product__price-default--red {
  color: #EB1C24;
}
.snr-product__price-info {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  margin-top: 8px;
}
.snr-product__price-info--small {
  font-size: 11px;
}
@media (max-width: 480px) {
  .snr-product__price-info {
    font-size: 11px;
  }
}
.snr-product__delivery-info {
  margin-top: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  color: #183256;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.snr-product__delivery-info--small {
  font-size: 10px;
}
.snr-product__delivery-info--small svg {
  max-width: 30px;
}
.snr-product__wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: unset;
  justify-content: center;
}
.snr-product__wishlist svg {
  max-width: 100%;
  max-height: 100%;
}
.snr-product__wishlist.is-added {
  background: #f58569;
}
.snr-product__wishlist.is-added:hover {
  border: 2px solid #f58569;
}
.snr-product__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: unset;
  padding: 4px;
  transition: all 0.2s;
  border: 1px solid transparent;
}
@media (max-width: 680px) {
  .snr-product__button {
    width: 32px;
    height: 32px;
  }
}
.snr-product__button svg {
  max-width: 100%;
  max-height: 100%;
}
.snr-product__button.is-added {
  background: #f58569;
}
.snr-product__button.is-added:hover {
  border: 2px solid #f58569;
}
.snr-product__button--cart {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.snr-product__promotion-box {
  font-size: 12px;
  padding: 10px 16px;
  min-height: 25px;
  border-radius: 6px;
  background: #F4F4F4;
  border-top: 2px solid #ffffff;
  margin-top: -15px;
  position: relative;
  margin-bottom: 4px;
}
.snr-product__promotion-box-title {
  font-weight: bold;
}
.snr-product__promotion-box-chart {
  background: #D1D7E5;
  height: 5px;
  margin: 10px 0;
  border-radius: 15px;
  width: 100%;
  position: relative;
}
.snr-product__promotion-box-chart-color {
  position: absolute;
  height: 5px;
  border-radius: 15px;
}
.snr-product .listing-promotion-blue-full.snr-product__promotion-box .snr-product__promotion-box-chart-color {
  background: #1662F8;
  width: 100%;
}
.snr-product .listing-promotion-blue.snr-product__promotion-box .snr-product__promotion-box-chart-color {
  background: #1662F8;
  width: 75%;
}
.snr-product .listing-promotion-orange.snr-product__promotion-box .snr-product__promotion-box-chart-color {
  background: #F83516;
  width: 50%;
}
.snr-product .listing-promotion-red.snr-product__promotion-box .snr-product__promotion-box-chart-color {
  background: #F81414;
  width: 25%;
}
.snr-product__success-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 7px;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  border-radius: 25px;
  max-width: 90%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  width: 100%;
  display: none;
}
.snr-product__success-info.is-active {
  display: block;
}
.snr-product__error-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 7px;
  background: rgba(251, 0, 0, 0.9);
  color: #ffffff;
  border-radius: 25px;
  max-width: 90%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  width: 100%;
  display: none;
}
.snr-product__error-info.is-active {
  display: block;
}

.snr-slider-title-hidden {
  display: none;
}

.snr-search-similar {
  margin-bottom: 45px;
  display: none;
  overflow-x: auto;
}
@media (max-width: 600px) {
  .snr-search-similar {
    margin-top: 12px;
  }
}
.snr-search-similar.is-active {
  display: block;
}
.snr-search-similar__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  border-radius: 100px;
  padding: 15px;
  list-style: none;
  background-color: #EFEFEF;
  width: max-content;
}
.snr-search-similar__title {
  color: #707070;
  font-size: 12px;
  padding-left: 10px;
  letter-spacing: -0.3px;
}
.snr-search-similar__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  row-gap: 8px;
}
.snr-search-similar__element {
  font-weight: 400;
  cursor: pointer;
  flex: none;
}

/* RESET CSS POCZĄTEK*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  font-family: inherit;
}
button:hover {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
}

a {
  font-weight: inherit;
  text-decoration: none;
}

button:focus,
input:focus {
  border: 0;
}

img {
  max-width: 100%;
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:root {
  --mouse-x: 0px;
  --mouse-y: 0px;
}

/* REST CSS KONIEC */
#Banner_new .swiper-wrapper {
  height: auto;
}

/* BOOTSTRAP POCZĄTEK */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 600px) {
  html.menu-overflow-hidden {
    overflow-y: hidden;
  }
}

/* BOOTSTRAP KONIEC */
/* NOWY HEADER POCZĄTEK */
@media (min-width: 601px) {
  .scrollbar-custom::-webkit-scrollbar {
    width: 12px;
  }
  .scrollbar-custom::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 20px;
  }
  .scrollbar-custom::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 20px;
    width: 5px;
    border: 2.5px solid #ffffff;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2.5px solid rgba(0, 0, 0, 0.05);
  border-right: 2.5px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2.5px solid rgba(0, 0, 0, 0.05);
  border-left: 3px solid #1D1D1B;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[data-modal] {
  cursor: pointer;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.fancybox__thumbs {
  display: none !important;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

*:focus:not(:active) {
  outline: 3px solid #2B24F6 !important;
}

#header {
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.15s ease-out;
  will-change: transform;
}
#header img,
#header svg {
  max-width: 100%;
}
#header.hide-content-scroll-bottom {
  transition: transform 0.15s ease-in;
  border-bottom: 2px solid #1D1D1B;
}
#header.hide-content-scroll-bottom--no-transition {
  border-bottom: 2px solid #1D1D1B;
}
@media screen and (max-width: 767px) {
  #header {
    position: absolute;
    transition: unset;
  }
  #header.fixed {
    position: fixed;
  }
}

#logo {
  width: 145px;
  margin-right: 30px;
  flex-shrink: 0;
}
#logo h1 {
  font-size: 0px;
  height: 0;
}
#logo svg {
  fill: #000000;
  max-height: 100%;
}
@media (max-width: 1100px) {
  #logo {
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  #logo {
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  #logo {
    margin-right: auto;
    height: 26px;
    overflow: hidden;
    width: 125px;
  }
  #logo svg {
    position: relative;
  }
}
@media (max-width: 420px) {
  #logo {
    width: 92px;
  }
}

.header-top-content {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  padding: 12.5px 0 0;
  position: relative;
}
@media (max-width: 992px) {
  .header-top-content {
    margin: 0;
    flex-wrap: wrap;
    padding: 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header-top-content {
    padding: 10px 0;
  }
}

#search-top {
  flex: 1;
  margin-right: 30px;
  list-style: none;
}
#search-top .loader {
  position: absolute;
  top: 13.5px;
  right: 65px;
  display: none !important;
}
header.elastic-enable #search-top #search-top {
  padding-bottom: 20px;
}
header.elastic-enable #search-top .search-top-hints {
  visibility: visible;
  opacity: 1;
}
#search-top.loading .loader {
  opacity: 1;
  visibility: visible;
}
#search-top .loader {
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
}
@media (max-width: 1100px) {
  #search-top {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  #search-top {
    flex: 1;
  }
}
@media (max-width: 992px) {
  #search-top {
    order: 10;
    flex: 1 100%;
    width: auto;
    height: auto;
    overflow: visible;
  }
  #search-top .search-top-wrapper {
    width: 100%;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  #search-top {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    margin-top: 0;
  }
  #search-top .search-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  #search-top .search-top-wrapper form {
    width: 100%;
  }
  #search-top .search-top-wrapper.is-not-scrolled .header-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #search-top {
    order: 0;
    flex: 1;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.search-top-hint-title {
  color: #888;
  margin-bottom: 10px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #dddddd;
}

.search-top-hints-content {
  max-height: calc(100vh - 380px);
  overflow-y: auto;
}
.search-top-hints-content ul {
  margin-bottom: 15px;
}
.search-top-hints-content ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .search-top-hints-content {
    max-height: 350px;
  }
}

.search-top-remove {
  display: block;
  border: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 0;
  transition: all 0.15s;
}
.search-top-remove:before {
  width: 20px;
  height: 20px;
  background: url("../images/close_app_w.png?v01") no-repeat center center, url("../images/close_app_w.png?v01") no-repeat center center, url("../images/close_app_w.png?v01") no-repeat center center;
  background-color: #828282;
  background-size: 8px;
  border-radius: 50%;
  content: "";
}
.search-has-string .search-top-remove {
  opacity: 1;
}
@media (max-width: 992px) {
  .search-top-remove {
    height: 42px;
  }
}

.search-top-hints {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  background: #fff;
  left: 0;
  right: 0;
  top: 15px;
  padding: 45px 10px 20px 25px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.0588235294);
  transition: box-shadow 0.1s;
  border-radius: 22.5px;
  overflow: hidden;
}
.search-top-hints:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background: #fff;
  display: block;
}
.search-top-hints li {
  width: calc(100% - 15px);
}
.search-top-hints li span {
  font-weight: 400;
  color: #b5b5b5;
}
.search-top-hints li a {
  padding: 10px 0;
  transition: all 0.2s;
  display: block;
  border-radius: 25px;
}
.search-top-hints li a:hover {
  padding: 10px 15px;
  background: #f4f4f4;
}
#header.writing .search-top-hints {
  height: auto;
  max-height: 450px;
  overflow-y: auto;
  position: absolute;
  background: #ffffff;
  opacity: 1;
  left: 1px;
  right: 1px;
  top: 20px;
  z-index: -1;
  padding-top: 30px;
  border-radius: 0 0 25px 25px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .search-top-hints {
    padding: 30px 15px 20px;
    left: 0px;
    right: 0px;
    border-radius: 0 0 4px 4px;
  }
  .search-top-hints li {
    width: 100%;
  }
}

.search-top-wrapper {
  transition: all 0.2s;
  position: relative;
  z-index: 2;
}
.search-top-wrapper form {
  position: relative;
}
.search-top-wrapper input[type=search] {
  border-radius: 50px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 45px;
  background: #ffffff;
  border: 2px solid #F58569;
  line-height: 45px;
  font-weight: 500;
  font-size: 12px;
  background: #ffffff;
  font-style: normal;
  font-weight: normal;
  color: #2B2A31;
}
.search-focus .search-top-wrapper input[type=search] {
  border: 2px solid #F58569;
  background: #ffffff;
}
.search-focus .search-top-wrapper input[type=search]::placeholder {
  color: transparent;
  transition: color 0.3s;
}
.search-top-wrapper input[type=search].main-search-input-black {
  border: 1px solid #000000;
}
.search-top-wrapper input[type=search].main-search-input-black.search-focus {
  border: 2px solid #000000;
}
.search-top-wrapper input[type=search]::placeholder {
  transition: color 0.3s;
  color: #2B2A31;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
}
#header.input-changing .search-top-wrapper input[type=search]::placeholder {
  opacity: 0;
  transition: opacity 0.35s;
}
#header .search-top-wrapper .search-top-wrapper input[type=search]::placeholder {
  opacity: 1;
  transition: opacity 0.35s;
}
@media (max-width: 600px) {
  .search-top-wrapper input[type=search] {
    border-radius: 40px;
    box-shadow: none;
    padding-left: 15px;
  }
}
.search-top-wrapper button[type=submit] {
  background: none;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 35px;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  right: 45px;
  opacity: 0;
  transition: all 0.15s ease-in;
}
.search-has-string .search-top-wrapper button[type=submit] {
  right: 45px;
  opacity: 1;
}
.search-predefined .search-top-wrapper button[type=submit] {
  display: none !important;
}
@media (max-width: 992px) {
  .search-top-wrapper button[type=submit] {
    right: 5px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    top: 0.5px;
    font-size: 19px;
    transition: all 0.2s;
  }
  .elastic-enable .loading .search-top-wrapper button[type=submit] {
    opacity: 0;
  }
  .elastic-enable .search-top-wrapper button[type=submit] {
    transition: all 0.2s;
  }
}
@media (max-width: 600px) {
  .elastic-enable .search-top-wrapper button[type=submit] {
    transition: all 0.2s;
  }
}
.search-top-wrapper .ajax-loader {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 65px;
}
@media (min-width: 992px) {
  .search-top-wrapper:hover {
    transition: all 0.3s;
  }
}
.search-top-wrapper .disable-search-top {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 0;
  align-items: center;
  justify-content: center;
  background: none;
  right: 15px;
  top: 0;
}
.search-top-wrapper .disable-search-top svg {
  display: inherit;
  width: 13px;
}
@media (max-width: 992px) {
  .search-top-wrapper .disable-search-top {
    display: flex;
  }
}
@media (max-width: 600px) {
  .search-top-wrapper .disable-search-top {
    display: none;
  }
}
@media (max-width: 992px) {
  .search-top-wrapper {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .search-top-wrapper input[type=search] {
    padding: 0 15px 0 45px;
    height: 42px;
  }
}

.search-top-icon-left {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 15px;
}

.header-sites-wrapper .header-contact {
  font-size: 12px;
  align-items: baseline;
}
.header-sites-wrapper .header-contact button,
.header-sites-wrapper .header-contact a {
  font-weight: bold;
  font-weight: normal;
  color: #000000;
  height: 35px;
  line-height: 35px;
}
.header-sites-wrapper .header-tel i {
  top: 0;
}
.header-sites-wrapper .header-tel:after {
  opacity: 0.2;
}
.header-sites-wrapper .header-contact-popup-button {
  text-transform: none;
}

.header-contact {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-right: 30px;
  padding: 0 25px;
  border-radius: 60px;
  border: 1px solid #dddddd;
  position: relative;
}
.header-contact * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  .header-contact {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .header-contact {
    padding: 0;
    border: 0;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .header-contact {
    display: none;
  }
}

.header-tel {
  padding-right: 25px;
  display: inline-flex;
  align-items: center;
  height: 42px;
  line-height: 42px;
  border-radius: 50px;
  border-right: 1px solid #dddddd;
  margin-right: -12.5px;
}
.header-tel:after {
  height: 20px;
  background: #f3f3f3;
  margin-left: 10px;
  width: 1px;
  display: block;
}
.header-tel i,
.header-tel svg {
  margin-right: 5px;
  position: relative;
  top: 1px;
  background: #f81515;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.header-tel i:before,
.header-tel svg:before {
  line-height: inherit !important;
}
.header-tel svg {
  background: transparent;
}
.header-tel svg * {
  stroke: #f81515 !important;
}
@media (max-width: 1024px) {
  .header-tel {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 0;
    display: block;
    padding: 0;
    line-height: 44px;
    margin-right: 15px;
  }
  .header-tel span {
    display: none;
  }
  .header-tel i {
    background: none;
    color: #f81515;
    margin: 0;
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
    font-size: 23.5px;
    text-shadow: -1.5px -1px 0 #e41f22, 1.2px -1.5px 0 #e41f22, -1px 1.2px 0 #e41f22, 1px 0.5px 1px #e41f22;
  }
}

.header-tel-title {
  position: absolute;
  top: 0;
  left: 0px;
  line-height: normal;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  transform: translatey(-50%);
}
@media (max-width: 1024px) {
  .header-tel-title {
    display: none;
  }
}

.menu-hover-wrapper {
  position: relative;
}
.menu-hover-wrapper:hover, .menu-hover-wrapper.toggled {
  z-index: 2;
}
.menu-hover-wrapper:hover:before, .menu-hover-wrapper.toggled:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: transparent;
}
.menu-hover-wrapper:hover .menu-hover, .menu-hover-wrapper.toggled .menu-hover {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.menu-hover {
  transition: opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 10px 7px -10px rgba(0, 0, 0, 0.3);
}
.menu-hover ul {
  padding: 5px 0;
  border-radius: 6px;
}
.menu-hover button,
.menu-hover a {
  background: none;
  border: 0;
  display: block;
  padding: 0;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0 25px;
  background-color: #ffffff;
}
.menu-hover button:hover,
.menu-hover a:hover {
  background-color: #dddddd;
  transition: background-color 0.2s;
}
.menu-hover button:hover i,
.menu-hover button:hover svg,
.menu-hover a:hover i,
.menu-hover a:hover svg {
  color: #f81515;
  fill: #f81515;
}

.small-menu-hover .menu-hover-wrapper .menu-hover a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}
.small-menu-hover.menu-hover-overflow-hidden .menu-hover {
  max-height: 180px;
  overflow-y: auto;
}

.small-menu-hover.menu-hover-overflow-hidden .menu-hover::-webkit-scrollbar-thumb {
  border: 3px solid #ffffff;
}

.header-login {
  border: 0;
  background: none;
  padding: 0;
  margin-right: 20px;
}
@media (max-width: 1100px) {
  .header-login {
    margin-right: 15px;
  }
}
@media (max-width: 500px) {
  .header-login {
    margin-right: 15px;
  }
}
.header-login svg {
  stroke: #f81515;
  fill: none;
  width: 35px;
}
.header-login svg:nth-child(2) {
  left: calc(50% - 0.2px);
}
.header-login--black svg {
  stroke: unset !important;
  width: unset !important;
}

.header-contact-popup-button {
  background: none;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  border: 0;
  padding: 0 0 0 25px;
}
body.poland .header-contact-popup-button {
  padding-left: 0;
}
.header-contact-popup-button:hover {
  cursor: pointer;
}
.header-contact-popup-button i {
  color: #f81515;
  font-size: 21px;
  display: none;
}
.header-contact-popup-button i.fa-mail-alt {
  font-size: 18px;
  position: relative;
  top: 1.5px;
  margin-right: 8px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .header-contact-popup-button {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    padding-left: 0;
    margin-right: 15px;
  }
  .header-contact-popup-button span {
    display: none;
  }
  .header-contact-popup-button i {
    display: inline-block;
  }
  .header-contact-popup-button i.fa-mail-alt {
    display: none;
  }
}

form:focus {
  outline: 0;
}

.header-wishlist {
  margin-right: 20px;
}
.header-wishlist i,
.header-wishlist svg {
  font-size: 22px;
  position: relative;
  bottom: -1px;
  width: 35px;
  fill: #f81515;
}
.header-wishlist--black svg {
  fill: unset !important;
  width: unset !important;
}
@media (max-width: 1100px) {
  .header-wishlist {
    margin-right: 15px;
  }
}

.wishlist-count,
.basket-count {
  background: #1d1d1b;
  color: #ffffff;
  text-align: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  line-height: 15px;
  font-size: 9px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  font-weight: bold;
}

.wishlist-count {
  display: none;
}
.wishlist-count.is-active {
  display: block;
}

.header-login,
.header-wishlist,
.header-basket:not(.custom) {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.header-login.box-shadow,
.header-wishlist.box-shadow,
.header-basket:not(.custom).box-shadow {
  z-index: 3;
  box-shadow: none;
  transition: box-shadow 0.1s;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header-login:hover.box-shadow,
  .header-wishlist:hover.box-shadow,
  .header-basket:not(.custom):hover.box-shadow {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.0588235294);
    transition: box-shadow 0.1s;
  }
}
@media (max-width: 500px) {
  .header-login,
  .header-wishlist,
  .header-basket:not(.custom) {
    margin-right: 15px;
    width: 40px;
  }
}
@media (max-width: 420px) {
  .header-login,
  .header-wishlist,
  .header-basket:not(.custom) {
    margin-right: 10px;
    width: 35px;
  }
}
@media (max-width: 360px) {
  .header-login,
  .header-wishlist,
  .header-basket:not(.custom) {
    margin-right: 5px;
  }
}

.header-basket svg {
  position: relative;
  top: 1px;
  width: 36px;
}
.header-basket--black svg {
  width: unset !important;
}

.header-langs {
  display: none;
}

.search-top-mobile-toggle {
  display: none;
}
@media (min-width: 600px) and (max-width: 992px) {
  .search-top-mobile-toggle {
    border: 0;
    color: #f81515;
    background: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    margin-right: 20px;
  }
  #header.mobile-search-enable .search-top-mobile-toggle {
    display: none;
  }
}

.header-nav {
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  padding: 5px 0 0;
  margin-left: 20px;
  display: none;
}
.header-nav .hamburger {
  padding: 0;
  transform: scaley(0.6) scalex(0.6);
}
.header-nav .hamburger.is-active {
  transform: scale(0.5);
}
@media (max-width: 992px) {
  .header-nav {
    display: block;
    margin-left: 0;
    margin-right: -7px;
  }
}
@media (max-widtH: 600px) {
  .header-nav {
    margin-left: 0;
    margin-right: -7.5px;
  }
}
.header-nav--second {
  display: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header-nav--second {
    display: block;
  }
}

@media (max-width: 600px) {
  #header-top.black {
    background: #000000;
  }
  #header-top.black #logo svg {
    fill: #ffffff;
  }
  #header-top.black .header-nav {
    filter: invert(100%);
  }
}

#header-top {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

#main_menu_wrapper {
  background: #fff;
  position: relative;
}
@media (max-width: 992px) {
  #main_menu_wrapper {
    will-change: transform;
    width: 0;
    overflow: hidden;
    right: 0;
    background: #ffffff;
    position: absolute;
    transform: translatex(0);
    transform: translatex(100%);
    transition: transform 0.2s ease-in;
    padding: 0 0;
    z-index: 3;
    top: 70px;
  }
  #main_menu_wrapper:before {
    content: "";
    position: fixed;
    z-index: 0;
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
  }
  #main_menu_wrapper > .container {
    padding: 0;
  }
  #main_menu_wrapper.navbar-active {
    transform: translate(0);
    width: 100%;
    padding: 0 15px;
    overflow: visible;
  }
  #main_menu_wrapper.navbar-active.submenu-visible {
    transform: translatex(-100%);
    transition: transform 0.3s ease-out;
  }
  #main_menu_wrapper.navbar-active #main_menu .main_submenu {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1360px) {
  #main_menu_wrapper .container {
    padding: 0;
  }
}

#main_menu {
  display: flex;
  justify-content: center;
  position: relative;
  height: 56px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
#main_menu > li {
  position: static;
}
#main_menu > li:before {
  content: "";
  background: #000000;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 993px) and (max-width: 1360px) {
  #main_menu {
    justify-content: space-between;
    padding: 0 20px;
  }
  #main_menu li a, #main_menu button {
    padding: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1140px) {
  #main_menu li a, #main_menu li button {
    font-size: 13px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1023px) {
  #main_menu {
    padding: 0 15px;
  }
}
@media (min-width: 993px) {
  header.menu-active #main_menu {
    border-radius: 0 0;
    transition: border-radius 0s;
  }
  #main_menu > li:hover:not(.no-children).can-immediately-show:before, #main_menu > li.fake-hover:not(.no-children).can-immediately-show:before {
    transition-delay: 0s;
  }
  #main_menu > li:hover:not(.no-children):before, #main_menu > li.fake-hover:not(.no-children):before {
    opacity: 0.8;
    visibility: visible;
    transition-delay: 0.25s;
  }
  #main_menu > li:hover:not(.no-children) .main_menu_button:after, #main_menu > li.fake-hover:not(.no-children) .main_menu_button:after {
    content: "\f107";
  }
}
@media (max-width: 992px) {
  #main_menu {
    flex-direction: column;
    box-shadow: none;
    border: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 0 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #main_menu > li {
    z-index: 0;
    width: 100%;
  }
  #main_menu > li.toggled {
    z-index: 2;
  }
  #main_menu:has(li.toggled) {
    overflow-y: visible;
    overflow-x: visible;
  }
}

.main_menu_button,
.main_menu_button_prev,
.main_menu_button:focus,
.main_menu_button_prev:focus {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 1em;
  line-height: 60px;
  display: block;
  border: 0;
  width: 100%;
  text-align: left;
  background: none;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (min-width: 993px) {
  li:not(.no-children) .main_menu_button:after,
  li:not(.no-children) .main_menu_button_prev:after,
  li:not(.no-children) .main_menu_button:focus:after,
  li:not(.no-children) .main_menu_button_prev:focus:after {
    content: "\f107";
    font-family: fontawesomeselsey;
    text-align: center;
    line-height: 24px;
    margin-left: 8px;
    position: relative;
    font-size: 14px;
  }
}
.main_menu_button:hover,
.main_menu_button_prev:hover,
.main_menu_button:focus:hover,
.main_menu_button_prev:focus:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .main_menu_button,
  .main_menu_button_prev,
  .main_menu_button:focus,
  .main_menu_button_prev:focus {
    padding: 0 0.8em;
  }
}
@media (min-width: 993px) and (max-width: 1023px) {
  .main_menu_button,
  .main_menu_button_prev,
  .main_menu_button:focus,
  .main_menu_button_prev:focus {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .main_menu_button,
  .main_menu_button_prev,
  .main_menu_button:focus,
  .main_menu_button_prev:focus {
    padding: 0;
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid #eeeeee;
    letter-spacing: 0.05em;
    line-height: 50px;
  }
  .main_menu_button:after,
  .main_menu_button_prev:after,
  .main_menu_button:focus:after,
  .main_menu_button_prev:focus:after {
    margin-left: 0;
    content: "\f105";
    font-family: fontawesomeselsey;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 12px;
  }
}

.main_menu_button:after {
  display: inline-block;
  width: auto;
  height: auto;
}

.main_menu_button_prev {
  line-height: 60px;
  height: 60px;
  display: none;
}
@media (max-width: 992px) {
  .main_menu_button_prev {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
  }
  .main_menu_button_prev:after {
    transform: none;
    order: -1;
    content: "\f104";
    margin-right: 5px;
    position: relative;
    right: 0;
    top: 0;
    display: block;
    left: 0px;
    margin-left: 5px;
  }
}

.main_submenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  top: 42px;
  border-radius: 0 0 4px 4px;
  z-index: 2;
  background: #ffffff;
}
@media (min-width: 993px) {
  .main_submenu {
    visibility: hidden;
    display: block;
    opacity: 0;
  }
}
@media (min-width: 993px) {
  .main_submenu {
    border: 1px solid #eee;
    border-top: 0;
    left: 0px;
    right: 0px;
  }
  .main_submenu:before, .main_submenu:after {
    content: "";
    width: 20px;
    height: 30px;
    top: -15px;
    left: -1px;
    z-index: 10;
    display: block;
    background: #ffffff;
    position: absolute;
    border-left: 1px solid #eeeeee;
  }
  .main_submenu:after {
    border-right: 1px solid #eee;
    border-left: 0;
    left: auto;
    right: -1px;
  }
  .main_submenu ul {
    padding: 0 15px;
  }
  #main_menu > li:hover .main_submenu, #main_menu > li.fake-hover .main_submenu {
    visibility: visible;
    transition-delay: 0.25s;
    opacity: 1;
  }
  #main_menu > li.can-immediately-show:hover .main_submenu {
    transition-delay: 0s;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .main_submenu:before, .main_submenu:after {
    content: none;
  }
}
.main_submenu ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
}
.main_submenu ul > li {
  width: calc(12.5% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.main_submenu ul > li.submenu-spacer {
  display: none;
}
.main_submenu ul figure {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 131/118;
  text-align: center;
}
.main_submenu ul figure img {
  width: 90%;
  transform: scale(0.85);
  transition: all 0.2s ease-out;
  border-radius: 8px;
}
.main_submenu ul span {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
}
.main_submenu ul a:hover figure img {
  transform: scale(1);
  transition: all 0.2s ease-in;
}
@media (max-width: 992px) {
  .main_submenu {
    border-radius: 0;
    top: 0;
    z-index: 2;
    transform: translate(100%, 0%);
    padding: 0 15px 0 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main_submenu ul {
    margin-right: -15px;
    overflow-y: auto;
    padding-bottom: 0px;
  }
  .main_submenu ul > li {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .main_submenu ul > li.submenu-spacer {
    display: block;
    width: 100% !important;
    height: 80px;
  }
  #main_menu > li .main_submenu > ul {
    opacity: 0;
    will-change: opacity;
  }
  #main_menu > li.toggled .main_submenu > ul {
    opacity: 1;
    will-change: opacity;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .main_submenu ul > li {
    width: calc(33% - 22px);
  }
}

@keyframes slidedown {
  0% {
    transform: translatey(30%);
  }
  100% {
    transform: translatey(0%);
  }
}
@keyframes slideright {
  0% {
    transform: translatex(30%);
  }
  100% {
    transform: translatex(0%);
  }
}
.submenu-slide-mobile {
  display: none;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
@media (max-width: 992px) {
  .submenu-slide-mobile {
    display: block;
  }
  .disable-slide-mobile .submenu-slide-mobile {
    display: none;
  }
  .main_submenu > .submenu-slide-mobile {
    opacity: 0;
  }
  li.toggled > .main_submenu > .submenu-slide-mobile {
    opacity: 1;
  }
  li.toggled > .main_submenu > .submenu-slide-mobile.hidden {
    opacity: 0;
  }
}
.submenu-slide-mobile:before {
  content: "\f107";
  font-family: fontawesomeselsey;
  font-size: 20px;
  color: #000000;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  border-radius: 50%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.09) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.09) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.09) 100%);
  animation: slidedown 0.7s infinite alternate;
}
.submenu-slide-mobile.right {
  top: 50%;
  transform: translate(0%, -50%);
  left: auto;
  right: 0;
  bottom: auto;
}
.submenu-slide-mobile.right:before {
  content: "\f105";
  animation: slideright 0.7s infinite alternate;
}

#header-bottom {
  margin-top: 3px;
}
@media (max-width: 600px) {
  #header-bottom {
    margin-top: 0;
  }
}

.header-sites {
  background: #000000;
  position: relative;
  z-index: 2;
  color: #fff;
}
.header-sites ul {
  justify-content: flex-end;
  display: flex;
  color: #ffffff;
  color: #000000;
}
.header-sites ul li {
  margin-left: 20px;
}
.header-sites ul li:first-child {
  margin-left: 0;
}
.header-sites ul a {
  color: #fff;
  padding: 0px 0;
  display: block;
  font-size: 13px;
  opacity: 1;
  padding: 6px 0;
}
.header-sites ul a:hover {
  opacity: 1;
}
.header-sites .header-tel i {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .header-sites {
    display: none;
  }
}

.header-custom-info-wrapper {
  background: #f81515;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
}
@media (max-width: 500px) {
  .header-custom-info-wrapper {
    font-size: 11.5px;
  }
}
@media (max-width: 360px) {
  .header-custom-info-wrapper {
    font-size: 11px;
  }
}

.header-sites-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
}

.header-basket.custom {
  justify-content: center;
  padding: 0 0px 0 0;
  flex: none;
  height: 40px;
  width: 40px;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
  box-shadow: unset;
}
.header-basket.custom:before {
  color: #000000;
  font-family: fontawesomeselsey;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .header-basket.custom:hover.box-shadow {
    border-radius: 50%;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.0588235294);
    transition: box-shadow 0.1s;
  }
}
@media (max-width: 992px) {
  .header-basket.custom {
    padding: 0;
    width: 40px;
    justify-content: center;
    margin-right: 15px;
  }
  .header-basket.custom:before {
    content: none;
  }
}
@media (max-width: 992px) {
  .header-basket.custom {
    width: 30px;
  }
}
@media (max-width: 420px) {
  .header-basket.custom {
    width: 35px;
  }
}
@media (max-width: 360px) {
  .header-basket.custom {
    margin-right: 5px;
  }
}

.basket-sum.custom,
.basket-count.custom {
  font-size: 13px;
}

.basket-sum.custom {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .basket-sum.custom {
    display: none;
  }
}

.basket-count.custom {
  left: 0;
  bottom: 0px;
  z-index: 2;
  font-size: 7px;
  display: none;
}
@media (max-width: 992px) {
  .basket-count.custom {
    right: auto;
    left: 0;
  }
}
.basket-count.custom.is-active {
  display: block;
}

/* NOWY HEADER KONIEC */
/* BREADCRUMBS POCZĄTEK */
#breadcrumbs {
  display: flex;
  position: relative;
  z-index: 2;
  font-size: 0.9em;
}
#breadcrumbs > li {
  display: flex;
  align-items: center;
}
#breadcrumbs > li:after {
  content: "\f105";
  font-family: fontawesomeselsey;
  margin: 0 10px;
  transform: scale(1.5);
  color: #1d1d1b;
  font-size: 0.6rem;
}
#breadcrumbs > li .bc-title {
  padding: 10px 0 10px;
  white-space: nowrap;
  z-index: 2;
  position: relative;
  color: #4D4D4D;
}
@media (max-width: 600px) {
  #breadcrumbs > li .bc-title {
    padding: 15px 0;
  }
}
#breadcrumbs > li:last-child:after {
  content: none;
}
#breadcrumbs .menu-hover {
  width: auto;
  left: 0;
  right: auto;
}
@media (max-width: 991px) {
  #breadcrumbs {
    margin-right: -20px;
  }
  #breadcrumbs > li:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  #breadcrumbs {
    align-items: center;
    margin-right: -15px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    color: #000000;
    font-weight: 400;
  }
  #breadcrumbs > li:first-child {
    font-size: 0;
    align-items: center;
  }
  #breadcrumbs > li:first-child a {
    line-height: 1;
  }
  #breadcrumbs > li:first-child a:before {
    content: "\e81b";
    font-family: fontawesomeselsey;
    color: #ddd;
    font-size: 0.9rem;
  }
  #breadcrumbs > li:last-child {
    padding-right: 15px;
  }
}

#breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs-prev {
  align-self: center;
  margin-right: 30px;
}
.breadcrumbs-prev:after {
  content: none !important;
}
.breadcrumbs-prev a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}
.breadcrumbs-prev a:before {
  content: "\f104";
  transform: scale(1.5);
  opacity: 0.2;
  font-family: fontawesomeselsey;
  margin-right: 10px;
}
.breadcrumbs-prev a:hover:before {
  opacity: 1;
}

/* BREADCRUMBS KONIEC */
/* STARY KOD POCZĄTEK */
.colours:not(.sidebar-section) {
  position: relative;
  float: left;
  width: 100%;
  height: 49px !important;
  margin-bottom: 25px;
  font-size: 14px;
  padding: 0;
}
.colours:not(.sidebar-section) .txt {
  display: block;
}

.custom-404 {
  background: url("/magazine/page/images/custom_404.jpg") no-repeat center center;
  width: 100%;
  height: 800px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.custom-404 h1 {
  font-weight: 100;
}
.custom-404 h1 span {
  font-size: 80px;
  letter-spacing: 50px;
  margin-right: -50px;
}
.custom-404 p {
  max-width: 570px;
  font-size: 17px;
  margin-top: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .custom-404 p {
    max-width: 100%;
    padding: 0 30px;
  }
}

.files {
  font-family: "Armata", sans-serif;
  font-size: 12px;
}
.files table {
  width: 550px;
  margin: 10px auto;
}
.files table td {
  height: 40px;
  vertical-align: middle;
}
.files table td:first-child {
  width: 480px;
  padding-left: 20px;
}
.files table td:first-child a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.files table tr {
  border-bottom: 1px solid #E0DFDF;
}
.files table tr:last-child {
  border: 0;
}

.error_description {
  color: #ee352b;
}

.headline-box {
  padding: 25px 0 20px;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 18%;
}
.headline-box.headline-box-listing {
  background: none;
  padding-left: 0;
}

.delete {
  margin: 0 auto;
  display: block;
  width: 13px;
  height: 13px;
}
.delete:before {
  content: "\e807";
  font-family: fontawesomeselsey;
  font-weight: 900;
  color: red;
  font-size: 16px;
}
.delete:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

@media only screen and (max-width: 1300px) {
  .headline-box {
    padding-left: 260px;
  }
}
@media only screen and (max-width: 1200px) {
  .colours .txt {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1150px) {
  .sort-box label {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  #sorting_menu li {
    margin-bottom: 10px;
  }
  .sort-box {
    margin-bottom: -5px;
  }
  .code-box input {
    width: 200px;
  }
  .table-basket tr td:first-child {
    width: 100px;
  }
  .table-basket tr td:first-child img {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 740px) {
  .filters-rwd {
    display: none;
  }
  .headline-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .basket-top {
    padding: 40px 0;
  }
  .basket-top .txt {
    width: 100%;
  }
  .table-basket td {
    padding-left: 0;
    padding-right: 10px;
  }
  .table-basket tr td:first-child img {
    width: 100%;
  }
  .basket-list-1 li {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .data-box {
    width: 100%;
  }
  .w200 {
    width: 100%;
  }
  .link-1-1 {
    float: left;
  }
  .box-1 h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .price-basket .price {
    font-size: 14px;
  }
  .goforward,
  .goback {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .goforward {
    position: relative;
    top: -54px;
  }
  .goback {
    position: relative;
    top: 54px;
  }
  .code-box input {
    width: 100%;
    margin-bottom: 10px;
  }
  .code-box button {
    margin-left: 0;
  }
  .table-data-rwd {
    display: block;
  }
  .td-rwd-hide {
    display: none;
  }
}
.checkbox,
.radio {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #bcbdbd;
  cursor: pointer;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}

.checkbox *,
.radio * {
  display: none;
}

.checkbox.checked:before,
.radio.checked:before {
  content: "\e810";
  font-family: fontawesomeselsey;
  color: red;
}

.delete:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn-4 {
  display: block;
  height: 49px;
  float: left;
  line-height: 51px;
  padding: 0 10px;
  font-size: 19px;
  color: #373737;
  background: #E0DFDF;
  text-align: center;
}
.btn-4:hover {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.form-contact {
  width: 50%;
  border: 1px solid #E0DFDF;
  float: right;
  padding: 20px;
}

.de-cena {
  float: none;
  clear: both;
  font-size: 14px;
}

.d .de-cena {
  display: none;
}

@media (max-width: 500px) {
  .price-basket.b .de-cena {
    display: none;
  }
  .d .de-cena {
    display: block;
  }
}
.button-selsey {
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 20px;
  text-align: justify;
  border-radius: 300px;
  background: #000;
  border: 0;
  position: relative;
  background: #fff;
  margin: 0 auto;
}

.button-selsey {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  border-radius: 300px;
}

.page-content-s {
  clear: both;
}

.master-title {
  font-size: 20px;
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: normal;
}
.master-title.hardest {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.master-title.popup-title {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding-right: 30px;
}
.master-title.normal {
  letter-spacing: 0.3em;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}

h1.master-title {
  font-size: 24px;
}
@media (max-width: 600px) {
  h1.master-title {
    font-size: 16px;
  }
}

::selection {
  background: #8da6d2;
  color: #ffffff;
}

.gradient {
  background: linear-gradient(90deg, #e41f22 0%, #ff0f3c 100%);
  background: -moz-linear-gradient(90deg, #e41f22 0%, #ff0f3c 100%);
  background: -webkit-linear-gradient(90deg, #e41f22 0%, #ff0f3c 100%);
  background: -ms-linear-gradient(90deg, #e41f22 0%, #ff0f3c 100%);
  color: #fff;
}

input {
  font-family: hero-new, sans-serif;
}

html.master-popup-visible {
  overflow: hidden;
}

body {
  font-family: hero-new, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 18px;
  font-weight: normal;
  font-display: swap;
}
body.master-popup-visible {
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1100px) {
  body.custom-view {
    padding-top: 0;
  }
}
body.is-not-scrollable {
  height: 100%;
  overflow-y: hidden !important;
  position: fixed;
  width: 100%;
}

body #livechat-compact-container {
  display: none;
}

@media (min-width: 1100px) {
  body {
    padding-top: 155px;
  }
  body.custom-view {
    padding-top: 0;
  }
}
@keyframes heart {
  0% {
    font-size: 16px;
  }
  100% {
    font-size: 24px;
  }
}
@keyframes resize {
  0% {
    font-size: 16px;
    opacity: 1;
  }
  100% {
    font-size: 48px;
    opacity: 0;
  }
}
/* UNIWERSALNE POCZATĘk */
.shine {
  position: relative;
  overflow: hidden;
}
.shine:focus {
  overflow: hidden;
}
.shine.logo:after {
  background: #fff;
  opacity: 0.4;
}

.shine:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  display: block;
  left: -100%;
  height: 100%;
  transform: translatey(-50%) translatex(0%) rotate(80deg);
  background: #ffec87;
  opacity: 0.3;
}

.shine.shinning:after {
  transform: translatey(-50%) translatex(200%) rotate(80deg);
  transition: all 1s;
}

.shine.logo.shinning:after {
  transform: translatey(-50%) translatex(200%) rotate(80deg);
  transition: all 0.7s;
}

.master-button {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 300px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 20px;
  font-weight: normal;
  font-size: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.master-button:focus, .master-button:target {
  border: 1px solid #e1e1e1;
}
.master-button:hover {
  cursor: pointer;
}

.button-selsey {
  border-radius: 300px;
  text-align: center;
  border: 0;
  height: 42px;
  font-size: 13px;
  line-height: 42px;
  padding: 0 30px;
  color: #fff;
  display: inline-block;
  background: #DAA520;
  text-transform: uppercase;
  box-shadow: 0 0 0px 2px rgb(193, 140, 76);
  transition: all 0.2s;
}
.button-selsey:hover {
  box-shadow: 0 0 0px 5px #f9ead8;
  transition: all 0.2s;
}

.master-border-radius {
  display: inline-flex;
  border-radius: 300px;
  border: 1px solid #000;
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
@media (min-width: 601px) {
  .master-border-radius:hover {
    transition: all 0.2s;
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .master-border-radius:hover:before, .master-border-radius:hover:after {
    color: #fff;
  }
}
.master-border-radius.state-height {
  line-height: 42px;
  height: 42px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.master-border-radius.full-width {
  width: 100%;
}

.master-tabs-switcher {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
}
.master-tabs-switcher li {
  flex: 1;
}
.master-tabs-switcher li.current {
  border-bottom: 2px solid #E5989B;
}
.master-tabs-switcher li h2 {
  font-size: 12px;
}
.master-tabs-switcher button {
  border: 0;
  height: 42px;
  line-height: 42px;
  background: transparent;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.master-tabs-switcher button:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .master-tabs-switcher li h2 {
    font-size: 11px;
  }
  .master-tabs-switcher li h2 span {
    display: none;
  }
}
@media (max-width: 600px) {
  .master-tabs-switcher li h2 {
    text-transform: none;
  }
}
@media (max-width: 400px) {
  .master-tabs-switcher li {
    flex: auto;
  }
}

.master-tabs-switcher-wrapper {
  border-bottom: 1px solid #f6f6f6;
}

.master-tabs-content {
  margin-bottom: 30px;
}

.master-tabs-item {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.master-tabs-item.current, .master-tabs-item.visible {
  opacity: 1;
  visibility: visible;
  z-index: 0;
  position: relative;
}

.master-slider-next,
.master-slider-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  border: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 20px;
  z-index: 2;
  transform: translatey(-50%);
}
.master-slider-next:before,
.master-slider-prev:before {
  content: "\f105";
  font-family: fontawesomeselsey;
  color: #fff;
}

.master-slider-prev {
  right: auto;
  left: 15px;
}
.master-slider-prev:before {
  content: "\f104";
}

.product-tab-title {
  margin-bottom: 30px;
  border-bottom: 2px solid #E5989B;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.previous-page {
  display: inline-flex;
  align-items: center;
  display: none;
}
.previous-page:before {
  margin-right: 8px;
  position: relative;
  transition: all 0.2s, color 0s;
  left: auto;
}
.previous-page:hover:before {
  left: -3px;
  transition: all 0.2s, color 0s;
}

.product-list-header .previous-page {
  margin-right: 20px;
}
.product-list-header .first,
.product-list-header .second {
  display: flex;
}
.product-list-header .first {
  margin-bottom: 0px;
  z-index: 3;
}
.product-list-header .second {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.product-list-header .master-title {
  margin-bottom: 0;
  text-align: left;
}
.product-list-header.page-header .first {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .product-list-header .second {
    flex-wrap: wrap;
  }
  .product-list-header .master-title {
    flex: 1 100%;
  }
  .product-list-header .previous-page {
    font-size: 0px;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    justify-content: center;
    display: none;
  }
  .go-to-cart-buttons .product-list-header .previous-page {
    display: block !important;
  }
  .product-list-header .previous-page:before {
    font-size: 12px;
    margin: 0;
    width: auto;
  }
}

.header-contact-button {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #E5989B;
  border-radius: 50px;
  padding: 13.5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  cursor: pointer;
}
.header-contact-button--black {
  border: 1px solid #000000;
  padding: 4.5px 20px 4.5px 13px;
  font-weight: 300;
}
.header-contact-button--black .header-contact-button__text {
  color: #000000 !important;
}
.header-contact-button.header-contact-phone {
  display: none;
}
@media (max-width: 1140px) {
  .header-contact-button {
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .header-contact-button {
    box-shadow: unset;
    border-radius: unset;
    padding: 5px;
    border: none;
  }
}
@media (max-width: 480px) {
  .header-contact-button.header-contact-phone {
    display: none;
  }
  .header-contact-button.header-contact-form {
    order: 4;
  }
}
@media (max-width: 420px) {
  .header-contact-button {
    width: 35px;
    padding: 0px;
    margin-right: 5px;
  }
}
.header-contact-button__text {
  margin-left: 8px;
  letter-spacing: 0px;
  color: #E5989B;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .header-contact-button__text {
    display: none;
  }
}
.header-contact-button__icon {
  color: #F58569;
  font-size: 16px !important;
}
@media (max-width: 992px) {
  .header-contact-button__icon {
    font-size: 26px !important;
  }
}

/* UNIWERSALNE KONIEC */
.header-topbar {
  padding: 6px 0px;
  background: #F4F4F4;
}
@media (max-width: 600px) {
  .header-topbar {
    padding: 0px;
  }
}
.header-topbar__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-topbar__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 992px;
  gap: 33px;
}
@media (max-width: 768px) {
  .header-topbar__wrapper {
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .header-topbar__wrapper {
    height: 30px;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
  }
}
.header-topbar__element {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .header-topbar__element {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    justify-content: center;
    opacity: 0;
  }
}
.header-topbar__element-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.header-topbar__element-icon {
  margin-right: 8px;
}
.header-topbar__element-icon svg, .header-topbar__element-icon img {
  min-width: 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
}

@media (max-width: 600px) {
  .header-topbar-animated-element {
    animation-duration: 8s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    pointer-events: none;
    transition: 0.6s opacity ease-in-out;
  }
  .header-topbar-animated-element--three {
    animation-duration: 6s;
    transition: 0.8s opacity ease-in-out;
  }
  .header-topbar-animated-element--two {
    animation-duration: 5s;
    transition: 1s opacity ease-in-out;
  }
}

@media (max-width: 600px) {
  .header-topbar__element.always_visible {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .header-topbar-animated-element.active {
    pointer-events: auto;
    opacity: 1;
  }
}

.fadeIn1 {
  -webkit-animation-name: fadeIn1;
  animation-name: fadeIn1;
}

.fadeIn2 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
}

.fadeIn3 {
  -webkit-animation-name: fadeIn3;
  animation-name: fadeIn3;
}

.fadeIn4 {
  -webkit-animation-name: fadeIn4;
  animation-name: fadeIn4;
}

.fadeIn1_2 {
  -webkit-animation-name: fadeIn1_2;
  animation-name: fadeIn1_2;
}

.fadeIn2_2 {
  -webkit-animation-name: fadeIn2_2;
  animation-name: fadeIn2_2;
}

.fadeIn3_2 {
  -webkit-animation-name: fadeIn3_2;
  animation-name: fadeIn3_2;
}

.fadeIn1_3 {
  -webkit-animation-name: fadeIn1_3;
  animation-name: fadeIn1_3;
}

.fadeIn2_3 {
  -webkit-animation-name: fadeIn2_3;
  animation-name: fadeIn2_3;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn4 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn1_2 {
  0% {
    opacity: 0;
  }
  14.166% {
    opacity: 1;
  }
  19.166% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn2_2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  47.500% {
    opacity: 1;
  }
  52.500% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn3_2 {
  0% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  80.833% {
    opacity: 1;
  }
  85.833% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn1_3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn2_3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body.no-fixed-header {
  padding-top: 0;
}
body.no-fixed-header #header {
  position: relative;
}

.cookie_alert_selsey {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  z-index: 9999999999;
  padding-right: 50px;
  font-weight: 300;
}
.cookie_alert_selsey button {
  background: url("../images/close_app_w.png") no-repeat center center, url("../images/close_app_w.png") no-repeat center center, url("../images/close_app_w.png") no-repeat center center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  border: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.custom-popup, .master-popup-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
}

.container {
  width: 1350px;
}
@media (max-width: 1350px) {
  .container {
    width: 100%;
  }
}

body {
  font-family: hero-new, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 18px;
  font-weight: normal;
  overflow-x: hidden;
}
@media screen and (min-width: 720px) {
  body.product_cart {
    overflow: visible !important;
  }
}
body.master-popup-visible {
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1100px) {
  body.custom-view {
    padding-top: 0;
  }
}

.main-banner-next, .main-banner-prev {
  position: absolute;
  right: -5000px;
}

.master-tooltip .tooltip {
  opacity: 0;
}

#Banner_new.preload-frame {
  min-height: 555px;
}

@media (max-width: 700px) {
  #Banner_new.preload-frame {
    min-height: 700px;
  }
}
.popup-master {
  opacity: 0;
  visibility: hidden;
}

.page-404 {
  padding: 74px 0px 124px 0px;
}
@media (max-width: 767px) {
  .page-404 {
    padding: 30px 0px;
  }
}
.page-404__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-404__wrapper {
    flex-direction: column-reverse;
  }
}
.page-404__column--column-1 {
  width: 55%;
  margin-right: 47px;
}
@media (max-width: 767px) {
  .page-404__column--column-1 {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .page-404__column--column-2 {
    margin-bottom: 30px;
  }
}
.page-404__title {
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .page-404__title {
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 15px;
  }
}
.page-404__subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 30px;
}
.page-404__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.page-404__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .page-404__buttons {
    flex-direction: column;
  }
}
.page-404__button {
  color: #000;
  background: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  border: 2px solid #000;
  margin-right: 20px;
  padding: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-404__button {
    margin-right: 0;
    max-width: 235px;
    width: 100%;
    margin-bottom: 20px;
    padding: 14px 5px;
  }
}
.page-404__button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.page-404__button--reverse {
  color: #ffffff !important;
  color: #000000;
  background: #000;
  border-color: #000;
}

.overlay-helper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: all 0.2s ease-in;
  opacity: 0;
  pointer-events: none;
}
.overlay-helper.active {
  opacity: 1;
  pointer-events: all;
}

#header.focus-searchbar {
  z-index: 99;
}
#header.focus-searchbar .overlay-helper {
  opacity: 1;
  pointer-events: all;
}
#header.focus-searchbar #search-top {
  z-index: 9999;
}

#header.focus-menu .overlay-helper {
  opacity: 1;
  pointer-events: all;
}

.transaction-page-header {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 52px;
  margin: 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .transaction-page-header {
    margin: 35px 0;
  }
}
@media (max-width: 600px) {
  .transaction-page-header {
    font-size: 24px;
    line-height: normal;
  }
}

.master-popup-newsletter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.master-popup-newsletter.visible {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
.master-popup-newsletter__body {
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .master-popup-newsletter__body {
    border-radius: 0px;
    flex-direction: column;
    max-width: 330px;
    width: 100% !important;
    height: auto !important;
  }
}
.master-popup-newsletter__column {
  width: 50%;
}
.master-popup-newsletter__column--with-background {
  border-radius: 15px 0px 0px 15px;
  height: 100%;
}
@media (max-width: 767px) {
  .master-popup-newsletter__column--with-background {
    border-radius: 0px;
    background: transparent;
    width: 100%;
    height: auto;
  }
}
.master-popup-newsletter__column:last-child {
  border-radius: 0px 15px 15px 0px;
  padding: 30px;
}
@media (max-width: 767px) {
  .master-popup-newsletter__column:last-child {
    border-radius: 0px;
    padding: 20px;
    width: 100%;
  }
}
.master-popup-newsletter__text {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .master-popup-newsletter__text {
    margin-bottom: 15px;
  }
}
.master-popup-newsletter__text h1, .master-popup-newsletter__text h2 {
  padding-bottom: 25px;
}
.master-popup-newsletter__text h3, .master-popup-newsletter__text h4, .master-popup-newsletter__text h5, .master-popup-newsletter__text h6, .master-popup-newsletter__text h7, .master-popup-newsletter__text p, .master-popup-newsletter__text span {
  padding-bottom: 10px;
}
.master-popup-newsletter__text p {
  font-size: 18px;
}
.master-popup-newsletter__text a {
  color: inherit;
  text-decoration: underline;
}
.master-popup-newsletter__mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .master-popup-newsletter__mobile-image {
    display: block;
  }
}
.master-popup-newsletter__form {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .master-popup-newsletter__form {
    margin-bottom: 0;
  }
}
.master-popup-newsletter__form-element {
  width: 100%;
}
@media (max-width: 767px) {
  .master-popup-newsletter__form-element {
    padding-bottom: 15px !important;
  }
}
.master-popup-newsletter__form-element:last-child {
  padding-bottom: 0;
}
.master-popup-newsletter__step-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.master-popup-newsletter__step--step-1 h2 {
  padding-bottom: 5px;
}
.master-popup-newsletter__step--step-2 {
  display: none;
}
.master-popup-newsletter.submited .master-popup-newsletter__step--step-1 {
  display: none;
}
.master-popup-newsletter.submited .master-popup-newsletter__step--step-2 {
  display: block;
}
@media screen and (max-width: 600px) {
  .master-popup-newsletter.submited .master-popup-newsletter__step--step-2 .master-popup-newsletter__text div:first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.master-popup-newsletter__close {
  cursor: pointer;
  font-size: 28px;
  line-height: 28px;
  width: 28px;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
}
.master-popup-newsletter__info {
  text-decoration: underline;
  color: inherit;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .master-popup-newsletter__info {
    margin-bottom: 15px;
  }
}
.master-popup-newsletter__form-error {
  display: none;
}
.master-popup-newsletter__form-error.active {
  display: block;
}
.master-popup-newsletter__form-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.master-popup-newsletter__form-button .loader {
  display: none;
  margin: 0px 10px 0px 0px;
}
.master-popup-newsletter__form-button.sending {
  pointer-events: none;
  opacity: 0.7;
}
.master-popup-newsletter__form-button.sending .loader {
  display: block;
}

.timeline {
  opacity: 0;
  background-color: #000;
  padding: 8px;
}
.timeline__wrapper {
  display: none;
  align-items: center;
  margin: 0 auto;
  color: white;
}
@media screen and (max-width: 767px) {
  .timeline__wrapper--mobile {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .timeline__wrapper--desktop {
    display: flex;
  }
}
.timeline__text-box {
  display: flex;
  margin-right: 32px;
  line-height: 1;
  align-items: center;
}
.timeline__text b {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .timeline__text--desktop {
    display: none;
  }
}
.timeline__text--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .timeline__text--mobile {
    display: block;
  }
}
.timeline__title {
  font-weight: bold;
  font-size: 16px;
  padding: 2px 4px 2px 0;
  border-right: 2px solid white;
}
.timeline__text {
  font-size: 16px;
  margin-left: 4px;
  font-weight: 400;
}
.timeline__countdown-box {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.timeline__countdown-end {
  margin-right: 15px;
  font-weight: 400;
}
.timeline__countdown-separator {
  padding: 0 8px;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  align-self: baseline;
}
.timeline__countdown-item {
  text-align: center;
  font-weight: bold;
}
.timeline__countdown-number {
  font-size: 18px;
}
.timeline__countdown-text {
  font-size: 10px;
  font-weight: normal;
}
.timeline__utility-box {
  display: flex;
  padding: 0 32px 0px 0px;
  font-size: 18px;
  align-items: center;
}
.timeline__utility-box--no-padding {
  padding: 0;
}
.timeline__utility-text {
  font-weight: 400;
  padding-right: 4px;
}
.timeline__utility-text p {
  display: flex;
  align-items: center;
}
.timeline__utility-text p span {
  margin-top: -2px;
}
.timeline__utility-code {
  font-weight: bold;
}
.timeline__close {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  z-index: 9999;
  height: auto;
  padding: 5px;
  cursor: pointer;
}
.timeline__button {
  border-right: 0px;
  border: none;
  background: #ffffff;
  color: #000;
  font-size: 17px;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .timeline__text-box, .timeline__countdown-box {
    margin-right: 24px;
  }
  .timeline__title, .timeline__text {
    font-size: 15px;
  }
  .timeline__countdown-separator {
    padding: 0 8px;
    line-height: 1;
  }
  .timeline__utility-box {
    padding: 0 16px;
  }
  .timeline__utility-box--no-padding {
    padding: 0;
  }
  .timeline__countdown-end {
    font-size: 13px;
  }
  .timeline__countdown-number {
    font-size: 18px;
  }
  .timeline__countdown-text {
    font-size: 11px;
  }
  .timeline__utility-text {
    font-size: 17px;
  }
  .timeline__utility-code {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .timeline__text-box, .timeline__countdown-box, .timeline__countdown-end {
    margin-right: 16px;
  }
  .timeline__title, .timeline__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .timeline {
    height: auto !important;
  }
  .timeline__wrapper--mobile {
    justify-content: center;
    margin: unset;
    width: 100%;
  }
  .timeline__text-box, .timeline__countdown-box {
    margin-right: 0;
  }
  .timeline__text-box--no-promocode {
    margin-right: 10px;
  }
  .timeline__wrapper-left {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .timeline__wrapper-left--with-timer {
    margin-right: 8px;
  }
  .timeline__utility-box--no-padding {
    padding: 0 0 0 16px;
  }
  .timeline__close {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .timeline {
    padding: 6px;
  }
  .timeline__title {
    font-size: 14px;
  }
  .timeline__text {
    font-size: 13px;
  }
  .timeline__text * {
    font-size: 13px !important;
  }
  .timeline__utlity-box {
    padding: 0 12px;
  }
  .timeline__utility-text {
    font-size: 13px;
  }
  .timeline__utility-code {
    font-size: 13px;
  }
  .timeline__countdown-number {
    font-size: 14px;
  }
  .timeline__countdown-text {
    font-size: 9px;
  }
  .timeline__countdown-separator {
    font-size: 14px;
    padding: 0 6px;
    line-height: 17px;
  }
}
@media screen and (max-width: 419px) {
  .timeline__utility-box {
    padding: 0 8px;
  }
  .timeline__countdown-number {
    font-size: 14px;
  }
  .timeline__countdown-text {
    font-size: 9px;
  }
  .timeline__countdown-separator {
    padding: 0 2px;
    line-height: 130%;
  }
}
@media screen and (max-width: 359px) {
  .timeline__wrapper-left--with-timer {
    flex-direction: column;
  }
  .timeline__text {
    font-size: 11.5px !important;
  }
  .timeline__text * {
    font-size: 11.5px !important;
  }
  .timeline__utility-text, .timeline__utility-code {
    font-size: 11.5px;
  }
}

/*
  PODSTAWOWE
 */
.master-popup-promocode {
  position: fixed;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, top 0.2s ease-in-out, transform 0.12s ease-in;
  z-index: 5;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.master-popup-promocode__body {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.master-popup-promocode__bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 12px;
  transition: padding 0.2s ease-in-out;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  cursor: pointer;
}
.master-popup-promocode__bar div {
  max-width: 75%;
}
@media screen and (max-width: 600px) {
  .master-popup-promocode__bar div span {
    font-size: 11px;
  }
}
.master-popup-promocode__bar *:nth-last-child(2) {
  margin-right: 12px;
}
.master-popup-promocode__title {
  margin-right: 12px;
  font-weight: bold;
}
.master-popup-promocode__text-content {
  text-align: center;
  line-height: 1;
}
.master-popup-promocode__text-content--bold {
  font-weight: bold;
}
.master-popup-promocode__close {
  padding-top: 6px;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
}
.master-popup-promocode__hide {
  position: absolute;
  z-index: 500;
}
.master-popup-promocode__hide:hover {
  color: red;
  cursor: pointer;
}
.master-popup-promocode__close.open {
  transform: rotateX(180deg);
  padding-top: 4px;
}
.master-popup-promocode__code-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  font-weight: bold;
}
.master-popup-promocode__button-box {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.master-popup-promocode__button-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 124px;
  height: 40px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .master-popup-promocode__button-box button {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  .master-popup-promocode {
    max-height: 50vh;
  }
}
@media screen and (max-width: 600px) {
  .master-popup-promocode {
    max-width: 380px;
  }
  .master-popup-promocode__bar {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .master-popup-promocode {
    max-width: 300px;
  }
  .master-popup-promocode .inner * {
    font-size: 12px;
  }
  .master-popup-promocode svg {
    width: 20px;
  }
  .master-popup-promocode .code {
    font-size: 24px !important;
  }
  .master-popup-promocode__code-wrapper {
    padding: 0 10px;
    margin: 16px 0;
  }
  .master-popup-promocode__button-box {
    margin-bottom: 16px;
  }
  .master-popup-promocode button {
    width: 100px;
    height: 34px;
  }
}
@media screen and (max-width: 375px) {
  .master-popup-promocode {
    max-width: 280px;
  }
}

.master-popup-promocode.hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.master-popup-promocode.bottom .bar.hover {
  padding: 20px 0 30px 0;
}

/*
DÓL
 */
.master-popup-promocode.bottom .master-popup-promocode__hide {
  top: 72px;
  right: 30px;
}
@media screen and (min-width: 601px) {
  .master-popup-promocode.bottom .master-popup-promocode__text-content div {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 601px) {
  #promocode_popup.bottom.closed {
    top: calc(100vh - 60px);
  }
}

/*
  GÓRA
 */
.master-popup-promocode.top {
  opacity: 0;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.master-popup-promocode.top .master-popup-promocode__body {
  transform: rotate(180deg);
}
.master-popup-promocode.top .master-popup-promocode__close {
  transform: rotate(180deg);
}
.master-popup-promocode.top .master-popup-promocode__close.open {
  transform: rotate(0);
}
.master-popup-promocode.top .bar, .master-popup-promocode.top .inner {
  transform: rotate(180deg);
}
.master-popup-promocode.top .bar {
  border-radius: 0 0 4px 4px;
}
.master-popup-promocode.top .bar.hover {
  padding: 30px 0 20px 0;
}
.master-popup-promocode.top .master-popup-promocode__hide {
  left: 10px;
  bottom: 10px;
}
@media screen and (max-width: 600px) {
  .master-popup-promocode.top {
    right: 50% !important;
    transform: translateX(50%);
    max-width: 300px;
    max-height: 270px;
  }
  .master-popup-promocode.top .master-popup-promocode__body {
    max-width: 300px;
    max-height: 270px;
  }
}
@media screen and (max-width: 480px) {
  .master-popup-promocode.top {
    max-height: 230px;
  }
  .master-popup-promocode.top .master-popup-promocode__body {
    max-height: 230px;
  }
  .master-popup-promocode.top .master-popup-promocode__code-wrapper {
    padding: 0 50px;
  }
}
.master-popup-promocode.top .master-popup-promocode__text-content--upper div {
  max-width: 85%;
  margin: -6px auto 0;
}

/*
  PRAWO I LEWO
 */
.master-popup-promocode.right, .master-popup-promocode.left {
  border-radius: 10px 0 0 10px;
}
.master-popup-promocode.right .bar, .master-popup-promocode.left .bar {
  border-radius: 4px 4px 0 0;
}
.master-popup-promocode.right .bar.hover, .master-popup-promocode.left .bar.hover {
  padding: 20px 0 30px 0;
}
.master-popup-promocode.right .inner, .master-popup-promocode.left .inner {
  height: 100%;
  transform: rotate(90deg) translateY(-80%);
  padding-top: 100%;
}
.master-popup-promocode.right .master-popup-promocode__hide, .master-popup-promocode.left .master-popup-promocode__hide {
  transform: rotate(90deg);
}
@media screen and (max-width: 600px) {
  .master-popup-promocode.right, .master-popup-promocode.left {
    top: calc(50% + 50px);
  }
  .master-popup-promocode.right .inner, .master-popup-promocode.left .inner {
    transform: rotate(90deg) translateY(-80%);
  }
}
@media screen and (max-width: 375px) {
  .master-popup-promocode.right .inner, .master-popup-promocode.left .inner {
    transform: rotate(90deg) translateY(-90%);
  }
}

@media screen and (max-width: 600px) {
  #promocode_popup.master-popup-promocode.right, #promocode_popup.master-popup-promocode.left {
    top: 50%;
  }
}

/*
  PRAWO
 */
#promocode_popup.master-popup-promocode.right {
  left: calc(100% - 60px);
}
#promocode_popup.master-popup-promocode.right .master-popup-promocode__body {
  transform: rotate(270deg);
}
#promocode_popup.master-popup-promocode.right .master-popup-promocode__hide {
  right: 10px;
}
@media screen and (max-width: 600px) {
  #promocode_popup.master-popup-promocode.right {
    left: calc(100% - 50px);
  }
}

/*
  LEWO
 */
#promocode_popup.master-popup-promocode.left {
  right: calc(100% - 58px);
  transform: rotate(180deg);
}
#promocode_popup.master-popup-promocode.left .master-popup-promocode__body {
  transform: rotate(-90deg);
}
#promocode_popup.master-popup-promocode.left .inner {
  transform: rotate(-90deg) translateY(-80%);
}
@media screen and (max-width: 480px) {
  #promocode_popup.master-popup-promocode.left .inner {
    transform: rotate(-90deg) translateY(-90%);
  }
}
#promocode_popup.master-popup-promocode.left .master-popup-promocode__hide {
  left: 10px;
}
@media screen and (max-width: 600px) {
  #promocode_popup.master-popup-promocode.left .master-popup-promocode__hide {
    bottom: -70px;
  }
}
@media screen and (max-width: 480px) {
  #promocode_popup.master-popup-promocode.left .master-popup-promocode__hide {
    bottom: -90px;
  }
}
@media screen and (max-width: 375px) {
  #promocode_popup.master-popup-promocode.left .master-popup-promocode__hide {
    bottom: -80px;
  }
}
@media screen and (max-width: 600px) {
  #promocode_popup.master-popup-promocode.left {
    right: calc(100% - 48px);
  }
}

@media screen and (max-width: 600px) {
  #promocode_popup.master-popup-promocode.bottom {
    left: calc(100% - 50px);
    top: calc(50% - 50px);
    border-radius: 10px 0 0 10px;
  }
  #promocode_popup.master-popup-promocode.bottom .master-popup-promocode__body {
    transform: rotate(270deg);
  }
  #promocode_popup.master-popup-promocode.bottom .master-popup-promocode__hide {
    bottom: -70px;
  }
  #promocode_popup.master-popup-promocode.bottom .bar {
    border-radius: 4px 4px 0 0;
  }
  #promocode_popup.master-popup-promocode.bottom .bar.hover {
    padding: 20px 0 30px 0;
  }
  #promocode_popup.master-popup-promocode.bottom .inner {
    height: 100%;
    transform: rotate(90deg) translateY(-80%);
    padding-top: 100%;
  }
  #promocode_popup.master-popup-promocode.bottom .master-popup-promocode__hide {
    transform: rotate(90deg);
    height: 14px;
    right: 20px;
    top: 340px;
  }
  #promocode_popup.master-popup-promocode.bottom .inner {
    transform: rotate(90deg) translateY(-80%);
  }
}
@media screen and (max-width: 480px) {
  #promocode_popup.master-popup-promocode.bottom {
    max-height: 200px;
  }
  #promocode_popup.master-popup-promocode.bottom .master-popup-promocode__body {
    max-width: 200px;
    height: 100%;
  }
  #promocode_popup.master-popup-promocode.bottom .inner {
    transform: rotate(90deg) translateY(-90%);
  }
  #promocode_popup.master-popup-promocode.bottom .master-popup-promocode__hide {
    top: 270px;
    right: 8px;
  }
}
@media screen and (max-width: 375px) {
  #promocode_popup.master-popup-promocode.bottom .master-popup-promocode__hide {
    top: 260px;
  }
}
.open-password-remind {
  margin-top: 15px;
  padding-left: 15px;
  display: flex;
}
.open-password-remind div::before {
  background: #4d4d4d;
  border-radius: 50%;
  content: "?";
  font-weight: bold;
  margin-right: 6px;
  color: #fff;
  font-size: 10px;
  padding: 0 4px;
}
.open-password-remind p {
  color: #707070;
}
.open-password-remind p:hover {
  color: #0653c3;
}

/* PREFIXBOX CUSTOM */
.prefixbox-no-result-text {
  margin-top: 120px !important;
}

#prfx-container-load .prefixbox-loader-icon-animation {
  transition: all ease-in 100ms;
  opacity: 1;
}

#prfx-container-load .prefixbox-loader-icon-animation.hide {
  transition: all ease-out 300ms;
  opacity: 0;
  visibility: hidden;
}

#prfx-container-load .prefixbox-search-engine-spinner-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b5b4b4;
  opacity: 0.7;
  z-index: 100;
}

#prfx-container-load .prefixbox-search-engine-spinner {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: fixed;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  z-index: 101;
}

#prfx-container-load .prefixbox-search-engine-spinner:after {
  content: " ";
  display: block;
  width: 63px;
  height: 63px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: prefixbox-search-engine-spinner 1.2s linear infinite;
}

#prfx-container-load {
  min-height: 1500px;
  position: relative;
}

@keyframes prefixbox-search-engine-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.naglowek-text {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  letter-spacing: -0.022em;
  color: #000000;
  font-family: inherit;
}

.naglowek-text-bold {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.warianty-wrapper {
  margin: auto;
  margin-bottom: 90px;
  max-width: 1350px;
}
.warianty-wrapper--hidden {
  display: none;
}

.warianty-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.warianty-inner {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.warianty-container-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.wariant-text {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-top: 5px;
}

.wariant-text .wariant-text-bold {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 15px;
}

.wariant-image {
  margin-bottom: 10px;
}

.single-wariant {
  width: 200px;
  text-align: center;
  margin-top: 20px;
  padding: 8px;
}
.single-wariant--hidden {
  display: none;
}

@media only screen and (max-width: 1350px) {
  .tablet-break {
    display: block;
  }
  .mobile-wrapper {
    width: 100%;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 700px) {
  .mobile-break {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .naglowek-text {
    text-align: center;
  }
  .single-wariant {
    width: 154px;
  }
  .warianty-container {
    justify-content: space-around;
  }
  .naglowek-text {
    margin-top: 50px;
  }
  .single-wariant:nth-child(5) {
    display: none;
  }
  .single-wariant:nth-child(6) {
    display: none;
  }
}
.product-list.swiper-wrapper li h2 {
  margin-bottom: 10px;
}
.product-list.swiper-wrapper li .product-listing-price {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.product-list.swiper-wrapper li .price-box {
  font-size: 12px;
  color: #F58569;
  line-height: 17px;
}
.product-list.swiper-wrapper li .price-box.old-price {
  color: #626262;
  text-decoration: line-through;
  order: 1;
  font-weight: normal;
}
.product-list.swiper-wrapper li .price-box.promotion {
  font-weight: bold;
  margin-right: 10px;
}

.helper-background {
  width: 100%;
  height: 100vh;
  background: rgba(43, 42, 49, 0.8);
  display: block;
  position: fixed;
  top: 100px;
  transition: all 0.05s ease-in;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.helper-background.is-active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .helper-background {
    top: 87px;
    z-index: 3;
  }
}

.aside-cart {
  position: absolute;
  display: block;
  top: 100%;
  right: 0px;
  margin-top: 7.5px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s ease-in;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .aside-cart {
    top: 55px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .aside-cart {
    width: calc(100% + 30px);
    right: -15px;
  }
}
.aside-cart.is-active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.aside-cart__wrapper {
  background: #ffffff;
  border-top: 2px solid #F8F8F8;
  width: 432px;
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (max-width: 480px) {
  .aside-cart__wrapper {
    width: 100%;
    border-radius: 0px 0px 15px 15px;
  }
}
.aside-cart__body {
  padding: 28px 12px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.aside-cart__body-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  padding-right: 12px;
}
.aside-cart__body-close {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.aside-cart__body-header-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.aside-cart__footer {
  padding: 24px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}
@media only screen and (max-width: 480px) {
  .aside-cart__footer {
    border-radius: 0px 0px 15px 15px;
  }
}
.aside-cart__footer-summary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 100%;
}
.aside-cart__footer-title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.aside-cart__footer-title-main {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.aside-cart__footer-title-sub {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
}
.aside-cart__summary-price {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  display: flex;
  white-space: pre-wrap;
}
.aside-cart__footer-button {
  background: #000;
  border-radius: 64px;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  color: #ffffff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  cursor: pointer;
  display: none;
}
.aside-cart__footer-button.is-active {
  display: flex;
}
.aside-cart__list {
  max-height: 390px;
  overflow-y: auto;
  padding-right: 12px;
  width: 100%;
}
.aside-cart__list::-webkit-scrollbar {
  width: 5px;
}
.aside-cart__list::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
}
.aside-cart__list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #000;
}
@media only screen and (max-width: 480px) {
  .aside-cart__list {
    max-height: calc(100dvh - 400px);
  }
}
.aside-cart__list-empty {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.aside-cart__list-empty.is-active {
  display: flex;
}
.aside-cart__list-empty-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #828282;
  max-width: 50%;
}
.aside-cart:not(.is-loaded) .aside-cart__list {
  position: relative;
}
.aside-cart:not(.is-loaded) .aside-cart__list::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  position: absolute;
  left: 0px;
  top: 0px;
}

.c-aside-product {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.c-aside-product:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: unset;
}
.c-aside-product__top-data {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 16px;
}
.c-aside-product__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  padding: 8px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  position: relative;
}
.c-aside-product__image {
  mix-blend-mode: darken;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 16px) !important;
  max-height: calc(100% - 16px);
}
.c-aside-product__image-badge {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.c-aside-product__data {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.c-aside-product__data-title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.c-aside-product__delete {
  width: 16px;
  height: 32px;
  cursor: pointer;
  flex: none;
}
.c-aside-product__title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-aside-product__delivery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.c-aside-product__delivery-price {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #0D355A;
}
.c-aside-product__delivery-price--old {
  text-decoration-line: line-through;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.c-aside-product__prices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.c-aside-product__price-discount {
  padding: 4px 8px;
  background: #F58569;
  border-radius: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.c-aside-product__bottom-data {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  flex-direction: row-reverse;
}
.c-aside-product__price {
  font-style: normal;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.c-aside-product__price--old {
  text-decoration-line: line-through;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  margin-top: auto;
  margin-bottom: 4px;
}
.c-aside-product__price--red {
  color: #EB1C24;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
.c-aside-product__price-infos {
  display: flex;
  flex-wrap: wrap;
}
.c-aside-product__price-info {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #707070;
}
.c-aside-product__info {
  display: none;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}
.c-aside-product__info.is-active {
  display: block;
}

.c-quantity-selector {
  display: flex;
  align-items: center;
}
.c-quantity-selector__element {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #D5D9D9;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}
.c-quantity-selector__element:first-child {
  border-radius: 5px 0px 0px 5px;
}
.c-quantity-selector__element:last-child {
  border-radius: 0px 5px 5px 0px;
}
.c-quantity-selector__input {
  width: 32px;
  height: 32px;
  border-right: 0px;
  border-left: 0px;
  border-top: 1px solid #D5D9D9;
  border-bottom: 1px solid #D5D9D9;
  text-align: center;
  color: #000000;
}

.m-retry-payment-popup-info {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .m-retry-payment-popup-info {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.m-retry-payment-popup-info__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .m-retry-payment-popup-info__wrapper {
    align-items: flex-start;
  }
}
.m-retry-payment-popup-info__icon-container {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .m-retry-payment-popup-info__icon {
    max-width: 80px;
  }
}
.m-retry-payment-popup-info__title {
  color: #183256;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .m-retry-payment-popup-info__title {
    text-align: left;
  }
}
.m-retry-payment-popup-info__subtitle {
  color: #1D1D1D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (max-width: 480px) {
  .m-retry-payment-popup-info__subtitle {
    text-align: left;
  }
}
.m-retry-payment-popup-info__text {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 73px;
}
@media (max-width: 768px) {
  .m-retry-payment-popup-info__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .m-retry-payment-popup-info__text {
    text-align: left;
  }
}
.m-retry-payment-popup-info--payment-error {
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .m-retry-payment-popup-info--payment-error {
    margin-top: calc((100vh - 430px) / 2);
  }
}
.m-retry-payment-popup-info--payment-error .m-retry-payment-popup-info__icon-container {
  margin-bottom: 16px;
}
@media screen and (max-width: 390px) {
  .m-retry-payment-popup-info--payment-error .m-retry-payment-popup-info__icon-container {
    align-self: flex-start;
  }
}
.m-retry-payment-popup-info--payment-error .m-retry-payment-popup-info__title {
  color: #183256;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 16px;
}
@media screen and (max-width: 390px) {
  .m-retry-payment-popup-info--payment-error .m-retry-payment-popup-info__title {
    text-align: left;
  }
}
.m-retry-payment-popup-info--payment-error .m-retry-payment-popup-info__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1D1D1D;
  margin-bottom: 24px;
}
.m-retry-payment-popup-info--payment-error .m-retry-payment-popup-info__text span {
  display: block;
}
@media screen and (max-width: 500px) {
  .m-retry-payment-popup-info--payment-error .m-retry-payment-popup-info__text span {
    display: inline;
  }
}
@media screen and (max-width: 390px) {
  .m-retry-payment-popup-info--payment-error .m-retry-payment-popup-info__text {
    text-align: left;
  }
}
.m-retry-payment-popup-info--payment-error .c-like-button {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 56px;
  padding: 11px 38px;
}
.m-retry-payment-popup-info--payment-error .c-like-button svg {
  margin-right: 8px;
}
@media screen and (max-width: 390px) {
  .m-retry-payment-popup-info--payment-error .c-like-button {
    width: 100%;
    justify-content: center;
  }
}

.c-button, .c-like-button {
  background: #F58569;
  border-radius: 100px;
  color: #ffffff;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
  text-transform: uppercase;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-button:visited, .c-like-button:visited {
  color: #ffffff;
}
.c-button--darken, .c-like-button--darken {
  background: #000;
}
.c-button--fullwidth, .c-like-button--fullwidth {
  width: 100%;
}
.c-button--with-padding, .c-like-button--with-padding {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .c-button, .c-like-button {
    height: 48px;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
  }
}
.c-button--inverse, .c-like-button--inverse {
  background: #ffffff;
  height: 46px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  padding-left: 25px;
  padding-right: 25px;
  justify-content: center;
}
.c-button--font-small, .c-like-button--font-small {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .c-button--font-small, .c-like-button--font-small {
    font-size: 12px;
    line-height: 17px;
  }
}
.c-button--font-normal, .c-like-button--font-normal {
  font-weight: 400;
}
.c-button--show-mobile, .c-like-button--show-mobile {
  display: none;
}
@media (max-width: 768px) {
  .c-button--show-mobile, .c-like-button--show-mobile {
    display: flex;
  }
}
.c-button--no-uppercase, .c-like-button--no-uppercase {
  text-transform: unset;
}
.c-button--with-loader, .c-like-button--with-loader {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.c-button--with-loader .c-button-loader, .c-like-button--with-loader .c-button-loader {
  display: block;
}
.c-button--with-icon, .c-like-button--with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-button--height-auto, .c-like-button--height-auto {
  padding: 16px 40px;
  height: auto;
}

.snr-search-autocomplete {
  display: block;
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.29);
  border-radius: 20px;
  display: none;
}
.snr-search-autocomplete[data-last=true] {
  display: block;
}
.snr-search-autocomplete[data-last=true] .snr-search-autocomplete__section--last {
  display: flex;
}
.snr-search-autocomplete[data-popular=true] {
  display: block;
}
.snr-search-autocomplete[data-popular=true] .snr-search-autocomplete__section--popular {
  display: flex;
}
.snr-search-autocomplete[data-featured=true] {
  display: block;
}
.snr-search-autocomplete[data-featured=true] .snr-search-autocomplete__section--featured {
  display: flex;
}
.snr-search-autocomplete.is-open {
  display: block;
}
.snr-search-autocomplete__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
}
.snr-search-autocomplete__section {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 16px;
}
.snr-search-autocomplete__section-title {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.2px;
  color: #707070;
}
.snr-search-autocomplete__suggestions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  padding-left: 6px;
}
.snr-search-autocomplete__suggestions-products-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.snr-search-autocomplete__suggestions-products {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding-left: 6px;
  width: 727px;
}
.snr-search-autocomplete__suggestions-products > .c-product-box {
  width: 100%;
  max-width: 171.25px;
}
.snr-search-autocomplete__suggestion {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
}
.snr-search-autocomplete__suggestion::before {
  content: "\e802";
  font-family: "fontawesomeselsey";
  font-weight: 400;
  height: 24px;
  width: 24px;
  color: #E0E0E0;
  float: left;
}

.u-hide {
  display: none;
}

.u-hide-important {
  display: none !important;
}

@-webkit-keyframes placeholderGradient {
  0% {
    background-position: 63% 0%;
  }
  50% {
    background-position: 38% 100%;
  }
  100% {
    background-position: 63% 0%;
  }
}
@-moz-keyframes placeholderGradient {
  0% {
    background-position: 63% 0%;
  }
  50% {
    background-position: 38% 100%;
  }
  100% {
    background-position: 63% 0%;
  }
}
@keyframes placeholderGradient {
  0% {
    background-position: 63% 0%;
  }
  50% {
    background-position: 38% 100%;
  }
  100% {
    background-position: 63% 0%;
  }
}
.c-product-box {
  width: calc(25% - 18px);
}
@media (max-width: 1200px) {
  .c-product-box {
    width: calc(33.33333% - 11px);
  }
}
@media (max-width: 600px) {
  .c-product-box {
    width: calc(50% - 8px);
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .c-product-box {
    width: calc(50% - 8px);
  }
}
.c-product-box__image-container {
  position: relative;
  margin-bottom: 12px;
}
.c-product-box__image-container--small-margin {
  margin-bottom: 8px;
}
.c-product-box__image-holder {
  aspect-ratio: 1/1.085;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 6px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.c-product-box__image-holder--placeholder {
  background: linear-gradient(248deg, #f4f4f4, #dfdfdf);
  background-size: 400% 400%;
  -webkit-animation: placeholderGradient 2s ease infinite;
  -moz-animation: placeholderGradient 2s ease infinite;
  animation: placeholderGradient 2s ease infinite;
}
.c-product-box__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 16px);
  max-height: calc(100% - 60px);
  mix-blend-mode: darken;
}
.c-product-box__tag {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #2B2A31;
  text-transform: lowercase;
}
@media (max-width: 480px) {
  .c-product-box__tag {
    font-size: 10px;
    line-height: 18px;
  }
}
.c-product-box__tag--lowercase {
  text-transform: lowercase;
}
.c-product-box__tag--highlited {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #EB1C24;
  border-radius: 3px;
  padding: 5px 10px;
  gap: 6px;
  text-transform: unset;
}
.c-product-box__tag--bold {
  font-weight: bold !important;
}
.c-product-box__tag--uppercase {
  text-transform: uppercase !important;
}
.c-product-box__side-tags {
  position: absolute;
  left: 16px;
  top: 23px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-direction: column;
}
.c-product-box__hotdeal-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
@media (max-width: 480px) {
  .c-product-box__hotdeal-badge {
    width: 90px;
    height: 90px;
  }
}
.c-product-box__hotdeal-badge-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 480px) {
  .c-product-box__hotdeal-badge-text {
    font-size: 15px;
  }
}
.c-product-box__hotdeal-badge-text b {
  font-weight: 900;
}
.c-product-box__hotdeal-timer {
  margin-top: 8px;
  width: 100%;
}
.c-product-box__hotdeal-timer-wrapper {
  padding: 12px 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.c-product-box__hotdeal-timer-title {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.c-product-box__hotdeal-timer-counter {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-product-box__hotdeal-timer-counter-divider {
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 290;
  line-height: 105%; /* 13.65px */
}
.c-product-box__hotdeal-timer-counter-position {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.c-product-box__hotdeal-timer-counter-position span {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1px; /* 138.462% */
}
.c-product-box__data-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
  min-height: 18px;
}
.c-product-box__data-row--small-height {
  min-height: 12px;
}
.c-product-box__title {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 39px;
}
.c-product-box__title-placeholder {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
}
.c-product-box__title-placeholder div {
  background: #f4f4f4;
  border-radius: 6px;
  width: 100%;
  height: 17.5px;
}
.c-product-box__title-placeholder div:last-child {
  width: 80%;
}
.c-product-box__prices {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: wrap;
}
.c-product-box__price-placeholder {
  background: #f4f4f4;
  border-radius: 6px;
  width: 53px;
  height: 18px;
}
.c-product-box__delivery-placeholder {
  margin-top: 6px;
  background: #f4f4f4;
  border-radius: 6px;
  width: 100px;
  height: 18px;
}
.c-product-box__price {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: baseline;
  white-space: pre-wrap;
}
.c-product-box__price--old {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 105%;
  text-decoration: line-through;
  color: #707070;
}
.c-product-box__price--with-title {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  color: #000000;
}
.c-product-box__price--red {
  color: #EB1C24;
}
.c-product-box__price-prefix {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 105%;
  display: flex;
  white-space: pre-wrap;
}
.c-product-box__price-info {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  margin-top: 8px !important;
}
@media (max-width: 480px) {
  .c-product-box__price-info {
    font-size: 11px;
  }
}
.c-product-box__delivery {
  margin-top: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  color: #183256;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.c-product-box__wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: unset;
  justify-content: center;
}
.c-product-box__wishlist svg {
  max-width: 100%;
  max-height: 100%;
}
.c-product-box__wishlist.is-added {
  background: #f58569;
}
.c-product-box__wishlist.is-added:hover {
  border: 2px solid #f58569;
}
.c-product-box__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: unset;
  padding: 4px;
  transition: all 0.2s;
  border: 1px solid transparent;
}
@media (max-width: 680px) {
  .c-product-box__button {
    width: 32px;
    height: 32px;
  }
}
.c-product-box__button svg {
  max-width: 100%;
  max-height: 100%;
}
.c-product-box__button.is-added {
  background: #1d1d1b;
}
.c-product-box__button.is-added:hover {
  border: 2px solid #1d1d1b;
}
.c-product-box__button--cart {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.c-product-box__button--forest-plant {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: none;
  pointer-events: none;
}
.c-product-box__free-delivery {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: none;
  pointer-events: none;
}
.c-product-box__free-delivery--upper {
  display: none !important;
}
.c-product-box__fabric-icons {
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s;
}
@media (max-width: 680px) {
  .c-product-box__fabric-icons {
    left: 10px;
  }
}
.c-product-box__fabric-icons--upper {
  bottom: 42px !important;
}
.c-product-box__fabric-icon {
  width: 36px;
  height: 36px;
}
.c-product-box__fabric-icon-image {
  max-width: 100%;
  max-height: 100%;
}
.c-product-box:hover .c-product-box__fabric-icons {
  opacity: 1;
}
.c-product-box__ratings {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  min-height: 10px;
  max-height: 10px;
}
.c-product-box__rating-stars {
  line-height: 1;
  display: flex;
}
.c-product-box__rating-stars i {
  color: #f8c414;
  font-size: 11px;
  line-height: 1;
}
.c-product-box__rating-stars i.fa-star-inactive {
  color: #d9d9d9;
}
.c-product-box__rating-stars i:first-child::before {
  margin-left: 0px;
}
.c-product-box__rating-stars--placeholder i {
  color: #f4f4f4 !important;
}
.c-product-box__rating-stars[data-stars="1"] i:not(:first-child) {
  color: #d9d9d9;
}
.c-product-box__rating-stars[data-stars="2"] i:nth-child(n+3) {
  color: #d9d9d9;
}
.c-product-box__rating-stars[data-stars="3"] i:nth-child(n+4) {
  color: #d9d9d9;
}
.c-product-box__rating-stars[data-stars="4"] i:nth-child(n+5) {
  color: #d9d9d9;
}
.c-product-box__rating-stars--small i {
  font-size: 10px;
}
.c-product-box__rating-stars--small i::before {
  margin-right: unset;
  width: 0.9em;
}
.c-product-box__rating-avg {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}
@media (max-width: 480px) {
  .c-product-box__rating-avg {
    font-size: 10px;
    line-height: 18px;
  }
}
.c-product-box__success-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 7px;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  border-radius: 25px;
  max-width: 90%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  width: 100%;
  display: none;
}
.c-product-box__success-info.is-active {
  display: block;
}
.c-product-box__error-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 7px;
  background: rgba(251, 0, 0, 0.9);
  color: #ffffff;
  border-radius: 25px;
  max-width: 90%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  width: 100%;
  display: none;
}
.c-product-box__error-info.is-active {
  display: block;
}
.c-product-box:hover .c-product-box__side-tags .c-product-box__tag {
  opacity: 1;
  pointer-events: all;
}
.c-product-box:hover .c-product-box__buttons {
  opacity: 1;
  pointer-events: all;
}
.c-product-box__variants {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}
.c-product-box__show-more--desktop#show_more {
  display: none;
}
@media (min-width: 800px) {
  .c-product-box__show-more--desktop#show_more.is-visible {
    display: flex !important;
  }
}
.c-product-box__show-more--mobile#show_more {
  display: none;
}
@media (max-width: 800px) {
  .c-product-box__show-more--mobile#show_more.is-visible {
    display: flex !important;
  }
}
.c-product-box__variants-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.c-product-box__variants-list .c-product-box__variants-list-element:nth-child(n+4) {
  display: none;
}
.c-product-box__variants-list.is-visible .c-product-box__variants-list-element:nth-child(n+4) {
  display: flex;
}
@media (min-width: 800px) {
  .c-product-box__variants-list.full-list .c-product-box__variants-list-element:nth-child(4) {
    display: flex;
  }
}
@media (max-width: 800px) {
  .c-product-box__variants-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-product-box__variants-list .c-product-box__variants-list-element:nth-child(n+3) {
    display: none;
  }
  .c-product-box__variants-list.is-visible .c-product-box__variants-list-element:nth-child(n+3) {
    display: flex;
  }
  .c-product-box__variants-list.full-list-mobile .c-product-box__variants-list-element:nth-child(3) {
    display: flex;
  }
}
.c-product-box__variants-list-element {
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  cursor: pointer;
}
.c-product-box__variants-list-element:first-child {
  border-color: #858585 !important;
}
.c-product-box__variants-list-element.is-active {
  border-color: 0;
}
.c-product-box__variants-list-element-text {
  font-size: 9px;
  font-weight: 600;
}
.c-product-box__variants-list-element-image {
  max-width: 50px;
  max-height: 50px;
  mix-blend-mode: darken;
}
@media (max-width: 480px) {
  .c-product-box__variants-list-element-image {
    max-width: 40px;
    max-height: 40px;
  }
}
.c-product-box__show-less {
  display: none;
  justify-content: center;
  cursor: pointer;
  padding-top: 4px;
}
.c-product-box__show-less.is-visible {
  display: flex;
}
.c-product-box__variants-more-text-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.c-product-box__variants-more-text {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  text-decoration: underline;
  cursor: pointer;
}
.c-product-box__promotion-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 12px;
  padding: 10px 16px;
  min-height: 25px;
  border-radius: 15px;
}
@media (max-width: 600px) {
  .c-product-box__promotion-box {
    font-size: 10px;
    padding: 10px;
  }
}
.c-product-box__promotion-box-title {
  font-weight: bold;
}
.c-product-box__promotion-box-chart {
  background: #D1D7E5;
  height: 5px;
  margin: 10px 0;
  border-radius: 15px;
  width: 100%;
  position: relative;
}
.c-product-box__promotion-box-chart-color {
  position: absolute;
  height: 5px;
  border-radius: 15px;
}
.c-product-box .listing-promotion-blue-full.c-product-box__promotion-box .c-product-box__promotion-box-chart-color {
  background: #1662F8;
  width: 100%;
}
.c-product-box .listing-promotion-blue.c-product-box__promotion-box .c-product-box__promotion-box-chart-color {
  background: #1662F8;
  width: 75%;
}
.c-product-box .listing-promotion-orange.c-product-box__promotion-box .c-product-box__promotion-box-chart-color {
  background: #F83516;
  width: 50%;
}
.c-product-box .listing-promotion-red.c-product-box__promotion-box .c-product-box__promotion-box-chart-color {
  background: #F81414;
  width: 25%;
}
.c-product-box .c-product-box__image-container:has(.c-product-box__promotion-box) .c-product-box__button--cart {
  bottom: 50px !important;
}

@media (max-width: 480px) {
  .product-list-container .c-product-box__hotdeal-badge {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .product-list-container .c-product-box__hotdeal-badge-text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .product-list-container .c-product-box__hotdeal-timer-counter {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .product-list-container .c-product-box__hotdeal-timer-counter * {
    font-size: 10px !important;
  }
}
@media (max-width: 480px) {
  .product-list-container .c-product-box__hotdeal-timer-counter-position {
    gap: 1px;
  }
}
@media (max-width: 480px) {
  .product-list-container .c-product-box__hotdeal-timer-counter {
    gap: 2px;
  }
}

.m-hotdeal-section {
  margin-top: 30px;
  margin-bottom: 37px;
}
.m-hotdeal-section__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.m-hotdeal-section .swiper-slide, .m-hotdeal-section .swiper-wrapper {
  height: auto;
}
.m-hotdeal-section .swiper-slide::marker {
  display: none;
}
.m-hotdeal-section__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.m-hotdeal-section__banner {
  width: calc(25% - 6px);
}
@media (max-width: 992px) {
  .m-hotdeal-section__banner {
    display: none;
  }
}
.m-hotdeal-section__banner a {
  width: 100%;
}
.m-hotdeal-section__banner picture {
  width: 100%;
}
.m-hotdeal-section__slider {
  width: calc(75% - 6px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .m-hotdeal-section__slider {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .m-hotdeal-section__slider .swiper-pagination--hotdeals {
    display: none !important;
  }
}
.m-hotdeal-section__slider .swiper-pagination-bullet {
  margin: 0px 5px;
}
.m-hotdeal-section__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000 !important;
}

.brandPage {
  font-family: inherit;
}
.brandPage__banner-logo-wrapper {
  position: absolute;
  bottom: 45px;
  left: 45px;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  background: #ffffff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  .brandPage__banner-logo-wrapper {
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 100px;
    padding: 10px;
  }
}
.brandPage__banner-logo {
  max-width: 100%;
}
.brandPage__description-wrapper {
  margin: 45px 0 30px 0;
  background: #F4F4F4;
  border-radius: 50px;
  padding: 46px 28px 45px 45px;
}
.brandPage__description-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.brandPage__description-text {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 719px) {
  .brandPage__description-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: justify;
  }
}
.brandPage__video-wrapper {
  text-align: center;
}
.brandPage__video-wrapper video {
  max-width: 842px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .brandPage__video-wrapper video {
    max-width: 100%;
  }
}
.brandPage__title-wrapper {
  width: 100%;
  background: #F4F4F4;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.98px;
  margin-bottom: 16px;
}
@media screen and (max-width: 719px) {
  .brandPage__title-wrapper {
    width: 100%;
    font-size: 14px;
    line-height: normal;
  }
  .brandPage__title-wrapper--small-margin-mobile {
    margin-bottom: 12px;
  }
}
.brandPage__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 30px 0px;
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  .brandPage__title {
    width: 100%;
    padding: 18px 0px 18px 0px;
  }
}
.brandPage__title-additional-text {
  float: right;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 719px) {
  .brandPage__title-additional-text {
    font-size: 11px;
    margin-left: 15px;
    margin-bottom: 11px;
    float: none;
    text-align: left;
  }
}
.brandPage__designer {
  width: 100%;
  height: fit-content !important;
  display: flex;
}
@media screen and (max-width: 719px) {
  .brandPage__designer {
    display: block;
  }
}
.brandPage__designer-image {
  background: #EFEFEF;
  height: 250px;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 250px;
  flex: none;
}
@media screen and (max-width: 719px) {
  .brandPage__designer-image {
    margin: 0 auto;
    position: relative;
    width: 95px;
    height: 95px;
  }
}
.brandPage__designer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.brandPage__designer-text-wrapper {
  background: #f9f9f9;
  height: 250px;
  padding: 16px 99px 16px 185px;
  border-radius: 50px;
  margin-left: -140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  .brandPage__designer-text-wrapper {
    width: 100%;
    height: unset;
    margin-left: 0;
    margin-top: -35px;
    padding: 45px 20px 20px 20px;
    display: block;
  }
}
.brandPage__designer-text {
  display: flex;
  gap: 10px;
  flex-direction: column;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 719px) {
  .brandPage__designer-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
.brandPage__designer-tittle {
  font-weight: 600;
  font-size: 18px;
}
.brandPage__designer-tittle p {
  margin-bottom: 15px;
}
.brandPage .swiper-wrapper {
  height: fit-content !important;
}
.brandPage .swiper_brand_page {
  margin-top: 0px !important;
  padding-right: 60px;
}
.brandPage .swiper_brand_page_max__first-headline {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  position: absolute;
  top: 6vh;
  left: 3vw;
  opacity: 0;
}
.brandPage .swiper_brand_page_max__second-headline {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 20vh;
  left: 3vw;
  max-width: 240px;
  opacity: 0;
}
.brandPage .swiper_brand_page_max .swiper-slide {
  position: relative;
}
.brandPage .swiper_brand_page,
.brandPage .swiper_brand_page_max {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.brandPage .swiper_brand_page .swiper-slide,
.brandPage .swiper_brand_page_max .swiper-slide {
  width: auto;
}
.brandPage .swiper_brand_page .swiper-slide img,
.brandPage .swiper_brand_page_max .swiper-slide img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brandPage .swiper-button-next {
  right: 0;
}
.brandPage .swiper-button-prev {
  left: 0;
}
.brandPage .swiper-button-next,
.brandPage .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #1D1D1B;
  display: flex;
  padding: 10px;
  margin-top: -42px;
}
@media screen and (max-width: 719px) {
  .brandPage .swiper-button-next,
  .brandPage .swiper-button-prev {
    width: 15px;
    height: 15px;
    padding: 0;
    top: 60% !important;
  }
}
.brandPage .swiper-button-next.swiper-button-disabled,
.brandPage .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.brandPage .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 10px;
  display: block !important;
  z-index: 1;
}
.brandPage .swiper-pagination-bullet-active {
  background: #000000 !important;
}
.brandPage .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination--brandpage:has(:only-child) {
  display: none !important;
}
.brandPage .swiper-pagination-bullet {
  margin-right: 5px;
}
.brandPage .swiper_brand_page_designer {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.brandPage .snr-recommendations {
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
  .brandPage .snr-recommendations {
    margin-bottom: 21px;
  }
}
.brandPage .snr-recommendations .snr-product-slider__title {
  display: none;
}
@media (max-width: 768px) {
  .brandPage .snr-recommendations__overlay {
    top: 30px;
  }
}
.brandPage .u-mobile-show {
  display: none !important;
}
@media (max-width: 768px) {
  .brandPage .u-mobile-show {
    display: block !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .brandPage .u-mobile-hide {
    display: none;
  }
}

.css-blur {
  transition: 0.3s;
  cursor: pointer;
}

.css-blur:hover img {
  filter: brightness(0.4);
  transition: 0.3s;
}
.css-blur:hover .swiper_brand_page_max__first-headline {
  opacity: 1;
  filter: brightness(1);
}
.css-blur:hover .swiper_brand_page_max__second-headline {
  opacity: 1;
}

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