/* Logo ve Görseller - Filter Sıfırla */
img {
    filter: none !important;
    opacity: 1 !important;
}

body{
    background-color: #fbf7f2;
}
ul{
    list-style-type: none;
    width: 100%;
}
ul li{
    display: inline-block;
    width:200px;
    padding: 15px;
    padding-right: 15px;
    background-color:#f3e8d8;
    margin-left: -30px;
    box-shadow: 2px 2px 10px rgba(11, 40, 69, 0.25);
    border-radius: 8px;
}
ul li:hover{
    background-color: #0b2845;
    color: #fbf7f2;
    transition: 0.7s;
}
ul li a{
    display: block;
    text-decoration: none;
    color: #0b2845;
    font-weight: 500;
}
ul li:hover a{
    color: #fbf7f2;
}
#secenek{
    position: absolute;
    display: none;
    z-index: 1;
    margin-top: 15px;
    margin-left: -25px;
    background-color: #f3e8d8;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(11, 40, 69, 0.25);
}
.acil:hover #secenek{
    display: block;
}
#secenek2{
    position: absolute;
    display: none;
    z-index: 1;
    margin-top: -33px;
    margin-left: 205px;
    background-color: #f3e8d8;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(11, 40, 69, 0.25);
}
.acil2:hover #secenek2{
    display: block;
}
.container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.card{
    background: #f3e8d8;
    margin: 30px;
    height: 400px;
    width: 400px;
    border-radius: 15px;
    box-shadow: 5px 20px 15px rgba(11, 40, 69, 0.2);
    border: 2px solid #0b2845;
    transition: all 0.3s ease;
}
.img{
    height: 200px;
    margin-top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}
.card h2,
.card p{
    padding: 2px;
    color: #0b2845;
}
.card a{
    background-color: #0b2845;
    color: #fbf7f2;
    padding: 5px 10px;
    display: block;
    text-align: center;
    margin: 5px 70px;
    border-radius: 15px 5px 15px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.card a:hover{
    background-color: #25496d;
}
.card:hover{
    background-color: #0b2845;
    color: #fbf7f2;
    cursor: pointer;
    transform: scale(1.1);
    transition: all 1s ease;
}
.telkari{
    background-image: url(Telkari.jpeg);
    object-fit: fill;
}
.Erkek{
    background-image: url(Erkek.jpg);
    object-fit: fill;
}
.zirikon{
    background-image: url(Zirikon.jpeg);
    object-fit: fill;
}
.markazit{
    background-image: url(Markazit.jpeg);
    object-fit: fill;
}
.klasik{
    background-image: url(Klasik.jpg);
    object-fit: fill;
}
.ithal{
    background-image: url(İthal.jpg);
    object-fit: fill;
}
.HayatAğaci{
    background-image: url(Hayat\ Ağacı.jpg);
    object-fit: fill;
}
.indirim{
    background-image: url(İndiriim.jpg);
    object-fit: fill;
}
.baslik{
    text-align: center;
    border: 3px solid #0b2845;
    margin-left: 10px;
    margin-right: 12px;
    border-radius: 10px;
    letter-spacing: 2px;
    word-spacing: 10px;
    text-shadow: 2px 1px 15px rgba(11, 40, 69, 0.25);
    box-shadow: 2px 3px 15px rgba(11, 40, 69, 0.25);
    background-color: #f3e8d8;
    color: #0b2845;
    padding: 15px;
}
#urunbaslik{
    font-size: 20px;
    color: #0b2845;
    padding: 20px;
    background-color: #fbf7f2;
}
#urunbaslik a{
    color: #b57a43;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}
