*{margin:0;padding:0;box-sizing:border-box}button{cursor:pointer}.app-wrapper nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 4rem;background-color:#fff;position:sticky;top:0;z-index:8}nav h2{font-size:20px;font-weight:500}nav h2 span{color:#904026}nav .nav-items ul{list-style:none;display:flex;align-items:center;gap:1rem;font-size:20px;font-weight:500}.nav-items ul li{position:relative}.nav-items ul li:hover:after{content:"";position:absolute;bottom:-5px;left:0;height:3px;width:100%;border-radius:10px;background-color:#904026}.nav-items ul li a.active:after{content:"";position:absolute;bottom:-5px;left:0;height:3px;width:100%;border-radius:10px;background-color:#904026}.nav-items ul li a:hover~.active{color:red}.nav-items ul li a{text-decoration:none!important;color:#000}nav .button-and-search{display:flex;align-items:center;justify-content:space-between;gap:2rem}.button-and-search i{font-size:25px;cursor:pointer}nav button{font-size:14px;padding:10px 20px;border:none;outline:none;background-color:#904026;color:#fff;font-weight:400;border-radius:30px}.button-and-search .bx-menu{display:none}.active{left:0}.bx .bx-bx{z-index:10}.overlay{position:fixed;top:0;bottom:0;right:0;left:0;background:#0000004d;z-index:11}@media (max-width: 575px){.app-wrapper nav{padding:1rem}.app-wrapper .nav-brand{flex:1}.nav-brand h2{font-size:18px}nav .button-and-search{gap:.5rem}nav .nav-items ul{font-size:16px;font-weight:500}.button-and-search .bx-menu{display:block}nav .nav-items{position:fixed;top:0;right:-200vw;width:50%;height:100%;background-color:#fff;z-index:12}.nav-items ul{flex-direction:column;width:100%;align-items:flex-start!important;padding:2rem 1rem}.nav-items ul li{position:relative}.nav-items ul li a{text-decoration:none!important;color:#000}.nav-items ul li:hover:after{content:"";position:absolute;bottom:-5px;left:0;height:3px;width:100%;border-radius:10px;background-color:#904026}}@media (min-width: 576px) and (max-width: 767px){.app-wrapper nav{padding:1rem 2rem}.app-wrapper .nav-brand{flex:1}.nav-brand h2{font-size:20px}nav .button-and-search{gap:1rem}.button-and-search .bx-menu{display:block}nav .nav-items{position:fixed;top:0;right:-200vw;width:80%;height:100%;background-color:#fff;z-index:12}.nav-items ul{flex-direction:column;width:100%;align-items:flex-start!important;padding:1rem 2rem}nav .nav-items ul{font-size:16px;font-weight:500}.nav-items ul li{position:relative}.nav-items ul li a{text-decoration:none!important;color:#000}.nav-items ul li:hover:after{content:"";position:absolute;bottom:-5px;left:0;height:3px;width:100%;border-radius:10px;background-color:#904026}}@media (min-width: 768px) and (max-width: 991px){.app-wrapper nav{padding:1rem 3rem}.app-wrapper .nav-brand{flex:1}.nav-brand h2{font-size:20px}nav .button-and-search{gap:2rem}.button-and-search .bx-menu{display:block}nav .nav-items{position:fixed;top:0;right:-200vw;width:80%;height:100%;background-color:#fff;z-index:12}.nav-items ul{flex-direction:column;width:100%;align-items:flex-start!important;padding:2rem}nav .nav-items ul{font-size:18px;font-weight:500}.nav-items ul li{position:relative}.nav-items ul li a{text-decoration:none!important;color:#000}.nav-items ul li:hover:after{content:"";position:absolute;bottom:-5px;left:0;height:3px;width:100%;border-radius:10px;background-color:#904026}}.hero-container{display:grid;grid-template-columns:repeat(2,1fr);height:calc(100dvh - 70px);background-color:#e7ddce}.hero-container .hero-image{position:relative;background-color:#e7ddce;border-radius:20px 0 0 20px}.hero-image h1{rotate:-90deg;position:absolute;right:-35%;top:50%;font-size:20vmin!important;transform:translate(-0%,-50%);color:#fff}.hero-container .hero-image img{position:absolute;bottom:0;left:-10%;width:70%}.hero-container .hero-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding:0 4rem;background-color:#fff}.hero-container h1{font-size:10vmin;font-weight:500;line-height:calc(10vmin + 6px)}.hero-container h1 span{color:#904026}.hero-container button.hero-button{font-size:14px;padding:10px 20px;border:none;outline:none;background-color:#904026;color:#fff;font-weight:400;border-radius:30px}@media (max-width: 575px){.hero-container{grid-template-columns:1fr;height:fit-content}.hero-container .hero-image{height:100dvh}.hero-container .hero-wrapper{gap:2rem;padding:4rem 1rem}}@media (min-width: 576px) and (max-width: 767px){.hero-container{grid-template-columns:1fr;height:fit-content}.hero-container .hero-image{height:100dvh}.hero-container .hero-wrapper{gap:2rem;padding:4rem 2rem}}@media (min-width: 768px) and (max-width: 991px){.hero-container{height:fit-content}.hero-container .hero-wrapper{gap:2rem;padding:4rem 3rem}.hero-image h1{rotate:-90deg;position:absolute;right:-60%;top:50%;font-size:20vmin!important;transform:translate(-0%,-50%);color:#fff}}.product-container{padding:5rem 4rem;display:flex;flex-direction:column;gap:2rem}.product-header{display:flex;align-items:center;flex-direction:column;gap:1rem}.product-container h3{font-size:23px;font-weight:500;text-align:center}.product-header ul{list-style:none;display:flex;align-items:center;gap:1rem;font-size:18px;font-weight:400}.product-header ul li{border-right:1px solid #eaeaea;padding-right:1rem}.product-container .product-body{display:flex;overflow-y:auto;gap:1rem;padding:1rem 0;scrollbar-width:thin;scrollbar-color:#ffffff #ffffff}.product-container .product-body::-webkit-scrollbar{width:6px}@media (max-width: 575px){.product-container{padding:2rem 1rem}.product-header{overflow:scroll!important}.product-header ul{margin-left:8rem}.product-header::-webkit-scrollbar{width:1px;scrollbar-width:thin;scrollbar-color:#ffffff #ffffff}}@media (min-width: 576px) and (max-width: 767px){.product-container{padding:4rem 2rem}}@media (min-width: 768px) and (max-width: 991px){.product-container{padding:4rem 3rem}}.product-card{display:flex;flex-direction:column;min-width:22%;box-shadow:2px 2px 5px #8c8c8c}.product-card .product-image img{width:100%}.product-card .product-card-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.product-card-body h4.product-name{font-size:20px;font-weight:500;line-height:26px;color:#904026;text-shadow:3px 3px 10px #eaeaea}.product-card-body .price{font-size:18px;font-weight:400;color:#8c8c8c;line-height:24px}.product-card-body p.card-description{font-size:16px;line-height:22px;font-weight:400}.review-and-price{display:flex;flex-direction:column;justify-content:center;gap:1rem}.review-and-price .review{display:flex;align-items:center;gap:.5rem}.review-and-price .review i{font-size:18px;line-height:24px;color:gold}.review-and-price button{font-size:14px;padding:10px 30px;border-radius:40px;background-color:#904026;color:#fff;outline:none;border:none;width:fit-content}@media (max-width: 575px){.product-card{min-width:80%}}@media (min-width: 576px) and (max-width: 767px){.product-card{min-width:60%}}@media (min-width: 768px) and (max-width: 991px){.product-card{min-width:45%}}.about-container{padding:5rem 4rem;display:flex;flex-direction:column;gap:2rem}.about-container .about-header{display:flex;flex-direction:column;justify-content:center;gap:1rem;align-items:center}.about-header h3{font-size:23px;font-weight:500;text-align:center}.about-header h3 span{color:#904026}.about-header p{align-items:center;font-size:18px;font-weight:400;width:40%;text-align:center}.about-container .about-body{display:grid;grid-template-columns:repeat(2,1fr);padding:1rem;box-shadow:2px 2px 5px #8c8c8c;gap:2rem}.about-body .about-text{display:flex;flex-direction:column;gap:1rem}.about-text h4{font-size:20px;font-weight:500}.about-text p{font-size:16px;line-height:22px;font-weight:400}.about-text button{font-size:14px;padding:10px 30px;border-radius:40px;background-color:#904026;color:#fff;outline:none;border:none;width:fit-content}.about-body .about-image img{height:100%;width:100%;object-fit:contain}@media (max-width: 575px){.about-container{padding:2rem 1rem}.about-header p{width:80%}.about-container .about-body{grid-template-columns:1fr}}@media (min-width: 576px) and (max-width: 767px){.about-container{padding:3rem 2rem}.about-header p{width:70%}.about-container .about-body{grid-template-columns:1fr}}@media (min-width: 768px) and (max-width: 991px){.about-container{padding:4rem 3rem}.about-header p{width:70%}.about-container .about-body{grid-template-columns:1fr}}@media (min-width: 992px) and (max-width: 1199px){.about-header p{width:60%}}.hot-container{display:flex;flex-direction:column;gap:2rem;padding:5rem 4rem;align-items:center}.hot-container .hot-header{display:flex;align-items:center;flex-direction:column;gap:1rem}.hot-header h3{font-size:23px;font-weight:500;text-align:center}.hot-header h3 span{color:#904026}.hot-header p{text-align:center;font-size:18px;font-weight:400;width:60%}.hot-product{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 575px){.hot-container{padding:2rem 1rem}.hot-header p{width:90%}.hot-product{grid-template-columns:1fr}}@media (min-width: 576px) and (max-width: 767px){.hot-container{padding:2rem}.hot-header p{width:80%}.hot-product{grid-template-columns:1fr}}@media (min-width: 768px) and (max-width: 991px){.hot-container{padding:2rem 3rem}.hot-header p{width:70%}.hot-product{grid-template-columns:repeat(2,1fr)}}.footer-container{background-color:#904026;color:#fff;display:flex;flex-direction:column;gap:2rem;padding:5rem 4rem}.footer-container .top-footer{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:2rem;border-bottom:2px solid #631800}.top-footer .top-one{display:flex;flex-direction:column;gap:1rem}.top-footer h2{font-size:20px;font-weight:500}.top-footer p{font-size:16px;font-weight:400;line-height:22px;text-wrap:wrap}.top-one .socials{display:flex;align-items:center;gap:1rem}.top-one .socials i{font-size:25px;cursor:pointer}.top-footer .top-two{display:flex;flex-direction:column;gap:1rem}.top-two h4,.top-footer .top-three h4,.bottom-footer h4{font-size:18px;font-weight:500}.top-two ul{display:flex;flex-direction:column;gap:1rem;list-style:none}.top-two ul li{display:flex;align-items:center;gap:.5rem}.top-two ul li i{font-size:25px;cursor:pointer}.top-two ul li p{font-size:16px;font-weight:400}.top-footer .top-three{display:grid;grid-template-columns:1rf;gap:1rem;align-items:center}.top-footer .top-three .photos{display:flex;flex-wrap:wrap;gap:1rem;justify-content:right}.top-footer .top-three .photos img{height:10vw;object-fit:cover}.top-footer .top-three h4{text-align:center}.bottom-footer{display:grid;grid-template-columns:repeat(2,1fr)}.bottom-footer .bottom-text{display:flex;flex-direction:column;gap:1rem}.bottom-text p{font-size:18px;font-weight:400}.bottom-footer .bottom-form{flex:1}.bottom-form form{display:flex;width:100%;align-items:center;background-color:#631800}.bottom-form form input{flex:1;background:transparent;border:none;outline:none;padding:10px 20px;color:#eaeaea;font-size:14px}.bottom-footer form button{padding:10px 20px;border:none;outline:none;background-color:#fff;color:#000;font-size:14px}@media (max-width: 575px){.footer-container{padding:2rem 1rem}.footer-container .top-footer{grid-template-columns:1fr;gap:2rem}.top-footer .top-three h4{text-align:start}.top-footer .top-three .photos img{width:100%;height:fit-content}.bottom-footer{display:flex;flex-direction:column;gap:1rem}}@media (min-width: 768px) and (max-width: 991px){.footer-container .top-footer{grid-template-columns:1fr 1fr;gap:2rem}.top-footer .top-three .photos{display:flex;flex-wrap:wrap;gap:1rem;justify-content:start}.top-footer .top-three h4{text-align:start}}
