@charset "utf-8";
/* ========================================================
   SHOPPHP CORE CSS — DARK MODE OVERRIDE
   Organik Theme: #0a0a0a / #0d0d0d / #111 / #1a1a1a / #cc003d
   ======================================================== */

/* ── TYPOGRAPHY OVERHAUL ── */
body {
    font-family: 'Outfit', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
}

a {
    color: #cc003d;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

td {
    color: #ccc;
}

label {
    color: #ccc;
    font-weight: 500;
}

.pointer {
    cursor: pointer;
}

div.hr {
    background-color: #1a1a1a;
}

/* Global Font Size Adjustments */
p {
    font-size: 15px;
}

small {
    font-size: 13px;
}

/* Product Item Typography */
.col-product-item-name a {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.col-product-item-price ins {
    font-weight: 800 !important;
    color: #fff !important;
}

/* Detail Page Typography */
.product-detail-title h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

.showcase-price-new ins {
    font-size: 36px !important;
    font-weight: 900 !important;
}

.product-detail-meta-info p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #888 !important;
}

/* ── BUTTONS ── */
.btn {
    background-color: #111;
    border: 1px solid #222;
    color: #ccc;
    border-radius: 8px;
}

.btn:focus, .btn:hover {
    color: #fff;
}

.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3);
}

.btn-primary {
    background-color: #cc003d !important;
    border-color: #a30031 !important;
    color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #a30031 !important;
    border-color: #800025 !important;
}

/* ── FORM INPUTS ── */
.sf-form-input, .sf-form-textarea, .sf-form-select {
    background-color: #111 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.sf-form-input::placeholder, .sf-form-textarea::placeholder {
    color: #555 !important;
}

.sf-form-input:focus, .sf-form-textarea:focus, .sf-form-select:focus {
    border-color: #cc003d !important;
    box-shadow: 0 0 0 3px rgba(204, 0, 61, 0.1) !important;
}

.sf-text-label {
    color: #ccc !important;
}

.sf-form-header {
    color: #fff !important;
    border-bottom: 1px dotted #282828;
}

.sf-form-header div {
    color: #ccc !important;
}

/* Focus genel */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus,
input[type="search"]:focus, input[type="url"]:focus, input[type="date"]:focus,
select:focus, .uneditable-input:focus {
    border-color: #cc003d !important;
    box-shadow: 0 0 0 3px rgba(204, 0, 61, 0.1) !important;
}

/* ── SF BUTTONS ── */
.sf-button {
    background-color: #cc003d !important;
    color: #fff;
    border: none !important;
    border-radius: 8px;
}

.sf-button:hover {
    opacity: 0.85;
}

.sf-primary-button {
    background: #cc003d !important;
}

.sf-neutral-button {
    background: #1a1a1a !important;
}

/* ── GENERATED FORM ── */
.generatedForm {
    color: #ccc;
}

.generatedForm .td1 {
    color: #999;
}

.textBox {
    color: #ccc;
}

.textBox div {
    color: #ccc;
}

.formlinefix {
    background-color: #0d0d0d;
}

/* viewForm */
.viewForm {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 10px;
}

.viewForm td {
    border-bottom: 1px solid #1a1a1a;
    color: #ccc;
}

.viewForm .td1 {
    border-right: 1px solid #1a1a1a;
    color: #999;
}

.viewForm .td3 {
    color: #fff;
}

/* ── SUCCESS/FAIL ── */
.success {
    background: #1a331a;
    color: #4caf50;
}

.fail {
    background: #1a1a1a;
    color: #999;
}

/* ── LOADING ── */
.lds-ellipsis div {
    background: #cc003d;
}

/* ── SEARCH CONTAINER ── */
#search-container {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 10px;
}

#search-container .tum-urunler a {
    color: #cc003d;
}

#search-container .pw-autocomplete-dropdown {
    background-color: #0a0a0a !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    color: #ccc;
}

#search-container .pw-autocomplete-section-title {
    background-color: #0d0d0d;
    color: #fff;
    border-color: #1a1a1a;
}

