﻿/* =========================================================
   RAYMAN MERCEDES HEADER - FINAL
========================================================= */

:root {
    --rayman-red: #e30613;
    --rayman-red-dark: #bd0711;
    --rayman-black: #0d0f12;
    --rayman-black-soft: #15181c;
    --rayman-border: rgba(255, 255, 255, 0.12);
    --rayman-white: #ffffff;
    --rayman-text-soft: #b9bdc3;
    --rayman-green: #25d366;
    --rayman-container: 1400px;
}

/* =========================================================
   GENEL AYARLAR
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #1d2025;
}

button,
input {
    font: inherit;
}

button {
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rayman-container {
    width: min(calc(100% - 40px), var(--rayman-container));
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* =========================================================
   HEADER GENEL
========================================================= */

.rayman-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: var(--rayman-black);
    color: var(--rayman-white);
}

    .rayman-header a {
        color: inherit;
    }

/* =========================================================
   ÜST BİLGİ ALANI
========================================================= */

.rayman-topbar {
    min-height: 40px;
    background: #090a0c;
    border-bottom: 1px solid var(--rayman-border);
}

    .rayman-topbar .rayman-container {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

.rayman-topbar-left {
    display: flex;
    align-items: center;
    gap: 28px;
}

    .rayman-topbar-left a,
    .rayman-working-hours,
    .rayman-topbar-right {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #d6d8dc;
        font-size: 13px;
        line-height: 1.2;
        transition: color 0.25s ease;
    }

        .rayman-topbar-left a:hover {
            color: var(--rayman-white);
        }

.rayman-topbar i {
    color: var(--rayman-red);
    font-size: 13px;
}

.rayman-topbar-left a:nth-child(2) i {
    color: var(--rayman-green);
}

.rayman-topbar-right {
    justify-content: flex-end;
    text-align: right;
}

/* =========================================================
   ANA HEADER
========================================================= */

.rayman-header-main {
    position: relative;
    background: radial-gradient( circle at 75% 0%, rgba(227, 6, 19, 0.09), transparent 30% ), var(--rayman-black);
    border-bottom: 1px solid var(--rayman-border);
}

.rayman-header-row {
    min-height: 98px;
    display: grid;
    grid-template-columns: auto minmax(320px, 1fr) auto;
    align-items: center;
    gap: 40px;
}

/* =========================================================
   GÖRSEL LOGO
========================================================= */

.rayman-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    line-height: 0;
}

.rayman-logo-image {
    display: block;
    width: auto;
    height: 64px;
    max-width: 230px;
    object-fit: contain;
    object-position: left center;
}

/*
Logo siyah zemin üzerinde görünmüyorsa aşağıdaki bölümü aç:

.rayman-logo {
    padding: 7px 12px;
    background: #ffffff;
    border-radius: 8px;
}
*/

/* =========================================================
   MASAÜSTÜ ARAMA ALANI
========================================================= */

.rayman-search {
    width: 100%;
    height: 52px;
    display: flex;
    overflow: hidden;
    margin: 0;
    background: var(--rayman-white);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

    .rayman-search input {
        flex: 1;
        min-width: 0;
        height: 100%;
        border: 0;
        outline: none;
        padding: 0 20px;
        background: transparent;
        color: #17191d;
        font-size: 14px;
    }

        .rayman-search input::placeholder {
            color: #8b9098;
        }

        .rayman-search input:focus {
            outline: none;
        }

    .rayman-search button {
        width: 58px;
        height: 100%;
        flex: 0 0 58px;
        display: grid;
        place-items: center;
        border: 0;
        cursor: pointer;
        color: var(--rayman-white);
        background: linear-gradient( 135deg, var(--rayman-red), var(--rayman-red-dark) );
        font-size: 17px;
        transition: filter 0.25s ease, transform 0.25s ease;
    }

        .rayman-search button:hover {
            filter: brightness(1.08);
        }

        .rayman-search button:active {
            transform: scale(0.97);
        }

/* =========================================================
   MASAÜSTÜ İLETİŞİM BUTONLARI
========================================================= */

.rayman-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rayman-action {
    min-width: 175px;
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

    .rayman-action:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(255, 255, 255, 0.38);
    }

.rayman-action-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 18px;
}

.rayman-action-whatsapp .rayman-action-icon {
    color: var(--rayman-green);
    background: rgba(37, 211, 102, 0.12);
}

.rayman-action-phone .rayman-action-icon {
    color: var(--rayman-red);
    background: rgba(227, 6, 19, 0.12);
}

.rayman-action-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .rayman-action-text small {
        color: #d4d6da;
        font-size: 12px;
    }

    .rayman-action-text strong {
        color: var(--rayman-white);
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }

/* =========================================================
   NAVİGASYON
========================================================= */

.rayman-navigation {
    position: relative;
    background: var(--rayman-black-soft);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rayman-menu {
    min-height: 58px;
    display: flex;
    align-items: stretch;
    gap: 5px;
}

    .rayman-menu > li {
        position: relative;
        display: flex;
        align-items: stretch;
    }

        .rayman-menu > li > a,
        .rayman-submenu-toggle {
            position: relative;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 0 20px;
            border: 0;
            background: transparent;
            color: #e5e6e8;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: color 0.25s ease, background 0.25s ease;
        }

            .rayman-menu > li > a::after,
            .rayman-submenu-toggle::after {
                content: "";
                position: absolute;
                left: 20px;
                right: 20px;
                bottom: 0;
                height: 3px;
                border-radius: 3px 3px 0 0;
                background: var(--rayman-red);
                transform: scaleX(0);
                transform-origin: center;
                transition: transform 0.25s ease;
            }

        .rayman-menu > li:hover > a,
        .rayman-menu > li:hover > .rayman-submenu-toggle,
        .rayman-menu > li.active > a {
            color: var(--rayman-white);
            background: rgba(255, 255, 255, 0.035);
        }

            .rayman-menu > li:hover > a::after,
            .rayman-menu > li:hover > .rayman-submenu-toggle::after,
            .rayman-menu > li.active > a::after {
                transform: scaleX(1);
            }

        .rayman-menu > li.active > a {
            color: var(--rayman-red);
        }

.rayman-submenu-toggle i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

/* =========================================================
   ALT MENÜ
========================================================= */

.rayman-submenu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 50;
    width: 270px;
    margin: 0;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    background: var(--rayman-white);
    border: 1px solid #e9eaed;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.rayman-has-submenu:hover > .rayman-submenu,
.rayman-has-submenu.is-open > .rayman-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.rayman-has-submenu:hover > .rayman-submenu-toggle i,
.rayman-has-submenu.is-open > .rayman-submenu-toggle i {
    transform: rotate(180deg);
}

.rayman-submenu li + li {
    border-top: 1px solid #f0f1f3;
}

.rayman-submenu a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 43px;
    padding: 10px 14px 10px 18px;
    border-radius: 6px;
    color: #292d32;
    font-size: 14px;
    transition: color 0.25s ease, background 0.25s ease, padding-left 0.25s ease;
}

    .rayman-submenu a::before {
        content: "";
        position: absolute;
        left: 7px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--rayman-red);
        opacity: 0;
        transition: opacity 0.25s ease;
    }

    .rayman-submenu a:hover {
        padding-left: 24px;
        color: var(--rayman-red);
        background: #fff4f5;
    }

        .rayman-submenu a:hover::before {
            opacity: 1;
        }

