/* Mağaza: ürün / kategori başlık + breadcrumb alanı */
body.single-product #Subheader,
body.tax-product_cat #Subheader,
body.tax-product_tag #Subheader,
body.peak-store-no-subheader #Subheader,
body.peak-product-no-subheader #Subheader {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.single-product #Content .content_wrapper,
body.tax-product_cat #Content .content_wrapper,
body.tax-product_tag #Content .content_wrapper,
body.peak-store-no-subheader #Content .content_wrapper,
body.peak-product-no-subheader #Content .content_wrapper {
    padding-top: 0 !important;
}

body.single-product .section.woocommerce_before_main_content,
body.tax-product_cat .section.woocommerce_before_main_content,
body.tax-product_tag .section.woocommerce_before_main_content,
body.peak-store-no-subheader .section.woocommerce_before_main_content,
body.peak-product-no-subheader .section.woocommerce_before_main_content {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

body.single-product #Content .sections_group > .entry-content > .section:first-of-type,
body.tax-product_cat #Content .sections_group > .entry-content > .section:first-of-type,
body.tax-product_tag #Content .sections_group > .entry-content > .section:first-of-type,
body.peak-store-no-subheader #Content .sections_group > .entry-content > .section:first-of-type,
body.peak-product-no-subheader #Content .sections_group > .entry-content > .section:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Ürün detay: başlık, fiyat, sepete ekle — sayfaya uyumlu ölçüler */
body.single-product .product .entry-summary h1.product_title {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    color: #000f3b;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

body.single-product .product .entry-summary h1.product_title::after {
    display: none !important;
}

body.single-product .product .entry-summary p.price {
    font-size: 1.375rem !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    margin: 0 0 10px !important;
}

body.single-product .product .entry-summary p.price .woocommerce-price-suffix {
    display: inline-block;
    margin-left: 0.35em;
    font-size: 0.72em !important;
    font-weight: 400 !important;
    color: #8b97aa;
    vertical-align: baseline;
}

body.single-product .product .entry-summary p.stock {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin: 0 0 14px !important;
    color: #8b97aa;
}

body.single-product .product .entry-summary form.cart {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center !important;
    gap: 10px;
    margin-bottom: 14px !important;
}

body.single-product .product .entry-summary .cart .quantity {
    width: 96px !important;
    height: 40px !important;
    margin: 0 !important;
    flex-shrink: 0;
}

body.single-product .product .entry-summary .quantity a.quantity-change {
    width: 26px !important;
    height: 32px !important;
    top: 4px !important;
    font-size: 15px !important;
}

body.single-product .product .entry-summary .quantity .qty {
    height: 40px !important;
    box-sizing: border-box;
    font-size: 14px !important;
    line-height: 40px !important;
    padding: 0 24px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

body.single-product .product .entry-summary button.single_add_to_cart_button {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    height: 40px !important;
    min-height: 0 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    padding: 0 16px !important;
    border-radius: 8px !important;
    white-space: nowrap;
}

body.single-product.button-custom .product .entry-summary button.single_add_to_cart_button {
    padding: 0 16px !important;
    line-height: 1 !important;
}

body.single-product .product .entry-summary .product_meta {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #8b97aa;
    margin: 0 !important;
}

body.single-product .product .entry-summary .product_meta .posted_in a {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    body.single-product .product .entry-summary h1.product_title {
        font-size: 1.125rem !important;
    }

    body.single-product .product .entry-summary p.price {
        font-size: 1.25rem !important;
    }
}

/* v1.9.55 — mobil ürün: başlık/fiyat/sepete ekle galeriden önce */
@media only screen and (max-width: 767px) {
    body.single-product div.product.type-product {
        display: flex !important;
        flex-direction: column !important;
    }

    body.single-product div.product.type-product > .entry-summary {
        order: 1 !important;
        width: 100% !important;
        float: none !important;
        margin-bottom: 12px !important;
    }

    body.single-product div.product.type-product > .images {
        order: 2 !important;
        width: 100% !important;
        float: none !important;
    }

    body.single-product .product .entry-summary form.cart {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
        margin-bottom: 16px !important;
    }

    body.single-product .product .entry-summary .cart .quantity {
        width: 100% !important;
        max-width: 160px !important;
    }

    body.single-product .product .entry-summary button.single_add_to_cart_button {
        width: 100% !important;
        max-width: none !important;
        height: 48px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        border-radius: 10px !important;
    }

    body.single-product.footer-menu-sticky #Content .content_wrapper {
        padding-bottom: 72px !important;
    }
}

/* v1.9.56 — BeTheme product_wrapper içinde sıralama */
@media only screen and (max-width: 767px) {
    body.single-product div.product.type-product > .product_wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    body.single-product div.product.type-product .product_wrapper > .entry-summary {
        order: 1 !important;
        width: 100% !important;
        float: none !important;
        margin-bottom: 12px !important;
    }

    body.single-product div.product.type-product .product_wrapper > .images {
        order: 2 !important;
        width: 100% !important;
        float: none !important;
    }
}

/* v1.9.57 — BeTheme product_image_wrapper sırası */
@media only screen and (max-width: 767px) {
    body.single-product div.product.type-product .product_wrapper > .product_image_wrapper,
    body.single-product div.product.type-product .product_wrapper > .images {
        order: 2 !important;
        width: 100% !important;
        float: none !important;
    }

    body.single-product div.product.type-product .product_wrapper > .entry-summary {
        order: 1 !important;
    }
}

/* v1.9.58 — mobil: float kır, stok mesajı, açıklama videoları */
@media only screen and (max-width: 767px) {
    body.single-product div.product.type-product > .product_wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    body.single-product .product_wrapper > .product_image_wrapper,
    body.single-product .product_wrapper > .entry-summary {
        float: none !important;
        clear: none !important;
        max-width: 100% !important;
    }

    body.single-product .product .entry-summary p.stock.out-of-stock {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 0 16px !important;
        padding: 14px 16px !important;
        text-align: center !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #5c6570 !important;
        background: #f1f2f2 !important;
        border: 1px solid #e0e4e8 !important;
        border-radius: 10px !important;
    }

    body.single-product .woocommerce-Tabs-panel video,
    body.single-product .woocommerce-Tabs-panel iframe,
    body.single-product .woocommerce-Tabs-panel .wp-video,
    body.single-product .woocommerce-Tabs-panel .wp-block-video video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    body.single-product .woocommerce-Tabs-panel .wp-block-video,
    body.single-product .woocommerce-Tabs-panel figure.wp-block-video {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}

/* v1.9.59 — ürün açıklaması BeTheme videoları mobil tam genişlik */
@media only screen and (max-width: 767px) {
    body.single-product .tabs_wrapper,
    body.single-product #tab-description,
    body.single-product .woocommerce-Tabs-panel,
    body.single-product .mfn-builder-content,
    body.single-product .mfn-builder-content .section_wrapper,
    body.single-product .mfn-builder-content .mcb-section-inner {
        max-width: 100% !important;
        overflow-x: clip !important;
    }

    body.single-product #tab-description .mcb-wrap.one-second,
    body.single-product #tab-description .mcb-wrap.tablet-one-second,
    body.single-product #tab-description .mcb-wrap.mobile-one {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.single-product #tab-description .mcb-wrap-inner {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    body.single-product #tab-description .column_video,
    body.single-product #tab-description .mcb-column.three-fourth,
    body.single-product #tab-description .mcb-column.mobile-one {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 0 16px !important;
    }

    body.single-product #tab-description .mcb-item-video-inner,
    body.single-product #tab-description .content_video,
    body.single-product #tab-description .section_video {
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
    }

    body.single-product #tab-description .section_video .mask {
        display: none !important;
    }

    body.single-product #tab-description video {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 2;
        object-fit: contain !important;
        display: block !important;
        background: #000 !important;
        border-radius: 8px !important;
    }

    body.single-product #tab-description iframe,
    body.single-product #tab-description .wp-video,
    body.single-product #tab-description figure.wp-block-video {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single-product #tab-description .the_content_wrapper table,
    body.single-product #tab-description .the_content_wrapper img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* v1.9.60 — çift fiyat (kart / havale) */