#search-container .pw-product-suggestion-name {
    color: #ccc;
}

#search-container .pw-product-suggestion-current-price {
    color: #fff;
}

#search-container .pw-product-suggestion-old-price {
    color: #666;
}

#search-container .pw-taxonomy-suggestion:hover {
    background-color: #111;
}

#search-container .pw-taxonomy-suggestion-type {
    color: #666;
}

#search-container .pw-taxonomy-suggestion-name {
    color: #ccc;
}

/* ── ÖDEME TİPİ ── */
#gf_odemeTipi {
    background: #0d0d0d;
    box-shadow: none;
    color: #ccc;
    border: 1px solid #1a1a1a;
    border-radius: 8px;
}

/* ── ÇOKLU PROMOSYON ── */
.multi-esantiyon-urun {
    background: linear-gradient(135deg, #1a1000, #1a0d00) !important;
    border: 1px solid #332a00 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}

.multi-esantiyon-urun:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4) !important;
    border-color: #cc8800 !important;
}

.multi-esantiyon-urun::before {
    background: linear-gradient(90deg, #cc003d, #a30031) !important;
}

.multi-esantiyon-urun-name {
    color: #ff8600 !important;
}

.multi-esantiyon-urun-isim {
    color: #ff8600;
}

.multi-esantiyon-urun-img {
    border-color: #332a00;
    background: #111;
}

.multi-esantiyon-urun-img-inner {
    background: #1a1a1a;
}

.multi-esantiyon-urun-adet {
    background: rgba(204, 136, 0, 0.15);
    color: #ff8600;
    border-color: #664400;
}

.multi-esantiyon-urun-oran-ucretsiz {
    background: linear-gradient(90deg, #0d3d2d 60%, #0a2a1a 100%);
    color: #4caf50 !important;
    box-shadow: none;
}

.multi-esantiyon-urun-oran-indirimli {
    background: #1a1500;
    color: #cc8800;
    border-color: #332a00;
}

.multi-esantiyon-urun-oran-yok {
    background: #111;
    color: #666;
}

.multi-esantiyon-urun-link {
    color: #cc003d;
}

.multi-esantiyon-urun-link:hover {
    color: #ff8600;
}

.multi-esantiyon-urun-indirim-sepette-uygulanir {
    color: #888;
}

.multi-esantiyon-urun-urunler, .multi-esantiyon-urun-adetler {
    color: #999;
}

.multi-esantiyon-urun-indirimOran {
    background: #0d1a0d;
    color: #4caf50;
}

/* ── USER MENU ── */
#shopphp-login .menu_head {
    background-color: #0d0d0d;
    border-bottom: 1px solid #1a1a1a;
}

#shopphp-login .menu_head a {
    color: #ccc;
}

#shopphp-login .menu_head:hover, #shopphp-login .menu_head.active {
    background-color: #cc003d;
}

#shopphp-login .menu_head:hover a, #shopphp-login .menu_head.active a {
    color: #fff;
}

.menu_head {
    border-bottom: 1px solid #1a1a1a;
}

.menu_head a {
    color: #ccc;
}

/* ── PAGINATION ── */
#twbsPagination > li > a, #twbsPagination > li > span {
    background-color: #0d0d0d;
    border: 1px solid #222;
    color: #ccc;
}

#twbsPagination > li > a:hover, #twbsPagination > li > span:hover {
    background-color: #111;
    color: #fff;
}

#twbsPagination > .active > a, #twbsPagination > .active > span,
#twbsPagination > .active > a:hover {
    background-color: #cc003d;
    border-color: #cc003d;
    color: #fff;
}

#twbsPagination > .disabled > a, #twbsPagination > .disabled > span {
    background-color: #0a0a0a;
    border-color: #1a1a1a;
    color: #444;
}

.pager li > a, .pager li > span {
    background-color: #0d0d0d;
    border: 1px solid #222;
    color: #ccc;
}

.pager li > a:hover {
    background-color: #111;
}