/* =========================================================
   MOBİL ELEMANLAR
========================================================= */

.rayman-mobile-actions,
.rayman-mobile-search,
.rayman-mobile-contact {
    display: none;
}

/* =========================================================
   TABLET - 1200 PX
========================================================= */

@media (max-width: 1200px) {
    .rayman-header-row {
        grid-template-columns: auto minmax(260px, 1fr) auto;
        gap: 22px;
    }

    .rayman-logo-image {
        height: 58px;
        max-width: 205px;
    }

    .rayman-action {
        min-width: auto;
        width: 52px;
        height: 52px;
        padding: 0;
        justify-content: center;
    }

    .rayman-action-text {
        display: none;
    }

    .rayman-action-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .rayman-menu > li > a,
    .rayman-submenu-toggle {
        padding: 0 15px;
    }

        .rayman-menu > li > a::after,
        .rayman-submenu-toggle::after {
            left: 15px;
            right: 15px;
        }
}

/* =========================================================
   TABLET - 992 PX
========================================================= */

@media (max-width: 992px) {
    .rayman-topbar-right {
        display: none;
    }

    .rayman-topbar .rayman-container {
        justify-content: center;
    }

    .rayman-header-row {
        min-height: 84px;
        grid-template-columns: auto minmax(200px, 1fr) auto;
        gap: 18px;
    }

    .rayman-logo-image {
        height: 52px;
        max-width: 180px;
    }

    .rayman-search {
        height: 48px;
    }

    .rayman-menu > li > a,
    .rayman-submenu-toggle {
        padding: 0 11px;
        font-size: 13px;
    }
}

/* =========================================================
   MOBİL - 767 PX
========================================================= */

@media (max-width: 767px) {
    body.rayman-menu-open {
        overflow: hidden;
    }

    .rayman-container {
        width: min(calc(100% - 28px), var(--rayman-container));
    }

    .rayman-topbar {
        display: none;
    }

    .rayman-header-main {
        position: relative;
        z-index: 20;
    }

    .rayman-header-row {
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .rayman-logo {
        min-width: 0;
        max-width: calc(100% - 150px);
    }

    .rayman-logo-image {
        width: auto;
        height: 44px;
        max-width: 165px;
    }

    .rayman-search,
    .rayman-header-actions {
        display: none;
    }

    .rayman-mobile-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: auto;
        flex-shrink: 0;
    }

        .rayman-mobile-actions > a,
        .rayman-menu-toggle {
            width: 42px;
            height: 42px;
            display: grid;
            place-items: center;
            border-radius: 9px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.15);
            font-size: 18px;
            transition: background 0.25s ease, border-color 0.25s ease;
        }

    .rayman-mobile-whatsapp {
        color: var(--rayman-green) !important;
    }

    .rayman-mobile-phone {
        color: var(--rayman-red) !important;
    }

    .rayman-mobile-actions > a:hover,
    .rayman-menu-toggle:hover {
        background: rgba(255, 255, 255, 0.11);
        border-color: rgba(255, 255, 255, 0.28);
    }

    .rayman-menu-toggle {
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.15);
        cursor: pointer;
    }

        .rayman-menu-toggle span {
            position: absolute;
            left: 10px;
            width: 20px;
            height: 2px;
            border-radius: 2px;
            background: var(--rayman-white);
            transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
        }

            .rayman-menu-toggle span:nth-child(1) {
                top: 13px;
            }

            .rayman-menu-toggle span:nth-child(2) {
                top: 20px;
            }

            .rayman-menu-toggle span:nth-child(3) {
                top: 27px;
            }

        .rayman-menu-toggle.is-active span:nth-child(1) {
            top: 20px;
            transform: rotate(45deg);
        }

        .rayman-menu-toggle.is-active span:nth-child(2) {
            opacity: 0;
        }

        .rayman-menu-toggle.is-active span:nth-child(3) {
            top: 20px;
            transform: rotate(-45deg);
        }

    .rayman-navigation {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 15;
        overflow-y: auto;
        overscroll-behavior: contain;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-12px);
        background: #101216;
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }

        .rayman-navigation.is-open {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
        }

        .rayman-navigation .rayman-container {
            display: flex;
            flex-direction: column;
            padding-top: 18px;
            padding-bottom: 32px;
        }

    /* Mobil arama */

    .rayman-mobile-search {
        order: -2;
        width: 100%;
        height: 48px;
        display: flex;
        overflow: hidden;
        margin: 0 0 18px;
        background: var(--rayman-white);
        border-radius: 8px;
    }

        .rayman-mobile-search input {
            flex: 1;
            min-width: 0;
            height: 100%;
            border: 0;
            outline: none;
            padding: 0 15px;
            color: #22262b;
            font-size: 14px;
        }

        .rayman-mobile-search button {
            width: 50px;
            height: 100%;
            flex: 0 0 50px;
            display: grid;
            place-items: center;
            border: 0;
            cursor: pointer;
            color: var(--rayman-white);
            background: var(--rayman-red);
        }

    /* Mobil menü */

    .rayman-menu {
        display: block;
        width: 100%;
        min-height: auto;
    }

        .rayman-menu > li {
            display: block;
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        }

            .rayman-menu > li > a,
            .rayman-submenu-toggle {
                width: 100%;
                min-height: 53px;
                justify-content: space-between;
                padding: 0 5px;
                color: #f2f3f4;
                font-size: 15px;
                text-align: left;
            }

                .rayman-menu > li > a::after,
                .rayman-submenu-toggle::after {
                    display: none;
                }

            .rayman-menu > li:hover > a,
            .rayman-menu > li:hover > .rayman-submenu-toggle {
                background: transparent;
            }

            .rayman-menu > li.active > a {
                color: var(--rayman-red);
                background: transparent;
            }

    /* Mobil alt menü */

    .rayman-submenu {
        position: static;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.035);
        box-shadow: none;
        transition: max-height 0.35s ease, padding 0.35s ease;
    }

    .rayman-has-submenu.is-open > .rayman-submenu {
        max-height: 600px;
        padding: 6px 0 10px;
    }

    .rayman-submenu li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .rayman-submenu a {
        min-height: 44px;
        padding: 9px 10px 9px 20px;
        color: #c9ccd1;
        border-radius: 0;
    }

        .rayman-submenu a::before {
            left: 7px;
            opacity: 1;
        }

        .rayman-submenu a:hover {
            padding-left: 24px;
            color: var(--rayman-white);
            background: rgba(255, 255, 255, 0.045);
        }

    /* Mobil iletişim butonları */

    .rayman-mobile-contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 24px;
    }

        .rayman-mobile-contact a {
            min-height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px;
            border-radius: 8px;
            color: var(--rayman-white);
            font-size: 13px;
            font-weight: 700;
            text-align: center;
        }

    .rayman-mobile-contact-whatsapp {
        background: var(--rayman-green);
    }

    .rayman-mobile-contact-phone {
        background: var(--rayman-red);
    }
}

