:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:10px 50px;background-color:#000}.logo img{height:40px}.nav-links{list-style:none;display:flex;gap:20px}.nav-links a{text-decoration:none;color:#fff;font-weight:700}.nav-links a:hover{text-decoration:none;color:#777;font-weight:700}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s}@media(max-width:1024px){.nav-links{display:none;position:absolute;top:60px;left:0;background-color:#000;width:100%;text-align:center;flex-direction:column;gap:10px;box-shadow:0 4px 6px #0000001a;z-index:100}.nav-links.open,.hamburger{display:flex}}.footer{background-color:#000;padding:20px 0;text-align:center}.social-icons a{color:#fff;font-size:1.5rem;margin:0 10px}.social-icons i{transition:color .3s}.social-icons .fa-facebook-f:hover{color:#4267b2}.social-icons .fa-youtube:hover{color:red}.social-icons .fa-instagram:hover{background:-webkit-radial-gradient(33% 100% circle,#fed373 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf);background:radial-gradient(circle at 33% 100%,#fed373 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:1024px){.social-icons a{font-size:1.2rem;margin:0 5px}}.hero-section{display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;padding:50px 20px;color:#000}.hero-section img{max-width:500px;border-radius:10px}.product-carousel{position:relative;width:100%;height:20rem;background-color:#f3f4f6;border-radius:.375rem;overflow:hidden}.carousel-viewport{width:100%;height:100%}.carousel-viewport img{width:100%;height:15rem;object-fit:cover;border-radius:.375rem;background-color:#f3f4f6}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffb3;border:none;color:#111827;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;z-index:10}.carousel-button:hover{background-color:#fff;box-shadow:0 2px 4px #0003}.carousel-button.prev{left:.75rem}.carousel-button.next{right:.75rem}.carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.dot{width:.75rem;height:.75rem;border-radius:50%;border:.1rem solid #9ca3af;background-color:transparent;cursor:pointer;padding:0;transition:background-color .2s ease}.dot:hover{border-color:#4b5563}.dot.active{background-color:#111827;border-color:#111827}.product-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;padding:1rem;max-width:70rem;margin:0 auto}@media(min-width:40rem){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:50rem){.product-grid{grid-template-columns:repeat(3,1fr)}}.card-details{display:flex;flex-direction:column;gap:.5rem}.product-card{border:.1rem solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#fff;display:flex;flex-direction:column;gap:.75rem}.product-card h3{font-size:1.125rem;font-weight:700;margin:0;color:#111827}.product-card p{color:#4b5563;margin:0;font-size:.95rem}.product-images{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.5rem}.product-card a{width:100%;transition:.5s;border:none;color:#fff;background-color:#000;text-align:center;border-radius:.5rem;padding:.5rem}.product-card a:hover{background-color:#fff;color:#000;border:.1rem solid black}.fullscreen-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:1000;display:flex;justify-content:center;align-items:center;cursor:zoom-out;animation:fadeIn .3s ease}.fullscreen-close-btn{position:absolute;top:1rem;right:1rem;background-color:#00000080;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:3rem;height:3rem;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;z-index:1001}.fullscreen-close-btn:hover{background-color:#fff3;border-color:#fff}.fullscreen-img-wrapper{max-width:90%;max-height:90%;display:flex;justify-content:center;align-items:center}.fullscreen-img{max-width:100%;max-height:90vh;object-fit:contain;box-shadow:0 0 20px #000c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact{display:flex;justify-content:center;align-items:center;min-height:20vh}form{max-width:40rem;width:100%;padding:1rem 1rem 1.5rem;border-radius:.5rem;box-shadow:0 0 1rem #0000001a;color:#001f3f;background:#fff}form .input-box{margin-top:20px}.input-box .field{width:100%;height:.75rem;background:#fff;border:.1rem solid #ddd;outline:none;border-radius:.5rem;padding:1rem;color:#333;margin-top:.5rem}.input-box .field.message{height:10rem;resize:none}form button{width:100%;transition:.5s;border:none;color:#fff;background-color:#000}form button:hover{width:100%;background-color:#fff;color:#000;border:.1rem solid black}form .honey{display:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Corben,Arial,sans-serif;background-color:#000;display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column}body,html{width:100%;margin:0;background-color:#000;color:#fff}body,html,#root{height:100%}.App{display:flex;justify-items:center;flex-direction:column;width:100vw;height:100vh}.App h1,h2,h3,h4,h5,h6,p{color:#fff}main{flex:1}.text-background{background-color:#000000c4;font-size:1.25em;height:100%}.grayscale-background{filter:grayscale(100%)}.profile img{display:flex;justify-items:center;max-width:35%}
