﻿/*
 * Baslar Oto Modern UI v4
 * Mevcut tema ve Bootstrap yapisini bozmadan, yalnizca body.site-modern altinda calisir.
 */

body.site-modern {
    --bm-accent: #e31e24;
    --bm-accent-dark: #b9151a;
    --bm-dark: #101217;
    --bm-dark-soft: #191c22;
    --bm-text: #20242c;
    --bm-muted: #6d7480;
    --bm-line: #e5e8ed;
    --bm-surface: #ffffff;
    --bm-surface-soft: #f6f7f9;
    --bm-success: #17864b;
    --bm-success-bg: #edf9f2;
    --bm-radius-sm: 9px;
    --bm-radius: 14px;
    --bm-radius-lg: 20px;
    --bm-shadow-sm: 0 6px 22px rgba(20, 25, 33, .06);
    --bm-shadow: 0 14px 42px rgba(20, 25, 33, .10);
    color: var(--bm-text);
    background: #f4f6f8;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.site-modern a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.site-modern .page-wrapper {
    background: #f4f6f8;
}

/* Genel form ve buton katmani - grid/kolon yapisina dokunmaz */
body.site-modern .button,
body.site-modern button.button,
body.site-modern input.button {
    min-height: 44px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

body.site-modern .button:hover,
body.site-modern button.button:hover,
body.site-modern input.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(16, 18, 23, .13);
}

body.site-modern .button-1,
body.site-modern .btn-proceed-checkout,
body.site-modern .productView-action .button,
body.site-modern .button-ATC {
    color: #fff;
    background: var(--bm-accent);
    border-color: var(--bm-accent);
}

body.site-modern .button-1:hover,
body.site-modern .btn-proceed-checkout:hover,
body.site-modern .productView-action .button:hover,
body.site-modern .button-ATC:hover {
    color: #fff;
    background: var(--bm-accent-dark);
    border-color: var(--bm-accent-dark);
}

body.site-modern .button-2,
body.site-modern .btn-continue,
body.site-modern .btn-update {
    color: var(--bm-dark);
    background: #fff;
    border: 1px solid #cfd4db;
}

body.site-modern input[type="text"],
body.site-modern input[type="email"],
body.site-modern input[type="password"],
body.site-modern input[type="tel"],
body.site-modern input[type="number"],
body.site-modern input[type="search"],
body.site-modern select,
body.site-modern textarea,
body.site-modern .form-input,
body.site-modern .field__input,
body.site-modern .input-text {
    border: 1px solid #d8dde4;
    border-radius: 10px;
    background-color: #fff;
    color: var(--bm-text);
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body.site-modern input:focus,
body.site-modern select:focus,
body.site-modern textarea:focus,
body.site-modern .form-input:focus,
body.site-modern .field__input:focus,
body.site-modern .input-text:focus {
    border-color: var(--bm-accent);
    box-shadow: 0 0 0 3px rgba(227, 30, 36, .10);
}

body.site-modern .page-header .breadcrumb,
body.site-modern .breadcrumb {
    color: var(--bm-muted);
}

body.site-modern .page-header .breadcrumb a,
body.site-modern .breadcrumb a {
    color: #535b67;
}

body.site-modern .page-header .breadcrumb a:hover,
body.site-modern .breadcrumb a:hover {
    color: var(--bm-accent);
}

/* HEADER */
body.site-modern .header-7 {
    position: relative;
    z-index: 30;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
}

body.site-modern .header-7 .header-top {
    background: var(--bm-dark);
    padding-top: 14px;
    padding-bottom: 14px;
}

body.site-modern .header-7 .header__heading {
    margin: 0;
}

body.site-modern .header-7 .header__heading-link img {
    width: auto;
    max-height: 58px !important;
    object-fit: contain;
}

body.site-modern .header-7 .header-top-center .search-bar {
    min-height: 48px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .13);
}

body.site-modern .header-7 .header-top-center .search-bar .input-group-field {
    min-height: 48px;
    border: 0;
    border-radius: 0;
    padding-left: 18px;
    background: #fff;
    box-shadow: none;
}

body.site-modern .header-7 .header-top-center .search-bar .icon-search {
    width: 50px;
    min-width: 50px;
    min-height: 48px;
    border: 0;
    border-radius: 0;
    background: var(--bm-accent);
}

body.site-modern .header-7 .header-top-center .search-bar .icon-search svg {
    width: 21px;
    height: 21px;
    fill: #fff;
}

body.site-modern .header-7 .customer-service-text {
    line-height: 1.25;
    opacity: .95;
}

body.site-modern .header-7 .customer-service-text a {
    color: #fff;
    font-size: 17px;
}

body.site-modern .header-7 .header-top--right .header__icon svg {
    width: 27px;
    height: 27px;
}

body.site-modern .header-7 .header-top--right .header__icon .cart-count-bubble,
body.site-modern .header-mobile .cart-count-bubble {
    background: var(--bm-accent) !important;
    box-shadow: 0 0 0 3px var(--bm-dark);
}

body.site-modern .header-7 .header-bottom {
    background: #fff;
    border-bottom: 1px solid var(--bm-line);
}

body.site-modern .header-7 .header-bottom .menu-lv-1__action,
body.site-modern .header-7 .header-bottom .menu-lv-1__action span,
body.site-modern .header-7 .header-bottom .list-menu a {
    color: var(--bm-dark);
}

body.site-modern .header-7 .header-bottom .menu-lv-1__action {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
}

body.site-modern .header-7 .header-bottom .menu-lv-1__action::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 9px;
    height: 2px;
    border-radius: 2px;
    background: var(--bm-accent);
    transform: scaleX(0);
    transition: transform .2s ease;
}

body.site-modern .header-7 .header-bottom .menu-lv-1__action:hover,
body.site-modern .header-7 .header-bottom .menu-lv-1__action:hover span {
    color: var(--bm-accent);
}

body.site-modern .header-7 .header-bottom .menu-lv-1__action:hover::after {
    transform: scaleX(1);
}

body.site-modern .header-7 .header__submenu,
body.site-modern .header-7 .menu-dropdown {
    border: 1px solid var(--bm-line);
    border-radius: 0 0 14px 14px;
    box-shadow: var(--bm-shadow);
}