/* =========================================================
   KÜÇÜK MOBİL - 420 PX
========================================================= */

@media (max-width: 420px) {
    .rayman-container {
        width: min(calc(100% - 22px), var(--rayman-container));
    }

    .rayman-logo {
        max-width: calc(100% - 132px);
    }

    .rayman-logo-image {
        height: 39px;
        max-width: 135px;
    }

    .rayman-mobile-actions {
        gap: 5px;
    }

        .rayman-mobile-actions > a,
        .rayman-menu-toggle {
            width: 38px;
            height: 38px;
            border-radius: 8px;
            font-size: 16px;
        }

            .rayman-menu-toggle span {
                left: 9px;
                width: 18px;
            }

                .rayman-menu-toggle span:nth-child(1) {
                    top: 11px;
                }

                .rayman-menu-toggle span:nth-child(2) {
                    top: 18px;
                }

                .rayman-menu-toggle span:nth-child(3) {
                    top: 25px;
                }

            .rayman-menu-toggle.is-active span:nth-child(1),
            .rayman-menu-toggle.is-active span:nth-child(3) {
                top: 18px;
            }

    .rayman-navigation {
        top: 72px;
    }

    .rayman-mobile-contact {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   ÇOK KÜÇÜK EKRANLAR
========================================================= */

@media (max-width: 360px) {
    .rayman-logo-image {
        height: 35px;
        max-width: 112px;
    }

    .rayman-mobile-actions > a,
    .rayman-menu-toggle {
        width: 36px;
        height: 36px;
    }
}

/* =========================================================
   RAYMAN MERCEDES FOOTER
========================================================= */

.rayman-footer {
    position: relative;
    width: 100%;
    margin-top: 70px;
    background: #0d0f12;
    color: #ffffff;
}

    .rayman-footer a {
        color: inherit;
        text-decoration: none;
    }

    .rayman-footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

/* =========================================================
   FOOTER ÜST İLETİŞİM ALANI
========================================================= */

.rayman-footer-contact {
    position: relative;
    z-index: 2;
    background: #15181c;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.rayman-footer-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rayman-footer-contact-item {
    position: relative;
    min-height: 105px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 24px 25px;
}

    .rayman-footer-contact-item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 24px;
        right: 0;
        bottom: 24px;
        width: 1px;
        background: rgba(255, 255, 255, 0.1);
    }

.rayman-footer-contact-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(227, 6, 19, 0.13);
    border: 1px solid rgba(227, 6, 19, 0.22);
    font-size: 18px;
    transition: transform 0.25s ease, background 0.25s ease;
}

    .rayman-footer-contact-icon.whatsapp {
        color: #25d366;
        background: rgba(37, 211, 102, 0.1);
        border-color: rgba(37, 211, 102, 0.2);
    }

.rayman-footer-contact-item:hover .rayman-footer-contact-icon {
    transform: translateY(-3px);
    background: #e30613;
}

    .rayman-footer-contact-item:hover .rayman-footer-contact-icon.whatsapp {
        color: #ffffff;
        background: #25d366;
    }

.rayman-footer-contact-item > div {
    min-width: 0;
}

.rayman-footer-contact-item small {
    display: block;
    margin-bottom: 6px;
    color: #979ca4;
    font-size: 12px;
    line-height: 1.3;
}

.rayman-footer-contact-item a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-word;
    transition: color 0.25s ease;
}

    .rayman-footer-contact-item a:hover {
        color: #e30613;
    }

/* =========================================================
   ANA FOOTER
========================================================= */

.rayman-footer-main {
    position: relative;
    overflow: hidden;
    padding: 75px 0 65px;
    background: radial-gradient( circle at 10% 10%, rgba(227, 6, 19, 0.08), transparent 28% ), radial-gradient( circle at 95% 80%, rgba(227, 6, 19, 0.06), transparent 26% ), #0d0f12;
}

    .rayman-footer-main::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 600px;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(227, 6, 19, 0.55), transparent );
        transform: translateX(-50%);
    }

.rayman-footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr 0.75fr 1fr 1.15fr;
    gap: 55px;
}

/* =========================================================
   FOOTER LOGO VE AÇIKLAMA
========================================================= */

.rayman-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 23px;
    line-height: 0;
}

.rayman-footer-logo-image {
    display: block;
    width: auto;
    height: 70px;
    max-width: 250px;
    object-fit: contain;
    object-position: left center;
}

.rayman-footer-about > p {
    max-width: 390px;
    margin: 0;
    color: #aeb2b8;
    font-size: 14px;
    line-height: 1.85;
}

/*
Logo siyah zeminde görünmüyorsa aşağıdaki alanı aç:

.rayman-footer-logo {
    padding: 8px 14px;
    background: #ffffff;
    border-radius: 8px;
}
*/

/* =========================================================
   SOSYAL MEDYA
========================================================= */

.rayman-footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

    .rayman-footer-social a {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 8px;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.055);
        border: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 15px;
        transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    }

        .rayman-footer-social a:hover {
            color: #ffffff;
            background: #e30613;
            border-color: #e30613;
            transform: translateY(-3px);
        }

/* =========================================================
   FOOTER BAŞLIKLARI
========================================================= */

.rayman-footer-column h3 {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.3;
}

    .rayman-footer-column h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 42px;
        height: 3px;
        border-radius: 5px;
        background: #e30613;
    }

    .rayman-footer-column h3::after {
        content: "";
        position: absolute;
        left: 48px;
        bottom: 1px;
        width: 18px;
        height: 1px;
        background: rgba(227, 6, 19, 0.5);
    }

/* =========================================================
   FOOTER LİNKLER
========================================================= */

.rayman-footer-links {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .rayman-footer-links li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    }

        .rayman-footer-links li:last-child {
            border-bottom: 0;
        }

    .rayman-footer-links a {
        min-height: 39px;
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 8px 0;
        color: #aeb2b8;
        font-size: 14px;
        line-height: 1.4;
        transition: color 0.25s ease, padding-left 0.25s ease;
    }

        .rayman-footer-links a i {
            color: #e30613;
            font-size: 9px;
            transition: transform 0.25s ease;
        }

        .rayman-footer-links a:hover {
            padding-left: 6px;
            color: #ffffff;
        }

            .rayman-footer-links a:hover i {
                transform: translateX(3px);
            }

