@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.fontInter {
    font-family: 'Inter', sans-serif !important;
}

html {
    width: 100%;
    min-height: 100%;
    position: relative;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    /*background-color: #f4f4f4;*/
}


body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 16px;
}
.broken404 {
    font-size: 2em;
    color: rgba(0, 30, 54, 0.3);
}

.broken404 svg {
    font-size: 1.5em;
}


.product-rating {
    display: none !important;
}

.navbar-custom{
    left: 0 !important;
}
#topbar{
    height: auto !important;
}
.wrapper{
    margin-top: 130px !important;
}
.toolbar-right-icon::before{
    font-size: 32px !important;
}

  /* ============================================
       GENEL NAVBAR STİLLERİ
    ============================================ */
    .navbar-custom {
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        position: relative;
        z-index: 1040;
    }

    #topbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand img {
        transition: transform 0.3s ease;
    }

    .navbar-brand:hover img {
        transform: scale(1.05);
    }

    /* Buton stilleri */
    .btn-link {
        text-decoration: none;
        transition: opacity 1s ease;
    }

    .btn-link:hover {
        opacity: 0.7;
    }

    /* Sepet badge */
    #sepetsayaci {
    position: absolute;
    right: 4px;
    top: 4px;

}
    #cartCount {
        min-width: 1.2rem;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.2rem 0.3rem;
    }

    /* ============================================
       MASAÜSTÜ MENÜ (Desktop >= 1400px)
    ============================================ */
    @media (min-width: 1400px) {
           .dropdown-divider{
            margin:  0 !important;
        }
        .navbar-toggler,
        #mobileMenu {
            display: none !important;
        }

        #desktopMenu {
            flex-grow: 1;
        }

        .navbar-nav {
            margin: 0 auto;
        }

        /* Dropdown özellik */
        .nav-item.dropdown {
            position: relative;
        }

        .nav-link {
            padding: 0.5rem 1rem;
            color: #333;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-link:hover {
            color: #007bff;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1050;
            display: none;
            min-width: 280px;
            max-height: 70vh;
            overflow-y: auto;
            padding: 0.5rem 0;
            margin: 0;
            background-color: #fff;
            border: 1px solid rgba(0,0,0,0.15);
            border-radius: 0.25rem;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .nav-item.dropdown:hover > .dropdown-menu {
            display: block;
            animation: fadeInDown 0.3s ease;
        }

        .dropdown-item {
            padding: 0.5rem 1.5rem;
            color: #333;
            transition: background-color 0.2s ease;
        }

        .dropdown-item:hover {
            background-color: #f8f9fa;
            color: #007bff;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
    }

   



    /* Navbar toggle icon */
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    /* ------------- SCROLL DOWN EFFECT --------------- */

.anim-container {
	left: 50%;
	height: 60px;
    width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute; 
    bottom: 8vh; 
    z-index: 10;
    transform: translateX(-50%);
}
.anim-scroll-field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
	  
  }
  .anim-scroll {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    animation: animdown 1.5s infinite;
    -webkit-animation: animdown 1.5s infinite;
  }
  .anim-scroll::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    transform: rotate(-45deg);
  }
