/* --- Conifer Collection Theme Override --- */
body.theme-conifer { --primary: #1e362d !important; --bg: #ffffff !important; --card-bg: transparent !important; --border: #e8e6df !important; --text: #222222 !important; --text-muted: #777777 !important; --radius: 0px !important; font-family: 'Inter', sans-serif !important; background-color: var(--bg) !important; color: var(--text) !important; }
body.theme-conifer h1, body.theme-conifer h2, body.theme-conifer h3, body.theme-conifer .section-title { font-family: 'Playfair Display', serif !important; font-weight: 400 !important; color: var(--primary) !important; text-align: center !important; border-bottom: none !important; }
body.theme-conifer .section-title a { display: none !important; }
body.theme-conifer header { background: var(--bg) !important; border-bottom: 1px solid var(--border) !important; box-shadow: none !important; padding: 30px 0 20px !important; }
body.theme-conifer .header-flex { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 25px !important; height: auto !important; }
body.theme-conifer .header-flex img { height: 70px !important; }
body.theme-conifer nav { display: flex !important; justify-content: center !important; flex-wrap: wrap !important; gap: 30px !important; }
body.theme-conifer nav a { text-transform: uppercase !important; letter-spacing: 1px !important; font-size: 13px !important; font-weight: 400 !important; color: var(--text) !important; }
body.theme-conifer #cart-open-btn { background: transparent !important; color: var(--text) !important; border: none !important; padding: 0 !important; }
body.theme-conifer #cart-count { background: var(--primary) !important; color: #fff !important; border-radius: 50% !important; }
body.theme-conifer .hero { background: transparent !important; border: none !important; text-align: center !important; padding: 80px 20px 40px !important; }
body.theme-conifer .hero h1 { font-size: 42px !important; margin-bottom: 20px !important; }
body.theme-conifer .hero p { color: var(--text-muted) !important; margin: 0 auto 30px !important; font-size: 16px !important; }
body.theme-conifer .hero .btn { background: var(--primary) !important; color: #fff !important; border: none !important; }
body.theme-conifer .grid-3 { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important; gap: 50px 30px !important; }
body.theme-conifer .card { border: none !important; background: transparent !important; box-shadow: none !important; text-align: center !important; transition: transform 0.2s ease !important; cursor: pointer; }
body.theme-conifer .card:hover { transform: translateY(-5px) !important; box-shadow: none !important; }
body.theme-conifer .card-img-placeholder { height: 380px !important; background: #f4f4f2 !important; border-radius: 0 !important; margin-bottom: 20px !important; display: block; text-decoration: none; }
body.theme-conifer .card-img-placeholder img { border-radius: 0 !important; object-fit: cover !important; }
body.theme-conifer .card-body { padding: 0 !important; }
body.theme-conifer .card h3 { font-size: 15px !important; font-family: 'Inter', sans-serif !important; font-weight: 400 !important; margin-bottom: 10px !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; }
body.theme-conifer .card h3 a { color: var(--text) !important; text-decoration: none !important; }
body.theme-conifer .card-footer { border: none !important; padding: 0 !important; flex-direction: column !important; gap: 15px !important; }
body.theme-conifer .price { font-size: 16px !important; font-family: 'Playfair Display', serif !important; color: var(--text-muted) !important; font-weight: 400 !important; }
body.theme-conifer .btn { background: transparent !important; color: var(--primary) !important; border: 1px solid var(--primary) !important; border-radius: 0 !important; text-transform: uppercase !important; font-size: 11px !important; letter-spacing: 1px !important; padding: 12px 30px !important; transition: all 0.3s ease !important; position: relative; z-index: 2; }
body.theme-conifer .btn:hover { background: var(--primary) !important; color: #fff !important; }
body.theme-conifer footer { background: #111111 !important; color: #999999 !important; border-top: none !important; padding: 60px 0 !important; margin-top: 80px !important; }
body.theme-conifer footer h4 { color: #ffffff !important; font-family: 'Playfair Display', serif !important; font-size: 18px !important; }
body.theme-conifer footer a { color: #999999 !important; }
body.theme-conifer footer a:hover { color: #ffffff !important; }
