.product-section {
    padding: 40px 0;
}

.product-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f58635;
}

.art-number {
    color: #7f8c8d;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.product-title {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 2.3rem;
}

.specs-container {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.specs-list {
    list-style: none;
    padding: 0;
}

.specs-list li {
    padding: 8px 0;
    border-bottom: 1px solid #ecf0f1;
    position: relative;
    padding-left: 30px;
}

.specs-list li:before {
    content: "✓";
    color: #27ae60;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.specs-list b {
    color: #2c3e50;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding-left: 0;
}

.specs-list b:before {
    display: none;
}

.product-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.certification-image {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.table-responsive {
    overflow-x: auto;
    margin-bottom: 30px;
}

.table th {
    background-color: #2c3e50;
    color: white;
}

.related-products {
    padding: 30px 0;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #f58635;
}

.product-card {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

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

.product-card-body {
    padding: 15px;
}

.product-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.product-card-text {
    font-size: 0.9rem;
    color: #7f8c8d;
}

@media (max-width: 768px) {
    .product-section {
        padding: 20px 0;
        overflow: hidden;
    }

    .specs-container {
        padding: 15px;
    }

    .product-title {
        font-size: 1.2rem;
    }

    .table th,
    .table td {
        padding: 0.5rem;
        font-size: 0.85rem;
    }
    .product-title {
    font-weight: 400;
    margin-bottom: 10px;
     line-height: 2.5rem;
}
.productbreadcrumb{
    font-size: 0.8rem;
}

}

@media (max-width: 576px) {
    .product-header {
        text-align: center;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .product-card {
        margin-bottom: 20px;
    }
    .product-title {
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 2.5rem;
}
.productbreadcrumb{
    font-size: 0.8rem;
}
}
