body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{font-family:sans-serif;margin:0}main{padding:2rem}.site-header{background:#0000;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;position:relative;z-index:10}.site-header nav{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.logo{color:#333;display:inline-block;font-size:2rem;font-weight:800;position:relative;text-align:center;text-decoration:none;transition:color .3s ease,transform .3s ease;width:100px}.logo:after{color:#000;content:"*";font-size:5rem;left:50%;position:absolute;top:80%;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease}.logo:hover:after{transform:translate(-50%,-50%) scale(1)}.logo:hover{color:#0000}.nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links a{color:#333;font-size:1.1rem;font-weight:600;overflow:hidden;position:relative;text-decoration:none;transition:transform .2s ease,color .2s ease}.nav-links a:after{background-color:#e52e71;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .25s ease-out;width:100%}.nav-links a:hover{color:#e52e71}.nav-links a:hover:after{transform:scaleX(1);transform-origin:bottom left}.hamburger{cursor:pointer;display:none;height:24px;position:relative;width:30px;z-index:10}.hamburger span{background:#333;height:3px;left:0;position:absolute;transition:.3s ease;width:100%}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:10px}.hamburger span:nth-child(3){top:20px}.hamburger.open span:first-child{top:10px;transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){top:10px;transform:rotate(-45deg)}@media (max-width:768px){.hamburger{display:block}.nav-links{align-items:center;display:none;flex-direction:column;gap:1rem;margin-top:1rem;text-align:center;width:100%}.nav-links.open{animation:fadeIn .3s ease-in-out;display:flex}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-section{align-items:center;background:linear-gradient(180deg,#e0e0e0,#fff);color:#000;display:flex;height:80vh;justify-content:center;padding:2rem;text-align:center}.hero-container{margin:0 auto;max-width:800px;padding:20px;width:100%}.hero-content h1{font-size:4rem;font-weight:800;margin-bottom:1rem}.hero-content p{font-size:1.5rem;margin-bottom:2rem}.hero-button{background:#ffffffe6;border-radius:.5rem;color:#333;display:inline-block;font-size:1.1rem;font-weight:600;padding:.8rem 1.5rem;text-decoration:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.hero-button:hover{background-color:#e52e71;box-shadow:0 4px 12px #0000004d;color:#fff;transform:scale(1.08)}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.hero-button{font-size:1rem;padding:.7rem 1.2rem}}@media (max-width:480px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-button{font-size:.95rem;padding:.6rem 1rem}}.products-section{padding:2rem;text-align:center}.products-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.category-dropdown{border:1px solid #ccc;border-radius:.4rem;font-size:1rem;padding:.5rem 1rem}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;color:inherit;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 6px 18px #00000026;transform:translateY(-6px)}.product-card img{height:auto;object-fit:cover;width:100%}.product-info{padding:1rem}.product-info h3{font-size:1.2rem;margin:.5rem 0 .2rem}.product-info p{color:#666;font-weight:600}.product-page{font-family:Inter,sans-serif;margin:0 auto;max-width:800px;padding:2rem;text-align:center}.product-page img{border-radius:1rem;box-shadow:0 10px 30px #0000001a;margin-bottom:1.5rem;max-width:400px;width:100%}.product-page h1{font-size:2.5rem;font-weight:800;letter-spacing:1px;margin-bottom:.5rem}.product-page p{color:#444;font-size:1.1rem;margin-bottom:1.2rem}.product-page strong{color:#111;font-size:1.3rem}.back-link{color:#e52e71;display:inline-block;font-weight:600;margin-top:2rem;text-decoration:none;transition:transform .2s ease}.back-link:hover{transform:scale(1.05)}.about-page{line-height:1.6;margin:0 auto;max-width:800px;padding:2rem}.about-page h2{font-size:2.5rem;margin-bottom:1rem}.about-page p{font-size:1.1rem;margin-bottom:1rem}
/*# sourceMappingURL=main.a946d32b.css.map*/