.wire-section {
  margin: 60px 0;
  direction: rtl;
}

.wire-parent-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
}

/* Masonry via CSS columns */
.wire-subcats {
  display: block;
  column-count: 2;
  column-gap: 26px;
}

.wire-subcat-wrapper {
  background: #1c1c1c;
  padding: 15px;
  border-radius: 25px;

  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;

  margin: 0 0 26px;
  width: 100%;
  display: inline-block;
}

.wire-subcat {
  background: linear-gradient(180deg, rgba(72, 35, 36, 0.5) 0%, rgba(72, 35, 36, 0.2) 100%);
  border: 1px solid #482324;
  border-radius: 24px;
  position: relative;
  padding: 26px 26px 26px 120px;
  overflow: hidden;
}

.wire-subcat img {
  position: absolute;
  left: -7px;
  top: 4px;
  width: 110px;
  height: 100%;
  object-fit: cover;
}

.wire-subcat-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.wire-products {
  background: #1c1c1c;
  border-radius: 0 0 18px 18px;
  padding: 6px 26px 14px;
  margin-top: -6px;
  padding-top: 34px !important;
}

.wire-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 15px;
}

.wire-product:last-child {
  border-bottom: none;
}

.wire-product-name {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wire-product a {
  color: #fff;
  text-decoration: none;
}

.wire-link {
  font-size: 13px;
  opacity: 0.7;
}

.wire-price {
  opacity: 0.85;
  white-space: nowrap;
}

span.woocommerce-Price-amount.amount {
  font-weight: bold;
}

span.woocommerce-Price-amount.amount span {
  font-weight: normal;
}

.wire-product-name a {
  transition: .4s;
}

.wire-product-name a:hover {
  color: rgba(237, 28, 36, 1);
}

@media (max-width: 900px) {
  .wire-subcats {
    column-count: 1;
  }
}