/* =========================================================
   FOOTER İLETİŞİM BİLGİLERİ
========================================================= */

.rayman-footer-info > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .rayman-footer-info > ul > li {
        display: flex;
        align-items: flex-start;
        gap: 13px;
    }

        .rayman-footer-info > ul > li > span {
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            display: grid;
            place-items: center;
            border-radius: 8px;
            color: #e30613;
            background: rgba(227, 6, 19, 0.1);
            border: 1px solid rgba(227, 6, 19, 0.16);
            font-size: 14px;
        }

        .rayman-footer-info > ul > li:nth-child(3) > span {
            color: #25d366;
            background: rgba(37, 211, 102, 0.09);
            border-color: rgba(37, 211, 102, 0.17);
        }

        .rayman-footer-info > ul > li > div {
            min-width: 0;
        }

.rayman-footer-info strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.rayman-footer-info p,
.rayman-footer-info a {
    margin: 0;
    color: #aeb2b8;
    font-size: 13px;
    line-height: 1.7;
    word-break: break-word;
    transition: color 0.25s ease;
}

    .rayman-footer-info a:hover {
        color: #e30613;
    }

/* =========================================================
   FOOTER ALT ALAN
========================================================= */

.rayman-footer-bottom {
    background: #090a0c;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

    .rayman-footer-bottom .rayman-container {
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

    .rayman-footer-bottom p {
        margin: 0;
        color: #858a92;
        font-size: 12px;
        line-height: 1.5;
    }

.rayman-footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

    .rayman-footer-bottom-links a {
        position: relative;
        padding: 5px 14px;
        color: #858a92;
        font-size: 12px;
        line-height: 1.4;
        transition: color 0.25s ease;
    }

        .rayman-footer-bottom-links a:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 1px;
            height: 12px;
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-50%);
        }

        .rayman-footer-bottom-links a:last-child {
            padding-right: 0;
        }

        .rayman-footer-bottom-links a:hover {
            color: #ffffff;
        }

/* =========================================================
   SABİT WHATSAPP VE TELEFON BUTONLARI
========================================================= */

.rayman-fixed-contact {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 950;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .rayman-fixed-contact a {
        min-width: 150px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 0 16px;
        border-radius: 9px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 750;
        text-decoration: none;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
        transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
    }

        .rayman-fixed-contact a:hover {
            transform: translateY(-3px);
            filter: brightness(1.05);
            box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
        }

    .rayman-fixed-contact i {
        width: 24px;
        font-size: 19px;
        text-align: center;
    }

.rayman-fixed-whatsapp {
    background: #25d366;
}

.rayman-fixed-phone {
    background: #e30613;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {
    .rayman-footer-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rayman-footer-contact-item:nth-child(2)::after {
        display: none;
    }

    .rayman-footer-contact-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .rayman-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px 60px;
    }
}

/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 767px) {
    .rayman-footer {
        margin-top: 50px;
        padding-bottom: 65px;
    }

    .rayman-footer-contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rayman-footer-contact-item {
        min-height: 102px;
        gap: 11px;
        padding: 18px 14px;
    }

        .rayman-footer-contact-item:nth-child(2)::after {
            display: none;
        }

        .rayman-footer-contact-item:nth-child(3)::after {
            display: block;
        }

        .rayman-footer-contact-item:nth-child(-n + 2) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

    .rayman-footer-contact-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 15px;
    }

    .rayman-footer-contact-item small {
        font-size: 10px;
    }

    .rayman-footer-contact-item a {
        font-size: 12px;
    }

    .rayman-footer-main {
        padding: 55px 0 45px;
    }

    .rayman-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px 25px;
    }

    .rayman-footer-about {
        grid-column: 1 / -1;
    }

    .rayman-footer-logo-image {
        height: 58px;
        max-width: 215px;
    }

    .rayman-footer-about > p {
        max-width: 100%;
        font-size: 13px;
    }

    .rayman-footer-column h3 {
        margin-bottom: 21px;
        font-size: 15px;
    }

    .rayman-footer-links a {
        font-size: 13px;
    }

    .rayman-footer-info {
        grid-column: 1 / -1;
    }

        .rayman-footer-info > ul {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px;
        }

    .rayman-footer-bottom .rayman-container {
        min-height: auto;
        flex-direction: column;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .rayman-footer-bottom-links {
        justify-content: center;
    }

    .rayman-fixed-contact {
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

        .rayman-fixed-contact a {
            min-width: 0;
            height: 58px;
            justify-content: center;
            padding: 0 10px;
            border-radius: 0;
            box-shadow: 0 -5px 18px rgba(0, 0, 0, 0.14);
        }
}

/* =========================================================
   KÜÇÜK MOBİL
========================================================= */

@media (max-width: 480px) {
    .rayman-footer-contact-grid {
        grid-template-columns: 1fr;
    }

    .rayman-footer-contact-item {
        min-height: 82px;
        padding: 15px 4px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

        .rayman-footer-contact-item::after {
            display: none !important;
        }

        .rayman-footer-contact-item:last-child {
            border-bottom: 0;
        }

    .rayman-footer-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .rayman-footer-about,
    .rayman-footer-info {
        grid-column: auto;
    }

    .rayman-footer-logo-image {
        height: 52px;
        max-width: 190px;
    }

    .rayman-footer-info > ul {
        grid-template-columns: 1fr;
    }

    .rayman-footer-bottom-links {
        gap: 6px 0;
    }

        .rayman-footer-bottom-links a {
            padding: 4px 8px;
            font-size: 11px;
        }

            .rayman-footer-bottom-links a:not(:last-child)::after {
                display: none;
            }

    .rayman-fixed-contact a {
        font-size: 12px;
    }

    .rayman-fixed-contact i {
        font-size: 17px;
    }
}

/* =========================================================
   ÇOK KÜÇÜK EKRAN
========================================================= */

@media (max-width: 360px) {
    .rayman-fixed-contact a span {
        font-size: 11px;
    }

    .rayman-footer-contact-item a {
        font-size: 11px;
    }
}

/* =========================================================
   RAYMAN ANA SAYFA ORTA ALAN
========================================================= */

.rayman-main {
    width: 100%;
    overflow: hidden;
    background: #f5f6f8;
}

    .rayman-main a {
        text-decoration: none;
    }

    .rayman-main img {
        display: block;
        max-width: 100%;
    }

.rayman-section {
    padding: 75px 0;
}

/* =========================================================
   ÜST MAĞAZA ALANI
========================================================= */

.rayman-storefront {
    padding: 28px 0 45px;
    background: #f5f6f8;
}

.rayman-storefront-grid {
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr) 245px;
    gap: 20px;
}

/* =========================================================
   SOL MARKA MENÜSÜ
========================================================= */

.rayman-brand-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rayman-sidebar-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(17, 24, 39, 0.04);
}

