/*
Theme Name: Baghashtag Özel Tema
Theme URI: https://baghashtag.com
Author: Baghashtag Dev Team
Description: Baghashtag markası için sadeleştirilmiş ve WooCommerce odaklı özel tema.
Version: 1.0.0
Text Domain: baghashtag
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ---------------------------------------------------------
   1. RESET / TEMEL
--------------------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    color: #1e272e;
    line-height: 1.55;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #ff4757;
    text-decoration: none;
    transition: 0.25s ease;
}

a:hover {
    color: #000000;
}

button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

hr,
.elementor-divider,
.wp-block-separator,
.bh-site-main > hr {
    display: none !important;
}

.bh-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

body.bh-mobile-menu-open,
body.bh-search-open,
body.bh-filter-open,
body.bh-video-open {
    overflow: hidden;
}

.bh-site-main {
    min-height: 60vh;
    padding: 30px 0;
}

/* ---------------------------------------------------------
   2. HEADER DESTEK
--------------------------------------------------------- */
#bh-master-header,
.bh-site-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.bh-logo-text,
.bh-footer-logo {
    text-transform: none !important;
    letter-spacing: -1px !important;
}

.bh-icon-link {
    color: #000 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
}

.bh-icon-link:hover {
    color: #ff4757 !important;
}

.bh-cart-count,
.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff4757;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    line-height: 1;
    min-width: 18px;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 76px !important;
    }
}

/* ---------------------------------------------------------
   3. FOOTER DESTEK
--------------------------------------------------------- */
.bh-main-footer {
    margin-top: 60px;
    border-top: 1px solid #eeeeee;
}

.bh-main-footer a {
    text-decoration: none;
}

.bh-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bh-newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.bh-newsletter-form input[type="email"] {
    flex: 1 1 auto;
    min-width: 0;
}

.bh-newsletter-consent {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

@media (max-width: 768px) {
    .bh-footer-top {
        flex-direction: column !important;
    }

    .bh-footer-right {
        grid-template-columns: repeat(2, minmax(130px, 1fr)) !important;
    }

    .bh-footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px;
    }
}

/* ---------------------------------------------------------
   4. GENEL SAYFA İÇERİĞİ
--------------------------------------------------------- */
.bh-page-content {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.bh-page-content h1,
.bh-page-content h2,
.bh-page-content h3,
.bh-page-content h4 {
    color: #000;
}

.bh-page-content img {
    border-radius: 12px;
}

/* ---------------------------------------------------------
   5. WOOCOMMERCE ANA KAPSAYICI
--------------------------------------------------------- */
.bh-woocommerce-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.bh-woo-breadcrumb-wrap {
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
}

.bh-woocommerce-container .woocommerce-breadcrumb,
.bh-woocommerce-container .woocommerce-breadcrumb a {
    color: #1e272e !important;
    text-decoration: none !important;
}

.bh-woocommerce-container .woocommerce-breadcrumb a:hover {
    color: #ff4757 !important;
}

.bh-woocommerce-container .product_title,
.bh-woocommerce-container .woocommerce-loop-product__title,
.bh-woocommerce-container .woocommerce-loop-category__title,
.woocommerce div.product .product_title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    color: #1e272e !important;
    text-transform: none !important;
    font-family: 'Poppins', sans-serif !important;
}

/* ---------------------------------------------------------
   6. MAĞAZA / KATEGORİ LAYOUT + FİLTRELER
--------------------------------------------------------- */
.bh-shop-layout {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.bh-shop-sidebar {
    width: 280px;
    flex: 0 0 280px;
    min-width: 280px;
}

.bh-shop-products {
    min-width: 0;
    flex: 1 1 auto;
}

.bh-shop-sidebar .bh-widget {
    margin-bottom: 30px;
}

.bh-shop-sidebar .bh-widget h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    color: #1e272e;
}

.bh-shop-sidebar .bh-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-shop-sidebar .bh-widget ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.bh-shop-sidebar .bh-widget ul li a {
    color: #1e272e !important;
    opacity: 0.95;
}

.bh-shop-sidebar .bh-widget ul li a:hover {
    color: #ff4757 !important;
}

.bh-shop-sidebar .bh-widget ul.woocommerce-widget-layered-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bh-shop-sidebar .bh-widget ul.woocommerce-widget-layered-nav-list li {
    margin: 0;
}

.bh-shop-sidebar .bh-widget ul.woocommerce-widget-layered-nav-list li a {
    display: inline-block;
    border: 1px solid #eee;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    background: #fafafa;
}

