.brand-item-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.brand-item-block .section-title {
  font-weight: bold;
}
.brand-item-block .block-desc-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.brand-item-block .block-desc-block .desc-image {
  position: relative;
  flex-grow: 1;
  display: block;
}
.brand-item-block .block-desc-block .desc-image img {
  width: inherit;
  height: auto;
  object-fit: cover;
}
.brand-item-block .block-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.brand-item-block .block-section .block-tabs .tabs-wrapper {
  max-width: 100%;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  background: #eee;
}
.brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item {
  background: #eee;
  transition: all 0.3s;
  cursor: pointer;
}
.brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item .tab-item-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  transition: all 0.3s;
}
.brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item.active, .brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item:hover {
  transition: all 0.3s;
  background: #424242;
}
.brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item.active .tab-item-content, .brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item:hover .tab-item-content {
  transition: all 0.3s;
  color: white;
}
.brand-item-block .block-section .section-content {
  position: relative;
  flex-grow: 1;
}
.brand-item-block .block-section .section-content .tab-content-item {
  display: none;
}
.brand-item-block .block-section .section-content .tab-content-item.active {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item, .brand-item-block .block-section .section-content .tab-content-item.active .product-item {
  position: relative;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper {
  border-radius: 10px;
  background: white;
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #eee;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper:hover, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper:hover {
  box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image {
  width: 100%;
  height: 0;
  position: relative;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .item-image-wrapper, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .item-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .item-image-wrapper img, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .item-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .item-image-wrapper img.image-item, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .item-image-wrapper img.image-item {
  display: block;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .item-image-wrapper img.image-item:not(.active), .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .item-image-wrapper img.image-item:not(.active) {
  display: none;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .product-brand, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .product-brand {
  position: absolute;
  height: 40px;
  bottom: 20px;
  left: 10px;
  z-index: 2;
  width: fit-content;
  opacity: 0.7;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .product-brand:hover, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .product-brand:hover {
  opacity: 1;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .product-brand .text-value, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .product-brand .text-value {
  height: inherit;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.8901960784);
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .product-brand .text-value img, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .product-brand .text-value img {
  max-height: 40px;
  width: auto;
  object-fit: cover;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .badges, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .badges {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .badges .badge, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .badges .badge {
  padding: 5px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: white;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image .badges .badge.badge-new, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image .badges .badge.badge-new {
  background: darkgreen;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-name, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-name {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  color: var(--color-link);
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-name:hover, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-name:hover {
  color: var(--color-link-hover);
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-price .price-value, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-price .price-value {
  font-size: 16px;
  font-weight: 600;
}
.brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-price .price-measure, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-price .price-measure {
  font-size: 13px;
  font-weight: 400;
}
.brand-item-block .block-section .section-content .tab-content-item .item-btns {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.brand-item-block .block-section .section-content .tab-content-item .brands-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 80px;
}
.brand-item-block .block-section .section-content .tab-content-item .brands-list .brand-item {
  border-radius: 10px;
  background: white;
  position: relative;
  padding: 10px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
.brand-item-block .block-section .section-content .tab-content-item .brands-list .brand-item:hover {
  box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
}
.brand-item-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-image {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
}
.brand-item-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-image .brand-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-item-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-image .brand-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.brand-item-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-item-title {
  font-weight: bold;
  transition: all 0.3s;
  font-size: 16px;
  color: black;
  flex-grow: 1;
}
.brand-item-block .block-section .section-content .tab-content-item .brands-list .brand-item .brand-item-title:hover {
  color: #222222;
}

@media screen and (min-width: 1400px) {
  .brand-item-block {
    gap: 20px;
  }
  .brand-item-block .section-title h1 {
    margin: 0;
  }
  .brand-item-block .block-desc-block {
    margin-top: 20px;
    gap: 30px;
    width: 100%;
  }
  .brand-item-block .block-desc-block .desc-image {
    width: 200px;
  }
  .brand-item-block .block-section .block-tabs {
    margin-bottom: 20px;
  }
  .brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item .tab-item-content {
    padding: 10px 15px;
  }
  .brand-item-block .block-section .section-content {
    padding-bottom: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active {
    gap: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item, .brand-item-block .block-section .section-content .tab-content-item.active .product-item {
    width: calc(20% - 16px);
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper {
    padding: 10px;
    gap: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image {
    padding-top: 70%;
  }
}
@media screen and (max-width: 1399px) {
  .brand-item-block {
    gap: 20px;
  }
  .brand-item-block .section-title h1 {
    margin: 0;
  }
  .brand-item-block .block-desc-block {
    margin-top: 20px;
    gap: 30px;
    width: 100%;
  }
  .brand-item-block .block-desc-block .desc-image {
    width: 200px;
  }
  .brand-item-block .block-section .block-tabs {
    margin-bottom: 20px;
  }
  .brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item .tab-item-content {
    padding: 10px 15px;
  }
  .brand-item-block .block-section .section-content {
    padding-bottom: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active {
    gap: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item, .brand-item-block .block-section .section-content .tab-content-item.active .product-item {
    width: calc(20% - 16px);
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper {
    padding: 10px;
    gap: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image {
    padding-top: 70%;
  }
}
@media screen and (max-width: 1199px) {
  .brand-item-block {
    gap: 20px;
  }
  .brand-item-block .section-title h1 {
    margin: 0;
  }
  .brand-item-block .block-desc-block {
    margin-top: 20px;
    gap: 30px;
    width: 100%;
  }
  .brand-item-block .block-desc-block .desc-image {
    width: 200px;
  }
  .brand-item-block .block-section .block-tabs {
    margin-bottom: 20px;
  }
  .brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item .tab-item-content {
    padding: 10px 15px;
  }
  .brand-item-block .block-section .section-content {
    padding-bottom: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active {
    gap: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item, .brand-item-block .block-section .section-content .tab-content-item.active .product-item {
    width: calc(20% - 16px);
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper {
    padding: 10px;
    gap: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image {
    padding-top: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .brand-item-block {
    gap: 20px;
  }
  .brand-item-block .section-title h1 {
    margin: 0;
  }
  .brand-item-block .block-desc-block {
    margin-top: 20px;
    gap: 30px;
    width: 100%;
  }
  .brand-item-block .block-desc-block .desc-image {
    width: 200px;
  }
  .brand-item-block .block-section .block-tabs {
    margin-bottom: 20px;
  }
  .brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item .tab-item-content {
    padding: 10px 15px;
  }
  .brand-item-block .block-section .section-content {
    padding-bottom: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active {
    gap: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item, .brand-item-block .block-section .section-content .tab-content-item.active .product-item {
    width: calc(33% - 11px);
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper {
    padding: 10px;
    gap: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image {
    padding-top: 70%;
  }
}
@media screen and (max-width: 767px) {
  .brand-item-block {
    gap: 20px;
  }
  .brand-item-block .section-title h1 {
    margin: 0;
  }
  .brand-item-block .block-desc-block {
    margin-top: 20px;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
  }
  .brand-item-block .block-desc-block .desc-image {
    width: 100%;
    display: block;
  }
  .brand-item-block .block-section .block-tabs {
    margin-bottom: 20px;
  }
  .brand-item-block .block-section .block-tabs .tabs-wrapper .tabs-item .tab-item-content {
    padding: 10px 15px;
  }
  .brand-item-block .block-section .section-content {
    padding-bottom: 20px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active {
    gap: 10px;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item, .brand-item-block .block-section .section-content .tab-content-item.active .product-item {
    width: calc(50% - 5px);
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper {
    padding: 10px;
    gap: 10px;
    height: calc(100% - 20px);
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-image, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-image {
    padding-top: 70%;
  }
  .brand-item-block .block-section .section-content .tab-content-item.active .collection-item .item-wrapper .item-name, .brand-item-block .block-section .section-content .tab-content-item.active .product-item .item-wrapper .item-name {
    font-size: 11px;
  }
}

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