    .brands-container {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 45px;
    }

    .brands-container p {
        color: #666;
        font-size: 14px;
    }

    .filter-section {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-bottom: 20px;
    }

    .filter-section a {
        text-decoration: none;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 20px;
        border: 1px solid transparent;
    }

    .filter-section a:hover {
        color: #000;
        background: #fffae9;
        border-color: #fcc81d;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto 40px;
    }

    .grid-item {
        text-align: center;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
    }

    .grid-item img {
        max-width: 100px;
        height: auto;
    }

    /* .tag-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        font-family: sans-serif;
    } */

    .tag-product-section {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
    }

    .tag-image-box,
    .tag-info-box {
        flex: 1 1 300px;
    }

    .tag-image-box img,
    .tag-info-box img {
        max-width: 100%;
        border-radius: 8px;
    }

    .tag-parts-prediction {
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }

    .tag-parts-prediction h3 {
        margin-bottom: 10px;
        font-size: 20px;
        color: #333;
    }

    .tag-prediction-links {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 10px;
    }

    .tag-prediction-links a {
        text-decoration: none;
        color: #0073aa;
        border-bottom: 1px dashed #0073aa;
        transition: all 0.3s ease;
    }

    .tag-prediction-links a:hover {
        color: #005177;
        border-color: #005177;
    }

    .tag-related-product-list .woocommerce.columns-3 {
        width: 25%;
        float: left;
        margin: 12px;
    }

    .woocommerce-MyAccount-content .password-input .show-password-input,
    .woocommerce-form .password-input .show-password-input {
        width: auto;
    }

    .wishlist_table thead {
        background: #f4f4f4;
    }

    .exploded-view-assembly-container {
        padding: 30px 0;
        background-color: #fff;
    }

    .exploded-heading {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .instruction-list {
        font-size: 14px;
        padding-left: 18px;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .whirlpool-logo {
        max-width: 100px;
        margin-top: 10px;
    }

    .thumbnail-card {
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        text-align: center;
        margin: 0 10px;
        transition: transform 0.3s ease;
    }

    .thumbnail-card:hover {
        transform: translateY(-4px);
    }

    .thumbnail-card img {
        width: 100%;
        max-height: 160px;
        object-fit: contain;
        margin-bottom: 8px;
    }

    .thumbnail-card p {
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        text-transform: uppercase;
    }

    /* Make sure slick arrows are visible */
    .slick-prev,
    .slick-next {
        display: block !important;
        opacity: 1 !important;
        z-index: 10;
        font-size: 24px;
        color: #333;
    }

    /* Position arrows inside carousel */

    /* Ensure dots show and are centered */
    .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    .slick-dots li button:before {
        font-size: 10px;
        color: #888;
    }

    .slick-dots li.slick-active button:before {
        color: #000;
    }

    .wpc-filters-section.wpc-opened .wpc-filter-selected-values {
        visibility: visible;
        opacity: 1;
    }



    /* Always show slick arrows */
    .slick-prev,
    .slick-next {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 999;
        background: #ffffff;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
        border: none;
        position: absolute;
        top: 40%;
        /* vertical center */
        transform: translateY(-50%);
    }

    /* Show arrow icons */
    .slick-prev:before,
    .slick-next:before {
        font-size: 18px;
        line-height: 1;
        opacity: 1;
        color: #000;
    }

    /* Position arrows left and right */
    .slick-prev {
        left: -20px;
    }

    .slick-next {
        right: -20px;
    }

    .model-page-section .exploded-view-assembly-container #part-results .product_list_widget li {
    width: calc(100% - 7px);
}


   
    .vector_image_part_list_section.show #map {
        height: 500px;
        width: 100%;
    }

    .wc-block-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
        background: var(--main-color);
        color: var(--main-color-t);
    }

    .wc-block-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
        background: var(--main-color-b);
        color: var(--main-color-t);
    }

    .footer.footer-01 {
        position: unset;
    }

    .loader-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .loader-container {
        position: relative;
        width: 100px;
        height: 100px;
    }

    .circle-loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 8px solid transparent;
        border-top: 8px solid #ffffff;
        border-radius: 50%;
        animation: spin 1.5s linear infinite;
    }

    .logo-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background-color: var(--main-color-b);
        border-radius: 50%;
        background-image: url("your-logo.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    input[type="text"]#product-search {
        margin-bottom: 15px;
        padding: 5px;
        width: 100%;
    }

   .exploded-view-assembly-container  #part-results .widget.woocommerce.widget_products {
        margin: 10px;
        max-height: 450px;
        /* or any height you want as a limit */
        overflow: hidden;
        /* hides default scroll */

    }
    .filter-section a.filter-link.active {
        color: #000;
        background: #fffae9;
        border-color: #fcc81d;
    }

    .product-metrics-grid {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .metric-item {
        background: #f9f9f9;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        width: calc(50% - 10px);
        box-sizing: border-box;
    }

    .metric-label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        color: #333;
    }

    .metric-value {
        color: #666;
        font-size: 14px;
    }
    .category-banner img {
        height: 400px;
        width: 100%;
        display: block;
    }
    .shop-now-button{
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ffcc00;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 4px;
    }

    .shop-now-button:hover {
        background-color: #fcc81d !important;
        color: #fff !important;
    }
    
    
    





    /* Media query for iPad SE and similar devices */
    @media only screen and (min-width: 992px) {
        .related.products, .up-sells.products, .cross-sells.products,ul.products.shop-page.response-content.columns-3.ovic-products.style-02 {
            margin-bottom: 50px; /* Adjust margin for smaller screens */
        }
    }

    @media (min-width: 992px) {
        .header.style-01 .header-end .block-search {
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        .woocommerce table.wishlist_table th {
            padding-top: 15px !important;
        }
    }

.repair-help-archive {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.taxonomy-section {
    margin-bottom: 50px;
}

.taxonomy-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.taxonomy-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.taxonomy-item {
    background: #fff;
    border: 1px solid #d5d8de;
    text-align: center;    
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.taxonomy-item:hover {
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.taxonomy-item img {
    max-width: 100px;
    margin-bottom: 10px;
}
.header-card {
    background: white;
    border-radius: 8px;
    
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.taxonomy-image {
    width: 150px;
    height: 150px;
    background-color: #e0e0e0;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    flex-shrink: 0;
    position: relative;
}



.header-content {
    flex: 1;
}

.header-content h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.header-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.header-content a {
    color: #1976d2;
    text-decoration: none !important;
}

/* .header-content a:hover {
    text-decoration: underline;
} */

.symptoms-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.symptoms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.symptom-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.symptom-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.symptom-card:hover {
    border-color: #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.symptom-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.symptom-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
@media (max-width: 768px) {
    .symptoms-grid {
        grid-template-columns: 1fr;
    }
    
    .header-card {
        flex-direction: column;
        text-align: center;
    }
    
    .header-content h1 {
        font-size: 20px;
    }
}

.header-symtom-detail {
    background: linear-gradient(135deg, #4a5568, #2d3748);
    color: white;
    padding: 30px;
    text-align: center;
}

.header-symtom-detail h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.content {
    padding: 30px;
}

.problem-section {
    margin-bottom: 40px;
}

.problem-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.problem-number {
    background: #2d3748;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 12px;
}

.problem-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
}

.solution-badge {
    background: #e6f3ff;
    color: #0066cc;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.repair-instructions h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
}

.repair-instructions p {
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: justify;
}

.replacement-section h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
}

.steps-list {
    list-style: none;
    counter-reset: step-counter;
}

.steps-list li {
    counter-increment: step-counter;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    line-height: 1.6;
    color: #4a5568;
}

.steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background: #4a5568;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
}

.steps-list li strong {
    color: #2d3748;
}



.repair-help-single-post-sidebar {
    width: 280px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    margin: 0 auto;
}

.section-sidebar {
    border-bottom: 1px solid #e5e7eb;
    gap: 20px;
}

.section-sidebar:last-child {
    border-bottom: none;
}

.section-header {
    background: #f8f9fa;
    color: #374151;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #e5e7eb;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-items {
    background: white;
}

.appliance-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: #4b5563;
    text-decoration: none;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
    font-size: 13px;
}

.appliance-item:hover {
    background-color: #f9fafb;
    color: #1f2937;
}

.appliance-item:last-child {
    border-bottom: none;
}

.appliance-icon {
    width: 16px;
    height: 16px;
    background: #d1d5db;
    margin-right: 12px;
    border-radius: 2px;
    flex-shrink: 0;
}

.appliance-text {
    line-height: 1.4;
}