/*
 Theme Name: Haser Blocksy Child
 Theme URI: https://haserburo.com.tr/
 Description: Haser Büro için Blocksy tabanlı özel child theme.
 Author: Haser & ChatGPT
 Template: blocksy
 Version: 1.5
 Text Domain: haser-blocksy-child
*/

/* =========================================================
   ÜRÜN KARTI (SHOP / KATEGORİ SAYFALARI)
   ========================================================= */

.woocommerce ul.products,
.woocommerce-page ul.products {
    gap: 30px;
}

/* Ürün kartı */
.woocommerce ul.products li.product.haser-product-card,
.woocommerce-page ul.products li.product.haser-product-card {
    list-style: none;
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 22px 18px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover efekti */
.woocommerce ul.products li.product.haser-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}

/* Ürün görseli alanı */
.haser-product-image {
    display: block;
    margin-bottom: 16px;
    text-align: center;
}

.haser-product-image img {
    max-height: 260px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

/* İçerik alanı */
.haser-product-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

/* Başlık */
.woocommerce ul.products li.product.haser-product-card .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product.haser-product-card .woocommerce-loop-product__title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

/* Başlık linki */
.haser-product-content .woocommerce-loop-product__title a {
    text-decoration: none;
}

/* Kısa açıklama */
.haser-product-excerpt {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* Meta / fiyat */
.haser-product-meta {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.haser-product-price del {
    opacity: 0.6;
    margin-right: 4px;
}

/* Detay butonu */
.haser-product-button {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

/* Mobile uyum */
@media (max-width: 768px) {
    .woocommerce ul.products li.product.haser-product-card,
    .woocommerce-page ul.products li.product.haser-product-card {
        padding: 18px 16px;
    }

    .haser-product-image img {
        max-height: 210px;
    }
}

/* =========================================================
   SHOP / KATEGORİ SAYFASI BAŞLIĞI
   ========================================================= */

.haser-shop-header {
    background: radial-gradient(circle at top left, #e0f2fe 0, #f9fafb 52%, #eef2ff 100%);
    padding: 36px 0 30px;
    margin-bottom: 32px;
}

.haser-shop-header-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

.haser-shop-breadcrumb {
    font-size: 13px;
    margin-bottom: 8px;
}

.haser-shop-title-wrap {
    max-width: 720px;
}

.haser-shop-title {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 700;
}

.haser-shop-subtitle p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
}

.haser-shop-loop {
    max-width: 1140px;
    margin: 0 auto 60px;
    padding: 0 16px;
}

/* =========================================================
   ANA SAYFA GENEL
   ========================================================= */

.haser-front-page {
    background-color: #f9fafb;
}

/* Ana sayfadaki bölümler */

.haser-section {
    max-width: 1140px;
    margin: 0 auto 70px;
    padding: 0 16px;
}

.haser-section-header {
    margin-bottom: 28px;
}

.haser-section-title {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
}

.haser-section-subtitle {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
}

/* =========================================================
   HERO BÖLÜMÜ (MODERNLEŞTİRİLMİŞ)
   ========================================================= */

.haser-hero {
    padding: 88px 16px 72px;
    background: radial-gradient(circle at top left, #e0f2fe 0, #f9fafb 50%, #eef2ff 100%);
    margin-bottom: 64px;
}

.haser-hero-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
}

.haser-hero-left {
    max-width: 640px;
}

.haser-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    background-color: rgba(37, 99, 235, 0.06);
    color: #1d4ed8;
    margin-bottom: 16px;
}

.haser-hero-title {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 12px;
    letter-spacing: -0.03em;
}

.haser-hero-text {
    margin: 0 0 12px;
    font-size: 15px;
    color: #374151;
    max-width: 520px;
}

.haser-hero-list {
    margin: 0 0 22px;
    padding-left: 18px;
    font-size: 14px;
    color: #4b5563;
}

.haser-hero-list li + li {
    margin-top: 4px;
}

.haser-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.haser-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12px;
    color: #6b7280;
}

.haser-hero-meta-item span {
    display: block;
    font-weight: 600;
    color: #111827;
    font-size: 14px;
}

/* Hero sağ taraf - öne çıkan ürün / istatistik kartı */

.haser-hero-right {
    display: flex;
    justify-content: center;
}

.haser-hero-product {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
    padding: 22px 22px 18px;
    max-width: 360px;
    width: 100%;
}

.haser-hero-product-image {
    text-align: center;
    margin-bottom: 14px;
}

.haser-hero-product-image img {
    max-height: 260px;
    width: auto;
    object-fit: contain;
}

.haser-hero-product-info h3 {
    font-size: 18px;
    margin: 0 0 4px;
}

.haser-hero-product-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6b7280;
    margin-bottom: 4px;
}

.haser-hero-product-link {
    font-size: 14px;
    text-decoration: none;
    color: #2563eb;
}

/* =========================================================
   BUTONLAR
   ========================================================= */

.haser-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
}

