/* ================================================
   Flora Theme — Modern moda mağazaları için
   Sadece Flora aktifken yüklenir.
   ================================================ */

/* Flora renkleri admin'deki tema ayarlarına bağlı (theme_css_vars()) */
:root {
    --flora-primary: var(--color-primary, #1a1a1a);
    --flora-accent:  var(--color-accent,  #6b3e85);
}

/* Font admin'den seçilen --theme-font'tan gelir */
body { letter-spacing: -.01em; }

/* ----- Section Title: ortalı, ince çizgi ----- */
.section-title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 500;
    font-size: 1.4rem;
}
.section-title::after {
    background: var(--flora-primary);
    width: 30px;
    height: 1px;
}

/* ----- Ürün kartı: daha minimal ----- */
.product-card { border: 0; border-radius: 0; }
.product-card .card-body { padding: 14px 4px; }
.product-card h6, .product-card .product-title {
    font-weight: 400;
    font-size: .9rem;
    color: #2a2a2a;
}
.product-card .price { font-weight: 600; color: var(--flora-primary); }

/* ----- Container biraz daha geniş ----- */
@media (min-width: 1400px) {
    .container { max-width: 1400px; }
}

/* ----- Newsletter / footer alanları ----- */
.site-footer { background: #fafafa; color: #555; }

/* ----- Slider caption: daha az iri ----- */
.hero-slider .carousel-caption h3 { font-weight: 400; letter-spacing: .03em; }

/* ----- Üst telefon/mail bar gizli (tema seviyesinde de zorla) ----- */
.top-bar { display: none !important; }
