.product-detail{width:73%;float:right;margin-bottom:40px}
.detail-title{margin-bottom:20px;border-bottom:1px solid #ebebeb;padding-bottom:15px}
.detail-title h1{font-size:24px;font-weight:600;color:#333;line-height:1.4;margin:0}
.detail-content{display:flex;margin-bottom:40px;gap:30px}
.product-images{width:48%}
.product-main-image{width:100%;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:15px;position:relative;cursor:zoom-in}
.product-main-image img{width:100%;height:auto;display:block;transition:transform 0.3s}
.product-thumbnails{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px}
.thumbnail{width:80px;height:80px;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;cursor:pointer;flex-shrink:0;opacity:0.7;transition:all 0.3s}
.thumbnail.active{border-color:#0056b3;opacity:1}
.thumbnail img{width:100%;height:100%;object-fit:cover}
.detail-info{width:52%}
.product-description{margin-bottom:20px;line-height:1.6;color:#555}
.product-specs{margin-bottom:25px}
.specs-table{width:100%;border-collapse:collapse}
.specs-table td{padding:8px 12px;border-bottom:1px solid #f0f0f0}
.specs-table td:first-child{font-weight:600;color:#0056b3;width:35%}
.product-actions{margin-top:25px}
.inquiry-btn{display:inline-block;background-color:#0056b3;color:white;padding:12px 30px;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color 0.3s;border:none;font-size:16px}
.inquiry-btn:hover{background-color:#003d82}
.product-details-section{margin-bottom:40px}
.section-title{font-size:20px;font-weight:600;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e0e0e0;color:#333}
.details-content{padding:20px;border:1px solid #e0e0e0;border-radius:4px;background-color:#f9f9f9;min-height:200px}
.product-tags{margin-bottom:40px}
.tags-list{display:flex;flex-wrap:wrap;gap:10px}
.tag{display:inline-block;background-color:#f0f0f0;color:#555;padding:5px 12px;border-radius:20px;font-size:14px;transition:all 0.3s}
.tag:hover{background-color:#0056b3;color:white}
.image-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);z-index:10000;justify-content:center;align-items:center}
.modal-content{position:relative;max-width:90%;max-height:90%}
.modal-content img{max-width:100%;max-height:100%;display:block;margin:0 auto}
.modal-close{position:absolute;top:15px;right:15px;color:white;font-size:30px;cursor:pointer;background:none;border:none;z-index:10001}
.modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.2);color:white;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color 0.3s}
.modal-nav:hover{background:rgba(255,255,255,0.4)}
.modal-prev{left:20px}
.modal-next{right:20px}
.modal-nav svg{width:24px;height:24px}
@media (max-width:992px){.product-detail{width:100%;float:none}
.detail-content{flex-direction:column}
.product-images,.detail-info{width:100%}
}@media (max-width:768px){.detail-title h1{font-size:20px}
}@media (max-width:576px){.specs-table td{display:block;width:100%;padding:6px 0}
.specs-table td:first-child{width:100%;padding-top:10px}
}.product-navigation{display:flex;justify-content:space-between;margin:40px 0;padding:25px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
.detail-nav-item{display:flex;align-items:center;gap:15px;color:#0056b3;font-weight:500;transition:all 0.3s ease;padding:12px 20px;border-radius:6px;max-width:45%;flex:1}
.detail-nav-item:hover{color:#003d82;background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.05)}
.detail-nav-item.prev{text-align:left;margin-right:auto}
.detail-nav-item.next{text-align:right;flex-direction:row-reverse;margin-left:auto}
.nav-icon{width:20px;height:20px;flex-shrink:0}
.nav-text{display:flex;flex-direction:column;overflow:hidden}
.nav-direction{font-size:14px;font-weight:600;color:#666;margin-bottom:4px}
.nav-title{font-size:16px;font-weight:600;color:#333;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}
.product-recommendations{margin-bottom:40px}
.recommendations-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.recommendations-slider{position:relative;overflow:hidden}
.recommendations-container{display:flex;transition:transform 0.3s ease;gap:20px}
.recommendation-item{flex:0 0 calc(25% - 15px);border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;transition:all 0.3s}
.recommendation-item:hover{box-shadow:0 5px 15px rgba(0,0,0,0.1);transform:translateY(-3px)}
.recommendation-image{width:100%;overflow:hidden}
.recommendation-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}
.recommendation-item:hover .recommendation-image img{transform:scale(1.05)}
.recommendation-info{padding:15px}
.recommendation-title{font-size:14px;line-height:1.4;margin:0 0 10px;color:#333;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.slider-controls{display:flex;gap:10px;margin-top:20px;justify-content:center}
.slider-btn{background-color:#f0f0f0;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s}
.slider-btn:hover{background-color:#0056b3;color:white}
.slider-btn:disabled{opacity:0.5;cursor:not-allowed}
.slider-btn svg{width:16px;height:16px}
@media (max-width:992px){.recommendation-item{flex:0 0 calc(33.333% - 14px)}
}@media (max-width:768px){.recommendation-item{flex:0 0 calc(50% - 10px)}
.product-navigation{flex-direction:column;gap:15px;margin:30px 0;padding:20px 0}
.detail-nav-item{max-width:100%;width:100%;justify-content:space-between}
.detail-nav-item.prev,.detail-nav-item.next{margin:0}
.nav-title{font-size:15px}
}@media (max-width:576px){.recommendation-item{flex:0 0 100%}
}@media (max-width:480px){.nav-text{max-width:70%}
.nav-title{-webkit-line-clamp:1}
}.inquiry-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:10000;justify-content:center;align-items:center}
.inquiry-modal.active{display:flex}
.inquiry-content{background-color:white;width:90%;max-width:500px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,0.3);overflow:hidden}
.inquiry-header{background-color:#0056b3;color:white;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}
.inquiry-header h3{margin:0;font-size:18px}
.close-modal{background:none;border:none;color:white;font-size:24px;cursor:pointer;line-height:1}
.inquiry-form{padding:20px}
.form-group{margin-bottom:15px}
.form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333}
.form-group input,.form-group textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-family:inherit;box-sizing:border-box}
.form-group textarea{min-height:100px;resize:vertical}
.product-info{background-color:#f8f9fa;padding:10px 15px;margin-bottom:15px;border-radius:4px;border-left:3px solid #0056b3}
.product-info p{margin:0;font-size:14px}
.product-info strong{color:#0056b3}
.submit-inquiry{background-color:#0056b3;color:white;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:500;width:100%;transition:background-color 0.3s}
.submit-inquiry:hover{background-color:#003d82}
@media (max-width:576px){.inquiry-content{width:95%}
.inquiry-form{padding:15px}
}