.bh-shop-sidebar .bh-widget ul.woocommerce-widget-layered-nav-list li a:hover {
    border-color: #ff4757;
    background: #fff;
}

.bh-mobile-filter-toggle {
    display: none;
    margin-bottom: 20px;
}

.bh-open-filter-btn {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
}

.bh-open-filter-btn:hover {
    background: #ff4757;
}

.bh-filter-overlay {
    display: none;
}

.bh-mobile-filter-header {
    display: none;
}

.bh-empty-sidebar {
    font-size: 12px;
    color: #999;
}

@media (max-width: 768px) {
    .bh-mobile-filter-toggle {
        display: block !important;
    }

    .bh-shop-layout {
        display: block;
    }

    .bh-shop-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: min(86%, 340px) !important;
        min-width: 0 !important;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        z-index: 100001;
        padding: 25px 20px;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.12);
        transition: left 0.3s ease;
    }

    .bh-shop-sidebar.active {
        left: 0;
    }

    .bh-filter-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        visibility: hidden;
        transition: 0.25s ease;
        z-index: 100000;
    }

    .bh-filter-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .bh-mobile-filter-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 2px solid #000;
        padding-bottom: 15px;
    }

    .bh-shop-products {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .bh-filter-overlay {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .bh-shop-sidebar {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        height: auto !important;
        box-shadow: none !important;
        padding: 0 !important;
        background: transparent !important;
    }

    body.bh-filter-open {
        overflow: auto !important;
    }
}

/* ---------------------------------------------------------
   7. ÜRÜN IZGARASI / KARTLAR
--------------------------------------------------------- */
.bh-woocommerce-container ul.products::before,
.bh-woocommerce-container ul.products::after,
.related ul.products::before,
.related ul.products::after,
.up-sells ul.products::before,
.up-sells ul.products::after,
.cross-sells ul.products::before,
.cross-sells ul.products::after {
    content: none !important;
    display: none !important;
}

.bh-woocommerce-container ul.products,
.related ul.products,
.up-sells ul.products,
.cross-sells ul.products,
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bh-woocommerce-container ul.products li.product,
.related ul.products li.product,
.up-sells ul.products li.product,
.cross-sells ul.products li.product,
.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 14px !important;
    background: #fff !important;
    border: 1px solid #f1f1f1 !important;
    border-radius: 16px !important;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    float: none !important;
    clear: none !important;
    position: relative;
    min-width: 0 !important;
    height: 100%;
}

.bh-woocommerce-container ul.products li.product:hover,
.related ul.products li.product:hover,
.up-sells ul.products li.product:hover,
.cross-sells ul.products li.product:hover,
.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    border-color: #ebebeb;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    position: relative;
    z-index: 1;
    height: 100%;
}

.bh-woocommerce-container ul.products li.product .woocommerce-loop-product__title,
.related ul.products li.product .woocommerce-loop-product__title,
.up-sells ul.products li.product .woocommerce-loop-product__title,
.cross-sells ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 1.4 !important;
    min-height: 40px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin: 10px 0 10px !important;
    font-weight: 600 !important;
    color: #1e272e !important;
}

.bh-woocommerce-container ul.products li.product .price,
.related ul.products li.product .price,
.up-sells ul.products li.product .price,
.cross-sells ul.products li.product .price,
.woocommerce ul.products li.product .price {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #ff4757 !important;
    margin-bottom: 14px !important;
    display: block;
    min-height: 28px;
}

.bh-woocommerce-container ul.products li.product .price del,
.related ul.products li.product .price del,
.up-sells ul.products li.product .price del,
.cross-sells ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
    color: #a4b0be !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-right: 8px;
}

.bh-woocommerce-container ul.products li.product .price ins,
.related ul.products li.product .price ins,
.up-sells ul.products li.product .price ins,
.cross-sells ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    color: #ff4757 !important;
}

.bh-woocommerce-container ul.products li.product .button,
.related ul.products li.product .button,
.up-sells ul.products li.product .button,
.cross-sells ul.products li.product .button,
.woocommerce ul.products li.product .button {
    width: 100% !important;
    margin-top: auto !important;
    box-sizing: border-box !important;
    padding: 12px 10px !important;
    font-size: 13px !important;
    text-align: center !important;
    white-space: normal !important;
}

/* ---------------------------------------------------------
   8. GENEL WOOCOMMERCE BUTON / FİYAT
--------------------------------------------------------- */
.bh-woocommerce-container .price,
.woocommerce div.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ff4757 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: -0.4px;
    margin-bottom: 24px !important;
    display: block;
}

