@font-face {
  font-family: 'NEXA Light';
  src: url("../fonts/Nexa-Light.woff2") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NEXA Bold';
  src: url("../fonts/Nexa-Bold.woff2") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NEXA Bold cyr';
  src: url("../fonts/Nexa-Bold5.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Noah Regular Italic';
  src: url("../fonts/Noah-RegularItalic.otf") format("opentype"), url("../fonts/Noah-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Noah Bold Italic';
  src: url("../fonts/Noah-BoldItalic.otf") format("opentype"), url("../fonts/Noah-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Noah Regular';
  src: url("../fonts/Noah-Regular.otf") format("opentype"), url("../fonts/Noah-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noah Bold';
  src: url("../fonts/Noah-Bold.otf") format("opentype"), url("../fonts/Noah-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* line 1, ../sass/shop/shop-result.scss */
.ShopWr {
  position: relative;
  overflow: hidden;
}
/* line 6, ../sass/shop/shop-result.scss */
.ShopWr .site-title h1 {
  display: inline;
}

/* line 12, ../sass/shop/shop-result.scss */
.ShopResult {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 20px;
  margin-top: 75px;
}

/* line 28, ../sass/shop/shop-result.scss */
.mse2_pagination {
  position: relative;
  margin-top: 40px;
}
/* line 32, ../sass/shop/shop-result.scss */
.mse2_pagination .pagination {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 10px;
}
/* line 48, ../sass/shop/shop-result.scss */
.mse2_pagination .page-item {
  position: relative;
}
/* line 51, ../sass/shop/shop-result.scss */
.mse2_pagination .page-item:nth-child(1), .mse2_pagination .page-item:nth-child(2), .mse2_pagination .page-item:nth-last-child(1), .mse2_pagination .page-item:nth-last-child(2) {
  display: none;
}
/* line 56, ../sass/shop/shop-result.scss */
.mse2_pagination .page-item.active .page-link {
  background: #263247;
  color: #fff;
}
/* line 63, ../sass/shop/shop-result.scss */
.mse2_pagination .page-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #263247;
  border-radius: 50%;
  font-weight: 600;
  font-size: 16px;
}
@media (hover: hover) {
  /* line 80, ../sass/shop/shop-result.scss */
  .mse2_pagination .page-link:hover {
    background: #263247;
    color: #fff;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1479px) {
  /* line 90, ../sass/shop/shop-result.scss */
  .ShopResult {
    gap: 50px 20px;
    margin-top: 65px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /* line 99, ../sass/shop/shop-result.scss */
  .ShopResult {
    gap: 40px 15px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 108, ../sass/shop/shop-result.scss */
  .ShopResult {
    gap: 40px 0px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 117, ../sass/shop/shop-result.scss */
  .ShopResult {
    gap: 30px 0px;
    margin-top: 30px;
  }

  /* line 122, ../sass/shop/shop-result.scss */
  .mse2_pagination {
    margin-top: 0px;
  }
  /* line 125, ../sass/shop/shop-result.scss */
  .mse2_pagination .pagination {
    gap: 5px 7px;
  }
  /* line 129, ../sass/shop/shop-result.scss */
  .mse2_pagination .page-link {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
/* line 6, ../sass/shop/shop-tpl.scss */
.ShopResult.prod4 .ShopTPL {
  width: calc((100% - 20px * 3) / 4);
}

/* line 12, ../sass/shop/shop-tpl.scss */
.SP-Similar {
  position: relative;
}

/* line 16, ../sass/shop/shop-tpl.scss */
.SP-Similar-Slider {
  --swiper-pagination-color: #263247;
  --swiper-navigation-size: 25px;
  --swiper-navigation-color: #263247;
  --swiper-pagination-bottom: 0;
  margin-top: 20px;
}
/* line 23, ../sass/shop/shop-tpl.scss */
.SP-Similar-Slider .swiper-pagination {
  position: relative;
}

/* line 30, ../sass/shop/shop-tpl.scss */
.ShopTPLOpenPopupBtn {
  cursor: pointer;
}

/* line 35, ../sass/shop/shop-tpl.scss */
.ShopTPL {
  position: relative;
  width: calc((100% - 20px) / 2);
}
/* line 40, ../sass/shop/shop-tpl.scss */
.ShopTPL .top {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
/* line 46, ../sass/shop/shop-tpl.scss */
.ShopTPL .badges {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
  top: 20px;
  left: 20px;
}
/* line 63, ../sass/shop/shop-tpl.scss */
.ShopTPL .badge {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
  height: 40px;
  padding: 0 15px;
  background: #fff;
  border-radius: 20px;
}
/* line 79, ../sass/shop/shop-tpl.scss */
.ShopTPL .img {
  display: block;
  width: 100%;
  height: 520px;
}
/* line 84, ../sass/shop/shop-tpl.scss */
.ShopTPL .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 92, ../sass/shop/shop-tpl.scss */
.ShopTPL .options-wr {
  position: absolute;
  bottom: 0;
  transition: 0.5s ease all;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
}
/* line 109, ../sass/shop/shop-tpl.scss */
.ShopTPL .options-wr .colors {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 10px;
  width: calc(70% - 20px);
}
/* line 119, ../sass/shop/shop-tpl.scss */
.ShopTPL .options-wr .colors .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  max-width: calc(100% - 30px - 11px);
  gap: 5px 11px;
}
/* line 129, ../sass/shop/shop-tpl.scss */
.ShopTPL .options-wr .colors .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: red;
}
/* line 137, ../sass/shop/shop-tpl.scss */
.ShopTPL .options-wr .colors .number {
  opacity: 0.5;
  line-height: 20px;
}
/* line 143, ../sass/shop/shop-tpl.scss */
.ShopTPL .options-wr .type {
  position: relative;
  width: 30%;
}
/* line 147, ../sass/shop/shop-tpl.scss */
.ShopTPL .options-wr .type .site-text {
  opacity: 0.5;
}
/* line 153, ../sass/shop/shop-tpl.scss */
.ShopTPL .name {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
  padding: 15px 0;
}
/* line 164, ../sass/shop/shop-tpl.scss */
.ShopTPL .name .nickname {
  position: relative;
}
/* line 167, ../sass/shop/shop-tpl.scss */
.ShopTPL .name .nickname:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #263247;
  border-radius: 50%;
  margin-right: 5px;
  transition: 0.3s ease all;
}
/* line 179, ../sass/shop/shop-tpl.scss */
.ShopTPL .name .vendor {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  min-width: max-content;
  padding: 0 10px;
  height: 24px;
  background: #263247;
  color: #fff;
  border-radius: 12px;
}
/* line 195, ../sass/shop/shop-tpl.scss */
.ShopTPL .name .right {
  min-width: max-content;
}
@media (hover: hover) {
  /* line 201, ../sass/shop/shop-tpl.scss */
  .ShopTPL .badge {
    opacity: 0;
    pointer-events: none;
  }
  /* line 206, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr {
    transform: translateY(100%);
  }
  /* line 211, ../sass/shop/shop-tpl.scss */
  .ShopTPL:hover .badge {
    opacity: 1;
    pointer-events: all;
  }
  /* line 215, ../sass/shop/shop-tpl.scss */
  .ShopTPL:hover .badge:nth-child(2) {
    transition-delay: 0.2s;
  }
  /* line 220, ../sass/shop/shop-tpl.scss */
  .ShopTPL:hover .options-wr {
    transform: none;
  }
  /* line 226, ../sass/shop/shop-tpl.scss */
  .ShopTPL:hover .name .site-text:before {
    background: #263247;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1879px) {
  /* line 238, ../sass/shop/shop-tpl.scss */
  .ShopTPL .img {
    height: 464px;
  }
}
@media only screen and (min-width: 1480px) and (max-width: 1679px) {
  /* line 249, ../sass/shop/shop-tpl.scss */
  .ShopTPL .img {
    height: 406px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1479px) {
  /* line 263, ../sass/shop/shop-tpl.scss */
  .ShopResult.prod4 .ShopTPL {
    width: calc((100% - 20px * 2) / 3);
  }

  /* line 270, ../sass/shop/shop-tpl.scss */
  .ShopTPL .badges {
    gap: 0 8px;
    top: 15px;
    left: 15px;
  }
  /* line 276, ../sass/shop/shop-tpl.scss */
  .ShopTPL .badge {
    height: 36px;
    padding: 0 12px;
  }
  /* line 281, ../sass/shop/shop-tpl.scss */
  .ShopTPL .img {
    height: 350px;
  }
  /* line 285, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr {
    padding: 13px 17px;
  }
  /* line 288, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors {
    gap: 0 18px;
    width: calc(70% - 17px);
  }
  /* line 292, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .row {
    max-width: calc(100% - 30px - 9px);
    gap: 4px 9px;
  }
  /* line 297, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .color {
    width: 18px;
    height: 18px;
  }
  /* line 302, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .number {
    line-height: 18px;
  }
  /* line 308, ../sass/shop/shop-tpl.scss */
  .ShopTPL .name {
    padding: 13px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /* line 321, ../sass/shop/shop-tpl.scss */
  .ShopResult.prod4 .ShopTPL {
    width: calc((100% - 15px) / 2);
  }

  /* line 328, ../sass/shop/shop-tpl.scss */
  .ShopTPL {
    width: calc((100% - 15px) / 2);
  }
  /* line 331, ../sass/shop/shop-tpl.scss */
  .ShopTPL .badges {
    gap: 0 8px;
    top: 15px;
    left: 15px;
  }
  /* line 337, ../sass/shop/shop-tpl.scss */
  .ShopTPL .badge {
    height: 36px;
    padding: 0 12px;
  }
  /* line 342, ../sass/shop/shop-tpl.scss */
  .ShopTPL .img {
    height: 285px;
  }
  /* line 346, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr {
    padding: 13px 17px;
  }
  /* line 349, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors {
    gap: 0 18px;
    width: calc(70% - 17px);
  }
  /* line 353, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .row {
    max-width: calc(100% - 30px - 9px);
    gap: 4px 9px;
  }
  /* line 358, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .color {
    width: 18px;
    height: 18px;
  }
  /* line 363, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .number {
    line-height: 18px;
  }
  /* line 369, ../sass/shop/shop-tpl.scss */
  .ShopTPL .name {
    padding: 13px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 382, ../sass/shop/shop-tpl.scss */
  .ShopResult.prod4 .ShopTPL {
    width: 100%;
  }

  /* line 389, ../sass/shop/shop-tpl.scss */
  .ShopTPL {
    width: 100%;
  }
  /* line 392, ../sass/shop/shop-tpl.scss */
  .ShopTPL .img {
    height: 405px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 405, ../sass/shop/shop-tpl.scss */
  .ShopResult.prod4 .ShopTPL {
    width: 100%;
  }

  /* line 411, ../sass/shop/shop-tpl.scss */
  .ShopTPL {
    width: 100%;
  }
  /* line 414, ../sass/shop/shop-tpl.scss */
  .ShopTPL .badges {
    gap: 0 5px;
    top: 10px;
    left: 10px;
  }
  /* line 420, ../sass/shop/shop-tpl.scss */
  .ShopTPL .badge {
    height: 32px;
    padding: 0 10px;
  }
  /* line 425, ../sass/shop/shop-tpl.scss */
  .ShopTPL .img {
    height: calc((100vw - 30px) * 2 / 3);
  }
  /* line 429, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr {
    padding: 10px 15px;
  }
  /* line 432, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors {
    gap: 0 10px;
    width: calc(70% - 17px);
  }
  /* line 436, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .row {
    max-width: calc(100% - 30px - 5px);
    gap: 2px 5px;
  }
  /* line 441, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .color {
    width: 14px;
    height: 14px;
  }
  /* line 446, ../sass/shop/shop-tpl.scss */
  .ShopTPL .options-wr .colors .number {
    line-height: 14px;
  }
  /* line 452, ../sass/shop/shop-tpl.scss */
  .ShopTPL .name {
    padding: 10px 0;
  }
}
/* line 8, ../sass/architecture.scss */
.ShopTPL .img {
  overflow: hidden;
  isolation: isolate;
}
/* line 12, ../sass/architecture.scss */
.ShopTPL .img img {
  transition: 0.3s ease all;
  object-fit: cover;
}
@media (hover: hover) {
  /* line 21, ../sass/architecture.scss */
  .ShopTPL:hover .img img {
    transform: scale(1.1);
  }
}