body.site-modern .header-mobile {
    background: var(--bm-dark);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .14);
}

body.site-modern .header-mobile .header-mobile--wrapper {
    min-height: 64px;
}

body.site-modern .header-mobile .item-mobile-logo img {
    max-height: 46px;
    width: auto;
}

/* ANA SAYFA */
body.site-modern .modern-home-page {
    padding-bottom: 42px;
}

body.site-modern .modern-home-page .halo-block-fullwidth-banner {
    padding-top: 18px;
}

body.site-modern .modern-home-page .halo-block-fullwidth-banner .halo-block-content,
body.site-modern .modern-home-page .halo-block-fullwidth-banner .slick-list {
    border-radius: var(--bm-radius-lg);
    overflow: hidden;
}

body.site-modern .modern-home-page .halo-block-product-width-banner {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
}

body.site-modern .halo-row-header .title {
    margin-bottom: 24px;
    color: var(--bm-dark);
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 800;
    letter-spacing: -.025em;
    text-transform: none;
}

body.site-modern .halo-row-header .title .text {
    position: relative;
    display: inline-block;
    width: auto;
    padding-bottom: 11px;
}

body.site-modern .halo-row-header .title .text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 4px;
    background: var(--bm-accent);
    transform: translateX(-50%);
}

/* ÜRÜN KARTLARI */
body.site-modern .product-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius);
    background: var(--bm-surface);
    box-shadow: 0 3px 12px rgba(20, 25, 33, .035);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.site-modern .product-card:hover {
    transform: translateY(-4px);
    border-color: #d3d8df;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .product-card .product-card-media {
    overflow: hidden;
    background: #fff;
}

body.site-modern .product-card .product-card-media .image {
    background: #fff;
}

body.site-modern .product-card .product-card-media img {
    object-fit: contain;
}

body.site-modern .product-card .product-card-bottom {
    padding: 15px 16px 18px;
    background: #fff;
}

body.site-modern .product-card .card-vendor a {
    color: #8a9099;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .055em;
}

body.site-modern .product-card .card-title {
    min-height: 44px;
    color: var(--bm-text);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

body.site-modern .product-card .card-title:hover {
    color: var(--bm-accent);
}

body.site-modern .product-card .card-price .money,
body.site-modern .product-card .price__last .money {
    color: var(--bm-dark);
    font-size: 17px;
    font-weight: 800;
}

body.site-modern .product-card .price-item--regular .money {
    color: #9aa0a8;
    font-size: 13px;
    font-weight: 500;
}

body.site-modern .product-card .card-action .button {
    min-height: 42px;
    border-radius: 9px 9px 0 0;
    font-size: 12px;
}

body.site-modern .product-card .card__badge .badge {
    border-radius: 7px;
    padding: 5px 9px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

body.site-modern .slick-arrow {
    border: 1px solid var(--bm-line);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 16px rgba(20, 25, 33, .10);
}

body.site-modern .slick-dots li button {
    border-color: #c4c9d0;
}

body.site-modern .slick-dots li.slick-active button {
    border-color: var(--bm-accent);
    background: var(--bm-accent);
}

/* KATEGORI / URUN LISTESI */
body.site-modern .modern-collection-page {
    padding: 24px 0 60px;
}

body.site-modern .modern-collection-page .page-header,
body.site-modern .modern-product-page .page-header,
body.site-modern .modern-cart-page .page-header,
body.site-modern .modern-auth-page .heading {
    margin-bottom: 22px;
    padding: 14px 18px;
    border: 1px solid var(--bm-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 3px 14px rgba(20, 25, 33, .035);
}

body.site-modern .modern-collection-page .page-sidebar {
    overflow: hidden;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius);
    background: #fff;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .modern-collection-page .halo-sidebar-header {
    padding: 18px 20px;
    border-bottom: 1px solid var(--bm-line);
    background: var(--bm-dark);
}

body.site-modern .modern-collection-page .halo-sidebar-header .title {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

body.site-modern .modern-collection-page .halo-sidebar-wrapper {
    padding: 18px;
}

body.site-modern .modern-collection-page .sidebarBlock-heading,
body.site-modern .modern-collection-page .facets__heading {
    color: var(--bm-dark);
    font-weight: 800;
}

body.site-modern .modern-collection-page .toolbar {
    margin-bottom: 20px;
    padding: 12px 14px !important;
    border: 1px solid var(--bm-line) !important;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(20, 25, 33, .035);
}

body.site-modern .modern-collection-page .toolbar select {
    min-height: 40px;
}

body.site-modern .modern-collection-page .product-collection > .halo-row-item {
    margin-bottom: 26px;
}

body.site-modern .pagination__list .pagination__item,
body.site-modern .pagination__list a {
    border-radius: 9px;
}

body.site-modern .pagination__list .pagination__item--current,
body.site-modern .pagination__list .active a {
    color: #fff;
    background: var(--bm-accent);
    border-color: var(--bm-accent);
}

/* ÜRÜN DETAY */
body.site-modern .modern-product-page {
    padding: 24px 0 0;
}

body.site-modern .modern-product-page .productView-information {
    padding: 30px;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius-lg);
    background: #fff;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .modern-product-page .productView-images-wrapper {
    overflow: hidden;
    border: 1px solid var(--bm-line);
    border-radius: 16px;
    background: #fff;
}

body.site-modern .modern-product-page .productView-nav .productView-image,
body.site-modern .modern-product-page .productView-nav .productView-img-container {
    background: #fff;
}

body.site-modern .modern-product-page .productView-nav img {
    object-fit: contain;
}

body.site-modern .modern-product-page .productView-thumbnail-wrapper {
    margin-top: 12px;
}

body.site-modern .modern-product-page .productView-for .productView-thumbnail {
    overflow: hidden;
    border: 1px solid var(--bm-line);
    border-radius: 10px;
    background: #fff;
}

body.site-modern .modern-product-page .productView-title {
    margin-bottom: 14px;
    color: var(--bm-dark);
    font-size: clamp(25px, 2.3vw, 38px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.035em;
    text-transform: none;
}

body.site-modern .modern-product-page .productView-short-desc {
    margin-bottom: 18px;
    color: var(--bm-muted);
    font-size: 14px;
    line-height: 1.75;
}

body.site-modern .modern-product-page .productView-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px;
    padding-top: 18px;
    border-top: 1px solid var(--bm-line);
}

body.site-modern .modern-product-page .productView-info-item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: var(--bm-surface-soft);
}

body.site-modern .modern-product-page .productView-info-name {
    color: #7a818c;
    font-size: 12px;
    font-weight: 700;
}

body.site-modern .modern-product-page .productView-info-value,
body.site-modern .modern-product-page .productView-info-value a {
    min-width: 0;
    overflow: hidden;
    color: var(--bm-dark);
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.site-modern .modern-product-page .bm-product-price-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 17px 18px;
    border: 1px solid #f2c5c7;
    border-radius: 14px;
    background: #fff7f7;
}

body.site-modern .modern-product-page .bm-product-price-box::after {
    content: "";
    position: absolute;
    top: -36px;
    right: -32px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: rgba(227, 30, 36, .055);
}

body.site-modern .modern-product-page .bm-product-price-label {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 4px;
    color: #7d5557;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.site-modern .modern-product-page .bm-product-price-box .productView-price {
    position: relative;
    z-index: 1;
    margin: 0;
}

body.site-modern .modern-product-page .bm-product-price-box .money {
    color: var(--bm-dark);
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 900;
    letter-spacing: -.025em;
}

body.site-modern .modern-product-page .bm-product-price-box .price-item--regular .money {
    color: #9a7d7f;
    font-size: 14px;
    font-weight: 500;
}

body.site-modern .modern-product-page .bm-product-shipping {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    padding: 13px 15px;
    border: 1px solid #bfe5cf;
    border-radius: 13px;
    background: var(--bm-success-bg);
}

body.site-modern .modern-product-page .bm-product-shipping-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--bm-success);
    background: #fff;
    box-shadow: 0 4px 12px rgba(23, 134, 75, .08);
}