.haser-btn-primary {
    background-color: #1d4ed8;
    color: #ffffff;
}

.haser-btn-primary:hover {
    background-color: #1e40af;
}

.haser-btn-secondary {
    background-color: #ffffff;
    color: #1d4ed8;
    border-color: rgba(37, 99, 235, 0.3);
}

.haser-btn-secondary:hover {
    background-color: #e5edff;
}

.haser-btn-light {
    background-color: #ffffff;
    color: #111827;
    border-color: #e5e7eb;
}

.haser-btn-light:hover {
    background-color: #f3f4f6;
}

/* =========================================================
   KATEGORİ KARTLARI (ANA SAYFA)
   ========================================================= */

.haser-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.haser-category-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px 16px 14px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.haser-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.haser-category-label {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 15px;
}

.haser-category-desc {
    font-size: 14px;
    color: #4b5563;
    margin: 0 0 10px;
    flex: 1;
}

.haser-category-link {
    font-size: 13px;
    font-weight: 500;
    color: #2563eb;
}

/* =========================================================
   HİZMET KARTLARI (ANA SAYFA)
   ========================================================= */

.haser-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.haser-service-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
}

.haser-service-card h3 {
    font-size: 16px;
    margin: 0 0 6px;
}

.haser-service-card p {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

/* =========================================================
   ANA SAYFA ALT CTA
   ========================================================= */

.haser-contact-cta {
    margin-bottom: 80px;
}

.haser-contact-inner {
    background-color: #111827;
    color: #f9fafb;
    border-radius: 20px;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.haser-contact-inner h2 {
    margin: 0 0 6px;
    font-size: 20px;
}

.haser-contact-inner p {
    margin: 0;
    font-size: 14px;
    color: #e5e7eb;
}

.haser-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* =========================================================
   SINGLE PRODUCT (ÜRÜN DETAY) SAYFASI
   ========================================================= */

.haser-single-product {
    max-width: 1140px;
    margin: 0 auto 80px;
    padding: 32px 16px 0;
}

.haser-single-product-inner {
    background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    padding: 24px 26px 30px;
}

.haser-single-product-breadcrumb {
    margin-bottom: 14px;
    font-size: 13px;
}

.haser-single-product-main {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    gap: 28px;
    align-items: flex-start;
}

.haser-single-product-gallery {
    border-radius: 16px;
    background-color: #f9fafb;
    padding: 16px;
}

/* Woo görsel içeriği uyarlama */
.haser-single-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
}

/* Ürün özet alanı */
.haser-single-product-summary .product_title {
    font-size: 26px;
    margin-bottom: 8px;
}

.haser-single-product-summary .woocommerce-product-rating {
    margin-bottom: 6px;
}

.haser-single-product-summary .price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.haser-single-product-summary .woocommerce-product-details__short-description {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 16px;
}

.haser-single-product-summary .product_meta {
    font-size: 13px;
    color: #6b7280;
    margin-top: 8px;
}

.haser-single-product-summary .product_meta > span {
    display: block;
}

/* Teklif butonu */
.haser-product-enquiry {
    margin-top: 10px;
}

/* Alt bölüm (tabs, related) */
.haser-single-product-extra {
    margin-top: 30px;
}

/* Sekmelerin kutu görünümü */
.haser-single-product-extra .woocommerce-tabs {
    margin-bottom: 26px;
}

.haser-single-product-extra .woocommerce-Tabs-panel {
    background-color: #f9fafb;
    border-radius: 16px;
    padding: 18px 18px 16px;
}

/* Ürün açıklaması iç tipografi */
.haser-single-product-extra .woocommerce-Tabs-panel h2,
.haser-single-product-extra .woocommerce-Tabs-panel h3,
.haser-single-product-extra .woocommerce-Tabs-panel h4 {
    margin-top: 16px;
    margin-bottom: 6px;
    font-weight: 600;
}

.haser-single-product-extra .woocommerce-Tabs-panel p,
.haser-single-product-extra .woocommerce-Tabs-panel li {
    font-size: 14px;
    color: #374151;
}

/* =========================================================
   TEKNİK DESTEK FORMU
   ========================================================= */

.haser-support {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 32px 16px 0;
}

.haser-support-section {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    padding: 24px 24px 26px;
}

.haser-support-header h1 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
}