.bh-woocommerce-container .price del,
.woocommerce div.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #a4b0be !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-right: 10px;
}

.bh-woocommerce-container .price ins,
.woocommerce div.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none !important;
    color: #ff4757 !important;
}

.bh-woocommerce-container .button,
.bh-woocommerce-container button.button,
.bh-woocommerce-container button.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #ff4757 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 15px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    box-shadow: 0 6px 16px rgba(255, 71, 87, 0.22) !important;
    transition: all 0.25s ease !important;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bh-woocommerce-container .button:hover,
.bh-woocommerce-container button.button:hover,
.bh-woocommerce-container button.single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #1e272e !important;
    color: #ffffff !important;
    box-shadow: 0 8px 22px rgba(30, 39, 46, 0.25) !important;
    transform: translateY(-1px);
}

/* ---------------------------------------------------------
   9. TEKİL ÜRÜN SAYFASI
--------------------------------------------------------- */
.bh-woocommerce-container div.product {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    align-items: flex-start;
    position: relative;
}

.bh-woocommerce-container div.product .woocommerce-product-gallery,
.bh-woocommerce-container div.product .summary.entry-summary {
    width: calc(50% - 20px) !important;
    float: none !important;
    margin-bottom: 30px !important;
}

.woocommerce-product-gallery figure {
    margin: 0;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fff;
}

.single-product .woocommerce-product-gallery {
    position: relative !important;
}

.single-product .woocommerce-product-gallery__trigger {
    display: none !important;
}

.single-product .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

.single-product .flex-control-thumbs li {
    width: calc(25% - 8px) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .flex-control-thumbs img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    border: 1px solid #eaeaea !important;
    opacity: 1 !important;
    background: #fff !important;
    cursor: pointer !important;
    transition: 0.2s ease !important;
}

.single-product .flex-control-thumbs img:hover,
.single-product .flex-control-thumbs .flex-active {
    border-color: #ff4757 !important;
    box-shadow: 0 6px 16px rgba(255, 71, 87, 0.12) !important;
}

@media (max-width: 768px) {
    .bh-woocommerce-container {
        padding: 20px 14px;
        border-radius: 0;
        box-shadow: none;
    }

    .bh-woocommerce-container div.product .woocommerce-product-gallery,
    .bh-woocommerce-container div.product .summary.entry-summary {
        width: 100% !important;
    }

    .single-product .flex-control-thumbs {
        gap: 8px !important;
        margin-top: 12px !important;
    }

    .single-product .flex-control-thumbs li {
        width: calc(25% - 6px) !important;
    }
}

