@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

:root {
    --shell-red: #FBCE07;
    /* Sarı Ton */
    --shell-yellow: #DD1D21;
    /* Kırmızı Ton */
    --shell-gray: #404040;
    --dark-bg: #2d2d2d;
    --home-hero-bg: url('https://www.shell.com.tr/motorists/oils-lubricants/helix-for-cars/_jcr_content/pagePromo/image.img.960.jpeg');
}

/* Sıfırlama */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

html {
    scroll-padding-top: 118px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.utility-bar .container,
.navbar .container {
    max-width: 1200px;
}

/* Üst Bar */
.utility-bar {
    background-color: #f8f8f8;
    padding: 5px 0;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 10020;
    overflow: visible;
}

.utility-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    overflow: visible;
}

.utility-links {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    flex-wrap: wrap;
}

.utility-links a {
    color: var(--shell-gray);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.utility-links a:hover {
    color: var(--shell-yellow);
}

.language-switch {
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 10025;
}

.utility-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex-wrap: nowrap;
    position: relative;
    overflow: visible;
}

.utility-search,
.site-search-form {
    position: relative;
    overflow: visible;
}

.site-search-results {
    z-index: 10030;
}

.lang-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(221, 29, 33, 0.28);
    background: #fff;
    color: var(--shell-yellow);
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.lang-menu-toggle:hover,
.language-switch.open .lang-menu-toggle {
    border-color: var(--shell-yellow);
    background: #fff;
    transform: translateY(-1px);
}

.lang-menu-toggle i:last-child {
    font-size: 10px;
}

.lang-menu-toggle > span:not(.lang-menu-current) {
    display: none;
}

.lang-menu-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #fff;
    color: var(--shell-yellow);
    box-shadow: inset 0 0 0 1px rgba(221, 29, 33, 0.18);
}

.language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 210px;
    padding: 10px;
    border: 1px solid rgba(221, 29, 33, 0.16);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    display: grid;
    gap: 6px;
    z-index: 10010;
}

.language-menu[hidden] {
    display: none;
}

.lang-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #333;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.lang-option em {
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9a9a9a;
}

.lang-option:hover,
.lang-option.active {
    background: #fff1f1;
    color: var(--shell-yellow);
}

.lang-option.active em {
    color: var(--shell-yellow);
}

.lang-option[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.lang-option[disabled]:hover {
    background: #f7f7f7;
    color: #333;
}

/* Navbar */
.navbar {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 9999;
    /* En üstte durması için */
    height: 70px;
}

.navbar-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    gap: 14px;
    padding-left: 10px;
    padding-right: 16px;
}

.logo img {
    height: 60px;
}

.logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    margin-right: 0;
    margin-left: -6px;
}

/* Menü Linkleri */
.nav-links {
    display: flex;
    gap: 8px;
    height: 100%;
    align-items: center;
    flex: 0 1 auto;
    justify-content: flex-start;
    min-width: 0;
    margin-left: 16px;
}

.nav-links li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-links a.dropbtn {
    font-weight: 700;
    color: var(--shell-gray);
    font-size: 12px;
    padding: 10px 2px;
    text-transform: none;
    letter-spacing: 0.1px;
    white-space: nowrap;
}

.nav-links a.dropbtn:hover {
    color: var(--shell-yellow);
}

.nav-links a.dropbtn.kurumsal {
    color: #DD1D21;
}

.nav-links i {
    font-size: 12px;
    margin-left: 4px;
}

