.product-section-title {
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #685959;
  margin: 0 0 6px;
}

.product-gallery-box {
  flex: 2 1 auto;
  max-width: 318px;
  margin: 4px auto 10px;
}

.img-box.img-box--product {
  padding-top: 133%;
  border-radius: 3px;
}

.product-gallery .swiper-button-prev,
.product-gallery .swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-gallery .swiper-button-prev::after,
.product-gallery .swiper-button-next::after {
  font-size: 13px;
  color: #685959;
}

.img-box.img-box--product video,
.img-box.img-box--product img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__image-item .img_block {
  border-radius: 3px;
}

.product__params-list {
  margin-bottom: 15px;
  display: flex;
}

.product__params-item {
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.605px;
  text-transform: uppercase;
}

.product__params-item--season {
  color: #874055;
}

.product__params-item+.product__params-item {
  padding-left: 15px;
}

.product-recommend-price {
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  color: #262222;
  margin-top: 8px;
}

/* === FABRIC === */
.fabric-section .product-section-title {
  margin-bottom: 10px;
}

.fabric-group {
  list-style: none;
  padding: 0;
  margin: -6px;
  display: flex;
  flex-wrap: wrap;
}

.fabric-item {
  flex: 0 0 20%;
  padding: 6px;
}

.fabric-name {
  font-weight: 500;
  font-size: 10px;
  line-height: normal;
  text-align: center;
  color: #685959;
  margin: 0 0 5px;
}

a.fabric-box {
  display: block;
}

.fabric-box {
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #EFEFEF;
}

div.fabric-box,
a.fabric-box:hover {
  border-color: #685959;
}

.img-box.img-box--fabric {
  border-radius: 50%;
}

.img-box.img-box--fabric .img {
  object-fit: cover;
  object-position: center;
}

.fabric-structure {
  margin-top: 6px;
  font-weight: 500;
  font-size: 9px;
  line-height: normal;
  text-align: center;
  color: #353535;
}

/* === END FABRIC === */

/* === OFFERS === */
.offers-section {
  padding: 15px 0;
}

.offers-group {
  margin: -4px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.offers-item {
  flex: 0 0 33px;
  padding: 4px;
}

.offers-name {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #685959;
  margin: 0 0 4px;
}

.offers-controll {
  position: relative;
}

.offers-controll.disable {
  pointer-events: none;
}

.offers-btn {
  background-color: #EAE7E7;
  display: inline-block;
  width: 100%;
  height: 19px;
  border: none;

  color: #A19797;
}

.offers-btn.offers-btn--top {
  border-radius: 4px 4px 0 0;
}

.offers-btn.offers-btn--bottom {
  border-radius: 0 0 4px 4px;
}

.offers-output {
  display: inline-block;
  width: 100%;
  padding: 4px;
  border: none;
  outline: 0;
  background-color: #F7F6F6;

  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #262222;
  cursor: default;
}

.offers-controll.disable .offers-btn,
.offers-controll.disable .offers-output {
  background-color: #ccc;
}

.offers-popup {
  border: 1px solid #685959;
  border-radius: 4px;
  padding: 0.5em 0.75em;
  background-color: #EAE7E7;

  font-size: 12px;
  line-height: 1.125;
  color: #685959;
  white-space: nowrap;

  position: absolute;
  right: 90%;
  top: 55%;

  opacity: 0;
  visibility: hidden;
}

.offers-controll:hover .offers-popup {
  opacity: 1;
  visibility: visible;
  transition: opacity 350ms 1500ms, visibility 350ms;
}

/* === END OFFERS === */

.product-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  margin: 15px 0;
  width: 100%;
  padding: 12px 19px;
  background-color: #fff;
  border-radius: 4px;
  background-color: #6A3737;

  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #FFF;

  transition: background 350ms;
}

.product-cart-btn:hover {
  background-color: #452323;
}

.product-cart-btn span:first-child {
  display: flex;
  align-items: center;
}

.product-cart-btn span:first-child::after {
  content: "";
  display: inline-block;
  margin: 0 7px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}

.product-cart-btn:disabled {
  background-color: #505050;
  cursor: not-allowed;
}

.product-cart-btn.done:disabled {
  background-color: green;
  cursor: default;
}

/* === STORE === */
.availability-link-box {
  margin: 20px 0;
}

.product-amouth-table {
  width: 100%;
  border-collapse: collapse;
}

.product-amouth-table th,
.product-amouth-table td {
  border: 1px solid #e4e4e4;
  vertical-align: top;
}

.product-amouth-table th {
  padding: 16px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  color: #000;
}

.product-amouth-table td {
  padding: 10px 16px 16px;
  line-height: 18px;
}

.btn.btn-wishlist {
  width: 100%;
  padding: 6px 19px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 500;
  color: #6A3737;
}

.btn.btn-wishlist.added {
  background-color: #6A3737;
  color: #fff;
}

.btn-wishlist-icon {
  display: block;
  width: 29px;
  height: 28px;
  stroke: #6A3737;
  margin-left: 7px;
  transition: stroke 350ms;
}

.btn.btn-wishlist:hover .btn-wishlist-icon,
.btn.btn-wishlist.added .btn-wishlist-icon {
  stroke: #fff;
}

.eit-btn.product-btn-complect {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-family: "Montserrat", "Roboto", sans-serif;
  padding: 12px 19px;
  color: #fff;
}

@media (min-width: 768px) {
  .product-gallery-box {
    max-width: none;
  }

  .product-gallery-box .swiper-wrapper {
    flex-wrap: wrap;
    margin: -4px;
  }

  .product-gallery-box .swiper-wrapper .swiper-slide {
    flex: 0 0 50%;
    padding: 4px;
  }

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