:root {
    --dark: #06142f;
    --dark2: #081b3d;
    --orange: #ff9800;
    --orange2: #ffad2f;
    --text: #081331;
    --muted: #6d7288;
    --bg: #f6f8fc;
    --card: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
    color: var(--text);
}

.topbar {
    height: 34px;
    background: #071331;
    color: white;
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.main-header {
    background: var(--dark);
    padding: 22px 6%;
    display: grid;
    grid-template-columns: 240px 1fr 170px;
    gap: 30px;
    align-items: center;
}

.logo {
    font-size: 38px;
    font-weight: 900;
    color: white;
    text-decoration: none;
    letter-spacing: -1px;
}

.logo span {
    color: var(--orange);
}

.logo small {
    display: block;
    font-size: 11px;
    letter-spacing: 5px;
    color: white;
    opacity: .85;
}

.logo span {
    color: #ec1b63;
}

.logo small {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    color: #777;
}

.search-box {
    display: flex;
    border: 1px solid #e2e5ef;
    border-radius: 10px;
    overflow: hidden;
    height: 54px;
}

.search-box input {
    flex: 1;
    border: none;
    padding: 0 20px;
    font-size: 15px;
    outline: none;
}

.search-box button {
    width: 70px;
    border: none;
    background: #ec1b63;
    color: white;
    font-size: 22px;
}

.cart-box {
    background: white;
    border: 1px solid #e6e8f0;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
}

.cart-box small {
    display: block;
    color: #777;
}

.nav {
    margin: 0 6%;
    height: 56px;
    display: flex;
    align-items: center;
    background: #081331;
    border-radius: 10px;
    overflow: hidden;
}

.catalog-btn {
    height: 100%;
    width: 260px;
    background: #ec1b63;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-weight: bold;
}

.nav a {
    color: white;
    text-decoration: none;
    padding: 0 28px;
    font-weight: bold;
    font-size: 14px;
}

.page-layout {
    display: block;
    margin: 24px 6%;
}

.sidebar {
    display: none;
}

.sidebar-item {
    height: 52px;
    display: grid;
    grid-template-columns: 34px 1fr 20px;
    align-items: center;
    border-bottom: 1px solid #edf0f6;
    font-size: 14px;
    font-weight: 600;
}

.sidebar-item p {
    margin: 0;
}

.sidebar-item {
    cursor: pointer;
    transition: all .2s ease;
}

.sidebar-item:hover {
    background: #f7f8fc;
    color: #ec1b63;
    padding-left: 8px;
}

.sidebar-item img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.delivery-card {
    margin-top: 16px;
    background: #fff5f8;
    border-radius: 12px;
    padding: 18px;
    position: relative;
}

.delivery-card b {
    color: #ec1b63;
}

.delivery-card p {
    font-size: 13px;
    color: #6d7288;
}

.delivery-card span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    font-size: 32px;
}

.hero {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3,8,20,0.95), rgba(7,19,49,0.80), rgba(7,19,49,0.20)),
        url("https://images.unsplash.com/photo-1603386329225-868f9b1ee6c9?q=80&w=1600");
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    padding: 48px;
}

.hero span {
    color: #ec1b63;
    font-weight: bold;
}

.hero h1 strong {
    color: var(--orange);
}

.hero p {
    font-size: 18px;
    color: #e5e8f2;
}

.hero a {
    display: inline-block;
    margin-top: 18px;
    background: #ec1b63;
    color: white;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: bold;
}

.category-row {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.category-card {
    background: white;
    border-radius: 12px;
    padding: 10px 18px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(8, 19, 49, 0.06);
    font-weight: bold;
    font-size: 13px;
}

.category-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 12px;
}

.category-card {
    background: white;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(8, 19, 49, 0.06);
    transition: all 0.25s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(8, 19, 49, 0.12);
}

.category-card p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.section-head {
    margin: 34px 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-head h2 {
    margin: 0;
    font-size: 28px;
}

.section-head h2::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: #ec1b63;
    margin-top: 10px;
}

