@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
body {
    background: #f3f5f7;
    font-family: 'Rubik', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */.m
a {
    color: #1c7ad2;
}

a:hover {
    text-decoration: none;
    color: #095c9b;
}


/* Overlay */
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: #1c7ad2;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


/* Opacity */
.op-black {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
header.desktop  {
    background: #fff;
}

header.desktop .h-contact {
    background: #f5f5f5;
}

header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: #666;
    margin-right: 20px;
    font-weight: 500;
}

header.desktop .h-contact .info .item.wp {
    color: #0e9e26;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 10px;
    font-size: 17px;
    color: #555;
}

header.desktop .header-area {
    height: 120px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start; 
}

header.desktop .logo a img {
    max-height: 90px;
    max-width: 90% !important;
}

header.desktop .search {
    width: 100%;
    border: 1px solid #919191;
    border-radius: 5px;
    max-width: 470px;
    position: relative;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: #666;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 45px;
    border-right: 0;
    border-radius: 0;
    border-width: 2px;
    box-shadow: none;
    padding-left: 20px;
}

header.desktop .search form input::placeholder {
    color: #666;
}

header.desktop .search form .btn-send {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 0;
    background: #919191;
    border-width: 0;
    color: #fff;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 47px;
}
 
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
}

header.desktop .header-bar .bar-user i {
    color: #444;
    font-size: 20px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-user .link a {
    color: #444;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    color: #444;
}

header.desktop .header-bar .bar-cart .icon {
    margin-right: 5px;
    position: relative;
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 25px;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

header.desktop .header-bar .bar-cart .name {
    color: #444;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .menu {
    background: #1c7ad2;
    height: 52px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 52px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 5px;
    white-space: unset !important;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link:hover {
    color: var(--second);
}

header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
  
header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown-menu {
    border: 3px solid #fff;
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    width:100%;
    left:0;
    right:0;
    top:50px;
    position: absolute;
}
    
header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
 }

/* Mega Menu Container */
.mega-menu-container {
    padding: 10px;
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 10px;
    float: left;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.mega-menu-container ul li a:hover {
    text-decoration: underline;
}

/* Mobile Header */
.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    position: relative;
    z-index: 10;
    border: none!important;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-width: 150px;
    max-height: 60px;
}

header.mobile .icon-group {
    position: relative;
}

header.mobile .icon-group {
    position: relative;
    color: #fff;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: var(--first);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: var(--first);
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    margin: 1.5rem 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: white;
    padding: 1rem;
    border-radius: 16px;
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */
footer {
    background: #f5f5f5;
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #fff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #fff;
    font-size: 17px;
    
}

footer .secure .description {
    color: #fff;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    position: relative;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

footer .info ul li a:hover {
    color: #fff;
}

footer .bar {
    background: var(--footer);
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

footer .bar a {
    color: #fff;
    text-align: center;
}

footer .bar a:hover {
    color: #fff;
}

footer .bar p {
    margin: 0;
    color: #fff;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #333;
}

footer .social-media a:hover {
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: left !important;
        color: #fff;
        padding: 8px 16px;
        position: relative;
        background-color: #292b2f;
        border-radius: 4px;
        font-weight: 500;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: left !important;
        padding: 8px 16px;
        background-color: #292b2f;
        border-radius: 4px;
        margin-bottom: 15px;
        color: #fff !important;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #fff !important;
    }

    footer .info ul li a {
        color: #fff;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

}

/* Payments */
.payment-final-buttons-1
{
    position: relative;
    border: none;
    border-radius: 4px;
}
.payment-final-buttons-1 .btn-complete
{
    background: var(--first);
    border-color: var(--first);
}
.payment-steps-1
{
    background: white;
    border-radius: 4px;
    padding: 10px;
}
.payment-steps-1 .step.active .circle
{
    background: var(--second);
}
.payment-steps-1 .step.active
{
    color: var(--second);
}

/* ===== PAŞAOĞLU MARKA BALONLARI ===== */

.pasaoglu-balon-menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding: 20px 15px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.pasaoglu-balon-menu::-webkit-scrollbar {
    display: none;
}

.pasaoglu-balon {
    flex: 0 0 115px;
    text-decoration: none !important;
    text-align: center;
    color: #222 !important;
    transition: transform 0.25s ease;
}

.pasaoglu-balon:hover {
    transform: translateY(-5px);
}

.pasaoglu-balon-resim {
    width: 100px;
    height: 100px;
    margin: 0 auto 9px;
    border: 3px solid #29449c;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
    transition: all 0.25s ease;
}

.pasaoglu-balon:hover .pasaoglu-balon-resim {
    border-color: #f5a000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.pasaoglu-balon-resim span {
    font-size: 17px;
    font-weight: 700;
    color: #29449c;
}

.pasaoglu-balon-resim img {
    width: 78%;
    height: 78%;
    object-fit: contain;
}

.pasaoglu-balon-baslik {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    white-space: normal;
}

/* TELEFON */
@media (max-width: 768px) {

    .pasaoglu-balon-menu {
        gap: 13px;
        padding: 15px 10px;
    }

    .pasaoglu-balon {
        flex-basis: 88px;
    }

    .pasaoglu-balon-resim {
        width: 78px;
        height: 78px;
    }

    .pasaoglu-balon-resim span {
        font-size: 13px;
    }

    .pasaoglu-balon-baslik {
        font-size: 11px;
    }
}

.pasaoglu-balon-menu {
    justify-content: center;
    flex-wrap: nowrap;
}

.pasaoglu-balon-resim img {
    width: 76%;
    height: 76%;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .pasaoglu-balon-menu {
        justify-content: flex-start;
    }
}

.pasaoglu-ikon {
    font-size: 38px !important;
    line-height: 1;
}

@media (max-width: 768px) {
    .pasaoglu-ikon {
        font-size: 30px !important;
    }
}

/* ===== 9 BALONCUĞU MASAÜSTÜNDE YAN YANA GÖSTER ===== */

.pasaoglu-balon-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    padding: 18px 5px !important;
}

.pasaoglu-balon {
    flex: 0 0 95px !important;
    width: 95px !important;
    min-width: 95px !important;
}

.pasaoglu-balon-resim {
    width: 82px !important;
    height: 82px !important;
    margin: 0 auto 8px !important;
}

.pasaoglu-balon-baslik {
    font-size: 11px !important;
    line-height: 1.2 !important;
}

/* TELEFON */
@media (max-width: 768px) {

    .pasaoglu-balon-menu {
        justify-content: flex-start !important;
        gap: 12px !important;
        overflow-x: auto !important;
    }

    .pasaoglu-balon {
        flex: 0 0 82px !important;
        width: 82px !important;
        min-width: 82px !important;
    }

    .pasaoglu-balon-resim {
        width: 72px !important;
        height: 72px !important;
    }
}

/* =========================================
   PAŞAOĞLU - ÖZEL KAYAR ÜRÜN VİTRİNİ
   ========================================= */

/* Vitrin ana alanı */
.kayar_urun_vitrini {
    padding-top: 15px;
    padding-bottom: 25px;
}

/* Ürün kartları */
.kayar_urun_vitrini .card-product {
    background: #ffffff !important;
    border: 1px solid #e1e5eb !important;
    border-radius: 20px !important;
    padding: 14px !important;
    margin: 6px !important;
    overflow: hidden !important;
    transition: all 0.25s ease !important;
}

/* Kart hover */
.kayar_urun_vitrini .card-product:hover {
    transform: translateY(-5px);
    border-color: #29449b !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10) !important;
}

/* Kartın iç kısmı */
.kayar_urun_vitrini .card-product-inner {
    background: #ffffff;
}

/* Görsel alanı */
.kayar_urun_vitrini .image-wrapper {
    border-radius: 14px !important;
    overflow: hidden;
    background: #ffffff;
}

/* Ürün fotoğrafı */
.kayar_urun_vitrini .image-wrapper img {
    object-fit: contain !important;
    transition: transform 0.3s ease;
}

/* Mouse gelince ürünü hafif büyüt */
.kayar_urun_vitrini .card-product:hover .image-wrapper img {
    transform: scale(1.04);
}

/* Carousel sağ-sol okları */
.kayar_urun_vitrini .owl-prev,
.kayar_urun_vitrini .owl-next {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #29449b !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18) !important;
    transition: all 0.2s ease !important;
}

/* Okların üzerine gelince */
.kayar_urun_vitrini .owl-prev:hover,
.kayar_urun_vitrini .owl-next:hover {
    background: #e30613 !important;
    transform: scale(1.08);
}

/* Mobil */
@media (max-width: 767px) {
    .kayar_urun_vitrini .card-product {
        border-radius: 14px !important;
        padding: 10px !important;
        margin: 4px !important;
    }
}

/* =========================================
   KAYAR VİTRİN BAŞLIK TASARIMI
   ========================================= */

.kayar_urun_vitrini .p-g-mod-header {
    text-align: center !important;
    padding: 18px 0 12px !important;
}

.kayar_urun_vitrini .p-g-m-h-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.kayar_urun_vitrini .p-g-m-h-title {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1c2f63 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
}

/* Başlığın altındaki dekoratif çizgi */
.kayar_urun_vitrini .p-g-m-h-title::after {
    content: "" !important;
    position: absolute !important;
    width: 70px !important;
    height: 3px !important;
    background: #e30613 !important;
    border-radius: 10px !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Mobil başlık */
@media (max-width: 767px) {
    .kayar_urun_vitrini .p-g-m-h-title {
        font-size: 19px !important;
    }

    .kayar_urun_vitrini .p-g-mod-header {
        padding: 14px 0 10px !important;
    }
}

/* PAŞAOĞLU - VİTRİN BAŞLIK ÇİZGİSİ */
.kayar_urun_vitrini .p-g-mod-header {
    border-bottom: 1px solid #eeeeee !important;
}

.kayar_urun_vitrini .p-g-m-h-info {
    border-bottom-color: #e30613 !important;

}
/* ===== KAYAR VİTRİN BAŞLIK - DOĞRU CLASS ===== */

.kayar_urun_vitrini .p-g-m-h-i-title {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    padding-bottom: 12px !important;
    margin: 0 !important;
    color: #1c2f63 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
}

/* Temanın mevcut çizgisini kapat */
.kayar_urun_vitrini .p-g-m-h-info {
    border-bottom: none !important;
}

/* Yeni kırmızı çizgi */
.kayar_urun_vitrini .p-g-m-h-i-title::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;

    width: 80px !important;
    height: 3px !important;

    background: #e30613 !important;
    border-radius: 10px !important;
}
/* KAYAR VİTRİN - ESKİ TURKUAZ ÇİZGİYİ KALDIR */

.kayar_urun_vitrini .p-g-mod-header,
.kayar_urun_vitrini .p-g-m-h-info {
    border-bottom: none !important;
}

/* Tema pseudo-element ile çizgi oluşturuyorsa kapat */
.kayar_urun_vitrini .p-g-m-h-info::before,
.kayar_urun_vitrini .p-g-mod-header::before,
.kayar_urun_vitrini .p-g-mod-header::after {
    display: none !important;
    content: none !important;
}
/* TURKUAZ ÇİZGİYİ KALDIR - NOKTA ATIŞI */

.kayar_urun_vitrini .p-g-m-h-i-title {
    border-bottom: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    background-image: none !important;
}

/* SADECE KIRMIZI ÇİZGİ KALSIN */
.kayar_urun_vitrini .p-g-m-h-i-title::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 3px !important;
    background: #e30613 !important;
    border-radius: 10px !important;
}
/* =========================================
   PAŞAOĞLU KAYAR VİTRİN - SON RÖTUŞLAR
   ========================================= */

/* Her vitrin bölümü arasında nefes alanı */
.kayar_urun_vitrini .p-g-mod {
    margin-bottom: 38px !important;
}

/* Başlık ile ürünler arasındaki mesafe */
.kayar_urun_vitrini .p-g-mod-header {
    margin-bottom: 18px !important;
}

/* Ürün kartları */
.kayar_urun_vitrini .card-product {
    padding: 12px 12px 16px !important;
    border-radius: 18px !important;
    border: 1px solid #e3e6eb !important;
    background: #fff !important;
    transition: transform .25s ease,
                box-shadow .25s ease,
                border-color .25s ease !important;
}

/* Kartın üzerine gelince */
.kayar_urun_vitrini .card-product:hover {
    transform: translateY(-4px) !important;
    border-color: #29449b !important;
    box-shadow: 0 9px 22px rgba(0,0,0,.09) !important;
}

/* Ürün fotoğraf alanı */
.kayar_urun_vitrini .image-wrapper {
    height: 215px !important;
    min-height: 215px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
}

/* Ürün fotoğrafı */
.kayar_urun_vitrini .image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Ürün kartları arasındaki mesafe */
.kayar_urun_vitrini .owl-item {
    padding: 6px !important;
}

/* Fiyat alanına biraz nefes */
.kayar_urun_vitrini .card-product .price {
    margin-top: 7px !important;
}

/* Slider okları */
.kayar_urun_vitrini .owl-prev,
.kayar_urun_vitrini .owl-next {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    transition: .2s ease !important;
}

/* Mobil */
@media (max-width: 767px) {

    .kayar_urun_vitrini .p-g-mod {
        margin-bottom: 25px !important;
    }

    .kayar_urun_vitrini .image-wrapper {
        height: 170px !important;
        min-height: 170px !important;
    }

    .kayar_urun_vitrini .card-product {
        padding: 9px 9px 13px !important;
        border-radius: 14px !important;
    }
}
/* Başlık ile ürün kartlarını biraz yaklaştır */
.kayar_urun_vitrini .p-g-mod-header {
    margin-bottom: 5px !important;
}

.kayar_urun_vitrini .p-g-mod-body {
    padding-top: 5px !important;
}
/* =========================
   SÜPER FIRSATLAR - 3 SÜTUN
   ========================= */

@media (min-width: 992px) {

  .p-g-mod-t-56 .custom-module-code-604 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin: 0 !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .card-list-product-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 16px !important;
    min-height: 0 !important;
    height: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .card-list-product-inner > a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .card-list-image {
    width: 100% !important;
    height: 220px !important;
    margin: 0 0 15px 0 !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .card-list-image .image {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .card-list-image .image img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .card-list-info {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .card-list-info > a {
    font-size: 14px !important;
    line-height: 1.4 !important;
    min-height: 58px !important;
    overflow-wrap: anywhere !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .price-group {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    width: 100% !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .sold-value {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .buttons {
    width: 100% !important;
    margin-top: 10px !important;
    padding-top: 0 !important;
  }

  .p-g-mod-t-56 .custom-module-code-604 .buttons .btn-cart {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}
/* ===== ANA SAYFA BANNER TASARIMI ===== */

@media (min-width: 992px) {

    .custom-module-code-605 .banner-item {
        display: block;
        overflow: hidden;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0,0,0,.08);
        transition: transform .25s ease, box-shadow .25s ease;
    }

    .custom-module-code-605 .banner-item img {
        display: block;
        width: 100%;
        border-radius: 14px;
    }

    .custom-module-code-605 .banner-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 28px rgba(0,0,0,.14);
    }

}
/* ===== POPÜLER KATEGORİLER ===== */

.custom-module-code-579 .card-category {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 14px rgba(30,64,175,.16) !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
}

.custom-module-code-579 .card-category:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 22px rgba(30,64,175,.25) !important;
}
/* Footer uygulama mağazaları bölümünü gizle */
footer .app {
    display: none !important;
}
/* Footer ek güven bilgileri */
footer .footer-extra-info {
    margin-top: 18px;
    max-width: 360px;
}

footer .footer-extra-item {
    margin-bottom: 14px;
    color: #fff;
}

footer .footer-extra-item strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

footer .footer-extra-item span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #b8b8b8;
}
/* ===== ÜRÜN KARTI İNDİRİM ETİKETİ DÜZELTME ===== */

.card-product .image-wrapper {
    position: relative !important;
}

.card-product .image-wrapper .discount {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    left: auto !important;

    width: auto !important;
    min-width: 52px !important;
    height: 27px !important;
    padding: 0 9px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    white-space: nowrap !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
}
/* ===== ÜST KAYAN DUYURU BANDI ===== */

.top-announcement {
    width: 100%;
    height: 38px;
    background: linear-gradient(90deg, #263c97, #3655c5);
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9999;
}

.top-announcement-track {
    display: flex;
    align-items: center;
    width: max-content;
    white-space: nowrap;
    animation: announcementScroll 28s linear infinite;
}

.top-announcement-track span {
    display: inline-block;
    padding: 0 55px;
    font-size: 14px;
    font-weight: 600;
}

@keyframes announcementScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Fare üzerine gelince yazı dursun */
.top-announcement:hover .top-announcement-track {
    animation-play-state: paused;
}

/* Mobil */
@media (max-width: 767px) {

    .top-announcement {
        height: 34px;
    }

    .top-announcement-track span {
        font-size: 12px;
        padding: 0 35px;
    }

}
.top-announcement-track {
    display: flex;
    align-items: center;
    width: max-content;
    white-space: nowrap;
    animation: announcementScroll 48s linear infinite;
}