/* DROPDOWN MENÜ (Düzeltilmiş) */
.dropdown-content {
    display: none;
    /* Varsayılan gizli */
    position: absolute;
    background-color: #fff;
    min-width: 300px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    top: 100%;
    /* Menünün tam altından başlar */
    left: 0;
    z-index: 10000;
    border-top: 4px solid var(--shell-yellow);
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    max-height: min(78vh, 620px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(221, 29, 33, 0.35) #fff;
}

.dropdown-content::-webkit-scrollbar {
    width: 8px;
}

.dropdown-content::-webkit-scrollbar-thumb {
    background: rgba(221, 29, 33, 0.35);
    border-radius: 999px;
}

.dropdown-content::-webkit-scrollbar-track {
    background: #fff;
}

/* CSS Hover ile Açma (JS gerekmeden çalışır) */
.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-header {
    padding: 8px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.dropdown-group {
    border-bottom: 1px solid #f3f3f3;
}

.dropdown-group:last-child {
    border-bottom: none;
}

.dropdown-group-direct {
    border-bottom: 1px solid #f3f3f3;
}

.dropdown-group-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 4px;
}

.dropdown-group-link {
    flex: 1 1 auto;
    display: block;
    padding: 10px 8px 10px 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.2;
    color: #7c838d;
    text-decoration: none;
    border-bottom: none !important;
}

.dropdown-group-link:hover {
    color: #DD1D21;
    background: transparent !important;
    padding-left: 6px !important;
}

.dropdown-group-toggle {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    color: #7c838d;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dropdown-group-toggle:hover {
    border-color: rgba(221, 29, 33, 0.28);
    color: #DD1D21;
}

.dropdown-group-direct .dropdown-group-link {
    color: #5f6670;
}

.dropdown-group-direct .dropdown-group-link:hover {
    color: #DD1D21;
}

.dropdown-group-toggle i {
    margin-left: 0;
    transition: transform 0.2s ease;
}

.dropdown-group.open .dropdown-group-toggle i {
    transform: rotate(180deg);
}

.dropdown-group-panel {
    display: none;
    padding-bottom: 8px;
}

.dropdown-group.open .dropdown-group-panel {
    display: block;
}

.dropdown-group-panel a {
    padding-left: 26px;
}

.dropdown-group-panel a:hover {
    padding-left: 31px;
}

.dropdown-content a {
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
}

.dropdown-content a.menu-all-link {
    font-size: 11px;
    font-weight: 600;
    color: #5f6670;
    letter-spacing: 0.2px;
    background: transparent;
    border: none;
    border-top: 1px solid #f1f1f1;
    margin-top: 6px;
    padding-top: 11px;
    padding-bottom: 2px;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background-color: #fff4f4;
    color: var(--shell-yellow);
    padding-left: 25px;
}

.dropdown-content a.menu-all-link:hover {
    background-color: transparent;
    color: #DD1D21;
    padding-left: 20px;
}

/* Mobil Menü İkonu */
.mobile-menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* Hero Section */
.hero {
    background-image: var(--home-hero-bg);
    background-size: cover;
    background-position: center;
    height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    /* Dropdown bunun üstüne çıkmalı */
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    color: #fff;
    max-width: 650px;
    padding: 20px;
}

.hero-subtitle {
    display: inline-block;
    background: var(--shell-yellow);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 3px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-btns {
    display: flex;
    gap: 15px;
}

.btn-shell-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--shell-yellow);
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
}

.btn-shell-red:hover {
    background-color: #c0181c;
    transform: translateY(-2px);
}

.btn-shell-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-shell-outline:hover {
    background-color: #fff;
    color: #333 !important;
}

/* Features */

/* Page Hero (Alt Sayfalar) */
.page-hero {
    background-image: var(--home-hero-bg);
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.page-hero .hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.page-hero .hero-content {
    color: #fff;
    max-width: 650px;
    padding: 20px;
}

.page-hero .hero-content h1 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.page-hero .hero-content p {
    font-size: 16px;
    opacity: 0.85;
    margin-bottom: 0;
}

.category-page-hero {
    height: 128px;
}

.product-page-hero {
    height: 64px;
}

.product-page-hero .hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.category-page-hero .hero-overlay {
    align-items: center;
}

.category-page-hero .container {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 24px;
}

.category-hero-slider {
    width: 100%;
}

.category-hero-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 240px);
    gap: 12px;
    align-items: center;
    min-height: 88px;
    overflow-x: auto;
    padding: 6px 2px 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.category-hero-track::-webkit-scrollbar {
    display: none;
}

.category-hero-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 104px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    scroll-snap-align: start;
}

.category-hero-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.category-hero-thumb {
    width: 82px;
    height: 82px;
    padding: 6px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-hero-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.category-hero-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.category-hero-text strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-hero-text small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.category-hero-placeholder {
    width: 220px;
    min-height: 88px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.category-breadcrumb-strip {
    background: #f3f3f3;
    border-bottom: 1px solid #e4e4e4;
}

.category-breadcrumb-strip .container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.category-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: #7a7a7a;
}

.category-breadcrumb a {
    color: #555;
    font-weight: 500;
}

.category-breadcrumb a:hover {
    color: #DD1D21;
}

.category-breadcrumb [aria-current="page"] {
    color: #222;
    font-weight: 700;
}

.category-breadcrumb-sep {
    color: #b3b3b3;
    font-size: 11px;
}

.category-main {
    padding: 28px 20px 50px;
}

.category-results-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.category-results-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #DD1D21;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.category-results-head h2 {
    font-size: 28px;
    color: #1f1f1f;
}

