.product-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.product-description {
    font-size: 16px;
    color: #555;
}

.product-main-img {
    max-height: 400px;
    transition: 0.4s ease;
}

.variant-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.variant-btn {
    padding: 10px 20px;
    border: 2px solid #ff9900;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 30px;
}

.variant-btn:hover {
    background: #ff9900;
    color: white;
}

.variant-btn.active {
    background: #ff9900;
    color: white;
}

.technical-table th {
    width: 40%;
    background: #f8f9fa;
}

.contact-btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 30px;
}

.documents {
    text-align: left;
    /* linkleri sola hizala */
}

.documents .doc-link {
    display: block;
    /* alt alta diz */
    color: #ff6600;
    text-decoration: none;
    margin-bottom: 5px;
}

.documents .doc-link:hover {
    text-decoration: underline;
}

.documents {
    background: #fff;
    /* beyaz arka plan */
    border: 1px solid #ddd;
    /* hafif çerçeve */
    padding: 15px;
    border-radius: 8px;
}

.documents .doc-link {
    display: flex;
    align-items: center;
    gap: 8px;
    /* ikon ile yazı arasına boşluk */
    color: #ff6600;
    text-decoration: none;
    margin-bottom: 8px;
    font-weight: 500;
}

.documents .doc-link i {
    font-size: 16px;
    /* indirme ikonu boyutu */
}

.documents .doc-link:hover {
    text-decoration: underline;
}


.swiper img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

/* stok info style */
.stock-info-box {
    background: #fff8f0;
    border-left: 4px solid #ff6b00;
    padding: 20px;
    border-radius: 8px;
}

.stock-info-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.stock-info-header i {
    color: #ff6b00;
    font-size: 20px;
}

.stock-info-header h4 {
    margin: 0;
    font-weight: 600;
}

.stock-contact-btn {
    display: inline-block;
    margin-top: 10px;
    background: #ff6b00;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.stock-contact-btn:hover {
    background: #e55a00;
}