.peak-dual-price {
    margin: 0 0 10px !important;
    line-height: 1.45 !important;
}

.peak-dual-price__line {
    margin: 0 0 6px !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #000f3b;
}

.peak-dual-price__line--card .woocommerce-Price-amount {
    color: #0058e7 !important;
    font-size: 1.2rem !important;
}

.peak-dual-price__line--bacs .woocommerce-Price-amount {
    color: #2d6cdf !important;
    font-size: 1.05rem !important;
}

.peak-dual-price__suffix {
    font-size: 0.72em !important;
    font-weight: 400 !important;
    color: #8b97aa !important;
}

.peak-dual-price__label {
    font-size: 0.82em !important;
    font-weight: 500 !important;
    color: #5c6570 !important;
    white-space: nowrap;
}

body.single-product .product .entry-summary .peak-dual-price {
    margin-bottom: 12px !important;
}

.woocommerce ul.products li.product .peak-dual-price__line {
    font-size: 0.9rem !important;
}

.woocommerce ul.products li.product .peak-dual-price__line--card .woocommerce-Price-amount {
    font-size: 1rem !important;
}

@media only screen and (max-width: 767px) {
    .peak-dual-price__line {
        font-size: 0.95rem !important;
    }

    .peak-dual-price__line--card .woocommerce-Price-amount {
        font-size: 1.125rem !important;
    }

    .peak-dual-price__label {
        display: inline-block;
        margin-top: 2px;
    }
}