#urunbaslik a:hover{
    color: #0b2845;
    text-decoration: underline;
}
.ilan{
    display: inline-block;
    justify-content: center;
    border: 2px solid #0b2845;
    margin: 20px;
    padding: 80px;
    box-shadow: 1px 1px 5px rgba(11, 40, 69, 0.25);
    background-color: #fbf7f2;
    border-radius: 10px;
}
.resim{ 
    height: 100px;
    width: 100px;
    border: 2px solid #0b2845;
    border-radius: 8px;
}
.aciklama{
    padding: 20px;
    background-color: #f3e8d8;
    border-radius: 8px;
    margin-top: 15px;
    color: #0b2845;
}
.aciklama h2{
    color: #0b2845;
    font-size: 24px;
}
.aciklama h3{
    color: #b57a43;
    font-size: 18px;
}
.aciklama ul{
    list-style-type: disc;
    padding-left: 40px;
    text-align: left;
    background-color: #eee7e7;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}
.aciklama li{
    display: list-item;
    color: #5D3543;
    margin: 8px 0;
}
.aciklama span{
    font-weight: bold;
    color: #785964;
}
.aciklama p{
    color: #5D3543;
    font-style: italic;
}
.geributonu{
    background-color: #785964;
    padding: 10px 20px;
    color: #eee7e7;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}
.geributonu:hover{
    background-color: #5D3543;
}

/* Global hamburger menu */
.hamburger-btn {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 950;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: rgba(11, 40, 69, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 11px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(10, 16, 24, 0.28);
}

.hamburger-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(320px, 88vw);
    z-index: 940;
    background: linear-gradient(180deg, #ffffff, #f6f8fc);
    border-right: 1px solid #dfe6f1;
    box-shadow: 18px 0 32px rgba(8, 12, 18, 0.14);
    transform: translateX(-102%);
    transition: transform .35s ease;
    padding: 18px 16px;
}

.hamburger-menu.is-open {
    transform: translateX(0);
}

.hamburger-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.hamburger-head h2 {
    margin: 0;
    color: #0b2845;
    letter-spacing: .08em;
    font-size: 20px;
}

.hamburger-close {
    border: 1px solid #d7deea;
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #1f2836;
}

.hamburger-links {
    display: grid;
    gap: 10px;
}

.hamburger-links a {
    text-decoration: none;
    color: #1f2836;
    background: #fff;
    border: 1px solid #e4eaf4;
    border-radius: 10px;
    padding: 12px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.hamburger-links a i {
    width: 18px;
    text-align: center;
    color: #b57a43;
    font-size: 15px;
    flex-shrink: 0;
}

.hamburger-links a:hover {
    background: #f3f6fb;
    color: #0b2845;
}

.hamburger-close {
    border: 1px solid #d7deea;
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2836;
}

/* ===== Site-wide premium baseline ===== */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@600;700&display=swap');

:root {
    --gm-bg: #f4ecdf;
    --gm-surface: #fffaf2;
    --gm-ink: #17263a;
    --gm-muted: #5f6f81;
    --gm-gold: #ad7a46;
    --gm-gold-deep: #8a5f35;
    --gm-line: #dfcfbc;
}

body {
    font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
    color: var(--gm-ink);
    background:
        radial-gradient(circle at 12% 10%, rgba(173, 122, 70, 0.11), transparent 34%),
        radial-gradient(circle at 85% 86%, rgba(31, 62, 95, 0.08), transparent 38%),
        linear-gradient(180deg, #fbf6ee 0%, var(--gm-bg) 100%);
}

marquee {
    display: block;
    max-width: 1200px;
    margin: 14px auto 4px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid var(--gm-line);
    background: linear-gradient(90deg, #fffaf2, #f8efe3);
    color: #5a3f24;
    font-weight: 700;
    letter-spacing: 0.01em;
}

h1,
h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    letter-spacing: 0.02em;
}

p {
    color: var(--gm-muted);
}

body > ul {
    margin: 14px auto 18px;
    padding: 0 10px;
    width: min(1220px, calc(100% - 20px));
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    list-style: none;
}

body > ul > li {
    margin: 0;
    width: auto;
    min-width: 170px;
    border-radius: 12px;
    border: 1px solid var(--gm-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 241, 229, 0.92));
    box-shadow: 0 12px 26px rgba(14, 24, 35, 0.08);
    padding: 0;
}

body > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 14px;
    font-weight: 700;
    color: #21344b;
}

body > ul > li:hover {
    background: linear-gradient(135deg, #1a3654, #274d73);
    border-color: #2a4f73;
}

body > ul > li:hover > a {
    color: #fff9ef;
}

#secenek,
#secenek2 {
    margin-top: 6px;
    margin-left: 0;
    border: 1px solid var(--gm-line);
    background: #fffaf3;
    box-shadow: 0 16px 26px rgba(12, 22, 34, 0.13);
    min-width: 200px;
    padding: 8px;
}

#secenek ul,
#secenek2 ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

#secenek li,
#secenek2 li {
    width: 100%;
    margin: 0 0 8px;
    border-radius: 8px;
    border: 1px solid #eadcc9;
    background: #fff;
    box-shadow: none;
}

#secenek li:last-child,
#secenek2 li:last-child {
    margin-bottom: 0;
}

#secenek li a,
#secenek2 li a {
    justify-content: flex-start;
    min-height: 40px;
    padding: 8px 10px;
}

.baslik {
    border-width: 1px;
    border-color: var(--gm-line);
    background: linear-gradient(180deg, #fff9f0, #f3e6d5);
    box-shadow: 0 14px 30px rgba(13, 24, 35, 0.1);
    text-shadow: none;
    color: #1f344a;
}

@media (max-width: 840px) {
    body > ul > li {
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 560px) {
    body > ul {
        padding: 0 6px;
        gap: 8px;
    }

    body > ul > li {
        min-width: 100%;
    }
}



