/*
Theme Name: Kieuduyen Pro Shop
Version: 3.0
*/

body{margin:0;font-family:Arial;background:#f5f5f5;}
.header{background:#fff;padding:10px;}
.search{background:#eee;padding:8px;border-radius:20px;}

.tabs{display:flex;justify-content:space-around;background:#fff;padding:10px;border-bottom:1px solid #eee;}
.tabs a{text-decoration:none;color:#000;font-weight:bold;}

.products{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:10px;}
.product{background:#fff;border-radius:10px;overflow:hidden;}
.product img{width:100%;}
.info{padding:8px;}
.price{color:#ee4d2d;font-weight:bold;}
.buy-btn{background:#ff2d55;color:#fff;border:none;padding:6px 10px;border-radius:6px;}

.category{background:#fff;margin:10px;border-radius:10px;padding:12px;display:flex;justify-content:space-between;}
