.product-list{display:flex;flex-direction:column;gap:25px;margin-top:20px}.product-item{align-items:stretch;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;justify-content:space-between;padding:22px 28px;transition:all .3s ease}.product-item:hover{box-shadow:0 5px 14px rgba(0,0,0,.08);transform:translateY(-3px)}.product-left{flex:auto!important;padding-right:30px}.product-left h3{color:#222;font-size:19px;font-weight:700;margin:0 0 8px}.product-meta{color:#666;font-size:13px;margin-bottom:6px}.product-price{color:green;font-size:14px;font-weight:600;margin-bottom:12px}.product-note{color:#444;font-size:13px;line-height:1.5;margin-top:6px}.product-right{border-left:1px solid #eee;color:#333;display:flex;flex-direction:column;font-size:13px;justify-content:center;min-width:350px;padding-left:28px;width:350px}.product-field{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.product-field strong{color:#555;font-weight:600;min-width:110px;text-align:right}.product-field span{color:#222;flex:1;text-align:left;word-break:break-word}.product-image{border:1px solid #eee;border-radius:10px;height:140px;margin-left:25px;min-width:140px;overflow:hidden;width:140px}.product-image img{height:100%;object-fit:cover;width:100%}@media (max-width:950px){.product-item{flex-direction:column;padding:18px}.product-right{border-left:none;border-top:1px solid #eee;margin-top:12px;padding-left:0;padding-top:10px;width:100%}.product-field strong{text-align:left}.product-image{margin:15px auto 0}}#description-modal{align-items:center;background:rgba(0,0,0,.6);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:99999}#description-modal .modal-content{background:#fff;border-radius:10px;max-height:80vh;max-width:700px;overflow-y:auto;padding:24px;position:relative;width:90%}.modal-close{cursor:pointer;font-size:24px;position:absolute;right:16px;top:12px}