body {
    font-family: "Rubik", sans-serif;
    font-size: 0.8125rem !important;
}

p {
    font-size: 0.8125rem !important;
    margin-bottom: 0.625rem !important;
}

.mc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.one-up-bt {
    border-bottom: solid 1px rgba(16, 66, 143, 0.1);
}

.sb-logo {
    line-height: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.swiper {
    overflow: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -1px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/**
Slider
 */

.home-product-wrapper {
    width: 100%;
    overflow: hidden;
}

.thumb-swiper .swiper-slide-thumb-active {
    border: 2px solid #000 !important;
    border-radius: 3px;
}

.sb_detail_slider .swiper-button-next, .sb_detail_slider .swiper-button-prev {
    color: #10428f;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #10428f !important;
}

.sb_detail_slider .swiper-button-next:after, .sb_detail_slider .swiper-button-prev:after {
    font-size: 1rem;
}

.sb_detail_slider .swiper-button-next:hover, .sb_detail_slider .swiper-button-prev:hover {
    background-color: #10428f;
}

.sb_detail_slider .swiper-button-next:hover:after,
.sb_detail_slider .swiper-button-prev:hover:after {
    color: #fff;
}


.thumb-swiper .swiper-wrapper {
    align-items: center;
    justify-content: center;
}

/* Okların konumunu ortala ve görünümü değiştir */
.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: black; /* Arka plan siyah */
    color: white; /* Ok rengi beyaz */
    width: 40px; /* Genişlik */
    height: 40px; /* Yükseklik */
    border-radius: 50%; /* Tam yuvarlak */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Okları sola ve sağa konumlandır */
.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

/* Hover efekti (isteğe bağlı) */
.owl-prev:hover,
.owl-next:hover {
    background-color: #333;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border: 1px solid #676262;
    color: #676262;
    background-color: #fff;
}

.owl-nav .disabled {
    pointer-events: auto !important;
    opacity: 1 !important;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

footer .list-group-item, footer .list-group-item a {
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

footer .list-group-item, footer .list-group-item:hover a {
    color: #444;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    background-color: #fff;
}

.sb-menu-area li a {
    color: #10428f !important;
    font-weight: 500;
    font-size: 0.875rem;
}

.sb-menu-area .dropdown-menu li a {
    color: #10428f !important;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    font-weight: 400;
}

.sb-menu-area .dropdown-menu.show {
    padding: 0px;
}

.quik-show p {
    margin-bottom: 5px;
    font-weight: normal;
}

.quik-show dl, .quik-show ol, .quik-show ul {
    padding-left: 1rem;
    font-weight: normal;
}

.image-hover {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.image-hover img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.image-hover .second {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; /* Başlangıçta gizli */
}

.image-hover:hover .second {
    opacity: 1; /* Hover olunca ikinci görsel görünür */
}

.image-hover:hover .first {
    opacity: 0; /* İsteğe bağlı: birinci görsel kaybolur */
}

.mc-other-colors {
    padding: 20px;
    background-color: rgba(248, 248, 248, 0.84);
}

.mc-color-products img {
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.mc-color-products img:hover {
    border-color: #000;
}

.color-item {
    text-align: center;
}

.home-product-list .owl-dots {
    display: none !important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    background-color: #444 !important;
}

#sb_instagram .sbi_follow_btn a {
    background: #833ab4 !important;
    background: linear-gradient(
            to right,
            #833ab4, #fd1d1d, #fcb045
    ) !important;
}

.sb-menu-area .menu-ana-menu-1 .nav-link {
    padding: .5rem 1.6rem;
    line-height: 1;
}

/* Hover durumunda dropdown menüyü göster */
.menu-item:hover .dropdown-menu {
    display: block;
}

/* Menü başlangıçta gizli olmalı */
.dropdown-menu {
    display: none;
}

.gtranslate_wrapper a {
    color: #fff;
    padding: 5px;
}

.gt-current-lang {
    background: aliceblue;
}

a.gt-current-lang {
    color: #444;
}

.dropdown-toggle::after {
    border: none;
    font-family: bootstrap-icons !important;
    content: "\F282";
    vertical-align: middle;
    font-size: .85rem;
    margin-bottom: 2px;
    margin-left: 8px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.2rem;
    color: #10428f;
}

.home-product-wrapper .swiper-button-next:after, .home-product-wrapper .swiper-button-prev:after {
    color: #333;
    text-align: center;
}

.home-product-wrapper .swiper-button-prev, .home-product-wrapper .swiper-container-rtl .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
}

.mc_product_big_img {
    max-height: 500px;
    margin: auto;
}

/*** Yeni **/

/* Swiper slide'ları eşitle */
.homepage-product-list .swiper-slide, .mc_card_container {
    height: auto !important;
    display: flex !important; /* kritik */
}

/* Kartı tam doldursun */
.homepage-product-list .swiper-slide .card, .mc_card_container .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1; /* tüm slide alanını kaplasın */
}

/* Görsel alanı — yükseklik sabit değil ama oran sabit */
.homepage-product-list .card .image-hover, .mc_card_container .card .image-hover {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1; /* 1:1 kare — istersen değiştiririz */
    overflow: hidden;
}

/* Resimler alanı düzgün doldursun */
.homepage-product-list .card img, .mc_card_container .card img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* kırpmasın */
}

/* Card body eşitlensin */
.homepage-product-list .card .card-body, .mc_card_container .card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub-menu {
    display: none;
    margin-left: 15px;
}

.sub-menu.show {
    display: block;
}

.list-group-item a {
    text-decoration: none;
}

/* Alt menüsü olan üst menü öğelerine ikon ekle */
.mc_menu > li.menu-item-has-children > a::after {
    content: "\f282"; /* Bootstrap Icons chevron-down */
    font-family: "bootstrap-icons";
    font-weight: normal;
    font-style: normal;
    speak: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
    transition: 0.2s ease;
    float: right; /* Sağ tarafa yasla */
}

/* Hover olunca ikon hafif dönsün */
.mc_menu > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}


/* ————————————————
   SENİN ÖNCEKİ TÜM CSS’LER
   + ikon entegrasyonu
——————————————— */

/* GENEL MENÜ */
.mc_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.mc_menu > li {
    padding: 5px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.mc_menu > li > a {
    display: block;
    color: #111;
    font-size: 15px;
    text-decoration: none;
    padding: 6px 0;
    transition: 0.2s ease;
}

.mc_menu > li > a:hover {
    color: #c50000;
}

/* ALT MENÜLER */
.mc_menu .sub-menu {
    display: none;
    list-style: none;
    margin: 0px;
    border-left: 2px solid #eee;
}

.mc_menu li:hover > .sub-menu {
    display: block;
    padding: 0px;
}

.mc_menu li:hover > .sub-menu li {
    padding-left: 15px;
}

.offcanvas-body {
    padding: 0px;
}

.mc_menu .sub-menu li {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.mc_menu .sub-menu a {
    display: block;
    font-size: 14px;
    opacity: 0.85;
    color: #111;
    text-decoration: none;
    padding: 4px 0;
    transition: 0.2s ease;
}

.mc_menu .sub-menu a:hover {
    opacity: 1;
    color: #c50000;
}

.mc_menu li,
.mc_menu a {
    transition: 0.2s ease;
}

.offcanvas-header {
    align-items: center;
}

/* Mobil: telefonlar (küçük ekran) */
@media (max-width: 767.98px) {
    .card-title {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    .card-body {
        padding: 0.75rem;
        font-size: .80rem;
    }

    .py-100-mc {
        margin: 15px !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 40%) !important;
    }

    .mc_collection .swiper-button-next, .mc_collection .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 50%) !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0 !important;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0 !important;
    }

    .footer-desc .footer-content {
        width: 100%;
    }
}

/* Tablet: dikey/yan konumlu tabletler */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .card-title {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    .card-body {
        padding: 0.75rem;
    }
}

 .slider-title-area {
    width: 80%;
 }

 .slider-title-area .slider-title {
    font-size: 1.8rem;
 }

.video-wrapper {
    aspect-ratio: 16 / 9;
    position: relative;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.mc-logo {
    width: auto;
    height: 77px;
}

/* Mobil cihazlar (max 768px) */
@media (max-width: 768px) {
    .mc-logo {
        width: auto;
        height: 57px;
    }

    #sb_home_banner img {
        height: auto;
        object-fit: cover;
    }

    .sd_product_image {
        right: auto !important;
        bottom: 0px;
    }

    .slider-title-area {
        top: 10% !important;
        text-align: center;
        left: auto !important;
        width: 70%;
    }

    .slider-title-area .slider-title {
        font-size: 24px !important;
        width: 100%;
    }

    .breadcrumb-item a, .breadcrumb-item i, .breadcrumb-item {
        font-size: .80rem;
    }

    .bg-secondary.py-2 {
        padding: 5px 0;
    }

    form .form-control {
        width: 100%;
        font-size: 0.75rem;
    }

    .footer-desc .footer-content {
        width: 100% !important;
        padding: 20px;
    }

    .ou-ozelikler {
        margin-bottom: 30px;
    }

    .img.sb-slider-bg {
        height: 520px !important;
    }
}

.swiper-pagination {
    position: relative !important;
    margin-top: 30px;
}

.swiper-pagination-bullet-active {
    background: #333 !important;
}

.offcanvas.show {
    transform: translateX(0) !important;
    visibility: visible !important;
}

#mc_mobil_menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
    background: transparent;
}