.category-results-head p {
    color: #666;
    font-size: 14px;
}

/* Features */
.features {
    padding: 80px 0;
    background: #fdfdfd;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    padding-top: 8px;
}

.feature-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-image {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.card-body {
    padding: 30px;
}

.card-body h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}

.card-body p {
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;
}

.card-link {
    color: var(--shell-yellow);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

/* Footer */
.footer {
    background-color: #222;
    color: #fff;
    padding: 70px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    padding-bottom: 50px;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 24px;
}

.footer-col h4 {
    color: var(--shell-red);
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #aaa;
    font-size: 14px;
}

.footer-col ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.social-icons a {
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: var(--shell-yellow);
}

.footer-bottom {
    background-color: #1a1a1a;
    text-align: center;
    padding: 25px 0;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #333;
}

.site-footer-slim {
    background: #1a1a2e;
    color: #ccc;
    padding: 36px 20px 0;
    margin-top: 40px;
}

.site-footer-slim .footer-shell {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 32px;
    align-items: start;
}

.site-footer-slim .footer-brand img {
    height: 40px;
    margin-bottom: 12px;
}

.site-footer-slim .footer-brand p,
.site-footer-slim .footer-contact p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.site-footer-slim .footer-contact h4 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-footer-slim .footer-contact p + p {
    margin-top: 8px;
}

.site-footer-meta {
    max-width: 1200px;
    margin: 22px auto 0;
    padding: 16px 0;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: #888;
}

.site-footer-legal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #bfc5d2;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-footer-legal:hover {
    color: #fff;
}

.contact-kvkk-note {
    max-width: 560px;
    margin-top: 18px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    font-size: 11px;
    line-height: 1.65;
    color: #7d7d7d;
}

.contact-kvkk-note a {
    color: #6f6f6f;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-page {
    padding: 50px 20px;
}

.legal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
    gap: 30px;
    align-items: start;
}

.legal-main {
    display: grid;
    gap: 18px;
}

.legal-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 26px;
}

.legal-card[id] {
    scroll-margin-top: 126px;
}

.legal-card h2 {
    margin-bottom: 12px;
    font-size: 22px;
    color: #222;
}

.legal-card h3 {
    margin: 18px 0 10px;
    font-size: 17px;
    color: #222;
}

.legal-card p,
.legal-card li {
    color: #555;
    line-height: 1.8;
}

.legal-card ul {
    padding-left: 18px;
    margin: 0;
}

.legal-card p:last-child {
    margin-bottom: 0;
}

.legal-card strong {
    color: #222;
}

.legal-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #fff3f3;
    color: #b61b1f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.legal-sidebar {
    position: sticky;
    top: 92px;
    display: grid;
    gap: 18px;
}

.legal-sidebar .btn-shell-red {
    margin-top: 6px;
}

.legal-nav-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.legal-nav-list a {
    display: block;
    padding: 11px 14px;
    border-radius: 12px;
    background: #fafafa;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.legal-nav-list a:hover {
    background: #fff3f3;
    color: #b61b1f;
    transform: translateX(2px);
}

.legal-note {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

/* Ürün Kartları (Genel) */
.product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-top: 8px;
    margin-bottom: 40px;
}

.opportunities-section {
    padding: 34px 20px 42px;
}

.hero-popular {
    min-height: 280px;
    height: auto;
    margin-top: 0;
}

.hero-popular .opportunities-section {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 20px 18px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.section-heading h2 {
    margin-bottom: 0;
    font-size: 30px;
}

.hero-popular .section-heading h2 {
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.32);
    font-size: 26px;
}

.section-heading p {
    color: #666;
}

.opportunities-controls {
    display: flex;
    gap: 10px;
}

.opportunities-nav {
    width: 44px;
    height: 44px;
    border: 1px solid #e1e1e1;
    border-radius: 999px;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hero-popular .opportunities-nav {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.88);
}

.opportunities-nav:hover {
    color: #DD1D21;
    border-color: #DD1D21;
    transform: translateY(-1px);
}

.opportunities-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(196px, 212px);
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

.opportunity-card-link {
    display: block;
    scroll-snap-align: start;
}

.opportunity-card {
    min-height: 100%;
}

.hero-popular .card-img-container {
    height: 168px !important;
    padding: 0 !important;
    background: #f7f7f8;
}

.hero-popular .card-content {
    padding: 10px 10px 10px !important;
    gap: 0 !important;
    min-height: 118px !important;
    display: flex !important;
    flex-direction: column !important;
}