@keyframes animdown {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes animdown {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

/* MAIN SLIDER
 ---------------------------------------*/

.welcome_slider {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px !important;
    height: auto;
    margin: 0 auto;
}

.welcome_slider .welcome_slider_allWrap {
    width: 100%;
    height: auto;
}

.welcome_slider .welcome_slider_allWrap .swiper-slide {
    opacity: 0 !important;
    position: relative;
    width: 100%;
    height: auto;
}

.welcome_slider .welcome_slider_allWrap .swiper-slide-active {
    z-index: 999;
    opacity: 1 !important;
    position: relative;
    height: auto;
}

.welcome_slider .welcome_slider_allWrap .slider-media {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.welcome_slider .welcome_slider_allWrap .slider-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;

    object-fit: cover;
    transition: transform 7s .3s ease;
}

.welcome_slider .welcome_slider_allWrap .picture,
.welcome_slider .welcome_slider_allWrap .picture img {
    display: block;
    width: 100%;
    height: auto;
}

.welcome_slider .welcome_slider_allWrap .picture.loading {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF
}

.welcome_slider .welcome_slider_allWrap .slider-image.loading,
.welcome_slider .welcome_slider_allWrap .slider-image.swiper-lazy-loaded {
    opacity: 1;
}

.welcome_slider .welcome_slider_allWrap .swiper-slide-active .slider-image.loading {
    transform: scale(1.05);
}

.slider-body {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.slider-title {
    min-width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.slider-title span {
    display: inline-block;
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-top: 1rem;

}

.welcome_slider_allWrap .slider-title,
.welcome_slider_allWrap .link-border {
    transform: translateX(-100vw);
    transition: transform .5s ease-in-out
}

.welcome_slider_allWrap .slider-title {
    transition-delay: .5s
}

.welcome_slider .link-border {
    transition-delay: 1s
}

.welcome_slider_allWrap .swiper-slide-active .slider-title,
.welcome_slider_allWrap .swiper-slide-active .link-border {
    transform: translateX(0);
    opacity: 1
}

.swiper-button-next,
.swiper-button-prev{
    border: 1px solid rgb(54, 54, 54);
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 28px !important;
}

.welcomeSlider_btn_wrapper {
    text-align: center !important;
}

.welcome_slider h2 {
    max-width: 80%;
}

.swiper-wrapper {
    max-height: 100vh;
    height: auto;
}
.kutu_slider_texts .swiper-wrapper{
    width: 100% !important;
}

.kutu_slider_texts .swiper-slide-next{
    height: 100%;
    width: 125% !important;
}

 /* basket popup */
    
    .shopping-cart {
        top: 50px;
        position: absolute;
        background-color: #fff;
        width: 320px;
        border-radius: 3px;
        padding: 20px;
        border: 1px solid var(--turuncu);
        right: -20px;
        display: none;
        z-index: 500;
    }
    
    .shopping-cart * {
        font-size: 13px;
        font-family: 'Roboto';
    }
    
    .shopping-cart .shopping-cart-header {
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 15px;
    }
    
    .shopping-cart .shopping-cart-header .shopping-cart-total {
        float: right;
    }
    
    .shopping-cart .shopping-cart-items {
        padding-top: 10px;
        list-style: none;
        max-height: 320px;
        overflow: hidden;
    }
    
    .shopping-cart .shopping-cart-items li {
        margin-bottom: 18px;
    }
    
    .shopping-cart .shopping-cart-items img {
        float: left;
        margin-right: 12px;
        max-width: 40px;
        max-height: 40px;
        margin-top: 20px;
    }
    
    .shopping-cart .shopping-cart-items .item-name {
        display: block;
        padding-top: 10px;
    }
    
    .shopping-cart .shopping-cart-items .item-price {
        color: #6394F8;
        margin-right: 8px;
    }
    
    .shopping-cart .shopping-cart-items .item-quantity {
        color: #ABB0BE;
    }
    
    .shopping-cart:after {
        bottom: 100%;
        right: 14%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: var(--turuncu);
        border-width: 8px;
        margin-left: -8px;
    }
    
    .cart-icon {
        color: #515783;
        font-size: 24px;
        margin-right: 7px;
        float: left;
    }

    #orderSummaryCard {
        margin-top: 120px;
    }
 /* ============================================
       MOBİL MENÜ (Mobile < 1400px)
    ============================================ */
    @media (max-width: 1399.98px) {
        .navbar-expand-lg .navbar-toggler{
            display: block !important;
        }
        .wrapper{
            margin-top: 80px !important;
        }
        .price-old{
            display: none !important;
        }
        #desktopMenu {
            display: none !important;
        }

        .navbar-brand {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .navbar-brand img {
            height: 45px !important;
        }

        .navbar-toggler {
            order: 1;
            border: none;
            padding: 0.25rem 0.5rem;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-toggler-icon {
            width: 1.5em;
            height: 1.5em;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        .d-flex.align-items-center {
            order: 3;
        }

        /* Mobil Menü Container */
        #mobileMenu {
            position: fixed;
            top: 0;
            left: -100%;
            width: 280px;
            height: 100vh;
            background-color: #fff;
            overflow: hidden;
            transition: left 0.3s ease-in-out;
            z-index: 1050;
            box-shadow: 2px 0 8px rgba(0,0,0,0.1);
        }

        #mobileMenu.active {
            left: 0;
        }

        /* Overlay */
        #mobileMenu.active::before {
            content: '';
            position: fixed;
            top: 0;
            left: 280px;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5);
            z-index: -1;
        }

        /* Panel Sistemi */
        .menu-panel {
            position: absolute;
            top: 0;
            left: 100%;
            width: 100%;
            height: 100%;
            background-color: #fff;
            overflow-y: auto;
            transition: transform 0.3s ease-in-out;
        }

        .menu-panel.main-panel {
            left: 0;
        }

        .menu-panel.active {
            transform: translateX(-100%);
        }

        /* Panel Header */
        .panel-header {
            position: sticky;
            top: 0;
            background-color: #f8f9fa;
            padding: 1rem;
            border-bottom: 1px solid #dee2e6;
            display: flex;
            align-items: center;
            z-index: 10;
        }

        .panel-title {
            flex: 1;
            margin: 0;
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            text-align: center;
        }

        .close-menu {
            position: absolute;
            top: 50%;
            right: 1rem;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: #333;
            cursor: pointer;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .back-button {
            position: absolute;
            top: 50%;
            left: 1rem;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: #333;
            cursor: pointer;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Panel List */
        .panel-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .panel-list > li {
            border-bottom: 1px solid #eee;
        }

        .panel-list > li.menu-divider {
            height: 1px;
            margin: 0;
            padding: 0;
            background-color: #dee2e6;
            border: none;
        }
     

        .panel-list > li.view-all {
            background-color: #f8f9fa;
        }

        .panel-list > li > a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem;
            color: #333;
            text-decoration: none;
            transition: background-color 0.2s ease;
        }

        .panel-list > li > a:hover {
            background-color: #f8f9fa;
            color: #007bff;
        }

        .main-panel .panel-list > li > a {
            font-weight: 500;
        }

        .main-panel .panel-list > li > a > i {
            color: #6c757d;
            font-size: 1.2rem;
        }

        .sub-panel .panel-list > li > a {
            padding: 0.75rem 1rem;
        }

        .view-all a {
            color: #007bff !important;
            font-weight: 600 !important;
        }

        .welcome_slider {
            width: 100% !important;
            height: auto !important;
            padding: 0 !important;
        }
    }


    
/* Kategori Kartları */
.category-card {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        background: white;
        height: 100%;
        display: flex;
        flex-direction: column;
}

.category-card:hover {
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        transform: translateY(-5px);
}

.category-card-image {
        position: relative;
        overflow: hidden;
        padding-top: 75%; /* 4:3 Aspect Ratio */
}

.category-card-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
}

.category-card:hover .category-card-image img {
        transform: scale(1.1);
}

.category-card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(13, 110, 253, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
}

.category-card:hover .category-card-overlay {
        opacity: 1;
}

.category-card-overlay i {
        color: white;
}

.category-card-body {
        padding: 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
}

.category-card-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #212529;
        margin-bottom: 8px;
        transition: color 0.3s ease;
}

