.product__images {
  min-width: 320px;
}
.product__images img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  border: 0;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .product__images .wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    aspect-ratio: 1.282 / 1;
    /* 100% / (100% - width thumbnails)*/
    position: relative;
  }
}
.product__images .big-images {
  overflow: hidden;
}
.product__images .big-images__item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product__images .big-images__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1200px) {
  .product__images .big-images {
    flex: 1;
    order: 2;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
.product__images .thumbnails-images {
  display: none;
}
.product__images .thumbnails-images__slider {
  display: flex;
  gap: 0px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.product__images .thumbnails-images__item {
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product__images .thumbnails-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
@media screen and (min-width: 840px) and (max-width: 1199px) {
  .product__images .thumbnails-images {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  .product__images .thumbnails-images__slider {
    overflow-x: hidden;
  }
  .product__images .thumbnails-images__item {
    flex: 0 0 auto;
    width: 100px;
    margin-right: 10px;
  }
  .product__images .thumbnails-images__item:last-child {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .product__images .thumbnails-images {
    order: 1;
    flex: 0 0 22%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
  .product__images .thumbnails-images__slider {
    padding-top: 0px;
    margin-right: 10px;
    flex-direction: column;
    overflow-y: hidden;
  }
  .product__images .thumbnails-images__item {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 10px;
  }
  .product__images .thumbnails-images__item:last-child {
    margin-bottom: 0px;
  }
}
.product__images .thumbnails-images.swiper-initialized {
  overflow: hidden;
}
.product__images .thumbnails-images.swiper-initialized .thumbnails-images__slider {
  overflow: visible !important;
  gap: 0px;
  /*&__item{
        flex: 0 0 auto;
        width: 100px !important;
      }*/
}
/*обнуляем некоторые стили swiper'a */
.product__images .swiper-wrapper {
  width: auto !important;
}
.product__images .swiper-slide {
  height: auto !important;
}
.product__images .thumbnail-active {
  opacity: 0.7;
}
.product__images .swiper-container {
  position: relative;
}
.product__images .swiper-pagination-bullet-active {
  background-color: #FCFCFC;
}
.product__images [class*="swiper-button-"] {
  background-color: #FCFCFC;
  padding: 12px;
  transition: all 0.3s ease;
}
.product__images [class*="swiper-button-"] svg path {
  fill: #000 !important;
}
.product__images [class*="swiper-button-"]:hover {
  background-color: #fff;
}
.product__images [class*="swiper-button-"]:hover svg path {
  fill: #173261 !important;
}
.product__images .swiper-button-disabled {
  opacity: 0 !important;
}
@media screen and (min-width: 840px) and (max-width: 1199px) {
  .product__images .swiper-button-prev {
    left: 10px !important;
  }
  .product__images .swiper-button-next {
    right: 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .product__images .swiper-button-prev {
    top: 10px !important;
  }
  .product__images .swiper-button-next {
    bottom: 10px !important;
  }
}
.newsection-1 .slide {
  background: url(/assets/img/bg-ns-2.3.jpg) no-repeat center center;
  background-size: cover;
  min-height: 50rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 2.5rem 4.625rem 2.5rem;
}
.newsection-1 .name {
  color: #fff;
  text-align: center;
  font-family: "Cormorant Infant";
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 0.84rem;
  text-transform: uppercase;
  opacity: 0.8;
}
.newsection-1 .title {
  color: #fff;
  text-align: center;
  font-family: "Cormorant Infant";
  font-size: 14.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 2.0125rem;
  text-transform: uppercase;
}
.newsection-1 .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.625rem;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.84rem;
  text-transform: uppercase;
}
#primary .woocommerce_before_single_product {
  margin: 0px !important;
}
@media screen and (max-width: 780px) {
  #primary .container {
    padding: 0px !important;
  }
  #primary .woocommerce_before_single_product {
    margin: 0px !important;
  }
  #primary .product_item_container {
    margin: 0px !important;
  }
  #primary .newbg-product {
    margin: 0;
    padding: 32px 20px !important;
  }
  #primary .new-block-desc-meta {
    padding: 32px 20px !important;
    border-top: 0 !important;
  }
  #primary .vd_products_prev_next_new {
    margin: 0px !important;
    border-left: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 780px) {
  #content-shop .related.products {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .product-template-default .responsive .row {
    margin-left: 0px !important;
  }
  .product-template-default .responsive .span12 {
    width: auto !important;
  }
  .product-template-default .after-product-summary .responsive [class*="span"] {
    margin-left: 0px !important;
  }
}
.yk_product_style:last-of-type {
  margin-bottom: 0px;
}
.product_meta.test2 + .product_meta.test2,
.product_meta.test3 + .product_meta.test3,
.product_meta.test3 + .yk_product_style {
  margin-top: 8px;
}
.product-template-default.woocommerce ul.products li.product a.thumb {
  aspect-ratio: 1/1 !important;
  overflow: hidden;
  max-height: none !important;
}
.product-template-default.woocommerce ul.products li.product a.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
@media screen and (max-width: 780px) {
  .product-template-default.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 639px) {
  .product-template-default.woocommerce ul.products {
    column-gap: 10px !important;
  }
}
.woocommerce-breadcrumb {
  margin: 0px !important;
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-breadcrumb a {
  text-transform: uppercase;
  font-size: 12px !important;
  text-decoration: none;
  color: #173261;
  line-height: 12px !important;
  padding-top: 14px;
  padding-bottom: 14px;
}
.woocommerce-breadcrumb a:last-child::after {
  display: none;
}
@media screen and (min-width: 1001px) {
  .woocommerce-breadcrumb {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .woocommerce-breadcrumb a:hover {
    color: #000;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-breadcrumb {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 1000px) {
  .woocommerce-breadcrumb a {
    display: none;
  }
  .woocommerce-breadcrumb a:last-child {
    display: block;
    background: url('../newimages/arrow-left_2 1.svg') no-repeat left center;
    padding-left: 32px;
    flex: 1;
    /*&::before{
          content: '';
          height: 48px;
          width: 32px;
          margin-right: 0px;
          display: inline-block;
          background-image: url('../newimages/arrow-left_2 1.svg');
          background-repeat: no-repeat;
          background-position: left center;
        }*/
  }
}
.archive .woocommerce-breadcrumb {
  font-size: 0px;
  line-height: 0px;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 768px) {
  .archive .woocommerce-breadcrumb {
    border-bottom: 1px solid #e2dfda;
  }
}
.archive .sidebar-right .sidebar,
.archive .sidebar-left .content,
.archive .sidebar-left .sidebar,
.archive .sidebar-right .content {
  float: none !important;
}
.archive #primary {
  margin-top: 0px !important;
}
.archive #page-meta {
  position: relative !important;
  justify-content: flex-start !important;
  top: auto !important;
  right: auto !important;
}
.archive #page-meta h1 {
  display: block !important;
  font-size: 24px !important;
}
.archive .new-product-header,
.archive .subcats-cat {
  display: none !important;
}
.archive .yit-wcan-container {
  margin-top: 20px !important;
}
.archive #content-shop .products.row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 10px;
}
.archive #content-shop .products li.product {
  width: auto !important;
  margin: 0 !important;
}
.archive #content-shop .products li.product a.thumb {
  aspect-ratio: 1/1 !important;
  overflow: hidden;
  max-height: none !important;
}
.archive #content-shop .products li.product a.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
@media screen and (min-width: 1001px) {
  .archive .sidebar-left > .container > .row {
    display: grid !important;
    grid-template-columns: 240px 1fr !important;
    column-gap: 32px;
  }
  .archive .sidebar-left .sidebar {
    width: auto !important;
  }
  .archive #content-shop {
    order: 1;
  }
  .archive .yit-wcan-container {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 1400px) {
  .archive .sidebar-left > .container > .row {
    grid-template-columns: 320px 1fr !important;
    column-gap: 48px;
  }
  .archive #content-shop .products.row {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .archive .sidebar-left > .container > .row {
    margin-left: 0 !important;
  }
  .archive .responsive [class*="span"] {
    margin-left: 0 !important;
  }
  .archive #content-shop {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .archive #content-shop {
    padding-top: 20px!important;
  }
}
@media screen and (max-width: 768px) {
  .archive #content-shop {
    padding: 20px 20px 0 !important;
  }
  .archive .new-product-header {
    display: none !important;
  }
}
.newheader {
  border-bottom: 1px solid #e2dfda;
}