#mc_mobil_menu::after {
    content: "\f44b";
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 1.3rem;
    pointer-events: none;
}

/** One Up */

.one-up {
    background: #ffffff;
    float: left;
    padding: 1.875rem;
    width: 100%;
    border: solid 1px rgba(16, 66, 143, 0.15);
    border-radius: 6px;
}

.one-up:hover, .one-up-hover:hover {
    box-shadow: 0px 4px 8px 2px rgba(16, 67, 143, 0.2);
    cursor: pointer;
}

.one-up-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.one-up-flex-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
}

.text-one-up {
    color: #000000;
    font-size: 1.225rem;
    font-weight: 700;
    text-align: left;
}

.one-up-cat-btn {
    background-color: #ffffff;
    font-size: 0.75rem;
    text-align: center;
    margin-right: 5px;
    line-height: 30px;
    font-weight: 400;
    border: solid 1px rgba(16, 66, 143, 0.3);
    color: rgba(16, 66, 143, 0.7);
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    border-radius: 3px;
    width: max-content;
    display: inline-block;
}

.one-up-cat-btn:hover {
    background: rgba(16, 66, 143, 0.7);
    color: #fff;
}

.one-up-product-excerpt {
    font-size: 0.813rem !important;
    line-height: 1.7;
    color: #10428f;
    margin-bottom: 0px;
}

