@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    color: var(--theme-fontcolor, #222);
}

.btn-yesil {
    background: #0c9c23;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    transition: all .2s ease;
}
.btn-yesil:hover {
    background: var(--theme-accentcolor, #df8d1c);
    color: #fff;
}

.btn-turuncu {
    background: var(--theme-accentcolor, #e5a440);
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    transition: all .2s ease;
}
.btn-turuncu:hover {
    background: var(--theme-basecolor, #df8d1c);
    color: #fff;
}

/* ───── Kategori ve Filtre Barları ───── */
.categoriesbar, .filterbrand {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    padding: 24px;
    border: 1px solid #ebebeb;
}
.categoriesbar h1, .filterbrand h1 {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}
.categoriesbar a {
    display: block;
    padding: 7px 0;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #f7f7f7;
    transition: all .2s ease;
}
.categoriesbar a:hover {
    color: var(--theme-accentcolor, #e5a440);
    padding-left: 5px;
}

/* ───── Ürün Kartları ───── */
.product_single {
    width: 100%;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    margin-bottom: 24px;
    overflow: hidden;
    transition: all .25s ease;
    position: relative;
}
.product_single:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    border-color: #e0e0e0;
}
.product_singlebody {
    padding: 12px 14px 16px;
}
.product_singlebody h3 {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin: 0 0 8px;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.35;
}
.product_singlebody h3 a {
    color: #222;
    text-decoration: none;
}
.product_singlebody h3 a:hover {
    color: var(--theme-accentcolor, #e5a440);
}
span.priceone {
    font-size: 15px;
    color: var(--theme-accentcolor, #e59a2a);
    font-weight: 800;
}
del.pricedel {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    margin-left: 6px;
}
.addfavorites {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    color: #888;
    text-decoration: none;
    transition: all .2s ease;
}
.addfavorites:hover {
    color: #e53935;
    transform: scale(1.1);
}

/* ───── Breadcrumb ───── */
.tezgah {
    width: 100%;
    margin-bottom: 25px;
    background: #fbfbfb;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.ustbread a {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #ddd;
    text-decoration: none;
}
.ustbread a:hover {
    color: var(--theme-accentcolor, #e5a440);
}
.ustbread span {
    font-size: 12px;
    color: #999;
}

/* ───── Ürün Detay Sayfası ───── */
.beyazkutu {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    border-radius: 8px;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.urunkunye h1 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 16px 0;
}
span.fiyat {
    font-size: 24px;
    font-weight: 800;
    color: var(--theme-accentcolor, #e59a2a);
}

/* ───── Header Action Badges ───── */
.header-action-2 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-action-2 .header-action-icon-2>a {
    font-size: 20px;
    color: #222;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-action-2 .header-action-icon-2>a span.pro-count {
    position: absolute;
    right: -10px;
    top: -6px;
    background: var(--theme-basecolor, #e5a440);
    color: #fff;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ───── Dropdown Sepet ───── */
.cart-dropdown-wrap {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ececec;
    display: none;
}
.header-action-icon-2:hover .cart-dropdown-wrap {
    display: block;
}
