/********************************************************************** Özel CSS başlangıç ********************************************************/
/*
 * MY BARBER SUPPLIER — CUSTOM RESPONSIVE CSS
 * Düzenlenmiş sürüm
 *
 * Notlar:
 * - <style> etiketi eklemeyin.
 * - Menü alt seviyeleri masaüstü, tablet ve mobil için düzenlenmiştir.
 * - Tema güncellemelerinden etkilenmemesi için özel CSS eklentisinde kullanın.
 */

/* Footer Genel */
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background-color: #000000  !important;
    background-image: none;
    border-color: #2D251D;
    border-style: dashed;
    border-width: 1px 0px 0px 0px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #12100f;
    background-image: none;
    min-height: 60px;
    border-style: dashed;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #2D251D;
}

.footer-widgets {
    background-color:#000000 !important;
    color: #f4e0c0 !important;
    padding: 60px 0;
}

.footer-widgets a {
    color: #f4e0c0 !important;
}

/* Başlıklar */
.footer-widgets h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #f4e0c0;
    font-weight: 700;
}

/* Subscribe formu */
.footer-subscribe {
    display: flex;
    border: 1px solid #4b3a2b;
    max-width: 330px;
}

.footer-subscribe input {
    flex: 1;
    padding: 10px;
    background: transparent;
    border: 0;
    color: #f4e0c0;
}

.footer-subscribe input::placeholder {
    color: #b19778;
}

.footer-subscribe button {
    padding: 10px 18px;
    background: #b78a54;
    color: #14100d;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

/* Sosyal ikon alanı */
.footer-social {
    font-size: 14px;
    opacity: 0.8;
}

.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;           
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;             
    height: calc(1.4em * 2);         
    min-height: calc(1.4em * 2);     
    }

/* Ürün kartının alt kısmına gri arka plan */
.astra-shop-summary-wrap {
    background-color: #f9f9f9 !important;
    padding:10px;
margin-top:-11px;
}

/* Kutunun görünümünü düzenle */
ul.products li.product {
    border-radius: 8px;
    overflow: hidden;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .price,
ul.products li.product .button {
    display: block;
    padding: 12px 10px;
    text-align: center;
}

/* Astra Primary Header'ı sticky yap */
header#masthead {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* Blog yazılarında sidebar'ı kapat */
.single-post .widget-area,
.single-post #secondary {
  display: none !important;
}

/* İçerik alanını tam genişlet */
.single-post .content-area,
.single-post #primary {
  width: 100% !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   BARBERTIME PREMIUM PRODUCT SLIDER
   Elementor class: barbertime-slider
======================================== */