.rayman-sidebar-title {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: #ffffff;
    background: #e30613;
}

    .rayman-sidebar-title span {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.rayman-brand-list li {
    border-bottom: 1px solid #eef0f3;
}

.rayman-brand-list a {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 15px;
    color: #30343a;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.25s ease, background 0.25s ease, padding-left 0.25s ease;
}

    .rayman-brand-list a > span {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }



    .rayman-brand-list a > i {
        color: #a7abb2;
        font-size: 9px;
    }

    .rayman-brand-list a:hover {
        padding-left: 20px;
        color: #e30613;
        background: #fff5f5;
    }

        .rayman-brand-list a:hover > i {
            color: #e30613;
        }

.rayman-sidebar-all {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    color: #e30613;
    font-size: 13px;
    font-weight: 750;
    background: #fffafa;
}

.rayman-sidebar-support {
    position: relative;
    overflow: hidden;
    padding: 27px 22px;
    color: #ffffff;
    background: radial-gradient( circle at 100% 0%, rgba(227, 6, 19, 0.3), transparent 42% ), #111318;
    border-radius: 10px;
}

    .rayman-sidebar-support::after {
        content: "";
        position: absolute;
        right: -35px;
        bottom: -55px;
        width: 140px;
        height: 140px;
        border: 25px solid rgba(255, 255, 255, 0.035);
        border-radius: 50%;
    }

.rayman-support-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    color: #ffffff;
    background: #e30613;
    border-radius: 10px;
    font-size: 19px;
}

.rayman-support-label {
    color: #e30613;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rayman-sidebar-support h3 {
    margin: 8px 0 10px;
    font-size: 20px;
    line-height: 1.3;
}

.rayman-sidebar-support p {
    margin: 0;
    color: #aeb2b9;
    font-size: 13px;
    line-height: 1.7;
}

.rayman-sidebar-support a {
    position: relative;
    z-index: 2;
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    padding: 0 16px;
    color: #ffffff;
    background: #25d366;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 750;
}

/* =========================================================
   HERO SLIDER
========================================================= */

.rayman-hero {
    min-width: 0;
}

.raymanHeroSlider {
    overflow: hidden;
    border-radius: 12px;
    background: #111318;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.12);
}

.rayman-hero-slide {
    position: relative;
    min-height: 470px;
    overflow: hidden;
}

.rayman-hero-background,
.rayman-hero-background img,
.rayman-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

    .rayman-hero-background img {
        object-fit: cover;
    }

.rayman-hero-overlay {
    background: linear-gradient( 90deg, rgba(8, 10, 13, 0.9) 0%, rgba(8, 10, 13, 0.68) 43%, rgba(8, 10, 13, 0.12) 78% );
}

.rayman-hero-content {
    position: relative;
    z-index: 2;
    max-width: 570px;
    padding: 80px 58px 95px;
    color: #ffffff;
}

.rayman-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

    .rayman-hero-kicker::before {
        content: "";
        width: 28px;
        height: 3px;
        border-radius: 3px;
        background: #e30613;
    }

.rayman-hero-content h1,
.rayman-hero-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 55px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.6px;
}

    .rayman-hero-content h1 strong,
    .rayman-hero-content h2 strong {
        display: block;
        color: #e30613;
    }

.rayman-hero-content p {
    max-width: 510px;
    margin: 22px 0 0;
    color: #d4d6da;
    font-size: 15px;
    line-height: 1.8;
}

.rayman-hero-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
}

    .rayman-hero-buttons a {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 0 20px;
        border-radius: 7px;
        font-size: 13px;
        font-weight: 750;
        transition: transform 0.25s ease, background 0.25s ease;
    }

.rayman-primary-button {
    color: #ffffff;
    background: #e30613;
}

.rayman-whatsapp-button {
    color: #ffffff;
    background: #25d366;
}

.rayman-outline-button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.06);
}

.rayman-hero-buttons a:hover {
    transform: translateY(-3px);
}

.rayman-slider-button {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
    transform: translateY(-50%);
    transition: background 0.25s ease, opacity 0.25s ease;
}

.rayman-hero-prev {
    left: 16px;
}

.rayman-hero-next {
    right: 16px;
}

.rayman-slider-button:hover {
    background: #e30613;
}

.rayman-hero-pagination {
    bottom: 22px !important;
}

    .rayman-hero-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #ffffff;
        opacity: 0.5;
    }

    .rayman-hero-pagination .swiper-pagination-bullet-active {
        width: 28px;
        border-radius: 6px;
        background: #e30613;
        opacity: 1;
    }

/* =========================================================
   HERO AVANTAJLARI
========================================================= */

.rayman-hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #e7e9ed;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.rayman-hero-feature {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
}

    .rayman-hero-feature:not(:last-child) {
        border-right: 1px solid #eceef1;
    }

    .rayman-hero-feature > i {
        width: 41px;
        height: 41px;
        flex: 0 0 41px;
        display: grid;
        place-items: center;
        color: #e30613;
        background: #fff2f3;
        border-radius: 9px;
        font-size: 16px;
    }

    .rayman-hero-feature span {
        color: #8a8f97;
        font-size: 11px;
        line-height: 1.5;
    }

    .rayman-hero-feature strong {
        display: block;
        color: #202329;
        font-size: 12px;
    }

/* =========================================================
   SAĞ KAMPANYALAR
========================================================= */

.rayman-promo-column {
    display: grid;
    gap: 15px;
}

.rayman-small-promo {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border-radius: 10px;
    background: #111318;
}

    .rayman-small-promo > img,
    .rayman-small-promo-overlay {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .rayman-small-promo > img {
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.rayman-small-promo-overlay {
    background: linear-gradient( 90deg, rgba(7, 9, 12, 0.9), rgba(7, 9, 12, 0.35) );
}

.rayman-small-promo-content {
    position: relative;
    z-index: 2;
    max-width: 185px;
    padding: 25px 20px;
    color: #ffffff;
}

    .rayman-small-promo-content span {
        color: #e30613;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .rayman-small-promo-content h3 {
        margin: 7px 0 18px;
        font-size: 19px;
        line-height: 1.25;
    }

    .rayman-small-promo-content a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #ffffff;
        font-size: 11px;
        font-weight: 750;
    }

.rayman-small-promo:hover > img {
    transform: scale(1.06);
}

/* =========================================================
   BÖLÜM BAŞLIKLARI
========================================================= */

.rayman-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
}