/* v1.9.61 — mobil sıra: galeri üstte, fiyat/sepete ekle, sonra açıklama sekmesi */
@media only screen and (max-width: 767px) {
    body.single-product div.product.type-product > .product_wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    body.single-product div.product.type-product .product_wrapper > .product_image_wrapper,
    body.single-product div.product.type-product .product_wrapper > .images {
        order: 1 !important;
        width: 100% !important;
        float: none !important;
        margin-bottom: 12px !important;
    }

    body.single-product div.product.type-product .product_wrapper > .entry-summary {
        order: 2 !important;
        width: 100% !important;
        float: none !important;
    }

    body.single-product .product_wrapper > .product_image_wrapper,
    body.single-product .product_wrapper > .entry-summary {
        float: none !important;
        clear: none !important;
        max-width: 100% !important;
    }

    body.single-product .product .entry-summary h1.product_title {
        margin-top: 0 !important;
    }

    body.single-product .woocommerce div.product div.images {
        margin-bottom: 0 !important;
    }
}

/* v1.9.61 — çift fiyat rozetleri */
.peak-dual-price {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
    margin: 0 0 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.peak-dual-price__badge {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    padding: 12px 12px 10px !important;
    border-radius: 12px !important;
    border: 1px solid #e6ebf1 !important;
    background: #f8fafc !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
    min-width: 0 !important;
}

.peak-dual-price__badge--card {
    background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%) !important;
    border-color: #c8daf8 !important;
}

.peak-dual-price__badge--bacs {
    background: linear-gradient(180deg, #eefbf3 0%, #ffffff 100%) !important;
    border-color: #b8e6c8 !important;
}

.peak-dual-price__badge-tag {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 7px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #0f5132 !important;
    background: #d1f4df !important;
    white-space: nowrap !important;
}

.peak-dual-price__badge-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    color: #5c6570 !important;
    padding-right: 52px !important;
}

.peak-dual-price__badge-amount {
    display: block !important;
    width: 100% !important;
    line-height: 1.15 !important;
}

.peak-dual-price__badge-amount .woocommerce-Price-amount {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #000f3b !important;
}