.barbertime-slider {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* Owl layout */
.barbertime-slider .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.barbertime-slider .owl-item {
    display: flex !important;
    height: auto !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
}

.barbertime-slider .owl-item > div {
    width: 100% !important;
}

/* Product card */
.barbertime-slider figure {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #111111 !important;
    border: 1px solid rgba(199,154,86,.42) !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease !important;
}

.barbertime-slider figure:hover {
    transform: translateY(-6px) !important;
    border-color: #c79a56 !important;
    box-shadow: 0 18px 38px rgba(0,0,0,.32) !important;
}

/* Image area */
.barbertime-slider figure > a.wpb_pro_img_url {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 300px !important;
    padding: 20px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.barbertime-slider figure > a.wpb_pro_img_url img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #ffffff !important;
    transform: none !important;
    transition: transform .35s ease !important;
}

.barbertime-slider figure:hover > a.wpb_pro_img_url img {
    transform: scale(1.025) !important;
}

/* Content area */
.barbertime-slider figure figcaption {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    min-height: 210px !important;
    padding: 18px !important;
    background: #111111 !important;
    color: #f4f1eb !important;
    text-align: left !important;
    box-sizing: border-box !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Product title */
.barbertime-slider .wpb-wps-product-title {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #f4f1eb !important;
    text-decoration: none !important;
}

.barbertime-slider .pro_title {
    display: -webkit-box !important;
    overflow: hidden !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #f4f1eb !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    letter-spacing: .15px !important;
    text-align: left !important;
    text-transform: uppercase !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

/* Price */
.barbertime-slider .pro_price_area {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 30px !important;
    margin: auto 0 16px !important;
    padding: 0 !important;
    text-align: center !important;
    font-family: "Montserrat", Arial, sans-serif !important;
}

/* Old price */
.barbertime-slider .pro_price_area del {
    display: block !important;
    order: 1 !important;
    margin: 0 0 5px !important;
    color: #7f7a73 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    opacity: 1 !important;
}

.barbertime-slider .pro_price_area del *,
.barbertime-slider .pro_price_area del .amount,
.barbertime-slider .pro_price_area del .woocommerce-Price-currencySymbol {
    color: #7f7a73 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}

/* Current price */
.barbertime-slider .pro_price_area ins,
.barbertime-slider .pro_price_area > .amount {
    display: block !important;
    order: 2 !important;
    margin: 0 !important;
    color: #d7b477 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.barbertime-slider .pro_price_area ins *,
.barbertime-slider .pro_price_area > .amount *,
.barbertime-slider .pro_price_area bdi {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    white-space: nowrap !important;
}

/* Button */
.barbertime-slider .wpb_cart_button {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.barbertime-slider .wpb_cart_button .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 43px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    background: transparent !important;
    color: #f4f1eb !important;
    border: 1px solid #c79a56 !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .65px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transition: background .25s ease, color .25s ease !important;
}

.barbertime-slider .wpb_cart_button .button:hover {
    background: #c79a56 !important;
    color: #0b0b0b !important;
}

/* Added to cart */
.barbertime-slider .wpb_cart_button .added_to_cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 42px !important;
    margin-top: 8px !important;
    color: #d7b477 !important;
    border: 1px solid rgba(199,154,86,.5) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* Owl arrows - fixed side by side */
.barbertime-slider .owl-nav {
    position: absolute !important;
    top: -62px !important;
    right: 0 !important;
    z-index: 20 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.barbertime-slider .owl-nav button.owl-prev,
.barbertime-slider .owl-nav button.owl-next {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #111111 !important;
    color: #c79a56 !important;
    border: 1px solid #c79a56 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    transform: none !important;
    transition: background .25s ease, color .25s ease !important;
}

.barbertime-slider .owl-nav button span {
    color: #c79a56 !important;
    font-size: 26px !important;
    line-height: 1 !important;
}

.barbertime-slider .owl-nav button:hover {
    background: #c79a56 !important;
    color: #0b0b0b !important;
}

.barbertime-slider .owl-nav button:hover span {
    color: #0b0b0b !important;
}

/* Dots */
.barbertime-slider .owl-dots {
    margin-top: 28px !important;
    text-align: center !important;
}

.barbertime-slider .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 5px !important;
    background: #5b554d !important;
    border-radius: 50% !important;
}

.barbertime-slider .owl-dots .owl-dot.active span {
    background: #c79a56 !important;
}

/* Hide Pinterest */
.barbertime-slider .pinterest-for-woocommerce-image-wrapper,
.barbertime-slider .pinit-btn,
.barbertime-slider [data-pin-log],
.barbertime-slider [data-pin-do="buttonPin"],
.barbertime-slider .pin-it-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .barbertime-slider figure > a.wpb_pro_img_url {
        height: 270px !important;
    }

    .barbertime-slider figure figcaption {
        min-height: 210px !important;
    }

    .barbertime-slider .owl-nav {
        top: -56px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .barbertime-slider .owl-item {
        padding: 0 4px !important;
    }

    .barbertime-slider figure > a.wpb_pro_img_url {
        height: 300px !important;
        padding: 22px !important;
    }

    .barbertime-slider figure figcaption {
        min-height: 195px !important;
        padding: 17px !important;
    }

    .barbertime-slider .owl-nav {
        position: static !important;
        justify-content: center !important;
        margin-top: 22px !important;
    }

    .barbertime-slider .owl-dots {
        margin-top: 18px !important;
    }
}

/* NEWEST PRODUCTS - TABS + PRODUCT GRID */

body.page-id-1262 .elementor-widget-n-tabs {
    --np-bg: #0b0b0b;
    --np-card: #111111;
    --np-gold: #c79a56;
    --np-gold-light: #d7b477;
    --np-text: #f4f1eb;
    --np-muted: #7f7971;
    --np-border: rgba(199,154,86,.42);
}

/* TAB BUTONLARI */
body.page-id-1262 .e-n-tabs-heading {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 0 34px !important;
}

body.page-id-1262 .e-n-tab-title {
    min-width: 190px !important;
    min-height: 48px !important;
    padding: 14px 24px !important;
    background: #151515 !important;
    color: #d2cbc1 !important;
    border: 1px solid rgba(199,154,86,.35) !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .25px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

body.page-id-1262 .e-n-tab-title[aria-selected="true"] {
    background: var(--np-gold) !important;
    color: #0b0b0b !important;
    border-color: var(--np-gold) !important;
}

body.page-id-1262 .e-n-tab-title:hover {
    background: #211b16 !important;
    color: var(--np-gold-light) !important;
    border-color: var(--np-gold) !important;
}

body.page-id-1262 .e-n-tab-title-text {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: inherit !important;
}

/* GRID */
body.page-id-1262 .e-n-tabs-content ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-1262 .e-n-tabs-content ul.products::before,
body.page-id-1262 .e-n-tabs-content ul.products::after {
    display: none !important;
}

/* KART */
body.page-id-1262 .e-n-tabs-content ul.products li.product {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 475px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--np-card) !important;
    border: 1px solid var(--np-border) !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease !important;
}

body.page-id-1262 .e-n-tabs-content ul.products li.product:hover {
    transform: translateY(-6px) !important;
    border-color: var(--np-gold) !important;
    box-shadow: 0 18px 38px rgba(0,0,0,.32) !important;
}

/* PINTEREST GİZLE */
body.page-id-1262 .e-n-tabs-content .pinterest-for-woocommerce-image-wrapper,
body.page-id-1262 .e-n-tabs-content [data-pin-do="buttonPin"],
body.page-id-1262 .e-n-tabs-content [data-pin-log],
body.page-id-1262 .e-n-tabs-content iframe[src*="pinterest"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* GÖRSEL ALANI */
body.page-id-1262 .e-n-tabs-content .astra-shop-thumbnail-wrap {
    position: relative !important;
    width: 100% !important;
    height: 285px !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

body.page-id-1262 .e-n-tabs-content .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 18px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

body.page-id-1262 .e-n-tabs-content .astra-shop-thumbnail-wrap img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    transition: transform .35s ease !important;
}

body.page-id-1262 .e-n-tabs-content li.product:hover .astra-shop-thumbnail-wrap img {
    transform: scale(1.025) !important;
}

/* ALT İÇERİK */
body.page-id-1262 .e-n-tabs-content .astra-shop-summary-wrap {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    min-height: 190px !important;
    padding: 17px 18px 18px !important;
    background: var(--np-card) !important;
    box-sizing: border-box !important;
}

/* ÜRÜN BAŞLIĞI */
body.page-id-1262 .e-n-tabs-content .ast-loop-product__link {
    margin: 0 0 12px !important;
    padding: 0 !important;
    text-decoration: none !important;
}

body.page-id-1262 .e-n-tabs-content .woocommerce-loop-product__title {
    display: -webkit-box !important;
    overflow: hidden !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--np-text) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    letter-spacing: .15px !important;
    text-align: left !important;
    text-transform: uppercase !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

/* FİYAT */
body.page-id-1262 .e-n-tabs-content .astra-shop-summary-wrap .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 30px !important;
    margin: auto 0 14px !important;
    padding: 0 !important;
    color: var(--np-gold-light) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    text-align: center !important;
    line-height: 1 !important;
}

/* Eski fiyat */
body.page-id-1262 .e-n-tabs-content .price del {
    display: block !important;
    order: 1 !important;
    margin: 0 0 5px !important;
    color: var(--np-muted) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    white-space: nowrap !important;
}

body.page-id-1262 .e-n-tabs-content .price del *,
body.page-id-1262 .e-n-tabs-content .price del bdi {
    color: var(--np-muted) !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}

/* Güncel fiyat */
body.page-id-1262 .e-n-tabs-content .price ins,
body.page-id-1262 .e-n-tabs-content .price > .amount {
    display: block !important;
    order: 2 !important;
    color: var(--np-gold-light) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.page-id-1262 .e-n-tabs-content .price ins *,
body.page-id-1262 .e-n-tabs-content .price > .amount *,
body.page-id-1262 .e-n-tabs-content .price bdi {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    white-space: nowrap !important;
}

/* Para birimi başta kalsın */
body.page-id-1262 .e-n-tabs-content .price,
body.page-id-1262 .e-n-tabs-content .price .amount,
body.page-id-1262 .e-n-tabs-content .price bdi {
    direction: ltr !important;
    unicode-bidi: isolate !important;
}

/* BUTON */
body.page-id-1262 .e-n-tabs-content .astra-shop-summary-wrap > a.button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 43px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    background: transparent !important;
    color: var(--np-text) !important;
    border: 1px solid var(--np-gold) !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .65px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body.page-id-1262 .e-n-tabs-content .astra-shop-summary-wrap > a.button:hover {
    background: var(--np-gold) !important;
    color: #0b0b0b !important;
}

/* SALE */
body.page-id-1262 .e-n-tabs-content .onsale {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    z-index: 9 !important;
    min-width: auto !important;
    min-height: auto !important;
    padding: 7px 10px !important;
    background: var(--np-gold) !important;
    color: #0b0b0b !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .4px !important;
    text-transform: uppercase !important;
}

/* OUT OF STOCK */
body.page-id-1262 .e-n-tabs-content .ast-shop-product-out-of-stock {
    position: absolute !important;
    z-index: 10 !important;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    background: rgba(11,11,11,.94) !important;
    color: var(--np-gold-light) !important;
    border: 1px solid var(--np-gold) !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .35px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transform: none !important;
}

/* TABLET */
@media (max-width: 1024px) {
    body.page-id-1262 .e-n-tabs-content ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    body.page-id-1262 .e-n-tabs-content .astra-shop-thumbnail-wrap {
        height: 260px !important;
    }
}

/* MOBİL */
@media (max-width: 767px) {
    body.page-id-1262 .e-n-tabs-heading {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    body.page-id-1262 .e-n-tab-title {
        min-width: 0 !important;
        min-height: 44px !important;
        padding: 11px 8px !important;
        font-size: 9px !important;
    }

    body.page-id-1262 .e-n-tab-title-text {
        font-size: 9px !important;
    }

    body.page-id-1262 .e-n-tabs-content ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    body.page-id-1262 .e-n-tabs-content ul.products li.product {
        min-height: 390px !important;
    }

    body.page-id-1262 .e-n-tabs-content .astra-shop-thumbnail-wrap {
        height: 175px !important;
    }

    body.page-id-1262 .e-n-tabs-content .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link {
        padding: 12px !important;
    }

    body.page-id-1262 .e-n-tabs-content .astra-shop-summary-wrap {
        min-height: 195px !important;
        padding: 11px !important;
    }

    body.page-id-1262 .e-n-tabs-content .woocommerce-loop-product__title {
        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;
        font-size: 9px !important;
    }

    body.page-id-1262 .e-n-tabs-content .price ins,
    body.page-id-1262 .e-n-tabs-content .price > .amount {
        font-size: 16px !important;
    }

    body.page-id-1262 .e-n-tabs-content .astra-shop-summary-wrap > a.button {
        min-height: 39px !important;
        padding: 10px 6px !important;
        font-size: 9px !important;
        letter-spacing: .35px !important;
    }
}

/* NEWEST PRODUCTS - TABS + PRODUCT GRID / PREMIUM CONSISTENT STYLE */

.premium-newest-products {
    --np-bg: #0b0b0b;
    --np-card: #111111;
    --np-gold: #c79a56;
    --np-gold-light: #d7b477;
    --np-text: #f4f1eb;
    --np-muted: #7f7971;
    --np-border: rgba(199,154,86,.42);

    background: var(--np-bg) !important;
    padding: 80px 20px 110px !important;
}

/* TAB BUTONLARI */
.premium-newest-products .e-n-tabs-heading {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 0 34px !important;
    flex-wrap: wrap !important;
}

.premium-newest-products .e-n-tab-title {
    min-width: 190px !important;
    min-height: 48px !important;
    padding: 14px 24px !important;
    background: #151515 !important;
    color: #d2cbc1 !important;
    border: 1px solid rgba(199,154,86,.35) !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .25px !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.premium-newest-products .e-n-tab-title[aria-selected="true"] {
    background: var(--np-gold) !important;
    color: #0b0b0b !important;
    border-color: var(--np-gold) !important;
}

.premium-newest-products .e-n-tab-title:hover {
    background: #211b16 !important;
    color: var(--np-gold-light) !important;
    border-color: var(--np-gold) !important;
}

.premium-newest-products .e-n-tab-title-text {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: inherit !important;
}

/* GRID */
.premium-newest-products .e-n-tabs-content ul.products,
.premium-newest-products .e-n-tabs-content ul.products.columns-4 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.premium-newest-products .e-n-tabs-content ul.products::before,
.premium-newest-products .e-n-tabs-content ul.products::after {
    display: none !important;
}

/* KART */
.premium-newest-products .e-n-tabs-content ul.products li.product {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--np-card) !important;
    border: 1px solid var(--np-border) !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease !important;
}

.premium-newest-products .e-n-tabs-content ul.products li.product:hover {
    transform: translateY(-6px) !important;
    border-color: var(--np-gold) !important;
    box-shadow: 0 18px 38px rgba(0,0,0,.32) !important;
}

/* PINTEREST VE ASTRA KÜÇÜK SEPET GİZLE */
.premium-newest-products .e-n-tabs-content .pinterest-for-woocommerce-image-wrapper,
.premium-newest-products .e-n-tabs-content [data-pin-do="buttonPin"],
.premium-newest-products .e-n-tabs-content [data-pin-log],
.premium-newest-products .e-n-tabs-content iframe[src*="pinterest"],
.premium-newest-products .e-n-tabs-content .ast-on-card-button.ast-select-options-trigger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* GÖRSEL ALANI */
.premium-newest-products .e-n-tabs-content .astra-shop-thumbnail-wrap {
    position: relative !important;
    width: 100% !important;
    height: 285px !important;
    min-height: 285px !important;
    max-height: 285px !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.premium-newest-products .e-n-tabs-content .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 18px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

.premium-newest-products .e-n-tabs-content .astra-shop-thumbnail-wrap img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    transition: transform .35s ease !important;
}

.premium-newest-products .e-n-tabs-content li.product:hover .astra-shop-thumbnail-wrap img {
    transform: scale(1.025) !important;
}

/* ALT İÇERİK */
.premium-newest-products .e-n-tabs-content .astra-shop-summary-wrap {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: 235px !important;
    min-height: 235px !important;
    max-height: 235px !important;
    padding: 17px 18px 18px !important;
    background: var(--np-card) !important;
    box-sizing: border-box !important;
}

/* ÜRÜN BAŞLIĞI */
.premium-newest-products .e-n-tabs-content .ast-loop-product__link {
    display: block !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.premium-newest-products .e-n-tabs-content .woocommerce-loop-product__title {
    display: -webkit-box !important;
    overflow: hidden !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--np-text) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    letter-spacing: .15px !important;
    text-align: left !important;
    text-transform: uppercase !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

/* FİYAT */
.premium-newest-products .e-n-tabs-content .astra-shop-summary-wrap .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    margin: auto 0 14px !important;
    padding: 0 !important;
    color: var(--np-gold-light) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    text-align: center !important;
    line-height: 1 !important;
}

/* Fiyat olmayan ürünlerde boş alan koru */
.premium-newest-products .e-n-tabs-content .astra-shop-summary-wrap:not(:has(.price)) {
    padding-top: 17px !important;
}

.premium-newest-products .e-n-tabs-content .price del {
    display: block !important;
    order: 1 !important;
    margin: 0 0 5px !important;
    color: var(--np-muted) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    white-space: nowrap !important;
}

.premium-newest-products .e-n-tabs-content .price del *,
.premium-newest-products .e-n-tabs-content .price del bdi {
    color: var(--np-muted) !important;
    font-size: 11px !important;
    font-weight: 400 !important;
}

.premium-newest-products .e-n-tabs-content .price ins,
.premium-newest-products .e-n-tabs-content .price > .amount {
    display: block !important;
    order: 2 !important;
    color: var(--np-gold-light) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.premium-newest-products .e-n-tabs-content .price ins *,
.premium-newest-products .e-n-tabs-content .price > .amount *,
.premium-newest-products .e-n-tabs-content .price bdi {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    white-space: nowrap !important;
}

.premium-newest-products .e-n-tabs-content .price,
.premium-newest-products .e-n-tabs-content .price .amount,
.premium-newest-products .e-n-tabs-content .price bdi {
    direction: ltr !important;
    unicode-bidi: isolate !important;
}

/* BUTON */
.premium-newest-products .e-n-tabs-content .astra-shop-summary-wrap > a.button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 43px !important;
    height: 43px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    background: transparent !important;
    color: var(--np-text) !important;
    border: 1px solid var(--np-gold) !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .65px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.premium-newest-products .e-n-tabs-content .astra-shop-summary-wrap > a.button:hover {
    background: var(--np-gold) !important;
    color: #0b0b0b !important;
}

/* KATEGORİ */
.premium-newest-products .e-n-tabs-content .ast-woo-product-category {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 18px !important;
    margin: 12px 0 0 !important;
    color: rgba(255,255,255,.34) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/* SALE */
.premium-newest-products .e-n-tabs-content .onsale,
.premium-newest-products .e-n-tabs-content .ast-onsale-card {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    z-index: 9 !important;
    min-width: auto !important;
    min-height: auto !important;
    padding: 7px 10px !important;
    background: var(--np-gold) !important;
    color: #0b0b0b !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .4px !important;
    text-transform: uppercase !important;
}

/* OUT OF STOCK */
.premium-newest-products .e-n-tabs-content .ast-shop-product-out-of-stock {
    position: absolute !important;
    z-index: 10 !important;
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 8px 11px !important;
    background: rgba(11,11,11,.94) !important;
    color: var(--np-gold-light) !important;
    border: 1px solid var(--np-gold) !important;
    border-radius: 2px !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .35px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transform: none !important;
}

/* TABLET */
@media (max-width: 1024px) {
    .premium-newest-products .e-n-tabs-content ul.products,
    .premium-newest-products .e-n-tabs-content ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    .premium-newest-products .e-n-tabs-content ul.products li.product {
        height: 500px !important;
        min-height: 500px !important;
        max-height: 500px !important;
    }

    .premium-newest-products .e-n-tabs-content .astra-shop-thumbnail-wrap {
        height: 260px !important;
        min-height: 260px !important;
        max-height: 260px !important;
    }

    .premium-newest-products .e-n-tabs-content .astra-shop-summary-wrap {
        height: 240px !important;
        min-height: 240px !important;
        max-height: 240px !important;
    }
}

/* MOBİL */
@media (max-width: 767px) {
    .premium-newest-products {
        padding: 60px 14px 80px !important;
    }

    .premium-newest-products .e-n-tabs-heading {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin: 0 0 26px !important;
    }

    .premium-newest-products .e-n-tab-title {
        min-width: 0 !important;
        min-height: 44px !important;
        padding: 11px 8px !important;
        font-size: 9px !important;
    }

    .premium-newest-products .e-n-tab-title-text {
        font-size: 9px !important;
    }

    .premium-newest-products .e-n-tabs-content ul.products,
    .premium-newest-products .e-n-tabs-content ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .premium-newest-products .e-n-tabs-content ul.products li.product {
        height: 390px !important;
        min-height: 390px !important;
        max-height: 390px !important;
    }

    .premium-newest-products .e-n-tabs-content .astra-shop-thumbnail-wrap {
        height: 175px !important;
        min-height: 175px !important;
        max-height: 175px !important;
    }

    .premium-newest-products .e-n-tabs-content .astra-shop-thumbnail-wrap > a.woocommerce-loop-product__link {
        padding: 12px !important;
    }

    .premium-newest-products .e-n-tabs-content .astra-shop-summary-wrap {
        height: 215px !important;
        min-height: 215px !important;
        max-height: 215px !important;
        padding: 11px !important;
    }

    .premium-newest-products .e-n-tabs-content .woocommerce-loop-product__title {
        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;
        font-size: 9px !important;
    }

    .premium-newest-products .e-n-tabs-content .price ins,
    .premium-newest-products .e-n-tabs-content .price > .amount {
        font-size: 16px !important;
    }

    .premium-newest-products .e-n-tabs-content .astra-shop-summary-wrap > a.button {
        min-height: 39px !important;
        height: 39px !important;
        padding: 10px 6px !important;
        font-size: 9px !important;
        letter-spacing: .35px !important;
    }

    .premium-newest-products .e-n-tabs-content .ast-woo-product-category {
        font-size: 9px !important;
    }
}

/* CATEGORY PAGE FIX — DARK PREMIUM */

body.tax-product_cat,
body.tax-product_cat .site,
body.tax-product_cat .site-content,
body.tax-product_cat .ast-container {
    /*background: #050505 !important;*/
}

body.tax-product_cat .ast-archive-description {
    background: #050505 !important;
    padding: 55px 20px 45px !important;
    border: none !important;
}

body.tax-product_cat .ast-archive-title,
body.tax-product_cat .woocommerce-products-header__title {
    color: #ffffff !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 42px !important;
    text-align: center;
}

body.tax-product_cat .site-main {
    max-width: 1200px;
    margin: -100px 0px 0px 0px;
    padding: 0px !important;
    background: #000000 !important;
}

/* Beyaz WooCommerce kutusunu kaldır */
body.tax-product_cat .woocommerce,
body.tax-product_cat .ast-woocommerce-container {
    background: transparent !important;
}

/* Üst bilgi */
body.tax-product_cat .woocommerce-result-count {
    color: #bdbdbd !important;
}

body.tax-product_cat .woocommerce-ordering select {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid rgba(200,154,75,.45) !important;
}

/* Grid */
body.tax-product_cat ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 22px !important;
}

body.tax-product_cat ul.products li.product {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #111 !important;
    border: 1px solid rgba(200,154,75,.35) !important;
    overflow: hidden;
}

/* Görsel alanı beyaz kalabilir ama kontrollü */
body.tax-product_cat ul.products li.product a img {
    width: 100% !important;
    height: 250px !important;
    object-fit: contain !important;
    background: #fff !important;
    padding: 12px !important;
    margin: 0 !important;
}

/* Ürün metin alanı */
body.tax-product_cat ul.products li.product .astra-shop-summary-wrap {
    background: #111 !important;
    padding: 16px 14px 18px !important;
    min-height: 150px;
}

/* Başlık */
body.tax-product_cat .woocommerce-loop-product__title {
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    min-height: 55px;
    padding: 0 !important;
    margin: 0 0 10px !important;
}

/* Fiyat */
body.tax-product_cat ul.products li.product .price {
    color: #c89a4b !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

body.tax-product_cat ul.products li.product .price del {
    color: #777 !important;
}

/* Buton */
body.tax-product_cat ul.products li.product .button {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 8px !important;
    background: transparent !important;
    border: 1px solid #c89a4b !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .7px;
    text-transform: uppercase;
}

body.tax-product_cat ul.products li.product .button:hover {
    background: #c89a4b !important;
    color: #050505 !important;
}

/* Sale badge */
body.tax-product_cat span.onsale {
    background: #c89a4b !important;
    color: #050505 !important;
    border-radius: 0 !important;
}

/* Mobil */
@media (max-width: 1024px) {
    body.tax-product_cat ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    body.tax-product_cat ul.products {
        grid-template-columns: 1fr !important;
    }

    body.tax-product_cat ul.products li.product a img {
        height: 230px !important;
    }
}
/* CATEGORY PAGE FINAL FIX */

/* Başlık çevresindeki gri şeridi kaldır */
body.tax-product_cat .ast-archive-description,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_cat .ast-woocommerce-container,
body.tax-product_cat .site-content,
body.tax-product_cat .content-area {
    background: #050505 !important;
}

/* Başlık kutusunu temizle */
body.tax-product_cat .ast-archive-description {
    padding: 55px 20px 35px !important;
}

body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_cat .ast-archive-title {
    background: transparent !important;
    color: #ffffff !important;
    border: none !important;
}

/* Pagination mavi rengi kaldır */
body.tax-product_cat .woocommerce-pagination ul,
body.tax-product_cat .woocommerce-pagination ul li {
    border: none !important;
}

body.tax-product_cat .woocommerce-pagination ul li a,
body.tax-product_cat .woocommerce-pagination ul li span {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid rgba(200,154,75,.45) !important;
    padding: 12px 16px !important;
}

body.tax-product_cat .woocommerce-pagination ul li span.current,
body.tax-product_cat .woocommerce-pagination ul li a:hover {
    background: #c89a4b !important;
    color: #050505 !important;
    border-color: #c89a4b !important;
}
/* ASTRA PRODUCT CATEGORY BANNER FIX */

body.tax-product_cat .ast-archive-entry-banner {
    background: #050505 !important;
    border: none !important;
    padding: 65px 20px 45px !important;
}

body.tax-product_cat .ast-archive-entry-banner .ast-container {
    background: transparent !important;
    max-width: 1200px !important;
    padding: 0 !important;
    text-align: center;
}

body.tax-product_cat .ast-archive-entry-banner h1 {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-family: "Playfair Display", Georgia, serif !important;
    font-size: 46px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

body.tax-product_cat .ast-archive-entry-banner h1::after {
    content: "";
    display: block;
    width: 56px;
    height: 2px;
    margin: 18px auto 0;
    background: #c89a4b;
}

/* CONTACT FORM 7 — PREMIUM DARK */

.mbs-contact-form {
    width: 100%;
    padding: 38px;
    background: #0f0f0f;
    border: 1px solid rgba(200,154,75,.35);
}

.mbs-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.mbs-contact-form label {
    display: block;
    margin-bottom: 18px;
    color: #c89a4b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.mbs-contact-form input,
.mbs-contact-form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 14px 15px;
    background: #050505;
    border: 1px solid rgba(200,154,75,.28);
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
}

.mbs-contact-form textarea {
    height: 150px;
    resize: vertical;
}

.mbs-contact-form input::placeholder,
.mbs-contact-form textarea::placeholder {
    color: #777;
}

.mbs-contact-form input:focus,
.mbs-contact-form textarea:focus {
    outline: none;
    border-color: #c89a4b;
}

.mbs-contact-form .wpcf7-submit {
    width: auto;
    min-width: 180px;
    padding: 15px 28px;
    background: #c89a4b;
    border: 1px solid #c89a4b;
    color: #050505;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
    cursor: pointer;
}

.mbs-contact-form .wpcf7-submit:hover {
    background: #e0b566;
    border-color: #e0b566;
}

.mbs-contact-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #ff6b6b;
    font-size: 12px;
}

.mbs-contact-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 12px 15px !important;
    border-color: rgba(200,154,75,.45) !important;
    color: #ffffff;
}

@media (max-width: 767px) {
    .mbs-contact-form {
        padding: 24px;
    }

    .mbs-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mbs-contact-form .wpcf7-submit {
        width: 100%;
    }
}
.mbs-contact-form input,
.mbs-contact-form textarea {
    background: rgba(5,5,5,.82) !important;
    border: 1px solid rgba(200,154,75,.35) !important;
    color: #fff !important;
}

.mbs-contact-form label {
    color: #c89a4b !important;
}

.mbs-contact-form .wpcf7-submit {
    background: #c89a4b !important;
    color: #050505 !important;
    border: 1px solid #c89a4b !important;
}

/* CONTACT FORM 7 DIRECT ID FIX */

#wpcf7-f10-p262-o1 label,
#wpcf7-f10-p262-o1 p,
#wpcf7-f10-p262-o1 .wpcf7-form label {
    color: #c89a4b !important;
}

#wpcf7-f10-p262-o1 input,
#wpcf7-f10-p262-o1 textarea {
    background: rgba(5,5,5,.88) !important;
    border: 1px solid rgba(200,154,75,.45) !important;
    color: #ffffff !important;
}

#wpcf7-f10-p262-o1 input::placeholder,
#wpcf7-f10-p262-o1 textarea::placeholder {
    color: #8f8f8f !important;
}

#wpcf7-f10-p262-o1 input[type="submit"] {
    background: #c89a4b !important;
    border: 1px solid #c89a4b !important;
    color: #050505 !important;
}

/* =====================================================
   HAIR & BEAUTY PRODUCTS — RESPONSIVE MULTI-LEVEL MENU
   Ana menü öğesi: #menu-item-297
   Astra masaüstü kırılımı: 922px
===================================================== */

/* Menü katmanlarının içerik arkasında kalmasını önler */
header#masthead,
.site-header,
.ast-primary-header-bar,
.main-header-bar,
.ast-builder-grid-row-container,
.ast-builder-menu,
.main-navigation {
    position: relative;
    z-index: 99990;
}

/* -------------------------
   MASAÜSTÜ: 922px ve üzeri
------------------------- */
@media screen and (min-width: 922px) {

    /* Üst kapsayıcıların açılır menüleri kesmesini engeller */
    #ast-desktop-header,
    #ast-desktop-header .ast-primary-header-bar,
    #ast-desktop-header .main-header-bar,
    #ast-desktop-header .ast-builder-grid-row-container,
    #ast-desktop-header .ast-builder-menu,
    #ast-desktop-header .main-navigation,
    #ast-desktop-header .main-header-menu,
    #ast-desktop-header #menu-item-297,
    #ast-desktop-header #menu-item-297 > .sub-menu,
    #ast-desktop-header #menu-item-297 > .sub-menu > li {
        overflow: visible !important;
    }

    /* Ana menü öğesi */
    #ast-desktop-header #menu-item-297 {
        position: relative !important;
        z-index: 99991 !important;
    }

    /* Birinci seviye açılır menü */
    #ast-desktop-header #menu-item-297 > .sub-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: auto !important;

        display: block;
        width: 312px !important;
        min-width: 312px !important;
        max-width: min(312px, calc(100vw - 32px)) !important;

        margin: 0 !important;
        padding: 8px 0 !important;

        background: rgba(13, 11, 10, 0.985) !important;
        border: 1px solid rgba(196, 145, 70, 0.35) !important;
        border-top: 2px solid #c49146 !important;
        border-radius: 0 0 8px 8px !important;

        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.45),
            0 4px 12px rgba(0, 0, 0, 0.25) !important;

        z-index: 99992 !important;
    }

    /* Birinci seviye satırlar */
    #ast-desktop-header #menu-item-297 > .sub-menu > li {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
    }

    /* Tüm alt menü bağlantıları */
    #ast-desktop-header #menu-item-297 .sub-menu li > a {
        position: relative !important;
        z-index: 2 !important;

        display: flex !important;
        align-items: center !important;
        gap: 0 !important;

        width: 100% !important;
        min-height: 46px !important;
        margin: 0 !important;
        padding: 12px 18px !important;

        color: #f3eee7 !important;
        background: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;

        font-family: inherit !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        letter-spacing: 0.1px !important;
        text-decoration: none !important;

        box-sizing: border-box !important;
        pointer-events: auto !important;

        transition:
            color 0.22s ease,
            background-color 0.22s ease,
            padding-left 0.22s ease !important;
    }

    #ast-desktop-header #menu-item-297 .sub-menu > li:last-child > a {
        border-bottom-color: transparent !important;
    }

    /* Hover ve klavye odağı */
    #ast-desktop-header #menu-item-297 .sub-menu li:hover > a,
    #ast-desktop-header #menu-item-297 .sub-menu li:focus-within > a,
    #ast-desktop-header #menu-item-297 .sub-menu li.current-menu-item > a,
    #ast-desktop-header #menu-item-297 .sub-menu li.current-menu-ancestor > a {
        color: #d5a75c !important;
        background: rgba(196, 145, 70, 0.12) !important;
        padding-left: 23px !important;
    }

    /* Soldaki gold vurgu çizgisi */
    #ast-desktop-header #menu-item-297 .sub-menu li > a::before {
        content: "";
        flex: 0 0 auto;
        display: block;
        width: 2px;
        height: 0;
        margin-right: 0;
        background: #c49146;
        transition:
            height 0.22s ease,
            margin-right 0.22s ease;
    }

    #ast-desktop-header #menu-item-297 .sub-menu li:hover > a::before,
    #ast-desktop-header #menu-item-297 .sub-menu li:focus-within > a::before,
    #ast-desktop-header #menu-item-297 .sub-menu li.current-menu-item > a::before,
    #ast-desktop-header #menu-item-297 .sub-menu li.current-menu-ancestor > a::before {
        height: 18px;
        margin-right: 10px;
    }

    /* İkinci ve daha derin seviyeler */
    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children {
        position: relative !important;
    }

    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children > .sub-menu {
        position: absolute !important;
        top: -1px !important;
        left: calc(100% - 1px) !important;
        right: auto !important;

        display: block !important;
        width: 300px !important;
        min-width: 300px !important;
        max-width: min(300px, calc(100vw - 32px)) !important;

        margin: 0 !important;
        padding: 8px 0 !important;

        background: rgba(13, 11, 10, 0.99) !important;
        border: 1px solid rgba(196, 145, 70, 0.35) !important;
        border-top: 2px solid #c49146 !important;
        border-radius: 0 6px 6px 6px !important;

        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.48),
            0 4px 12px rgba(0, 0, 0, 0.28) !important;

        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateX(10px) !important;

        z-index: 99999 !important;

        transition:
            opacity 0.18s ease,
            visibility 0.18s ease,
            transform 0.18s ease !important;
    }

    /* Menü ile alt menü arasındaki hover boşluğunu kapatır */
    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children > .sub-menu::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -12px;
        width: 12px;
    }

    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children:hover > .sub-menu,
    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children:focus-within > .sub-menu,
    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children.focus > .sub-menu,
    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children.ast-submenu-expanded > .sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateX(0) !important;
    }

    /* İkinci seviye oku sağa sabitler */
    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children > a {
        padding-right: 42px !important;
    }

    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children > a .dropdown-menu-toggle,
    #ast-desktop-header #menu-item-297 .sub-menu .menu-item-has-children > a .ast-icon {
        position: absolute !important;
        top: 50% !important;
        right: 15px !important;
        margin: 0 !important;
        color: #d5a75c !important;
        transform: translateY(-50%) rotate(-90deg) !important;
        transform-origin: center !important;
        pointer-events: none !important;
    }

    /* Ana menü oku */
    #ast-desktop-header #menu-item-297 > a .dropdown-menu-toggle,
    #ast-desktop-header #menu-item-297 > a .ast-icon {
        color: #c49146 !important;
        transition: transform 0.22s ease !important;
        pointer-events: none !important;
    }

    #ast-desktop-header #menu-item-297:hover > a .dropdown-menu-toggle,
    #ast-desktop-header #menu-item-297:focus-within > a .dropdown-menu-toggle {
        transform: rotate(180deg) !important;
    }
}

