/* Vitrine — coquille globale + pages compte / recherche / contact / 404 */

html,
body {
    height: 100%;
}

html,
body,
form#form1 {
    background: #ffffff;
    background-color: #ffffff;
    min-height: 100%;
}

form#form1 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

form#form1 > .cerceve {
    flex: 1 0 auto;
}

form#form1 > .site-top {
    flex: 0 0 auto;
    width: 100%;
    background: #fff;
}

.footer_bg.site-ft,
.footer_dip {
    flex-shrink: 0;
    width: 100%;
}

.site-top-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.header_logo img {
    height: 58px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

.header_table,
.header_row,
.header_cell {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.header_arama {
    background: #fff !important;
    background-color: #fff !important;
}

.header_arama_txt {
    background: transparent !important;
}

.header_arama > div,
#header_arama_pnl {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 100%;
}

.header_arama_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: auto;
    margin: 0;
    padding: 0 18px;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: #011893;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.header_arama_btn:hover,
.header_arama_btn:focus {
    background: #02156f;
    color: #fff;
    outline: none;
}

.header_gri_bar {
    background: #c8102e !important;
    background-color: #c8102e !important;
    border-bottom: 0 !important;
    height: auto;
}

.header_gri_bar_yazi {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    padding: 7px 16px;
}

@media (min-width: 961px) {
    .site-top .header_table {
        width: 100%;
        padding: 10px 0 8px;
    }

    .site-top .header_row {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 16px;
    }

    .site-top .hdr-search {
        justify-self: start;
        width: min(340px, 100%);
        min-width: 0;
        padding: 0;
    }

    .site-top .hdr-logo {
        justify-self: center;
        padding: 0;
        width: auto;
    }

    .site-top .hdr-utils {
        justify-self: end;
        padding: 0;
    }

    .header_arama {
        width: 100% !important;
        max-width: 340px !important;
        height: 40px;
        border: 1px solid #d9d9d9;
        border-radius: 999px;
        padding: 0 14px 0 14px;
        gap: 8px;
        box-shadow: none;
        position: relative;
        display: flex;
        align-items: center;
    }

    .header_arama:focus-within {
        background: #ffffff !important;
        background-color: #ffffff !important;
        border-color: #111;
        box-shadow: none;
    }

    .header_arama_ico {
        color: #555;
        font-size: 13px;
        margin-right: 0;
    }

    .header_arama_txt {
        height: 40px;
        font-size: 13px;
        color: #222;
    }

    .header_arama_txt::placeholder {
        color: #8a8a8a;
    }

    .header_arama_btn {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        min-width: 0;
    }

    .hizli-arama-sonuc {
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        border-radius: 12px;
        border-color: #eceae6;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    }

    .hutil {
        width: auto;
        min-width: 72px;
        gap: 4px;
        color: #222;
    }

    .hutil-ico,
    .header_yuvarlar {
        background: transparent !important;
        color: #222 !important;
        width: auto;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        font-size: 18px;
    }

    .hutil-ico i,
    .header_yuvarlar i {
        color: #222 !important;
    }

    .hutil:hover .hutil-ico {
        transform: none;
        box-shadow: none;
        color: #011893;
    }

    .hutil:hover .hutil-ico i {
        color: #011893 !important;
    }

    .hutil-lbl {
        margin-top: 2px;
        color: #333;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
        max-width: 88px;
        line-height: 1.2;
    }

    .hutil:hover .hutil-lbl {
        color: #011893;
    }

    .hutil-badge {
        top: -8px;
        right: -10px;
    }

    .header_kategoriler_bg {
        position: relative !important;
        left: auto !important;
        width: 100%;
        height: 52px !important;
        min-height: 52px !important;
        background: #f0f0f0 !important;
        border-top: 1px solid #e6e6e6;
        border-bottom: 0;
        z-index: 40;
        overflow: visible;
        display: flex;
        align-items: center;
    }

    .header_kategoriler_bg .anasayfa_urun_cerceve {
        width: 100%;
        max-width: 1240px;
        height: 52px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
    }

    .header_kategoriler_bg .anasayfa_kategori_resimli {
        height: 52px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .header_kategoriler_bg .container,
    .header_kategoriler_bg .dm-menu {
        width: 100%;
        max-width: 100%;
        --dm-color: #1a1a1a;
        --dm-bg: #f0f0f0;
        --dm-item-hover-color: #011893;
        --dm-item-hover-bg: transparent;
        --dm-item-current-color: #011893;
        --dm-item-current-bg: transparent;
        --dm-menu-border-color: transparent;
        --dm-menu-border-width: 0;
        --dm-menu-height: 52px;
        --dm-submenu-bg: #ffffff;
        --dm-submenu-color: #1a1a1a;
        color: #1a1a1a;
        letter-spacing: 0.04em;
        font-size: 13px;
        font-weight: 600;
        background: transparent;
    }

    .header_kategoriler_bg .dm-menu > ul {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: flex-start;
    }

    .header_kategoriler_bg .dm-menu > ul > li {
        flex: 0 0 auto;
    }

    .header_kategoriler_bg .dm-menu > ul > li > a,
    .header_kategoriler_bg .dm-menu > ul > li > span {
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
        color: #1a1a1a;
        font-weight: 600;
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }

    .header_kategoriler_bg .dm-menu > ul > li:first-child > a,
    .header_kategoriler_bg .dm-menu > ul > li:first-child > span {
        color: #e10600;
        font-weight: 700;
    }

    .header_kategoriler_bg .dm-menu > ul > li:first-child:hover > a {
        color: #c10500;
    }

    .header_kategoriler_bg .dm-menu > ul > li > a:hover,
    .header_kategoriler_bg .dm-menu > ul > li:hover > a {
        color: #011893;
    }

    .header_kategoriler_bg .dm-menu > ul > li:has(> ul) > a::after,
    .header_kategoriler_bg .dm-menu > ul > li:has(> ul) > span::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 7px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid currentColor;
        opacity: 0.85;
    }

    .header_kategoriler_bg .dm-menu > ul > li > ul {
        color: #1a1a1a !important;
        background: #fff !important;
        text-transform: none;
        font-weight: 600;
        letter-spacing: 0;
    }

    .header_kategoriler_bg .dm-menu > ul > li > ul a,
    .header_kategoriler_bg .dm-menu > ul > li > ul span {
        color: #1a1a1a !important;
        text-transform: none;
        font-weight: 600;
    }

    .header_kategoriler_bg .dm-menu > ul > li > ul a:hover {
        color: #011893 !important;
    }
}

@media (max-width: 960px) {
    .header_arama.is-open {
        height: 46px;
        padding: 0 0 0 12px;
        border-radius: 10px;
        overflow: hidden;
        background: #fff !important;
    }

    .header_arama_btn {
        height: 46px;
        padding: 0 14px;
        font-size: 12px;
        border-radius: 0 10px 10px 0;
    }
}

.header_table {
    position: relative;
    z-index: 2;
}

.header_table::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    box-shadow: -50vw 0 0 #ffffff, 50vw 0 0 #ffffff;
    z-index: -1;
    pointer-events: none;
}

.site-bc,
.site-bc-list {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.cerceve,
.urun-page,
.urun_detay_kismi,
.urun_detay_cerceve {
    background: #ffffff;
    background-color: #ffffff;
}

.anasayfa_urun_cerceve {
    width: 1160px;
}

.footer,
.footer_dip_center {
    width: 1160px;
}

/* ===== Compte ===== */
.acc-page.uyelik_panel {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
    margin: 8px 0 32px;
    align-items: start;
}

.acc-page .uyelik_sol,
.acc-page .uyelik_sag {
    display: block;
    width: auto;
    border: 0;
}

.acc-side-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #011893;
    margin: 0 0 12px;
}

.acc-page .uyelik_sol {
    background: #fff;
    border: 1px solid #eceae6;
    border-radius: 14px;
    padding: 18px 14px;
}

.acc-page .uyelik_menu_secenekler {
    height: auto;
    border: 0;
    padding: 0;
    margin: 0 0 4px;
}

.acc-page .uyelik_menu_secenekler a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.acc-page .uyelik_menu_secenekler a i {
    width: 16px;
    color: #8a8680;
    text-align: center;
}

.acc-page .uyelik_menu_secenekler a:hover,
.acc-page .uyelik_menu_secenekler.is-on a {
    background: #f4f6fb;
    color: #011893;
}

.acc-page .uyelik_menu_secenekler.is-on a i {
    color: #011893;
}

.acc-page .uyelik_sag {
    background: #fff;
    border: 1px solid #eceae6;
    border-radius: 14px;
    padding: 22px 24px 28px;
    min-height: 280px;
    box-sizing: border-box;
}

.acc-page .uyelik_h1 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
}

