*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.product-detail-container{background-color:#fff;width:100%}.product-detail-main{gap:40px;max-width:1400px;margin:30px auto;padding:0 20px;display:flex}.product-detail-left{flex:1;min-width:300px}.product-main-image{background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:100%;height:400px;margin-bottom:16px;display:flex;overflow:hidden}.product-main-image img{object-fit:contain;max-width:100%;max-height:100%}.product-thumbnails{gap:8px;display:flex;overflow-x:auto}.thumbnail{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:4px;flex-shrink:0;width:80px;height:80px;padding:4px;transition:all .3s}.thumbnail:hover{border-color:#ff8a9b}.thumbnail.active{background:#ffe8ec;border-color:#ff8a9b}.thumbnail img{object-fit:cover;border-radius:2px;width:100%;height:100%}.product-detail-right{flex:1;min-width:300px}.product-title{color:#333;margin-bottom:20px;font-size:24px;font-weight:600;line-height:1.4}.product-pricing-section{border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px}.price-row{align-items:center;gap:15px;margin-bottom:10px;display:flex}.current-price{color:#f36;font-size:28px;font-weight:700}.original-price{color:#999;font-size:14px;text-decoration:line-through}.discount-badge{color:#fff;background:#ffc107;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600}.price-info{gap:15px;font-size:12px;display:flex}.total-sold{color:#999}.rating{color:#ff6b00}.product-options{flex-direction:column;gap:15px;margin-bottom:20px;display:flex}.option-group{flex-direction:column;gap:8px;display:flex}.option-group label{color:#666;font-size:13px;font-weight:500}.option-input{border:1px solid #ddd;border-radius:4px;padding:10px 12px;font-size:13px}.option-input:focus{border-color:#ff8a9b;outline:none;box-shadow:0 0 0 3px #ff8a9b1a}.quantity-section{margin-bottom:20px}.quantity-section label{color:#666;margin-bottom:8px;font-size:13px;font-weight:500;display:block}.quantity-selector{border:1px solid #ddd;border-radius:4px;width:fit-content;display:flex}.quantity-selector button{cursor:pointer;background:#fff;border:none;width:40px;height:40px;font-size:16px;font-weight:600;transition:all .2s}.quantity-selector button:hover{color:#ff8a9b;background:#f5f5f5}.quantity-selector input{text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;width:60px;font-size:13px}.quantity-selector input:focus{outline:none}.action-buttons{gap:12px;margin-bottom:20px;display:flex}.btn-add-cart,.btn-buy-now{cursor:pointer;border:none;border-radius:4px;flex:1;padding:14px;font-size:14px;font-weight:600;transition:all .3s}.btn-add-cart{color:#ff8a9b;background:#fff;border:2px solid #ff8a9b}.btn-add-cart:hover{background:#ffe8ec}.btn-buy-now{color:#fff;background:#ff8a9b}.btn-buy-now:hover{background:#ff7585;box-shadow:0 4px 12px #ff8a9b4d}.product-actions{gap:10px;display:flex}.action-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;transition:all .2s;display:flex}.action-btn:hover{color:#ff8a9b;border-color:#ff8a9b}.seller-section{background:#f9f9f9;border-radius:8px;justify-content:space-between;align-items:center;max-width:1400px;margin:30px auto;padding:20px;display:flex}.seller-info{flex:1;align-items:center;gap:20px;display:flex}.seller-avatar{background:#004d7a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex}.seller-details h3{margin-bottom:4px;font-size:15px;font-weight:600}.seller-details p{color:#999;font-size:12px}.seller-stats{border-left:1px solid #ddd;gap:30px;margin-left:20px;padding-left:20px;display:flex}.stat{flex-direction:column;gap:4px;display:flex}.stat-label{color:#999;font-size:12px}.stat-value{color:#333;font-size:14px;font-weight:600}.seller-action{gap:10px;display:flex}.btn-contact,.btn-visit-shop{cursor:pointer;border:none;border-radius:4px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .2s}.btn-contact{color:#333;background:#fff;border:1px solid #ddd}.btn-contact:hover{color:#ff8a9b;border-color:#ff8a9b}.btn-visit-shop{color:#fff;background:#ff8a9b}.btn-visit-shop:hover{background:#ff7585}.product-description-section{max-width:1400px;margin:30px auto;padding:0 20px}.description-tabs{border-bottom:2px solid #e0e0e0;gap:0;margin-bottom:20px;display:flex}.tab{cursor:pointer;color:#666;background:#fff;border:none;border-bottom:3px solid #0000;padding:12px 20px;font-size:13px;font-weight:600;transition:all .2s;position:relative;bottom:-2px}.tab:hover{color:#333}.tab.active{color:#ff8a9b;border-bottom-color:#ff8a9b}.description-content{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.description-content h4{color:#333;margin-top:20px;margin-bottom:10px;font-size:15px;font-weight:600}.description-content h4:first-child{margin-top:0}.description-content p{color:#666;margin-bottom:15px;font-size:13px;line-height:1.6}.description-content ul{margin-bottom:15px;margin-left:20px}.description-content li{color:#666;margin-bottom:8px;font-size:13px;line-height:1.6}.related-products-section{max-width:1400px;margin:30px auto;padding:0 20px}.related-products-section h2{color:#333;margin-bottom:20px;font-size:18px;font-weight:600}.related-products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;display:grid}.related-product-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;transition:all .3s}.related-product-card:hover{border-color:#ff8a9b;transform:translateY(-4px);box-shadow:0 4px 12px #ff8a9b26}.related-product-image{background:#f9f9f9;border-radius:4px;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:10px;display:flex;overflow:hidden}.related-product-image img{object-fit:contain;max-width:100%;max-height:100%}.related-product-card h4{color:#333;min-height:24px;margin-bottom:8px;font-size:12px;font-weight:500;line-height:1.3}.related-product-price{color:#ff8a9b;font-size:14px;font-weight:600}@media (max-width:768px){.product-detail-main{flex-direction:column;gap:20px;margin:20px auto}.header-main{flex-direction:column;gap:15px}.search-bar-wrapper{flex-direction:column}.seller-section{flex-direction:column;gap:20px}.seller-stats{border-top:1px solid #ddd;border-left:none;width:100%;margin-left:0;padding-top:15px;padding-left:0}.related-products-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.footer-content{grid-template-columns:repeat(2,1fr)}}
