/*
Theme Name: Yung Theme
Theme URI: https://yung-apparel.com
Author: Yung Apparel
Author URI: https://yung-apparel.com
Description: Custom ecommerce theme for Yung Apparel, built with WooCommerce support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yung-theme
Tags: ecommerce, woocommerce, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================
   Reset & Base
   ============================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

/* ============================
   WooCommerce Overrides
   ============================ */
.woocommerce .button {
  background: #111;
  color: #fff;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 4px;
  transition: background 0.2s;
}

.woocommerce .button:hover {
  background: #333;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: 600;
}

.woocommerce ul.products li.product .price {
  color: #111;
  font-weight: 700;
}
