@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Courgette&display=swap);*{box-sizing:border-box;font-family:Cabin,sans-serif;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf8f6;font-size:16px;font-weight:500;line-height:23px;overflow-x:hidden}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.2);border-radius:2ex}::-webkit-scrollbar-thumb{background-image:linear-gradient(40deg,#d63c3e,#e1c08f);border-radius:2ex}.main-header{background-image:linear-gradient(90deg,#000,#6e1010);border-bottom:1px solid rgba(0,0,0,.1);color:#fff;padding:0 20px;width:100%;z-index:99}@media only screen and (min-width:768px){.main-header{padding:0 40px}}.main-header .header-content{align-items:center;display:flex;height:60px;justify-content:space-between;margin:auto;max-width:1200px}@media only screen and (min-width:768px){.main-header .header-content{height:85px}}.main-header .header-content .center{display:none;gap:25px;list-style-type:none}@media only screen and (min-width:768px){.main-header .header-content .center{display:flex;font-size:22px;left:65%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.main-header .header-content .center li{cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase}.main-header .header-content .left{cursor:pointer;font-size:22px;font-weight:700}.main-header .header-content .left img{width:80px}@media only screen and (min-width:768px){.main-header .header-content .left img{width:120px}}.main-header .header-content .right{align-items:center;display:flex;gap:20px}@media only screen and (min-width:768px){.main-header .header-content .right{font-size:24px}}.main-header .header-content .right svg{font-size:25px}.main-header .header-content .right .cart-icon{position:relative}.main-header .header-content .right .cart-icon span{background-color:#000;border-radius:10px;font-size:12px;line-height:1;min-width:20px;padding:2.5px;position:absolute;right:-12px;text-align:center;top:-5px}.main-header.sticky-header{-webkit-animation:stickyHeader .3s ease forwards;animation:stickyHeader .3s ease forwards;position:-webkit-sticky;position:sticky;top:-1px;-webkit-transform:translateY(-85px);transform:translateY(-85px)}@-webkit-keyframes stickyHeader{0%{-webkit-transform:translateY(-85px);transform:translateY(-85px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes stickyHeader{0%{-webkit-transform:translateY(-85px);transform:translateY(-85px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.footer{background-image:linear-gradient(90deg,#000,#751113);border-radius:11% 11% 0 0;width:100%}.footer .footer-content{display:flex;flex-flow:wrap;gap:10px;margin:0 auto;max-width:1200px;padding:50px 20px}@media only screen and (min-width:768px){.footer .footer-content{justify-content:space-between;padding:50px 10px}}.footer .footer-content .col{max-width:300px}.footer .footer-content .col .title{color:#efefef;font-size:15px;margin-bottom:20px}@media only screen and (min-width:768px){.footer .footer-content .col .title{font-size:30px}}.footer .footer-content .col .text1{color:hsla(0,0%,100%,.64);font-size:10px}@media only screen and (min-width:768px){.footer .footer-content .col .text1{font-size:14px}}.footer .footer-content .col .text1 .social-media{display:flex;gap:10px}.footer .footer-content .col .text1 .social-media .icon{align-items:center;background-color:rgba(12,103,239,.909);border-radius:50%;color:#fff;cursor:pointer;display:flex;height:28px;justify-content:center;margin-bottom:10px;width:28px}.footer .footer-content .col .text1 .social-media .icon.v3{background:linear-gradient(45deg,#3e3e98,transparent),radial-gradient(#fe0000,transparent)}.footer .footer-content .col .text1 .social-media .icon.v4{background-color:#2cad36}@media only screen and (min-width:768px){.footer .footer-content .col .text1 .social-media .icon{align-items:center;background-color:rgba(12,103,239,.909);border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.footer .footer-content .col .text1 .social-media .icon.v3{background:linear-gradient(deg,rgba(171,162,65,.774),transparent),radial-gradient(red,transparent)}.footer .footer-content .col .text1 .social-media .icon.v4{background-color:#2cad36}}.footer .footer-content .col .c-item{display:flex;margin-bottom:7px}.footer .footer-content .col .c-item.v1{color:#cb7818}.footer .footer-content .col .c-item.v2{color:#65c582}.footer .footer-content .col .c-item.v3{color:#0082f4}.footer .footer-content .col .c-item svg{flex-shrink:0;font-size:15px;margin-right:10px;margin-top:4px}.footer .footer-content .col span.text1{cursor:pointer;display:block;margin-bottom:10px}.footer .bottom-bar{border-top:1px solid #8f8c8c}.footer .bottom-bar .bottom-bar-content{align-items:center;display:flex;flex-direction:column;gap:10px;padding:20px;text-align:center}@media only screen and (min-width:768px){.footer .bottom-bar .bottom-bar-content{flex-direction:row;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0;text-align:left}}.footer .bottom-bar .bottom-bar-content .text1{color:#838282;font-size:12px}.slider{height:20vh;overflow:hidden;position:relative;white-space:nowrap;width:100%}@media only screen and (min-width:768px){.slider{height:60vh}}.slider .slider_wrapper,.slider_wrapper .slide{height:100%;position:relative;width:100%}.slider_wrapper .slide{display:inline-block}.slider .dots_wrapper{align-items:center;bottom:-3px;display:flex;flex-direction:row;gap:5px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:999}@media only screen and (min-width:768px){.slider .dots_wrapper{bottom:5px;gap:10px}}.dots_wrapper .dot{color:#181717;cursor:pointer;font-size:20px;font-weight:700}@media only screen and (min-width:768px){.dots_wrapper .dot{font-size:45px}}.dots_wrapper .dot.active{color:#eb9c9c}@font-face{fallback:fallback;font-family:revicons;src:url(/static/media/revicons.e8746a624ed098489406.woff) format("woff"),url(/static/media/revicons.57fd05d4ae650374c8de.ttf) format("ttf"),url(/static/media/revicons.a77de540a38981833f9e.eot) format("ttf")}.react-multi-carousel-list{align-items:center;display:flex;overflow:hidden;position:relative}.react-multi-carousel-track{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;flex-direction:row;list-style:none;margin:0;padding:0;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform,transition}.react-multiple-carousel__arrow{background:rgba(0,0,0,.5);border:0;border-radius:35px;cursor:pointer;min-height:43px;min-width:43px;opacity:1;outline:0;position:absolute;transition:all .5s;z-index:1000}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{color:#fff;display:block;font-family:revicons;font-size:20px;position:relative;text-align:center;z-index:2}.react-multiple-carousel__arrow:disabled{background:rgba(0,0,0,.5);cursor:default}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:"\e825"}.react-multi-carousel-dot-list{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin:0;padding:0;position:absolute;right:0;text-align:center}.react-multi-carousel-dot button{border:2px solid grey;border-radius:50%;box-shadow:none;cursor:pointer;display:inline-block;height:12px;margin:0 6px 0 0;opacity:1;outline:0;padding:0;transition:background .5s;width:12px}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{left:calc(4% + 1px);right:auto}.rtl.react-multiple-carousel__arrow--right:before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:"\e825"}.products-containers{margin:50px 0}@media only screen and (min-width:768px){.products-containers{margin:50px 0}}.products-containers .sec-headings{font-size:18px;font-weight:500;margin-bottom:20px;text-align:center;text-transform:uppercase}@media only screen and (min-width:768px){.products-containers .sec-headings{font-size:35px;margin-bottom:35px;text-align:center}}.products-containers .sec-headings:after{background-image:linear-gradient(40deg,#d63c3e,#e1c08f);border-radius:10px;content:"";display:block;height:3.4px;margin-left:7.5rem;margin-top:5px;width:140px}@media only screen and (min-width:768px){.products-containers .sec-headings:after{margin-left:29.4rem;margin-top:5px;width:203px}}h2{cursor:pointer;padding:3px}.product--images{border-radius:20px;height:25rem;object-fit:cover;width:100%}.cards{background-image:linear-gradient(90deg,#362b2b,#914041);border-radius:25px;border-radius:35px;box-shadow:0 3.1rem 1.8rem rgba(121,89,89,.2);color:#fff;font-family:arial;margin:auto 2rem;text-align:center}.text{margin-bottom:20px}.main-headers{background-image:linear-gradient(90deg,#000,#751113);color:#fff;padding:0 20px;width:100%;z-index:99}@media only screen and (min-width:768px){.main-headers{padding:0 90px}}.main-headers .header-contents{align-items:center;display:flex;height:53px;justify-content:space-between;margin:auto;max-width:208px}@media only screen and (min-width:768px){.main-headers .header-contents{height:150px;max-width:1200px}}.main-headers .header-contents .center{align-items:center;display:flex;-webkit-transform:translate(-13%);transform:translate(-13%)}@media only screen and (min-width:768px){.main-headers .header-contents .center{align-items:center;display:flex;font-size:30px;position:absolute;-webkit-transform:translate(22%);transform:translate(22%)}}.main-headers .header-contents .center img{width:100px}@media only screen and (min-width:768px){.main-headers .header-contents .center img{width:300px}}.main-content{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.main-content{max-width:1200px}}.products-container{margin:15px 0}@media only screen and (min-width:768px){.products-container{margin:50px 0}}.products-container .sec-heading{font-size:18px;font-weight:500;margin-bottom:20px;text-align:center;text-transform:uppercase}@media only screen and (min-width:768px){.products-container .sec-heading{font-size:35px;margin-bottom:35px;text-align:center}}.products-container .sec-heading:after{background-image:linear-gradient(40deg,#d63c3e,#e1c08f);border-radius:10px;content:"";display:block;height:3px;margin-left:8.2rem;width:112px}@media only screen and (min-width:768px){.products-container .sec-heading:after{margin-left:29rem;margin-top:5px;width:213px}}h2{font-size:19px;margin-bottom:1px}.product--image{border-radius:20px;cursor:pointer;height:10rem;margin-bottom:10px;margin-top:31px;object-fit:cover;width:53%}@media only screen and (min-width:768px){.product--image{border-radius:20px;height:17rem;margin-bottom:10px;margin-top:31px;object-fit:cover;width:75%}}.card{background-image:linear-gradient(90deg,#000,#751113);border-radius:25px;box-shadow:0 3.1rem 1.8rem rgba(40,26,26,.2);color:#fff;font-family:arial;margin:auto 3rem;text-align:center}@media only screen and (min-width:768px){.card{margin:auto 2rem}}.price{color:#fff;font-size:25px;margin-bottom:15px}.text{color:#dacece;font-size:10px;margin:12px;width:90%}.card button{background-color:#d92121;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;margin-bottom:30px;outline:0;padding:8px;text-align:center;width:60%}.card button:hover{opacity:.7}.about{background-image:linear-gradient(90deg,#000,#751113);border-radius:0 0 0 0;width:100%}.about .about-content{display:flex;flex-flow:wrap;gap:10px;margin:0 auto;max-width:1200px;padding:20px;text-align:center}@media only screen and (min-width:768px){.about .about-content{padding:70px 10px;text-align:center}}.about .about-content .col{max-width:1200px}.about .about-content .col .title{color:#efefef;font-size:18px;margin-bottom:30px;text-align:center}@media only screen and (min-width:768px){.about .about-content .col .title{font-size:40px}}.about .about-content .col .text{color:hsla(0,0%,100%,.64);font-family:Courgette;font-size:10px}@media only screen and (min-width:768px){.about .about-content .col .text{font-size:17px;font-weight:300}}.products-containerss{margin:50px 0}@media only screen and (min-width:768px){.products-containerss{margin:100px 0}}.product--imagess{border-radius:20px;height:25rem;object-fit:cover;width:100%}.cardss{border-radius:25px;box-shadow:0 4px 2px 0 rgba(0,0,0,.2);color:#fff;font-family:arial;margin:auto 1rem;text-align:center}.products-containerr{margin:50px 0}@media only screen and (min-width:768px){.products-containerr{margin:100px}}.products-containerr .sec-headingg{font-size:18px;font-weight:500;margin-bottom:20px;text-align:center;text-transform:uppercase}@media only screen and (min-width:768px){.products-containerr .sec-headingg{font-size:35px;margin-bottom:35px;text-align:center}}.products-containerr .sec-headingg:after{background-image:linear-gradient(40deg,#d63c3e,#e1c08f);border-radius:10px;content:"";display:block;height:3.4px;margin-left:5.5rem;margin-top:5px;width:227px}@media only screen and (min-width:768px){.products-containerr .sec-headingg:after{margin-left:23.5rem;margin-top:5px;width:430px}}.Wrapper{color:#100f0f;flex-direction:column;min-height:40vh}.Wrapper,.Wrapper .Cards{align-items:center;display:flex;justify-content:center;margin:0 auto}.Wrapper .Cards .Card{background:hsla(0,0%,100%,.2);border-radius:15px;box-shadow:10px 20px 25px rgba(0,0,0,.2);height:232px;margin:5px;padding:20px 30px;position:relative;width:301px}@media only screen and (min-width:768px){.Wrapper .Cards .Card{height:250px;width:356px}}.Wrapper .Cards .Card img{border:1px solid #511212;border-radius:50%;box-shadow:20px 10px 25px rgba(0,0,0,.3);height:40px;left:26px;object-fit:cover;position:absolute;top:3px;width:40px}@media only screen and (min-width:768px){.Wrapper .Cards .Card img{border:2px solid #511212;height:70px;left:20px;top:-20px;width:70px}}.Wrapper .Cards .Card .Message{font-family:Courgette;font-size:12px;margin-bottom:16px;margin-top:34px}@media only screen and (min-width:768px){.Wrapper .Cards .Card .Message{font-size:16px;margin-bottom:50px;margin-top:40px}}.Wrapper .Cards .Card .Title{font-family:Courgette;font-size:15px;font-weight:500;margin-bottom:-7px}@media only screen and (min-width:768px){.Wrapper .Cards .Card .Title{font-size:18px;margin-bottom:-2px}}.Wrapper .Cards .Card .Desc{color:#231d1d;font-size:10px;font-weight:400;margin-left:4px}@media only screen and (min-width:768px){.Wrapper .Cards .Card .Desc{font-size:14px}}
/*# sourceMappingURL=main.652568c1.css.map*/