/**
 * Flatsome Child Theme - All Section Styles
 * Organized by section type with clear separators
 */


/* ========================================================================
   CUSTOM HAMBURGER MENU ICON
   ======================================================================== */

/* Body scroll lock (sidebar açıkken) */
body.ripon-sidebar-open {
    overflow: hidden !important;
    height: 100vh !important;
}

/* Flatsome'un default hamburger ikonunu gizle (sadece mobilde) */
@media (max-width: 849px) {
    .mobile-nav [data-open="#main-menu"] {
        display: none !important;
    }
}

/* Custom Hamburger Wrapper */
.ripon-hamburger-wrapper {
    display: none;
}

@media (max-width: 849px) {
    .ripon-hamburger-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
}

/* Custom Hamburger Icon */
#ripon-nav-icon {
    width: 20px;
    height: 16px;
    position: relative;
    cursor: pointer;
    transition: .5s ease-in-out;
}

#ripon-nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    left: 0;
    transition: .25s ease-in-out;
}

#ripon-nav-icon span:nth-child(1) {
    top: 0px;
}

#ripon-nav-icon span:nth-child(2),
#ripon-nav-icon span:nth-child(3) {
    top: 7px;
}

#ripon-nav-icon span:nth-child(4) {
    top: 14px;
}

/* OPEN STATE - X animasyonu */
#ripon-nav-icon.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

#ripon-nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
}

#ripon-nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
}

#ripon-nav-icon.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%;
}

/* Desktop'ta gizle */
@media (min-width: 850px) {
    .ripon-hamburger-wrapper {
        display: none !important;
    }
}


/* ========================================================================
   COMPARISON TABLE SECTION
   ======================================================================== */

.comparison-section {
    width: 100%;
}

.comparison-section .comparison-header {
    text-align: center;
    margin-bottom: 42px;
}

.comparison-section .comparison-kicker {
    color: rgb(166, 9, 0) !important;
}

.comparison-section .comparison-title {
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
}

.comparison-wrapper {
    max-width: 734px;
    margin: 0 auto;
    position: relative;
    font-family: Recoleta !important;
    font-weight: 600;
}

/* Grid Layout - Row Based */
.comparison-wrapper .comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 16px;
    line-height: 1.2;
}

/* Grid Cells - Base */
.comparison-wrapper .grid-cell {
    padding: 17px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
}

/* No Border */
.comparison-wrapper .cell-no-border {
    border-bottom: none;
}

/* First Row Only - No Borders (Images) */
.comparison-wrapper .comparison-grid > .grid-cell:nth-child(-n+3) {
    border-bottom: none;
}

.comparison-wrapper .cell-image {
    padding: 17px;
    flex-direction: column;
    gap: 8px;
}

.comparison-wrapper .product-image {
    display: inline-block;
    width: auto;
    max-height: 100px;
    margin: 0;
    object-fit: contain;
}

.comparison-wrapper .product-title {
    font-size: 16px;
    margin-top: 8px;
    display: block;
    width: 100%;
    text-align: center;
}

.comparison-wrapper .cell-first-row {
    align-items: flex-start;
}

/* Middle Column (Premium Product) */
.comparison-wrapper .cell-middle {
    background: #DD221E;
    color: white;
    border-bottom: 1px solid #ff5b5b;
}