body.site-modern .modern-product-page .bm-product-shipping-icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

body.site-modern .modern-product-page .bm-product-shipping-content {
    min-width: 0;
    flex: 1;
}

body.site-modern .modern-product-page .bm-product-shipping-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #52625a;
    font-size: 12px;
}

body.site-modern .modern-product-page .bm-product-shipping-row strong {
    color: #126d3d;
    font-size: 13px;
}

body.site-modern .modern-product-page .bm-product-shipping-free {
    margin-top: 3px;
    color: var(--bm-success);
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
}

body.site-modern .modern-product-page .quantity_selector {
    margin: 0 0 12px;
}

body.site-modern .modern-product-page .quantity_selector::before {
    content: "Adet";
    display: block;
    margin-bottom: 6px;
    color: #6f7680;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

body.site-modern .modern-product-page .previewCartItem-qty {
    overflow: hidden;
    border: 1px solid #d7dce3;
    border-radius: 10px;
    background: #fff;
}

body.site-modern .modern-product-page .previewCartItem-qty .form-input {
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

body.site-modern .modern-product-page .productView-action .button {
    width: 100%;
    min-height: 50px;
    border-radius: 11px;
    font-size: 13px;
    box-shadow: 0 8px 20px rgba(227, 30, 36, .20);
}

body.site-modern .modern-product-page .productView-securityImage {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--bm-line);
}

body.site-modern .modern-product-page .productView-securityImage ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

body.site-modern .modern-product-page .productView-securityImage li {
    margin: 0;
}

body.site-modern .modern-product-page .productView-tab {
    margin-top: 34px;
}

body.site-modern .modern-product-page .productView-tab .container-1170 {
    overflow: hidden;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius-lg);
    background: #fff;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .modern-product-page .tabs-horizontal {
    padding: 0 24px;
    border-bottom: 1px solid var(--bm-line);
}

body.site-modern .modern-product-page .tabs-horizontal .nav-link {
    position: relative;
    padding: 18px 4px 14px;
    color: var(--bm-muted);
    font-weight: 700;
}

body.site-modern .modern-product-page .tabs-horizontal .nav-link.active {
    color: var(--bm-dark);
}

body.site-modern .modern-product-page .tabs-horizontal .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--bm-accent);
}

body.site-modern .modern-product-page .tabs-contents-horizontal,
body.site-modern .modern-product-page .tab-pane .wrapper-content {
    color: #515863;
    line-height: 1.8;
}

body.site-modern .modern-product-page .tab-pane .wrapper-content {
    padding: 22px 24px;
}

/* YENI SEPET SABLONU */
body.site-modern .modern-cart-page {
    padding: 24px 0 60px;
}

body.site-modern .modern-cart-page .page-header .title {
    margin-top: 10px;
    color: var(--bm-dark);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.025em;
    text-transform: none;
}

body.site-modern .modern-cart-page .content-previewCart {
    overflow: hidden;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius-lg);
    background: #fff;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .modern-cart-page .cart-rowHeading {
    padding: 15px 18px;
    border-bottom: 1px solid var(--bm-line);
    background: var(--bm-dark);
}

body.site-modern .modern-cart-page .cart-rowHeading h3 {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .045em;
}

body.site-modern .modern-cart-page .previewCartItem {
    padding-top: 18px;
    padding-bottom: 18px;
    border-color: var(--bm-line);
}

body.site-modern .modern-cart-page .previewCartItem-image {
    overflow: hidden;
    border: 1px solid var(--bm-line);
    border-radius: 12px;
    background: #fff;
}

body.site-modern .modern-cart-page .previewCartItem-image img {
    object-fit: contain;
}

body.site-modern .modern-cart-page .previewCartItem-name {
    color: var(--bm-dark);
    font-weight: 700;
}

body.site-modern .modern-cart-page .previewCartItem-price .money,
body.site-modern .modern-cart-page .previewCartTotals-value .money {
    color: var(--bm-dark);
    font-weight: 800;
}

body.site-modern .modern-cart-page .previewCartItem-remove {
    border-radius: 8px;
    background: #fff1f1;
}

