@charset "UTF-8";
.sidebar-shop__constructor {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efeff0;
  border-radius: 3px;
  width: 100%;
  height: 115px;
  padding: 10px; }
  .sidebar-shop__constructor img {
    min-width: 0; }
  .sidebar-shop__constructor-first {
    margin-right: 24px; }
  .sidebar-shop__constructor-text-2 {
    display: none; }

.woocommerce-products-header__title {
  margin-bottom: 0.5em; }

.woocommerce-loop-product__link {
  display: block; }

.woocommerce-archive-section {
  padding: 0 0 0; }
  .woocommerce-archive-section__row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px #efeff0 solid; }
  .woocommerce-archive-section .widget-area {
    width: 24%;
    margin-right: 1em; }
  .woocommerce-archive-section .site-main,
  .woocommerce-archive-section .content-area {
    flex: 1;
    max-width: 100%; }
  .woocommerce-archive-section .widget_block {
    margin-bottom: 0; }
    .woocommerce-archive-section .widget_block h2 {
      font-size: 18px;
      font-family: "ProximaNova", sans-serif;
      font-weight: bold;
      margin-bottom: 0.5em; }
  .woocommerce-archive-section .product-cat-list {
    max-height: 510px;
    overflow: auto;
    padding-top: 0.4em;
    padding-left: 0.5em;
    margin-left: -0.5em; }
    .woocommerce-archive-section .product-cat-list::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .woocommerce-archive-section .product-cat-list::-webkit-scrollbar:vertical {
      width: 6px; }
    .woocommerce-archive-section .product-cat-list::-webkit-scrollbar:horizontal {
      height: 6px; }
    .woocommerce-archive-section .product-cat-list::-webkit-scrollbar-track {
      border-radius: 3px;
      background-color: #ffffff; }
    .woocommerce-archive-section .product-cat-list::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      border: none; }
    .woocommerce-archive-section .product-cat-list__item {
      font-size: 16px;
      margin-bottom: 0.8em; }
      .woocommerce-archive-section .product-cat-list__item a {
        position: relative; }
        .woocommerce-archive-section .product-cat-list__item a:before {
          content: '';
          display: block;
          position: absolute;
          width: calc(100% + 1em);
          height: calc(100% + 0.8em);
          top: -0.4em;
          left: -0.5em;
          background: var(--orange-color);
          transition: 0.3s;
          opacity: 0;
          border-radius: 2px;
          z-index: -1; }
        .woocommerce-archive-section .product-cat-list__item a:hover {
          color: #fff; }
          .woocommerce-archive-section .product-cat-list__item a:hover:before {
            opacity: 1; }
      .woocommerce-archive-section .product-cat-list__item.product-cat-list__item_active a {
        color: #fff; }
        .woocommerce-archive-section .product-cat-list__item.product-cat-list__item_active a:before {
          opacity: 1; }
  .woocommerce-archive-section__ordering {
    font-size: 14px;
    padding: 0 1em 1.5em; }
    .woocommerce-archive-section__ordering-item {
      color: #aaa;
      margin-right: 1em; }
      .woocommerce-archive-section__ordering-item_active {
        color: #000; }
    .woocommerce-archive-section__ordering-title {
      color: #aaa; }
  .woocommerce-archive-section .woocommerce-ordering:before {
    font-size: 14px;
    color: #aaa; }
  .woocommerce-archive-section .orderby {
    display: none;
    font-size: 14px;
    border: none;
    margin-bottom: 1em; }

.products .product {
  position: relative; }

.products:not(.related) {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: -1em;
  min-width: 100%; }
  .products:not(.related) .product {
    padding: 0 1em 2em;
    display: flex;
    flex-direction: column; }
    .products:not(.related) .product-thumbnail-wrap {
      display: block;
      padding-bottom: 133%;
      position: relative;
      margin-bottom: 1.3em; }
      .products:not(.related) .product-thumbnail-wrap span {
        border-radius: 3px;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f8f8;
        padding: 0;
        transition: 0.3s; }
      .products:not(.related) .product-thumbnail-wrap img {
        border-radius: 3px;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .products:not(.related) .product:hover .product-thumbnail-wrap span {
      background: #fff;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .products:not(.related) .product .price {
      font-size: 14px;
      font-family: "ProximaNova", sans-serif;
      font-weight: bold; }
    .products:not(.related) .product .button {
      display: none; }
  .products:not(.related).columns-4 .product {
    width: 25%; }
  .products:not(.related).columns-3 .product {
    width: 33.33%; }
  .products:not(.related).columns-2 .product {
    width: 50%; }
  .products:not(.related).columns-2 .product {
    width: 100%; }

.swiper-wrapper .product:hover .product-thumbnail-wrap span {
  background: #f8f8f8 !important;
  box-shadow: none !important; }

.woocommerce-loop-product__title {
  font-size: 14px;
  font-family: "ProximaNova", sans-serif;
  font-weight: bold;
  margin-bottom: 0.3em; }

.woocommerce-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; }

.woocommerce-pagination span.page-numbers,
.woocommerce-pagination a.page-numbers {
  font-size: 16px;
  font-family: "ProximaNova", sans-serif;
  font-weight: bold;
  margin: 0.8em;
  transition: 0.3s; }
  .woocommerce-pagination span.page-numbers:hover, .woocommerce-pagination span.page-numbers.current,
  .woocommerce-pagination a.page-numbers:hover,
  .woocommerce-pagination a.page-numbers.current {
    color: var(--orange-color); }
  .woocommerce-pagination span.page-numbers.prev, .woocommerce-pagination span.page-numbers.next,
  .woocommerce-pagination a.page-numbers.prev,
  .woocommerce-pagination a.page-numbers.next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    color: transparent;
    position: relative; }
    .woocommerce-pagination span.page-numbers.prev:before, .woocommerce-pagination span.page-numbers.next:before,
    .woocommerce-pagination a.page-numbers.prev:before,
    .woocommerce-pagination a.page-numbers.next:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 10px;
      height: 10px;
      border: 2px #000 solid;
      border-bottom: none;
      border-left: none;
      transform: translate(-70%, -50%) rotate(45deg);
      transition: 0.3s; }
    .woocommerce-pagination span.page-numbers.prev:hover:before, .woocommerce-pagination span.page-numbers.next:hover:before,
    .woocommerce-pagination a.page-numbers.prev:hover:before,
    .woocommerce-pagination a.page-numbers.next:hover:before {
      border-color: var(--orange-color); }
  .woocommerce-pagination span.page-numbers.prev:before,
  .woocommerce-pagination a.page-numbers.prev:before {
    transform: translate(-30%, -50%) rotate(225deg); }

.shop-swiper__slide {
  height: auto;
  position: relative; }
  .shop-swiper__slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px; }
  .shop-swiper__slide-content {
    position: absolute;
    padding: 50px 80px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.1); }
    .shop-swiper__slide-content-line {
      color: #fff;
      font-weight: bold;
      font-family: "Arvo", serif;
      font-size: 54px;
      line-height: 0.8; }
      .shop-swiper__slide-content-line:not(:first-child) {
        margin-left: 1.3em; }
    .shop-swiper__slide-content-button {
      margin-top: auto;
      border-color: #fff;
      color: #fff; }

.section-shop-swiper .container {
  position: relative; }

.swiper-control-shop {
  margin-bottom: 40px;
  position: relative; }
  .swiper-control-shop .swiper-nav {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%; }
  .swiper-control-shop .swiper-pagination {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .swiper-control-shop .swiper-pagination-bullet {
    margin: 15px 5px; }

#third.widget-area {
  display: none; }

.product-images {
  position: absolute;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 2em);
  aspect-ratio: 379/505;
  left: 1em;
  top: 0;
  z-index: 10; }
  .product-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    object-fit: cover;
    border-radius: 3px; }
  .product-images i {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px; }
  .product-images__dots {
    display: flex;
    height: 4px;
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: calc(100% - 20px); }
    .product-images__dots i {
      height: 100%;
      margin-right: 4px; }
      .product-images__dots i:nth-last-child(2), .product-images__dots i:last-child {
        margin-right: 0; }
  .product-images__current {
    bottom: 0;
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
    transition: var(--transition-delay); }