.comparison-wrapper .cell-middle.cell-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.comparison-wrapper .cell-middle.cell-bottom {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Left Column (Feature Names) */
.comparison-wrapper .cell-feature {
    text-transform: capitalize;
    justify-content: flex-start;
    text-align: left;
}

/* Right Column */
.comparison-wrapper .cell-right {
    /* Default styling */
}

/* Icon Wrappers */
.comparison-wrapper .icon-wrapper {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparison-wrapper .icon-check-wrapper {
    background: white;
}

.comparison-wrapper .icon-check-wrapper svg {
    width: 16px;
    height: 16px;
    stroke: #000000;
}

.comparison-wrapper .icon-cross-wrapper {
    background: #DD221E;
}

.comparison-wrapper .icon-cross-wrapper svg {
    width: 16px;
    height: 16px;
    stroke: white;
}

/* Bottom Text Cells */
.comparison-wrapper .cell-bottom,
.comparison-wrapper .cell-right.cell-no-border {
    font-size: 14px;
}

/* Responsive */
@media (min-width: 768px) {
    .comparison-wrapper .comparison-grid {
        font-size: 18px;
        line-height: 1.5;
    }

    .comparison-wrapper .product-image {
        max-height: 100px;
    }
}

@media (max-width: 767px) {
    .comparison-wrapper .grid-cell {
        font-size: 14px;
    }
}


/* ========================================================================
   TESTIMONIALS SECTION
   ======================================================================== */

.gurmeraw-testimonials-section {
    width: 100%;
    padding: 48px 0;
}

/* Flatsome tema stillerini eze */
.testimonial-content .splide__list,
.testimonial-images-wrapper .splide__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial-content .splide__slide,
.testimonial-images-wrapper .splide__slide {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    list-style: none;
}

/* Kicker Wrapper */
.gurmeraw-testimonials-section .kicker-wrapper {
    width: 100%;
}

/* Desktop Grid Layout */
@media (min-width: 969px) {
    .gurmeraw-testimonials-section {
        display: grid;
        grid-template-columns: 450px 1fr;
        grid-template-rows: auto 1fr;
        gap: 0 80px;
        align-items: start;
        max-width: 1310px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .gurmeraw-testimonials-section .kicker-wrapper {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 30px;
    }

    .gurmeraw-testimonials-section .container.content-container {
        grid-column: 1;
        grid-row: 2;
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .gurmeraw-testimonials-section .images-wrapper {
        grid-column: 2;
        grid-row: 1 / 3;
        max-width: none;
        padding: 0;
        margin: 0;
        align-self: center;
    }
}

/* Sol Sütun */
.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonial-content .splide {
    width: 100%;
}

.testimonial-content .splide__slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    text-align: left;
}

.subheading {
    font-size: 15px;
    font-weight: 900;
    color: var(--brand);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.stars {
    display: flex;
    gap: 5px;
}

.rating-stars {
    height: 16px;
    width: auto;
}

.testimonial-text {
    font-size: 32px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0 !important;
    font-family: 'Recoleta', serif;
}

.testimonial-text::before {
    content: '"';
}

.testimonial-text::after {
    content: '"';
}

.testimonial-author {
    margin-top: 10px;
    text-align: left;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-align: left;
    font-family: 'Recoleta', serif;
}

.author-title {
    font-size: 14px;
    color: var(--brand);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.navigation-arrows {
    display: flex;
}

.keen-arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

.keen-arrow:hover {
    background-color: #000;
}

.keen-arrow:hover svg path {
    stroke: white;
}

.keen-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
}

.keen-arrow svg path {
    stroke: #000;
    stroke-width: 2;
    transition: stroke 0.3s ease;
}

/* Sağ Sütun */
.testimonial-images-wrapper {
    width: 100%;
    overflow: hidden;
}

.testimonial-images-wrapper .splide {
    width: 100%;
    overflow: hidden;
}

.testimonial-images-wrapper .splide__track {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.testimonial-images-wrapper .splide__list {
    align-items: center;
}

.testimonial-images-wrapper .splide__slide {
    opacity: 1;
    transition: all 0.6s ease;
}

.testimonial-images-wrapper .splide__slide.is-active {
    opacity: 1;
    z-index: 10;
}

/* Desktop - Büyüyen görsel efekti */
@media (min-width: 969px) {
    .testimonial-images-wrapper .splide__slide:not(.is-active) .image-wrapper {
        width: 100%;
        max-width: 240px;
        height: 300px;
    }

    .testimonial-images-wrapper .splide__slide.is-active .image-wrapper {
        width: 100%;
        max-width: 280px;
        height: 380px;
    }
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.6s ease;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* Responsive - Mobile */
@media (max-width: 968px) {
    .gurmeraw-testimonials-section {
        display: flex;
        flex-direction: column;
        padding: 48px 0;
    }

    .gurmeraw-testimonials-section .kicker-wrapper {
        order: 0;
        max-width: 1310px;
        margin: 0 auto 30px auto;
        padding: 0 20px;
    }

    .gurmeraw-testimonials-section .container.content-container {
        max-width: 1310px;
        margin: 0 auto;
        padding: 0 20px;
        order: 2;
    }

    .gurmeraw-testimonials-section .images-wrapper {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0;
        order: 1;
        margin-bottom: 50px;
    }

    .testimonial-text {
        font-size: 24px;
    }

    .testimonial-images-wrapper {
        width: 100%;
        overflow: visible;
    }

    .testimonial-images-wrapper .splide__slide .image-wrapper {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .image-wrapper img {
        aspect-ratio: 3 / 4;
        height: auto;
        width: 100%;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .testimonial-text {
        font-size: 20px;
    }

    .testimonial-section {
        padding: 20px;
    }
}


/* ========================================================================
   TESTIMONIALS CARDS SECTION
   ======================================================================== */

.testimonials-cards-section {
    width: 100%;
    padding: 60px 0;
}

.testimonials-cards-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

/* Flatsome tema stillerini eze */
.testimonials-cards-slider .splide__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonials-cards-slider .splide__slide {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    list-style: none;
}

/* Single Slide with 2 Columns */
.testimonial-card-slide {
    display: flex;
}

.testimonial-card-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    width: 100%;
}

/* Left Column: Photo */
.testimonial-photo-column {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.testimonial-photo-wrapper {
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
}

.testimonial-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Column: Quote */
.testimonial-quote-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 8px;
}

.testimonial-quote-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    width: 100%;
}

.testimonial-stars {
    display: flex;
}

.quote-rating-stars {
    height: 16px;
    width: auto;
}

.testimonial-headline {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0;
    font-family: 'Recoleta', serif;
}

.testimonial-quote-text {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    font-family: 'Recoleta', serif;
}

.testimonial-author-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 0;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: 'Recoleta', serif;
}

.testimonial-badge {
    display: inline-block;
    padding: 6px 16px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    font-family: 'Recoleta', serif;
}

/* Splide Arrows Customization */
#testimonials-cards-slider .splide__arrows {
    position: relative;
}

#testimonials-cards-slider .splide__arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000;
    opacity: 1;
}

#testimonials-cards-slider .splide__arrow svg {
    fill: #000;
}

#testimonials-cards-slider .splide__arrow:hover {
    background: #000;
}

#testimonials-cards-slider .splide__arrow:hover svg {
    fill: #fff;
}

