.elementor-15 .elementor-element.elementor-element-f676ff4{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-15 .elementor-element.elementor-element-11edfee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-b2f0833 img{border-radius:10px 10px 10px 10px;}.elementor-15 .elementor-element.elementor-element-85b0abf{--e-n-carousel-swiper-slides-to-display:1;--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-slide-height:auto;--e-n-carousel-slide-container-height:100%;--e-n-carousel-arrow-prev-left-align:0%;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-translate-y:-50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-next-right-align:0%;--e-n-carousel-arrow-next-translate-x:0%;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-translate-y:-50%;--e-n-carousel-arrow-next-top-position:0px;}.elementor-15 .elementor-element.elementor-element-1c33a96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-15 .elementor-element.elementor-element-28cb27b{--display:flex;}@media(max-width:1024px){.elementor-15 .elementor-element.elementor-element-85b0abf{--e-n-carousel-swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-85b0abf{--e-n-carousel-swiper-slides-to-display:1;}}/* Start custom CSS *//* Ana Wrapper */
.qr-menu-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

/* Accordion Yapısı */
.qr-accordion {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.qr-accordion__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #f9f9f9;
    font-weight: 700;
    font-size: 18px;
    list-style: none; /* Varsayılan oku gizler */
}
.qr-accordion__summary::-webkit-details-marker {
    display: none; /* Safari için oku gizler */
}

/* Kendi açılıp kapanma okumuz */
.qr-accordion__icon::after {
    content: '+';
    font-size: 24px;
    font-weight: 400;
}
.qr-accordion[open] .qr-accordion__icon::after {
    content: '-';
}

.qr-accordion__content {
    padding: 20px;
    border-top: 1px solid #eee;
}

/* Nav Pills (3. Seviye Kategori Butonları) */
.qr-nav-pills {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    /* Mobilde yatay kaydırma için */
    scrollbar-width: none; 
}
.qr-nav-pills::-webkit-scrollbar {
    display: none;
}

.qr-pill-btn {
    white-space: nowrap;
    padding: 8px 16px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}
.qr-pill-btn:hover {
    background: #ffca00; /* Gönderdiğin dosyalardaki tema rengin */
    color: #1a1a1a;
}

/* 3. Seviye Kategori Başlığı */
.qr-menu-section {
    margin-bottom: 30px;
    scroll-margin-top: 20px; /* Scroll yaparken yukarıda pay bırakır */
}
.qr-menu-section__title {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Ürün Grid ve Kartları */
.qr-product-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.qr-product-item {
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
}
.qr-product-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.qr-product-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.qr-product-item__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.qr-product-item__price {
    font-weight: 600;
    color: #1a1a1a;
}

.qr-product-item__desc {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}/* End custom CSS */