@media (max-width: 991px) {
  .sidebar-shop__constructor {
    order: 1;
    margin-top: 0;
    margin-bottom: 1em; }
  .woocommerce-archive-section__row {
    flex-wrap: wrap; }
  .woocommerce-archive-section .widget-area {
    width: 100%;
    margin-right: 0;
    order: 1;
    display: flex;
    flex-direction: column; }
  .woocommerce-archive-section .content-area {
    width: 100%;
    order: 2; }
  .woocommerce-archive-section .widget_block {
    order: 2; }
    .woocommerce-archive-section .widget_block h2 {
      background: #f7f7f7;
      padding: 0.5em 1em;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      border-radius: 3px; }
      .woocommerce-archive-section .widget_block h2:after {
        content: '';
        top: 50%;
        left: 50%;
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 2px #000 solid;
        border-top: none;
        border-left: none;
        transform: rotate(45deg);
        transition: .3s;
        margin-bottom: 3px;
        margin-left: 1em; }
    .woocommerce-archive-section .widget_block.block-2_expand h2:after {
      transform: rotate(225deg);
      margin-bottom: -3px; }
  .woocommerce-archive-section .product-cat-list {
    display: none;
    order: 3;
    max-height: 300px; }
  .woocommerce-archive-section__ordering {
    padding-left: 0;
    padding-right: 0;
    display: none; }
  .woocommerce-archive-section .woocommerce-ordering:before {
    content: 'Сортировать:';
    margin-right: 1em; }
  .woocommerce-archive-section .orderby {
    display: inline-block;
    outline: none; }
  .products:not(.related) {
    margin-left: -1em; }
  #secondary.widget-area {
    display: block; }
    #secondary.widget-area .widget_block, #secondary.widget-area .product-cat-list {
      display: none; }
  #third.widget-area {
    display: block; } }

