@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"); }
.search-result .view-all-results, .counter-wrapper .counter, .counter-wrapper .add-to-cart, .error-page .back-to-home, .loader-wrapper, .search-result .search-drop-content .search-result-item form button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.search-result .search-drop-content .search-result-item a {
  display: flex;
  align-items: center; }

.search-result .search-drop-content .search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between; }

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

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

.search-result .view-all-results {
  height: 42px;
  width: max-content;
  border: 1px solid #143F47;
  border-radius: 8px;
  padding: 0 16px;
  color: #143F47;
  margin: 0 auto 30px;
  transition: 0.3s; }
  .search-result .view-all-results svg {
    margin-left: 8px; }
  .search-result .view-all-results svg path {
    transition: 0.3s; }
  .search-result .view-all-results:hover svg path {
    stroke: #D2AC68; }
  .search-result .view-all-results:hover {
    color: #D2AC68;
    background-color: #143F47; }

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

body {
  width: 100%;
  margin: 0 auto;
  font-family: 'NeueMontreal';
  scrollbar-gutter: stable; }

html {
  scrollbar-gutter: stable; }

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 .new-icon.hasSale {
        top: 50px; }
    .product-item .product-image img {
      width: 100%;
      height: 400px;
      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 {
    color: #000000;
    margin-top: 12px;
    display: block; }
  .product-item .product-price-l {
    color: #7D7D7D;
    margin-top: 12px;
    font-size: 14px;
    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;
    min-height: 60px; }
    @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; }

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.8; }

.search-result {
  max-width: 1618px;
  width: 100%;
  margin: 0 auto; }
  .search-result .search-drop-content {
    background: #fff;
    max-height: 446px;
    overflow: auto;
    padding: 16px 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    .search-result .search-drop-content::-webkit-scrollbar {
      width: 4px; }
      @media (max-width: 950px) {
        .search-result .search-drop-content::-webkit-scrollbar {
          width: 8px; } }
    .search-result .search-drop-content::-webkit-scrollbar-track {
      border-radius: 10px; }
    .search-result .search-drop-content::-webkit-scrollbar-thumb {
      background: #143F47;
      border-radius: 10px; }
    .search-result .search-drop-content::-webkit-scrollbar-thumb:hover {
      background: #143F47; }
    .search-result .search-drop-content .search-result-item {
      border-bottom: 1px solid #DAE0E1;
      margin-bottom: 24px;
      padding-bottom: 16px;
      gap: 16px; }
      .search-result .search-drop-content .search-result-item a {
        width: 680px;
        gap: 16px; }
        .search-result .search-drop-content .search-result-item a img {
          width: 84px;
          height: 84px; }
        @media (max-width: 950px) {
          .search-result .search-drop-content .search-result-item a {
            width: 420px; } }
        @media (max-width: 600px) {
          .search-result .search-drop-content .search-result-item a {
            width: 100%; } }
      .search-result .search-drop-content .search-result-item .sr-name {
        color: #143F47; }
      .search-result .search-drop-content .search-result-item form button {
        background: #143F47;
        border-radius: 8px;
        height: 44px;
        width: 44px;
        transition: 0.3s;
        border: 1px solid #143F47;
        color: #D2AC68;
        padding: 0 8px; }
        .search-result .search-drop-content .search-result-item form button svg {
          min-width: 16px; }
          @media (max-width: 1055px) {
            .search-result .search-drop-content .search-result-item form button svg {
              margin-left: 0; } }
        .search-result .search-drop-content .search-result-item form button svg path {
          transition: 0.3s; }
        .search-result .search-drop-content .search-result-item form button:hover svg path {
          stroke: #143F47; }
        .search-result .search-drop-content .search-result-item form button:hover {
          color: #143F47;
          background-color: #fff; }
        @media (max-width: 550px) {
          .search-result .search-drop-content .search-result-item form button {
            width: 50px;
            min-width: 50px; } }
      @media (max-width: 600px) {
        .search-result .search-drop-content .search-result-item {
          flex-direction: column; } }
    @media (max-width: 1025px) {
      .search-result .search-drop-content {
        max-height: calc(100vh - 280px); } }
  .search-result .view-all-results {
    margin-bottom: 0; }
  .search-result .price-content {
    text-align: center; }
    .search-result .price-content .old-price {
      color: #7D7D7D;
      font-size: 14px;
      text-decoration: line-through; }
      .search-result .price-content .old-price + .sr-price {
        color: #E03E2D; }
  @media (max-width: 1720px) {
    .search-result {
      max-width: 80%; } }
  @media (max-width: 650px) {
    .search-result {
      max-width: 100%; } }

.hiddenOverflow {
  overflow: hidden; }

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