/* Styles for stanley-product-list.html */

#stanley-products-common .esab-filter-item .product {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

#stanley-products-common .esab-filter-item .product .thumb {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
}

#stanley-products-common .esab-filter-item .product .thumb .image,
#stanley-products-common .esab-filter-item .product .thumb .image img {
    border-radius: 16px;
}

#stanley-products-common .esab-filter-item .product .content {
    border: 0;
    text-align: left !important;
    padding: 14px 0 0;
    align-items: flex-start !important;
}

#stanley-products-common .esab-filter-item .product .content .title,
#stanley-products-common .esab-filter-item .product .content .title a {
    width: 100%;
    text-align: left !important;
    display: block;
}

#stanley-products-common .stanley-placeholder-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 24px;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#stanley-products-common .stanley-placeholder-image span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
}

.technoweld-category-heading .technoweld-category-title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
}

.technoweld-empty-text {
    margin: -10px 0 0;
    padding: 12px 16px;
    border-radius: 8px;
    background: #f7f7f8;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .technoweld-category-heading .technoweld-category-title {
        font-size: 22px;
    }
}

.stanley-faq-area {
    padding: 20px 0 80px;
}

.stanley-faq-area .breadcrumb-title {
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 14px;
}

.stanley-faq-area p {
    color: #4a4a4a;
}

.stanley-faq-area .accordion-item {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.stanley-faq-area .accordion-button {
    font-weight: 600;
    color: #1f1f1f;
    background: #fff;
    padding: 1rem 1.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stanley-faq-area .accordion-button:not(.collapsed) {
    color: #2e3192;
    background-color: #fff;
}

.stanley-faq-area .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stanley-faq-area .accordion-body {
    color: #4a4a4a;
    line-height: 1.7;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .stanley-faq-area .breadcrumb-title {
        font-size: 30px;
    }
}