.hero-popular .brand-label {
    margin-top: 6px !important;
    margin-bottom: 14px !important;
    font-size: 10px !important;
}

.hero-popular .product-name {
    font-size: 13px !important;
    line-height: 1.25 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.hero-popular .product-desc {
    display: none;
}

.hero-popular .product-price {
    font-size: 13px !important;
    margin-top: 10px !important;
    padding-top: 0 !important;
}

.hero-popular .product-liter-badge {
    font-size: 10px !important;
    padding: 2px 6px !important;
    margin-top: 4px !important;
    margin-left: auto !important;
}

.opportunity-meta {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 4px 8px;
    margin-bottom: 0;
    border-radius: 999px;
    background: #fff4f4;
    color: #a8181b;
    font-size: 11px;
    font-weight: 700;
}

.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.hero-popular .product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.10);
}

.hero-popular .opportunities-track {
    padding-top: 8px;
}

.hero-popular .card-img-container img {
    object-position: center center;
}

.card-img-container {
    background: #fff;
    padding: 0;
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    transform: none;
}

.card-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 7px;
}

.brand-label {
    font-size: 11px;
    color: #DD1D21;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: #DD1D21;
    line-height: 1.2;
}

.product-liter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    margin-top: auto;
    margin-left: auto;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    background: #f4f4f5;
    border-radius: 999px;
    padding: 4px 8px;
}

.product-detail-page {
    padding: 42px 20px 56px;
}

.product-detail-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
}

.product-detail-toprow {
    display: grid;
    grid-template-columns: minmax(340px, 440px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    grid-column: 1 / -1;
}

.product-detail-media {
    width: 100%;
    max-width: 440px;
    justify-self: start;
    min-height: 0;
    height: auto;
    aspect-ratio: 3 / 4;
    padding: 0;
    border-radius: 16px;
}

.product-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.product-detail-content {
    display: flex;
    flex-direction: column;
}

.product-detail-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.product-detail-heading {
    min-width: 0;
}

.product-detail-title {
    margin: 10px 0 0;
    font-size: 34px;
    line-height: 1.15;
    color: #222;
}

.product-detail-liter {
    display: inline-block;
    margin-left: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #6b7280;
    vertical-align: middle;
}

.product-detail-side {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.product-detail-price {
    font-size: 28px;
}

.product-detail-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 12px 20px;
}

.product-name {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.35;
}

.product-desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-rich-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.product-rich-text h1,
.product-rich-text h2,
.product-rich-text h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #222;
}

.product-rich-text ul,
.product-rich-text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.product-rich-text p {
    margin-bottom: 15px;
}

.product-extra-section {
    margin-top: 0;
    grid-column: 1 / -1;
    width: 100%;
}

.section-heading {
    margin-bottom: 16px;
}

.section-heading h2 {
    margin: 6px 0 0;
    font-size: 24px;
    color: #1f2937;
}

.product-faq-list {
    display: grid;
    gap: 12px;
}

.product-faq-item {
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.product-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #18181b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.product-faq-item summary::-webkit-details-marker {
    display: none;
}

.product-faq-item summary::after {
    content: '+';
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(221, 29, 33, 0.08);
    color: #DD1D21;
    font-size: 18px;
    font-weight: 700;
}

.product-faq-item[open] summary::after {
    content: '-';
}

.product-faq-answer {
    padding: 0 20px 18px;
    color: #4b5563;
    line-height: 1.6;
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
    padding-top: 8px;
}

.related-product-link {
    text-decoration: none;
    color: inherit;
}

.related-product-card {
    height: 100%;
}

.empty-state {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #666;
}

.btn-detail {
    display: block;
    text-align: center;
    background: #DD1D21;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
}

.btn-detail:hover {
    background: #b31519;
}

.pack-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 12px 0;
}

.pack-chip {
    font-size: 11px;
    background: #f0f0f0;
    color: #555;
    padding: 4px 8px;
    border-radius: 999px;
}

.product-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    padding: 12px 14px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
}

.category-page-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.category-filter-sidebar {
    display: block;
    position: sticky;
    top: 124px;
}

.category-filter-box {
    width: 100%;
    padding: 12px 12px 10px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
}

.brand-filter-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
}

.category-filter-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.category-filter-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-filter-sidebar .filter-chip {
    width: 100%;
    text-align: left;
    border-radius: 9px;
    padding: 8px 10px;
    font-size: 12px;
}

.category-products-area {
    min-width: 0;
}

