/* CozyVora Tweaks — Track B1-3 — isolated, no shopmighty core touch — disable mu-plugin to revert */
/* B1 — Header polish — Kadence Blocks inside Shopmighty — flex-safe, no layout shift */
.kadence-header .site-header-row,
#masthead .site-header-row,
.site-header .site-header-row {
  gap: 12px;
}
.kadence-header .site-header-row .site-branding a,
#masthead .site-branding a {
  letter-spacing: -0.01em;
}
.site-header .header-actions,
#masthead .header-actions,
.kadence-header .header-actions {
  gap: 10px;
  align-items: center;
}
/* search / cart / account hit-target 44px for a11y, but visual stays 36-38 */
.site-header .header-search,
.site-header .header-cart-wrap a,
.site-header .header-account a,
#masthead .header-search a,
#masthead .header-cart-wrap a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
/* primary nav — tighten tracking, keep uppercase */
.wp-block-navigation.shopmighty-navigation .wp-block-navigation-item__content,
.kadence-header .menu .menu-item a {
  letter-spacing: 0.02em;
}

/* B2 — Hero — full screen image, text/CTA position untouched */
.shopmighty-slider .swiper-slide,
.shopmighty-slider .wp-block-cover.swiper-slide {
  min-height: 81vh !important;
  min-height: 81dvh !important;
  height: 81vh !important;
  height: 81dvh !important;
}
.shopmighty-slider .wp-block-cover__inner-container {
  text-wrap: balance;
}
.shopmighty-slider .wp-block-cover__image-background {
  object-position: 50% 50% !important;
  object-fit: cover !important;
}
@media (max-width: 767px) {
  .shopmighty-slider .swiper-slide,
  .shopmighty-slider .wp-block-cover.swiper-slide {
    min-height: 81vh !important;
    min-height: 81dvh !important;
    height: 81vh !important;
    height: 81dvh !important;
  }
}

/* B3 — Product grid — 4-col keep, line-clamp + tabular nums, no color change */
.wc-block-grid__product .wc-block-components-product-title,
.wc-block-product .wc-block-components-product-title,
ul.products li.product .woocommerce-loop-product__title {
  min-width: 0;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wc-block-grid__product .wc-block-components-product-price,
.woocommerce-Price-amount {
  font-variant-numeric: tabular-nums;
}
.wc-block-grid__product .wc-block-components-product-price {
  gap: 6px;
}
/* keep your 8px gap on desktop, add breathing on mobile */
@media (max-width: 768px) {
  body.post-type-archive-product .wc-block-product-template__responsive,
  body.tax-product_cat .wc-block-product-template__responsive,
  body.woocommerce-shop .wc-block-product-template__responsive {
    gap: 8px !important;
    row-gap: 28px !important;
  }
}

/* Hostinger cache safe — no @starting-style / allow-discrete here — LiteSpeed off needs no modern syntax */
