/* Intro + USP блок для сторінок категорій (категорія 59 — Парфумерія) */

.cat59-intro {
  margin: 16px 0 8px;
  padding: 0;
}
.cat59-intro h2 {
  font-size: 24px;
  margin: 0 0 6px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.25;
}
.cat59-intro p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #4a4a4a;
  max-width: 780px;
}

.cat59-usp {
  display: flex;
  gap: 12px;
  margin: 16px 0 24px;
  flex-wrap: wrap;
}
.cat59-usp-item {
  flex: 1 1 calc(25% - 12px);
  min-width: 180px;
  background: #f7f4ef;
  border: 1px solid #e8e2d8;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cat59-usp-icon {
  font-size: 24px;
  line-height: 1;
}
.cat59-usp-text {
  font-size: 14px;
  line-height: 1.3;
  color: #2a2a2a;
  font-weight: 500;
}

.cat59-subcat-title {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 16px;
  color: #1a1a1a;
  text-align: center;
}

/* Equal-height subcategory cards (override main.css) */
body[class*="product-category"] .sub-category-block {
  grid-auto-rows: 1fr !important;
  align-items: stretch !important;
}
body[class*="product-category"] .sub-category-block-item {
  height: 100%;
  display: flex;
}
body[class*="product-category"] .sub-category-block-item .sub-category-a {
  height: 100% !important;
  justify-content: flex-start !important;
  padding: 18px 12px 16px !important;
}
body[class*="product-category"] .sub-category-block-item .sub-category-a > img {
  flex-shrink: 0;
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: contain;
  margin-bottom: 12px !important;
}
body[class*="product-category"] .sub-category-block-item .sub-category-name {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  min-height: 2.7em;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body[class*="product-category"] .sub-category-block-item .sub-cat-short {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #6b6b6b;
  font-weight: 400;
  margin-top: 6px;
  padding: 0 4px;
  text-align: center;
  min-height: 3.2em;
}

@media (max-width: 768px) {
  .cat59-intro h2 { font-size: 18px; }
  .cat59-intro p { font-size: 13px; }
  .cat59-usp {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .cat59-usp-item {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
  .cat59-subcat-title { font-size: 18px; }
}