.section-head a {
    color: #ec1b63;
    font-weight: bold;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
}



.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(8,19,49,.12);
}

.badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #1db954;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
}




.product-card:hover .product-img img {
    transform: scale(1.05);
}

.product-card h3 {
    min-height: 48px;
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0;
    color: var(--dark);
    font-weight: 700;
}

.brand {
    color: #7b8794;
    font-size: 13px;
    margin-bottom: 10px;
}

.price {
    color: var(--orange);
    font-size: 28px;
    font-weight: 800;
    margin: 12px 0;
}

.product-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.product-actions .details-btn {
    flex: 1;
}

.product-actions button {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--orange), #ffb300);
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.details-btn {
    display: inline-block;
    background: #ec1b63;
    color: white;
    text-decoration: none;
    padding: 11px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    border: none;
}

.product-actions button {
    height: 42px;
    border: none;
    border-radius: 8px;
    background: #ec1b63;
    color: white;
    font-size: 18px;
}

.services {
    margin: 28px 0 50px;
    background: white;
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px;
    box-shadow: 0 8px 24px rgba(8, 19, 49, 0.06);
}

.services div {
    font-size: 14px;
}

.services p {
    color: #6d7288;
    margin: 6px 0 0;
}

.detail-page {
    margin: 40px 6%;
    background: white;
    border-radius: 18px;
    padding: 40px;
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 50px;
}

.detail-image img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.detail-content h1 {
    font-size: 34px;
}

.detail-price {
    color: #ec1b63;
    font-size: 36px;
    font-weight: bold;
}

.product-card {
    min-height: 360px;
    transition: all 0.25s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(8, 19, 49, 0.14);
}

.product-img {
    height: 210px;
    background: #ffffff;
    border-radius: 12px;
}

.product-card h3 {
    font-size: 15px;
    min-height: 58px;
}

.product-actions {
    margin-top: 14px;
}