.pager .disabled > a, .pager .disabled > span {
    background-color: #0a0a0a;
    color: #444;
}

ul.page_nav li a {
    color: #ccc;
    border-color: #222;
}

ul.page_nav li a:hover {
    color: #cc003d;
    border-color: #444;
}

/* ── REGISTER TAB ── */
.register-tab label {
    background-color: #111 !important;
    color: #999 !important;
    border: 1px solid #222 !important;
}

.register-tab label.active {
    background-color: #cc003d !important;
    color: #fff !important;
}

/* ── TABS CONTAINER ── */
.tabs-container {
    background-color: #0a0a0a;
    border: 1px solid #1a1a1a;
}

.tabs-container .tabs-list {
    border-right: 1px solid #1a1a1a;
}

.tabs-container .tabs-list ul li a {
    color: #ccc;
}

.tabs-container .tabs-list ul li a.active, .tabs-container .tabs-list ul li a:hover {
    background-color: #cc003d;
    color: #fff;
}

.tabs-footer {
    border-top: 1px solid #1a1a1a;
}

.tabs-footer > button {
    background-color: #cc003d;
    color: #fff;
}

.tabs-footer > div label:before, .checkbox-fa label:before {
    border-color: #333;
}

.tabs-footer > div input:checked + label:before, .checkbox-fa input:checked + label:before {
    color: #cc003d;
}

/* ── ADDRESS ── */
.adress-container {
    background-color: #0a0a0a;
}

.adress-container .adress-list ul li {
    border: 1px solid #1a1a1a;
    border-bottom: 3px solid #1a1a1a;
    color: #ccc;
    background: #0d0d0d;
}

.adress-container .adress-list ul li:hover, .adress-container .adress-list ul li.active {
    border-color: #cc003d;
}

.adress-container .adress-list ul li.active .active-set {
    background-color: #cc003d;
}

.adress-container .new-addres-item span {
    color: #cc003d;
}

.adress-container .adress-list ul li.new-addres-item a {
    color: #ccc;
}

.addres-add-form input, .addres-add-form textarea, .addres-add-form select {
    background-color: #111 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.addres-add-form > div div label {
    color: #999;
}

.addres-add-form > div div b {
    color: #ccc;
}

.addres-add-form > div > div small {
    color: #666;
}

.addres-button {
    background-color: #cc003d;
    color: #fff;
    border-radius: 8px;
}

/* ── KARGO ── */
table.kargo-liste {
    border-color: #1a1a1a;
    background: #0a0a0a;
    color: #ccc;
}

table.kargo-liste th {
    border-bottom-color: #1a1a1a;
    color: #cc003d;
    background: #080808;
}

table.kargo-liste td {
    border-bottom-color: #1a1a1a;
}

table.kargo-liste tr.active {
    background-color: #111;
}

.kargo-secim li {
    border: 1px solid #1a1a1a;
    color: #ccc;
    background: #0d0d0d;
}

.kargo-secim li.active, .kargo-secim.enabled li:hover {
    border-color: #cc003d;
}

/* ── ÜRÜN SEÇİM ── */
.urunSecimTable {
    border-color: #1a1a1a;
    background: #0a0a0a;
}

.urunSecimTable td select, select.secim {
    border-color: #222;
    background: #111;
    color: #fff;
}

ul.urunSecim li {
    border-color: #222;
    background: #0d0d0d;
    color: #ccc;
}

ul.urunSecim li.selected {
    border-color: #cc003d;
}

ul.urunSecim li.disabled {
    opacity: 0.3;
}

.UrunSecenekleri {
    color: #cc003d;
    border-bottom-color: #1a1a1a;
}

.UrunSecenekleriHeaderSecondary div {
    background-color: #cc003d;
}

/* ── FİLTRE ── */
.filitreBaslik {
    color: #fff;
}

.filtre-tablo {
    background-color: #0a0a0a;
    color: #ccc;
}

.filtre-tablo .filtre-label {
    background-color: #111;
}

.filtre-tablo .filtre-info {
    background-color: #0d0d0d;
}