.one-up-link {
    color: #da3356;
    font-size: 0.813rem !important;
    font-weight: 500;
    text-decoration: none;
}

.card-left {
    width: 220px;
    height: 235px;
}

.dropdown-menu {
    min-width: 15rem;
}

/* 1. Submenu container */
.nav .dropdown-menu .menu-item-has-children {
    position: relative;
}

/* 2. Submenu sağdan açılacak */
.nav .dropdown-menu .menu-item-has-children > .dropdown-menu {
    top: 0;
    left: 100%;
    position: absolute;
    display: none;
    min-width: 200px;
    z-index: 1000;
}

/* 3. Hover olunca göster */
.nav .dropdown-menu .menu-item-has-children:hover > .dropdown-menu {
    display: block;
}

/* 4. Ok işareti */
.nav .dropdown-menu .menu-item-has-children > a::after {
    content: "›";
    float: right;
    margin-left: 5px;
}

/* 5. Mobilde hover yok, click ile aç */
@media (max-width: 992px) {
    .nav .dropdown-menu .menu-item-has-children > .dropdown-menu {
        position: static;
        display: none;
    }

    .nav .dropdown-menu .menu-item-has-children.show > .dropdown-menu {
        display: block;
    }

    .nav .dropdown-menu .menu-item-has-children > a::after {
        content: "▼";
        float: right;
    }
}

.sb-content-p {
    font-size: 0.8125rem !important;
}

.sd_product_image {
    position: absolute;
    right: 15%;
}

.footer-desc p {
    font-size: 0.75rem !important;
}

.footer-desc .footer-content {
    width: 40%;
    margin: 0 auto;
}

.footer-head {
    padding-top: 0.938rem;
    padding-bottom: 0.938rem;
    border-top: solid 1px rgba(16, 66, 143, 0.1);
    border-bottom: solid 1px rgba(16, 66, 143, 0.1);
}

