.topbar {
    position: relative;
    background: black;
    padding: 5px;
    height: 36px;
    z-index: 2;
}

.search-icon {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
}

.header-icons {

    cursor: pointer;

}

.user-icon {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
}

.header-icons svg:hover {
    transform: scale(1.07);
}

.icon-hamburger {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
}

.icon-close {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
}


.icon-arrow {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle;
}

.topbar div {
    text-align: center;
    color: white;
}

.header-container{
    padding: 10px 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available;
}

.header-right-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}


.logo {
    max-width: 210px;
    padding: 0;
}

.header-sidebar {
    position: fixed;
    top: 88px;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color:#ffffffb8;
    transition: left 0.3s ease-in-out;
    z-index: 1;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 8px 0px;
}

.header-sidebar.open {
    left: 0;
}


.icon-close {
    display: none;
}

header {
    border-bottom: 1px solid #dfdfdf;
    z-index: 2;
}
.sticky-header {
    position: fixed;
    width: 100%;
    background-color: #ffffff; /* Sticky header arka plan rengi */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Header için hafif bir gölge */
    z-index: 1000; /* Diğer içeriklerin üstünde olması için */
    transition: top 0.3s ease; /* Animasyonlu geçiş */
}

.sticky-header.sticky {
    top: 0px; /* topbar'ın yüksekliği */
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Siyah ve yarı saydam arka plan */
    z-index: 1; /* Diğer içeriklerin üstünde olması için */
    display: none; /* Başlangıçta gizli */
}
.menu-content {
    padding: 20px 0;

}

.sticky-search-box  {
    margin-top:36px;
    display:none;
    background-color:#fff;
    padding:10px 0;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:999;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    animation: slide-down 0.5s ease;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}


.sticky-search-box .search-box {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 15px;
    gap:20px;
    position:relative;
}

.sticky-search-box .search-box input {
    width:100%;
    border-radius:5px;
    padding:10px;
    font-size:16px;
    color:#333;
    border:1px solid #e0e0e0;
}

.sticky-search-box .search-icon-box {
    position: absolute;
    right: 59px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.sticky-search-box .search-box .search-icon-box img {
    width:20px;
    height:20px;
}

.sticky-search-box .search-box .search-icon-box img:hover {
    filter: brightness(0.8);
}


.sticky-search-box .search-box i {
    cursor:pointer;
    font-size:20px;
    color:#333;
}

.sticky-search-box .search-box i:hover {
    color:#000;
}




/* modifiye olanlar */

@media (min-width: 1200px) {
    .container {
        width: 1360px !important;
    }
}

.product-thumb .caption {

    min-height: 87px  !important;
}

.dark-button {
    color: #fff !important; /* White text color */
    background-color: #000000 !important; /* Dark background color */
    border-color: #222 !important; /* Dark border color */
}

.dark-button:hover {
    background-color: #222; /* Darker shade on hover */
}

.dark-button:focus,
.dark-button.focus {
    background-color: #111; /* Even darker shade on focus */
}

.dark-button:active,
.dark-button.active {
    background-color: #000 !important; /* Black shade on active state */
}

.dark-button:disabled,
.dark-button[disabled] {
    background-color: #444; /* Lighter shade for disabled state */
    opacity: 0.65; /* Reduced opacity for disabled state */
}

.unavailable {
    cursor: not-allowed;
    opacity: 0.5;
}

.mb-2 {
    margin-bottom: 2rem;
}

.sticky-product {
    position: sticky;
    top: 62px;
    z-index: 0  ;
    background-color: #fff;

}

@media (max-width: 768px) {
    .sticky-product {
        position:   relative;
        top:        auto;
        z-index:    auto;
    }
    .nav-tabs,  .tab-content {
        display: none;
    }

}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.scroll-image {
    margin-bottom: 20px;
}
.swiper {
    z-index: 0 !important;
}
.hide {
    display: none;
}

.product-description-mobile {
    display: none;
}

@media (max-width: 768px) {
    .product-description-mobile {
        display: block;
    }

}
.product-image-slider .swiper-button-prev,
.product-image-slider .swiper-button-next {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-image-slider:hover .swiper-button-prev,
.product-image-slider:hover .swiper-button-next {
    opacity: 1;
}

/* Hide arrows on mobile (adjust breakpoint if needed) */
@media (max-width: 768px) {
    .product-image-slider .swiper-button-prev,
    .product-image-slider .swiper-button-next {
        display: none;
    }
}

.product-image-slider .swiper-button-prev,
.product-image-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #000;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
}

.product-image-slider .swiper-button-prev {
    left: 10px;
}

.product-image-slider .swiper-button-next {
    right: 10px;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
.product-image-slider .swiper-button-prev::after {
    content: '<';
    font-size: 18px;
}

.product-image-slider .swiper-button-next::after {
    content: '>';
    font-size: 18px;
}
.view-more-button
{
    background-color:  #000;;
    border: 1px solid #f8f9fa;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
.view-more-button:hover
{
    background-color: #000;
    color: #fff;
}

.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
    width: 100%;
}

.product-thumb  {
    height: fit-content;
}


[id^="product-"],
[id^="account-"],
[id^="error-"],
[id^="checkout-"],
[id^="information-"] {
    margin-top: 86px;
}

.breadcrumb {
   display: none;
}