/*
Theme Name: Finest Outfit - Store Child (cPanel Ready)
Theme URI:  https://example.com/
Description: Child theme for Astra with ready store layout and Elementor templates. Customize as needed.
Author: Finest Outfit
Version: 1.0.1
Template: astra
Text Domain: finest-outfit
*/

/* Theme colors and basic layout */
:root{ --primary:#25D366; --accent:#0a7b5a; --bg:#f7f7f8; --muted:#666; }
body{font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", sans-serif; background:var(--bg); color:#222; margin:0;}
.site-header{background:#fff;border-bottom:1px solid #eee;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;}
.site-brand{font-weight:800;font-size:20px;color:#111;}
.site-actions a{margin-left:12px;text-decoration:none;font-weight:700;color:var(--accent);}
.container{max-width:1100px;margin:26px auto;padding:0 16px;}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;}
.product-card{background:#fff;border:1px solid #eee;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px;height:100%;}
.product-thumb{height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;}
.product-thumb img{width:100%;height:100%;object-fit:cover;}
.product-title{font-weight:700;font-size:15px;margin-top:6px;}
.product-price{color:#d35400;font-weight:800;margin-top:6px;}
.btn-row{display:flex;gap:8px;margin-top:auto;}
.btn{flex:1;padding:10px 8px;text-align:center;border-radius:8px;text-decoration:none;font-weight:700;display:inline-block;}
.btn-buy{background:var(--primary);color:#fff;}
.btn-details{border:1px solid #ddd;color:#333;background:transparent;}
footer.site-footer{text-align:center;color:var(--muted);padding:30px 0;}
/* Elementor compatibility helper */
.elementor-section{padding:0;margin:0;}
