@charset "UTF-8";
/*
 * Product Single
 */
.product-single {
  margin: 0rem 0 1.875rem;
}
@media (min-width: 992px) {
  .product-single {
    margin: 1.25rem 0 3.75rem;
  }
}
@media (min-width: 1892px) {
  .product-single__wrapper {
    max-width: 1378px;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-single__row {
  display: flex;
  flex-direction: column;
  gap: 0.625rem 0;
}
@media (min-width: 992px) {
  .product-single__row {
    display: grid;
    grid-template-columns: 1fr 34.6875rem;
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .product-single__right {
    align-self: start;
    position: sticky;
    top: 5.375rem;
  }
}
.product-single__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  color: #333333;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .product-single__title {
    font-weight: 500;
    /*@include font(30, 36);*/
  }
}
.html.a11y-contrast-high .product-single__title, .html.a11y-contrast-high .product-single__top, .html.a11y-contrast-high .product-single__top a, .html.a11y-contrast-high .product-single__top p {
  color: #fff !important;
}
.product-single-descriptions ul {
  padding-left: 0;
}
.product-single-descriptions ul li {
  list-style: none;
  position: relative;
  padding-left: 0.875rem;
}
.product-single-descriptions ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0.1em;
}

@media (max-width: 991.98px) {
  .product-single-images {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.product-single-images .button__link {
  width: auto !important;
}
.product-single-images__swiper {
  width: 100%;
}
@media (min-width: 992px) {
  .product-single-images__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
.product-single-images .swiper-slide {
  display: flex;
  cursor: pointer;
}
@media (min-width: 992px) {
  .product-single-images .swiper-slide:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-single-images .swiper-slide:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)).active {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .product-single-images .swiper-arrows {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    padding: 0 1rem 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .product-single-images .swiper-arrows {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-single-images .swiper-arrows > * {
    pointer-events: all;
  }
}
.product-single-images .swiper-arrows {
  display: none;
}
.product-single-images .swiper-pagination {
  position: absolute;
  bottom: 0rem !important;
  right: 1rem !important;
  justify-content: flex-end !important;
  gap: 0.1rem !important;
}
.product-single-images .swiper-pagination-bullet {
  border: none !important;
  opacity: 0.75 !important;
}
.product-single-images .swiper-pagination-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.product-single-images .swiper-pagination-bullet::before {
  display: block;
  position: static;
  left: auto;
  top: auto;
  margin: 0;
  transform: none;
  will-change: auto;
  backface-visibility: visible;
}
.product-single-images__image {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 388/582;
}
.product-single-images__image:not(:first-of-type) {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-single-images__image.active {
  display: block;
  z-index: 1;
}
@media (min-width: 992px) {
  .product-single-images__image {
    aspect-ratio: 442/663;
  }
}
@media (max-width: 991.98px) {
  .product-single-images .product-labels {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-single-images .product-labels {
    z-index: 2;
  }
}
.product-single-images__btn {
  display: none;
}
@media (min-width: 992px) {
  .product-single-images__btn {
    display: block;
    text-align: center;
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .product-single-images__btn .button__link {
    min-width: 17.1875rem;
  }
}
@media (min-width: 992px) {
  .product-single-images__btn.hidden {
    display: none;
  }
}

.product-single-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .product-single-top {
    margin-bottom: 0.9375rem;
  }
}
.product-single-top__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.product-single-top__code {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #333333;
  padding: 0.375rem 0.75rem;
  background-color: #f2f0f1;
}
@media (min-width: 1200px) {
  .product-single-top__code {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding: 0.3125rem 0.375rem;
  }
}

.product-single-price-wrap {
  display: flex;
  gap: 0.625rem 1.125rem;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}
.product-single-price-wrap__price {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  font-weight: 500;
  color: #fe7143;
  order: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .product-single-price-wrap__price {
    font-size: 1.75rem;
    line-height: 1.1785714286;
  }
}
html.a11y-contrast-high .product-single-price-wrap__price,
html.a11y-contrast-high .product-single-price-wrap .product-single-price,
html.a11y-contrast-high .product-single-price-wrap .cena,
html.a11y-contrast-high .product-single-price-wrap .strike,
html.a11y-contrast-high .product-single-price-wrap .product-informations-item__price,
html.a11y-contrast-high .product-single-price-wrap .product-informations-item__price--discounted,
html.a11y-contrast-high .product-single-price-wrap .product-informations-item__price--base,
html.a11y-contrast-high .product-single-price-wrap .product-single-saving__info,
html.a11y-contrast-high .product-single-price-wrap .product-single-lowest-price,
html.a11y-contrast-high .product-single-price-wrap .product-single-price-wrap__price,
html.a11y-contrast-high .product-single-price-wrap .product-single-price-wrap__price span {
  color: #fff !important;
}
html.a11y-contrast-high .product-single-price-wrap .strike,
html.a11y-contrast-high .product-single-price-wrap .product-informations-item__price--base {
  color: #ffd84d !important;
}

.product-single-lowest-price {
  margin: 0 0 0.625rem;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #9f9f9f;
  order: 3;
}
@media (min-width: 992px) {
  .product-single-lowest-price {
    margin: 0.375rem 0 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}

.product-single-saving {
  display: flex;
  flex-direction: column;
  order: 2;
}
.product-single-saving:hover + .product-single-saving__info {
  display: block;
}
.product-single-saving__top {
  display: grid;
  align-items: center;
  grid-template-columns: 1.5rem 1fr 1.75rem;
  gap: 0.3125rem;
}
.product-single-saving__text {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  font-weight: 500;
  color: var(--primary);
}
.product-single-saving__info-icon {
  margin-left: 0.625rem;
}
.product-single-saving__info {
  width: 100%;
  order: 4;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.3636363636;
  background-color: #888888;
  padding: 0.75rem;
  border-radius: 5px;
  display: none;
}
@media (min-width: 992px) {
  .product-single-saving__info {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    padding: 0.8125rem;
  }
}

.product-single-colors {
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991.98px) {
  .product-single-colors {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .product-single-colors {
    margin-bottom: 1.5rem;
  }
}
.product-single-colors.has-error {
  border: 1px solid #ba4747;
  border-radius: 0.5rem;
  padding: 1rem;
}
.product-single-colors.has-error .product-single-colors__text {
  color: #ba4747;
}
.product-single-colors__text {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  margin-bottom: 0.625rem;
  color: #333333;
}
@media (max-width: 991.98px) {
  .product-single-colors__text {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .product-single-colors__text {
    margin-bottom: 0.375rem;
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.product-single-colors__text strong {
  font-weight: 500;
}
.product-single-colors__list {
  display: flex;
  flex-flow: row wrap;
  gap: 0.625rem;
  align-items: center;
}
@media (min-width: 992px) {
  .product-single-colors__list {
    gap: 0.625rem;
  }
}
@media (min-width: 1380px) {
  .product-single-colors__list {
    gap: 0.625rem;
  }
}
.product-single-colors__configurator {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
  display: grid;
  grid-template-columns: 1.875rem 1fr;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #333333;
  padding: 0.1875rem 0.53125rem;
}
@media (hover: hover) {
  .product-single-colors__configurator {
    transition: background-color 300ms ease-in-out 0ms;
  }
  .product-single-colors__configurator:hover {
    background-color: #d9d9d9;
  }
}
@media (min-width: 992px) {
  .product-single-colors__configurator {
    width: auto;
    flex: auto;
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.product-features {
  margin-top: 0.625rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .product-features {
    margin-bottom: 3.4375rem;
  }
}
.product-features__text {
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  margin-bottom: 0.3125rem;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-features__text {
    margin-bottom: 0.375rem;
    font-size: 0.9375rem;
    line-height: 1.1333333333;
  }
}
.product-features__text strong {
  font-weight: 500;
}
.product-features__list {
  width: 100%;
}
.product-features__list .swiper-wrapper {
  align-items: stretch;
}
.product-features__list .swiper-slide {
  height: auto;
}

.product-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0.25rem;
}
@media (min-width: 992px) {
  .product-feature {
    gap: 0.875rem;
  }
}
.product-feature__icon {
  flex: 0 0 auto;
  width: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-feature__icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media (min-width: 992px) {
  .product-feature__icon {
    width: 3rem !important;
  }
}
.product-feature__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.product-feature__title {
  font-size: 0.875rem;
  line-height: 1.0714285714;
  color: #333333;
  font-weight: 500;
}
@media (min-width: 992px) {
  .product-feature__title {
    font-size: 0.875rem;
    line-height: 1.0714285714;
  }
}
.product-feature__desc {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  color: #333333;
  opacity: 0.85;
}
@media (min-width: 992px) {
  .product-feature__desc {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}
.product-feature__fallback {
  color: #c00;
  opacity: 0.75;
}

.product-features__slider {
  position: relative;
}

.product-features__arrow-next {
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.product-features__arrow-next svg {
  transform: rotate(-90deg);
  width: 1rem;
  height: 1rem;
}

.product-single-sizes {
  margin-bottom: 1.25rem;
  /*font-weight: 500;*/
}
@media (min-width: 992px) {
  .product-single-sizes {
    margin-bottom: 1.5625rem;
  }
}
.product-single-sizes .product-single-sizes__text {
  font-weight: 400;
}
.product-single-sizes__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .product-single-sizes__item {
    gap: 0.5rem;
  }
}
.product-single-sizes__item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .product-single-sizes__item:not(:last-of-type) {
    margin-bottom: 2.125rem;
  }
}
.product-single-sizes__item.has-error {
  border: 1px solid #ba4747;
  border-radius: 0.5rem;
  padding: 1rem;
}
.product-single-sizes__item.has-error .product-single-sizes__text {
  color: #ba4747;
}
.product-single-sizes__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.product-single-sizes__text {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #333333;
}
@media (min-width: 992px) {
  .product-single-sizes__text {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.product-single-sizes__link {
  text-decoration: underline;
  /*color: var(--primary);*/
  color: #555654;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}
@media (min-width: 992px) {
  .product-single-sizes__link {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.product-single-sizes .glightbox.product-single-sizes__link {
  color: #555654;
}
@media (hover: hover) {
  .product-single-sizes .glightbox.product-single-sizes__link:hover {
    color: #555654;
  }
}
.product-single-sizes__list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 0.255rem;
  align-items: center;
}
@media (min-width: 992px) {
  .product-single-sizes__list {
    gap: 0.75rem;
  }
}
.product-single-sizes__caption {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #9f9f9f;
}
@media (min-width: 992px) {
  .product-single-sizes__caption {
    margin-top: 0.6875rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}

.product-single-sizes__error {
  color: #ba4747;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-top: 0.25rem;
}

.product-single-variants__error {
  color: #ba4747;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-top: 0.5rem;
}

.size-item {
  position: relative;
  cursor: pointer;
}
.size-item input {
  opacity: 0;
  position: absolute;
  left: 33%;
  top: 33%;
  z-index: 10;
}
.size-item input:checked + label {
  border-color: var(--primary);
  color: var(--primary);
  font-weight: 500;
}
.size-item input:disabled + label {
  border-color: #e1e1e1;
  cursor: not-allowed;
  color: #e1e1e1;
  position: relative;
}
.size-item input:disabled + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e1e1e1;
  top: 50%;
  transform: translateY(-50%);
}
.size-item input.powiadom:disabled + label {
  cursor: pointer;
  color: #e1e1e1;
  border-color: #e1e1e1;
}
.size-item input.powiadom:disabled + label:before {
  background-color: #e1e1e1;
  opacity: 0.6;
}
@media (hover: hover) {
  .size-item input:not(:disabled) + label:hover {
    border-color: var(--primary);
  }
}
.size-item input[name^=variantId][data-prevPrice]:not([data-prevPrice="0"]):not([data-prevPrice="0.00"]):not([data-prevPrice="0,00"]):not(:disabled):not(:checked) + label {
  color: var(--primary);
}
.size-item:has(input:hover) label {
  border-color: var(--primary);
}
.size-item label {
  min-width: 2.375rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1;
  border: 2px solid #d9d9d9;
  transition: border-color 300ms ease-in-out 0ms;
  border-radius: 5px;
  white-space: nowrap;
  padding: 0 0.15rem;
  z-index: 11;
}
@media (min-width: 992px) {
  .size-item label {
    min-width: 2.5rem;
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .size-item label {
    cursor: pointer;
  }
}
.size-item label.voucher {
  padding: 1.5rem 2rem;
}
.size-item label.voucher svg {
  margin-right: 0.5rem;
}
.size-item label.promo_label {
  color: #fe7143 !important;
}

.product-unavailable {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #f9f9f9;
  margin-bottom: 2rem;
}
.product-unavailable strong {
  font-weight: 500;
  color: #ba4747;
}

.powiadom_btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
  cursor: pointer;
  margin-top: 0.5rem;
}
.powiadom_btn:hover {
  color: var(--primary);
}

.product-single-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 1.25rem;
  border: none;
  flex-direction: column;
  /*
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: rem(5);
  align-items: flex-end;

  @include media-up(xs) {
    grid-template-columns: rem(50) 1fr rem(42);
  }

  @include media-up(lg) {
    grid-template-columns: rem(77) 1fr rem(67);
    gap: rem(12);
  }
  */
}
.product-single-actions:last-child {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #d9d9d9;
  gap: 0;
}
@media (max-width: 1199.98px) {
  .product-single-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left left" "center right";
    align-items: end;
  }
  .product-single-actions__left {
    grid-area: left;
  }
  .product-single-actions__center {
    grid-area: center;
  }
  .product-single-actions__right {
    grid-area: right;
  }
  .product-single-actions--btns {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .product-single-actions {
    flex-direction: row;
  }
}
.product-single-actions__left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1199.98px) {
  .product-single-actions__left {
    width: 100%;
  }
}
.product-single-actions__left .button {
  margin-top: 1rem;
  margin-right: 0rem;
}
@media (min-width: 992px) {
  .product-single-actions__left .button {
    margin-right: 1rem;
    margin-top: 0rem;
  }
}
.product-single-actions__center {
  padding-right: 2rem;
}
@media (max-width: 1199.98px) {
  .product-single-actions__center {
    max-width: 10rem;
  }
}
.product-single-actions__text {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .product-single-actions__text {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
.product-single-actions__quantity {
  width: 100%;
  height: 2.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-size: 1rem;
  line-height: 1.1875;
  appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 992px) {
  .product-single-actions__quantity {
    height: 3.125rem;
  }
}
.product-single-actions__quantity::-webkit-outer-spin-button, .product-single-actions__quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-single-actions__qty {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media (min-width: 992px) {
  .product-single-actions__qty {
    gap: 0.5rem;
  }
}
.product-single-actions__qty .product-single-actions__quantity {
  flex: 1 1 auto;
  width: 4rem;
  min-width: 0;
}
.product-single-actions__btn {
  width: 100%;
}
.product-single-actions__loya {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  align-items: center;
  padding-bottom: 0.625rem;
  justify-content: flex-end;
  font-size: 0.8125rem;
  line-height: 1.1538461538;
}
.product-single-actions__loya strong {
  font-weight: 500;
}
.product-single-actions__loya span:first-child {
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .product-single-actions__loya {
    margin-top: 1rem;
  }
}
.product-single-actions .qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 2.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  color: #888888;
  cursor: pointer;
  user-select: none;
  font-size: 1.6875rem;
  line-height: 1;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  transition: background-color border-color ease-in-out 0ms;
}
@media (min-width: 992px) {
  .product-single-actions .qty-btn {
    width: 2.5rem;
    height: 3.125rem;
  }
}
@media (hover: hover) {
  .product-single-actions .qty-btn:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
.product-single-actions .qty-btn--minus, .product-single-actions .qty-btn--plus {
  min-width: 1.25rem;
  border: none;
  font-weight: 500;
}
@media (min-width: 992px) {
  .product-single-actions .qty-btn--minus, .product-single-actions .qty-btn--plus {
    min-width: 1.875rem;
  }
}
.product-single-actions .button.product-single-actions__btn .button__link {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 100%;
}
.product-single-actions .button .button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  gap: 0.45rem;
}
@media (min-width: 992px) {
  .product-single-actions .button .button__link {
    min-height: 3.125rem;
  }
}
.product-single-actions .button .button__link small {
  color: #9f9f9f !important;
  text-transform: none;
}
@media (min-width: 992px) {
  .product-single-actions .button .button__link small {
    display: none;
  }
}

.product-single-favorite {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 300ms ease-in-out 0ms;
}
.product-single-favorite.active {
  background-color: var(--primary);
}
.product-single-favorite.active path {
  fill: #fff;
}
.product-single-favorite path {
  transition: fill 300ms ease-in-out 0ms;
}
@media (hover: hover) {
  .product-single-favorite {
    cursor: pointer;
  }
  .product-single-favorite:hover {
    background-color: var(--primary);
  }
  .product-single-favorite:hover path {
    fill: #fff;
  }
}

.product-single-infos {
  margin-top: 1rem;
}
.product-single-infos p {
  color: #434344;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  padding-top: 0.625rem;
  text-align: justify;
}
@media (min-width: 992px) {
  .product-single-infos p {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    padding-top: 0.75rem;
  }
}
.product-single-infos strong {
  font-weight: 500;
}
@media (min-width: 992px) {
  .product-single-infos {
    margin-top: 0.5rem;
  }
}

.product-single-subtitle {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  color: #555654;
}
.product-single-subtitle p {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #555654;
}
@media (min-width: 992px) {
  .product-single-subtitle p {
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
.product-single-subtitle a {
  /*color: var(--primary);*/
  color: #555654;
  text-decoration: underline;
}
.product-single-subtitle strong {
  color: #555654;
  font-weight: 500;
}

.product-single-delivery {
  font-size: 0.875rem;
  line-height: 1.3571428571;
  color: #333333;
  margin-bottom: 0.3125rem;
}
@media (min-width: 992px) {
  .product-single-delivery {
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}
@media (max-width: 991.98px) {
  .product-single-delivery {
    margin-bottom: 0;
  }
}
.product-single-delivery span {
  white-space: nowrap;
}
.product-single-delivery strong {
  font-weight: 500;
  color: #ba4747;
  white-space: nowrap;
}
.product-single-delivery p {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: flex-start;
}

.product-single-icons {
  margin-top: 1.875rem;
  display: flex;
  gap: 2%;
  padding: 0 3%;
  flex-direction: row;
  align-items: stretch;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .product-single-icons {
    /*flex-direction: row;*/
  }
}
.product-single-icons__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.625rem 0;
  flex: 1 1 0;
  min-height: 5.25rem;
  align-items: center;
  text-align: center;
}
.product-single-icons__item.svgstroke svg g path {
  /*stroke: var(--primary);*/
  stroke: #555654;
}
.product-single-icons__item.svgfill svg {
  /*fill: var(--primary);*/
  fill: #555654;
}
.product-single-icons__item span > span {
  white-space: nowrap;
}
.product-single-icons__item:not(:last-child) {
  /*
  padding-bottom: rem(14);
  margin-bottom: rem(14);
  */
  /*border-bottom: 1px solid rgba(var(--primary-rgb), 0.44);*/
}
@media (min-width: 992px) {
  .product-single-icons__item:not(:last-child) {
    /*
    padding-bottom: rem(32);
    margin-bottom: rem(32);
    */
  }
}
.product-single-icons p {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #333333;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .product-single-icons p {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
.product-single-icons p .button {
  margin-top: auto;
}
.product-single-icons strong {
  font-weight: 500;
  color: var(--primary);
}
.product-single-icons button {
  padding: 0.5rem !important;
  font-size: 0.8rem !important;
  margin-top: 0.5rem !important;
  letter-spacing: 0 !important;
}

html.a11y-contrast-high .product-single-icons__item {
  color: #fff !important;
}
html.a11y-contrast-high .product-single-icons__item.svgstroke svg g path {
  stroke: #ffd84d !important;
}
html.a11y-contrast-high .product-single-icons__item.svgfill svg {
  fill: #ffd84d !important;
}
html.a11y-contrast-high .product-single-icons__item strong {
  color: #ffd84d !important;
}
html.a11y-contrast-high .product-single-icons__item p {
  color: #fff !important;
}
html.a11y-contrast-high .product-single-icons__item p strong {
  color: #ffd84d !important;
}
html.a11y-contrast-high .product-single-icons__item:not(:last-child) {
  border-color: #ffd84d !important;
}

/*
 * Product Informations
 */
.product-informations {
  margin: 2.1875rem 0 1.875rem;
}
@media (min-width: 992px) {
  .product-informations {
    margin: 2.8125rem 0 6.875rem;
  }
}
@media (min-width: 1892px) {
  .product-informations__wrapper {
    max-width: 1378px;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-informations__content h1,
.product-informations__content h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .product-informations__content h1,
.product-informations__content h2 {
    margin-bottom: 0.78125rem;
  }
}
.product-informations__content > *:last-child {
  margin-bottom: 0;
}
.product-informations__list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.375rem;
}
@media (min-width: 992px) {
  .product-informations__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.78125rem;
    padding-top: 1.875rem;
    border-top: 1px solid #d9d9d9;
  }
}
@media (min-width: 1380px) {
  .product-informations__list {
    gap: 4.0625rem;
  }
}
.product-informations__bottom-content {
  color: #333333;
  padding-top: 1.5rem;
  margin-top: 2.75rem;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .product-informations__bottom-content {
    padding-top: 2rem;
    margin-top: 3.875rem;
  }
}
.product-informations__bottom-content p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .product-informations__bottom-content p {
    display: inline-flex;
    width: 100%;
  }
}
.product-informations__bottom-content strong {
  font-weight: 500;
}
.product-informations__bottom-content > *:not(:last-child) {
  margin-bottom: 0.875rem;
}
@media (min-width: 992px) {
  .product-informations__bottom-content > *:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .product-informations__bottom-content > * {
    max-width: 55.9375rem;
  }
}
.product-informations__bottom-content svg,
.product-informations__bottom-content img {
  margin: 0 auto 1.5rem;
  display: block;
  min-width: 16.625rem;
}
@media (min-width: 992px) {
  .product-informations__bottom-content svg,
.product-informations__bottom-content img {
    display: inline-block;
    min-width: 15.625rem;
    margin: 0 2.8125rem 0 0;
    float: left;
  }
}
.product-informations .accordions-section {
  margin: 1.5rem 0 0 0;
}
@media (min-width: 992px) {
  .product-informations .accordions-section {
    margin: 1.5rem 0 0 0;
    max-width: 68.75rem;
  }
}

/*
 * Product Single: Collapsible description
 */
.product-single-desc {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.product-single-desc::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
.product-single-desc.is-expanded {
  display: block;
  -webkit-line-clamp: initial;
  overflow: visible;
}
.product-single-desc.is-expanded::after {
  display: none;
}

.product-single-desc__more {
  margin-top: 0.5rem;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--primary);
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.3571428571;
}
@media (hover: hover) {
  .product-single-desc__more {
    cursor: pointer;
  }
}

.product-informations-item {
  display: grid;
  grid-template-columns: 5.25rem 1fr;
  gap: 0.75rem;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .product-informations-item {
    grid-template-columns: 15.625rem 1fr;
    gap: 1.875rem;
  }
}
.product-informations-item__image-link {
  display: block;
  line-height: 0;
  position: relative;
}
.product-informations-item__image {
  width: 100%;
  object-fit: cover;
  max-height: 7.9375rem;
}
@media (min-width: 1200px) {
  .product-informations-item__image {
    max-height: 23.4375rem;
  }
}
.product-informations-item__image:not(:first-child) {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-informations-item__image:not(:first-child).active {
  display: block;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .product-informations-item__image {
    max-height: 8.125rem;
  }
}
.product-informations-item__title {
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .product-informations-item__title {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1.25rem;
  }
}
.product-informations-item__title-link {
  color: #333333;
}
@media (hover: hover) {
  .product-informations-item__title-link:hover {
    color: var(--primary);
  }
}
.product-informations-item__price-wrap {
  display: flex;
  align-items: baseline;
  flex-flow: row wrap;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .product-informations-item__price-wrap {
    gap: 0.5625rem;
  }
}
.product-informations-item__price {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
  color: #434344;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .product-informations-item__price {
    font-size: 1.375rem;
    line-height: 1.2272727273;
  }
}
.product-informations-item__price--discounted {
  color: #fe7143;
}
.product-informations-item__price--base {
  font-weight: 400;
  color: #b8b8b8;
}
@media (min-width: 992px) {
  .product-informations-item__price--base {
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}
.product-informations-item__lowest-price {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  color: #9f9f9f;
}
@media (min-width: 992px) {
  .product-informations-item__lowest-price {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-bottom: 1.875rem;
  }
}
.product-informations-item__colors {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .product-informations-item__colors {
    gap: 0.375rem;
  }
}
.product-informations-item__colors-text {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #333333;
}
@media (min-width: 992px) {
  .product-informations-item__colors-text {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.product-informations-item__colors-list {
  display: flex;
  flex-flow: row wrap;
  gap: 0.75rem 0.375rem;
}
@media (min-width: 1200px) {
  .product-informations-item__colors-list {
    gap: 0.625rem 0.3125rem;
  }
}
.product-informations-item__btn {
  margin-top: 1.1875rem;
}
@media (min-width: 1200px) {
  .product-informations-item__btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .product-informations-item__btn .button__link {
    min-width: 14.75rem;
  }
}

@media (max-width: 991.98px) {
  .product-single .breadcrumbs {
    padding: 0;
  }
  .product-single .breadcrumbs .breadcrumbs__container {
    display: block;
  }
}
@media (min-width: 992px) {
  .product-single .breadcrumbs {
    --breadcrumbs-margin-top: rem(32);
    margin-top: 0;
  }
}

/*
 * Related products
 */
.related-products {
  margin: 1.875rem 0;
}
@media (min-width: 992px) {
  .related-products {
    margin: 5rem 0 5rem 0;
  }
}
.related-products__content h1,
.related-products__content h2 {
  margin-bottom: 2.4375rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}
@media (min-width: 992px) {
  .related-products__content h1,
.related-products__content h2 {
    margin-bottom: 1.75rem;
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}
.related-products__content > *:last-child {
  margin-bottom: 0;
}
.related-products__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.625rem 0.625rem;
  margin-top: 0.625rem;
  /* Ensure grid children don't stretch tracks due to overflow content */
}
.related-products__list > * {
  min-width: 0;
}
@media (min-width: 375px) {
  .related-products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .related-products__list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1.75rem;
  }
}
.related-products__list > *:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
  display: none;
}
.related-products__list > *:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)).active {
  display: block;
}
.related-products__btn {
  text-align: center;
  margin-top: 0.9375rem;
}
.related-products__btn.hidden {
  display: none;
}
@media (min-width: 992px) {
  .related-products__btn {
    margin-top: 2.1875rem;
  }
}
.related-products__btn .button__link {
  width: auto !important;
}

/*
 * Promo popup
 */
.modal .grecaptcha-clause {
  color: #fff;
  font-size: 12px;
}
.modal .grecaptcha-clause a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.modal__container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .modal__container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.modal__container--lg {
  max-width: 85vw;
}
.modal__wrapper {
  border-radius: 5px;
  background-color: rgba(var(--primary-rgb), 0.9);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px) brightness(115%);
  position: relative;
  padding: 3.125rem 1.25rem 1.875rem 1.25rem;
  margin: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .modal__wrapper {
    max-width: 34.375rem;
    min-height: 14.875rem;
    max-height: 80vh;
    padding: 2.8125rem 3.65625rem 1.875rem 3.65625rem;
  }
}
.modal__wrapper--lg {
  max-width: 80vw;
  max-height: 80vh;
}
@media (min-width: 992px) {
  .modal__wrapper--md {
    max-width: 60vw;
    max-height: 60vh;
  }
}
.modal__content, .modal__close {
  z-index: 1;
}
.modal__content {
  position: relative;
  color: #fff;
  text-align: center;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.modal__content.text-left {
  text-align: left !important;
}
.modal__content h1,
.modal__content h2,
.modal__content h3 {
  font-weight: 500;
  text-transform: uppercase;
}
.modal__content h1,
.modal__content h2,
.modal__content h5 {
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
@media (min-width: 992px) {
  .modal__content h1,
.modal__content h2,
.modal__content h5 {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}
.modal__content h3 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .modal__content h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 4.625rem;
  }
}
.modal__content h5 {
  font-size: 1.0625rem;
  line-height: 1.1764705882;
}
@media (min-width: 992px) {
  .modal__content h5 {
    font-size: 1.375rem;
    line-height: 1.0909090909;
  }
}
.modal__content ul {
  margin-bottom: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem 0;
}
@media (min-width: 992px) {
  .modal__content ul {
    margin-bottom: 2.8125rem;
  }
}
.modal__content ul.dots {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.modal__content p,
.modal__content li {
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media (min-width: 992px) {
  .modal__content p,
.modal__content li {
    font-size: 1rem;
  }
}
.modal__content p {
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .modal__content p {
    margin-bottom: 0.9375rem;
  }
}
.modal__content h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.modal__content strong {
  font-weight: 500;
}
.modal__content > *:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .modal .modal-body a:not(.button__link):hover {
    color: #d9d9d9;
  }
}
.modal.micromodal-slide .button .button__link,
.modal.micromodal-slide .button.is-style-outline .button__link,
.modal.micromodal-slide .button.is-style-outline-rev .button__link {
  background-color: var(--primary-darker) !important;
  border-color: var(--primary-darker) !important;
  color: #fff !important;
}
@media (hover: hover) {
  .modal.micromodal-slide .button .button__link:hover,
.modal.micromodal-slide .button.is-style-outline .button__link:hover,
.modal.micromodal-slide .button.is-style-outline-rev .button__link:hover {
    background-color: var(--primary-darker) !important;
    border-color: var(--primary-darker) !important;
    color: #fff !important;
  }
}
.modal-title {
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .modal-title {
    margin-bottom: 1.25rem;
  }
}
.modal__close {
  position: absolute;
  top: 0.5rem !important;
  right: 0.5rem !important;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .modal__close {
    transition: background-color 300ms ease-in-out 0ms , border-color 300ms ease-in-out 0ms;
    cursor: pointer;
  }
  .modal__close:hover {
    background-color: var(--primary);
    border-color: var(--primary);
  }
  .modal__close:hover svg,
.modal__close:hover img {
    filter: brightness(0) invert(1);
  }
}
.modal__close svg,
.modal__close img {
  pointer-events: none;
  transition: filter 300ms ease-in-out 0ms;
}
@media (min-width: 992px) {
  .modal__close {
    width: 2.1875rem;
    height: 2.1875rem;
    top: 0.5rem !important;
    right: 0.5rem !important;
  }
}

.product-single-price-wrap #prevPrice {
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  font-weight: 400;
  color: #6e6e6e;
  color: #555654;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem;
}

.product-single-price-wrap #prevPrice .product-single-price-wrap__prev-value {
  text-decoration: line-through;
  color: #555654;
}

.product-single-price-wrap #currentPrice {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
  white-space: nowrap;
  /*color:var(--primary);*/
  color: #555654;
  text-align: right;
}
@media (max-width: 991.98px) {
  .product-single-price-wrap #currentPrice {
    font-size: 30px;
    line-height: 30px;
  }
}

.product-single-price-wrap #currentPrice.promo {
  color: #fe7143;
}

.product-single-price-wrap .strike {
  text-decoration: none;
}

.product-single-price-wrap .product-single-price-wrap__discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1875rem 0.5rem;
  border-radius: 62.4375rem;
  background-color: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.product-single-price-wrap .koszty {
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  font-weight: 400;
  color: #555654;
  text-align: right;
}
.product-single-price-wrap .koszty a {
  color: #555654;
  text-decoration: underline;
}
@media (hover: hover) {
  .product-single-price-wrap .koszty a:hover {
    color: #555654;
  }
}

.shipping-costs-modal {
  z-index: 10002;
}

.shipping-costs-modal .modal__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.shipping-costs-modal__wrapper {
  max-height: 70vh;
  min-height: 8rem;
  max-width: min(800px, 100%);
  padding: 2.8125rem;
}

@media (max-width: 991.98px) {
  .shipping-costs-modal__wrapper {
    padding: 2.8125rem 0.9375rem;
  }
}
.shipping-costs-modal__body {
  padding-top: 0.625rem;
}

.shipping-costs-modal__body p {
  margin-bottom: 0.625rem;
  margin-right: 1.875rem;
}

.shipping-costs-modal .delivery_country {
  display: none;
  margin-left: 0;
  margin-right: 0;
}

.shipping-costs-modal .delivery_country.active {
  display: block;
}

.shipping-costs-modal .modal__container {
  overflow: visible;
}

.shipping-costs-modal .modal__content {
  overflow: visible;
}

.shipping-costs-modal .delivery_select_list {
  color: #333333;
  margin-top: 0.9375rem;
  max-height: calc(70vh - 14rem);
  overflow-y: auto;
}

.shipping-costs-modal .delivery_table {
  color: #333333;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  min-width: 600px;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1.5625rem;
  background: #fff;
}

.shipping-costs-modal .delivery_table thead tr:nth-child(2n+1) {
  background: var(--primary);
  color: #fff;
}

.shipping-costs-modal .delivery_table td {
  padding: 0.75rem;
  height: 4.625rem;
  border: 0.15rem solid #fff;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
}

.shipping-costs-modal .delivery_table th {
  padding: 0.75rem;
  min-width: 6.25rem;
  border: 0.15rem solid #fff;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

.shipping-costs-modal__body .delivery_table {
  width: 100%;
}

.shipping-costs-modal .delivery_table td img {
  max-width: 6.25rem;
}

.shipping-costs-modal .delivery_country h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
  margin: 1.25rem 0 0.625rem;
  font-weight: 600;
}

.shipping-costs-modal .nice-select-dropdown {
  height: 135px;
  overflow: auto;
}

.shipping-costs-modal .nice-select-dropdown ul.list {
  margin-left: 0;
  padding-right: 0.375rem;
}

.shipping-costs-modal .nice-select-dropdown .disabled {
  display: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  width: 100%;
}

table tr td {
  line-height: 1.25;
  vertical-align: top;
}

.dn {
  display: none !important;
}

.error {
  color: #ba4747;
  font-weight: 500;
  margin: 1rem 0;
}

.gdesc-inner {
  display: none;
}

/*
 * Product Single: color swatches
 */
.product-single select[name=variantId] + .nice-select.variant-selected {
  border-color: var(--primary);
}
.product-single select[name=variantId] + .nice-select.variant-selected .current {
  color: var(--primary);
  font-weight: 500;
}
.product-single .product-single-colors__list .color-item input[type=radio][name^=variantId]:checked + label::before,
.product-single .product-single-colors__list .color-item input[type=checkbox][name^=variantId]:checked + label::before,
.product-single .product-single-colors__list .color-item input[type=radio][name^=variantId]:checked + label .color-item__icon::before,
.product-single .product-single-colors__list .color-item input[type=checkbox][name^=variantId]:checked + label .color-item__icon::before {
  border-color: var(--primary);
}
.product-single .product-single-colors__list .color-item,
.product-single .product-single-colors__list .color-item__icon,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label,
.product-single .product-single-colors__list button.color-item,
.product-single .product-single-colors__list a.color-item {
  width: 2rem;
  height: 2rem;
  padding: 0.1875rem;
}
.product-single .product-single-colors__list .color-item__icon::before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label::before,
.product-single .product-single-colors__list button.color-item::before,
.product-single .product-single-colors__list a.color-item::before {
  width: 1.75rem;
  height: 1.75rem;
  top: 0.125rem;
  left: 0.125rem;
  transform: none;
  backface-visibility: visible;
}
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#fff"],
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#ffffff"],
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#FFF"],
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#FFFFFF"],
.product-single .product-single-colors__list .color-item__icon[style*="#fff"],
.product-single .product-single-colors__list .color-item__icon[style*="#ffffff"],
.product-single .product-single-colors__list .color-item__icon[style*="#FFF"],
.product-single .product-single-colors__list .color-item__icon[style*="#FFFFFF"],
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#fff"],
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#ffffff"],
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#FFF"],
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#FFFFFF"] {
  border: 1px solid #d9d9d9;
}
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#fff"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#ffffff"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#FFF"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#FFFFFF"]:before,
.product-single .product-single-colors__list .color-item__icon[style*="#fff"]:before,
.product-single .product-single-colors__list .color-item__icon[style*="#ffffff"]:before,
.product-single .product-single-colors__list .color-item__icon[style*="#FFF"]:before,
.product-single .product-single-colors__list .color-item__icon[style*="#FFFFFF"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#fff"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#ffffff"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#FFF"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#FFFFFF"]:before {
  border-color: #d9d9d9;
  top: 0.0625rem;
  left: 0.0625rem;
}
@media (min-width: 1380px) {
  .product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#fff"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#ffffff"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#FFF"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text) label[style*="#FFFFFF"]:before,
.product-single .product-single-colors__list .color-item__icon[style*="#fff"]:before,
.product-single .product-single-colors__list .color-item__icon[style*="#ffffff"]:before,
.product-single .product-single-colors__list .color-item__icon[style*="#FFF"]:before,
.product-single .product-single-colors__list .color-item__icon[style*="#FFFFFF"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#fff"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#ffffff"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#FFF"]:before,
.product-single .product-single-colors__list .color-item:not(.color-item--has-text)[style*="#FFFFFF"]:before {
    top: 0.0625rem;
    left: 0.0625rem;
  }
}

#telefonModalBody p {
  margin-top: 2rem;
}
#telefonModalBody p a {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.625rem;
  gap: 1rem;
  cursor: pointer;
}
#telefonModalBody p a svg {
  fill: #fff;
}

.embroidery-info,
.embroidery-info p {
  text-align: left;
}

.embroidery-info ul {
  padding-left: 2.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  list-style-type: disc;
}

.embroidery-info .button {
  margin: 2rem 0;
}
/*# sourceMappingURL=single-product.css.map */
