@font-face {
  font-family: "NeueMontreal";
  src: url("/fonts/NeueMontreal-Regular.otf");
}
@font-face {
  font-family: "NeueMontrealMedium";
  src: url("/fonts/NeueMontreal-Medium.otf");
}
@font-face {
  font-family: "NeueMontrealBold";
  src: url("/fonts/NeueMontreal-Bold.otf");
}
.loader-wrapper, .error-page .back-to-home, .counter-wrapper .add-to-cart, .counter-wrapper .counter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error-page, .static-page-content {
  max-width: 94%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1740px) {
  .error-page, .static-page-content {
    max-width: 93%;
    margin: 0 auto;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "NeueMontreal";
}

button {
  cursor: pointer;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

a {
  text-decoration: none;
}

.open {
  display: block !important;
}

.openFlex {
  display: flex !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-item {
  width: 100%;
  border-radius: 8px;
  background: #F7F7F7;
  padding: 16px;
}
.product-item .product-image {
  position: relative;
  background-color: #fff;
  display: block;
  border-radius: 8px;
}
.product-item .product-image .new-icon {
  position: absolute;
  left: 6px;
  top: 4px;
  display: block;
  padding: 7px 12px;
  background-color: #D2AC68;
  border-radius: 250px;
  color: #fff;
}
.product-item .product-image img {
  width: 100%;
  height: 451px;
  object-fit: contain;
}
@media (max-width: 1450px) {
  .product-item .product-image img {
    height: 315px;
  }
}
@media (max-width: 1055px) {
  .product-item .product-image img {
    height: 260px;
  }
}
@media (max-width: 850px) {
  .product-item .product-image img {
    height: 248px;
  }
}
.product-item .product-image .discount-wrapper {
  position: relative;
}
.product-item .product-image .discount-wrapper .discount {
  position: absolute;
  left: 6px;
  top: 4px;
  display: block;
  padding: 7px 12px;
  background-color: #E03E2D;
  border-radius: 250px;
  color: #fff;
  font-size: 16px;
}
.product-item .product-image .discount-wrapper .discount-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #DAE0E1;
  padding: 7px;
  width: 154px;
  top: 39px;
  left: 6px;
}
.product-item .product-image .discount-wrapper .discount-dropdown p {
  font-size: 12px;
  color: #000;
  padding: 1px 0;
}
.product-item .product-image .discount-wrapper:hover .discount-dropdown {
  display: block;
}
.product-item .product-name, .product-item .product-price-l {
  color: #000000;
  margin-top: 12px;
  display: block;
}
.product-item .product-name {
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media (max-width: 1450px) {
  .product-item .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
  }
}
.product-item .product-price {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: "NeueMontrealMedium";
}
.product-item .price-container_ {
  margin-bottom: 16px;
  height: 44px;
}
.product-item .price-container_ .product-price {
  font-size: 14px;
  color: #7D7D7D;
  margin-bottom: 7px;
}
.product-item .price-container_ .without-discount {
  color: #000000;
  font-size: 16px;
  font-family: "NeueMontrealMedium";
}
.product-item .price-container_ .discounted-price {
  color: #E03E2D;
  font-size: 16px;
  font-family: "NeueMontrealMedium";
}
@media (max-width: 550px) {
  .product-item {
    padding: 8px;
  }
}

.counter-wrapper {
  width: 100%;
  border: 1px solid #D4DBDC;
  border-radius: 8px;
}
.counter-wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (max-width: 550px) {
  .counter-wrapper form {
    display: flex;
  }
}
.counter-wrapper button {
  border: 0;
  background-color: transparent;
}
.counter-wrapper .counter input {
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: center;
  color: #143F47;
  font-size: 16px;
}
.counter-wrapper .counter button:disabled {
  color: #A1B2B5 !important;
  cursor: default;
}
.counter-wrapper .counter button:disabled svg path {
  stroke: #A1B2B5 !important;
}
.counter-wrapper .counter button {
  padding-inline: 16px;
}
.counter-wrapper .counter button svg path {
  transition: 0.3s;
}
.counter-wrapper .counter button:hover svg path {
  stroke: #D2AC68;
}
@media (max-width: 550px) {
  .counter-wrapper .counter button {
    padding-inline: 9px;
  }
}
@media (max-width: 1055px) {
  .counter-wrapper .counter {
    min-width: 135px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .counter-wrapper .counter {
    min-width: 97px;
    width: 100%;
  }
}
.counter-wrapper .add-to-cart {
  background: #143F47;
  border-radius: 8px;
  height: 44px;
  transition: 0.3s;
  border: 1px solid #143F47;
  color: #D2AC68;
  padding: 0 8px;
}
.counter-wrapper .add-to-cart svg {
  min-width: 16px;
  margin-left: 12px;
}
@media (max-width: 1055px) {
  .counter-wrapper .add-to-cart svg {
    margin-left: 0;
  }
}
.counter-wrapper .add-to-cart span {
  font-size: 16px;
}
@media (max-width: 1740px) {
  .counter-wrapper .add-to-cart span {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 1055px) {
  .counter-wrapper .add-to-cart span {
    display: none;
  }
}
.counter-wrapper .add-to-cart svg path {
  transition: 0.3s;
}
.counter-wrapper .add-to-cart:hover svg path {
  stroke: #143F47;
}
.counter-wrapper .add-to-cart:hover {
  color: #143F47;
  background-color: #fff;
}
@media (max-width: 550px) {
  .counter-wrapper .add-to-cart {
    width: 50px;
    min-width: 50px;
  }
}

.red {
  color: #E03E2D;
}

.static-page-content {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 1055px) {
  .static-page-content {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.static-page-content .static-page-title {
  font-size: 48px;
  font-family: "NeueMontrealMedium";
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 500;
  color: #143F47;
}
@media (max-width: 1250px) {
  .static-page-content .static-page-title {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
@media (max-width: 850px) {
  .static-page-content .static-page-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.static-page-content .static-page-txt {
  color: #143F47;
}

.error-page {
  padding-block: 24px;
  min-height: calc(100vh - 507px);
}
.error-page img {
  margin-bottom: 16px;
}
.error-page .error-title {
  color: #143F47;
  font-family: "NeueMontrealMedium";
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
}
.error-page .error-text {
  color: #143F47;
  font-size: 16px;
  text-align: center;
}
.error-page .back-to-home {
  background: #143F47;
  border-radius: 8px;
  min-height: 42px;
  max-height: 42px;
  transition: 0.3s;
  border: 1px solid #143F47;
  color: #D2AC68;
  padding-inline: 16px;
  margin-top: 24px;
}
.error-page .back-to-home svg {
  margin-left: 12px;
}
.error-page .back-to-home svg path {
  transition: 0.3s;
}
.error-page .back-to-home:hover svg path {
  stroke: #143F47;
}
.error-page .back-to-home:hover {
  color: #143F47;
  background-color: #fff;
}

#loaderBlock {
  position: fixed;
  inset: 0;
  background: rgba(128, 128, 128, 0.22);
  z-index: 9999999999;
  display: none;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.15);
  border-top-color: #000;
  animation: spin 1s linear infinite;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.w-d {
  text-decoration: line-through;
}

.logo {
  position: relative;
  top: 3px;
}

@media (max-width: 850px) {
  .hiddenOverflow {
    overflow: hidden;
  }
}

.hiddenOverflowMenu {
  overflow: hidden;
}

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