@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

.dropdown {
    position: relative;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-slide-in {
    animation: slide-in 3s ease-out;
}

.swiper {
    cursor: grab;
    user-select: none;
}

.swiper-slide {
    height: unset !important;
}

.sliderAlani {
    width: calc(100% - 0px);
    max-width: calc(1400px - 0px);
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0
}

.sliderAlaniBuyuk {
    width: 100%;
    height: auto;
    max-height: unset;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 20px
}

.sliderAlaniBuyuk .swiper-slide a {
    display: block
}

.sliderAlaniBuyuk .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: unset;
    border-radius: 20px
}

.sliderAlaniBuyuk .aNext {
    right: 30px;
    padding: 0;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: .2s
}

.sliderAlaniBuyuk .aPrev {
    left: 30px;
    padding: 0;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: .2s
}

.sliderAlaniBuyuk .aNext,
.sliderAlaniBuyuk .aPrev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    color: #4c4c4c;
    background: #fff;
    display: none;
    outline: none;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
    border-radius: 100%
}

.sliderAlaniBuyuk:hover .aNext,
.sliderAlaniBuyuk:hover .aPrev {
    display: block
}

.sliderAlaniBuyuk .aNext.swiper-button-disabled,
.sliderAlaniBuyuk .aPrev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.kolcu\:logo {
    width: 100px;

    max-width: 100%;

    height: auto;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu {
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu {
        display: block;
    }

    .desktop-menu {
        display: none;
    }

    .side-panel {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .side-panel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .side-panel a:hover {
        color: #f1f1f1;
    }

    .side-panel .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
}

.kolcu\:border {
    border-color: #bd9b6a;
}

.kolcu\:text {
    color: #bd9b6a;
}

.relative.group img {
    width: auto;
    height: auto;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.product-image-wrapper {
    aspect-ratio: 3 / 4;
    position: relative;
    display: block;
}

.product-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .product-image {
        height: 400px;
    }
}

.category-card {
    @apply relative rounded-lg overflow-hidden shadow-md;
    position: relative;
}

.category-card .emoji {
    @apply absolute text-3xl text-white;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.category-card::before,
.category-card::after {
    display: none;
}

.category-card img {
    @apply w-full h-auto object-cover;
}

.category-card .overlay {
    display: none;
}

.submenu-dropdown {
    position: relative;
    display: block;
    margin-right: 10px;
}

.main-menu {
    padding: 5px;
    cursor: pointer;
}

.submenu-items {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
}

.submenu-items a {
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #9d9d9d;
    margin-bottom: 2px;
    border-radius: 5px;
}

.submenu-items a:hover {
    background-color: #555;
}

.side-panel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.side-panel a {
    padding: 14px 20px;
    text-decoration: none;
    font-size: 1.1rem;
    color: #555;
    display: block;
    transition: 0.3s;
}

.side-panel .submenu-items {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.side-panel .submenu-items a {
    padding: 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #555;
}

.side-panel .submenu-items a:hover {
    background-color: #f5f5f5;
}

.side-panel .main-menu {
    padding: 15px 16px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background-color: #fff;
}

.side-panel .submenu-dropdown.active .main-menu {
    background-color: #f5f5f5;
}

.side-panel .submenu-dropdown .ph-caret-down {
    font-size: 1.5rem;
    color: #bd9b6a;
    transition: transform 0.3s ease-out;
}

.side-panel .submenu-dropdown.active .ph-caret-down {
    transform: rotate(180deg);
}

.bg-soft-pink {
    background-color: #f8e8ee;
}

.text-soft-gray {
    color: #777;
}

.category-title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 3.5rem; 
    color: #708069;
    font-weight: 400; 
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 1px; /* Harf aralığını ayarlayın */
  }