.rayman-section-kicker {
    display: block;
    margin-bottom: 8px;
    color: #e30613;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.rayman-section-heading h2 {
    margin: 0;
    color: #171a1f;
    font-size: 29px;
    line-height: 1.25;
}

.rayman-section-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e30613;
    font-size: 13px;
    font-weight: 750;
}

/* =========================================================
   KATEGORİLER
========================================================= */

.rayman-categories-section {
    background: #ffffff;
}

.rayman-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 15px;
}

.rayman-category-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 20px 16px 18px;
    color: #1d2025;
    background: #f7f8fa;
    border: 1px solid #e8eaee;
    border-radius: 10px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

    .rayman-category-card::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 3px;
        background: #e30613;
        transform: scaleX(0);
        transition: transform 0.25s ease;
    }

.rayman-category-image {
    height: 110px;
    display: grid;
    place-items: center;
}


.rayman-category-content {
    padding-top: 17px;
    text-align: center;
}

    .rayman-category-content h3 {
        margin: 0 0 6px;
        font-size: 14px;
    }

    .rayman-category-content span {
        color: #8d929a;
        font-size: 11px;
    }

.rayman-category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(227, 6, 19, 0.25);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

    .rayman-category-card:hover::after {
        transform: scaleX(1);
    }



/* =========================================================
   ÜRÜNLER
========================================================= */

.rayman-products-section {
    background: #f5f6f8;
}

.rayman-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.rayman-product-card {
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 11px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

    .rayman-product-card:hover {
        transform: translateY(-5px);
        border-color: rgba(227, 6, 19, 0.22);
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    }

.rayman-product-image {
    position: relative;
    height: 225px;
    overflow: hidden;
    background: #f8f9fa;
}

    .rayman-product-image > a {
        width: 100%;
        height: 100%;
        display: grid;
        place-items: center;
        padding: 20px;
    }

    .rayman-product-image img {
        max-width: 100%;
        max-height: 185px;
        object-fit: contain;
        transition: transform 0.35s ease;
    }

.rayman-product-card:hover .rayman-product-image img {
    transform: scale(1.06);
}

.rayman-product-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    padding: 6px 9px;
    color: #ffffff;
    background: #e30613;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

    .rayman-product-badge.new {
        background: #181b20;
    }

.rayman-product-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid #e6e8ec;
    border-radius: 50%;
    cursor: pointer;
    color: #6f747c;
    background: #ffffff;
    transition: color 0.25s ease, border-color 0.25s ease;
}

    .rayman-product-favorite:hover,
    .rayman-product-favorite.is-active {
        color: #e30613;
        border-color: #e30613;
    }

.rayman-product-content {
    padding: 18px;
    border-top: 1px solid #eff0f2;
}

.rayman-product-category {
    display: block;
    margin-bottom: 7px;
    color: #e30613;
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
}

