.michroma-regular {
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #fffaf5;
    font-family: sans-serif;
}

.category-title {
    margin-top: 50px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #4b4b3f;
}

.card img {
    height: 250px;
    object-fit: contain;
}

.category-title {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #4b4b3f;
}

.besley {
    font-family: "Besley", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.michroma-regular {
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.comic-relief-regular {
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
}

.comic-relief-bold {
    font-family: "Comic Relief", system-ui;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 768px) {
    .category-title {
        font-size: 20px;
        font-weight:bold;
    }
    .card img {
        height: 180px;
    }
    .card-title {
        font-size: 16px;
    }
    #carouselExampleSlidesOnly {
        /*display:none;*/
    }
    .card {
        max-width: 70%;
        align:center; 
        position:relative;
        left:55px;
    }
    .product-card {
        max-width:70%;
        position:relative;
        left:55px;
    }
 
}

.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 12px;
}

.card img {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

body {
    background: #faf9f6;
    font-family: 'Segoe UI', sans-serif;
}

.product-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    background: #ffffff;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.product-img {
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-img {
    transform: scale(1.03);
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.card-text {
    font-size: 0.9rem;
    color: #666;
}

.price-tag {
    font-weight: bold;
    font-size: 1rem;
    color: #28a745;
}

.btn-order {
    background-color: #6f42c1;
    color: white;
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 0.85rem;
    transition: background-color 0.3s ease;
}

.btn-order:hover {
    background-color: #5a32a3;
    color: #fff;
}

@media (max-width: 768px) {
    .product-img {
        height: 180px;
    }
}

.carousel-wrapper {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.product-card {
    flex: 0 0 calc(25% - 20px); /* 4 kart */
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.product-card:hover {
    transform: scale(1.02);
}

@media (max-width: 992px) {
    .product-card {
        flex: 0 0 calc(50% - 20px); /* Tablet: 2 kart */
    }
}

@media (max-width: 576px) {
    .product-card {
        flex: 0 0 100%; /* Mobil: 1 kart */
    }
}

.carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    padding: 8px 12px;
    font-size: 1.5rem;
    border-radius: 6px;
    cursor: pointer;
}

.carousel-btn.left {
    left: 10px;
}

.carousel-btn.right {
    right: 10px;
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.product-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    height: 100%;
    text-align: center;
    padding: 10px;
}

.product-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.price-tag {
    font-weight: bold;
    color: #28a745;
}

.btn-order {
    background-color: #6f42c1;
    color: white;
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 0.85rem;
}

.kayan-yazi-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.kayan-yazi {
    display: inline-block;
    padding-left: 100%;
    animation: kaydir 15s linear infinite;
    color: #5A827E;
    font-weight: BOLD;
    font-size: 1.2rem;
    opacity:0.5;
}

@keyframes kaydir {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.price-stack {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
    display: block;
}

.new-price {
    color: #5A827E;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
}

.product-card {
    text-align: center;
}

.product-slider .slick-arrow,
.product-slider .owl-nav,
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
    display: none !important;
}

.slick-prev, .slick-next {
    opacity: 0 !important;
    pointer-events: all !important;
    width: 20% !important;
}

.yazirengi {
    padding-bottom:15px;
    color:#5A827E;
    font-size: 1.7rem;
}

.btn-siparis {
    background: linear-gradient(45deg, #5A827E, #6B9E99);
    color: white !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(90, 130, 126, 0.3);
}

.btn-siparis:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(90, 130, 126, 0.4);
    background: linear-gradient(45deg, #6B9E99, #5A827E);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.btn-outline-primary {
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #5A827E;
    border-color: #5A827E;
    color: white;
}

.card-img-top {
    filter: brightness(0.95);
}

.card:hover .card-img-top {
    filter: brightness(1);
}

.card {
    background: #f8f9fa;
    box-shadow: 5px 5px 15px #d9d9d9, -5px -5px 15px #ffffff;
    border: none;
    border-radius: 15px;
}