@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:#fff;color:#000}::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#a20021}::-webkit-scrollbar-thumb:hover{background-color:#a20021}::-webkit-scrollbar-thumb:active{background-color:#a20021}::-webkit-scrollbar-corner{background-color:#a20021}::-webkit-scrollbar{width:5px;display:block}a{text-decoration:none;color:#000}button{padding:5px 15px;background-color:#a20021;color:#fff;cursor:pointer;text-align:center;transition:transform .7s ease-in-out;outline:none;border:none;border-radius:5px}button:hover{transform:scale(1.04)}button:active{transform:scale(.8)}.hero-section{min-height:100vh;padding:100px 30px 30px;display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:center}.hero-section>.div1{display:flex;flex-direction:column;gap:10px}.hero-section>.div1>h1{font-size:43px}.hero-section>.div1>h1 span{color:#a20021}.hero-section>.div1>p{font-size:20px;font-weight:700}.hero-section>.div1>p span{color:#a20021}.hero-section>hr{width:0%;transition:width .8s ease-in-out}.hero-section>.hr-full{width:30%}.hero-section>div{display:flex;align-items:center;gap:30px}.hero-section>div img{width:350px;border-radius:10px;transition:transform .5s ease-in-out}.hero-section>div img:hover{transform:scale(1.05)}.hero-section button{font-size:18px;font-weight:700;padding:10px 40px}@media screen and (max-width: 767px){.hero-section>.div1>h1{font-size:32px}.hero-section>.div1>p{font-size:16px}.hero-section>div{flex-direction:column}.hero-section>div img{width:250px}.hero-section>.hr-full{width:60%}.featured-section h2{font-size:24px}.featured-section>div>div{grid-template-columns:1fr}.featured-section>div>div img{width:250px}.newsletter-component{grid-template-columns:1fr;width:90%;gap:15px}}.footer{background-color:#a20021;color:#000;display:grid;grid-template-columns:repeat(4,1fr);align-items:flex-start;justify-content:space-between;padding:50px 50px 0}.footer a:hover{color:#fff}.footer .fp1 img{width:50px}.footer .fp1 p{font-weight:700}.footer>div{padding:10px;display:flex;flex-direction:column;gap:10px}.footer>div div{display:flex;flex-direction:column;gap:5px}@media screen and (max-width: 767px){.footer{grid-template-columns:repeat(1,1fr)}}.nav-bar-component{z-index:9999;display:flex;position:fixed;align-items:center;justify-content:space-between;padding:10px 20px;width:100%;background-color:#fff;box-shadow:15px -17px 9px 11px #000}.nav-bar-component .menu-bar-btn{font-size:20px;transition:color .6s ease-in-out;cursor:pointer;display:none}.nav-bar-component .menu-bar-btn:hover{color:#a20021}.nav-bar-component>.web-name{display:flex;align-items:center;gap:5px}.nav-bar-component>.web-name p{font-weight:700}.nav-bar-component>.web-name>img{width:30px}.nav-bar-component>.links{background-color:#fff;display:flex;align-items:center;gap:25px;transition:width .7s ease-in-out}.nav-bar-component>.links .close-bar-btn{position:absolute;top:50px;left:50px;display:none}.nav-bar-component>.links>a{display:block;padding:0 10px;border-right:solid 1px #000000;cursor:pointer;white-space:nowrap}.nav-bar-component>.links>a:last-of-type{border-right:none}.nav-bar-component>.links>.btns{display:flex;align-items:center;gap:5px}.nav-bar-component>.links>.btns>button{white-space:nowrap}.nav-bar-component .btns{display:flex;align-items:center;gap:10px}@media screen and (max-width: 767px){.nav-bar-component>.links{position:fixed;top:0;bottom:0;z-index:9999;width:0;right:-100px;flex-direction:column;background-color:#fff;align-items:center;justify-content:center}.nav-bar-component>.links>.close-bar-btn{display:block}.nav-bar-component>.links>a{border-right:none}.nav-bar-component .btns{flex-direction:column}.nav-bar-component>.links.open{width:80%;right:0}.nav-bar-component>.menu-bar-btn{display:block}}.notification{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#fff;color:#000;box-shadow:-4px -5px 18px #00000015;padding:10px 20px;border-radius:5px;display:flex;flex-direction:column;gap:5px;z-index:9999999}.notification .message{font-size:16px}.notification .line{width:100%;height:2px;background-color:#a20021;animation:decreaseWidth 5s linear forwards}@keyframes decreaseWidth{0%{width:100%}to{width:0}}@media screen and (max-width: 767px){.notification{width:90%;font-size:14px;text-wrap:wrap}}.hero-section,.shop-component .shop-hero{min-height:100vh;padding:100px 30px 30px;display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:center}.hero-section>.div1,.shop-component .shop-hero>.div1{display:flex;flex-direction:column;gap:10px}.hero-section>.div1>h1,.shop-component .shop-hero>.div1>h1{font-size:43px}.hero-section>.div1>h1 span,.shop-component .shop-hero>.div1>h1 span{color:#a20021}.hero-section>.div1>p,.shop-component .shop-hero>.div1>p{font-size:20px;font-weight:700}.hero-section>.div1>p span,.shop-component .shop-hero>.div1>p span{color:#a20021}.hero-section>hr,.shop-component .shop-hero>hr{width:0%;transition:width .8s ease-in-out}.hero-section>.hr-full,.shop-component .shop-hero>.hr-full{width:30%}.hero-section>div,.shop-component .shop-hero>div{display:flex;align-items:center;gap:30px}.hero-section>div img,.shop-component .shop-hero>div img{width:350px;border-radius:10px;transition:transform .5s ease-in-out}.hero-section>div img:hover,.shop-component .shop-hero>div img:hover{transform:scale(1.05)}.hero-section button,.shop-component .shop-hero button{font-size:18px;font-weight:700;padding:10px 40px}@media screen and (max-width: 767px){.hero-section>.div1>h1,.shop-component .shop-hero>.div1>h1{font-size:32px}.hero-section>.div1>p,.shop-component .shop-hero>.div1>p{font-size:16px}.hero-section>div,.shop-component .shop-hero>div{flex-direction:column}.hero-section>div img,.shop-component .shop-hero>div img{width:250px}.hero-section>.hr-full,.shop-component .shop-hero>.hr-full{width:60%}.featured-section h2{font-size:24px}.featured-section>div>div{grid-template-columns:1fr}.featured-section>div>div img{width:250px}.newsletter-component{grid-template-columns:1fr;width:90%;gap:15px}}.shop-component{display:flex;flex-direction:column;gap:20px}.shop-component .shop-hero{justify-content:flex-start;min-height:max-content}.shop-component .shop-hero>.form{width:100%;display:flex;justify-content:flex-end;gap:10px}.shop-component .shop-hero>.form>input{padding:10px;border-radius:5px;outline:none;border:solid 2px #a20021;width:25%}.shop-component .shop-hero>.form>button{font-size:18px;padding:10px 20px}.shop-component .shop-hero>.category-tab{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;width:80%;margin:30px auto 0;padding:0 0 10px}.shop-component .shop-hero>.category-tab::-webkit-scrollbar{height:5px;display:block}.shop-component .shop-hero>.category-tab div{text-wrap:nowrap;border-radius:10px;cursor:pointer;transition:transform .4s ease-in-out;font-weight:700}.shop-component .shop-hero>.category-tab div>img{width:200px}.shop-component .shop-hero>.category-tab div p{text-align:center}.shop-component .shop-hero>.category-tab div:hover{transform:scale(1.06)}.shop-component .prouduct-list-component>h2{text-align:center;font-size:32px}.shop-component .prouduct-list-component>h2 span{color:#a20021}.shop-component .prouduct-list-component>div{padding:10px;width:80%;margin:20px auto;display:grid;grid-template-columns:repeat(3,1fr);min-height:200px;max-height:500px;overflow:auto;gap:15px}.shop-component .prouduct-list-component>div .rated{color:#a20021}.shop-component .prouduct-list-component>div .unrated{color:#000}.shop-component .productCard{display:flex;align-items:flex-start;gap:20px}.shop-component .productCard h2{font-size:16px;color:#a20021}.shop-component .productCard svg,.shop-component .productCard p{font-weight:700;font-size:14px}.shop-component .productCard img{width:200px;border-radius:5px;transition:transform .6s ease-in-out}.shop-component .productCard img:hover{transform:scale(1.05)}.featured-category-section{width:80%;margin:20px auto;text-align:center;display:flex;flex-direction:column;gap:15px}.featured-category-section>h2{font-size:32px}.featured-category-section>h2 span{color:#a20021}.featured-category-section>div{display:flex;align-items:center;justify-content:center;gap:20px}.featured-category-section button{max-width:max-content;align-self:center}.featuredCategoryCard{display:flex;flex-direction:column;gap:10px}.featuredCategoryCard img{width:200px;border-radius:5px;transition:transform .6s ease-in-out}.featuredCategoryCard img:hover{transform:scale(1.05)}.featuredCategoryCard>h2{color:#a20021;font-size:15px}@media screen and (max-width: 767px){.shop-component .shop-hero{text-align:center;padding-top:80px}.shop-component .shop-hero>.category-tab{grid-template-columns:repeat(1,1fr);width:90%}.shop-component .shop-hero>.form{width:80%}.shop-component .shop-hero>.form>input{width:100%}.shop-component .prouduct-list-component>h2{font-size:24px}.shop-component .prouduct-list-component>div{width:80%;grid-template-columns:repeat(1,1fr)}.shop-component .prouduct-list-component>div .rated{color:#a20021}.shop-component .prouduct-list-component>div .unrated{color:#000}.shop-component .productCard{flex-direction:column;align-items:center;justify-content:center;gap:10px}.shop-component .productCard img{width:100%}.featured-category-section>div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}}.hero-section,.product-component-main{min-height:100vh;padding:100px 30px 30px;display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:center}.hero-section>.div1,.product-component-main>.div1{display:flex;flex-direction:column;gap:10px}.hero-section>.div1>h1,.product-component-main>.div1>h1{font-size:43px}.hero-section>.div1>h1 span,.product-component-main>.div1>h1 span{color:#a20021}.hero-section>.div1>p,.product-component-main>.div1>p{font-size:20px;font-weight:700}.hero-section>.div1>p span,.product-component-main>.div1>p span{color:#a20021}.hero-section>hr,.product-component-main>hr{width:0%;transition:width .8s ease-in-out}.hero-section>.hr-full,.product-component-main>.hr-full{width:30%}.hero-section>div,.product-component-main>div{display:flex;align-items:center;gap:30px}.hero-section>div img,.product-component-main>div img{width:350px;border-radius:10px;transition:transform .5s ease-in-out}.hero-section>div img:hover,.product-component-main>div img:hover{transform:scale(1.05)}.hero-section button,.product-component-main button{font-size:18px;font-weight:700;padding:10px 40px}@media screen and (max-width: 767px){.hero-section>.div1>h1,.product-component-main>.div1>h1{font-size:32px}.hero-section>.div1>p,.product-component-main>.div1>p{font-size:16px}.hero-section>div,.product-component-main>div{flex-direction:column}.hero-section>div img,.product-component-main>div img{width:250px}.hero-section>.hr-full,.product-component-main>.hr-full{width:60%}.featured-section h2{font-size:24px}.featured-section>div>div{grid-template-columns:1fr}.featured-section>div>div img{width:250px}.newsletter-component{grid-template-columns:1fr;width:90%;gap:15px}}.product-component-main{width:70%;margin:0 auto}.product-component-main .product-card-component>.img-part>img{width:250px;margin-bottom:20px}.product-component-main .product-card-component>.img-part>div{display:flex;align-items:flex-start;justify-content:center;gap:20px}.product-component-main .product-card-component>.img-part>div>img{width:100px}.product-component-main .product-card-component>.pro-detail{padding:20px;display:flex;flex-direction:column;gap:15px}.product-component-main .product-card-component>.pro-detail>div h2{font-size:24px;color:#a20021}.product-component-main .product-card-component>.pro-detail>div .rated{color:#a20021}.product-component-main .product-card-component>.pro-detail>div .unrated{color:#000}.product-component-main .product-card-component>.pro-detail>div>div>p{font-size:14px}.product-component-main .product-card-component>.pro-detail .price{font-size:26px;font-weight:700}.product-component-main .product-card-component>.pro-detail>button{font-size:18px;max-width:max-content}.reviews-component{margin:20px auto;width:70%;display:flex;flex-direction:column;gap:15px}.reviews-component>h2{text-align:center;font-size:24px}.reviews-component>h2 span{color:#a20021}.reviews-component>.noReview{text-align:center;font-size:14px}.reviews-component>div{display:flex;flex-direction:column;gap:10px;max-height:250px;overflow:auto}.reviews-component>div>.review-card{display:flex;flex-direction:column;gap:5px;margin-right:15px;background-color:#f4ebe8;padding:10px;border-radius:10px}.reviews-component>div>.review-card>.profile{display:flex;align-items:center;gap:10px}.reviews-component>div>.review-card>.profile>div>p{font-size:14px}.reviews-component>div>.review-card>.profile>div>p:first-of-type{font-weight:700;font-size:18px}.reviews-component>div>.review-card>.profile>div .rated,.reviews-component>div>.review-card>.profile>div .unrated{font-size:12px}.reviews-component>div>.review-card>.profile>div .rated{color:#a20021}@media screen and (max-width: 767px){.product-component-main{width:95%}.product-component-main .product-card-component>.img-part>img{width:100%}}.errorpage{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;width:60%;margin:0 auto;gap:10px}.errorpage img{width:200px}.errorpage p{font-size:32px;font-weight:700}.errorpage a{color:#a20021}@media screen and (max-width: 767px){.errorpage{width:80%}.errorpage img{width:150px}.errorpage p{font-size:24px}}.shpTab{display:flex;align-items:center;justify-content:space-between;width:80%;padding-top:60px;margin:0 auto;color:var(--main)}.shpTab p{padding:10px 35px;opacity:.7;transition:opacity .6s ease-in-out;cursor:pointer}.shpTab p.active{opacity:1;font-weight:700}.shpTab{display:flex;justify-content:space-between}.shpTabItem{position:relative;cursor:pointer}.shpTabItem:before{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--c);transition:width .7s ease}.shpTabItem.active:before{width:100%}@media screen and (max-width: 700px){.shpTab{width:60%;flex-wrap:wrap;gap:10px;justify-content:center}.shpTab>p{font-size:14px}}.shpCartMain{display:grid;grid-template-columns:1fr 250px;gap:20px;width:80%;margin:0 auto;padding:20px;background-color:var(--c1);flex:1}.shpCartProduct{width:100%;margin-right:10px}.shpCartProduct>p{font-size:24px;color:var(--mainl);margin-bottom:10px}.shpProductList{margin:10px;padding:10px;display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto}.cartProduct{display:grid;grid-template-columns:1fr auto;gap:10px;justify-content:center;align-items:center}.cartProduct>div{display:flex;align-items:flex-start;gap:10px;font-size:16px;color:var(--main)}.cartProduct>div>div>p:nth-child(2){font-size:14px}.cartProduct>div>div>p:last-child{font-weight:700}.cartProduct>div>div{display:flex;flex-direction:column;gap:4px}.cartProduct>div p:first-child{font-size:20px}.cartProduct>div>img{width:100px}.shpCartBtns>.removeProduct{margin:10px 0;border-radius:5px;display:flex;align-items:center;gap:5px}.productCounter{display:flex;align-items:center;border:solid 2px var(--mainl);width:max-content;border-radius:5px}.productCounter p:first-child{align-self:center;padding:0 20px}.productCounter>p:last-child{display:flex;flex-direction:column;gap:2px}.productCounter>p:last-child>button{background-color:var(--main);border-radius:0;color:var(--c1);padding:0 8px;cursor:pointer}.shpCartSummary>:first-child{font-size:24px;color:var(--mainl);margin-bottom:10px}.shpCartSummary>form>p{font-size:12px;font-style:italic;height:8px}.shpCartSummary>form>input{padding:5px 10px;outline:none;border-radius:5px;border:none;border:solid 1px var(--main);background-color:var(--c1);color:var(--main)}.shpCartSummary>form>label{font-weight:700}.shpCartSummary>form{display:flex;flex-direction:column;margin:20px 0}.purchaseTotal{display:flex;flex-direction:column;gap:5px;padding:20px 0}.purchaseTotal>p{display:flex;align-items:center;justify-content:space-between;color:var(--mainl)}.grandTotalBill{font-size:20px;color:var(--mainl);display:flex;align-items:center;justify-content:space-between}.grandTotalBill>span:last-child{font-weight:700}@media screen and (max-width: 700px){.shpCartMain,.cartProduct{grid-template-columns:1fr}.shpCartMain{margin:0;width:100%;padding:10px;gap:30px}}.shpDetailMain{display:grid;grid-template-columns:1fr auto;column-gap:20px;width:80%;margin:0 auto;padding:20px;background-color:var(--c1);flex:1}.shpPaymentMain>.shpCartBtns{margin-top:20px}.shippingDetailForm{width:100%}.shippingDetailForm>p,.shippingSummary>p{font-size:24px;color:var(--mainl);margin-bottom:10px}.collectiveInput{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}form{display:flex;flex-direction:column;gap:10px;margin:20px 0;width:100%}form input,form select{padding:10px 15px;border:solid 1px var(--mainl);outline:none;border-radius:4px;background-color:var(--c1);color:var(--main)}.radioInputCard{display:flex;flex-direction:unset;align-items:center;gap:20px;padding:20px;border-radius:3px;border:solid 1px var(--mainl);cursor:pointer}.radioInputCard.active{background-color:var(--mainl2)}.radioInputCard>p{display:flex;flex-direction:column;gap:5px}.radioInputCard>p>span:first-child{font-size:18px;color:var(--maind)}.radioInputCard>p>span:last-child{font-size:14px}.radioBtns{margin:20px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.radioInputCard input[type=radio]{width:20px;height:20px;border-radius:50%;outline:none;transition:border-color .3s ease-in-out;background-color:var(--c12);color:var(--c2)}.shippingProduct>div{display:flex;flex-direction:column;gap:4px}.shippingProduct>div>p{font-size:14px;font-weight:700}.shippingProduct>div>p:first-child{font-weight:400;font-size:15px}.shippingProduct{display:flex;align-items:flex-start;gap:20px;margin-right:10px}.shippingProductList{max-height:200px;overflow-y:scroll;display:flex;flex-direction:column;gap:10px;margin:20px 0}.shippingProductList::-webkit-scrollbar-track{background-color:transparent}.shippingProductList::-webkit-scrollbar-thumb{background-color:var(--c2);border-radius:20px}.shippingProductList::-webkit-scrollbar-thumb:hover{background-color:var(--c2)}.shippingProductList::-webkit-scrollbar-thumb:active{background-color:var(--c2)}.shippingProductList::-webkit-scrollbar-corner{background-color:var(--c2)}.shippingProductList::-webkit-scrollbar{width:5px;display:block}.shippingProduct>img{width:60px}@media screen and (max-width: 700px){.shpDetailMain,.radioBtns,.collectiveInput{grid-template-columns:1fr}form{gap:20px}nav>div{display:none}.shpDetailMain{width:95%;gap:30px}}.shpPaymentMain{display:grid;grid-template-columns:1fr auto;column-gap:20px;width:80%;margin:0 auto;padding:20px;background-color:var(--c1);flex:1}.paymentForm{width:100%}.paymentForm>p{font-size:24px;opacity:.8;margin-bottom:10px}.paymentMethods{display:flex;flex-direction:column;gap:20px;margin:20px 0}.paymentmode{display:flex;flex-direction:column;gap:10px;padding:20px;border:solid 1px var(--mainl);cursor:pointer;border-radius:10px}.paymentmode>div:first-child>div>p{font-size:14px}.paymentmode>div:first-child>div>p:first-child{font-size:18px;font-weight:700;color:var(--main)}.paymentmode>div:first-child{display:flex;align-items:center;gap:10px}.paymentmode>.creds{display:grid;grid-template-columns:1fr auto auto;gap:20px}.paymentmode input{padding:10px 15px;border-radius:2px;outline:none;border:solid 1px var(--mainl);background-color:var(--c1);color:var(--main)}input[type=radio]{width:20px;height:20px;border-radius:50%;outline:none;transition:border-color .3s ease-in-out;background-color:var(--c1);color:var(--c2)}.cardNo,.cvvNo{position:relative;width:100%}.cardNo>input,.cvvNo>input{width:100%}.card-icon,.info-icon{position:absolute;top:50%;right:10px;transform:translateY(-50%)}.paymentmodePayPal{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:10px}.paymentmodePayPal>img{width:100px}@media screen and (max-width: 700px){.shpPaymentMain{grid-template-columns:1fr}.shpPaymentMain{width:95%;gap:30px}.paymentmode>.creds{grid-template-columns:1fr;gap:10px}}:root{--main: #000000;--mainl: #000000;--c1: #ffffff;--c2: #f4ebe8;--c: #a20021}.shpCartBtns{display:grid;grid-template-columns:repeat(2,1fr);align-items:flex-start;justify-content:flex-start;gap:20px;width:300px}.hero-section,.about-page{min-height:100vh;padding:100px 30px 30px;display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:center}.hero-section>.div1,.about-page>.div1{display:flex;flex-direction:column;gap:10px}.hero-section>.div1>h1,.about-page>.div1>h1{font-size:43px}.hero-section>.div1>h1 span,.about-page>.div1>h1 span{color:#a20021}.hero-section>.div1>p,.about-page>.div1>p{font-size:20px;font-weight:700}.hero-section>.div1>p span,.about-page>.div1>p span{color:#a20021}.hero-section>hr,.about-page>hr{width:0%;transition:width .8s ease-in-out}.hero-section>.hr-full,.about-page>.hr-full{width:30%}.hero-section>div,.about-page>div{display:flex;align-items:center;gap:30px}.hero-section>div img,.about-page>div img{width:350px;border-radius:10px;transition:transform .5s ease-in-out}.hero-section>div img:hover,.about-page>div img:hover{transform:scale(1.05)}.hero-section button,.about-page button{font-size:18px;font-weight:700;padding:10px 40px}@media screen and (max-width: 767px){.hero-section>.div1>h1,.about-page>.div1>h1{font-size:32px}.hero-section>.div1>p,.about-page>.div1>p{font-size:16px}.hero-section>div,.about-page>div{flex-direction:column}.hero-section>div img,.about-page>div img{width:250px}.hero-section>.hr-full,.about-page>.hr-full{width:60%}.featured-section h2{font-size:24px}.featured-section>div>div{grid-template-columns:1fr}.featured-section>div>div img{width:250px}.newsletter-component{grid-template-columns:1fr;width:90%;gap:15px}}.about-page{width:60%;margin:0 auto}.about-page>h2{font-size:38px}.about-page>h2 span{color:#a20021}.about-page>h3{font-size:24px}.about-page>h3 span{color:#a20021}.about-page p{font-size:18px}.about-page p span{font-weight:700;color:#a20021}@media screen and (max-width: 767px){.about-page{width:90%;text-align:center}}.home-component{display:flex;flex-direction:column;gap:20px}.hero-section,.help{min-height:100vh;padding:100px 30px 30px;display:flex;flex-direction:column;gap:30px;align-items:center;justify-content:center}.hero-section>.div1,.help>.div1{display:flex;flex-direction:column;gap:10px}.hero-section>.div1>h1,.help>.div1>h1{font-size:43px}.hero-section>.div1>h1 span,.help>.div1>h1 span{color:#a20021}.hero-section>.div1>p,.help>.div1>p{font-size:20px;font-weight:700}.hero-section>.div1>p span,.help>.div1>p span{color:#a20021}.hero-section>hr,.help>hr{width:0%;transition:width .8s ease-in-out}.hero-section>.hr-full,.help>.hr-full{width:30%}.hero-section>div,.help>div{display:flex;align-items:center;gap:30px}.hero-section>div img,.help>div img{width:350px;border-radius:10px;transition:transform .5s ease-in-out}.hero-section>div img:hover,.help>div img:hover{transform:scale(1.05)}.hero-section button,.help button{font-size:18px;font-weight:700;padding:10px 40px}.featured-section>div{display:flex;align-items:center;justify-content:center;gap:10px}.featured-section>div>div{display:grid;grid-template-columns:repeat(3,300px);text-wrap:wrap;align-items:flex-start;gap:30px}.featured-section>div>div>div{display:flex;flex-direction:column;gap:5px;text-align:center}.featured-section>div>div>div p{font-weight:700}.featured-section>div>div>div p:first-of-type{color:#a20021;font-size:20px}.featured-section>div>div img{width:250px;border-radius:10px;transition:transform .5s ease-in-out}.featured-section>div>div img:hover{transform:scale(1.05)}.newsletter-component{background-color:#f4ebe8;padding:20px;border-radius:10px;display:flex;flex-direction:column;width:40%;gap:10px;margin:20px auto}.newsletter-component>button{max-width:max-content;padding:10px 40px}@media screen and (max-width: 767px){.hero-section>.div1>h1,.help>.div1>h1{font-size:32px}.hero-section>.div1>p,.help>.div1>p{font-size:16px}.hero-section>div,.help>div{flex-direction:column}.hero-section>div img,.help>div img{width:250px}.hero-section>.hr-full,.help>.hr-full{width:60%}.featured-section h2{font-size:24px}.featured-section>div>div{grid-template-columns:1fr}.featured-section>div>div img{width:250px}.newsletter-component{grid-template-columns:1fr;width:90%;gap:15px}}.help>h2{font-size:32px}.help>h2 span{color:#a20021}.help>p{font-weight:700}.help>p span{color:#a20021}.help>ul{list-style:none;text-align:center;display:flex;flex-direction:column;gap:5px}.help>ul>li{font-size:18px}.help>ul>li span{color:#a20021;font-weight:700}.login-page,.register-page{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;width:60%;min-height:100vh;margin:0 auto}.login-page h2,.register-page h2{font-size:38px}.login-page h2 span,.register-page h2 span{color:#a20021}.login-page>div,.register-page>div{width:50%;margin:0 auto;display:flex;flex-direction:column;gap:15px}.login-page>div>div,.register-page>div>div{display:flex;flex-direction:column;gap:5px}.login-page>div>div label,.register-page>div>div label{font-weight:700;color:#a20021}.login-page>div>div input,.register-page>div>div input,.login-page>div>div select,.register-page>div>div select{width:100%;padding:10px;border-radius:10px;border:none;outline:none;border:solid 1px #000000}.login-page>div p,.register-page>div p{font-size:14px}.login-page>div p a,.register-page>div p a{font-weight:700;color:#a20021}.login-page>div button,.register-page>div button{padding:5px 25px;max-width:max-content}@media screen and (max-width: 767px){.login-page,.register-page{width:90%}.login-page h2,.register-page h2{text-align:center;font-size:24px}.login-page>div,.register-page>div{width:90%}}.register-page{padding:70px 0 60px}.login-page{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;width:60%;min-height:100vh;margin:0 auto}.login-page h2{font-size:38px}.login-page h2 span{color:#a20021}.login-page>div{width:50%;margin:0 auto;display:flex;flex-direction:column;gap:15px}.login-page>div>div{display:flex;flex-direction:column;gap:5px}.login-page>div>div label{font-weight:700;color:#a20021}.login-page>div>div input,.login-page>div>div select{width:100%;padding:10px;border-radius:10px;border:none;outline:none;border:solid 1px #000000}.login-page>div p{font-size:14px}.login-page>div p a{font-weight:700;color:#a20021}.login-page>div button{padding:5px 25px;max-width:max-content}@media screen and (max-width: 767px){.login-page{width:90%}.login-page h2{text-align:center;font-size:24px}.login-page>div{width:90%}}.dash-component{padding-top:70px;min-height:100vh;width:60%;margin:0 auto;display:flex;flex-direction:column;gap:10px}.dash-component>div{display:flex;align-items:center;gap:30px}.dash-component>div>img{width:80px}.dash-component>div>div>h2{text-transform:capitalize;font-size:32px}.dash-component>div>div>h2 span{color:#a20021}.dash-component>div>div p{font-size:14px}.dash-component>div:last-of-type{display:flex;align-items:center;gap:10px}.dash-component>.order-his{margin-top:10px;display:flex;flex-direction:column;gap:5px;align-self:flex-start}.dash-component>.order-his h2{font-size:28px}.dash-component>.order-his p{font-size:14px}.popUp-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99999;transition:backdrop-filter 1s ease-in-out}.popUp-bg .popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;color:#000;padding:20px;border-radius:10px;box-shadow:-4px -5px 18px #00000015;width:30%;margin:0 auto}.popUp-bg .popup>div{display:flex;align-items:center;justify-content:space-between}.popUp-bg .popup>div:last-of-type{display:flex;flex-direction:column;gap:10px;margin-top:20px}.popUp-bg .popup>div:last-of-type>div{display:flex;flex-direction:column;gap:5px;width:100%}.popUp-bg .popup>div:last-of-type>div label{font-weight:700;color:#a20021}.popUp-bg .popup>div:last-of-type>div input,.popUp-bg .popup>div:last-of-type>div select{width:100%;padding:10px;border-radius:10px;border:none;outline:none;border:solid 1px #000000}.popUp-bg .popup>div:last-of-type>button{align-self:flex-start;margin-top:10px}@media screen and (max-width: 767px){.dash-component>div{flex-direction:column;align-items:flex-start;gap:10px}.popUp-bg .popup{width:80%}}.category-pro-list{padding-top:70px;min-height:100vh;width:60%;margin:0 auto}.category-pro-list>h2{text-align:center;font-size:32px}.category-pro-list>h2 span{color:#a20021}.category-pro-list .list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:30px 0;min-height:600px;overflow-y:auto}.category-pro-list .list .product-category-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;width:90%}.category-pro-list .list .product-category-card img{width:200px;border-radius:10px}.category-pro-list .list .product-category-card>div p{font-size:20px;font-weight:700;color:#a20021}.category-pro-list .list .product-category-card>div p:last-of-type{color:#000}@media screen and (max-width: 767px){.category-pro-list{width:80%}.category-pro-list .list{grid-template-columns:1fr}}