body.site-modern .modern-cart-page .previewCartItem-remove svg {
    fill: var(--bm-accent);
}

body.site-modern .modern-cart-page .cart-note,
body.site-modern .modern-cart-page .shipping-form,
body.site-modern .modern-cart-page .solid-border {
    border: 1px solid var(--bm-line) !important;
    border-radius: var(--bm-radius) !important;
    background: #fff;
    box-shadow: 0 5px 18px rgba(20, 25, 33, .045);
}

body.site-modern .modern-cart-page .cart-note {
    margin-top: 18px;
    padding: 18px;
}

body.site-modern .modern-cart-page .shipping-form,
body.site-modern .modern-cart-page .solid-border {
    padding: 20px !important;
}

body.site-modern .modern-cart-page .halo-block-content h5 {
    margin-bottom: 15px;
    color: var(--bm-dark);
    font-size: 18px;
    font-weight: 800;
}

body.site-modern .modern-cart-page .solid-border > .row {
    margin-left: 0;
    margin-right: 0;
    padding: 13px 0 !important;
    border-color: var(--bm-line) !important;
}

body.site-modern .modern-cart-page .solid-border .cart__subtotal,
body.site-modern .modern-cart-page .solid-border .money {
    color: var(--bm-dark);
    font-weight: 800;
}

body.site-modern .modern-cart-page .card--grey {
    border: 1px solid var(--bm-line);
    border-radius: 12px;
    background: var(--bm-surface-soft);
}

body.site-modern .modern-cart-page #btnOdemeKrediKart {
    min-height: 52px;
    margin-top: 14px;
    box-shadow: 0 9px 22px rgba(227, 30, 36, .18);
}

/* ESKI SEPET SABLONU */
body.site-modern .modern-legacy-cart-page-head {
    padding: 26px 0 10px;
    background: transparent;
}

body.site-modern .modern-legacy-cart-page-head .page-title h2 {
    color: var(--bm-dark);
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.025em;
}

body.site-modern .modern-legacy-cart-page {
    padding-bottom: 60px;
}

body.site-modern .modern-legacy-cart-page .shopping-cart-tbl {
    overflow: auto;
    padding: 0;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius-lg);
    background: #fff;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .modern-legacy-cart-page #shopping-cart-table {
    margin: 0;
    background: #fff;
}

body.site-modern .modern-legacy-cart-page #shopping-cart-table thead th {
    padding: 15px 13px;
    color: #fff;
    border-color: #2a2e36;
    background: var(--bm-dark);
    font-size: 11px;
    letter-spacing: .035em;
}

body.site-modern .modern-legacy-cart-page #shopping-cart-table tbody td {
    padding: 16px 13px;
    border-color: var(--bm-line);
    vertical-align: middle;
}

body.site-modern .modern-legacy-cart-page #shopping-cart-table tfoot td {
    padding: 15px;
    border-top: 1px solid var(--bm-line);
    background: var(--bm-surface-soft);
}

body.site-modern .modern-legacy-cart-page .cart-collaterals {
    margin-top: 24px;
}

body.site-modern .modern-legacy-cart-page .cart-collaterals > [class*="col-"] > div,
body.site-modern .modern-legacy-cart-page .cart-collaterals .shipping,
body.site-modern .modern-legacy-cart-page .cart-collaterals .discount,
body.site-modern .modern-legacy-cart-page .cart-collaterals .totals {
    overflow: hidden;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius);
    background: #fff;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .modern-legacy-cart-page .cart-collaterals h3 {
    margin: 0;
    padding: 16px 18px;
    color: #fff;
    background: var(--bm-dark);
    font-size: 15px;
    font-weight: 800;
}

body.site-modern .modern-legacy-cart-page .shipping-form,
body.site-modern .modern-legacy-cart-page .discount form,
body.site-modern .modern-legacy-cart-page .totals .inner {
    padding: 18px;
}

body.site-modern .modern-legacy-cart-page .shopping-cart-table-total td {
    padding: 11px 4px;
    border-color: var(--bm-line);
}

/* UYELIK, ODEME VE DIGER FORMLAR */
body.site-modern .modern-auth-page,
body.site-modern .register-page,
body.site-modern .page-cart {
    padding-top: 24px;
}

body.site-modern .modern-auth-page .sign-in,
body.site-modern .modern-auth-page .register,
body.site-modern .register-page .sign-in,
body.site-modern .register-page .register {
    padding: 26px;
    border: 1px solid var(--bm-line);
    border-radius: var(--bm-radius-lg);
    background: #fff;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .modern-auth-page .login-heading .title,
body.site-modern .modern-auth-page .register-heading .title,
body.site-modern .register-page .login-heading .title,
body.site-modern .register-page .register-heading .title {
    color: var(--bm-dark);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.02em;
}

body.site-modern .contact-form .form-label,
body.site-modern .shipping-form label,
body.site-modern .group-select label {
    color: #555d68;
    font-size: 12px;
    font-weight: 700;
}

body.site-modern .contact-form .form-input,
body.site-modern .shipping-form .field__input,
body.site-modern .shipping-form .input-text,
body.site-modern .group-select .input-text {
    min-height: 46px;
    padding-left: 13px;
    padding-right: 13px;
}

body.site-modern .shipping-form textarea.field__input,
body.site-modern .shipping-form textarea.input-text {
    min-height: 108px;
    padding-top: 11px;
}

body.site-modern .halo-sidebar {
    box-shadow: -12px 0 35px rgba(15, 18, 23, .13);
}

body.site-modern .halo-sidebar-header {
    border-bottom: 1px solid var(--bm-line);
}

body.site-modern .halo-sidebar-header .title {
    color: var(--bm-dark);
    font-weight: 800;
}

/* FOOTER */
body.site-modern .footer-7 {
    margin-top: 54px;
    color: #d1d5db;
    background: linear-gradient(145deg, #111318 0%, #171a20 100%);
}

body.site-modern .footer-7 .footer-top {
    padding-top: 48px;
    padding-bottom: 35px;
}

body.site-modern .footer-7 .footer-block__heading {
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .025em;
}

body.site-modern .footer-7 .footer-block__heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    border-radius: 2px;
    background: var(--bm-accent);
}

body.site-modern .footer-7 .footer-link {
    padding: 5px 0;
    color: #b8bec8;
    font-size: 13px;
}

body.site-modern .footer-7 .footer-link:hover,
body.site-modern .footer-7 .contact-info a:hover {
    color: #fff;
    transform: translateX(2px);
}

body.site-modern .footer-7 .footer-logo img {
    max-height: 56px !important;
    width: auto;
    filter: brightness(0) invert(1);
}

body.site-modern .footer-7 .contact-info p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px !important;
    margin-bottom: 10px;
    color: #c3c8d0;
}