.acc-page .uyelik_h2 {
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 400;
    color: #6f6c64;
    line-height: 1.5;
}

.acc-page .uye_giris_pnl {
    width: 100%;
    max-width: 420px;
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #475569;
}

.acc-page .acc-auth {
    width: 100%;
    box-sizing: border-box;
}

.acc-page .acc-auth-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: stretch;
    width: 100%;
}

.acc-page .acc-auth-main,
.acc-page .acc-auth-aside {
    min-width: 0;
    width: 100%;
}

.acc-page .acc-auth .uye_giris_pnl {
    width: 100% !important;
    max-width: none;
}

.acc-page .acc-auth-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin: 0 0 6px;
}

.acc-page .acc-auth-passhead {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: 2px;
}

.acc-page .acc-auth-passhead .acc-auth-label {
    margin-bottom: 6px;
}

.acc-page .acc-auth-forgot {
    font-size: 12px;
    font-weight: 600;
    color: #011893;
    text-decoration: none;
    white-space: nowrap;
}

.acc-page .acc-auth-forgot:hover {
    text-decoration: underline;
}

.acc-page .acc-auth .acc-auth-field,
.acc-page .acc-auth input[type=text],
.acc-page .acc-auth input[type=password],
.acc-page .acc-auth input[type=email] {
    display: block;
    width: 100% !important;
    max-width: none;
    height: 46px;
    margin-bottom: 14px;
    background: #f3f3f3 !important;
    border: 1px solid #e6e4df;
    border-radius: 10px;
    box-sizing: border-box;
}