.footer-media {
    border: solid 1px rgba(16, 66, 143, 0.3);
    width: 39px;
    height: 39px;
    border-radius: 50px;
    color: #10428f !important;
    font-size: 1rem;
    display: block;
}

.footer-media i {
    text-align: center;
    display: block;
    line-height: 39px;
}

.sb-cat-header {
    background-image: url(../../assets/img/categorybg.jpg);
    text-align: center;
    background-position: center 0;
    padding: 4rem 0;
    width: 100%;
}

.sb-cat-header h1 {
    color: #ffffff;
    font-size: 1.375rem !important;
}

img.sb-slider-bg {
    height: 460px !important;
}

.one-up-brd {
    border: solid 1px rgba(16, 66, 143, 0.2);
}

.sb-widget-title {
    position: relative;
    text-align: center;
    font-weight: 500;
}

.sb-widget-title h4 {
    font-weight: 500;
}

.sb-widget-title:after {
    content: "";
    position: absolute;
    background-color: #da578a;
    border: 0;
    height: 4px;
    width: 50px;
    display: block;
    margin-bottom: 0.938rem;
    margin-top: 0.938rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    left: 47%;
    top: 25px;
}

.supp-store-btn {
    background-color: #da3356;
    width: max-content;
    text-align: center;
    font-size: 0.813rem;
    color: #ffffff;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
    padding: .65rem 1.5rem;
    margin-top: 15px;
}

.supp-store-btn:hover {
    background-color: #10428f;
    color: #ffffff;
}

.breadcrumb {
    font-size: 0.8125rem !important;
}

.bg-secondary, .bg-primary {
    background-color: #10428f !important;
}

.bg-ou {
    background-color: #f2f7fc;
}

.kullanim-bilgisi {
    background: #007d57;
    padding: 1.875rem;
    border-radius: 6px;
    color: #fff;
}

/** Table **/

.ou-head-table {
    background-color: #10428f;
    border: none;
    color: #fff;
}

.ou-head-table th {
    vertical-align: middle;
}

.ou-head-table th:first-child {
    border-top-left-radius: 5px;
}

.ou-head-table th:last-child {
    border-top-right-radius: 5px;
}
.table-striped > tbody > tr:first-child td {
    background-color: #E8F0FE;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    color: #10428f;
    background-color: rgb(250 250 250);
    --bs-table-accent-bg: transparent;
}

.table-striped > tbody > tr:nth-of-type(even) {
    color: #333;
    background-color: #fff;
}

.ou-table tbody, .ou-table td, .ou-table tfoot, .ou-table th, .ou-table thead, .ou-table tr {
    font-size: 0.813rem;
   /* padding: 20px; **/
    border: none;
}

.ou-ozelikler {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    border-radius: 6px;
}
.ou-ozelikler ul {
    padding-inline-start: 20px;
    font-size: 0.8125rem !important;
    line-height: 1.1;
}

.ou-ozelikler ul li {
    margin-bottom: 0.625rem !important;
}

.ou-br-6 {
    border-radius: 6px !important;
}

.ou-video {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    margin-bottom: 2rem;
}

.ou-video:first-child {
    margin-bottom: 0px;
}

@media (max-width: 576px) {
    .ou-video {
        height: 200px;
    }
    .sb-breadcrumb-area {
        display: none;
    }
    .one-up-flex {
        flex-direction: column;
    }
    .sb-cat-header{
            padding: 1rem 0;
    }

    .offcanvas-header {
        padding: 0.5rem 1rem;
    }

    .sd_product_image {
        width: 75%;
    }

    .sb-flex-slide{
        justify-content: center;
        display: flex;
    }
}

.slider-title-area {
    position: absolute;
    color: #ffffff;
    left: 5%;
    top: 45%;
    font-size: 2rem;
}

.accordion-button {
    color: #10428f !important;
    font-weight: 500;
    font-size: 0.813rem;
}

.accordion-button:not(.collapsed) {
    color: #da3356 !important;
    font-weight: 500;
    font-size: 0.813rem;
}

    form .card-body p {
        margin-bottom: 0px !important;
     }

     #sb_home_banner .swiper-button-next:after, #sb_home_banner .swiper-button-prev:after {
        color: #fff;
     }

     .footer-media:hover {
        background-color: #10428f;
        color: #fff !important;
     }