#filterContainer label.div-only {
    border-color: #222;
    color: #ccc;
}

.searchResultFilter li, ul.searchResultFilter > li {
    border-color: #222;
}

#orderBy, #cat-limit {
    border-color: #222;
    background: #111;
    color: #ccc;
}

/* ── COMMENTS ── */
.comments .sep {
    background-color: #1a1a1a;
}

.comments .username td {
    color: #fff;
}

.comments .tarih {
    color: #555;
}

.comments .aciklama2 {
    background-color: #0d0d0d;
}

.aciklama-cevap div {
    border-color: #222;
}

/* ── SSS ── */
.sss-icon {
    color: #cc003d;
}

.sss div.cevap {
    background: rgba(204, 0, 61, 0.05);
    border-color: #1a1a1a;
    color: #ccc;
}

/* ── BLOG GRID ── */
.blog_grid_area {
    color: #ccc;
}

.blog_grid {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.blog_grid:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.blog_thumb {
    overflow: hidden;
}

.blog_thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s;
}

.blog_grid:hover .blog_thumb img {
    transform: scale(1.05);
}

.blog_content {
    padding: 18px;
}

.blog_content .post_title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.blog_content .post_title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.blog_content .post_title a:hover {
    color: #cc003d;
}

.blog_content .post_meta {
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
}

.blog_content .post_meta span {
    color: #555;
}

.blog_content .post_meta i {
    color: #cc003d;
    margin-right: 4px;
}

.blog_content .post_desc {
    font-size: 13px;
    line-height: 1.6;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 14px;
}

.blog_content .read_more {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cc003d;
    text-decoration: none;
    padding: 6px 16px;
    border: 1px solid #cc003d;
    border-radius: 6px;
    transition: all 0.3s;
}

.blog_content .read_more:hover {
    background: #cc003d;
    color: #fff;
}

.post-content a {
    color: #cc003d;
}

.post-content a.le-button {
    border-bottom-color: #1a1a1a;
}

/* ── BLOG DETAY SAYFASI ── */
.box-page {
    color: #ccc;
}

.box-page-title {
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
}

.box-page-title a {
    color: #cc003d;
    text-decoration: none;
}

.box-page-title a:hover {
    color: #ff1a5e;
}

.blog_details_wrapper {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 14px;
    overflow: hidden;
}

.blog_details_wrapper .blog_thumb img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.blog_details_wrapper .blog_content {
    padding: 24px;
}

.blog_details_wrapper .post_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 14px;
    line-height: 1.3;
}

.blog_details_wrapper .post_meta {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #1a1a1a;
}

.blog_details_wrapper .post_meta span {
    color: #555;
}

.blog_details_wrapper .post_meta i {
    color: #cc003d;
    margin-right: 4px;
}

.blog_details_wrapper .post_meta a {
    color: #cc003d;
}

.blog_details_wrapper .post_content {
    color: #bbb;
    font-size: 15px;
    line-height: 1.8;
}

.blog_details_wrapper .post_content h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 28px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #1a1a1a;
}

.blog_details_wrapper .post_content h2 {
    color: #eee;
    font-size: 20px;
    font-weight: 600;
    margin: 24px 0 10px;
}

.blog_details_wrapper .post_content h3 {
    color: #ddd;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 8px;
}

.blog_details_wrapper .post_content p {
    color: #bbb;
    margin-bottom: 14px;
}

.blog_details_wrapper .post_content a {
    color: #cc003d;
    text-decoration: underline;
}

.blog_details_wrapper .post_content a:hover {
    color: #ff1a5e;
}

.blog_details_wrapper .post_content hr {
    border: none;
    border-top: 1px solid #1a1a1a;
    margin: 20px 0;
}

.blog_details_wrapper .post_content img {
    border-radius: 10px;
    border: 1px solid #1a1a1a;
}

.blog_details_wrapper .post_content ul,
.blog_details_wrapper .post_content ol {
    color: #bbb;
    padding-left: 20px;
    margin-bottom: 14px;
}