.acc-page .acc-auth input:-webkit-autofill,
.acc-page .acc-auth input:-webkit-autofill:hover,
.acc-page .acc-auth input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #f3f3f3 inset !important;
    box-shadow: 0 0 0 1000px #f3f3f3 inset !important;
    -webkit-text-fill-color: #111;
    caret-color: #111;
}

.acc-page .acc-auth .uye_giris_btn,
.acc-page .acc-auth input.uye_giris_btn {
    width: 100% !important;
    margin-top: 4px;
    min-height: 46px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acc-page .acc-auth-aside {
    background: #f4f6fb;
    border: 1px solid #e4e8f4;
    border-radius: 12px;
    padding: 20px 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
}

.acc-page .acc-auth-aside-copy {
    min-width: 0;
}

.acc-page .acc-auth-aside-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #011893;
    margin-bottom: 8px;
}

.acc-page .acc-auth-aside-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.acc-page .acc-auth-aside-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #6f6c64;
}

.acc-page .acc-auth-aside-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid #011893;
    color: #011893;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    background: #fff;
    width: auto;
    min-width: 200px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.acc-page .acc-auth-aside-btn:hover {
    background: #011893;
    color: #fff;
}

.acc-page .yeni_uyelik_pnl .uye_giris_pnl,
.acc-page #yeni_uyelik_pnl .uye_giris_pnl {
    max-width: none;
}

.acc-page .uye_giris_pnl input[type=text],
.acc-page .uye_giris_pnl input[type=password],
.acc-page .uye_giris_pnl input[type=number],
.acc-page .uye_giris_pnl input[type=email],
.acc-page .uye_giris_pnl textarea,
.acc-page .yeni_adres_ad,
.acc-page .yeni_adres_adres {
    height: 42px;
    border: 1px solid #e2e0da;
    border-radius: 10px;
    padding: 0 12px;
    box-sizing: border-box;
    color: #111;
    font-size: 14px;
    background: #fff;
}

.acc-page textarea,
.acc-page .yeni_adres_adres {
    height: 110px !important;
    padding: 10px 12px !important;
    resize: vertical;
}

.acc-page .uye_giris_btn,
.acc-page input.uye_giris_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    margin-top: 8px;
    border: 0;
    border-radius: 10px;
    background: #011893 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.acc-page .uye_giris_btn:hover {
    background: #02136e !important;
}

.acc-page .uyelik_table,
.acc-page .uyelik_col,
.acc-page .uyelik_row {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
}

.acc-page .yeni_adres_1 {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin: 10px 0 6px;
}

.acc-page .giris_hatali_css {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 13px;
    margin-bottom: 14px;
}

.acc-page .siparisilerim_table,
.acc-page .siparis_detay_table,
.acc-page .Adresler_table {
    display: block;
    width: 100%;
    border: 1px solid #eceae6;
    border-radius: 12px;
    overflow: hidden;
}

.acc-page .siparislerim_row,
.acc-page .siparis_detay_row,
.acc-page .adresler_row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
    gap: 8px;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid #f1efe9;
    font-size: 13px;
}

.acc-page .siparis_detay_row {
    grid-template-columns: 110px 1.4fr 1fr 0.6fr 0.9fr;
}

.acc-page .adresler_row {
    grid-template-columns: 1.4fr 1fr 1fr 90px;
}

.acc-page .siparislerim_row:first-child,
.acc-page .siparis_detay_row:first-child,
.acc-page .adresler_row:first-child {
    background: #f7f6f2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6f6c64;
}