.category-card:hover .category-card-title {
        color: #0d6efd;
}

.category-card-text {
        color: #6c757d;
        font-size: 0.9rem;
        margin-bottom: 0;
}

/* Section Başlık - Yeni Tasarım */
.section-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #212529;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 3rem;
        display: inline-block;
        width: 100%;
}

.section-title-main {
        position: relative;
        display: inline-block;
        background: linear-gradient(135deg, #0d716a 0%, #1ea8e0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
}

.section-title::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 5px;
        background: linear-gradient(90deg, #0d716a 0%, #1ea8e0 100%);
        border-radius: 10px;
}

.section-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 5px;
        background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%);
        border-radius: 10px;
}
@media (max-width: 991.98px) {
 #orderSummaryCard {
        margin-top: 20px;
    }
}
/* Responsive Ayarları */
@media (max-width: 768px) {
    
     

        .section-title {
                font-size: 1.5rem;
        }
        
        .category-card-title {
                font-size: 1.1rem;
        }
        
        .category-card-text {
                font-size: 0.85rem;
        }
        
        .product-card-title {
                font-size: 0.95rem;
        }

        footer h5 {
                font-size: 0.9rem;
        }
        
        footer .text-center {
                padding: 1rem 0;
        }
}

/* Ürün Kartları */
.product-card {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        background: white;
        height: 100%;
        display: flex;
        flex-direction: column;
}

.product-card-link {
        display: flex;
        flex-direction: column;
        flex: 1;
        color: inherit;
        text-decoration: none;
}

.product-card-link:focus-visible {
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
}



.product-card-image {
        position: relative;
        overflow: hidden;
        padding-top: 100%; /* 1:1 Aspect Ratio */
        background: #f8f9fa;
}

.product-card-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.4s ease;
}

.product-card:hover .product-card-image img {
        transform: scale(1.15);
}

.product-badge {
        position: absolute;
        top: 12px;
        left: 12px;
        background: #0d6efd;
        color: white;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 600;
        z-index: 2;
        text-transform: uppercase;
}