.haser-support-header p {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

.haser-support-message {
    margin-top: 18px;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
}

.haser-support-message-success {
    background-color: #ecfdf5;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.haser-support-message-error {
    background-color: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.haser-support-form {
    margin-top: 18px;
}

.haser-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.haser-support-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.haser-support-field-full {
    margin-top: 18px;
}

.haser-support-field label {
    font-weight: 500;
}

.haser-support-field input,
.haser-support-field textarea {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    font-size: 14px;
    font-family: inherit;
}

.haser-support-field textarea {
    resize: vertical;
}

.haser-support-field input:focus,
.haser-support-field textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.3);
}

.haser-support-error {
    color: #b91c1c;
    font-size: 12px;
}

/* =========================================================
   BİZ KİMİZ SAYFASI
   ========================================================= */

.haser-about {
    max-width: 1140px;
    margin: 0 auto 80px;
    padding: 32px 16px 0;
}

.haser-about-hero {
    margin-bottom: 24px;
}

.haser-about-hero-inner h1 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
}

.haser-about-hero-inner p {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

.haser-about-main {
    margin-bottom: 32px;
}

.haser-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 28px;
    align-items: flex-start;
}

.haser-about-text h2 {
    font-size: 22px;
    margin: 0 0 10px;
}

.haser-about-text p {
    font-size: 14px;
    color: #4b5563;
    margin: 0 0 10px;
}

.haser-about-aside {
    background-color: #111827;
    color: #f9fafb;
    border-radius: 20px;
    padding: 18px 18px 16px;
}

.haser-about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.haser-about-stat-value {
    font-size: 18px;
    font-weight: 700;
}

.haser-about-stat-label {
    font-size: 11px;
    color: #e5e7eb;
}

.haser-about-badge {
    font-size: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background-color: #1d4ed8;
    display: inline-flex;
    margin-bottom: 6px;
}

.haser-about-note {
    font-size: 13px;
    margin: 0;
}

.haser-about-values {
    margin-bottom: 32px;
}

.haser-about-values-inner {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    padding: 20px 20px 18px;
}

.haser-about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.haser-about-value-card h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.haser-about-value-card p {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

.haser-about-timeline-inner h2 {
    font-size: 20px;
    margin: 0 0 12px;
}

.haser-about-timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.haser-about-timeline-item {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 14px 14px 12px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.haser-about-timeline-item h4 {
    margin: 0 0 6px;
    font-size: 15px;
}

.haser-about-timeline-item p {
    margin: 0;
    font-size: 13px;
    color: #4b5563;
}

/* =========================================================
   HİZMETLERİMİZ SAYFASI
   ========================================================= */

.haser-services {
    max-width: 1140px;
    margin: 0 auto 80px;
    padding: 32px 16px 0;
}

.haser-services-hero {
    margin-bottom: 24px;
}

.haser-services-hero-inner h1 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
}

.haser-services-hero-inner p {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

.haser-services-grid-section {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    padding: 20px 20px 24px;
}

.haser-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.haser-service-item h2 {
    margin: 0 0 6px;
    font-size: 18px;
}

.haser-service-item p {
    margin: 0 0 6px;
    font-size: 14px;
    color: #4b5563;
}

.haser-service-item ul {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    color: #4b5563;
}

/* =========================================================
   İLETİŞİM SAYFASI
   ========================================================= */

.haser-contact-page {
    max-width: 1140px;
    margin: 0 auto 80px;
    padding: 32px 16px 0;
}

.haser-contact-hero {
    margin-bottom: 24px;
}

.haser-contact-hero-inner h1 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 700;
}

.haser-contact-hero-inner p {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

.haser-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    gap: 24px;
    margin-bottom: 32px;
}

.haser-contact-info {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    padding: 18px 18px 16px;
}

.haser-contact-info h2 {
    margin: 0 0 6px;
    font-size: 18px;
}

.haser-contact-info p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #4b5563;
}

.haser-contact-info-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 4px;
}

.haser-contact-info-item strong {
    font-size: 14px;
}

.haser-contact-info-item p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #4b5563;
}

.haser-contact-form-wrapper {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    padding: 18px 18px 18px;
}

