/*
Theme Name: Novex Pro
Theme URI: https://webdanismani.com/novex-pro
Author: Web Danışmanı
Author URI: https://webdanismani.com
Description: Novex Pro — çok markalı e-ticaret WordPress teması. Ecomus tabanlı birebir tasarım, WooCommerce uyumlu, özel tema yönetim paneli, demo önizleme ve bölüm aç/kapat kontrolleri ile gelir. Web Danışmanı tarafından lisanslı olarak geliştirilmiştir.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Web Danışmanı Ticari Lisans
License URI: https://webdanismani.com/lisans
Text Domain: novex-pro
Tags: e-commerce, woocommerce, multi-brand, responsive, custom-menu, theme-options
*/

/* Tema stilleri assets/css/styles.css içinde yüklenir. Bu dosya WordPress tema başlığı içindir. */

/* ---- Novex Pro: içerik sayfası yardımcı stilleri ---- */
.novex-markalar { gap: 20px; }
.novex-marka { border: 1px solid var(--line); border-radius: 10px; min-height: 140px; display: flex; align-items: center; justify-content: center;
	font-size: 20px; font-weight: 600; letter-spacing: .5px; color: var(--main); transition: all .3s; background: var(--white); }
.novex-marka:hover { border-color: var(--main); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.novex-blog-bos { display: block; aspect-ratio: 870 / 550; background: var(--bg-2); }
.novex-yazi-icerik p { margin-bottom: 18px; }
.novex-form-sonuc { font-size: 14px; color: var(--success); min-height: 20px; }
.novex-form-sonuc.hata { color: var(--primary); }
.novex-gizli { display: none !important; }
.tf-main-area-page h4 { margin: 28px 0 12px; }
.tf-main-area-page h4:first-child { margin-top: 0; }
.about-us-page .banner-wrapper { position: relative; }
.about-us-page .banner-wrapper::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.35); pointer-events: none; }
.about-us-page .banner-wrapper .box-content { z-index: 2; }
