/* Homepage only. Shop, product pages, and Browse your way keep their existing sizes. */
body.home.tww-compact-catalog #content .tww-home-finds { align-self: center; }
body.home.tww-compact-catalog #content .tww-home-finds .tww-section-head { margin-bottom: 16px; }
body.home.tww-compact-catalog #content #tww-recent-rail.tww-discovery-rail {
  display: grid; grid-auto-columns: clamp(200px,32%,260px) !important;
  align-items: start; gap: 14px; margin: 0 !important; padding: 6px 0 12px !important;
  list-style: none; height: auto; min-height: 0;
}
body.home.tww-compact-catalog #content .tww-discovery-tile { min-width: 0; margin: 0; padding: 0; list-style: none; }
body.home.tww-compact-catalog #content .tww-discovery-tile a { display: block; color: #171717; text-decoration: none; }
body.home.tww-compact-catalog #content .tww-discovery-tile img {
  display: block; width: 100%; height: 245px; margin: 0; padding: 0;
  object-fit: contain; background: #faf9f7; border-radius: 10px;
}
body.home.tww-compact-catalog #content .tww-discovery-tile span {
  display: block; margin-top: 8px; font-size: 13px; font-weight: 500; line-height: 1.4; color: #171717 !important;
}
body.home.tww-compact-catalog #content .tww-discovery-wrap :is(.tww-retail-rail-prev,.tww-retail-rail-next) { top: 128px; }
/* Enlarge the existing horizontal shopping cards, preserving two balanced rows. */
body.home.tww-compact-catalog #content .tww-page-section ul.products li.product,
body.home.tww-compact-catalog #content .tww-page-section .woocommerce-loop-product__link {
  grid-template-columns: 140px minmax(0,1fr) !important;
}
body.home.tww-compact-catalog #content .tww-page-section .woocommerce-loop-product__link img {
  width: 140px !important; height: 164px !important;
}
@media(min-width:761px) and (max-width:1100px) {
  body.home.tww-compact-catalog #content .tww-page-section ul.products li.product,
  body.home.tww-compact-catalog #content .tww-page-section .woocommerce-loop-product__link { grid-template-columns: 104px minmax(0,1fr) !important; }
  body.home.tww-compact-catalog #content .tww-page-section .woocommerce-loop-product__link img { width: 104px !important; height: 128px !important; }
}
@media(max-width:760px) {
  body.home.tww-compact-catalog #content #tww-recent-rail.tww-discovery-rail { grid-auto-columns: minmax(200px,76%) !important; }
  body.home.tww-compact-catalog #content .tww-discovery-tile img { height: 225px; }
  body.home.tww-compact-catalog #content .tww-discovery-wrap :is(.tww-retail-rail-prev,.tww-retail-rail-next) { top: 118px; }
  body.home.tww-compact-catalog #content .tww-home-finds .tww-section-head { flex-wrap: wrap; }
}
@media(hover:hover) and (prefers-reduced-motion:no-preference) {
  body.home.tww-compact-catalog #content .tww-discovery-tile img { transition: scale 220ms ease; }
  body.home.tww-compact-catalog #content .tww-discovery-tile a:hover img { scale: 1.025; }
}