.haser-contact-form-wrapper h2 {
    margin: 0 0 8px;
    font-size: 18px;
}

.haser-contact-form {
    margin-top: 10px;
}

.haser-contact-map-section {
    margin-bottom: 40px;
}

.haser-contact-map-inner {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    padding: 18px 18px 20px;
}

.haser-contact-map-inner h2 {
    margin: 0 0 6px;
    font-size: 18px;
}

.haser-contact-map-inner p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #4b5563;
}

.haser-contact-map-embed {
    border-radius: 16px;
    overflow: hidden;
    min-height: 260px;
    background-color: #e5e7eb;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1024px) {
    .haser-hero-inner {
        grid-template-columns: minmax(0, 1.2fr);
    }

    .haser-hero-right {
        justify-content: flex-start;
    }

    .haser-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .haser-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .haser-contact-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .haser-single-product-main {
        grid-template-columns: minmax(0, 1fr);
    }

    .haser-about-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .haser-about-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .haser-about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .haser-about-timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .haser-services-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .haser-contact-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .haser-hero {
        padding-top: 56px;
        padding-bottom: 44px;
    }

    .haser-hero-title {
        font-size: 28px;
    }

    .haser-section {
        margin-bottom: 52px;
    }

    .haser-category-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .haser-service-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .haser-single-product-inner {
        padding: 18px 14px 22px;
    }

    .haser-support-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .haser-about-values-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .haser-about-timeline-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}


/* ==== Haser - Footer ==== */

.haser-footer {
    background: radial-gradient(circle at top left, #0f172a 0, #020617 50%, #020617 100%);
    color: #e5e7eb;
    padding: 32px 16px 18px;
    margin-top: 40px;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.haser-footer-inner {
    max-width: 1140px;
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 26px;
}

.haser-footer-col h4 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    color: #f9fafb;
}

.haser-footer-brand p {
    font-size: 14px;
    color: #cbd5f5;
    margin: 0 0 10px;
}

.haser-footer-badge {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.18);
    color: #bfdbfe;
    font-size: 12px;
    font-weight: 600;
}

.haser-footer-logo span {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: .02em;
    display: inline-block;
    margin-bottom: 6px;
}

.haser-footer-links,
.haser-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.haser-footer-links li + li,
.haser-footer-contact li + li {
    margin-top: 4px;
}

.haser-footer a {
    color: #e5e7eb;
    text-decoration: none;
}

.haser-footer a:hover {
    color: #93c5fd;
}

.haser-footer-contact strong {
    font-weight: 600;
}

.haser-footer-social {
    margin-top: 10px;
    display: flex;
    gap: 8px;
}

.haser-footer-social a {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.haser-footer-social a:hover {
    background: rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.7);
}

