.woocommerce .woocommerce-ordering {
    margin: 0 !important;
}
.content {
    padding-top: 0 !important;
}
.row, .columns_wrap {
    margin-right: 0 !important;
}
.woocommerce .woocommerce-ordering .select_container {
    background-color: #1a1a1a;
}
.woocommerce .woocommerce-ordering .select_container:before {
    background-color: #1a1a1a;
}
option {
    background-color: #1a1a1a !important;
}
.product-card.is-sold .card-actions {
    pointer-events: none;
    opacity: 0.3;
}
.sidebar.widget_area.left.sidebar_float.sidebar_custom {
    display: none;
}
.body_style_fullwide.sidebar_left [class*="content_wrap"] > .content, .body_style_fullscreen.sidebar_left [class*="content_wrap"] > .content {
    padding: 0!important;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center!important;
}
span.page-numbers.current {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 30px;
    color: #000 !important;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    background: linear-gradient(45deg, #999 5%, #fff 10%, #ccc 30%, #ddd 50%, #ccc 70%, #fff 80%, #999 95%)!important;
}
del.original-price {
    display: none;
}
.top_panel_default .top_panel_title, [class*="scheme_"].top_panel_default .top_panel_title {
    display: none;
}
.archive .content_wrap, .archive .content_container {
    width: 100%;
}
.archive.custom-background .content_wrap>.content, .archive.page_banner_wrap~.content_wrap>.content {
    padding: 0;
}
.archive .page_content_wrap {
    padding-top: 0 !important;
    padding-bottom: 100px;
}
/* ============================================
   ARCHIVE PRODUCTS SECTION
============================================= 
*/
.archive-products-section {
    padding-top: 50px;
}

.archive-products-section .container {
    margin: 0 auto;
    padding: 0 0 30px;
}

/* ============================================
   ARCHIVE HEADER
============================================= */
.archive-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.archive-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.archive-title span {
    color: #ea0a0b;
}

.archive-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.archive-description p {
    margin: 0;
}

/* ============================================
   ARCHIVE TOOLBAR
============================================= */
.archive-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 15px 20px;
    background-color: #1a1a1a;
    border-radius: 12px;
    flex-wrap: wrap;
    gap: 15px;
}

.result-count-wrapper {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.result-count-wrapper .woocommerce-result-count {
    margin: 0;
}

.catalog-ordering-wrapper .woocommerce-ordering {
    margin: 0;
}

.catalog-ordering-wrapper select {
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px 35px 10px 15px;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 5L6 8L9 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    min-width: 200px;
}

.catalog-ordering-wrapper select:focus {
    outline: none;
    border-color: #ea0a0b;
    box-shadow: 0 0 0 3px rgba(234, 10, 11, 0.2);
}

/* ============================================
   PRODUCTS GRID
============================================= */
.products-grid {
    margin: 0;
}

/* ============================================
   RELATED CARDS SECTION
============================================= */

.related-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    transition: transform 0.3s ease;
    height: 550px;
}

.related-card a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.related-card:hover {
    transform: translateY(-5px);
}

/* Layout */
.top,
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bottom {
    align-items: center;
}

/* Typography */
.title-small {
    margin: 0;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
}

.title-main {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.subtitle {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

/* Badge */
.badge {
    background: #F83C3C;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 12px;
    color: #fff;
    margin: 0;
    display: none;
}

.is-sold .badge {
    display: block;
}

/* Image */
.car-img {
    margin: 30px 0;
    text-align: center;
}

.car-img img {
    width: 100%;
    height: 260px;
    object-fit: contain; /* KEY for premium look */
}

/* Price */
.price {
    font-size: 25px;
    color: #000;
    letter-spacing: 1px;
    margin: 0;
}

/* Reg year */
.reg {
    color: #000;
    font-size: 16px;
    margin: 0;
}

/* Arrow */
.arrow {
    font-size: 40px;
    cursor: pointer;
    color: #000;
    transition: transform 0.2s;
}

.arrow:hover {
    transform: translateX(5px);
}