.details-btn {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge {
    z-index: 2;
}

.badge {
    z-index: 2;
}

.product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product-card-link:hover {
    text-decoration: none;
    color: inherit;
}

/* PRODUCT PAGE V2 */

.product-breadcrumb{
    width:88%;
    margin:20px auto;
    font-size:14px;
    color:#6d7288;
}

.product-breadcrumb a{
    color:#ec1b63;
    text-decoration:none;
}

.product-breadcrumb span{
    margin:0 8px;
}

.product-page-v2{
    width:88%;
    margin:auto;
    display:grid;
    grid-template-columns: 1fr 520px;
    gap:40px;
    background:white;
    padding:40px;
    border-radius:18px;
    box-shadow:0 8px 24px rgba(8,19,49,.06);
}

.main-product-image{
    height:550px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.main-product-image img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.thumb-row{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.thumb{
    width:90px;
    height:90px;
    border:2px solid #e7eaf2;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.thumb.active{
    border-color:#ec1b63;
}

.thumb img{
    max-width:70px;
    max-height:70px;
}

.stock-badge{
    display:inline-block;
    background:#eafaf2;
    color:#1ca75c;
    padding:8px 14px;
    border-radius:8px;
    font-weight:700;
    margin-bottom:18px;
}

.product-summary h1{
    font-size:42px;
    line-height:1.2;
    margin-bottom:16px;
}

.product-meta{
    display:flex;
    gap:24px;
    color:#6d7288;
    margin-bottom:20px;
}

.product-price-box{
    background:#f8f9fc;
    border-radius:14px;
    padding:24px;
    margin:25px 0;
}

.price-label{
    color:#6d7288;
    margin-bottom:8px;
}

.buy-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-bottom:30px;
}

.add-cart-btn{
    height:54px;
    border:none;
    border-radius:10px;
    background:#ec1b63;
    color:white;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}

.buy-now-btn{
    height:54px;
    border:2px solid #ec1b63;
    border-radius:10px;
    background:white;
    color:#ec1b63;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
}

.seller-box{
    display:grid;
    gap:18px;
    background:#f8f9fc;
    padding:24px;
    border-radius:14px;
}

.seller-box p{
    margin:5px 0 0;
    color:#6d7288;
}

.product-tabs{
    width:88%;
    margin:30px auto 60px;
    background:white;
    border-radius:18px;
    padding:35px;
    box-shadow:0 8px 24px rgba(8,19,49,.06);
}

.tab-menu{
    display:flex;
    gap:30px;
    border-bottom:1px solid #edf0f6;
    padding-bottom:16px;
    margin-bottom:24px;
}

.tab-menu span{
    font-weight:700;
    cursor:pointer;
    color:#6d7288;
}

.tab-menu .active{
    color:#ec1b63;
}

.tab-content h2{
    margin-top:0;
}

.tab-content p{
    line-height:1.8;
    font-size:15px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.spec-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #edf0f6;
}

.spec-table td:first-child {
    width: 35%;
    color: #6d7288;
    font-weight: 600;
    background: #f8f9fc;
}

.spec-table td:last-child {
    font-weight: 700;
    color: #081331;
}

/* PRODUCT TABS FIX */

.tab-menu {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #edf0f6;
    padding-bottom: 18px;
    margin-bottom: 28px;
}

.tab-btn {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 700;
    color: #6d7288;
    cursor: pointer;
    padding: 0;
    font-family: Arial, sans-serif;
}

.tab-btn.active {
    color: #ec1b63;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.out-of-stock{
    background:#fee2e2 !important;
    color:#991b1b !important;
}

.commercial-search-list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.commercial-search-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.commercial-search-item:hover {
    background: #f8fafc;
}

.commercial-search-item span {
    display: block;
    color: #64748b;
    font-size: 14px;
}

.commercial-search-image {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.commercial-search-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.commercial-product-card {
    max-width: 950px;
}

.commercial-product-header {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.commercial-product-image-box {
    width: 220px;
    height: 220px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.commercial-product-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.no-product-image {
    color: #94a3b8;
    font-size: 14px;
}

.commercial-product-info {
    flex: 1;
}

.commercial-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 18px 0 28px;
}

.commercial-stat-box {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    background: #f8fafc;
}

.commercial-stat-box span {
    display: block;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 8px;
}

.commercial-stat-box strong {
    font-size: 20px;
}

.commercial-switches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.commercial-switches label {
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #f8fafc;
    cursor: pointer;
}

.commercial-discount-preview {
    margin-top: 12px;
    padding: 14px;
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
}

.product-card {
    position: relative;
}





.discount-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}







.detail-price-area {
    margin: 18px 0;
}

.detail-discount-label {
    display: inline-block;
    background: #19c46b;
    color: #fff;
    padding: 7px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
}

.detail-discount-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}

.detail-percent-badge {
    background: #ec1761;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
}

.detail-old-price {
    color: #8a8fa3;
    font-size: 20px;
    font-weight: 700;
    text-decoration: line-through;
}

.detail-current-price {
    color: #ec1761;
    font-size: 34px;
    font-weight: 800;
}

/* Müvəqqəti gizlədilən VIN bölmələri */

#vinVehicleInfo,
#vinCategoryArea,
#oemResult {
    display: none !important;
}

.header-icons{
    display:flex;
    justify-content:flex-end;
    gap:14px;
}

.header-icon{
    width:48px;
    height:48px;
    border-radius:14px;
    background:white;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    color:var(--dark);
    border:1px solid #edf2f7;
    position:relative;
    transition:.25s;
}

.header-icon:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(0,0,0,.08);
}

.cart-count{
    position:absolute;
    top:-6px;
    right:-6px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:var(--orange);
    color:white;
    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}

html, body, button, input, select, textarea {
    font-family: "Segoe UI", "Noto Sans", Arial, sans-serif !important;
}