.acc-page .siparislerim_row:last-child,
.acc-page .siparis_detay_row:last-child,
.acc-page .adresler_row:last-child {
    border-bottom: 0;
}

.acc-page .siparislerim_cell a {
    color: #011893;
    font-weight: 700;
}

.acc-page .uyari_pnl,
.acc-page #uyari_pnl {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 13px;
    line-height: 1.45;
}

.acc-page .acc-fav-head {
    margin: 0 0 18px;
}

.acc-page .acc-fav-head .uyelik_h2 {
    margin: 0;
}

.acc-page .acc-fav-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.acc-page .acc-fav-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid #eeeae4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(17, 17, 17, 0.03);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.acc-page .acc-fav-card:hover {
    border-color: #d9d4cc;
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.08);
    transform: translateY(-2px);
}

.acc-page .acc-fav-img {
    display: block;
    position: relative;
    aspect-ratio: 3 / 4;
    background: #f4f3ef;
    overflow: hidden;
}

.acc-page .acc-fav-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    box-sizing: border-box;
}

.acc-page .acc-fav-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px 14px;
    flex: 1 1 auto;
}

.acc-page .acc-fav-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.acc-page .acc-fav-name:hover {
    color: #011893;
}

.acc-page .acc-fav-sku {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #8a8680;
}

.acc-page .acc-fav-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
}

.acc-page .acc-fav-now {
    font-size: 15px;
    font-weight: 700;
    color: #011893;
}

.acc-page .acc-fav-was {
    font-size: 12px;
    color: #8a8a8a;
    text-decoration: line-through;
}

.acc-page .acc-fav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
}

.acc-page .acc-fav-open {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: #011893;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.acc-page .acc-fav-open:hover {
    background: #02136e;
    color: #fff;
}

.acc-page .acc-fav-del {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #eceae6;
    border-radius: 999px;
    background: #fff;
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    cursor: pointer;
}

.acc-page .acc-fav-del::before {
    content: "\f2ed";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #8a8680;
    line-height: 1;
}

.acc-page .acc-fav-del:hover {
    border-color: #fecaca;
    background: #fef2f2;
}

.acc-page .acc-fav-del:hover::before {
    color: #b91c1c;
}

.acc-page .acc-fav-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 20px;
    border: 1px dashed #eceae6;
    border-radius: 16px;
    background: #fafaf8;
}

.acc-page .acc-fav-empty-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #f4f6fb;
    color: #011893;
    font-size: 20px;
}

.acc-page .acc-fav-empty strong {
    display: block;
    margin: 0 0 6px;
    font-size: 16px;
    color: #111;
}

.acc-page .acc-fav-empty p {
    margin: 0 0 18px;
    max-width: 360px;
    font-size: 13px;
    line-height: 1.5;
    color: #6f6c64;
}

.acc-page .acc-fav-empty-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #011893;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.acc-page .acc-fav-empty-cta:hover {
    background: #02136e;
    color: #fff;
}

.acc-page .acc-ret-head {
    margin: 0 0 18px;
}

.acc-page .acc-ret-head .uyelik_h2 {
    margin: 0;
}

.acc-page .acc-ret-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.acc-page .acc-ret-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px;
    border: 1px solid #eeeae4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(17, 17, 17, 0.03);
}

.acc-page .acc-ret-img {
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f3ef;
}

.acc-page .acc-ret-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 6px;
    box-sizing: border-box;
}

.acc-page .acc-ret-main {
    min-width: 0;
}

.acc-page .acc-ret-meta {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #011893;
    margin-bottom: 4px;
}

.acc-page .acc-ret-name {
    display: block;
    margin: 0 0 12px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.acc-page .acc-ret-name:hover {
    color: #011893;
}

.acc-page .acc-ret-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.acc-page .acc-ret-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #011893;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    border: 1px solid #011893;
}

.acc-page .acc-ret-btn:hover {
    background: #02136e;
    border-color: #02136e;
    color: #fff;
}

.acc-page .acc-ret-btn-ghost {
    background: #fff;
    color: #011893;
}

.acc-page .acc-ret-btn-ghost:hover {
    background: #f4f6fb;
    color: #011893;
    border-color: #011893;
}

/* ===== Recherche ===== */
.srch-page {
    padding-bottom: 36px;
}

.srch-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 0 14px;
    border-bottom: 1px solid #eceae6;
    margin-bottom: 4px;
}

.srch-head h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.srch-head p,
.srch-head .arama_header {
    margin: 0;
    font-size: 13px;
    color: #6f6c64;
}