body.site-modern .footer-7 .contact-info .icon {
    width: 18px;
    min-width: 18px;
    color: var(--bm-accent);
}

body.site-modern .footer-7 .contact-info a {
    color: #d6dae0;
}

body.site-modern .footer-7 .list-social__link {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .07);
}

body.site-modern .footer-7 .list-social__link svg {
    fill: #fff;
}

body.site-modern .footer-7 .list-social__link:hover {
    border-color: var(--bm-accent);
    background: var(--bm-accent);
    box-shadow: none;
}

body.site-modern .footer-bottom {
    border-top-color: rgba(255, 255, 255, .09);
}

body.site-modern .recently-viewed-icon.scroll-to-top {
    border: 1px solid var(--bm-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--bm-shadow-sm);
}

body.site-modern .youtube-float {
    width: 52px !important;
    height: 52px !important;
    left: 20px !important;
    bottom: 82px !important;
    border: 3px solid #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, .20) !important;
}

body.site-modern .youtube-float-i {
    margin-top: 12px !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    body.site-modern .modern-product-page .productView-information {
        padding: 22px;
    }

    body.site-modern .modern-product-page .productView-title {
        font-size: 28px;
    }

    body.site-modern .header-7 .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    body.site-modern {
        background: #f5f6f8;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner {
        padding-top: 10px;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .halo-block-content,
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .slick-list {
        border-radius: 12px;
    }

    body.site-modern .modern-home-page .halo-block-product-width-banner {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }

    body.site-modern .halo-row-header .title {
        margin-bottom: 18px;
        font-size: 22px;
    }

    body.site-modern .product-card .product-card-bottom {
        padding: 12px 12px 15px;
    }

    body.site-modern .product-card .card-title {
        min-height: 40px;
        font-size: 13px;
    }

    body.site-modern .product-card .card-price .money,
    body.site-modern .product-card .price__last .money {
        font-size: 15px;
    }

    body.site-modern .modern-collection-page,
    body.site-modern .modern-product-page,
    body.site-modern .modern-cart-page {
        padding-top: 12px;
    }

    body.site-modern .modern-collection-page .page-header,
    body.site-modern .modern-product-page .page-header,
    body.site-modern .modern-cart-page .page-header,
    body.site-modern .modern-auth-page .heading {
        margin-bottom: 13px;
        padding: 11px 13px;
        border-radius: 10px;
    }

    body.site-modern .modern-product-page .productView-information {
        padding: 15px;
        border-radius: 15px;
    }

    body.site-modern .modern-product-page .productView-images-wrapper {
        border-radius: 12px;
    }

    body.site-modern .modern-product-page .productView-title {
        margin-top: 18px;
        font-size: 24px;
    }

    body.site-modern .modern-product-page .productView-info {
        grid-template-columns: 1fr;
    }

    body.site-modern .modern-product-page .bm-product-price-box {
        padding: 15px;
    }

    body.site-modern .modern-product-page .bm-product-shipping {
        align-items: flex-start;
    }

    body.site-modern .modern-product-page .bm-product-shipping-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    body.site-modern .modern-product-page .productView-tab {
        margin-top: 22px;
    }

    body.site-modern .modern-product-page .productView-tab .container-1170 {
        border-radius: 15px;
    }

    body.site-modern .modern-product-page .tabs-horizontal {
        padding: 0 15px;
    }

    body.site-modern .modern-product-page .tab-pane .wrapper-content {
        padding: 16px;
    }

    body.site-modern .modern-cart-page .content-previewCart {
        border-radius: 14px;
    }

    body.site-modern .modern-cart-page .cart-rowHeading {
        display: none;
    }

    body.site-modern .modern-cart-page .previewCartItem {
        margin: 0;
        padding: 15px 46px 15px 12px;
    }

    body.site-modern .modern-cart-page .shipping-form,
    body.site-modern .modern-cart-page .solid-border {
        padding: 15px !important;
    }

    body.site-modern .modern-legacy-cart-page-head {
        padding-top: 16px;
    }

    body.site-modern .modern-legacy-cart-page .shopping-cart-tbl {
        border-radius: 13px;
    }

    body.site-modern .modern-legacy-cart-page #shopping-cart-table {
        min-width: 720px;
    }

    body.site-modern .modern-legacy-cart-page .cart-collaterals > [class*="col-"] {
        margin-bottom: 16px;
    }

    body.site-modern .modern-auth-page .sign-in,
    body.site-modern .modern-auth-page .register,
    body.site-modern .register-page .sign-in,
    body.site-modern .register-page .register {
        padding: 18px;
        border-radius: 15px;
    }

    body.site-modern .footer-7 {
        margin-top: 34px;
    }

    body.site-modern .footer-7 .footer-top {
        padding-top: 30px;
    }

    body.site-modern .footer-7 .footer-block__heading::after {
        display: none;
    }

    body.site-modern .footer-7 .contact-info p {
        margin-top: 8px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.site-modern *,
    body.site-modern *::before,
    body.site-modern *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   V4 MOBIL DENGELEME
   - Slider ve urun carousellerindeki gereksiz yukseklikleri temizler.
   - Yalnizca 767px ve altinda calisir.
   - Bootstrap grid/container olculerine dokunmaz.
   ========================================================= */

body.site-modern .modern-product-page .bm-product-shipping-row[hidden] {
    display: none !important;
}

@media (max-width: 767px) {
    /* Ana slider: mobilde dikey 136% alan yerine kontrollu 16:9 oran */
    body.site-modern .modern-home-page .halo-block-fullwidth-banner,
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .container-full,
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .halo-block-content,
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .banner-item,
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .img-box {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    /*
     * Tema slideri devreye girmese bile slaytlar alt alta dizilip bosluk
     * olusturmaz; mobilde yatay kaydirilabilir bir yedek davranis kullanir.
     */
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .halo-block-content:not(.slick-initialized) {
        display: flex !important;
        width: 100%;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .halo-block-content:not(.slick-initialized)::-webkit-scrollbar {
        display: none;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .halo-block-content:not(.slick-initialized) > .banner-item {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        scroll-snap-align: start;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .img-box--mobile .image:not(.image-mobile) {
        display: none !important;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .img-box--mobile .image.image-mobile {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding-top: 56.25% !important;
        overflow: hidden;
        background: #eef0f3;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .img-box--mobile .image.image-mobile img {
        position: absolute !important;
        inset: 0;
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .slick-list,
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .slick-track,
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .slick-slide,
    body.site-modern .modern-home-page .halo-block-fullwidth-banner .slick-slide > div {
        min-height: 0 !important;
        max-height: none !important;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .content-box {
        max-width: calc(100% - 30px);
        padding: 12px 15px;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .content-box.is-bm-empty {
        display: none !important;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .banner-title {
        margin-bottom: 7px;
        font-size: 21px;
        line-height: 1.2;
    }

    body.site-modern .modern-home-page .halo-block-fullwidth-banner .banner-text {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.45;
    }

    /* Slider ile urun bolumleri arasindaki bosluk */
    body.site-modern .modern-home-page .halo-block-fullwidth-banner {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    body.site-modern .modern-home-page .halo-block-product-width-banner {
        height: auto !important;
        min-height: 0 !important;
        margin-top: 20px !important;
        margin-bottom: 24px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    body.site-modern .modern-home-page .halo-block-product-width-banner .container,
    body.site-modern .modern-home-page .halo-block-product-width-banner .row,
    body.site-modern .modern-home-page .halo-block-product-width-banner .halo-row-item,
    body.site-modern .modern-home-page .halo-block-product-width-banner .product-carousel,
    body.site-modern .modern-home-page .halo-block-product-width-banner .slick-list,
    body.site-modern .modern-home-page .halo-block-product-width-banner .slick-track,
    body.site-modern .modern-home-page .halo-block-product-width-banner .slick-slide,
    body.site-modern .modern-home-page .halo-block-product-width-banner .slick-slide > div {
        min-height: 0 !important;
        max-height: none !important;
    }

    body.site-modern .modern-home-page .halo-block-product-width-banner .product-card {
        height: auto !important;
        min-height: 0 !important;
    }

    body.site-modern .modern-home-page .halo-block-product-width-banner .slick-track {
        align-items: stretch;
    }

    /* JS gec yuklenirse veya carousel baslamazsa yatay kaydirma yedegi */
    body.site-modern .modern-home-page .product-carousel > .row:not(.slick-initialized) {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 12px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 2px 2px 10px;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.site-modern .modern-home-page .product-carousel > .row:not(.slick-initialized)::-webkit-scrollbar {
        display: none;
    }

    body.site-modern .modern-home-page .product-carousel > .row:not(.slick-initialized) > .product-item {
        flex: 0 0 76%;
        width: 76%;
        max-width: 76%;
        min-width: 0;
        padding-right: 0;
        padding-left: 0;
        scroll-snap-align: start;
    }

    /* Kargo kutusu: ucret satiri gizlenince kalan mesaj dengeli gorunsun */
    body.site-modern .modern-product-page .bm-product-shipping-content {
        width: 100%;
    }

    body.site-modern .modern-product-page .bm-product-shipping-row[hidden] + .bm-product-shipping-free {
        margin-top: 0;
        font-size: 12px;
    }

    /* Mobil urun detayinda adet ve buton daha kullanisli */
    body.site-modern .modern-product-page .previewCartAction,
    body.site-modern .modern-product-page .previewCartGroup,
    body.site-modern .modern-product-page .previewCartGroup-top,
    body.site-modern .modern-product-page .productView-action {
        width: 100%;
    }

    body.site-modern .modern-product-page .productView-action .button {
        width: 100%;
        min-height: 48px;
    }

    /* Sabit sosyal butonlar birbiriyle ve yukari-cik butonuyla cakismasin */
    body.site-modern .youtube-float {
        left: 16px !important;
        bottom: 78px !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 24px !important;
        border-width: 2px !important;
    }

    body.site-modern .youtube-float-i {
        margin-top: 10px !important;
    }

    body.site-modern .whatsapp-float,
    body.site-modern a.float[href*="whatsapp"],
    body.site-modern a[href*="api.whatsapp.com"].float,
    body.site-modern a[href*="wa.me"].float {
        left: 16px !important;
        right: auto !important;
        bottom: 18px !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 25px !important;
        border-radius: 50% !important;
        z-index: 999 !important;
    }

    body.site-modern .whatsapp-float-i,
    body.site-modern a.float[href*="whatsapp"] .my-float,
    body.site-modern a[href*="api.whatsapp.com"].float .my-float,
    body.site-modern a[href*="wa.me"].float .my-float {
        margin-top: 11px !important;
    }

    body.site-modern .recently-viewed-icon.scroll-to-top {
        right: 14px !important;
        bottom: 18px !important;
        width: 46px !important;
        height: 46px !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.site-modern .modern-home-page .product-carousel > .row:not(.slick-initialized) > .product-item {
        flex-basis: calc(50% - 6px);
        width: calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
}



/* =========================================================
   V5 HEADER, SOSYAL BUTONLAR, KATEGORI KARTLARI VE
   URUN DETAY KAMPANYALI URUNLER
   ========================================================= */

/* Arama: tema/global button kurallarindan etkilenmeyen sabit iki kolon. */
body.site-modern .header-7 .header-top-center,
body.site-modern .header-7 .header-top-center .header-search__form {
    min-width: 0;
    width: 100%;
}

body.site-modern .header-7 .header-top-center .bm-header-search {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px;
    align-items: stretch;
    width: 100% !important;
    min-width: 0;
    min-height: 48px;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 13px;
    background: #fff;
    box-sizing: border-box;
}

body.site-modern .header-7 .header-top-center .bm-header-search .header-search__input {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

body.site-modern .header-7 .header-top-center .bm-header-search .icon-search {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--bm-accent) !important;
    box-shadow: none !important;
    box-sizing: border-box;
    transform: none !important;
}

body.site-modern .header-7 .header-top-center .bm-header-search .icon-search:hover {
    background: var(--bm-accent-dark) !important;
}

body.site-modern .header-7 .header-top-center .bm-header-search .icon-search svg {
    display: block;
    width: 21px !important;
    height: 21px !important;
    min-width: 21px;
    fill: #fff !important;
}

/* Eski ikonlar gorunmez; yeni SVG dock tek kaynak olur. */
body.site-modern .youtube-float,
body.site-modern .whatsapp-float,
body.site-modern a.float[href*="whatsapp"],
body.site-modern a[href*="api.whatsapp.com"].float,
body.site-modern a[href*="wa.me"].float {
    display: none !important;
}

body.site-modern .bm-social-dock {
    position: fixed;
    right: 20px;
    bottom: 88px;
    z-index: 998;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

body.site-modern .bm-social-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 3px solid #fff;
    border-radius: 17px;
    color: #fff;
    box-shadow: 0 10px 28px rgba(18, 22, 29, .22);
    transition: transform .18s ease, box-shadow .18s ease, border-radius .18s ease;
}

body.site-modern .bm-social-button:hover {
    color: #fff;
    border-radius: 50%;
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(18, 22, 29, .27);
}

body.site-modern .bm-social-button svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

body.site-modern .bm-social-button--youtube { background: #ff0033; }
body.site-modern .bm-social-button--whatsapp { background: #18bd62; }
body.site-modern .bm-social-button[hidden] { display: none !important; }

/* Kategori sayfasi: esit, premium ve fonksiyonel kartlar. */
body.site-modern .modern-collection-page .product-collection {
    align-items: stretch;
    row-gap: 24px;
}

body.site-modern .modern-collection-page .bm-collection-grid-item {
    display: flex;
    margin-bottom: 0 !important;
}

body.site-modern .modern-collection-page .bm-collection-card {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e5ea;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(22, 27, 35, .055);
}

body.site-modern .modern-collection-page .bm-collection-card:hover {
    border-color: #cfd5dc;
    box-shadow: 0 16px 40px rgba(22, 27, 35, .11);
    transform: translateY(-4px);
}

body.site-modern .modern-collection-page .bm-collection-card .product-card-top {
    padding: 12px 12px 0;
}

body.site-modern .modern-collection-page .bm-collection-card .product-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    background: linear-gradient(145deg, #f7f8fa, #eef1f4);
}

body.site-modern .modern-collection-page .bm-collection-card .bm-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: transparent;
}

body.site-modern .modern-collection-page .bm-collection-card .bm-card-image img {
    position: absolute;
    inset: 12px;
    width: calc(100% - 24px) !important;
    height: calc(100% - 24px) !important;
    object-fit: contain !important;
    mix-blend-mode: multiply;
    transition: transform .3s ease;
}

body.site-modern .modern-collection-page .bm-collection-card:hover .bm-card-image img {
    transform: scale(1.035);
}

body.site-modern .modern-collection-page .bm-card-detail-link {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(24, 29, 37, .10);
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    color: var(--bm-dark);
    box-shadow: 0 6px 18px rgba(20, 25, 33, .10);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, color .18s ease;
}

body.site-modern .modern-collection-page .bm-card-detail-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

body.site-modern .modern-collection-page .bm-collection-card:hover .bm-card-detail-link {
    color: var(--bm-accent);
    opacity: 1;
    transform: translateY(0);
}

body.site-modern .modern-collection-page .bm-collection-card .product-card-bottom {
    display: flex;
    flex: 1 1 auto;
    padding: 18px 18px 17px;
}

body.site-modern .modern-collection-page .bm-collection-card .product-card-information {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

body.site-modern .modern-collection-page .bm-collection-card .card-vendor {
    margin-bottom: 8px;
}

body.site-modern .modern-collection-page .bm-collection-card .card-vendor a {
    color: #89909a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .065em;
}

body.site-modern .modern-collection-page .bm-collection-card .card-title {
    display: -webkit-box;
    min-height: 48px;
    margin: 0 0 13px;
    overflow: hidden;
    color: #252a32;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.site-modern .modern-collection-page .bm-card-price-area {
    min-height: 36px;
    margin-top: auto;
    margin-bottom: 14px;
}

body.site-modern .modern-collection-page .bm-collection-card .card-price {
    min-height: 29px;
    align-items: center;
}

body.site-modern .modern-collection-page .bm-collection-card .card-price .money,
body.site-modern .modern-collection-page .bm-collection-card .price__last .money {
    color: #15181e;
    font-size: 20px;
    font-weight: 850;
    letter-spacing: -.025em;
}

body.site-modern .modern-collection-page .bm-card-actions {
    margin-top: auto;
}

body.site-modern .modern-collection-page .bm-card-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 45px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid var(--bm-dark);
    border-radius: 12px;
    color: #fff;
    background: var(--bm-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .025em;
}

body.site-modern .modern-collection-page .bm-card-actions .button:hover {
    border-color: var(--bm-accent);
    background: var(--bm-accent);
}

/* Urun detayinda kampanyali urunler: tablardan sonra, ilgili urunlerden once. */
body.site-modern .modern-product-page .bm-product-campaigns[hidden] {
    display: none !important;
}

body.site-modern .modern-product-page .bm-product-campaigns {
    margin: 30px 0 0;
}

body.site-modern .modern-product-page .bm-product-campaigns > .halo-block {
    margin: 0 !important;
    padding: 34px 0 38px;
    border-top: 1px solid var(--bm-line);
    border-bottom: 1px solid var(--bm-line);
    background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

body.site-modern .modern-product-page .bm-product-campaigns .container-fluid {
    max-width: 1210px;
    padding-right: 20px;
    padding-left: 20px;
}

body.site-modern .modern-product-page .bm-product-campaigns .halo-row-header .title {
    margin-bottom: 24px;
    text-align: left;
}

body.site-modern .modern-product-page .bm-product-campaigns .halo-row-header .title .text::after {
    left: 0;
    transform: none;
}

body.site-modern .modern-product-page .bm-product-campaigns .product-card {
    box-shadow: 0 7px 22px rgba(20, 25, 33, .055);
}

@media (max-width: 767px) {
    body.site-modern .bm-social-dock {
        right: 14px;
        bottom: 78px;
        gap: 8px;
    }

    body.site-modern .bm-social-button {
        width: 47px;
        height: 47px;
        border-width: 2px;
        border-radius: 15px;
    }

    body.site-modern .bm-social-button svg {
        width: 23px;
        height: 23px;
    }

    body.site-modern .modern-collection-page .product-collection {
        margin-right: -6px;
        margin-left: -6px;
        row-gap: 12px;
    }

    body.site-modern .modern-collection-page .bm-collection-grid-item {
        padding-right: 6px;
        padding-left: 6px;
    }

    body.site-modern .modern-collection-page .bm-collection-card {
        border-radius: 14px;
        box-shadow: 0 5px 16px rgba(22, 27, 35, .055);
    }

    body.site-modern .modern-collection-page .bm-collection-card .product-card-top {
        padding: 7px 7px 0;
    }

    body.site-modern .modern-collection-page .bm-collection-card .product-card-media {
        border-radius: 10px;
    }

    body.site-modern .modern-collection-page .bm-collection-card .bm-card-image img {
        inset: 7px;
        width: calc(100% - 14px) !important;
        height: calc(100% - 14px) !important;
    }

    body.site-modern .modern-collection-page .bm-card-detail-link {
        display: none;
    }

    body.site-modern .modern-collection-page .bm-collection-card .product-card-bottom {
        padding: 12px 11px 11px;
    }

    body.site-modern .modern-collection-page .bm-collection-card .card-vendor {
        margin-bottom: 5px;
    }

    body.site-modern .modern-collection-page .bm-collection-card .card-vendor a {
        font-size: 9px;
        letter-spacing: .04em;
    }

    body.site-modern .modern-collection-page .bm-collection-card .card-title {
        min-height: 40px;
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 1.45;
    }

    body.site-modern .modern-collection-page .bm-card-price-area {
        min-height: 31px;
        margin-bottom: 10px;
    }

    body.site-modern .modern-collection-page .bm-collection-card .card-price .money,
    body.site-modern .modern-collection-page .bm-collection-card .price__last .money {
        font-size: 16px;
    }

    body.site-modern .modern-collection-page .bm-card-actions .button {
        min-height: 39px;
        padding: 0 8px;
        border-radius: 10px;
        font-size: 10px;
    }

    body.site-modern .modern-product-page .bm-product-campaigns {
        margin-top: 20px;
    }

    body.site-modern .modern-product-page .bm-product-campaigns > .halo-block {
        padding: 26px 0 30px;
    }

    body.site-modern .modern-product-page .bm-product-campaigns .container-fluid {
        padding-right: 14px;
        padding-left: 14px;
    }

    body.site-modern .modern-product-page .bm-product-campaigns .halo-row-header .title {
        margin-bottom: 18px;
        font-size: 21px;
    }
}


/* =========================================================
   V6 KAMPANYALI URUNLER - GENEL SABLONDAN URUN DETAYA TASIMA
   ========================================================= */
body.site-modern .bm-global-campaign-source {
    display: none !important;
}

body.site-modern .modern-product-page #bm-product-campaign-target:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.site-modern .modern-product-page #bm-product-campaign-target:not(:empty) {
    display: block;
}


/* =========================================================
   V7 URUN DETAY KAMPANYALARI
   Kampanya etiketi backend tarafinda yalnizca ana sayfada dolduruldugu
   icin ana sayfadaki islenmis blok urun detayina guvenli bicimde alinir.
   ========================================================= */
body.site-modern .modern-product-page #bm-product-campaign-target[hidden] {
    display: none !important;
}

body.site-modern .modern-product-page #bm-product-campaign-target[data-bm-campaign-state="loaded"] {
    display: block;
    margin-top: 28px;
}

body.site-modern .modern-product-page .bm-home-campaign-block {
    margin: 0 !important;
    padding: 34px 0 38px;
    border-top: 1px solid var(--bm-line);
    border-bottom: 1px solid var(--bm-line);
    background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

body.site-modern .modern-product-page .bm-home-campaign-block .container-fluid {
    width: 100%;
    max-width: 1210px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

body.site-modern .modern-product-page .bm-home-campaign-block .halo-row-header .title {
    margin: 0 0 22px;
    text-align: left;
}

body.site-modern .modern-product-page .bm-product-campaign-grid,
body.site-modern .modern-product-page .bm-product-campaign-grid-row {
    width: 100%;
}

body.site-modern .modern-product-page .bm-product-campaign-grid-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
}

body.site-modern .modern-product-page .bm-product-campaign-grid-row > .product-item {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

body.site-modern .modern-product-page .bm-product-campaign-grid-row .product-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3e7ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(20, 25, 33, .06);
}

body.site-modern .modern-product-page .bm-product-campaign-grid-row .product-card-media {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

body.site-modern .modern-product-page .bm-product-campaign-grid-row .product-card-bottom {
    padding: 16px;
}

@media (max-width: 991px) {
    body.site-modern .modern-product-page .bm-product-campaign-grid-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.site-modern .modern-product-page #bm-product-campaign-target[data-bm-campaign-state="loaded"] {
        margin-top: 20px;
    }

    body.site-modern .modern-product-page .bm-home-campaign-block {
        padding: 26px 0 30px;
    }

    body.site-modern .modern-product-page .bm-home-campaign-block .container-fluid {
        padding-right: 14px;
        padding-left: 14px;
    }

    body.site-modern .modern-product-page .bm-product-campaign-grid-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.site-modern .modern-product-page .bm-product-campaign-grid-row .product-card-bottom {
        padding: 12px;
    }
}
