/* The Odd Child AI site repairs */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.wc-block-grid__product-image img,
.elementor-products-grid img {
  width: 100% !important;
  height: 260px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #090909;
  padding: 12px;
  box-sizing: border-box;
  transform: none !important;
  transition: none !important;
}
.woocommerce ul.products li.product:hover img,
.wc-block-grid__product:hover img,
.elementor-products-grid .product:hover img { transform: none !important; }

.single-product .woocommerce-product-gallery img {
  max-height: 560px;
  width: 100%;
  object-fit: contain;
  background: #090909;
}

.toc-fix-page { max-width: 1240px; margin: 0 auto; padding: 70px 24px; }
.toc-fix-page h1 { font-size: clamp(44px,8vw,92px); line-height:.95; margin: 8px 0 18px; }
.toc-fix-page > p { max-width: 760px; font-size: 18px; }
.toc-eyebrow { color:#ff5a00; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }

/* Hide common currency/geolocation overlays because this store is CAD */
.wcml-cs-submenu,
.woocommerce-currency-switcher-form,
[class*="currency-switcher"] .woocs_auto_switcher,
[class*="geolocation"] { display:none !important; }

@media (max-width: 767px){
 .woocommerce ul.products li.product a img,
 .wc-block-grid__product-image img,
 .elementor-products-grid img { height: 210px !important; }
}

/* Remove the imported Nature-theme demo contact details while keeping the category list. */
a[href="mailto:contact@nature.com"],
a[href^="tel:+19106268525"],
a[href^="tel:19106268525"] { display:none !important; }
