/*
Theme Name: Little Pine Island Creative
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme for Little Pine Island Creative — hand-poured epoxy resin art from Havana, Florida. WooCommerce e-commerce ready.
Version: 1.2.5
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

.tmt-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* Checkout grid fallback (see assets/css/checkout.css) */
@media (min-width: 768px) {
  body.tmt-checkout-page .tmt-checkout-grid,
  body.woocommerce-checkout .tmt-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
  }
}