.blog_details_wrapper .post_content blockquote {
    border-left: 3px solid #cc003d;
    padding: 12px 18px;
    margin: 16px 0;
    background: #0d0d0d;
    color: #999;
    border-radius: 0 8px 8px 0;
}

/* ── HABER ── */
.sp-haber-ic-list li {
    border-bottom-color: #1a1a1a;
}

.sp-block-urun {
    border-bottom-color: #1a1a1a;
}

.sp-block-urun .sp-block-resim {
    border-color: #1a1a1a;
    background: #0d0d0d;
}

.sp-block-urun .sp-block-isim {
    color: #fff;
}

.sp-block-urun .sp-block-piyasa {
    color: #666;
}

.sp-block-urun .sp-block-fiyat {
    color: #fff;
}

/* ── ICON LİSTE ── */
.iconListe span {
    background-color: #cc003d;
}

.iconListe span.ri-yeni {
    background-color: #1a331a;
    color: #4caf50;
}

.iconListe span.ri-aninda-gonderim {
    background-color: #332200;
    color: #ff8600;
}

.iconListe span.ri-ucretsiz-kargo {
    background-color: #001a33;
    color: #4a90d9;
}

.iconListe span.ri-tukendi {
    background-color: #1a1a1a;
    color: #999;
}

/* ── ADET İNDİRİM ── */
table.adet-indirim {
    background-color: #0d0d0d;
    border-color: #1a1a1a;
}

table.adet-indirim tr {
    border-color: #1a1a1a;
}

table.adet-indirim tr td {
    color: #ccc;
}

table.adet-indirim tr td:last-child {
    color: #fff;
}

/* ── SAYAÇ ── */
.urun-sayac > span, .sepet-sayac > span {
    background-color: #0d0d0d;
    color: #fff;
    border: 1px solid #1a1a1a;
}

.urun-sayac > span > span, .sepet-sayac > span > span {
    color: #666;
    border-top-color: #1a1a1a;
}

/* ── RWD TABLE ── */
.rwd-table {
    background: #0a0a0a;
}

.rwd-table th {
    color: #cc003d;
}

.rwd-table td {
    color: #ccc;
}

/* ── MISC ── */
.format-div {
    background-color: #0d0d0d;
}

.bg-f7 {
    background-color: #0d0d0d !important;
}

.hata, .uyari {
    color: #cc003d;
}

.error, .register-error {
    color: #cc003d;
}

.error.cover-me {
    border-color: #cc003d;
}

.single-message {
    color: #cc003d;
}

.BreadCrumb {
    color: #999;
}

.urunListLiteTR {
    border-bottom-color: #1a1a1a;
}

.urunListLiteTR td {
    border-bottom-color: #1a1a1a;
}

.onaysep {
    background-color: #1a1a1a;
}

.item-order-line {
    border-top-color: #1a1a1a;
}

#urunTooltip {
    background-color: #1a1a1a;
}

.sepet-info {
    background: #0d1a0d !important;
    border-color: #1a331a !important;
    color: #4caf50;
    box-shadow: none;
}

.sepet-info a {
    color: #cc003d !important;
}

textarea.sozlesme {
    border-color: #222;
    background: #111;
    color: #ccc;
}

.kargoInfo {
    background: #0a0a0a;
}

.kargoInfo td, .kargoInfo th {
    border-bottom-color: #1a1a1a;
    color: #ccc;
}

/* ── WHATSAPP ── */
.whatsapp_tabela .wrap {
    border-color: #1a1a1a;
    background: #0d0d0d;
}

/* ── SWAL ── */
.swal2-styled.swal2-confirm {
    background-color: #cc003d !important;
}

.swal2-styled.swal2-cancel {
    background-color: #111 !important;
    border: 1px solid #222;
}

.swal2-html-container {
    color: #ccc;
}

/* ── ÖDEME ROW ── */
.odemeSelectName {
    color: #ccc;
}

.odemeSecimDescription {
    color: #ccc;
}

