/* Auto Parts Store Styling
   Snippet ID Suffix: e31ebd2d
   Primary Brand Palette: Industrial Deep Charcoal (#1A1E24), High-octane Orange (#FF5722), Premium Steel (#4E5D6C)
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap');

.autoparts-container-e31ebd2d {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    background-color: #0f1115;
    color: #e2e8f0;
    overflow: hidden;
    line-height: 1.6;
}

/* Hero Section & Search Header */
.autoparts-hero-e31ebd2d {
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1486006920555-c77dce18193b?auto=format&fit=crop&q=80&w=1600');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
}

.autoparts-hero-overlay-e31ebd2d {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 17, 21, 0.95) 0%, rgba(26, 30, 36, 0.85) 100%);
    z-index: 1;
}

.autoparts-hero-content-e31ebd2d {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.autoparts-badge-e31ebd2d {
    background-color: #FF5722;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
}

.autoparts-title-e31ebd2d {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

.autoparts-subtitle-e31ebd2d {
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 40px;
}

/* Tabs & Multi-search system */
.autoparts-tabs-container-e31ebd2d {
    background: rgba(30, 37, 48, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.autoparts-tabs-nav-e31ebd2d {
    display: flex;
    gap: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
    justify-content: center;
}

.autoparts-tab-btn-e31ebd2d {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.autoparts-tab-btn-e31ebd2d.active,
.autoparts-tab-btn-e31ebd2d:hover {
    color: #fff;
    background-color: #FF5722;
}

.autoparts-tab-content-e31ebd2d {
    display: none;
}

.autoparts-tab-content-e31ebd2d.active {
    display: block;
}

/* Forms styling */
.autoparts-search-form-e31ebd2d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) auto;
    gap: 15px;
    align-items: flex-end;
}

.autoparts-form-group-e31ebd2d {
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 8px;
}

.autoparts-form-group-e31ebd2d label {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
}

.autoparts-form-group-e31ebd2d select {
    background-color: #0f1115;
    border: 1px solid #4e5d6c;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    font-family: 'Cairo', sans-serif;
    outline: none;
    cursor: pointer;
}

.autoparts-submit-btn-e31ebd2d {
    background-color: #FF5722;
    color: #fff;
    border: none;
    padding: 13px 30px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-end;
}

.autoparts-submit-btn-e31ebd2d:hover {
    background-color: #e64a19;
}

/* VIN System */
.autoparts-vin-input-wrapper-e31ebd2d {
    position: relative;
    display: flex;
    background: #0f1115;
    border: 1px solid #4e5d6c;
    border-radius: 6px;
    overflow: hidden;
    padding: 4px;
}

.vin-icon-e31ebd2d {
    align-self: center;
    color: #94a3b8;
    margin: 0 15px;
    font-size: 20px;
}

.autoparts-vin-input-e31ebd2d {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    padding: 12px 10px;
    font-size: 16px;
    font-family: monospace;
    letter-spacing: 2px;
    outline: none;
    text-align: left;
    direction: ltr;
}

.autoparts-vin-submit-e31ebd2d {
    background-color: #FF5722;
    color: #fff;
    border: none;
    padding: 0 25px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
}

.autoparts-vin-hint-e31ebd2d {
    color: #94a3b8;
    font-size: 13px;
    margin-top: 10px;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Features section */
.autoparts-features-e31ebd2d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 50px 40px;
    background-color: #1a1e24;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.autoparts-feature-card-e31ebd2d {
    background-color: #242930;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

.feature-icon-wrapper-e31ebd2d {
    font-size: 32px;
    color: #FF5722;
    margin-bottom: 15px;
}

.autoparts-feature-card-e31ebd2d h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.autoparts-feature-card-e31ebd2d p {
    font-size: 14px;
    color: #94a3b8;
}

/* Universal Section layout */
.autoparts-section-e31ebd2d {
    padding: 80px 40px;
}

.alt-bg-e31ebd2d {
    background-color: #13161a;
}

.autoparts-section-header-e31ebd2d {
    text-align: center;
    margin-bottom: 50px;
}

.autoparts-section-header-e31ebd2d h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.autoparts-section-header-e31ebd2d p {
    font-size: 16px;
    color: #94a3b8;
}

/* Category Grid */
.autoparts-categories-grid-e31ebd2d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.autoparts-category-card-e31ebd2d {
    background-color: #1a1e24;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.autoparts-category-card-e31ebd2d:hover {
    transform: translateY(-5px);
    border-color: #FF5722;
    background-color: #242930;
}

.cat-icon-e31ebd2d {
    font-size: 36px;
    color: #FF5722;
    margin-bottom: 15px;
}

.autoparts-category-card-e31ebd2d h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.cat-count-e31ebd2d {
    font-size: 12px;
    color: #94a3b8;
}

/* Products Cards Grid */
.autoparts-products-grid-e31ebd2d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.autoparts-product-card-e31ebd2d {
    background-color: #1a1e24;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease;
}

.autoparts-product-card-e31ebd2d:hover {
    transform: translateY(-5px);
}

.prod-badge-e31ebd2d {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #38bdf8;
    color: #000;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
}

.prod-badge-e31ebd2d.hot-e31ebd2d {
    background-color: #ef4444;
    color: #fff;
}

.prod-badge-e31ebd2d.discount-e31ebd2d {
    background-color: #eab308;
}

.prod-img-placeholder-e31ebd2d {
    height: 200px;
    background-color: #242930;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #4e5d6c;
}

.prod-info-e31ebd2d {
    padding: 20px;
}

.prod-category-e31ebd2d {
    font-size: 12px;
    color: #FF5722;
    text-transform: uppercase;
    font-weight: 700;
}

.prod-info-e31ebd2d h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 8px 0;
    height: 48px;
    overflow: hidden;
}

.prod-rating-e31ebd2d {
    display: flex;
    gap: 4px;
    color: #fbbf24;
    font-size: 13px;
    align-items: center;
    margin-bottom: 15px;
}

.prod-rating-e31ebd2d span {
    color: #94a3b8;
    font-size: 12px;
    margin-right: 5px;
}

.prod-footer-e31ebd2d {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-price-e31ebd2d {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.add-to-cart-btn-e31ebd2d {
    background-color: #FF5722;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.add-to-cart-btn-e31ebd2d:hover {
    background-color: #e64a19;
}

/* Responsiveness adjustments */
@media (max-width: 768px) {
    .autoparts-search-form-e31ebd2d {
        grid-template-columns: 1fr;
    }
    .autoparts-title-e31ebd2d {
        font-size: 28px;
    }
    .autoparts-tabs-nav-e31ebd2d {
        flex-direction: column;
        gap: 8px;
    }
}