/* ---------------------------------------------------------
   10. İNDİRİM ROZETİ + ÖZEL ROZETLER
--------------------------------------------------------- */
.bh-woocommerce-container span.onsale,
.woocommerce span.onsale.bh-sale-percentage,
ul.products li.product span.onsale.bh-sale-percentage,
ul.products li.product span.onsale,
.single-product span.onsale {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    z-index: 20 !important;
    background: linear-gradient(135deg, #ff4757 0%, #ff6b81 100%) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 7px 12px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.2px;
    box-shadow: 0 8px 18px rgba(255, 71, 87, 0.25) !important;
}

.bh-custom-badge {
    position: absolute;
    left: 12px !important;
    top: 50px !important;
    right: auto !important;
    z-index: 19;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 24px) !important;
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.bh-designer-badge {
    background: linear-gradient(135deg, #111111 0%, #3a3a3a 100%);
}

.bh-popular-badge {
    background: linear-gradient(135deg, #ff4757 0%, #ff7f50 100%);
}

.bh-organic-badge {
    background: linear-gradient(135deg, #1f8f4d 0%, #57c785 100%);
}

.bh-recycle-badge {
    background: linear-gradient(135deg, #00a8cc 0%, #3c91e6 100%);
}

@media (max-width: 768px) {
    .bh-custom-badge {
        display: none !important;
    }

    .bh-woocommerce-container span.onsale,
    .woocommerce span.onsale.bh-sale-percentage,
    ul.products li.product span.onsale.bh-sale-percentage,
    ul.products li.product span.onsale,
    .single-product span.onsale {
        top: 8px !important;
        left: 8px !important;
        font-size: 10px !important;
        padding: 5px 8px !important;
        box-shadow: 0 6px 12px rgba(255, 71, 87, 0.18) !important;
    }
}

/* ---------------------------------------------------------
   11. KATALOG GALERİSİ
--------------------------------------------------------- */
.bh-card-gallery {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 220px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background: #f7f7f7 !important;
    margin-bottom: 12px !important;
    z-index: 1 !important;
}

.bh-gallery-track {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

.bh-gallery-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scale(1.02);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.bh-card-gallery .bh-gallery-image:first-child,
.bh-gallery-image.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1);
}

.bh-hover-zones {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bh-card-gallery[data-count="2"] .bh-hover-zones {
    grid-template-columns: repeat(2, 1fr);
}

.bh-card-gallery[data-count="3"] .bh-hover-zones {
    grid-template-columns: repeat(3, 1fr);
}

.bh-zone {
    height: 100%;
    cursor: pointer;
}

.bh-gallery-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(8px);
}

.bh-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, background 0.2s ease;
}

.bh-dot.active {
    background: #ff4757;
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .bh-hover-zones {
        display: none;
    }

    .bh-gallery-dots {
        bottom: 8px;
    }

    .bh-card-gallery {
        min-height: 170px !important;
    }
}

/* ---------------------------------------------------------
   12. MİKTAR KUTUSU
--------------------------------------------------------- */
.bh-woocommerce-container form.cart,
.woocommerce div.product form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap !important;
}

.bh-woocommerce-container .quantity,
.woocommerce div.product form.cart .quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #000000 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin: 0 !important;
    background: #fff;
    position: relative;
    z-index: 2;
}

.bh-woocommerce-container .quantity input.qty,
.woocommerce div.product form.cart .quantity input.qty {
    width: 48px !important;
    height: 50px !important;
    border: none !important;
    background: #fff !important;
    color: #1e272e !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
    appearance: textfield;
}

.bh-woocommerce-container .quantity input.qty::-webkit-outer-spin-button,
.bh-woocommerce-container .quantity input.qty::-webkit-inner-spin-button,
.woocommerce div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce div.product form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bh-qty-btn,
.bh-minus,
.bh-plus {
    width: 42px !important;
    height: 50px !important;
    border: none !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 1 !important;
    position: relative;
    z-index: 3;
    pointer-events: auto !important;
    user-select: none !important;
}

.bh-qty-btn:hover,
.bh-minus:hover,
.bh-plus:hover {
    background: #ff4757 !important;
    color: #fff !important;
}

.bh-minus {
    border-right: 1px solid #ededed !important;
}

.bh-plus {
    border-left: 1px solid #ededed !important;
}

/* ---------------------------------------------------------
   13. STOK / META TEMİZLİĞİ
--------------------------------------------------------- */
body.single-product .product_meta,
body.single-product .sku_wrapper,
body.single-product .posted_in,
body.single-product .tagged_as,
.woocommerce div.product .product_meta,
.bh-woocommerce-container .sku_wrapper,
.bh-woocommerce-container .posted_in,
.bh-woocommerce-container .tagged_as {
    display: none !important;
}

.bh-woocommerce-container .stock,
.woocommerce div.product .stock,
.single-product .stock {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ff4757 !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
    padding: 8px 14px !important;
    background: #fff5f6 !important;
    border: 1px dashed #ff4757 !important;
    border-radius: 999px;
}

/* ---------------------------------------------------------
   14. ÜRÜN BİLGİ / ÖLÇÜ KUTUSU
--------------------------------------------------------- */
.bh-product-size-box {
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 18px 18px !important;
    border: 1px solid #ececec !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03) !important;
}

.bh-product-size-box h3 {
    margin: 0 0 10px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #1e272e !important;
}

.bh-product-size-box div {
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: #444 !important;
    white-space: pre-line !important;
}

/* ---------------------------------------------------------
   15. MODÜLLER
--------------------------------------------------------- */
.bh-order-shipping-box,
.bh-order-request-box,
.bh-order-invoice-box,
.bh-return-shipping-box {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.bh-video-inline-wrap {
    width: 100% !important;
    margin: 14px 0 8px !important;
}

.bh-product-video-open-v2 {
    width: 100% !important;
    background: #111111 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    min-height: 52px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12) !important;
}

.bh-product-video-open-v2:hover {
    background: #ff4757 !important;
    color: #fff !important;
}

/* ---------------------------------------------------------
   16. HESABIM / FORM ALANLARI
--------------------------------------------------------- */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px !important;
    min-height: 46px;
    padding: 10px 14px !important;
    box-shadow: none !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: #ff4757 !important;
    outline: none !important;
}

/* ---------------------------------------------------------
   17. MESAJ / ALERT KUTULARI
--------------------------------------------------------- */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 12px !important;
    border-top: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.woocommerce-message {
    border-left: 4px solid #20bf6b !important;
}

.woocommerce-info {
    border-left: 4px solid #3c91e6 !important;
}

.woocommerce-error {
    border-left: 4px solid #ff4757 !important;
}

/* ---------------------------------------------------------
   18. RELATED / İLGİLİ ÜRÜNLER
--------------------------------------------------------- */
.single-product .related,
.single-product .up-sells,
.single-product .cross-sells {
    width: 100% !important;
    clear: both !important;
    margin-top: 40px !important;
}

.single-product .related > h2,
.single-product .up-sells > h2,
.single-product .cross-sells > h2 {
    margin: 0 0 24px !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1e272e !important;
}

.single-product .related ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1200px) {
    .single-product .related ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .single-product .related ul.products,
    .single-product .up-sells ul.products,
    .single-product .cross-sells ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }
}

