html{font-family:Open Sans,sans-serif;margin:0;-webkit-user-select:none;user-select:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{font-family:Manrope,sans-serif}body{background-color:#000}@media screen and (max-width:800px){body{padding:0}}a{color:#000;text-decoration:none}*{box-sizing:border-box;margin:0;padding:0}.app,.header{overflow:hidden}.header{align-content:center;background-color:#000;display:grid;grid-template-columns:30% 70%;height:70px;padding:20px 40px;position:fixed;top:0;width:100%;z-index:99}@media screen and (max-width:800px){.header{grid-template-columns:70% 30%;height:60px;margin-bottom:20px;padding:10px}}.header .logo-container{align-items:center;display:flex;height:100%;justify-content:center;padding:25px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:800px){.header .logo-container{padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.header .logo-container .webtitle{color:#b87333;font-family:Bruno Ace,cursive;font-size:2.3rem;font-weight:800}@media screen and (max-width:800px){.header .logo-container .webtitle{font-size:1.8rem}}.header .options_con{align-items:center;cursor:pointer;display:flex;justify-content:flex-end}@media screen and (max-width:800px){.header .options_con{width:100%}}.header .options_con .option{color:#fff;padding:10px 15px}@media screen and (max-width:800px){.header .options_con .option{display:none}}.header .options_con .mobile_drawer{display:none}@media screen and (max-width:800px){.header .options_con .mobile_drawer{display:block;margin-left:-20px}}.header .link{text-decoration:none}@media screen and (max-width:800px){.header .link{font-size:.7rem}}.cart-dropdown{background-color:#fff;border:1px solid #000;display:flex;flex-direction:column;height:340px;padding:20px;position:absolute;right:40px;top:90px;width:280px;z-index:5}.cart-dropdown .cart-items{display:flex;flex-direction:column;height:240px;overflow:scroll}.cart-dropdown .cart-items .empty{font-size:small;margin:auto}.cart-dropdown button{margin-top:auto}.custom-button{background-color:#000;border:none;color:#fff;cursor:pointer;font-family:Bruno Ace,sans-serif;font-size:15px;font-weight:bolder;height:50px;letter-spacing:.5px;line-height:50px;min-width:165px;padding:0 35px;text-transform:uppercase;width:auto}.custom-button:hover{background-color:#fff;border:1px solid #000;color:#000}.custom-button.google-sign-in{background-color:#4285f4;color:#fff}.custom-button.google-sign-in:hover{background-color:#357ae8;border:none}@media screen and (max-width:800px){.custom-button{font-size:10px}}.cart-item{display:flex;height:90px;margin-bottom:15px;padding:5px;width:100%}.cart-item img{width:30%}.cart-item .item-details{align-items:flex-start;display:flex;flex-direction:column;font-size:13px;font-weight:700;justify-content:flex-start;padding:0 20px;width:70%}.cart-item .item-details .name{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%}.cart-icon{align-items:center;color:#b87333;cursor:pointer;display:flex;height:45px;justify-content:center;position:relative;width:45px}.cart-icon .shopping-icon{height:24px;width:24px}.cart-icon .item-count{bottom:12px;font-size:10px;font-weight:700;position:absolute}.footer{border-top:1px solid #b87333;display:flex;flex-direction:column;height:18rem;justify-content:space-between;width:100vw}.footer .top{display:flex;gap:3rem;height:80%;justify-content:center;margin-top:2rem;width:100%}.footer .top .first{display:flex;flex-direction:column;gap:1rem}.footer .top .first .title_con{align-items:center;display:flex;justify-content:baseline;margin-bottom:.5rem}.footer .top .first .title_con span{color:#b87333;font-family:Bruno Ace,cursive;font-size:2rem;font-weight:800}.footer .top .first .address{color:hsla(0,0%,100%,.767);font-size:13px;font-weight:200}.footer .top .first .call{color:hsla(0,0%,100%,.692);font-size:13px;font-weight:200}.footer .top .second{display:flex;flex-direction:column;gap:1.2rem}.footer .top .second .footer_title{color:#b87333;font-size:16px;font-weight:500}.footer .top .second .links{display:flex;flex-direction:column;gap:1rem}.footer .top .second .links .footer_link{color:#fff;font-size:14px;font-weight:200;width:200px}.footer .top .second .links .subscribe_con{align-items:center;background-color:transparent;border:1px solid hsla(0,0%,100%,.692);display:flex;font-size:13px;font-weight:200;justify-content:space-between;outline:none;padding:5px 10px;width:200px}.footer .top .second .links .subscribe_con .subscribe{background-color:transparent;border:none;color:#fff;font-size:13px;font-weight:400;outline:none}.footer .top .second .links .subscribe_con .sub_icon{color:#b87333;font-size:20px}.footer .top .second .links .sub_btn{color:#b87333;cursor:pointer;font-size:14px;font-weight:500}.footer .bottom{display:flex;height:15%;justify-content:center;text-align:center;width:100%}.footer .bottom .copyright{color:#b87333;font-family:Bruno Ace,cursive;font-size:13px;font-weight:300;margin:20px 0}@media screen and (max-width:768px){.footer{display:flex;flex-direction:column;height:23rem;justify-content:space-between;width:100vw}.footer .top{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,auto);height:80%;justify-content:center;margin-top:1rem;width:100%}.footer .top .first{display:flex;flex-direction:column;gap:.5rem}.footer .top .first .title_con{align-items:center;display:flex;justify-content:baseline;margin-bottom:5px}.footer .top .first .title_con span{color:#b87333;font-family:Bruno Ace,cursive;font-size:1.5rem;font-weight:800}.footer .top .first .address{color:hsla(0,0%,100%,.767);font-size:13px;font-weight:200}.footer .top .first .call{color:hsla(0,0%,100%,.692);font-size:13px;font-weight:200}.footer .top .second{display:flex;flex-direction:column;gap:15px}.footer .top .second .footer_title{color:#b87333;font-size:13px;font-weight:500}.footer .top .second .links{display:flex;flex-direction:column;gap:10px}.footer .top .second .links .footer_link{color:#fff;font-size:10px;font-weight:200;width:100px}.footer .top .second .links .subscribe_con{align-items:center;background-color:transparent;border:1px solid hsla(0,0%,100%,.692);display:flex;font-size:13px;font-weight:200;justify-content:space-between;outline:none;padding:5px 10px;width:200px}.footer .top .second .links .subscribe_con .subscribe{background-color:transparent;color:#fff;font-size:13px;font-weight:200;outline:none}.footer .top .second .links .subscribe_con .sub_icon{color:#b87333;font-size:13px}.footer .top .second .links .sub_btn{color:#b87333;cursor:pointer;font-size:14px;font-weight:500}.footer .bottom{display:flex;height:10%;justify-content:center;margin-top:2rem;text-align:center;width:100%}.footer .bottom .copyright{color:#b87333;font-family:Bruno Ace,cursive;font-size:12px;font-weight:300;margin-top:10px}}
/*# sourceMappingURL=main.9d6f2716.css.map*/