.filter-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-label {
    font-size: 11px;
    font-weight: 700;
    color: #444;
    margin-right: 4px;
    letter-spacing: 0.2px;
}

.filter-chip {
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
}

.filter-chip.active,
.filter-chip:hover {
    border-color: #DD1D21;
    color: #DD1D21;
}

/* Responsive Mobil Ayarlar */
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .utility-bar .container {
        align-items: flex-start;
    }

    .language-switch {
        margin-left: auto;
    }

    .language-menu {
        min-width: 190px;
    }

    .navbar-flex {
        padding: 0 20px;
    }

    .mobile-menu-icon {
        display: block;
    }

    .nav-links {
        display: none;
        /* Mobilde gizle JS ile açacağız */
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        height: auto;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 10px;
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        border: none;
        padding-left: 20px;
        display: none;
    }

    .dropdown-group-header {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-group-link {
        padding-left: 0;
    }

    .dropdown-group-link:hover {
        padding-left: 0 !important;
    }

    .dropdown-group-panel a {
        padding-left: 20px;
    }

    .dropdown-group-panel a:hover {
        padding-left: 24px;
    }

    .nav-links a.dropbtn {
        padding: 10px 0;
        width: 100%;
        display: block;
    }

    /* Mobilde tıklayınca açılması için */
    .dropdown.active .dropdown-content {
        display: block;
    }

    .hero h1 {
        font-size: 32px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .category-page-hero {
        height: 116px;
    }

    .category-page-layout {
        grid-template-columns: 1fr;
    }

    .category-filter-sidebar {
        position: static;
    }

    .brand-filter-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .category-filter-sidebar .filter-chip {
        width: auto;
    }

    .category-filter-sidebar {
        gap: 10px;
    }

    .product-page-hero {
        height: 58px;
    }

    .category-page-hero .container {
        max-width: none;
        width: 100%;
        margin: 0;
        padding: 0 16px;
    }

    .category-hero-track {
        grid-auto-columns: minmax(180px, 76vw);
        gap: 10px;
        min-height: 74px;
    }

    .category-hero-card {
        grid-template-columns: 50px minmax(0, 1fr);
        min-height: 74px;
        padding: 10px 12px;
        border-radius: 16px;
    }

    .category-hero-thumb {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }

    .category-hero-text strong {
        font-size: 13px;
    }

    .category-breadcrumb-strip .container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .category-results-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer-slim .footer-shell,
    .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-sidebar {
        position: static;
    }

    .product-detail-toprow {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .product-detail-media {
        max-width: 380px;
        justify-self: center;
    }

    .product-detail-top {
        flex-direction: column;
        gap: 18px;
    }

    .product-detail-side {
        width: 100%;
        min-width: 0;
        align-items: flex-start;
    }

    .product-detail-cta {
        min-width: 0;
        width: 100%;
    }

    .related-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .opportunities-track {
        grid-auto-columns: minmax(220px, 80vw);
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .card-img-container {
        height: 164px;
        padding: 0;
    }
}

@media (max-width: 540px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

.utility-search,
.site-search-form {
    position: relative;
}

.utility-search {
    width: min(320px, 42vw);
    margin-left: 0;
    margin-right: 0;
}

.utility-search-input {
    width: 100%;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(221, 29, 33, 0.18);
    background: #fff;
    padding: 0 40px 0 14px;
    font-size: 13px;
    color: var(--color-text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.utility-search-input:focus {
    outline: none;
    border-color: rgba(221, 29, 33, 0.42);
    box-shadow: 0 0 0 4px rgba(221, 29, 33, 0.08);
}

.utility-search-button {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: #DD1D21;
    color: #fff;
    cursor: pointer;
}

.site-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
    padding: 8px;
    z-index: 1500;
}

.site-search-results[hidden] {
    display: none;
}

.search-result-item,
.search-result-empty {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 12px;
}

.search-result-item {
    color: inherit;
    text-decoration: none;
}

.search-result-item:hover,
.search-result-item.active {
    background: rgba(221, 29, 33, 0.06);
}

.search-result-type {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
}

.search-result-title {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--color-text);
}

.search-result-meta {
    font-size: 0.78rem;
    color: var(--color-muted);
}

.search-result-empty {
    font-size: 0.86rem;
    color: var(--color-muted);
}

@media (max-width: 900px) {
    .utility-search {
        width: min(240px, 100%);
        margin-right: 8px;
    }
}

@media (max-width: 700px) {
    .utility-search {
        display: none;
    }
}