.peak-dual-price__badge--card .peak-dual-price__badge-amount .woocommerce-Price-amount {
    color: #0058e7 !important;
    font-size: 1.2rem !important;
}

.peak-dual-price__badge--bacs .peak-dual-price__badge-amount .woocommerce-Price-amount {
    color: #0d7a3f !important;
}

.peak-dual-price__badge-vat {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #8b97aa !important;
}

body.single-product .product .entry-summary .peak-dual-price {
    margin: 8px 0 14px !important;
}

body.single-product .product .entry-summary p.price:empty {
    display: none !important;
}

.woocommerce ul.products li.product .peak-dual-price {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
}

.woocommerce ul.products li.product .peak-dual-price__badge-amount .woocommerce-Price-amount {
    font-size: 1rem !important;
}

@media only screen and (max-width: 767px) {
    body.single-product .peak-dual-price {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    body.single-product .peak-dual-price__badge--card {
        order: 1;
    }

    body.single-product .peak-dual-price__badge--bacs {
        order: 2;
    }

    body.single-product .peak-dual-price__badge-label {
        padding-right: 0 !important;
    }

    body.single-product .peak-dual-price__badge-tag {
        position: static !important;
        align-self: flex-start !important;
        margin-bottom: 2px !important;
    }
}

@media only screen and (min-width: 768px) {
    body.single-product .peak-dual-price {
        max-width: 420px !important;
    }
}

/* v1.9.63 — % indirim rozeti metinle çakışmasın (kategori + ürün) */
.peak-dual-price__badge-tag {
    position: static !important;
    top: auto !important;
    right: auto !important;
    align-self: flex-start !important;
    margin: 0 0 4px !important;
    order: -1 !important;
}

.peak-dual-price__badge-label {
    padding-right: 0 !important;
}

.peak-dual-price__badge--bacs {
    padding-top: 10px !important;
}

.woocommerce ul.products li.product .peak-dual-price__badge {
    padding: 10px 10px 8px !important;
}

.woocommerce ul.products li.product .peak-dual-price__badge-amount .woocommerce-Price-amount {
    font-size: 0.95rem !important;
}

.woocommerce ul.products li.product .peak-dual-price__badge-label {
    font-size: 10px !important;
    line-height: 1.25 !important;
}

@media only screen and (max-width: 767px) {
    body.single-product .peak-dual-price {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    body.single-product .peak-dual-price__badge-tag {
        font-size: 9px !important;
        padding: 2px 6px !important;
        margin-bottom: 3px !important;
    }

    body.single-product .peak-dual-price__badge-label {
        font-size: 9px !important;
        letter-spacing: 0 !important;
    }
}

/* v1.9.64 — kategori: iki fiyat rozeti aynı yükseklik / aynı şablon */
.peak-dual-price__badge {
    display: grid !important;
    grid-template-rows: minmax(1.35rem, auto) auto auto auto !important;
    align-content: start !important;
}

.peak-dual-price__badge-tag {
    grid-row: 1 !important;
    order: 0 !important;
    margin: 0 0 4px !important;
    min-height: 1.35rem !important;
    box-sizing: border-box !important;
}

.peak-dual-price__badge-tag--placeholder {
    visibility: hidden !important;
    background: transparent !important;
    color: transparent !important;
    border: none !important;
    padding: 2px 7px !important;
}

.peak-dual-price__badge-tag--empty {
    visibility: hidden !important;
    background: transparent !important;
    min-height: 1.35rem !important;
    padding: 2px 7px !important;
}

.peak-dual-price__badge-label {
    grid-row: 2 !important;
    order: 0 !important;
}

.peak-dual-price__badge-amount {
    grid-row: 3 !important;
    order: 0 !important;
}

.peak-dual-price__badge-vat {
    grid-row: 4 !important;
    order: 0 !important;
}

.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
}

.woocommerce ul.products li.product .peak-dual-price {
    margin-top: auto !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
}

.woocommerce ul.products li.product .peak-dual-price__badge {
    min-height: 5.5rem !important;
    padding: 8px 10px 8px !important;
    justify-content: start !important;
}

.woocommerce ul.products li.product .peak-dual-price__badge-label {
    min-height: 2.5em !important;
    line-height: 1.25 !important;
}

body.single-product .peak-dual-price__badge {
    min-height: 5.75rem !important;
}

body.single-product .peak-dual-price__badge-tag--placeholder {
    visibility: hidden !important;
}

/* v1.9.65 — kategori kartı: üstte esnek görsel/başlık, altta sabit fiyat bandı */
.woocommerce ul.products {
    align-items: stretch !important;
}

.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product > a:not(.button):not(.add_to_cart_button):first-of-type {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .image_wrapper img {
    width: 100% !important;
    height: auto !important;
    max-height: 200px !important;
    object-fit: contain !important;
    flex: 1 1 auto !important;
    min-height: 72px !important;
    margin: 0 auto !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    flex: 0 0 auto !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    margin: 6px 8px 0 !important;
    padding: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 5.4em !important;
    max-height: 5.4em !important;
}

.woocommerce ul.products li.product .peak-dual-price--catalog {
    flex: 0 0 136px !important;
    width: 100% !important;
    height: 136px !important;
    max-height: 136px !important;
    margin: 8px 0 0 !important;
    padding: 6px 8px 8px !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 5px !important;
    border-top: 1px solid #e8edf2 !important;
    background: #fafbfc !important;
}

.woocommerce ul.products li.product .peak-dual-price--catalog .peak-dual-price__badge {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-height: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 5px 8px !important;
    gap: 2px !important;
    overflow: hidden !important;
}

.woocommerce ul.products li.product .peak-dual-price--catalog .peak-dual-price__badge-label {
    min-height: 0 !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    padding-right: 0 !important;
}

.woocommerce ul.products li.product .peak-dual-price--catalog .peak-dual-price__badge-pct {
    display: inline-block !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #0f5132 !important;
    background: #d1f4df !important;
    padding: 1px 4px !important;
    border-radius: 999px !important;
    margin-left: 2px !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.woocommerce ul.products li.product .peak-dual-price--catalog .peak-dual-price__badge-amount .woocommerce-Price-amount {
    font-size: 0.9rem !important;
    line-height: 1.1 !important;
}

.woocommerce ul.products li.product .peak-dual-price--catalog .peak-dual-price__badge-vat {
    font-size: 9px !important;
    line-height: 1.1 !important;
}

.woocommerce ul.products li.product .peak-dual-price--catalog .peak-dual-price__badge-tag,
.woocommerce ul.products li.product .peak-dual-price--catalog .peak-dual-price__badge-tag--placeholder {
    display: none !important;
}

/* Katalogda eski eşitlik hack’lerini devre dışı bırak */
.woocommerce ul.products li.product .peak-dual-price--catalog.peak-dual-price {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product a img,
    .woocommerce ul.products li.product .image_wrapper img {
        max-height: 160px !important;
    }

    .woocommerce ul.products li.product .peak-dual-price--catalog {
        flex-basis: 132px !important;
        height: 132px !important;
        max-height: 132px !important;
    }
}

/* v1.9.65b — fiyat bandı kartın altına yapışık */
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

.woocommerce ul.products li.product .peak-dual-price--catalog {
    margin-top: auto !important;
}

/* v1.9.66 — kategori başlık: her zaman 4 satır alan (kısa başlıkta boş satır) */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .item_wrapper h3,
.woocommerce ul.products li.product .desc h3 {
    line-height: 1.35 !important;
    -webkit-line-clamp: 4 !important;
    min-height: calc(1.35em * 4) !important;
    max-height: calc(1.35em * 4) !important;
    height: calc(1.35em * 4) !important;
    flex: 0 0 calc(1.35em * 4) !important;
    box-sizing: border-box !important;
}

/* v1.9.67 — başlık kutusu tam 4 satır (px; tema h3 ezmesin) */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .item_wrapper h3,
.woocommerce ul.products li.product .desc h3,
.woocommerce ul.products li.product a h3 {
    font-size: 12px !important;
    line-height: 16px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    flex: 0 0 64px !important;
    -webkit-line-clamp: 4 !important;
    margin: 6px 8px 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
}

/* v1.9.68 — kategori kartı: sade liste fiyatı (çift rozet kaldırıldı) */
.woocommerce ul.products {
    align-items: stretch !important;
}

.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 8px 8px 10px !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product > a.woocommerce-loop-product__link,
.woocommerce ul.products li.product > a:not(.button):not(.add_to_cart_button):first-of-type {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .image_wrapper img {
    display: block !important;
    width: 100% !important;
    height: 110px !important;
    max-height: 110px !important;
    object-fit: contain !important;
    flex: 0 0 110px !important;
    margin: 0 auto !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product a h3 {
    flex: 0 0 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 8px 0 0 !important;
    padding: 0 2px !important;
    font-size: 11px !important;
    line-height: 13px !important;
    font-weight: 600 !important;
    color: #000f3b !important;
    text-align: center !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    white-space: normal !important;
    word-break: break-word !important;
}

.woocommerce ul.products li.product .peak-catalog-price {
    flex: 0 0 auto !important;
    width: 100% !important;
    margin-top: auto !important;
    padding: 8px 2px 0 !important;
    border-top: 1px solid #e8edf2 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product .peak-catalog-price__card {
    margin: 0 0 5px !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: #0058e7 !important;
}

.woocommerce ul.products li.product .peak-catalog-price__card .woocommerce-Price-amount {
    color: #0058e7 !important;
}

.woocommerce ul.products li.product .peak-catalog-price__note {
    display: block !important;
    margin-top: 2px !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #8b97aa !important;
}

.woocommerce ul.products li.product .peak-catalog-price__bacs {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    color: #5c6570 !important;
}

.woocommerce ul.products li.product .peak-catalog-price__bacs-label {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 9px !important;
    letter-spacing: 0.02em !important;
    display: block !important;
    margin-bottom: 1px !important;
}

.woocommerce ul.products li.product .peak-catalog-price__bacs .woocommerce-Price-amount {
    font-weight: 700 !important;
    color: #0d7a3f !important;
    font-size: 13px !important;
}

.woocommerce ul.products li.product .peak-catalog-price__off {
    display: inline-block !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #0f5132 !important;
    background: #d1f4df !important;
    padding: 1px 5px !important;
    border-radius: 999px !important;
    margin-left: 3px !important;
    vertical-align: middle !important;
}

/* Eski katalog rozet kurallarını etkisiz bırak */
.woocommerce ul.products li.product .peak-dual-price--catalog {
    display: none !important;
}

/* ========== v1.9.69 KATALOG KART — sabit rozet kuralları ========== */
/*
 * Görsel: 104px yükseklik
 * Başlık: 3 satır, 42px
 * Rozet: 86px sabit (üst satır büyük fiyat, alt satır küçük fiyat)
 */

.woocommerce ul.products li.product .peak-catalog-price,
.woocommerce ul.products li.product .peak-dual-price--catalog {
    display: none !important;
}

.woocommerce ul.products {
    align-items: stretch !important;
}

.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product > a.woocommerce-loop-product__link,
.woocommerce ul.products li.product > a:not(.button):not(.add_to_cart_button):first-of-type {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .image_wrapper img {
    width: 100% !important;
    height: 104px !important;
    max-height: 104px !important;
    min-height: 104px !important;
    object-fit: contain !important;
    flex: 0 0 104px !important;
    margin: 0 auto !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product a h3 {
    flex: 0 0 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 6px 0 0 !important;
    padding: 0 4px !important;
    font-size: 11px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
    color: #000f3b !important;
    text-align: center !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

.woocommerce ul.products li.product .peak-catalog-badge {
    flex: 0 0 86px !important;
    width: 100% !important;
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
    margin-top: auto !important;
    padding: 6px 8px 4px !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
    border: 1px solid #dce3eb !important;
    background: #f7f9fc !important;
    display: grid !important;
    grid-template-rows: 34px 34px 12px !important;
    gap: 2px !important;
    overflow: hidden !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    min-height: 0 !important;
    padding: 0 6px !important;
    border-radius: 7px !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__row--main {
    background: #e8f1ff !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__row--sub {
    background: #e6f6ec !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__label {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    color: #5c6570 !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__off {
    display: inline-block !important;
    font-size: 7px !important;
    font-weight: 700 !important;
    color: #0f5132 !important;
    background: #c8efd8 !important;
    padding: 1px 4px !important;
    border-radius: 999px !important;
    margin-left: 2px !important;
    vertical-align: middle !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__price {
    flex: 0 0 auto !important;
    text-align: right !important;
    white-space: nowrap !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__price--main .woocommerce-Price-amount {
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #0058e7 !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__row--sub .peak-catalog-badge__price--sub .woocommerce-Price-amount {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #0d7a3f !important;
}

.woocommerce ul.products li.product .peak-catalog-badge__vat {
    grid-row: 3 !important;
    font-size: 8px !important;
    line-height: 12px !important;
    text-align: center !important;
    color: #8b97aa !important;
    font-weight: 500 !important;
}
/* ===== v1.9.70 — Kategori kartı: 2 eşit badge, net kurallar ===== */

/* Eski hack'leri temizle */
.woocommerce ul.products li.product .peak-catalog-price,
.woocommerce ul.products li.product .peak-dual-price--catalog,
.woocommerce ul.products li.product .peak-catalog-badge {
    display: none !important;
}

/* Kart flex düzeni */
.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 10px 10px 12px !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product > a.woocommerce-loop-product__link,
.woocommerce ul.products li.product > a:not(.button):not(.add_to_cart_button):first-of-type {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
}

/* Görsel: sabit 120px */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .image_wrapper img {
    width: 100% !important;
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
    object-fit: contain !important;
    flex: 0 0 120px !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Başlık: sabit 3 satır = 48px (16px × 3) */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product a h3 {
    flex: 0 0 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
    color: #000f3b !important;
    text-align: center !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    white-space: normal !important;
}

/* ---- peak-cprice: iki badge wrapper ---- */
.woocommerce ul.products li.product .peak-cprice {
    flex: 0 0 auto !important;
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

/* Her iki badge: KESİN aynı yükseklik, aynı yapı */
.woocommerce ul.products li.product .peak-cprice__badge {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 2px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.woocommerce ul.products li.product .peak-cprice__badge--card {
    background: #eef3ff !important;
    border: 1px solid #c6d8f9 !important;
}

.woocommerce ul.products li.product .peak-cprice__badge--bacs {
    background: #edf9f2 !important;
    border: 1px solid #b5e4c8 !important;
}

/* Etiket satırı */
.woocommerce ul.products li.product .peak-cprice__lbl {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    color: #5c6570 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* %8 pili — etiketin içinde, satır yüksekliğini bozmaz */
.woocommerce ul.products li.product .peak-cprice__pct {
    font-style: normal !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    color: #0f5132 !important;
    background: #c8efd8 !important;
    padding: 1px 5px !important;
    border-radius: 999px !important;
    line-height: 1.3 !important;
    display: inline-block !important;
}

/* Fiyat satırı */
.woocommerce ul.products li.product .peak-cprice__amt {
    display: block !important;
    line-height: 1 !important;
}

.woocommerce ul.products li.product .peak-cprice__badge--card .peak-cprice__amt .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0058e7 !important;
}

.woocommerce ul.products li.product .peak-cprice__badge--bacs .peak-cprice__amt .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0d7a3f !important;
}

/* KDV dahil */
.woocommerce ul.products li.product .peak-cprice__vat {
    font-size: 9px !important;
    font-weight: 400 !important;
    color: #8b97aa !important;
    line-height: 1 !important;
}

/* ===== v1.9.71 — peak-cprice: ana sayfa shop_slider + tüm listeler ===== */

/* span.price themecolor → inline birleşmeyi kes */
span.price .peak-cprice,
p.price .peak-cprice,
.woocommerce .price .peak-cprice {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    color: #000f3b !important;
}

.peak-cprice__badge {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 2px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.peak-cprice__badge--card {
    background: #eef3ff !important;
    border: 1px solid #c6d8f9 !important;
}

.peak-cprice__badge--bacs {
    background: #edf9f2 !important;
    border: 1px solid #b5e4c8 !important;
}

.peak-cprice__lbl {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    width: 100% !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.2 !important;
    color: #5c6570 !important;
    text-transform: uppercase !important;
}

.peak-cprice__pct {
    font-style: normal !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    color: #0f5132 !important;
    background: #b8e8c8 !important;
    padding: 2px 6px !important;
    border-radius: 999px !important;
    line-height: 1.2 !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

.peak-cprice__amt {
    display: block !important;
    width: 100% !important;
    line-height: 1.1 !important;
}

.peak-cprice__badge--card .peak-cprice__amt .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0058e7 !important;
}

.peak-cprice__badge--bacs .peak-cprice__amt .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0d7a3f !important;
}

.peak-cprice__vat {
    display: block !important;
    width: 100% !important;
    font-size: 9px !important;
    font-weight: 400 !important;
    color: #8b97aa !important;
    line-height: 1 !important;
}

/* BeTheme ana sayfa shop slider */
.shop_slider .shop_slider_ul li span.price,
.shop_slider .shop_slider_ul li .price {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 8px 8px !important;
    box-sizing: border-box !important;
}

.shop_slider .shop_slider_ul li .item_wrapper .desc {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

.shop_slider .shop_slider_ul li .item_wrapper .desc h4 {
    font-size: 12px !important;
    line-height: 16px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 8px 8px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    text-align: center !important;
}

.shop_slider .shop_slider_ul li .item_wrapper .desc .peak-cprice {
    margin-top: auto !important;
    padding: 0 8px 4px !important;
}

/* Ürün detayı: ana fiyat peak-dual-price kalsın, peak-cprice olmasın */
body.single-product .product .entry-summary .peak-cprice {
    display: none !important;
}

body.single-product .product .entry-summary .peak-dual-price {
    display: grid !important;
}

/* ===== v1.9.93 — Ana sayfa ilk Rev Slider yükseklik +20% (720→864, 840→1008) ===== */
body.home.template-slider #rev_slider_1_1_wrapper,
body.home.template-slider #rev_slider_1_1_wrapper rs-module-wrap,
body.home.template-slider #rev_slider_1_1_wrapper rs-module,
body.home.template-slider #rev_slider_1_1 {
    min-height: 864px !important;
    height: 864px !important;
}

body.home.template-slider #rev_slider_1_1_wrapper rs-slides,
body.home.template-slider #rev_slider_1_1_wrapper rs-slide,
body.home.template-slider #rev_slider_1_1_wrapper rs-slide-wrap {
    min-height: 864px !important;
    height: 864px !important;
}

@media only screen and (max-width: 778px) {
    body.home.template-slider #rev_slider_1_1_wrapper,
    body.home.template-slider #rev_slider_1_1_wrapper rs-module-wrap,
    body.home.template-slider #rev_slider_1_1_wrapper rs-module,
    body.home.template-slider #rev_slider_1_1 {
        min-height: 1008px !important;
        height: 1008px !important;
    }

    body.home.template-slider #rev_slider_1_1_wrapper rs-slides,
    body.home.template-slider #rev_slider_1_1_wrapper rs-slide,
    body.home.template-slider #rev_slider_1_1_wrapper rs-slide-wrap {
        min-height: 1008px !important;
        height: 1008px !important;
    }
}
