*{box-sizing:border-box;margin:0;padding:0}
body{font-family:"Lato",sans-serif;overflow-x:hidden}
body,html{height:100%}
a{cursor:pointer;color:#1f0315;text-decoration:none}
a:hover{color:#000;cursor:pointer}
ul{list-style-type:none;padding:0}
nav{background-color:#fff;overflow:hidden;transition:.4s;position:fixed;width:100%;top:0;z-index:99}
nav .logo img{width:50%}
nav .brandname{width:100%}
nav .nav-items a:hover{border-bottom:2px solid #000}
nav .brand-name-div{width:12%;padding-top:1em;padding-left:1.5em ;padding-bottom: 1em;}
.nav-items-minimized{display:none}
.brand-name-minimized{display:none}
.header{display:flex;justify-content:space-between;color:rgba(255,255,255,.904);background-color:#dc3545;word-spacing:.2em;font-size:.8rem;margin-top:3.5em;padding:.4em}
.header .left-bts{font-weight:600}
.header span{margin-top:1em;text-transform:uppercase}
.header a{color:rgba(255,255,255,.904);font-weight:bold;font-size:small;display:inline-block}
.header a:hover{border-bottom:1px solid rgba(255,255,255,.767)}
@media only screen and (max-width: 290px){.normal-navbar{display:none}.brandname-minimized{display:flex;width:95%;min-width:290px;margin:.3em 0}.brandname-minimized .left-bts img{width:200%}.brandname-minimized .right-bts img{margin-left:4em;padding-top:.3em;width:30px}.nav-items-minimized{background-color:rgba(233,192,190,.4784313725);display:flex;justify-content:space-around}.nav-items-minimized a{font-size:.6rem;margin:.5em 0;margin-right:1em;}.nav-items-minimized p{margin-top:.6em}.nav-items-minimized .right-bts{display:none}.nav-items-minimized .left-bts{width:100%}.header{margin-top:5em}.header span{font-size:.6rem}.header .right-bts{display:none}}
@media(min-width: 290px)and (max-width: 600px){.normal-navbar{display:none}.brandname-minimized{display:flex;width:95%;min-width:360px;max-width:672px;margin:.3em 0}.brandname-minimized .left-bts img{width:150%}.brandname-minimized .right-bts img{margin-left:1.8em;width:30px}.nav-items-minimized{background-color:rgba(233,192,190,.4784313725);display:flex;justify-content:space-around}.nav-items-minimized .left-bts{width:100%}.nav-items-minimized .right-bts{display:none}.nav-items-minimized a{font-size:.7rem;padding:1em 0em;margin-left:.9em}.header{margin-top:5.7em}.header .right-bts{display:none}.header span{font-size:.7rem}}
@media(min-width: 601px)and (max-width: 1199px){.normal-navbar{display:none}.brandname-minimized{display:flex;width:95%;max-width:672px;margin:.3em 0}.brandname-minimized .left-bts img{padding-top:.4em;width:150%}.brandname-minimized .right-bts img{margin-left:1.5em;width:40px}.nav-items-minimized{background-color:rgba(233,192,190,.4784313725);display:flex;justify-content:space-between}.nav-items-minimized .left-bts{width:75%}.nav-items-minimized a{font-size:.8rem;padding:1em 0em;margin-left:1em}.nav-items-minimized p{padding-top:.6em}.header{margin-top:7.5em;padding:.7em 1em}.header .right-bts{display:none}.header span{font-size:.8rem}}
@media only screen and (min-width: 1200px){.brandname-minimized,.nav-items-minimized{display:none}}.hero-image{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(/pics/aesthetic2.png);height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.hero-text{text-align:left;position:absolute;top:35%;left:50%;transform:translate(-50%, -30%);color:#fff;font-style:italic;text-shadow:2px 2px 5px #fc7ba6}.hero-text h1{font-size:4rem;font-weight:bold;letter-spacing:.12em;line-height:1.8}.hero-text h2{font-size:1.5rem;font-weight:500;letter-spacing:.3rem;word-spacing:.2rem}



#bestsellers .heading p{letter-spacing:.5em;word-spacing:.6em}
#bestsellers .heading h2{letter-spacing:.1em;word-spacing:.5em}
#bestsellers .overlaybox{position:relative;margin-bottom:2em}
#bestsellers .overlaybox .overlayimage{display:block;padding:1.5em}
#bestsellers .overlaybox .overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:.5s ease}
#bestsellers .overlaybox p:hover{cursor:pointer}
#bestsellers .overlaybox:hover .overlay{opacity:1}
#bestsellers .overlaybox .perfumename{position:absolute;padding-left:1.8em}
#bestsellers .overlaybox .perfumename a{font-size:.8rem}
.discover{background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),url(/pics/hero1.jpg);height:50%;background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;font-size:1rem;text-align:center}
.discover p{letter-spacing:.3em;font-weight:bold}
.discover h3 a{color:#f5eaea;font-size:1.5rem;text-transform:uppercase;letter-spacing:.25em}
.explore{margin-top:0;padding-top:0;height:100vh;text-align:center}
.explore img{width:70%;padding:3em}
.explore h5{letter-spacing:.3em;text-transform:uppercase;word-spacing:.5em}
.explore p a{font-size:1rem}
.women-section h5{padding-top:3em}
.women-section .wrapper{display:flex;justify-content:space-around;align-items:center}
.women-section .left-side{width:55%}
.women-section .right-side{height:70vh;display:flex;flex-direction:column;justify-content:space-between}.women-section .right-side img{padding-top:6em}
.explore-btn a{letter-spacing:.2em;font-style:italic;font-size:1rem;margin:2em 0em;background-color:	#eed9c4;padding:.8em 2.5em;border-radius:1em;border:.1em solid #bbb6b6}
.explore-btn a:hover{background-color:#d9b99b;color:#fff}
.men-section h5,.unisex-section h5{padding-top:3em;margin-bottom:1.5em}
.men-section img,.unisex-section img{width:60%}
.men-section .perfumes,.unisex-section .perfumes{display:flex;align-items:center;justify-content:space-around}.men-section .explore-btn,.unisex-section .explore-btn{margin-top:4rem}.pricelist{text-align:center}.pricelist .box{border-right:1px solid rgba(109,108,108,.411)}.pricelist .img1{width:40%}.pricelist .img2{width:25%;margin-top:.3em}.pricelist .img3{width:23%}.pricelist h2{letter-spacing:.18em;word-spacing:.2em;font-style:italic;font-weight:500;text-shadow:5px 5px 5px #f1daeb;color:#504242;margin-top:2em;margin-bottom:1.5em}.pricelist p{letter-spacing:.15em;font-size:1.1rem;margin-top:1em;margin-bottom:1em}.pricelist .order-now{display:flex;justify-content:center;margin-top:1.8em;margin-bottom:1em}.pricelist .order-now a{padding-top:.6em;padding-left:.7em}.pricelist .fa-whatsapp{color:#25d366}@media only screen and (max-width: 290px){.discover-textbox h3 a{font-size:1rem}.explore{height:auto}.explore h5{margin-top:0;margin-bottom:2em;padding-top:3em}.explore img{padding:0}.explore .explore-btn a{padding:0em 1em}.women-section .left-side{display:none}.women-section .right-side{height:auto}.women-section .right-side img{padding-top:0}.women-section .img-and-text{width:100%;margin-bottom:2em}.men-section,.unisex-section{margin-top:3em}.men-section img,.unisex-section img{width:100%}.men-section .perfume-name,.unisex-section .perfume-name{width:80%}}@media(min-width: 290px)and (max-width: 600px){#bestsellers img{padding:.5em}.explore{height:auto}.explore h5{margin-top:0;margin-bottom:2em;padding-top:3em}.explore img{padding:0}.explore .explore-btn a{padding:0em 1em}.women-section .left-side{display:none}.women-section .right-side{height:auto}.women-section .right-side img{padding-top:0}.women-section .img-and-text{width:100%;margin-bottom:2em}.men-section,.unisex-section{margin-top:3em}.men-section img,.unisex-section img{width:100%;padding:1em;max-width:220px}.men-section .perfume-name,.unisex-section .perfume-name{width:80%}}@media(min-width: 601px)and (max-width: 1199px){.explore h5{margin-top:2em;margin-bottom:2em}.explore-btn a{padding:.5em 1em}.women-section{margin:7em auto;height:auto}.women-section .left-side img{width:100%}.women-section .right-side{height:auto;width:30%;justify-content:center;margin-left:2em}.women-section .right-side img{width:100%;padding:1em}.men-section,.unisex-section{height:auto;margin-top:3em}.men-section img,.unisex-section img{width:100%}.pricelist .img1{width:30%}.pricelist .img2{width:20%;margin-top:.8em}.pricelist .img3{width:20%}.pricelist .order-now p a{font-size:1.3em}.pricelist .order-now a{padding-top:1em}}@media only screen and (min-width: 1200px){.pricelist{margin:0 auto}.pricelist h2{margin-top:3em}.pricelist .img1{width:20%}.pricelist .img2{width:17%;margin-top:.8em}.pricelist .img3{width:17%}.pricelist .order-now p a{font-size:1.3em}.pricelist .order-now a{padding-top:1.1em}}#perfume-page{margin:4em 5em;padding:5em}#perfume-page .slider{text-align:center;padding-right:3em}#perfume-page img{max-width:330px}#perfume-page .name-when-minimized{display:none}#perfume-page .perfume-details{padding-left:4em;padding-right:2em}#perfume-page .name-and-price{display:flex;justify-content:space-between;align-items:center}#perfume-page .perfumes-body h4 a{text-transform:uppercase;letter-spacing:.1em;word-spacing:.2em;font-family:"Lato",sans-serif;font-style:italic}#perfume-page .perfumes-body h4 a:hover{color:#f5466c;text-shadow:1px 1px red}#perfume-page .perfumes-body .price{padding:.5em 1.5em;border-radius:.2em}#perfume-page .perfumes-body h1{font-weight:bold;line-height:1.5;text-transform:uppercase;font-family:"Lato",sans-serif}#perfume-page .perfumes-body h5 a{font-family:"Cormorant Garamond",serif;font-weight:bold;line-height:1.5;color:#000}#perfume-page .perfumes-body h5 a:hover{color:#f31a3f;text-shadow:1px 1px red}#perfume-page .lined-box{display:inline;padding:.5em 1.2em;background-color:#fff;border:.1em solid rgba(0,0,0,.1176470588);border-radius:.4em;margin-right:1em}#perfume-page .ordernow{display:flex;padding-top:2em}#perfume-page .ordernow p{padding-right:.5em;padding-top:.7em;text-transform:uppercase;font-style:italic;font-weight:600;letter-spacing:.1em}#perfume-page .buynow-whatsapp{color:#25d366}.findmore-container{margin-top:5em;background-color:#fff8f8;text-align:center}.findmore-container .textbox p{letter-spacing:.2em;font-weight:bold;padding-top:2em}.findmore-container .textbox h2{letter-spacing:.25em}.findmore-container .items{padding:4em;display:flex;justify-content:space-evenly}.findmore-container .item{width:15%}.findmore-container .items p{letter-spacing:.05em;word-spacing:.3em;margin-top:2em}.findmore-container img{border-radius:.6em;width:100%}#brands{margin-top:3em;text-align:center}#brands .brandname{width:50%;margin:0 auto}#brands .brandname img{width:50%;margin-top:3em}#brands .brandname p{margin-top:1.5em;font-style:italic;font-size:1.2rem}#brands .container{margin-top:3em}#brands .items{display:flex;justify-content:space-evenly}#brands .items img{width:50%}#brands .zoombox{overflow:hidden}#brands .zoom{transition:transform .2s}#brands .zoom:hover{transform:scale(1.2)}@media only screen and (max-width: 290px){#perfume-page{margin:2em .5em;padding:0}#perfume-page .name-when-minimized{display:block;font-size:1.2rem;margin-bottom:2em}#perfume-page .slider{display:block;width:100%;padding-left:2em;padding-right:5em;margin-bottom:2em}#perfume-page .carousel{width:80%}#perfume-page .slider img{width:100%}#perfume-page .perfume-details{padding-left:1em;padding-right:1.7em;width:100%}#perfume-page .perfume-details h1{display:none}#perfume-page .perfumes-body h4{margin-top:.5em}#perfume-page .lined-box{margin-right:.6em}#brands{margin-top:0em}#brands .brandname{width:70%}#brands .brandname img{width:100%}#brands .brandname p{margin-top:1.2em;font-size:1rem}#brands .perfume{width:90%;margin:0 auto;margin-bottom:2em}#brands .items img{width:80%}#brands .textbox p,#brands .textbox a h5 b{font-size:1rem}.findmore-container .items{padding:0em;padding-top:3em}.findmore-container .item{width:30%}.findmore-container .item p{font-size:.8rem}}@media(min-width: 290px)and (max-width: 600px){#perfume-page{margin:2em 2em;padding:0}#perfume-page .name-when-minimized{display:block;font-size:1.2rem;margin-bottom:2em}#perfume-page .slider{display:block;width:100%;padding-left:2em;padding-right:5em;margin-bottom:2em}#perfume-page .carousel{width:100%}#perfume-page .slider img{width:100%;max-width:305px}#perfume-page .perfume-details{width:90%;padding-left:1em;padding-right:2em}#perfume-page .perfume-details h1{display:none}#perfume-page .perfumes-body h4{margin-top:.5em}#perfume-page .lined-box{margin-right:.6em}#brands{margin-top:0em}#brands .brandname{width:70%}#brands .brandname img{width:100%;max-width:245px}#brands .brandname p{margin-top:1.2em;font-size:1rem}#brands .perfume{width:50%;margin:0 auto;margin-bottom:2em}#brands .items img{width:100%;max-width:115px}#brands .textbox p,#brands .textbox a h5 b{font-size:1rem}}@media(min-width: 601px)and (max-width: 1199px){#perfume-page{margin:3em 2em;padding:0}#perfume-page .name-when-minimized{display:none}#perfume-page .slider{padding-right:0;margin-top:2em}#perfume-page .carousel{width:95%}#perfume-page .slider img{width:100%;max-width:330px}#perfume-page .perfume-details{padding-left:1em;padding-right:1.7em;width:45%}#perfume-page .name-and-price{display:block}#perfume-page .perfume-details h1{font-size:1.2rem;margin-bottom:1em}#perfume-page .perfumes-body h4{margin-top:.5em}#perfume-page .lined-box{margin-right:.3em}#brands{margin-top:2em}#brands .brandname{width:50%}#brands .brandname img{width:100%;max-width:270px}#brands .brandname p{margin-top:1.3em;font-size:1.1rem}#brands .perfume{width:30%;margin:0 auto;margin-bottom:2em}#brands .items img{width:80%;max-width:115px}#brands .textbox a h5 b{font-size:1.3rem}#brands .textbox p{font-size:1.2rem}}@media(min-width: 768px)and (max-width: 991px){#perfume-page{margin:4em 1em;padding:0;width:95%}#perfume-page .perfume-container{padding-right:0;margin-right:0}#perfume-page .slider{padding-right:2em;padding-left:2em;margin-top:2em;width:45%}#perfume-page .perfume-details{padding-left:1em;padding-right:0;margin-right:0;width:45%}#brands .items img{width:80%}.findmore-container .item{width:20%}}@media(min-width: 992px)and (max-width: 1199px){#brands .brandname img{width:50%;margin-top:2em}#brands .items img{width:80%}.findmore-container .item{width:17%}}@media only screen and (min-width: 1200px){#brands .perfume{width:30%;margin:0 auto;margin-bottom:2em}#brands .items img{width:80%;max-width:115px}}@media(min-width: 290px)and (max-width: 600px){.findmore-container .items{padding:0em;padding-top:3em}.findmore-container .items .item{width:30%}.findmore-container .items .item p{font-size:1rem}}@media(min-width: 601px)and (max-width: 1199px){.findmore-container .items{padding:0em;padding-top:3em}.findmore-container .items .item{width:25%}.findmore-container .items .item p{font-size:1rem}}#womenpage,#menpage,#unisexpage,#brandspage{margin-top:3em;text-align:center;margin:0 auto}#womenpage .intro p,#menpage .intro p,#unisexpage .intro p,#brandspage .intro p{text-transform:uppercase;letter-spacing:.4em;word-spacing:.5em;font-style:italic;padding-top:1.5em;font-size:1.1rem}#womenpage h6,#menpage h6,#unisexpage h6,#brandspage h6{letter-spacing:.15em;font-size:1.8rem;font-weight:500;text-transform:uppercase;padding:1em}#womenpage .perfume-rows,#menpage .perfume-rows,#unisexpage .perfume-rows,#brandspage .perfume-rows{margin-top:2em;padding-left:3em;padding-right:3em}#womenpage .perfume,#menpage .perfume,#unisexpage .perfume,#brandspage .perfume{margin-bottom:5em}#womenpage img,#menpage img,#unisexpage img,#brandspage img{width:40%}#womenpage .perfume p,#menpage .perfume p,#unisexpage .perfume p{word-spacing:.1em;font-size:1.1em;padding-top:2em}#womenpage .zoombox,#menpage .zoombox,#unisexpage .zoombox{overflow:hidden;margin-bottom:.2em}#womenpage .zoom,#menpage .zoom,#unisexpage .zoom{transition:transform .2s}#womenpage .zoom:hover,#menpage .zoom:hover,#unisexpage .zoom:hover{transform:scale(1.2)}.returns{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(/pics/sadcat.jpg);height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.returns .returns-text{text-align:left;position:absolute;top:35%;left:20%;transform:translate(-30%, -30%);color:#fff}.returns .returns-text h2,.returns .returns-text p{font-style:italic}.returns .returns-text h2{font-size:3rem;font-weight:bold;letter-spacing:.2em;line-height:1.8}.returns .returns-text p{font-weight:500;font-size:1.7em;letter-spacing:.1em;word-spacing:.2em}.faqs{min-height:100vh;text-align:left;margin-top:5em;background-image:url(/pics/flower.png);background-repeat:no-repeat;background-size:20%;background-position:left center;padding-left:5em;padding-right:5em}.faqs article{padding-bottom:.4em}.faqs button{background-color:#fff;border:none;margin-left:2em;float:right;padding-right:10em}.faqs i{color:#d45b67}.faqs i:hover{color:#a51524;transform:rotate(180deg);transition-duration:.5s}.faqs h2{padding-bottom:1em}.faqs .question-title h4{font-size:1.2rem;display:inline-block;font-weight:500;font-style:italic;color:rgba(0,0,0,.8431372549)}.faqs p{font-size:1em;padding-right:5em;padding-left:1em;color:rgba(0,0,0,.662745098)}.faqs .question-answer{display:none}.faqs .minus{display:none}.faqs .show-answer .question-answer{display:block}.faqs .show-answer .minus{display:inline}.faqs .show-answer .plus{display:none}.about-image{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(/pics/aesthetic2.png);height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}
.about-text{text-align:left;position:absolute;top:50%;left:50%;transform:translate(-50%, -70%);color:#fff;text-align:center}.about-text h2{font-size:3rem;font-style:italic;font-weight:bold;letter-spacing:.15rem;line-height:1.8;text-shadow:2px 2px 5px #74082c;text-transform:uppercase}.about-text p{font-weight:500;font-size:1.5rem;font-style:italic}@media only screen and (max-width: 290px){#womenpage,#menpage,#unisexpage,#brandspage{margin-top:1em}#womenpage h6,#menpage h6,#unisexpage h6,#brandspage h6{font-size:1.5rem}#womenpage .perfume,#menpage .perfume,#unisexpage .perfume,#brandspage .perfume{width:100%}#womenpage img,#menpage img,#unisexpage img,#brandspage img{width:100%}.about-image h2{font-size:1.7rem}.about-image .about-image p{font-size:1rem}#returnspage h2{padding-left:2em;font-size:1.3rem}#returnspage p{padding-left:2em;font-size:1rem}.faqs{text-align:left;margin-top:1em;padding-left:.5em;padding-right:0}.faqs .question-title{display:flex;justify-content:space-between}.faqs h2{font-size:1.2rem;padding-bottom:.8em}.faqs h4{font-size:.9rem}.faqs p{font-size:.9rem;padding-left:.5em;margin-top:0;padding-top:0}.faqs button{padding-right:0;margin-right:.5em}.faqs .question{margin-bottom:.5em;margin-top:.5em}}@media(min-width: 290px)and (max-width: 600px){.about-image h2{font-size:1.9rem}.about-image p{font-size:1.2rem}#returnspage h2{padding-left:2em;font-size:1.5rem}#returnspage p{padding-left:2em;font-size:1.2rem}.faqs{margin-top:1em;padding-left:.5em;padding-right:0}.faqs article{padding-left:.5em}.faqs .question-title{display:flex;justify-content:space-between}.faqs h2{font-size:1.2rem;padding-bottom:.8em}.faqs h4{font-size:.9rem;padding-top:.3em}.faqs p{font-size:.9rem;padding-left:.5em;margin-top:0;padding-top:0}.faqs button{padding-right:0;margin-right:.5em}.faqs .question{margin-bottom:.5em;margin-top:.5em}#womenpage,#menpage,#unisexpage,#brandspage{margin-top:1em}#womenpage h6,#menpage h6,#unisexpage h6,#brandspage h6{font-size:1.5rem}#womenpage .perfume,#menpage .perfume,#unisexpage .perfume,#brandspage .perfume{width:45%;margin-right:.5em;overflow:hidden}#womenpage img,#menpage img,#unisexpage img,#brandspage img{width:100%}}@media(min-width: 460px)and (max-width: 600px){#womenpage .perfume,#menpage .perfume,#unisexpage .perfume,#brandspage .perfume{width:31%;margin-right:.5em;overflow:hidden}}@media(min-width: 601px)and (max-width: 1199px){.about-image h2{font-size:2rem}.about-image p{font-size:1.2rem}#returnspage h2{padding-left:2em;font-size:1.5rem}#returnspage p{padding-left:2em;font-size:1.3rem}.faqs{margin-top:1em;padding-left:.5em;padding-right:0}.faqs .question-title{display:flex;justify-content:space-between}.faqs h2{font-size:1.3rem;padding-bottom:.8em;padding-top:.8em}.faqs h4{font-size:1.1rem;padding-top:.3em}.faqs p{font-size:1rem;padding-left:.5em;margin-top:0;padding-top:0}.faqs button{padding-right:0;margin-right:.5em}.faqs .question{margin-bottom:.5em;margin-top:.5em}#womenpage .perfume,#menpage .perfume,#unisexpage .perfume,#brandspage .perfume{width:31%;margin-right:.5em;overflow:hidden}#womenpage img,#menpage img,#unisexpage img,#brandspage img{width:100%}}@media(min-width: 768px)and (max-width: 991px){#womenpage img,#menpage img,#unisexpage img,#brandspage img{width:70%}}@media(min-width: 992px)and (max-width: 1199px){#womenpage img,#menpage img,#unisexpage img,#brandspage img{width:60%}}@media only screen and (min-width: 1200px){#womenpage img,#menpage img,#unisexpage img,#brandspage img{width:40%}}footer{background-repeat:no-repeat;background-position:right bottom;background-size:contain;margin-top:2em}footer .img1{width:50%;margin-bottom:.8em}footer .img2{width:50%;padding:0 1em}footer .links{margin-right:1em}footer h6{text-transform:capitalize;font-weight:bold;font-size:1rem}footer ul a:hover{border-bottom:2px solid #f5466c;color:#000}footer .social-media h6{margin-top:3em;margin-bottom:1.5em}footer .social-media i{margin-left:.5em}footer .social-media .fa-brands{color:rgba(0,0,0,.6235294118)}footer .social-media .fa-facebook:hover{color:#1e1e9c}footer .social-media .fa-instagram:hover{color:rgba(250,45,123,.8431372549)}footer .social-media .fa-whatsapp:hover{color:#25d366}@media only screen and (max-width: 290px){footer{background-size:35%}footer .categories,footer .links,footer .contact-us{display:none}footer .logo-moto{width:100%}footer img{width:50%}.footer-line{width:70%}}@media(min-width: 290px)and (max-width: 600px){footer{background-size:35%}footer .logo-moto{width:100%}footer .contact-us{display:none}footer .categories,footer .links{width:45%}footer img{width:50%;max-width:120px}footer a,footer h6{font-size:.9rem}.footer-line{width:70%}}@media(min-width: 601px)and (max-width: 1199px){footer{background-size:35%}footer .logo-moto{width:100%}footer .contact-info{display:none}footer .categories,footer .links,footer .contact-us{width:28%}footer img{width:50%;max-width:150px}footer a,footer h6,footer b{font-size:1rem}footer .social-media h6{margin-top:0em}footer .social-media i{margin-left:.2em}.footer-line{width:70%}}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation: pulse 2s infinite;
}

.whatsapp-float a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* ====== MOBILE NAVBAR ====== */

/* Button styling */
.order-btn, .order-btn-sm {
  display: inline-block;
  padding: 8px 16px;
  background-color: #25d366;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.order-btn:hover, .order-btn-sm:hover {
  background-color: #1ebe5d;
  color: #fff;
}

/* Mobile-specific button - slightly smaller text but same visual style */
.order-btn-sm {
  font-size: 14px;
  padding: 6px 14px;
}

/* Compact nav links on mobile */
.small-nav a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.small-nav a:hover {
  text-decoration: underline;
}

/* Maintain logo size on all devices */
.brandname {
  height: auto;
  width: auto;
  max-width: 100%;
}

/* Space adjustments for mobile header */
@media (max-width: 991.98px) {
  .mobile-navbar {
    padding: 0.5rem 1rem;
  }
}


/*# sourceMappingURL=styles.css.map */