.rayman-product-content h3 {
    min-height: 42px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

    .rayman-product-content h3 a {
        color: #202329;
    }

.rayman-product-code {
    margin: 9px 0 16px;
    color: #8a8f97;
    font-size: 11px;
}

.rayman-product-actions {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
}

    .rayman-product-actions a,
    .rayman-product-actions button {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 11px;
        font-weight: 750;
    }

.rayman-product-detail {
    color: #383c43;
    background: #f3f4f6;
    border: 1px solid #e6e8eb;
}

.rayman-product-whatsapp {
    border: 0;
    color: #ffffff;
    background: #25d366;
}

/* =========================================================
   KAMPANYA BANNERLARI
========================================================= */

.rayman-campaign-section {
    padding-top: 10px;
    background: #f5f6f8;
}

.rayman-campaign-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.rayman-campaign-card {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 13px;
}

.rayman-campaign-content {
    position: relative;
    z-index: 2;
    width: 58%;
    padding: 40px;
}

    .rayman-campaign-content > span {
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .rayman-campaign-content h2 {
        margin: 10px 0 12px;
        font-size: 27px;
        line-height: 1.25;
    }

    .rayman-campaign-content p {
        margin: 0;
        font-size: 13px;
        line-height: 1.7;
    }

    .rayman-campaign-content a {
        min-height: 43px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 22px;
        padding: 0 17px;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 750;
    }

.rayman-campaign-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 95%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .rayman-campaign-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.rayman-campaign-red {
    color: #ffffff;
    background: linear-gradient(120deg, #9d0009, #e30613);
}

    .rayman-campaign-red .rayman-campaign-content > span {
        color: #ffffff;
    }

    .rayman-campaign-red .rayman-campaign-content p {
        color: rgba(255, 255, 255, 0.78);
    }

    .rayman-campaign-red .rayman-campaign-content a {
        color: #e30613;
        background: #ffffff;
    }

.rayman-campaign-light {
    color: #1b1e23;
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

    .rayman-campaign-light .rayman-campaign-content > span {
        color: #e30613;
    }

    .rayman-campaign-light .rayman-campaign-content p {
        color: #777c84;
    }

    .rayman-campaign-light .rayman-campaign-content a {
        color: #ffffff;
        background: #25d366;
    }

/* =========================================================
   YENİ ÜRÜNLER
========================================================= */

.rayman-new-products-section {
    background: #ffffff;
}

.raymanNewProducts {
    position: relative;
    overflow: visible;
}

.rayman-mini-product {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e7e9ed;
    border-radius: 10px;
}

.rayman-mini-product-image {
    height: 150px;
    display: grid;
    place-items: center;
    padding: 15px;
    background: #f8f9fa;
}

    .rayman-mini-product-image img {
        max-width: 100%;
        max-height: 125px;
        object-fit: contain;
    }

.rayman-mini-product-content {
    padding: 15px;
    border-top: 1px solid #eceef1;
}

    .rayman-mini-product-content h3 {
        margin: 0;
        font-size: 14px;
    }

        .rayman-mini-product-content h3 a {
            color: #202329;
        }

    .rayman-mini-product-content p {
        margin: 7px 0 12px;
        color: #92969d;
        font-size: 10px;
    }

    .rayman-mini-product-content button {
        width: 100%;
        min-height: 36px;
        border: 0;
        border-radius: 6px;
        cursor: pointer;
        color: #ffffff;
        background: #e30613;
        font-size: 11px;
        font-weight: 750;
    }

.rayman-new-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid #e4e6ea;
    border-radius: 50%;
    cursor: pointer;
    color: #22252a;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(15, 23, 42, 0.1);
    transform: translateY(-50%);
}

.rayman-new-prev {
    left: -18px;
}

.rayman-new-next {
    right: -18px;
}

/* =========================================================
   NEDEN BİZ
========================================================= */

.rayman-benefits-section {
    padding: 50px 0;
    background: #111318;
}

.rayman-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rayman-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 12px 28px;
}

    .rayman-benefit-card:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .rayman-benefit-card > span {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        display: grid;
        place-items: center;
        color: #ffffff;
        background: #e30613;
        border-radius: 10px;
        font-size: 18px;
    }

    .rayman-benefit-card h3 {
        margin: 2px 0 7px;
        color: #ffffff;
        font-size: 15px;
    }

    .rayman-benefit-card p {
        margin: 0;
        color: #9fa4ac;
        font-size: 11px;
        line-height: 1.7;
    }

/* =========================================================
   MARKALAR
========================================================= */

.rayman-partner-section {
    background: #ffffff;
}

.rayman-partner-card {
    height: 100px;
    display: grid;
    place-items: center;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 9px;
}

    .rayman-partner-card img {
        max-width: 125px;
        max-height: 55px;
        object-fit: contain;
        filter: grayscale(1);
        opacity: 0.68;
        transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
    }

    .rayman-partner-card:hover img {
        filter: grayscale(0);
        opacity: 1;
        transform: scale(1.06);
    }

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
    .rayman-storefront-grid {
        grid-template-columns: 210px minmax(0, 1fr);
    }

    .rayman-promo-column {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, 1fr);
    }

    .rayman-small-promo {
        min-height: 190px;
    }

    .rayman-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .rayman-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .rayman-storefront-grid {
        grid-template-columns: 1fr;
    }

    .rayman-brand-sidebar {
        display: none;
    }

    .rayman-hero-slide {
        min-height: 440px;
    }

    .rayman-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .rayman-campaign-grid {
        grid-template-columns: 1fr;
    }

    .rayman-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
    }

    .rayman-benefit-card:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .rayman-section {
        padding: 55px 0;
    }

    .rayman-storefront {
        padding-top: 15px;
    }

    .rayman-hero-slide {
        min-height: 510px;
    }

    .rayman-hero-overlay {
        background: linear-gradient( 180deg, rgba(8, 10, 13, 0.82), rgba(8, 10, 13, 0.72) );
    }

    .rayman-hero-content {
        max-width: 100%;
        padding: 62px 25px 105px;
    }

        .rayman-hero-content h1,
        .rayman-hero-content h2 {
            font-size: 35px;
        }

        .rayman-hero-content p {
            font-size: 13px;
        }

    .rayman-slider-button {
        display: none;
    }

    .rayman-hero-features {
        grid-template-columns: 1fr;
    }

    .rayman-hero-feature:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #eceef1;
    }

    .rayman-promo-column {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

        .rayman-promo-column::-webkit-scrollbar {
            display: none;
        }

    .rayman-small-promo {
        min-width: 82%;
        min-height: 190px;
        scroll-snap-align: start;
    }

    .rayman-section-heading {
        align-items: center;
        margin-bottom: 24px;
    }

        .rayman-section-heading h2 {
            font-size: 24px;
        }

    .rayman-section-link {
        font-size: 11px;
    }

    .rayman-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 11px;
    }

    .rayman-category-card {
        padding: 16px 10px;
    }

    .rayman-category-image {
        height: 90px;
    }

    .rayman-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .rayman-product-image {
        height: 170px;
    }

        .rayman-product-image > a {
            padding: 13px;
        }

        .rayman-product-image img {
            max-height: 140px;
        }

    .rayman-product-content {
        padding: 13px;
    }

        .rayman-product-content h3 {
            min-height: 38px;
            font-size: 13px;
        }

    .rayman-product-code {
        font-size: 9px;
    }

    .rayman-product-actions {
        grid-template-columns: 1fr;
    }

    .rayman-product-detail {
        display: none !important;
    }

    .rayman-campaign-card {
        min-height: 390px;
        align-items: flex-start;
    }

    .rayman-campaign-content {
        width: 100%;
        padding: 28px;
    }

        .rayman-campaign-content h2 {
            max-width: 300px;
            font-size: 23px;
        }

        .rayman-campaign-content p {
            max-width: 270px;
        }

    .rayman-campaign-image {
        width: 65%;
        height: 50%;
    }

    .rayman-new-arrow {
        display: none;
    }

    .rayman-benefits-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .rayman-benefit-card {
        padding: 22px 0;
    }

        .rayman-benefit-card:not(:last-child) {
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
}

@media (max-width: 420px) {
    .rayman-hero-content h1,
    .rayman-hero-content h2 {
        font-size: 30px;
    }

    .rayman-hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

        .rayman-hero-buttons a {
            width: 100%;
        }

    .rayman-category-content h3 {
        font-size: 12px;
    }

    .rayman-product-image {
        height: 145px;
    }

        .rayman-product-image img {
            max-height: 115px;
        }

    .rayman-product-badge {
        top: 8px;
        left: 8px;
        padding: 5px 6px;
        font-size: 7px;
    }

    .rayman-product-favorite {
        top: 7px;
        right: 7px;
        width: 29px;
        height: 29px;
        font-size: 11px;
    }

    .rayman-product-category {
        font-size: 8px;
    }

    .rayman-product-whatsapp {
        font-size: 10px !important;
    }
}
/* =========================================================
   RAYMAN MARKALAR MENÜSÜ - FINAL
   Sprite: img/markalarcss.png
   Görsel ölçüsü: 1024 × 1536 px
========================================================= */

.rayman-sidebar-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e3e6eb;
    border-radius: 11px;
    box-shadow: 0 8px 25px rgba(17, 24, 39, 0.05);
}

/* =========================================================
   BAŞLIK
========================================================= */

.rayman-sidebar-title {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    color: #ffffff;
    background: #e30613;
}

    .rayman-sidebar-title span {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

    .rayman-sidebar-title > i {
        font-size: 12px;
    }

/* =========================================================
   MARKA LİSTESİ
========================================================= */

.rayman-brand-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .rayman-brand-list li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #e7eaee;
    }

        .rayman-brand-list li:last-child {
            border-bottom: 0;
        }

        .rayman-brand-list li > a {
            width: 100%;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 0 13px;
            color: #171a1f;
            background: #ffffff;
            font-size: 13px;
            font-weight: 650;
            line-height: 1.2;
            text-decoration: none;
            transition: color 0.25s ease, background 0.25s ease, padding-left 0.25s ease;
        }

