/*
Theme Name: ShopTBM
Theme URI: https://shoptbm.com
Description: Thrift By Mail storefront — a clean WooCommerce block theme using the TBM brand (deep green, Inter, pill buttons). On-site shopping, shop-by-category first.
Author: Thrift By Mail
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: shoptbm
*/

/* Category tile hover lift */
.tbm-cat-tile .wp-block-image img {
  transition: transform .25s ease, box-shadow .25s ease;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(16,54,41,.10);
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.tbm-cat-tile:hover .wp-block-image img {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(16,54,41,.20);
}
.tbm-cat-tile a { text-decoration: none; }
.tbm-cat-tile h3 a:hover { text-decoration: underline; }

/* Sticky, clean header */
.wp-block-template-part .tbm-header { backdrop-filter: saturate(140%) blur(6px); }

/* Product cards: subtle card feel */
.woocommerce ul.products li.product,
.wc-block-grid__product,
.wp-block-woocommerce-product-template li {
  border-radius: 12px;
}