/* Bottom Heading */
.testimonials-cards-bottom {
    text-align: center;
    margin-top: 50px;
}

.testimonials-bottom-heading {
    font-size: 48px;
    font-weight: 700;
    color: #E8A87C;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    font-family: 'Recoleta', serif;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-headline {
        font-size: 20px;
    }

    .testimonial-quote-text {
        font-size: 13px;
    }

    .testimonials-bottom-heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .testimonials-cards-slider {
        padding: 0 20px;
    }

    .testimonial-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .testimonial-quote-column {
        padding: 20px;
    }

    .testimonial-headline {
        font-size: 18px;
    }

    .testimonial-quote-text {
        font-size: 12px;
    }

    .testimonial-name {
        font-size: 12px;
    }

    .testimonial-badge {
        font-size: 11px;
        padding: 5px 12px;
    }

    .testimonials-bottom-heading {
        font-size: 28px;
    }

    .testimonial-author-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


/* ========================================================================
   FAQ ACCORDION SECTION
   ======================================================================== */

/* Homepage FAQ Section */
.faq-section-homepage {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Tabbed FAQ Section */
.faq-section-tabbed {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title {
    font-family: Recoleta, serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.faq-subtitle {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.faq-link {
    color: #A60900;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}

.faq-link:hover {
    color: #A60900;
}

/* Tab Buttons */
.faq-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.faq-tab {
    padding: 14px 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #A60900;
    background-color: #fff;
    color: #A60900;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-tab:hover {
    background-color: #f5f5f5;
}

.faq-tab.active {
    background-color: #A60900;
    color: #fff;
}

/* Tab Content */
.faq-tab-content {
    display: none;
}

.faq-tab-content.active {
    display: block;
}

/* Original FAQ Accordion Styles */
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.faq-question:hover {
    opacity: 0.7;
}

.faq-question-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding-bottom: 24px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-title {
        font-size: 36px;
    }

    .faq-subtitle {
        font-size: 16px;
    }

    .faq-tabs {
        flex-direction: row;
        gap: 4px;
    }

    .faq-tab {
        padding: 12px 20px;
        flex: 1;
        font-size: 14px;
    }

    .faq-question-text {
        font-size: 16px;
    }

    .faq-answer-content {
        font-size: 15px;
    }
}


/* ========================================================================
   OZELLIKLER (FEATURES) SECTION
   ======================================================================== */

/* Features section styles will go here */


/* ========================================================================
   PRODUCT ACCORDION SECTION
   ======================================================================== */

/* Product accordion styles will go here */


/* ========================================================================
   CUSTOM SECTIONS
   ======================================================================== */

/* Add your custom section styles below */

/* ========================================================================
   PRODUCT BENEFITS SECTION
   ======================================================================== */

.product-benefits-section {
    background-color: transparent;
    padding: 80px 20px;
    text-align: center;
}

.product-benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

.product-benefits-headline {
    font-family: Recoleta, serif;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 1.1;
    margin-bottom: 30px;
    text-wrap: balance;
}

.product-benefits-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.product-benefits-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 800px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.benefit-icon {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #C80200;
    stroke-width: 2;
}

.benefit-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

/* Responsive */
@media (max-width: 991px) {
    .product-benefits-headline {
        font-size: 36px;
    }
    
    .product-benefits-icons {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .product-benefits-section {
        padding: 60px 20px;
    }
    
    .product-benefits-headline {
        font-size: 28px;
    }
    
    .product-benefits-description {
        font-size: 15px;
        margin-bottom: 40px;
    }
    
    .product-benefits-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .benefit-item {
        flex: 0 1 auto;
        min-width: 120px;
    }
}


/* ============================================
   INGREDIENTS ACCORDION SECTION
   ============================================ */

.ingredients-accordion-section {
    padding: 80px 20px;
    background: linear-gradient(to top, #ffffff 0%, #F5F2F0 50%);
}

.ingredients-accordion-section .container {
    max-width: 1310px;
    margin: 0 auto;
}

.section-headline {
    font-size: 48px;
    font-weight: 400;
    color: #4A3728;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.ingredients-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

/* Sol Sütun - Accordion Items */
.ingredients-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ingredient-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ingredient-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.ingredient-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
}

.ingredient-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ingredient-title {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #4A3728;
    margin: 0;
}

.toggle-btn {
    background: #4A3728;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: auto;
}

/* Artı-Eksi İkonu */
.plusminus {
    position: relative;
    width: 12px;
    height: 12px;
    display: block;
}

.plusminus::before,
.plusminus::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.35s ease;
    width: 12px;
    height: 2px;
    margin-left: -6px;
}

.plusminus::before {
    transform: translateY(-50%);
}

.plusminus::after {
    transform: translateY(-50%) rotate(90deg);
}

/* Aktif durum - dikey çizgi kaybolur (eksi olur) */
.ingredient-item.active .plusminus::before {
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
}

.ingredient-item.active .plusminus::after {
    transform: translateY(-50%) rotate(0);
}

/* Mobil responsive */
@media (max-width: 768px) {
    .toggle-btn {
        width: 28px;
        height: 28px;
    }

    .plusminus {
        width: 10px;
        height: 10px;
    }

    .plusminus::before,
    .plusminus::after {
        width: 10px;
        margin-left: -5px;
    }
}

.ingredient-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 24px;
}

.ingredient-item.active .ingredient-content {
    max-height: 500px;
    padding: 0 24px 24px 24px;
}

.ingredient-description {
    font-size: 15px;
    line-height: 1.6;
    color: #4A3728;
    margin: 0 0 16px 0;
}

.ingredient-benefit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F3E8D0;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #4A3728;
}

.ingredient-benefit svg {
    flex-shrink: 0;
}

/* Sağ Sütun - Görseller */
.ingredients-images {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 16px;
    overflow: hidden;
}

.ingredient-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ingredient-image.active {
    opacity: 1;
}

.ingredient-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
    .ingredients-accordion-section {
        padding: 60px 20px;
    }

    .section-headline {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .ingredients-wrapper {
        gap: 40px;
    }

    .ingredient-title {
        font-size: 18px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .ingredients-accordion-section {
        padding: 40px 20px;
    }

    .section-headline {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .ingredients-wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Mobilde görselleri gizle */
    .ingredients-images {
        display: none;
    }

    .ingredient-header {
        padding: 16px;
    }

    .ingredient-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    .ingredient-title {
        font-size: 16px;
    }

    .ingredient-item.active .ingredient-content {
        padding: 0 16px 16px 16px;
    }

    .ingredient-description {
        font-size: 14px;
    }

    .toggle-btn {
        width: 28px;
        height: 28px;
    }

    .plusminus {
        width: 10px;
        height: 10px;
    }

    .plusminus::before,
    .plusminus::after {
        width: 10px;
        margin-left: -5px;
    }
}


/* ========================================================================
   RIPON SIDEBAR - CUSTOM MOBILE MENU
   ======================================================================== */


/* Sidebar Container */
.ripon-sidebar {
    position: fixed;
    top: 107px; /* Header + top bar yüksekliği */
    left: -100%;
    width: 100%;
    height: calc(100vh - 107px);
    background-color: #fff;
    transition: left 0.3s ease;
    z-index: 9999;
    overflow: hidden; /* Alt menü slide için */
    -webkit-overflow-scrolling: touch;
}

.ripon-sidebar.active {
    left: 0;
}

/* Sidebar Nav - Slide Container */
.ripon-sidebar-nav {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Menu - Ana Menü */
.ripon-menu {
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 20px;
    transition: opacity 0.3s ease;
    background-color: #fff;
}

/* Ana menü item'ları gizlenir (sub menü açıldığında) - ACTIVE OLMAYAN item'lar */
.ripon-sidebar-nav.submenu-active .ripon-menu > .menu-item:not(.active),
.ripon-sidebar-nav.submenu-active .ripon-menu > .ripon-menu-item:not(.active) {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* İkincil menü de gizlenir */
.ripon-sidebar-nav.submenu-active .ripon-secondary-menu {
    opacity: 0;
    pointer-events: none;
    margin-bottom:0;
}

.ripon-menu-item,
.ripon-menu .menu-item {
    position: relative;
    border-bottom: 1px solid #ececec;
    margin-bottom:0;
}

.ripon-menu-item > a,
.ripon-menu .menu-item > a {
    display: block;
    padding: 16px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.ripon-menu-item > a:hover,
.ripon-menu .menu-item > a:hover {
    color: var(--primary-color, #e74c3c);
}

/* Has Submenu */
.ripon-menu-item.has-submenu,
.ripon-menu .menu-item-has-children {
    display: flex;
    align-items: center;
}

.ripon-menu-item.has-submenu > a,
.ripon-menu .menu-item-has-children > a {
    flex: 1;
}

/* Submenu Toggle Button (sağ ok) */
.submenu-toggle {
    width: 120px;
    height: auto;
    border: none;
    background: none;
    padding:0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    margin:0;
}

.submenu-toggle svg {
    color: #666;
}

/* Submenu - Sağdan sola slide */
.ripon-submenu,
.ripon-menu .sub-menu {
    position: fixed;
    top: 107px; /* Header yüksekliği */
    left: 100%; /* Sağda gizli */
    width: 100%;
    height: calc(100vh - 107px);
    list-style: none;
    margin: 0;
    padding: 16px;
    background-color: #fff;
    transition: left 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000; /* Ana menünün üstünde */
}

/* Sub menü aktif olunca sola kayar */
.ripon-menu-item.active .ripon-submenu,
.ripon-menu .menu-item.active .sub-menu {
    left: 0;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Sub menü header (Back button için) */
.ripon-submenu-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 2px solid #ececec;
}

.ripon-submenu-back {
    padding:0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    flex-shrink: 0;
    margin:0;
}

.ripon-submenu-back svg {
    color: #333;
}

.ripon-submenu-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    flex: 1;
}

/* Sub menü items */
.ripon-submenu li:not(.ripon-submenu-header),
.ripon-menu .sub-menu li {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom:0;
}

.ripon-submenu li a,
.ripon-menu .sub-menu li a {
    display: block;
    padding: 16px 0;
    color: #333;
    font-size: 15px;
    font-weight:600;
    text-decoration: none;
    transition: color 0.2s;
}

.ripon-submenu li a:hover,
.ripon-menu .sub-menu li a:hover {
    color: var(--primary-color, #e74c3c);
}

/* İkincil Menü (Secondary Menu) */
.ripon-secondary-menu {
    list-style: none;
    padding: 20px;
    margin-bottom:0;
    transition: opacity 0.3s ease;
}

.ripon-secondary-menu li {
    border-bottom: none;
    margin-bottom: 0;
}

.ripon-secondary-menu li a {
    display: block;
    padding: 4px 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s;
}

.ripon-secondary-menu li a:hover {
    color: var(--primary-color, #e74c3c);
}

/* Sosyal Medya İconları */
.ripon-social-media {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    padding:20px;
    transition: opacity 0.3s ease;
}

/* Sosyal medya iconları da gizlenir */
.ripon-sidebar-nav.submenu-active .ripon-social-media {
    opacity: 0;
    pointer-events: none;
}

.ripon-social-media a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #333;
    transition: all 0.2s;
}

.ripon-social-media a:hover {
    background-color: var(--primary-color, #e74c3c);
    color: #fff;
    transform: translateY(-2px);
}

/* Desktop - Sidebarı gizle */
@media (min-width: 850px) {
    .ripon-sidebar {
        display: none;
    }
}