/* ---------------------------------------------------------
   19. SEPET / SİPARİŞ / HESAP GÖRSELLERİ
--------------------------------------------------------- */
.woocommerce-cart table.cart img,
.woocommerce-checkout-review-order-table img,
.woocommerce table.shop_table img,
.woocommerce-account table.shop_table img,
.woocommerce-order-received table.shop_table img {
    width: 64px !important;
    min-width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid #eeeeee !important;
    background: #fff !important;
    padding: 2px !important;
}

.woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.shop_table th.product-thumbnail {
    width: 88px !important;
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    vertical-align: middle !important;
}

/* ---------------------------------------------------------
   20. KÜÇÜK MOBİL DÜZELTMELER
--------------------------------------------------------- */
@media (max-width: 576px) {
    .bh-woocommerce-container ul.products,
    .related ul.products,
    .up-sells ul.products,
    .cross-sells ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .bh-woocommerce-container ul.products li.product,
    .related ul.products li.product,
    .up-sells ul.products li.product,
    .cross-sells ul.products li.product,
    .woocommerce ul.products li.product {
        padding: 10px !important;
        border-radius: 12px;
    }

    .bh-woocommerce-container ul.products li.product .woocommerce-loop-product__title,
    .related ul.products li.product .woocommerce-loop-product__title,
    .up-sells ul.products li.product .woocommerce-loop-product__title,
    .cross-sells ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px !important;
        min-height: 36px !important;
    }

    .bh-woocommerce-container .button,
    .bh-woocommerce-container button.button,
    .bh-woocommerce-container button.single_add_to_cart_button {
        padding: 14px 18px !important;
        font-size: 13px !important;
    }
}
/* =========================================================
   CART IMAGE FIX + KENDIN TASARLA ICON POLISH
========================================================= */

/* Masaüstü sepet görselleri biraz daha büyük */
.woocommerce-cart table.cart td.product-thumbnail img,
.woocommerce table.shop_table td.product-thumbnail img,
.woocommerce-account table.shop_table td.product-thumbnail img,
.woocommerce-order-received table.shop_table td.product-thumbnail img {
    width: 84px !important;
    min-width: 84px !important;
    height: 84px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    border: 1px solid #eeeeee !important;
    background: #ffffff !important;
    padding: 3px !important;
}

/* Mobilde thumbnail gizlenmesini engelle */
@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td.product-thumbnail,
    .woocommerce-page table.shop_table_responsive tr td.product-thumbnail,
    .woocommerce table.shop_table_responsive tr th.product-thumbnail,
    .woocommerce-page table.shop_table_responsive tr th.product-thumbnail {
        display: table-cell !important;
        width: 72px !important;
        min-width: 72px !important;
        padding-right: 10px !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
    .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
        display: none !important;
        content: none !important;
    }

    .woocommerce-cart table.cart td.product-thumbnail img,
    .woocommerce table.shop_table_responsive td.product-thumbnail img,
    .woocommerce-page table.shop_table_responsive td.product-thumbnail img,
    .woocommerce-account table.shop_table td.product-thumbnail img {
        width: 72px !important;
        min-width: 72px !important;
        height: 72px !important;
        object-fit: cover !important;
        border-radius: 10px !important;
        border: 1px solid #eeeeee !important;
        background: #ffffff !important;
        padding: 2px !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Kendin tasarla palet ikonu - tema uyumlu */
.ozellestir-palet {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #1e272e !important;
    font-size: 16px !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
    border: 1px solid #f0f0f0 !important;
    z-index: 30 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    cursor: help !important;
}

.ozellestir-palet:hover {
    transform: scale(1.08) !important;
    box-shadow: 0 8px 20px rgba(255,71,87,0.18) !important;
}
