/*
Theme Name: Kaitonmai Child
Template: generatepress
Text Domain: kaitonmai-child
Description: Clean child theme for GeneratePress + WooCommerce, focused on Thai e-commerce.
*/

:root{
  --brand:#12a264;
  --brand-d:#0b7a4b;
  --accent:#ffd166;
  --ink:#1b1b1b;
  --muted:#6b7280;
  --bg:#f8faf9;
  --radius:16px;
  --shadow:0 8px 24px rgba(0,0,0,.08);
}

/* Base, very light touches (ไม่ยุ่งกับ layout ของธีมหลัก) */
body{color:var(--ink)}
a{color:var(--brand)}
a:hover{filter:brightness(1.05)}

/* WooCommerce table messages — โค้งมนขึ้นนิด แต่ไม่เปลี่ยนโครง */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error{
  border-radius:12px;
}

/* ปุ่มหลักทั่วไปของ Woo (ถ้าธีมไม่ได้ override) */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  border-radius:12px;
}

/* ปรับภาพสินค้าบนการ์ดให้ครอปดีขึ้น (ไม่เปลี่ยนขนาดภายนอก) */
.woocommerce ul.products li.product img{
  object-fit:cover;
  aspect-ratio:1/1;
}

/* ลิงก์ “ดูตะกร้า” หลังเพิ่มของ — ใช้เฉพาะเวลามันโผล่ */
.woocommerce a.added_to_cart.wc-forward{
  border-radius:12px;
}



