body.tax-product_cat #woocommerce-wrapper .site-main {
  padding-top: 1.25rem;
}
body.tax-product_cat .isy-product-category-hero {
  border-radius: 1.25rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  margin-bottom: 1.35rem;
  background: linear-gradient(145deg, color-mix(in srgb, var(--bs-primary), #fff 9%) 0%, color-mix(in srgb, var(--bs-primary), #000 20%) 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.15);
}
body.tax-product_cat .isy-product-category-hero__kicker {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 0.8rem;
}
body.tax-product_cat .isy-product-category-hero__title {
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  line-height: 1.12;
  margin-bottom: 0.5rem;
  color: #fff;
}
body.tax-product_cat .isy-product-category-hero__description {
  max-width: 72ch;
  color: rgba(255, 255, 255, 0.93);
  line-height: 1.65;
}
body.tax-product_cat .isy-product-category-hero__description p:last-child {
  margin-bottom: 0;
}
body.tax-product_cat .isy-product-category-hero--offerte-voli {
  background: linear-gradient(140deg, #0059d6 0%, #023884 52%, #012451 100%);
}
body.tax-product_cat ul.products li.product {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  padding: 0.85rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #fff;
}
body.tax-product_cat ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}
body.tax-product_cat ul.products li.product a img {
  border-radius: 0.8rem;
  margin-bottom: 0.75rem;
}
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.05rem;
  line-height: 1.35;
  margin-bottom: 0.35rem;
}
body.tax-product_cat ul.products li.product .price {
  color: var(--bs-body-color);
  font-weight: 700;
}
body.tax-product_cat ul.products li.product .button {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.45rem 0.95rem;
}

@media (max-width: 991.98px) {
  body.tax-product_cat #woocommerce-wrapper .site-main {
    padding-top: 1rem;
  }
}