.odemeSelectLogo {
    background: #111;
    border-color: #1a1a1a;
}

/* ── POWERED BY ── */
.powered-by {
    background-color: #0a0a0a;
    border-top-color: #1a1a1a;
    color: #666;
}

.powered-by a {
    color: #cc003d;
}

.powered-by a.e-ticaret {
    color: #666;
}

/* ── MODAL ── */
#adresModalOverlay {
    background: rgba(0, 0, 0, 0.8);
}

#adresModalContent {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.6);
    color: #ccc;
}

#adresModalContent label {
    color: #999;
}

#adresModalContent input[type=text], #adresModalContent textarea, #adresModalContent select {
    background: #111 !important;
    border-color: #222 !important;
    color: #fff !important;
}

#adresModalContent .modal-close {
    color: #666;
}

/* ── KATEGORİ ── */
.tumcat-catcontainer {
    background-color: #0d0d0d;
    border-color: #1a1a1a;
}

.tumcat-catcontainer strong {
    color: #fff;
    border-bottom-color: #1a1a1a;
}

.tumcat-catcontainer a {
    color: #cc003d;
}

/* ── GALERİ ── */
.modGallery img {
    border-color: #222;
}

.modGallery img:hover {
    border-color: #cc003d;
}

#urunResimListContainer li, #yorumResimListContainer li {
    border-color: #222;
    background: #0d0d0d;
}

#urunResimListContainer li a i {
    color: #555;
}

/* ── LIST VIEW ── */
.list-view-product-container {
    background: #0a0a0a;
}

.list-view-product-container .discount-badge {
    background-color: #cc003d;
}

h5.list-view-product-name a {
    color: #fff !important;
}

.list-view-product-price {
    color: #fff;
}

.list-view-old-price {
    color: #666;
}

/* ── EPOSTA HATA ── */
.eposta-hata {
    border-color: #cc003d;
    background: #1a0008;
    color: #ccc;
}

/* ── UL URUN LIST ── */
.ul-urun-list li {
    border-color: #1a1a1a;
    background: #0d0d0d;
}

/* ── ADMIN TOOLS ── */
.adminTools .btn-duzenle {
    background-color: #cc003d;
}

.adminTools .btn-stok {
    background-color: #1a3d5c;
    color: #4a90d9;
}

.sf-form-container {
    background-color: transparent;
}

.shopphp-payment-body .border-right {
    border-right: 1px solid #222222 !important;
}

.shopphp-payment-body .tabs .tab.active {
    background: #cc003d;
    color: #fff;
}

.shopphp-payment-body .border {
    border: 1.5px solid #222222 !important;
    border-radius: 6px !important;
    overflow: hidden;
}

.shopphp-payment-body .tabs .tab {
    background: #111111;
    cursor: pointer;
}

.shopphp-payment-body .tab.active p {
    color: #fff;
}

.satinal-login-info-text {
    display: inline-block;
    text-align: center;
    color: #fff;
}

.shopphp-payment-body .tab-content .card {
    border: 2px solid #1a1a1a;
    border-radius: 10px;
    background-color: #0a0a0a;
}

.shopphp-payment-body .border-top {
    border-top: 1px solid #1a1a1a !important;
}

.shopphp-payment-body .table td, .table th {

    border-top: 1px solid #1a1a1a;
}

.sozlesme-v5 .sozlesme-content {
    background: transparent;
}

/* ── MMENU MOBILE DARK MODE ── */
.mm-menu {
    --mm-color-background: #0d0d0d !important;
    --mm-color-text: #ccc !important;
    --mm-color-border: #1a1a1a !important;
    --mm-color-button: #cc003d !important;
    --mm-color-background-highlight: rgba(204, 0, 61, 0.1) !important;
    --mm-color-background-emphasis: #cc003d !important;
}

.mm-panel {
    background: #0d0d0d !important;
}

.mm-navbar {
    background: #0a0a0a !important;
    border-color: #1a1a1a !important;
}

.mm-navbar__title {
    color: #fff !important;
}

