/* Product Detail Page Styles */
.product-detail-page {
    background-color: #f9f9f9;
    padding: 60px 0;
}

/* Breadcrumb styling override if needed */
.product-detail-page .breadcumb-wrapper {
    margin-bottom: 40px;
}

/* Main Image Slider */
.product-main-slider {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    position: relative;
}

.product-main-slider img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.product-badges .badge {
    background: #fff;
    color: #e86238;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Thumbnail Slider */
.product-thumb-slider {
    margin-bottom: 30px;
}

.product-thumb-slider .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.product-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #004d99;
}

.product-thumb-slider img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

/* Product Info Area */
.product-info-wrapper {
    padding-left: 20px;
}

.product-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.product-meta .meta-badge {
    background-color: #eef5fb;
    color: #004d99;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-meta .meta-sku {
    background-color: #f5f5f5;
    color: #666;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.product-info-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.2;
}

.product-short-desc {
    border-left: 4px solid #004d99;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/* Specs Box (Aciklama Content) */
.product-specs-box {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.product-specs-box * {
    font-family: inherit !important;
    font-size: 15px !important;
}

.product-specs-box p {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    font-size: 15px !important;
    font-family: inherit !important;
    color: #333;
}

.product-specs-box p:last-child {
    border-bottom: none;
}

.product-specs-box strong {
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
}

.more-specs-link {
    display: block;
    text-align: center;
    color: #004d99;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: none;
}

.more-specs-link:hover {
    text-decoration: underline;
}

/* Action Buttons */
.product-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-teklif {
    background-color: #004d99;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-teklif:hover {
    background-color: #003366;
    color: #fff;
}

.btn-tum-urunler {
    background-color: #fff;
    color: #666;
    border: 1px solid #e1e1e1;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-tum-urunler:hover {
    border-color: #ccc;
    color: #333;
}

/* Swiper navigation buttons */
.swiper-button-next, .swiper-button-prev {
    color: #333 !important;
    background: rgba(255,255,255,0.8);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
}

/* Modal Professional Styling */
.modal-backdrop { z-index: 999998 !important; }
.modal { z-index: 999999 !important; }
.premium-modal {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    overflow: hidden;
}

.premium-modal-header {
    background-color: #fff;
    border-bottom: none;
    padding: 30px 40px 10px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header-title-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-icon {
    width: 48px;
    height: 48px;
    background-color: #eef5fb;
    color: #0066cc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.modal-title {
    font-weight: 700;
    color: #111827;
    font-size: 22px;
    margin: 0 0 4px 0;
}

.modal-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.premium-close-btn {
    background: #f3f4f6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236b7280'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/10px auto no-repeat !important;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    opacity: 1;
    transition: all 0.2s;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.premium-close-btn:hover {
    background-color: #e5e7eb;
}

.premium-modal-body {
    padding: 20px 40px 40px 40px;
}

.premium-alert {
    background-color: #f0f7ff;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #0c4a6e;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.premium-alert i {
    color: #0284c7;
    font-size: 18px;
    margin-top: 2px;
}

.section-title {
    font-weight: 700;
    font-size: 16px;
    color: #1f2937;
    margin-bottom: 20px;
}

.premium-input-group .form-label {
    font-weight: 600;
    font-size: 13px;
    color: #374151;
    margin-bottom: 8px;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    color: #9ca3af;
    font-size: 16px;
}

.input-with-icon.textarea-icon i {
    top: 15px;
}

.input-with-icon .form-control {
    padding: 12px 15px 12px 42px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    color: #111827;
    transition: all 0.3s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.input-with-icon .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.input-with-icon .form-control::placeholder {
    color: #9ca3af;
}

.premium-kvkk-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.premium-kvkk-box i {
    color: #3b82f6;
    font-size: 18px;
}

.premium-kvkk-box span {
    font-size: 13px;
    color: #64748b;
}

.premium-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.btn-cancel {
    background-color: #fff;
    border: 1px solid #d1d5db;
    color: #374151;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
}

.btn-cancel:hover {
    background-color: #f9fafb;
    color: #111827;
}

.btn-submit {
    background-color: #111827;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.btn-submit:hover {
    background-color: #1f2937;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
