@import"https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Share+Tech&display=swap";:root{--bg-color: #fcfcfd;--text-main: #1d1d1f;--text-muted: #86868b;--accent-color: #000000;--accent-hover: #333333;--border-color: #e5e5ea;--shadow-soft: 0 4px 20px rgba(0, 0, 0, .05);--shadow-hover: 0 10px 30px rgba(0, 0, 0, .1);--transition-smooth: all .3s cubic-bezier(.25, .8, .25, 1);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased}.shadow-soft{box-shadow:var(--shadow-soft)!important}.shadow-hover{transition:var(--transition-smooth)}.shadow-hover:hover{box-shadow:var(--shadow-hover)!important;transform:translateY(-4px)}.rounded-custom{border-radius:var(--radius-md)!important}.transition-custom{transition:var(--transition-smooth)!important}.glass-nav{background:#fffc!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)}.nav-link-custom{color:var(--text-main)!important;font-weight:500;transition:var(--transition-smooth);position:relative}.nav-link-custom:hover{color:var(--text-muted)!important}.nav-active{font-weight:700;color:var(--accent-color)!important}.nav-active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:20px;height:2px;background-color:var(--accent-color);border-radius:2px}.card{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .2s,box-shadow .2s;border:none}.card:hover{transform:scale(1.02);box-shadow:0 5px 15px #0003}.card-body{padding:1rem;text-align:center}.card h5{margin:.5rem auto;font-size:1.1rem}.card-body a:hover{background-color:#0b5ed7}.hero-carousel{width:100%;height:400px;overflow:hidden;border-radius:10px;margin-bottom:2rem}.hero-carousel img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease;image-rendering:auto}.filter-buttons{display:flex;margin:4rem auto 3rem;justify-content:center;gap:1.2rem}.filter-buttons button{border:1px solid transparent;padding:7px 15px;border-radius:1.7rem;transition:all .3s ease-in-out;background:#9f9c8c;color:#fff;cursor:pointer}.filter-buttons button:hover{background:#1f7c8c}.filter-buttons button.active{background:#fff;color:#9f9c8c;border-color:#9f9c8c}.footer{background:#111;color:#fff;padding:40px 0 20px;margin-top:60px}.footer-container{width:90%;max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-title{margin-bottom:15px;font-weight:700}.footer-text{opacity:.8;line-height:1.5}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:.3s}.footer-links a:hover{opacity:1;padding-left:5px}.footer-icon{font-size:25px}.footer-bottom{margin-top:30px;text-align:center;border-top:1px solid #333;padding-top:15px;opacity:.7;font-size:14px}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-links a:hover{padding-left:0}}.product-detail{display:flex;width:90%;flex-wrap:wrap;margin:10px auto 50px}.product-images{flex:1.5;display:flex}.main-image{width:80%;height:470px;object-fit:cover;border-radius:10px;margin-bottom:10px}.images{display:flex;flex-direction:column;justify-content:center;gap:10px;margin-left:10px}.images img{width:100px;height:100px;object-fit:cover;cursor:pointer;border-radius:5px;border:2px solid transparent;transition:border .2s}.images img.active{border:2px solid #0d6efd}.product-info{flex:1;display:flex;padding:2rem 2rem 1rem;flex-direction:column;justify-content:flex-start;gap:1rem;background:#0077b6;color:#fff;border-radius:10px;box-shadow:5px 5px 20px #000}.product-info h2{text-align:center;font-size:34px;color:#f9c74f;text-shadow:0 0 10px #000}.product-info .info{display:flex;justify-content:space-between;gap:5px}.info p{font-size:16px;color:#90e0ef}.product-info h4{margin-bottom:.5rem;font-weight:500;font-family:Poppins,sans-serif;color:#1f363d}.options button{border:1px solid #ccc;border-radius:8px;color:#0077b6;padding:6px 12px;margin-left:10px;cursor:pointer;transition:all .2s;font-weight:500;font-family:Poppins,sans-serif}.options button.active{border-color:#fff;background-color:#0077b6;color:#fff}.options button:hover{transform:translateY(-2px)}.product-info .add{margin-top:60px;margin-bottom:0;border:2px solid #fff;border-radius:8px;padding:12px;background:transparent;color:#fff;transition:all .2s ease-in}.product-info .add:hover{background:#fff;color:#0077b6}