.haser-footer-bottom {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 10px;
    border-top: 1px solid rgba(51, 65, 85, 0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: #9ca3af;
}

/* Mobil */
@media (max-width: 900px) {
    .haser-footer-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* İçerik tipografi */
.haser-single-extra .woocommerce-Tabs-panel h2,
.haser-single-extra .woocommerce-Tabs-panel h3,
.haser-single-extra .woocommerce-Tabs-panel h4 {
  margin-top:16px;
  margin-bottom:6px;
  font-weight:600;
}
.haser-single-extra .woocommerce-Tabs-panel p,
.haser-single-extra .woocommerce-Tabs-panel li {
  font-size:14px;
  color:#374151;
}

@media (max-width:960px){
  .haser-single-layout {
    grid-template-columns:minmax(0,1fr);
  }
}

/* ==== Haser - Footer (BTS'li) ==== */

.haser-footer {
    background: radial-gradient(circle at top left, #0f172a 0, #020617 50%, #020617 100%);
    color: #e5e7eb;
    padding: 32px 16px 18px;
    margin-top: 40px;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.haser-footer-inner {
    max-width: 1140px;
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 26px;
}

.haser-footer-col h4 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    color: #f9fafb;
}

.haser-footer-brand p {
    font-size: 14px;
    color: #cbd5f5;
    margin: 0 0 10px;
}

.haser-footer-badge {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.18);
    color: #bfdbfe;
    font-size: 12px;
    font-weight: 600;
}

.haser-footer-logo span {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: .02em;
    display: inline-block;
    margin-bottom: 6px;
}

.haser-footer-links,
.haser-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.haser-footer-links li + li,
.haser-footer-contact li + li {
    margin-top: 4px;
}

.haser-footer a {
    color: #e5e7eb;
    text-decoration: none;
}
.haser-footer a:hover {
    color: #93c5fd;
}

.haser-footer-contact strong {
    font-weight: 600;
}

.haser-footer-social {
    margin-top: 10px;
    display: flex;
    gap: 8px;
}
.haser-footer-social a {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.haser-footer-social a:hover {
    background: rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.7);
}

.haser-footer-bottom {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 10px;
    border-top: 1px solid rgba(51, 65, 85, 0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    color: #9ca3af;
}

.haser-footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.haser-footer-bts img {
    height: 20px;
    width: auto;
    display: block;
}

/* Mobil */
@media (max-width: 900px) {
    .haser-footer-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Haser - Woo tekil ürün küçük dokunuşlar (genişlik bozmadan) */

.single-product .ct-main-content {
    background: #f3f4f6;
    padding-top: 30px;
    padding-bottom: 40px;
}

/* Ürün kartının etrafını güzelleştir, genişliği Blocksy ayarlıyor */
.single-product div.product {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    padding: 22px 24px 24px;
}

/* Başlık, fiyat, kısa açıklama */
.single-product div.product .summary .product_title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 8px;
}

.single-product div.product .summary .price {
    font-size: 20px;
    font-weight: 600;
    margin: 4px 0 10px;
}

.single-product div.product .summary .woocommerce-product-details__short-description {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 14px;
}

/* Meta bilgileri (kategori vb.) */
.single-product div.product .summary .product_meta {
    font-size: 13px;
    color: #6b7280;
    margin-top: 8px;
}
.single-product div.product .summary .product_meta > span {
    display: block;
}

/* Sekmelerin iç tipografisi */
.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3,
.single-product .woocommerce-Tabs-panel h4 {
    margin-top: 16px;
    margin-bottom: 6px;
    font-weight: 600;
}

.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li {
    font-size: 14px;
    color: #374151;
}

/* ==== Haser - Yeni Ana Sayfa (haser-front-*) ==== */

.haser-front { padding-bottom: 40px; }

.haser-front-hero {
    padding: 70px 12px 60px;
    background: radial-gradient(circle at top left,#e0f2fe 0,#f9fafb 50%,#eef2ff 100%);
}
.haser-front-hero-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0,1.5fr) minmax(0,1fr);
    gap: 40px;
    align-items: center;
}
.haser-front-hero-left h1 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.03em;
}
.haser-front-hero-left p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #374151;
    max-width: 540px;
}
.haser-front-hero-list {
    margin: 0 0 18px;
    padding-left: 18px;
    font-size: 14px;
    color: #4b5563;
}
.haser-front-hero-list li + li { margin-top: 4px; }
.haser-front-hero-actions {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.haser-front-hero-right { display:flex; justify-content:flex-end; }
.haser-front-hero-card {
    max-width:360px;
    background:#ffffff;
    border-radius:20px;
    padding:18px 18px 16px;
    box-shadow:0 22px 55px rgba(15,23,42,0.18);
}
.haser-front-hero-tag {
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#2563eb;
    margin:0 0 6px;
}
.haser-front-hero-card h3 {
    margin:0 0 6px;
    font-size:18px;
}
.haser-front-hero-card p {
    margin:0 0 8px;
    font-size:14px;
    color:#4b5563;
}
.haser-front-hero-card ul {
    margin:0;
    padding-left:18px;
    font-size:13px;
    color:#4b5563;
}

.haser-front-section {
    max-width:1140px;
    margin:0 auto 60px;
    padding:0 12px;
}
.haser-front-section-header h2 {
    margin:0 0 6px;
    font-size:22px;
    font-weight:700;
}
.haser-front-section-header p {
    margin:0;
    font-size:14px;
    color:#4b5563;
}

.haser-front-services {
    margin-top:20px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.haser-front-service {
    background:#ffffff;
    border-radius:16px;
    padding:16px 16px 14px;
    box-shadow:0 12px 30px rgba(15,23,42,0.07);
}
.haser-front-service h3 {
    margin:0 0 6px;
    font-size:16px;
}
.haser-front-service p {
    margin:0;
    font-size:14px;
    color:#4b5563;
}

.haser-front-products { margin-top:20px; }

.haser-front-cta {
    padding:0 12px 0;
}
.haser-front-cta-inner {
    max-width:1140px;
    margin:0 auto;
    background:#0f172a;
    color:#e5e7eb;
    border-radius:20px;
    padding:20px 20px 18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:14px;
}
.haser-front-cta-inner h2 {
    margin:0 0 6px;
    font-size:20px;
}
.haser-front-cta-inner p {
    margin:0;
    font-size:14px;
}
.haser-front-cta-actions {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.haser-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    padding:9px 20px;
    font-size:14px;
    font-weight:500;
    text-decoration:none;
    border:1px solid transparent;
}
.haser-btn-primary {
    background:#1d4ed8;
    color:#ffffff;
}
.haser-btn-primary:hover { background:#1e40af; }
.haser-btn-secondary {
    background:#ffffff;
    color:#1d4ed8;
    border-color:rgba(37,99,235,.3);
}
.haser-btn-secondary:hover { background:#e5edff; }
.haser-btn-light {
    background:#ffffff;
    color:#111827;
    border-color:#e5e7eb;
}
.haser-btn-light:hover { background:#f3f4f6; }

@media (max-width:960px){
    .haser-front-hero-inner {
      grid-template-columns:minmax(0,1fr);
    }
    .haser-front-hero-right {
      justify-content:flex-start;
    }
    .haser-front-services {
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width:640px){
    .haser-front-hero {
      padding-top:54px;
      padding-bottom:40px;
    }
    .haser-front-hero-left h1 {
      font-size:26px;
    }
    .haser-front-services {
      grid-template-columns:minmax(0,1fr);
    }
    .haser-front-cta-inner {
      flex-direction:column;
      align-items:flex-start;
    }
}

/* =========================================================
 * HASER – WooCommerce Tekil Ürün Yeni Layout
 * ======================================================= */

.single-product .ct-main-content {
    background: #f3f4f6;
    padding-top: 40px;
    padding-bottom: 60px;
}

.haser-single-product {
    max-width: 1140px;
    margin: 0 auto 60px;
    padding: 0 16px;
}

.haser-single-layout {
    background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    padding: 26px 28px 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
    gap: 32px;
    align-items: flex-start;
}

/* Galeri tarafı */
.haser-single-gallery {
    background: linear-gradient(145deg, #eef2ff 0%, #e0f2fe 40%, #ffffff 100%);
    border-radius: 18px;
    padding: 18px;
}

.haser-single-gallery .woocommerce-product-gallery__wrapper {
    margin: 0;
}

/* Sağ kolon – başlık ve kısa özet */
.haser-single-summary .product_title {
    font-size: clamp(1.7rem, 2vw, 1.9rem);
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.haser-single-summary .price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1d4ed8;
    margin-bottom: 10px;
}

.haser-single-summary .woocommerce-product-details__short-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 18px;
}

.haser-single-summary .cart {
    margin-bottom: 14px;
}

.haser-single-summary .button {
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
}

/* Sekmeler + teknik özellikler bölümü */
.haser-single-extra {
    margin-top: 26px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 24px 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.haser-single-extra .woocommerce-tabs {
    margin-bottom: 0;
}

.haser-single-extra .woocommerce-tabs ul.tabs {
    padding-left: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .haser-single-layout {
        grid-template-columns: minmax(0, 1fr);
        padding: 22px 18px 24px;
    }

    .haser-single-product {
        margin-bottom: 40px;
    }
}

/* =========================================================
 * HASER – Ürün Liste Kartları
 * ======================================================= */

.haser-shop-card {
    list-style: none;
}

.haser-shop-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 18px 18px 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.haser-shop-card__inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.16);
}

.haser-shop-card__media {
    margin-bottom: 14px;
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(circle at top left, #e0f2fe 0, #eef2ff 35%, #ffffff 100%);
}

.haser-shop-card__media img {
    display: block;
    width: 100%;
    height: auto;
}

.haser-shop-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.haser-shop-card__title {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.haser-shop-card__excerpt {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #4b5563;
    margin: 0;
}

.haser-shop-card__link {
    margin-top: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1d4ed8;
}

/* =========================================================
 * HASER – Ürün Kategori Başlığı Kontrast Düzeltme
 * ======================================================= */

.haser-archive-header {
    background: linear-gradient(135deg, #eef2ff 0%, #e0f2fe 40%, #ffffff 100%) !important;
    color: #0f172a;
}

.haser-archive-header .haser-archive-title {
    color: #0f172a;
}

.haser-archive-header .haser-archive-desc {
    color: #4b5563;
}

.haser-archive-header .haser-archive-kicker {
    background: rgba(37, 99, 235, 0.06);
    color: #1d4ed8;
}

.haser-archive-header .haser-archive-kicker-dot {
    background: #1d4ed8;
}
