@import url(https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@400;600;700&display=swap);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}*,body{margin:0}*{box-sizing:border-box;padding:0;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scrolling-container{background-color:#fff;box-sizing:border-box;height:22px;overflow:hidden;position:fixed;top:0;white-space:nowrap;width:100%;z-index:1000}.scrolling-text{animation:scroll 15s linear infinite;color:#ad427e;display:inline-block;font-size:13px;font-weight:900;padding-left:100%}@keyframes scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@media (max-width:600px){.scrolling-text{font-size:calc(.8rem + 2vw)}}@media (max-width:450px){.scrolling-text{font-size:calc(.3rem + 1.8vw)}}.navbar{background:#fff;box-shadow:0 1px 3px #0000001a;font-family:Playfair Display,serif;height:4.3rem;justify-content:center;padding:0 20px;position:fixed;top:22px;z-index:1000}.navbar,.navbar-container{align-items:center;display:flex;width:100%}.navbar-container{justify-content:space-between;max-width:1400px;position:relative}.menu-icon{align-items:center;background:none;border:none;color:#000;display:flex;padding:0}.cart-icon,.home-search-icon,.menu-icon{cursor:pointer}.nav-icons{align-items:center;display:flex;gap:15px;z-index:2}.cart-icon,.home-search-icon{align-items:center;background:none;border:0;color:#000;display:flex}.home-search-icon{height:25px;width:25px}.home-search-icon img{display:block;height:auto;max-width:100%}.logo{align-items:center;display:flex;height:auto;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.logo img{max-height:40px;width:auto}.overlay{background:#00000080;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1100}.sidebar{background:#fff;font-family:Darker Grotesque,sans-serif;height:100%;overflow-y:auto;padding:30px 20px;width:300px}.close-btn{background:none;border:none;color:#000;cursor:pointer;display:block;font-size:20px;margin-bottom:20px;padding:0}.menu{font-family:Darker Grotesque,sans-serif;list-style:none;margin:0;padding:0}.menu li{color:#000;font-family:Darker Grotesque,serif;font-size:3rem;margin:15px 0}.menu a{display:block;font-size:1.5rem;padding:5px 0;text-align:left;text-decoration:none;transition:color .2s ease;width:100%}.menu a,.menu a:hover{color:#000}.dropdown-btn{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-family:Darker Grotesque,sans-serif;font-size:1.5rem;justify-content:space-between;padding:5px 0;text-align:left;width:100%}.submenu{list-style:none;margin-top:5px;padding-left:15px}.submenu li{margin:5px 0}.submenu a{color:#000;font-size:18px}@media (max-width:768px){.sidebar{max-width:300px;width:80%}.logo{width:40%}.logo img{max-width:100%}}@media (max-width:425px){.sidebar{width:100%}.navbar{height:70px;padding:0 15px}.logo,.logo img{width:100%}.logo img{max-height:35px}.nav-icons{gap:0}.logo{width:80%}}@media screen and (max-width:423px){.logo{width:60%}}@media screen and (max-width:335px){.logo img{max-height:30px}.navbar-container{padding:0 5px}.logo{width:30%}.nav-icons{gap:8px}}.cart-icon-container{color:#000;display:inline-flex;position:relative}.cart-count{background-color:#096e0e;border-radius:50%;color:#fff;font-family:Arial,sans-serif;font-size:12px;font-weight:700;height:18px;justify-content:center;position:absolute;right:-8px;top:-8px;width:18px}.cart-count,.cart-icon{align-items:center;display:flex}.cart-icon{color:#000}.footer-container{background-color:#f8f8f8;color:#333;font-family:Helvetica Neue,Arial,sans-serif;height:100%;padding:.2rem 2rem;width:100%}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-links-container{display:flex;flex-wrap:wrap;gap:2rem;width:70%}.footer-branding{align-items:flex-start;display:flex;justify-content:center;width:30%}.branding-content{align-items:center;display:flex;flex-direction:column;text-align:center}.crafted-text{color:#555;font-size:1.1rem;font-weight:300;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.footer-logo-mobile{display:none;margin-bottom:2rem;text-align:center;width:100%}.footer-section{flex:1 1;min-width:180px}.footer-heading{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1.2rem}.footer-heading h4{border-bottom:1px solid #ddd;font-size:1.1rem;font-weight:500;letter-spacing:.5px;margin:0;padding-bottom:.7rem}.toggle-icon{display:none;font-size:1.2rem;font-weight:700}.footer-nav,.social-links{display:flex;flex-direction:column}.footer-nav a,.social-links a{align-items:center;color:#666;display:flex;font-size:.95rem;margin-bottom:.8rem;padding-bottom:3px;position:relative;text-decoration:none;transition:all .3s ease}.footer-nav a:hover,.social-links a:hover{color:#000}.footer-nav a:after,.social-links a:after{background-color:#000;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-nav a:hover:after,.social-links a:hover:after{width:100%}.social-link{align-items:center;display:flex;gap:8px}.social-link svg{flex-shrink:0}.footer-logo{height:auto;margin-top:.5rem;max-width:150px;transition:transform .3s ease}.footer-logo:hover{transform:scale(1.05)}.footer-bottom{border-top:1px solid #ddd;color:#777;font-size:.9rem;padding-top:1.5rem;text-align:center}@media screen and (max-width:992px){.footer-branding,.footer-links-container{width:100%}}@media screen and (max-width:768px){.footer-container{padding:2rem 1rem}.footer-content{flex-direction:column}.footer-branding{display:none}.footer-logo-mobile{align-items:center;display:flex;flex-direction:column;order:3}.toggle-icon{display:block}.footer-nav{margin:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.footer-nav.expanded{margin-bottom:1.5rem;max-height:300px}.social-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;justify-content:flex-start;margin-bottom:1.5rem;max-height:none;overflow:visible}.social-links .social-link{margin-bottom:0}.footer-heading{margin-bottom:.5rem}.footer-heading h4{font-size:1rem}.footer-section:last-child .footer-heading{cursor:default}.footer-section:last-child .toggle-icon{display:none}}@media screen and (max-width:480px){.footer-container{padding:1.5rem 1rem}.footer-logo{max-width:120px}.footer-section{margin-bottom:1rem;min-width:100%}}
/*# sourceMappingURL=main.5b055e6c.css.map*/