.logo .static-logo {
    display: block;
}

/* .sticky-menu .logo .static-logo,
.header-area:hover .logo .static-logo {
    display: none;
} */

.logo .sticky-logo {
    display: none;
}

/* 
.sticky-menu .logo .sticky-logo,
.header-area:hover .logo .sticky-logo {
    display: block;
} */

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

.header-area.sticky-menu .main-menu ul li>a,
.header:hover .main-menu ul li>a,
.header-area.sticky-menu .header-right ul li a,
.header:hover .header-right ul li a {
    color: #fff !important;
}

.main-menu ul li>a,
.header-right ul li a {
    color: #fff !important;
}

.main-menu ul li .mega-menu a.mega-title,
.header:hover .main-menu .mega-menu ul li>a {
    color: #000 !important;
}

.header:hover.header-6 a.active::before,
.header-area.sticky-menu .header.header-6 a.active::before {
    background: #505050;
}

.icon-hover-scale-115 i {
    transition: all .5s ease;
}

.icon-hover-scale-115:hover i {
    transform: scale(1.15);
}

.transparent-after:after {
    /*content: "";*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #00000000;
}

.text-limit-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-limit-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fz-13px {
    font-size: 13px !important;
}

.container-fluid {
    max-width: 1300px;
}

.fz-20px {
    font-size: 20px !important;
}

.fz-30px {
    font-size: 30px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.single-product .product-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    position: relative;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 0;
}

.single-product .product-desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #000;
    height: 30px;
}

.single-product .product-tag {
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    color: #000;
}

.vh-\[100vh-20px\] {
    height: calc(100vh - 20px);
}

.vh-\[100vh-375px\] {
    height: calc(100vh - 375px);
}

.w-\[22px\] {
    width: 22px;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.min-width-auto {
    min-width: auto !important;
}

.w-max-content {
    width: max-content !important;
}

.slider-7 .slick-dots {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.slider-7 .slick-dots li {
    width: 41px;
    height: 2px;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 0 1 #ffffff;
    opacity: 0.3;
    text-indent: -10000px;
    border: 2px solid transparent;
    background: #000;
    box-shadow: 0 0 1 #000000;
    display: inline-block;
    margin: 0 10px;
}

.slider-7 .slick-dots li.slick-active {
    position: relative;
    background: transparent;
    opacity: 1;
}

.slider-7 .slick-dots li.slick-active::before {
    top: -5px;
}

.slider-7 .slick-dots li.slick-active::before {
    border: 2px solid #000000;
    position: absolute;
    content: "";
    width: 41px;
    height: 2px;
    top: -2px;
    left: -5px;
    border-radius: 3px;
    background: transparent;
}

.before-bg-black:before {
    background: #000 !important;
}

.cookie-box {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-shadow-\[\#e3e3e3\] {
    box-shadow: 0 0 10px #e3e3e3;
}

.single-product.single-banner h2,
.single-product.single-banner p,
.single-product.single-banner {
    transition: all .5s ease;
}

.single-product.single-banner:hover {
    /* background-color: #000; */
}

.single-product.single-banner:hover h2,
.single-product.single-banner:hover p {
    /* color: #fff; */
    padding-right: 15px;
    padding-left: 15px;
}

.before-none:before {
    content: none !important;
}

.h-\[510px\] {
    height: 510px;
}

.hover-w-\[40px\],
.hover-h-\[40px\],
.hover-scale-110 {
    transition: all .5s ease;
}

.hover-scale-110:hover {
    transform: scale(1.1) !important;
}

.hover-w-\[40px\]:hover {
    width: 40px;
}

.hover-h-\[40px\]:hover {
    height: 40px;
}

.bg-\[\#f3f3f3\] {
    background-color: #f3f3f3;
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.product-price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffffbf;
    text-align: center;
    height: 50px;
    line-height: 50px !important;
    font-size: 14px;
    font-weight: 400;
    transform: translateY(100px);
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.single-product:hover .product-price {
    transform: translateY(0);
    overflow: visible;
    opacity: 1;
}

.sale-tag {
    background: #1a6aff;
    border-radius: 0;
    height: auto;
    width: auto;
    line-height: 1;
    padding: 5px 10px;
    text-transform: none !important;
}

.nice-select {
    height: auto !important;
    border: 1px solid #cfcfcf !important;
    padding: 5px 25px 5px 5px !important;
    border-radius: 0;
}

.nice-select .list {
    left: auto;
    right: 0;
}

.nice-select.open .list {
    left: auto;
    right: 0;
}

.ni .filter-container {
    width: 300px;
    font-family: sans-serif;
}

.filter-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.divider {
    border: 0;
    border-top: 1px solid #434343;
    margin: 10px 0;
}

/* Başlık Butonları */
.accordion-header {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 0;
    text-align: left;
}

.nested-header {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 0;
    text-align: left;
    color: #555;
}

/* Animasyonun gerçekleştiği yer */
.accordion-content,
.nested-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
    /* İstediğin yumuşaklık */
}

/* İkon Değişimi */
.icon::after {
    content: '+';
    font-size: 20px;
}

/* ul.mega-menu.full-mega-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: -24%;
    height: 100%;
    width: 148%;
    background-color: #000;
    z-index: -1;
} */

#staticImage,
#hoverImage {
    width: 320px;
    opacity: 0;
    visibility: hidden;
    display: none;
    height: 0;
    transform: translateX(100%);
    transition: all .5s ease;
}

#staticImage.show,
#hoverImage.show {
    display: block;
    opacity: 1;
    visibility: visible;
    height: 300px;
    transform: translateX(0);
}

.main-menu ul>li.active>a::before {
    background: #fff;
    width: 100%;
    left: 0;
}

.accordion-header.active .icon::after {
    content: '—';
}

.nested-header.active .icon::after {
    content: '—';
}

/* Liste Elemanları */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding: 4px 0;
    color: #555;
    cursor: pointer;
}

.category-list li.active {
    color: #000;
    font-weight: 600;
}

.active-link {
    font-weight: bold;
    color: #000;
}

.nested-content ul {
    padding-left: 15px;
    border-left: 1px solid #eee;
    list-style: none;
}

.fancybox__backdrop {
    background-color: #fff !important;
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__infobar {
    color: #000 !important;
}

.duration-500 {
    transition-duration: 500ms;
}

.instagram-post-image {
    height: 25rem !important;
    object-fit: cover;
}

.list-instagram .item:hover>img {
    transform: translateZ(0) scale(1.04);
}

.list-instagram .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 1;
    transition: all ease 0.5s;
}

.list-instagram .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 1;
    transition: all ease 0.5s;
}

.list-instagram .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 1;
    transition: all ease 0.5s;
}

.list-instagram .icon {
    position: absolute;
    transition-duration: 500ms;
    background-color: #fff;
    border-radius: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    display: flex;
    z-index: 1;
    top: 50% !important;
    left: 50%;
    opacity: 0;
    visibility: hidden;
}

.list-instagram .item:hover .icon {
    opacity: 1;
    visibility: visible;
}


.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.after-none:after {
    content: none !important;
}