/* -------------------------
   TABLET / MOBİL: 921px altı
------------------------- */
@media screen and (max-width: 921px) {

    /* Mobil menü panelinin dikey kaydırılabilmesini sağlar */
    #ast-mobile-header,
    .ast-mobile-popup-drawer,
    .ast-mobile-popup-drawer .ast-mobile-popup-inner,
    .ast-mobile-popup-drawer .ast-mobile-popup-content {
        overflow-x: hidden !important;
    }

    .ast-mobile-popup-drawer .ast-mobile-popup-inner,
    .ast-mobile-popup-drawer .ast-mobile-popup-content {
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    /* Birinci ve daha derin seviyeleri normal belge akışına alır */
    #ast-mobile-header #menu-item-297,
    .ast-mobile-popup-drawer #menu-item-297 {
        position: relative !important;
    }

    #ast-mobile-header #menu-item-297 .sub-menu,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 5px 0 !important;

        background: #14110f !important;
        border: 0 !important;
        border-left: 2px solid #c49146 !important;
        border-radius: 0 !important;
        box-shadow: none !important;

        transform: none !important;
        box-sizing: border-box !important;
    }

    /* Derin seviyelerde görsel hiyerarşi */
    #ast-mobile-header #menu-item-297 .sub-menu .sub-menu,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu .sub-menu {
        margin-left: 14px !important;
        width: calc(100% - 14px) !important;
        background: #0f0d0c !important;
        border-left-color: rgba(196, 145, 70, 0.65) !important;
    }

    #ast-mobile-header #menu-item-297 .sub-menu li,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu li {
        position: relative !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    #ast-mobile-header #menu-item-297 .sub-menu li > a,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu li > a {
        display: flex !important;
        align-items: center !important;

        width: 100% !important;
        min-height: 46px !important;
        margin: 0 !important;
        padding: 11px 50px 11px 24px !important;

        color: #f3eee7 !important;
        background: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;

        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
    }

    #ast-mobile-header #menu-item-297 .sub-menu .sub-menu li > a,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu .sub-menu li > a {
        padding-left: 30px !important;
        font-size: 13px !important;
    }

    #ast-mobile-header #menu-item-297 .sub-menu li > a:hover,
    #ast-mobile-header #menu-item-297 .sub-menu li > a:focus,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu li > a:hover,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu li > a:focus,
    #ast-mobile-header #menu-item-297 .sub-menu li.current-menu-item > a,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu li.current-menu-item > a {
        color: #d5a75c !important;
        background: rgba(196, 145, 70, 0.10) !important;
    }

    /* Mobil aç/kapat düğmelerini bağlantıların üstünde tutar */
    #ast-mobile-header #menu-item-297 .ast-menu-toggle,
    .ast-mobile-popup-drawer #menu-item-297 .ast-menu-toggle {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 4 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 46px !important;
        min-width: 46px !important;
        height: 46px !important;
        margin: 0 !important;
        padding: 0 !important;

        color: #d5a75c !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    #ast-mobile-header #menu-item-297 .ast-menu-toggle:focus-visible,
    .ast-mobile-popup-drawer #menu-item-297 .ast-menu-toggle:focus-visible,
    #ast-mobile-header #menu-item-297 .sub-menu a:focus-visible,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu a:focus-visible {
        outline: 2px solid #c49146 !important;
        outline-offset: -2px !important;
    }
}