.srch-page .arama_siralama {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 0 16px;
}

.srch-empty {
    padding: 48px 20px;
    text-align: center;
    background: #fff;
    border: 1px dashed #eceae6;
    border-radius: 14px;
    color: #6f6c64;
}

/* ===== Contact ===== */
.contact-page {
    padding-bottom: 36px;
}

.contact-head {
    margin: 4px 0 18px;
}

.contact-kicker {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #011893;
}

.contact-head h1 {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 700;
    color: #111;
}

.contact-head p {
    margin: 0;
    color: #6f6c64;
    font-size: 14px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 16px;
    align-items: stretch;
}

.contact-info,
.contact-form {
    background: #fff;
    border: 1px solid #eceae6;
    border-radius: 14px;
    padding: 22px;
    box-sizing: border-box;
}

.contact-page .iletisim_resim,
.contact-page .iletisim_form {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}
.contact-page .iletisim_resim {
    background: #011893;
    border-color: #011893;
    color: #fff;
}
.contact-page .iletisim_form {
    background: #fff;
}
.contact-page .iletisim_bilgileri {
    width: auto;
    margin: 0;
    color: #fff;
}
.contact-page .iletisim_bilgileri span {
    color: #9db7ff;
}

.contact-info img {
    width: 92px;
    height: auto;
    display: block;
    margin-bottom: 18px;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
}

.contact-info h2 {
    margin: 0 0 14px;
    font-size: 18px;
}

.contact-info span {
    display: block;
    margin: 12px 0 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9db7ff;
}

.contact-info .contact-val {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.92);
}

.contact-form .iletisim_k_textbox,
.contact-form .iletisim_b_textbox {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 44px;
    margin: 0 0 10px;
    padding: 0 12px;
    border: 1px solid #e2e0da;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
}

.contact-form .iletisim_b_textbox {
    height: 140px;
    padding: 10px 12px;
    resize: vertical;
}

.contact-form .iletisim_gonder_btn {
    width: 100%;
    height: 44px;
    margin: 4px 0 0;
    border: 0;
    border-radius: 10px;
    background: #011893;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.contact-map {
    margin-top: 16px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eceae6;
    background: #fff;
}

.contact-map iframe {
    width: 100% !important;
    height: 320px !important;
    display: block;
    border: 0;
}

/* ===== 404 ===== */
.err-page {
    max-width: 560px;
    margin: 48px auto 64px;
    text-align: center;
    background: #fff;
    border: 1px solid #eceae6;
    border-radius: 16px;
    padding: 40px 28px;
}

.err-page img {
    max-width: 180px;
    height: auto;
    margin-bottom: 12px;
}

.err-kicker {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #011893;
}

.err-page h1 {
    margin: 0 0 8px;
    font-size: 28px;
    color: #111;
}

.err-page p {
    margin: 0 0 22px;
    color: #6f6c64;
    font-size: 14px;
}

.err-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.err-actions a {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
}

.err-actions a.err-home {
    background: #011893;
    color: #fff;
}

.err-actions a.err-ghost {
    background: #fff;
    color: #111;
    border: 1px solid #e2e0da;
}

/* Cookie */
.cookie-warning-wrapper {
    width: min(420px, calc(100% - 32px));
    height: auto;
    background: #14151a;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,.28);
}

.cookie-warning-wrapper .cookie-warning-inner .cookie-text {
    color: #e8e6e1;
    font-size: 13px;
    line-height: 1.45;
    padding: 14px 44px 14px 16px;
}

.cookie-warning-wrapper .cookie-warning-inner .cookie-text a {
    color: #fff;
}

@media (max-width: 960px) {
    .acc-page.uyelik_panel {
        grid-template-columns: 1fr;
    }
    .acc-page .acc-auth-grid {
        grid-template-columns: 1fr;
    }
    .acc-page .acc-auth-aside {
        flex-direction: column;
        align-items: stretch;
    }
    .acc-page .acc-auth-aside-btn {
        width: 100%;
        min-width: 0;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .acc-page .siparislerim_row,
    .acc-page .siparis_detay_row,
    .acc-page .adresler_row {
        grid-template-columns: 1fr;
    }
    .acc-page .acc-fav-grid {
        grid-template-columns: 1fr 1fr;
    }
    .srch-head {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .acc-page .acc-fav-grid {
        grid-template-columns: 1fr;
    }
    .acc-page .acc-ret-card {
        grid-template-columns: 1fr;
    }
    .acc-page .acc-ret-img {
        width: 100%;
        height: 180px;
    }
    .acc-page .acc-ret-btn {
        width: 100%;
    }
}