@media (max-width: 767px) {
  .products:not(.related).columns-3 .product {
    width: 50%; } }

@media (max-width: 575px) {
  .sidebar-shop__constructor {
    height: 80px; }
    .sidebar-shop__constructor-first {
      height: 70%; }
    .sidebar-shop__constructor-text-1 {
      display: none; }
    .sidebar-shop__constructor-text-2 {
      display: inline-block;
      width: 70%; }
  .woocommerce-archive-section__ordering-title {
    display: block;
    margin-bottom: 0.5em; }
  .products:not(.related) {
    margin-left: -0.5em;
    margin-right: -0.5em; }
    .products:not(.related) .product {
      padding: 0 0.5em 1em; }
      .products:not(.related) .product-thumbnail-wrap {
        margin-bottom: 1em; }
  .products.cloth {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .woocommerce-pagination span.page-numbers.prev, .woocommerce-pagination span.page-numbers.next,
  .woocommerce-pagination a.page-numbers.prev,
  .woocommerce-pagination a.page-numbers.next {
    width: 30px;
    height: 30px; }
    .woocommerce-pagination span.page-numbers.prev:before, .woocommerce-pagination span.page-numbers.next:before,
    .woocommerce-pagination a.page-numbers.prev:before,
    .woocommerce-pagination a.page-numbers.next:before {
      width: 7px;
      height: 7px; }
  .shop-swiper__slide {
    height: auto; }
    .shop-swiper__slide-bg {
      border-radius: 3px; }
    .shop-swiper__slide-content {
      padding: 35px 25px; }
      .shop-swiper__slide-content-line {
        font-size: 27px; }
  .section-shop-swiper .swiper-nav {
    display: none; } }