.rayman-brand-name {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* =========================================================
   SPRITE LOGO ALANI
========================================================= */

.rayman-sidebar-brand-logo {
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    height: 34px !important;
    flex: 0 0 62px !important;
    display: block !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: url("../img/markalarcss.png") !important;
    background-repeat: no-repeat !important;
    background-size: 287px 430px !important;
    background-position-x: center !important;
}

/*
CSS kodu doğrudan HTML veya ASPX içindeyse:

background-image: url("img/markalarcss.png") !important;
*/

/* =========================================================
   LOGO KONUMLARI
========================================================= */

/* Mercedes-Benz */
.brand-logo-mercedes {
    background-position: center -8px !important;
}

/* MAN */
.brand-logo-man {
    background-position: center -43px !important;
}

/* Volvo */
.brand-logo-volvo {
    background-position: center -82px !important;
}

/* Scania */
.brand-logo-scania {
    background-position: center -123px !important;
}

/* Iveco */
.brand-logo-iveco {
    background-position: center -161px !important;
}

/* Renault Trucks */
.brand-logo-renault {
    background-position: center -198px !important;
}

/* DAF */
.brand-logo-daf {
    background-position: center -230px !important;
}

/* Ford Trucks */
.brand-logo-ford {
    background-position: center -258px !important;
}

/* BMC */
.brand-logo-bmc {
    background-position: center -288px !important;
}

/* Temsa */
.brand-logo-temsa {
    background-position: center -322px !important;
}

/* Otokar */
.brand-logo-otokar {
    background-position: center -356px !important;
}

/* =========================================================
   SAĞ OK
========================================================= */

.rayman-brand-list li > a > i {
    flex: 0 0 auto;
    margin-left: auto;
    color: #adb3bc;
    font-size: 9px;
    transition: color 0.25s ease, transform 0.25s ease;
}

/* =========================================================
   HOVER
========================================================= */

.rayman-brand-list li > a:hover {
    padding-left: 17px;
    color: #e30613;
    background: #fff6f6;
}

    .rayman-brand-list li > a:hover > i {
        color: #e30613;
        transform: translateX(3px);
    }

/* =========================================================
   TÜM MARKALARI GÖR
========================================================= */

.rayman-sidebar-all {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 15px;
    color: #e30613;
    background: #fffafa;
    border-top: 1px solid #eceef1;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition: color 0.25s ease, background 0.25s ease;
}

    .rayman-sidebar-all i {
        font-size: 12px;
        transition: transform 0.25s ease;
    }

    .rayman-sidebar-all:hover {
        color: #ffffff;
        background: #e30613;
    }

        .rayman-sidebar-all:hover i {
            transform: translateX(4px);
        }

/* =========================================================
   DAR MASAÜSTÜ
========================================================= */

@media (max-width: 1200px) {
    .rayman-brand-list li > a {
        height: 52px;
        padding-right: 11px;
        padding-left: 11px;
        font-size: 12px;
    }

    .rayman-brand-name {
        gap: 7px;
    }

    .rayman-sidebar-brand-logo {
        width: 58px !important;
        min-width: 58px !important;
        max-width: 58px !important;
        flex-basis: 58px !important;
    }
}

/* =========================================================
   ÜRÜN MARKALARIMIZ – FINAL CSS SPRITE
   Görsel: img/altkategori1.png
   Orijinal görsel ölçüsü: 2508 × 627 px
========================================================= */

.rayman-partner-section {
    padding: 70px 0;
    overflow: hidden;
    background: #ffffff;
}

/* Slider */

.raymanBrandSlider {
    width: 100%;
    overflow: hidden;
}

    .raymanBrandSlider .swiper-wrapper {
        align-items: stretch;
    }

    .raymanBrandSlider .swiper-slide {
        height: auto;
    }

/* Marka kartı */

.rayman-partartner-card,
.rayman-partner-card {
    position: relative;
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 9px;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

    .rayman-partner-card:hover {
        transform: translateY(-4px);
        border-color: rgba(227, 6, 19, 0.3);
        box-shadow: 0 12px 25px rgba(15, 23, 42, 0.08);
    }

/* =========================================================
   SPRITE GÖRÜNTÜ PENCERESİ
========================================================= */

.rayman-alt-brand-sprite {
    width: 116px;
    min-width: 116px;
    max-width: 116px;
    height: 88px;
    flex: 0 0 116px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    /*
       CSS dosyan css klasöründeyse:
       ../img/altkategori1.png
    */
    background-image: url("../img/altkategori1.png");
    background-repeat: no-repeat;
    /*
       2508 × 627 görselin %40 ölçekli hali:
       1003.2 × 250.8 px
    */
    background-size: 1003.2px 250.8px;
    background-position-y: -80px;
    transition: transform 0.25s ease;
}

/*
CSS doğrudan HTML veya ASPX sayfasının içindeyse:

.rayman-alt-brand-sprite {
    background-image: url("img/altkategori1.png");
}
*/

.rayman-partner-card:hover .rayman-alt-brand-sprite {
    transform: scale(1.025);
}

/* =========================================================
   LOGOLARIN DÜZELTİLMİŞ KONUMLARI
========================================================= */

/* Mercedes-Benz */

.alt-brand-mercedes {
    background-position: -3px -80px;
}

/* Bosch */

.alt-brand-bosch {
    background-position: -146px -80px;
}

/* Mann Filter */

.alt-brand-mann {
    background-position: -274px -80px;
}

/* Sachs */

.alt-brand-sachs {
    background-position: -404px -80px;
}

/* Wabco */

.alt-brand-wabco {
    background-position: -534px -80px;
}

/* Mahle */

.alt-brand-mahle {
    background-position: -662px -80px;
}

/* =========================================================
   FEBI VE BEHR SPRITE SON DÜZELTME
========================================================= */

/* Febi alanını daralt ve logoyu sağa ortala */
.alt-brand-febi {
    width: 102px !important;
    min-width: 102px !important;
    max-width: 102px !important;
    flex-basis: 102px !important;
    background-position: -784px -80px !important;
}

/* Behr alanında görünen Febi parçasını kaldır */
.alt-brand-behr {
    width: 108px !important;
    min-width: 108px !important;
    max-width: 108px !important;
    flex-basis: 108px !important;
    background-position: -892px -80px !important;
}

/* Bosch sağ tarafındaki hafif kırpılma */
.alt-brand-bosch {
    background-position: -142px -80px !important;
}

/* Mobilde özel ölçülerin bozulmaması */
@media (max-width: 767px) {
    .alt-brand-febi {
        transform: scale(0.84);
    }

    .alt-brand-behr {
        transform: scale(0.84);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {
    .rayman-partner-section {
        padding: 55px 0;
    }

    .rayman-partner-card {
        height: 98px;
    }

    .rayman-alt-brand-sprite {
        transform: scale(0.92);
    }

    .rayman-partner-card:hover .rayman-alt-brand-sprite {
        transform: scale(0.95);
    }
}

/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 767px) {
    .rayman-partner-section {
        padding: 45px 0;
    }

    .rayman-partner-card {
        height: 90px;
        padding: 5px;
        border-radius: 8px;
    }

    .rayman-alt-brand-sprite {
        transform: scale(0.84);
    }

    .rayman-partner-card:hover {
        transform: none;
    }

        .rayman-partner-card:hover .rayman-alt-brand-sprite {
            transform: scale(0.84);
        }
}

