@import"https://fonts.googleapis.com/css2?family=Bangers&family=Carter+One&family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700&display=swap";*,*:after,*:before{padding:0;margin:0;box-sizing:border-box;border:none;outline:none}:root{--gold: #f9942a;--yellow: #ffc105;--orange: #ed6335;--lightRed: #fc7b64;--gray-1: #6d767e;--gray-2: #878787;--gray-3: #999999;--gray-4: #b3b3b3;--gray-5: #cccccc;--gray-6: #e8e8e8;--white: #ffffff;--black-1: #000000;--black-2: #202122;--black-3: #292a2e;--black-4: #3c3d3e;--bangers: "Bangers", cursive;--carter: "Carter One", cursive;--nunito: "Nunito Sans", sans-serif;--fs-1: 6.5rem;--fs-2: 3.2rem;--fs-3: 2.4rem;--fs-4: 2rem;--fs-5: 1.8rem;--fs-6: 1.5rem;--fs-7: 1.4rem;--fs-8: 1rem;--fw-400: 400;--fw-700: 700;--section-padding: 40px;--shadow-1: 0 8px 16px #00000026;--shadow-2: 0 8px 8px #00000033;--radius-4: 4px;--radius-10: 10px;--transition-1: .25s ease;--transition-2: .5s ease;--cubic-in: cubic-bezier(.51, .03, .64, .28);--cubic-out: cubic-bezier(.33, .85, .4, .96)}a{text-decoration:none;color:inherit}ul,li{list-style:none}a,span,img,button,i{display:block}html{font-size:62.5%;font-family:var(--nunito);scroll-behavior:smooth}body.chakra-ui-light{font-size:1.6rem;color:var(--black-2);font-family:var(--nunito)}section{padding:6rem 2.3rem}.sectionHeader{font-size:4rem;font-weight:700;text-align:center;gap:1.2rem;color:var(--black-2);margin-bottom:3rem}.sectionHeader span{color:var(--orange);display:inline-block}.primBtn{color:var(--white);background-color:var(--black-2);padding:.8rem 1.8rem;font-size:var(--fs-5);font-weight:600;border-radius:18px;width:max-content;display:flex;justify-content:center;align-items:center}.primBtn:hover{background-color:var(--lightRed)}@media (max-width: 768px){html{font-size:55%}section{padding-inline:2rem}}@media (max-width: 450px){html{font-size:52.5%}}.bSellerCont{display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,400px));gap:3.5rem 3rem;justify-content:center;align-items:center}.bSellerCont .bSellerBox{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;gap:2.2rem;position:relative}.bSellerCont .bSellerBox .addtocart{position:absolute;right:2rem;top:2rem;font-size:4rem;cursor:pointer;display:none;color:var(--black-3)}.bSellerCont .bSellerBox:hover .addtocart{display:block}.bSellerCont .bSellerBox .addtocart:hover{color:var(--orange)}.bSellerCont .bSellerBox img{display:block;width:100%;object-fit:cover;border:1px solid var(--gray-6)}.bSellerCont .bSellerBox .productContent{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.8rem}.bSellerCont .bSellerBox .productContent .rating i{font-size:var(--fs-7);color:var(--gray-4)}.bSellerCont .bSellerBox .productContent h2{font-size:var(--fs-5);color:var(--black-2);font-weight:700}.bSellerCont .bSellerBox .productContent p{font-size:var(--fs-4);font-weight:700;color:var(--orange)}.brandsCont{display:flex;justify-content:center;align-items:center;gap:2.2rem;flex-wrap:wrap}.brandsCont img{max-width:230px;display:block;border:1px solid var(--gray-5);min-width:200px}.cta{background:url(/assets/cta-bg-006814d1.jpg) no-repeat;background-position:center;background-size:cover;display:flex;align-items:center;padding-block:0;margin-block:6rem}.cta .ctaCat{flex:3;justify-self:flex-end}.cta .ctaCat img{width:100%}.cta .ctaContent{flex:2;padding-inline:2rem;display:flex;gap:1rem;flex-direction:column;justify-content:center;padding-top:3rem}.cta .ctaContent .ctaIcon{max-width:260px}.cta .ctaContent h2{font-size:var(--fs-2);font-weight:700;color:var(--black-2)}.cta .ctaContent p{font-size:1.6rem;color:var(--black-2);margin-bottom:1rem}@media (max-width: 992px){.cta{padding-block:3rem;background-position:right;display:block}.cta .ctaCat{display:none}.cta .ctaContent{max-width:400px;margin-inline:auto}}@media (max-width: 400px){.cta{background-position:80%;padding-bottom:1rem}}.categoryCont1{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,300px));gap:3rem 2rem;justify-content:center;align-items:center;margin-bottom:6rem}.categoryCont1 .cat1Box .imgHolder{overflow:hidden;border-radius:10px}.categoryCont1 .cat1Box .imgHolder img{width:100%;display:block}.categoryCont1 .cat1Box .imgHolder:hover img{transform:scale(1.07)}.categoryCont1 .cat1Box p{font-size:var(--fs-4);text-align:center;margin-block:1.2rem;font-weight:700;color:var(--black-2);cursor:pointer}.categoryCont1 .cat1Box p:hover{color:var(--orange)}.categoryCont2{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));justify-content:center;align-items:center;gap:3rem}.categoryCont2 .cat2Box{position:relative}.categoryCont2 .cat2Box img{width:100%}.categoryCont2 .cat2Box .cat2BoxContent{position:absolute;top:50%;transform:translateY(-50%);left:3rem;display:flex;justify-content:center;flex-direction:column;gap:1.5rem}.categoryCont2 .cat2Box .cat2BoxContent p{font-size:var(--fs-5);font-weight:600}.categoryCont2 .cat2Box .cat2BoxContent h2{font-size:var(--fs-2);font-weight:700}.categoryCont2 .cat2Box .cat2BoxContent .primBtn{background-color:var(--orange)}.categoryCont2 .cat2Box .cat2BoxContent .primBtn:hover{background-color:var(--black-2)}@media (max-width: 768px){.categoryCont2{grid-template-columns:repeat(1,minmax(275px,1fr))}}@media (max-width: 400px){.categoryCont2 .cat2Box .cat2BoxContent{gap:.8rem}}.footer{background:url(/assets/footer-bg-688b7575.jpg) no-repeat;background-position:right;background-size:cover;display:flex;justify-content:center;flex-direction:column;gap:4rem;padding-top:22rem;padding-bottom:2rem;margin-top:5rem}.footer .footerCont{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,300px));gap:4rem;justify-content:space-between}.footer .footerCont .footerCont1{display:flex;justify-content:center;flex-direction:column;gap:1.5rem}.footer .footerCont .footerCont1 .logo{font-family:var(--carter);font-size:var(--fs-2);color:var(--white)}.footer .footerCont .footerCont1 p{font-size:1.6rem;color:var(--white)}.footer .footerCont .footerCont1 p span{color:var(--orange)}.footer .footerCont .footerCont1 .contactIcons{font-size:var(--fs-4);color:var(--orange);display:flex;align-items:center;gap:1rem}.footer .footerCont .ftc{display:flex;flex-direction:column;gap:1.5rem;color:var(--white)}.footer .footerCont .ftc p{font-size:var(--fs-5);color:var(--white);font-weight:700;margin-bottom:.5rem}.footer .footerCont .ftc a{font-size:1.5rem;font-weight:400;color:var(--gray-2)}.footer .footerCont .ftc a:hover{color:var(--orange)}.footer .cp{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,320px));justify-content:space-between;align-items:center;gap:2rem}.footer .cp p{font-size:1.6rem;color:var(--white);line-height:1.8}.footer .cp p a{color:var(--orange)}.footer .cp img{width:100%}@media (max-width: 670px){.footer{padding-top:30rem}}header{display:flex;justify-content:space-between;align-items:center;padding:2.5rem 2.3rem;background-color:transparent;color:var(--white);position:fixed;top:0;left:0;right:0;z-index:500}header.scrolled{background-color:var(--white);color:var(--black-2);box-shadow:var(--shadow-2)}header.scrolled .fa-bars{color:var(--black-2)}header .logo{font-family:var(--carter);font-size:var(--fs-2);line-height:57px}header nav ul{display:flex;justify-content:center;align-items:center;gap:2.5rem}header nav ul li a{font-size:var(--fs-5);font-weight:var(--fw-700);line-height:25.5px}header .navbarIcons{display:flex;justify-content:center;align-items:center;gap:1.8rem}header .navbarIcons i{font-size:var(--fs-4);cursor:pointer}header .fa-bars{font-size:var(--fs-3);cursor:pointer;display:none;color:var(--white)}.chakra-modal__header.css-9fgtzh{padding:0;position:relative;z-index:501}.chakra-modal__header.css-9fgtzh .logoNclose{display:flex;justify-content:space-between;align-items:center;color:var(--black-2);padding:2.5rem 2rem;width:100%;background-color:var(--gold)}.chakra-modal__header.css-9fgtzh .logoNclose a{font-family:var(--carter);font-size:var(--fs-2);line-height:57px;font-weight:500}.chakra-modal__header.css-9fgtzh .logoNclose .cross{display:block;font-size:var(--fs-2);cursor:pointer}.chakra-modal__body.css-79z5gx{padding:0}.chakra-modal__body.css-79z5gx .sidebarList{display:flex;padding:2.5rem 2rem;justify-content:center;flex-direction:column;gap:2rem}.chakra-modal__body.css-79z5gx .sidebarList li a{font-size:var(--fs-4);font-weight:var(--fw-700)}.chakra-modal__body.css-79z5gx .sidebarList li a:hover{color:var(--gold)}@media (max-width: 992px){header{padding-inline:2rem}header .fa-bars{display:block}header nav{display:none}header .navbarIcons .fa-user{display:none}}@media (max-width: 450px){header .navbarIcons{gap:.8rem}}.hero{background:url(/assets/hero-banner-e4353a71.jpg) no-repeat;background-size:cover;background-position:center;display:flex;align-items:center;padding-left:20rem;padding-bottom:32rem;padding-top:40rem}.hero .heroContent{display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--white);width:max-content}.hero .heroContent h1{font-size:12rem;font-weight:700;font-family:var(--bangers);text-align:center}.hero .heroContent h1 span{font-size:5rem;font-weight:600;margin-bottom:-2rem}.hero .heroContent p{margin:-.2rem 0 3rem;font-size:var(--fs-4);text-transform:capitalize;font-weight:600;text-align:center}@media (max-width: 992px){.hero{justify-content:center;padding-left:0;height:90vh;background-position:70%}.hero .heroContent{background-color:#00000062;padding:6rem;border-radius:30px}.hero .heroContent p{margin-top:2.2rem}}@media (max-width: 450px){.hero{background-position:80%;padding-bottom:35rem}.hero .heroContent{border-radius:0}.hero .heroContent h1 span{font-size:4rem;margin-bottom:2.4rem}.hero .heroContent h1{font-size:10rem;line-height:1}}.serviceImage{margin-inline:auto;margin-bottom:2.1rem}.serviceContainer{display:grid;grid-template-columns:repeat(auto-fit,245px);justify-content:center;align-items:flex-start;gap:4rem;margin-top:6rem}.serviceContainer .serviceBox{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.serviceContainer .serviceBox h2{font-size:var(--fs-3);text-align:center;color:var(--black-2);font-weight:700}.serviceContainer .serviceBox p{font-size:1.6rem;text-align:center;color:var(--gray-3)}
