.product-card{background-color:#eaf0e8;border:none;border-radius:12px;width:280px;box-shadow:0 4px 6px #0003,0 10px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 10px 20px #0006,0 20px 40px #0003}.product-card-clickable{cursor:pointer;padding:15px;text-align:left}.product-image-frame{width:100%;height:250px;object-fit:contain;border-radius:6px;background-color:#fff;border:none;padding:0;border:3px solid #93A58C;box-shadow:0 0 8px #0000004d}.product-info h3{color:#333;margin:12px 0 5px;font-size:1.1em;font-weight:600}.product-price{color:#4caf50;font-weight:700;font-size:1.3em;margin-bottom:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#eaf0e8;padding:40px;border-radius:16px;max-width:90%;width:600px;box-shadow:0 25px 50px #00000080;position:relative;text-align:left;animation:fadeIn .3s ease-out;max-height:90vh;overflow-y:auto}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:30px;cursor:pointer;color:#333;line-height:1;transition:color .2s}.close-button:hover{color:#5c8068}.modal-image{width:100%;max-height:300px;object-fit:cover;margin-bottom:25px;border:1px solid #ddd;border-radius:12px}.detail-label{font-weight:600;color:#333;margin-right:5px}.spec-value{color:#444;font-weight:400;background-color:transparent;display:inline}.modal-details h2{color:#333;margin-top:0;margin-bottom:25px;font-size:1.8em}.modal-price{font-size:1.4em;color:#4caf50;margin-bottom:18px;font-weight:700}.modal-description-block{margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid #ccc}.description-label{font-weight:600;color:#333;margin:0;padding-bottom:8px}.description-list{list-style-type:disc;padding-left:20px;margin-top:5px;margin-bottom:0}.description-list li{line-height:1.7;margin-bottom:8px;color:#444}.modal-specs{list-style:none;padding:0;margin-top:15px}.modal-specs li{margin-bottom:8px;padding-bottom:5px;background-color:transparent}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.sidebar{background-color:#2a382c;width:250px;padding:20px;border-radius:8px;box-shadow:0 4px 12px #00000080;align-self:flex-start}.sidebar h3{color:#e0e0e0;font-size:1.1em;margin-top:0;margin-bottom:15px;font-weight:600}.sidebar-section{margin-bottom:25px}.sidebar-divider{border-top:1px solid #455A64;margin:15px 0 25px}.sidebar-btn{display:block;width:100%;padding:10px 15px;margin-bottom:8px;border:none;border-radius:6px;text-align:left;background-color:transparent;color:#a0b0a0;font-size:1em;cursor:pointer;transition:background-color .2s,color .2s}.sidebar-btn:hover{background-color:#4a6b52;color:#fff}.sidebar-btn-active{background-color:#4caf50;color:#fff;font-weight:700}.app-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-align:center;min-height:100vh;background-color:#1d2621;color:#f0f0f0}.app-header{background-color:#4a6b52;color:#fff;padding:24px 0;margin-bottom:0;box-shadow:0 4px 12px #0006}.main-content-layout{display:flex;max-width:1280px;margin:0 auto;padding:30px 20px;gap:30px}.product-list-wrapper{flex-grow:1}.product-list-container{display:flex;flex-wrap:wrap;gap:20px;padding:0;justify-content:flex-start}*{box-sizing:border-box}body{margin:0;padding:0;background-color:#1d2621!important;min-height:100vh}#root{background-color:#1d2621!important;min-height:100vh;max-width:1280px;margin:0 auto}html,body,#root{height:100%;width:100%}