/* Çok küçük telefonlar */
@media screen and (max-width: 480px) {
    #ast-mobile-header #menu-item-297 .sub-menu li > a,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu li > a {
        min-height: 44px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
        font-size: 13px !important;
    }

    #ast-mobile-header #menu-item-297 .sub-menu .sub-menu li > a,
    .ast-mobile-popup-drawer #menu-item-297 .sub-menu .sub-menu li > a {
        padding-left: 26px !important;
        font-size: 12px !important;
    }

    #ast-mobile-header #menu-item-297 .ast-menu-toggle,
    .ast-mobile-popup-drawer #menu-item-297 .ast-menu-toggle {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
    }
}

/* =====================================================
   GENEL RESPONSIVE GÜVENLİK DÜZELTMELERİ
===================================================== */

img,
svg,
video,
iframe {
    max-width: 100%;
}

/* Footer abonelik alanı küçük ekranlarda taşmasın */
@media screen and (max-width: 767px) {
    .footer-widgets {
        padding: 42px 0;
    }

    .footer-subscribe {
        width: 100%;
        max-width: 100%;
    }

    .footer-subscribe input {
        min-width: 0;
    }

    body.tax-product_cat .site-main {
        width: 100%;
        margin: -45px auto 0 !important;
        padding-right: 14px !important;
        padding-left: 14px !important;
        box-sizing: border-box;
    }

    body.tax-product_cat .ast-archive-entry-banner {
        padding: 42px 16px 34px !important;
    }

    body.tax-product_cat .ast-archive-entry-banner h1,
    body.tax-product_cat .ast-archive-title,
    body.tax-product_cat .woocommerce-products-header__title {
        font-size: clamp(30px, 9vw, 40px) !important;
    }
}

@media screen and (max-width: 480px) {
    .mbs-contact-form {
        padding: 20px 16px;
    }

    body.tax-product_cat ul.products {
        gap: 14px !important;
    }
}



/********************************************************************** Özel CSS bitiş ********************************************************/