/*
Theme Name: Teleused Phone
Theme URI: https://example.com/teleused-phone
Author: Your Name
Description: A modern WooCommerce theme for selling used phones with Tailwind CSS.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: teleused-phone
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; }

.woocommerce ul.products li.product {
  border-radius: 1.25rem;
  overflow: hidden;
}