.btn-wishlist {
        position: absolute;
        top: 12px;
        right: 12px;
        background: white;
        border: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        z-index: 2;
}

.btn-wishlist:hover {
        background: #dc3545;
        transform: scale(1.1);
}

.btn-wishlist:hover i {
        color: white !important;
}

.btn-wishlist i {
        font-size: 20px;
        color: #dc3545;
        transition: color 0.3s ease;
}

.product-card-body {
        padding: 16px;
        flex: 1;
        display: flex;
        flex-direction: column;
}

.product-card-title {
        font-size: 1rem;
        font-weight: 600;
        color: #212529;
        margin-bottom: 8px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 2.8em;
}

.product-rating {
        font-size: 0.85rem;
        color: #6c757d;
}

.product-rating i {
        font-size: 14px;
}

.product-rating span {
        font-size: 0.8rem;
}

.product-price {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
}

.price-new {
        font-size: 1.25rem;
        font-weight: 700;
        color: #0d6efd;
}

.price-old {
        font-size: 0.95rem;
        color: #6c757d;
        text-decoration: line-through;
}

.product-variants {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.375rem;
    align-content: flex-start;
}

.product-variant-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0.375rem;
    background: #39b7dd;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
}

@media (max-width: 767.98px) {
    .product-variants {
        gap: 0.3rem;
    }

    .product-variant-badge {
        padding: 0.28rem 0.42rem;
        font-size: 0.72rem;
        line-height: 1;
    }
}

.product-card .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
        font-weight: 600;
        transition: all 0.3s ease;
}

.product-card .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

/* Fly to Basket Animation */
.flying-image {
        position: fixed;
        z-index: 9999;
        pointer-events: none;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@keyframes flyToBasket {
        0% {
                transform: scale(1) rotate(0deg);
                opacity: 1;
        }
        50% {
                transform: scale(0.8) rotate(10deg);
                opacity: 0.9;
        }
        100% {
                transform: scale(0.2) rotate(20deg);
                opacity: 0.3;
        }
}

/* Cart Notification */
.cart-notification {
        position: fixed;
        top: 110px;
        right: 10px;
        background: #28a745;
        color: white;
        padding: 15px 25px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        z-index: 10000;
        transform: translateX(400px);
        opacity: 0;
        transition: all 0.3s ease;
        font-weight: 600;
}

.cart-notification.show {
        transform: translateX(0);
        opacity: 1;
}

/* Basket Bounce Animation */
@keyframes basketBounce {
        0%, 100% { transform: scale(1); }
        25% { transform: scale(1.2); }
        50% { transform: scale(0.9); }
        75% { transform: scale(1.1); }
}

.basket-bounce {
        animation: basketBounce 0.5s ease;
}

footer a {
    transition: opacity 0.3s ease, color 0.3s ease;
  }

  footer a:hover {
    opacity: 1 !important;
    color: var(--dh-primary, #5fe5dc) !important;
  }

  footer .footer-social {
    font-size: 2rem;
  }

  .navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
}

.navbar-custom.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Sepet Popup Stilleri */
.cart-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-popup-panel {
    position: fixed;
    top: 0;
    right: -450px;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cart-popup-overlay.active .cart-popup-panel {
    right: 0;
}

.cart-popup-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-close-cart {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
}

.btn-close-cart:hover {
    background: #f0f0f0;
}

.cart-popup-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-popup-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
}

/* Sepet Ürünleri */
.cart-item {
    display: flex;
    gap: 12px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 12px;
    background: white;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.cart-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-item-name {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 14px;
}

.cart-item-quantity {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 8px;
}

.cart-item-price {
    font-weight: 600;
    color: #0d6efd;
    margin-top: auto;
}

.cart-item-remove {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
    flex-shrink: 0;
}

.cart-item-remove:hover {
    background: #fee;
}

/* Mobil Uyumluluk */
@media (max-width: 576px) {
    .cart-popup-panel {
        max-width: 100%;
        right: -100%;
    }
}


/**Register*/

  #smsCodeForm{
    height: 400px;
}
.pin-form {
    text-align:center;
    position: absolute;
 
}
.pw {
    height: 60px;
    width: 50px;
    text-align: center;
    font: 40px sans-serif;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

#sureGeriSay span{
    font-weight: bold;
    color: red;
}

.blink {
    font-size: 48px;

    opacity: 0;
    animation: blinkEfekt 1s ease infinite;
}


 
@keyframes blinkEfekt {

    0%,
    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}