/* Single-row horizontal scroll */
.el-wc-tp ul.products.elwc-row-scroll {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.el-wc-tp ul.products.elwc-row-scroll > li.product-category.product {
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  display: block !important;
  scroll-snap-align: start;
  min-width: 140px;
}

/* Card + image scale */
.el-wc-tp .elwc-card { display:block; text-align:center; text-decoration:none; }
.el-wc-tp .cat-image-wrapper { transform: scale(1); transition: transform .25s ease; will-change: transform; }
.el-wc-tp .elwc-card:hover .cat-image-wrapper,
.el-wc-tp li.is-top .cat-image-wrapper { transform: scale(1.1); }
el-wc-tp .woocommerce-loop-category__title { margin: 6px 0 0; font-size: 14px; transition: color .2s ease; }
.el-wc-tp .cat-image-wrapper img { display:block; margin:0 auto; height:auto; max-width:100%; }

/* Grayscale except top/hover */
.el-wc-tp li.product-category.product:not(.is-top) .cat-image-wrapper img { filter: grayscale(1); -webkit-filter: grayscale(1); }
.el-wc-tp li.product-category.product.is-top .cat-image-wrapper img,
.el-wc-tp .elwc-card:hover .cat-image-wrapper img { filter: none; -webkit-filter: none; }

/* Hint */
.el-wc-tp .elwc-slide-hint {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  opacity: .9;
  user-select: none;
}