.mm-listitem:after {
    border-color: #1a1a1a !important;
}

.mm-listitem_selected > .mm-listitem__text {
    background: rgba(204, 0, 61, 0.1) !important;
    color: #cc003d !important;
}

.mm-panels::after {
    background-color: #0d0d0d !important;
}

.mm-panels::before {
    background-color: #cc003d !important;
    color: #fff !important;
    border-radius: 50%;
}

/* ── GLOBAL COLOR CLEANUP & REFINEMENT ── */

/* Slick Arrows */
.slick-arrow, .slick-prev, .slick-next {
    background-color: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.slick-arrow:hover {
    background-color: #cc003d !important;
    border-color: #cc003d !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 14px !important;
    color: #fff !important;
}

/* Range Slider (Price Filter) */
.jslider .jslider-pointer {
    background: #cc003d !important;
    border: 2px solid #fff !important;
}

.jslider .jslider-pointer:hover, .jslider .jslider-pointer.jslider-pointer-hover {
    background: #fff !important;
    border-color: #cc003d !important;
}

.jslider .jslider-bg {
    background: #1a1a1a !important;
}

.jslider .jslider-bg .v {
    background: #cc003d !important;
}

/* Product Detail Images */
.ps-product__gallery .slick-slide-gallery-item img,
.ps-product__variants .slick-slide-varyant-item img {
    background: #111 !important;
    border-color: #1a1a1a !important;
}

/* Breadcrumbs */
nav.breadcrumb-wrap {
    background-color: #080808 !important;
    border-bottom: 1px solid #111 !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase;
}

.breadcrumb-wrap a {
    color: #888 !important;
    text-transform: uppercase;
}

.breadcrumb-wrap span {
    color: #555 !important;
    font-size: 12px;
}

.breadcrumb-wrap a:hover {
    color: #cc003d !important;
}

/* Product Quantity Inputs (Grid) */
.col-product-item-footer div:first-child {
    background: #0d0d0d;
    border: 1px solid #1a1a1a;
    border-radius: 8px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 90px;
}

.col-product-item-footer div:first-child i {
    color: #cc003d;
    cursor: pointer;
    font-size: 12px;
}

.col-product-item-footer div:first-child input {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center !important;
    width: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ── NAVIGATION & BANNERS ── */
.section-header-bottom nav ul li a {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.main-meta-item span {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    display: block;
    margin-bottom: 2px;
}

.main-meta-item p {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #888 !important;
    margin: 0 !important;
}

.category-sticky-item a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #ccc !important;
}

.category-sticky-item a:hover {
    color: #cc003d !important;
    padding-left: 5px;
}

.BreadCrumb a {
    font-size: 13px !important;
    color: #888 !important;
}

.BreadCrumb a:after {
    content: "/";
    margin: 0 8px;
    color: #444;
}

/* Sidebar titles */
.widget-boxed .title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    border-bottom: 2px solid #cc003d;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* Show All Categories Button */
.show-all-categories {
    border-top: 1px solid #1a1a1a;
}

.show-all-categories a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px !important;
    color: #cc003d !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    background: rgba(204, 0, 61, 0.05);
    transition: all 0.3s ease;
}

.show-all-categories a:hover {
    background: rgba(204, 0, 61, 0.1);
    color: #fff !important;
    padding-left: 25px !important;
}

/* ── PRODUCT TABS ── */
.main-tab-product header nav {
    background: #0d0d0d;
    padding: 6px;
    border-radius: 50px;
    border: 1px solid #1a1a1a;
    display: inline-flex !important;
}

.main-tab-product header nav a {
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #888 !important;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none !important;
}

.main-tab-product header nav a.active {
    background: #cc003d !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(204, 0, 61, 0.3);
}

.main-tab-product header nav a:hover:not(.active) {
    color: #fff !important;
}

.tab-content-item.d-none {
    display: none !important;
}

#hizli-uye-menu {
    background-color: rgb(26 26 26) !important;
}

.col-product-item-footer {
    padding: 10px;
}
