@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap);:root{--blue:#054c73;--white:#fff;--black:#333;--grey:#666;--bg-blue:#dfe9f4;--bg-grey:#e5e5e5;--red:#b6002c;--border-grey:rgba(0,0,0,.205);--border-hover:rgba(0,0,0,.6)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.flex{justify-content:center}.flex,.flex-between{align-items:center;display:flex}.flex-between{justify-content:space-between}*{scrollbar-color:#8e8e8e #fff;scrollbar-width:thin}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}::-webkit-scrollbar-track:active,::-webkit-scrollbar-track:hover{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#8e8e8e;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:#878787}::-webkit-scrollbar-thumb:active{background-color:#8e8e8e}footer{background:var(--blue);width:100%}.footer-wrapper{color:var(--white);display:flex;gap:2rem;justify-content:center;max-width:1600px;padding:5rem;width:100%}.img-map{flex-wrap:wrap;gap:.5rem}.img-map img{border-radius:5px;height:12rem;width:12rem}.beauty h4,.follow h4,.ig-shop h4{font-size:1.5rem;margin-bottom:1rem}.beauty p{color:var(--white)}.icon span{padding-right:1rem}.icon span svg:hover{color:var(--grey)}.beauty-parent{width:40%}.ig-shop{width:60%}@media (max-width:575px){.footer-wrapper{flex-wrap:wrap;padding:2rem}.img-map{flex-wrap:wrap;justify-content:flex-start}.img-map img{height:10rem;width:10rem}.beauty-parent,.ig-shop{width:100%}}@media (min-width:576px) and (max-width:767px){.footer-wrapper{flex-wrap:wrap;padding:2rem}.img-map{flex-wrap:wrap;justify-content:flex-start}.img-map img{height:10rem;width:10rem}.beauty-parent,.ig-shop{width:100%}}@media (min-width:768px) and (max-width:991px){.footer-wrapper{flex-wrap:wrap;padding:3rem}.img-map{flex-wrap:wrap;justify-content:flex-start}.beauty-parent,.ig-shop{width:100%}}@media (min-width:992px) and (max-width:1199px){.img-map{flex-wrap:wrap}.img-map img{height:12rem;width:12rem}}.navbar{box-shadow:0 0 20px rgba(0,0,0,.5);position:relative;width:100%;z-index:3!important}.nav-wrapper{background-color:var(--white);box-sizing:border-box;height:5rem;max-width:1600px;padding:1rem 2rem;width:100%}.logo{color:var(--blue);cursor:pointer;font-size:1.5rem;font-weight:600}.nav-link ul{flex-direction:row}.nav-link ul li{list-style:none;padding-left:2rem;padding-right:2rem}.nav-link ul li a{color:var(--black);font-weight:600;text-decoration:none}.nav-link ul li a:hover{border-bottom:5px solid var(--blue);color:var(--blue);font-weight:700;transition:all;transition-duration:.5s}.cart{height:2rem;width:2rem}.mobile-nav,.sandwich{display:none}.mobile-nav{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:70%;top:0;z-index:10}.mobile-nav-show{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-nav-hide,.mobile-nav-show{transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.mobile-nav-hide{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.mobile-nav ul{flex-direction:column;gap:1rem;justify-content:flex-start;list-style:none;padding:0}.mobile-nav ul li a{color:var(--black);font-size:1.5rem;font-weight:600;opacity:1;text-decoration:none}.mobile-nav ul li a:hover{border-bottom:5px solid var(--blue);color:var(--blue);transition:all;transition-duration:.5s}.close-icon{position:absolute;right:3rem;top:3rem}.close-icon,.sandwich a{color:var(--black)}.cart-parent{position:relative}.cart-child{background-color:var(--red);border-radius:50%;color:#fff;font-weight:600;height:.4rem;padding:.5rem;position:absolute;right:-.4rem;top:-.3rem;width:.4rem}@media (max-width:575px){.nav-wrapper{padding:.7rem}.nav-link{display:none}.sandwich{display:flex;gap:1rem}.mobile-nav{right:0}.logo{font-size:1.2rem}}@media (min-width:575px) and (max-width:767px){.nav-link{display:none}.sandwich{display:flex;gap:1rem}.mobile-nav{right:50%}}@media (min-width:767px) and (max-width:991px){.nav-link{display:none}.sandwich{display:flex;gap:1rem}.mobile-nav{right:60%}}.about,.about-wrapper{width:100%}.about{flex-direction:column;max-width:1600px;padding:5rem}.about h1{color:var(--blue);font-size:3rem;margin-bottom:2rem}.about div{color:var(--grey);line-height:25px}.about div h4{font-size:1.5rem;font-weight:700}@media (max-width:575px){.about{flex-direction:column;padding:1rem}.about h1{font-size:2rem}}@media (min-width:575px) and (max-width:767px){.about{flex-direction:column;padding:2rem}.about h1{font-size:2rem}}@media (min-width:767px) and (max-width:991px){.about{flex-direction:column;padding:3rem}.about h1{font-size:2rem}}.cart-wrapper{width:100%}.cart-container{display:flex;flex-direction:column;max-width:1600px;overflow-y:scroll;padding:5rem;width:100%}.cart-header h2{color:var(--blue);font-size:3rem;font-weight:900;margin:0}.close-cart-button{background-color:initial;border:none;color:#fff;cursor:pointer}.cart-items{padding:20px}.cart-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding-left:2rem;padding-right:4rem;position:relative}.cart-item img{height:10rem;width:10rem}.item-details{margin-right:1rem;margin-top:1rem}.item-details,.item-details h3{display:flex;flex-direction:column;justify-content:flex-start}.item-details h3{font-size:1.2rem;margin-bottom:.5rem}.price-span{align-items:center;display:flex;gap:.5rem;justify-content:flex-start;margin-bottom:.5rem}.price-span p{margin:.2rem}.cart-footer{display:flex;flex-direction:column;margin-top:auto;padding:20px}.checkout-button{background-color:var(--blue);border:none;color:var(--white);cursor:pointer;font-weight:600;height:3rem;padding:1rem;text-align:center;transition:all;transition-duration:.5s;width:7rem}.checkout-button:hover{background-color:var(--white);border:2px solid var(--grey);color:var(--grey)}.clear-all{background-color:var(--white);border:2px solid var(--red);color:var(--red);cursor:pointer;font-weight:600;height:3rem;padding:1rem;text-align:center;transition:all;transition-duration:.5s;width:7rem}.clear-all:hover{background-color:var(--red);border:none;color:var(--white)}.btn-container{gap:1rem}.line{background-color:var(--blue);height:.1rem;width:100%}.amount-button button{background-color:var(--grey);border:none;color:var(--white);font-size:1.2rem;font-weight:600;height:2rem;transition:all;transition-duration:.5s;width:3rem}.amount-button button:hover{background-color:#000}.amount-button span{background-color:var(--white);border-bottom:1px solid var(--grey);border-top:1px solid var(--grey);font-family:1rem;font-weight:600;height:1.9rem;transition:all;transition-duration:.5s;width:3rem}.price-head{align-items:center;display:flex;justify-content:space-between;padding:2rem}.price-head p{font-size:1.3rem;font-weight:600}.remove-btn{position:absolute;right:1rem;top:.5rem}.remove-btn:hover{color:var(--red)}.no-items{font-size:2rem;margin:3rem;padding:3rem}@media (max-width:575px){.cart-item{flex-wrap:wrap;justify-content:flex-start}.item-details h3{font-size:1rem}.cart-container{margin-top:2rem;padding:.5rem}.cart-header h2{font-size:2rem}.price-head{padding:.5rem}.price-head p{font-size:1rem}.clear-all{height:2rem;white-space:nowrap;width:5rem}.btn-container{gap:.5rem}.checkout-button{height:2.2rem;width:5rem}.cart-item img{height:6rem;width:6rem}}@media (min-width:576px) and (max-width:767px){.cart-item{flex-wrap:wrap;justify-content:flex-start}.item-details h3{font-size:1rem}.cart-container{margin-top:3rem;padding:.5rem}.cart-header h2{font-size:2rem}.price-head{padding:.5rem}.price-head p{font-size:1rem}.clear-all{height:2rem;width:6rem}.checkout-button{height:2.2rem;width:6rem}.cart-item img{height:6rem;width:6rem}}.flex-column{align-items:center;display:flex;flex-direction:column;justify-content:center}.contact{flex-direction:column;padding:7rem}.contact-body{flex-direction:row;font-size:1rem;gap:3rem;margin-bottom:2rem}.head{flex-direction:column}.head h1{color:var(--blue);font-size:3rem;margin-bottom:1rem}.head p{color:var(--grey);font-size:1rem;margin-bottom:3rem}.email{gap:4px}.email p{color:var(--grey);font-weight:600}.email p:hover{color:var(--blue)}.email-box{flex-direction:column}@media (max-width:575px){.contact{padding:1rem}.head h1{font-size:2rem}.contact-body,.head p{font-size:1rem}.contact-body{gap:1rem}.contact-body,.email{flex-direction:column}}@media (min-width:575px) and (max-width:767px){.contact{padding:1rem}.head h1{font-size:2rem}.contact-body,.head p{font-size:1rem}.contact-body{gap:1rem}.contact-body,.email{flex-direction:column}}.browse-range{flex-direction:column;padding:3rem}.img-div{gap:3rem;margin-top:3rem}.img-span{flex-direction:column;gap:1rem}.img-span img{height:30rem;width:25rem}.heading{flex-direction:column}.heading p{color:var(--grey)}.heading h1{font-size:2rem;margin-bottom:1rem}@media (max-width:575px){.img-div{flex-wrap:wrap;gap:.5rem}.img-span img{height:20rem;width:18rem}}@media (min-width:576px) and (max-width:767px){.img-div{flex-wrap:wrap;gap:.5rem}.img-span img{height:22rem;width:20rem}}@media (min-width:767px) and (max-width:991px){.img-div{flex-wrap:wrap;gap:.5rem}.img-span img{height:26rem;width:23rem}}@media (min-width:992px) and (max-width:1199px){.img-div{flex-wrap:wrap;gap:.5rem}.img-span img{height:28rem;width:23rem}}.girl-section{background-color:var(--bg-blue);width:100%}.girl-wrapper{gap:4rem;height:30rem;max-width:1600px;padding:7rem;width:100%}.image-section{position:relative;width:35%}.image-section img{border-bottom-left-radius:12px;border-bottom-right-radius:50px;border-top-left-radius:50px;border-top-right-radius:12px;height:36rem;position:relative;width:25rem;z-index:2}.sphere{background-color:#09513b;border-radius:50%;height:19rem;left:8.5rem;position:absolute;top:12rem;width:19rem;z-index:1}.text-section{width:60%}.text-section h1{font-size:2rem;margin-bottom:1rem}.text-section p{color:var(--grey);font-size:1rem;font-weight:450}.text-section button{background-color:var(--blue);border:none;border-radius:30px;color:var(--white);cursor:pointer;font-size:.8rem;font-weight:550;height:3rem;padding:.5rem;text-transform:uppercase;width:10rem}.text-section button:hover{background-color:var(--bg-blue);border:2px solid var(--blue);color:var(--blue);transition:all;transition-duration:.4s}@media (max-width:575px){.girl-wrapper{flex-wrap:wrap-reverse;height:-webkit-max-content;height:max-content;padding:2rem}.image-section img{height:22rem;width:15rem}.sphere{height:8rem;width:8rem}.image-section,.text-section{width:100%}}@media (min-width:575px) and (max-width:767px){.girl-wrapper{flex-wrap:wrap-reverse;height:-webkit-max-content;height:max-content;padding:2rem}.image-section img{height:30rem;width:20rem}.sphere{height:15rem;width:15rem}.image-section,.text-section{width:100%}}@media (min-width:767px) and (max-width:991px){.girl-wrapper{padding:4rem}.image-section img{height:32rem;width:20rem}.sphere{height:14rem;width:14rem}.image-section,.text-section{width:50%}}@media (min-width:991px) and (max-width:1199px){.image-section img{height:32rem;width:20rem}.sphere{height:14rem;width:14rem}}.hero{background-image:url(/static/media/hero.0ac3ff39e3c44c2cbd8a.jpg);width:100%}.hero-wrapper{align-items:center;background-repeat:no-repeat;background-size:cover;display:flex;max-height:-webkit-max-content;max-height:max-content;max-width:1600px;min-height:40rem;object-fit:cover;position:relative;width:100%}.hero-child{background-color:var(--bg-blue);border-radius:15px;box-shadow:3px 3px #000;box-sizing:border-box;height:27rem;padding:2rem;position:absolute;right:5rem;width:40rem}.hero-child h5{color:var(--black);font-size:1rem;margin-bottom:1rem}.hero-child p{color:var(--grey);font-weight:500;margin-bottom:2rem}.hero-child h1{color:var(--blue);font-size:3rem;font-weight:900;margin-bottom:1rem;margin-top:1rem}.hero-child button{background-color:var(--blue);border:none;border-radius:30px;color:var(--white);cursor:pointer;font-size:.8rem;font-weight:600;height:3rem;padding:.5rem;width:10rem}.hero-child button:hover{background-color:var(--bg-blue);border:2px solid var(--blue);color:var(--blue);transition:all;transition-duration:.4s}@media (max-width:575px){.hero-child{height:-webkit-max-content;height:max-content;padding:1rem;right:1rem;width:90%}.hero-child h1{font-size:2.5rem;font-weight:900}}@media (min-width:576px) and (max-width:767px){.hero-child{height:-webkit-max-content;height:max-content;padding:1rem;right:1rem;width:90%}.hero-child h1{font-size:2.5rem;font-weight:900}}.section-works{flex-direction:column;padding:3rem}.img-container img{border-radius:.8rem}.container{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative;text-align:center}.img-container{display:inline-block;position:relative}.img-container img{border-radius:10px;display:block;height:22rem;width:22rem}.img-container div{background-color:#000;border:10px solid var(--white);border-radius:50%;bottom:-2rem;color:#fff;font-size:2rem;font-weight:700;height:3rem;left:40.5%;padding:5px;position:absolute;width:3rem}.text-container{padding:1rem}.text-works{flex-direction:column;margin-bottom:2rem}.text-works p{color:var(--grey)}.text-works h1{font-size:2rem;margin-bottom:1rem}@media (max-width:575px){.img-works{flex-wrap:wrap}.img-container img{height:20rem;width:20rem}}@media (min-width:575px) and (max-width:767px){.img-works{flex-wrap:wrap}.img-container img{height:22rem;width:22rem}}@media (min-width:767px) and (max-width:991px){.img-works{flex-wrap:wrap}.img-container{gap:1rem}.img-container img{height:22rem;width:22rem}}@media (min-width:991px) and (max-width:1199px){.text-container h1{white-space:nowrap}.img-container img{height:20rem;width:18rem}}.icons{background-color:var(--bg-blue);flex-direction:row;flex-wrap:wrap;gap:3rem;padding:5rem}.single-icon{gap:1rem}.single-icon h3{font-weight:700}.single-icon p{color:var(--grey);font-weight:400}.single-icon img{height:3rem}.ic-section{background-color:var(--white);flex-direction:column;padding:5rem}.ic-section h1{font-size:2rem;margin:0}.ic-section p{color:var(--grey)}.f-img{gap:2rem;margin-top:4rem}.f-img img{height:28rem;width:24rem}.one{border-bottom-right-radius:6rem}.two{margin-bottom:4rem}.three{border-top-left-radius:6rem}@media (max-width:575px){.f-img{flex-wrap:wrap;gap:.5rem}.f-img img{height:18rem;width:14rem}.two{margin-bottom:0}.ic-section{padding:2rem}}@media (min-width:575px) and (max-width:767px){.f-img{flex-wrap:wrap;gap:.5rem}.f-img img{height:24rem;width:18rem}.two{margin-bottom:0}.ic-section{padding:2rem}}@media (min-width:767px) and (max-width:991px){.f-img{flex-wrap:wrap;gap:.5rem}.f-img img{height:30rem;width:24rem}.two{margin-bottom:0}.ic-section{padding:3rem}}@media (min-width:991px) and (max-width:1199px){.f-img{flex-wrap:wrap;gap:.5rem}.f-img img{height:30rem;width:24rem}.two{margin-bottom:0}.ic-section{padding:3rem}}.mailing-section{background:var(--bg-blue);flex-direction:column;padding:3rem}.mailing-text{flex-direction:column;margin-bottom:3rem}.mailing-text h1{font-size:2rem;margin-bottom:1rem}.mailing-text p{color:var(--grey)}.mailing-form{gap:0}.mailing-form input{background:var(--white);width:18rem}.mailing-form button,.mailing-form input{border:2px solid var(--blue);box-sizing:border-box;font-size:1rem;height:3.5rem;padding:.5rem 1rem}.mailing-form button{background-color:var(--blue);color:var(--white);display:inline-block;font-weight:500;width:6rem}@media (max-width:575px){.mailing-form{flex-wrap:wrap;gap:1rem;justify-content:flex-start}.mailing-form input{height:3rem;width:16rem}.mailing-form button{font-size:.8rem;height:3rem;width:5rem}}@media (min-width:576px) and (max-width:767px){.mailing-form input{height:3rem;width:16rem}.mailing-form button{font-size:.8rem;height:3rem;width:5rem}}@media (min-width:768px) and (max-width:991px){.mailing-form input{height:3rem;width:16rem}.mailing-form button{font-size:1rem;height:3rem;width:6rem}}.not-found{box-sizing:border-box;flex-direction:column;height:80vh;width:100vw}.not-found h1{font-size:6rem;margin:0}.not-found h6{font-size:4rem;margin:0}@media (max-width:575px){.not-found{padding:3rem}.not-found h1{font-size:4rem}.not-found h6{font-size:2rem}}@media (min-width:575px) and (max-width:767px){.not-found{padding:3rem}.not-found h1{font-size:4rem}.not-found h6{font-size:2rem}}@media (min-width:767px) and (max-width:991px){.not-found{padding:5rem}.not-found h1{font-size:5rem}.not-found h6{font-size:4rem}}.row-item{cursor:pointer;height:-webkit-max-content;height:max-content;outline:2px solid var(--border-grey);padding:1rem;transition:all .15s ease-in;width:16rem}.row-item:hover{outline:2px solid var(--border-hover)}.title-btns h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase}.row-container{display:flex;gap:1rem;overflow-x:scroll;overflow-y:hidden;padding:1rem .6rem;position:relative;scroll-behavior:smooth;white-space:nowrap;width:80%}.row-container::-webkit-scrollbar{-ms-overflow-style:none;display:none;scrollbar-width:none}.title-btns{align-items:center;display:flex;justify-content:space-between;width:80%}.btns button{background-color:#373737;border:none;color:#fff;cursor:pointer;height:3rem;padding:.5rem;transition:all .1s ease-in;width:3rem}.btns{display:flex;gap:.4rem}.btns button:hover{background-color:#000}.item-1{align-items:flex-start;border:2px solid var(--border-grey);color:var(--black);display:flex;flex-direction:column;padding:1rem;text-decoration:none;width:12rem}.item-1:hover{border:2px solid var(--border-hover);display:flex}.item-1 img{height:12rem;width:12rem}.text-container-1 h4{font-size:1rem;font-weight:500;margin:.5rem 0}.text-container-1 h6{display:flex;font-size:1rem;margin:0 0 .5rem}@media (max-width:575px){.item-1{width:8rem}.item-1 img{height:8rem;width:8rem}.text-container-1 h4,.text-container-1 h6{font-size:1rem}.title-btns h3{font-size:1.4rem}.btns button{height:2rem;width:2rem}}@media (min-width:575px) and (max-width:767px){.item-1{width:8rem}.item-1 img{height:8rem;width:8rem}.text-container-1 h4,.text-container-1 h6{font-size:1rem}.title-btns h3{font-size:1.4rem}.btns button{height:2.5rem;width:2.5rem}}@media (min-width:767px) and (max-width:991px){.item-1{width:10rem}.item-1 img{height:10rem;width:10rem}.text-container-1 h4,.text-container-1 h6{font-size:1rem}.title-btns h3{font-size:1.4rem}.btns button{height:2.5rem;width:2.5rem}}#product-page{width:100%}.product-wrapper{max-width:1600px;width:100%}.product-page{align-items:flex-start;gap:5rem;padding:4rem}.img-parent{flex-direction:column;gap:3rem;justify-content:flex-start;width:-webkit-max-content;width:max-content}.img-parent img{height:30rem;width:32rem}.img-child{gap:1rem;justify-content:flex-start}.img-child img{box-shadow:0 0 15px rgba(0,0,0,.3);height:10rem;width:10rem}.details-box{width:35rem}.details-container{background-color:var(--bg-grey);box-sizing:border-box;color:var(--black);height:35rem;padding:3rem;position:relative;width:100%}.value-buttons{justify-content:flex-start}.value-buttons button{background-color:var(--white);border:1px solid #000;color:#000;font-size:1.5rem;font-weight:600;height:3rem;padding:.5rem;width:3rem}.value-buttons p{background-color:var(--bg-grey);border-bottom:1px solid #000;border-top:1px solid #000;color:var(--black);font-size:1.5rem;font-weight:600;height:1.9rem;padding:.5rem 1rem;width:2rem}.quantity-box{bottom:12rem;gap:3rem;justify-content:flex-start;margin-top:4rem;position:absolute}.price{bottom:10rem;font-size:2rem;font-weight:700;margin:0;position:absolute}.button-box{bottom:4rem;gap:1rem;height:4rem;justify-content:flex-start;left:0;position:absolute;width:100%}.added-button,.cart-button{background-color:var(--bg-grey);border:2px solid var(--black);color:var(--black);width:42%}.added-button:hover,.cart-button:hover{background-color:var(--black);border:none;color:var(--white)}.buy-button{background-color:var(--red);border:none;color:var(--white);margin-left:2rem}.buy-button:hover{background-color:inherit;border:2px solid var(--red);color:var(--red)}.button-box button{font-size:1rem;font-weight:600;height:3.5rem;padding:.5rem;text-transform:uppercase;transition:all;transition-duration:.5s;width:42%}.texture-box{gap:2rem;margin-top:2rem}.texture-box span{background-color:var(--bg-grey);color:var(--black);display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;padding:1rem;width:30%}.texture-box span h1{font-size:1.2rem;font-weight:800;margin:0 0 .5rem}.texture-box span p{font-size:1rem;font-weight:500;margin:0}@media (max-width:575px){.product-page{align-items:center;flex-direction:column;gap:1rem;justify-content:center;padding:3rem .5rem .5rem}.img-parent{gap:1rem}.img-parent img{border-spacing:0;height:18rem;width:20rem}.details-box{height:-webkit-max-content;height:max-content;width:100%}.details-container{padding:1rem}.img-child img{height:6rem;width:6rem}.texture-box{gap:.5rem;padding-left:.3rem;padding-right:.3rem}.texture-box span h1{font-size:1rem}.texture-box span p{font-size:.8rem}.texture-box span{height:4rem;padding:.5rem;width:35%}.button-box button,.button-box button:hover{font-size:1rem;height:3rem;margin:auto;width:45%}}@media (min-width:575px) and (max-width:767px){.product-page{align-items:center;flex-direction:column;gap:2rem;justify-content:center;padding:2rem}.img-parent{gap:2rem}.img-parent img{border-spacing:0;height:22rem;width:27rem}.details-box{width:90%}.details-container{padding:2rem}.img-child img{height:7rem;width:7rem}.texture-box span{padding:1rem}.button-box button,.button-box button:hover{font-size:1rem;height:3rem;margin:auto;width:45%}}@media (min-width:767px) and (max-width:992px){.product-page{align-items:center;flex-direction:column;gap:2rem;justify-content:center;padding:2rem}.img-parent img{border-spacing:0;height:30rem;width:35rem}.details-box{width:90%}.details-container{padding:2rem}.img-child img{height:10rem;width:10rem}.texture-box span{padding:1rem}.button-box button,.button-box button:hover{font-size:1rem;height:3rem;width:40%}.buy-button{margin-left:auto}.added-button,.cart-button{margin-right:auto}}@media (min-width:992px) and (max-width:1200px){.product-page{gap:2rem;padding:3rem}.img-parent img{border-spacing:0;width:28rem}.details-box{width:30rem}.details-container{padding:2rem}.img-child img{height:8rem;width:8rem}.texture-box span{padding:1rem}}.shop,.shop-wrapper{width:100%}.shop{box-sizing:border-box;flex-direction:column;max-width:1600px;padding:2rem}.shop h1{color:var(--blue);font-size:3rem;margin-bottom:1rem;text-transform:uppercase}.item img{height:14rem;width:17rem}.grid{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);justify-content:center;padding-left:10rem;padding-right:10rem}.item{align-items:flex-start;border:2px solid var(--border-grey);color:var(--black);display:flex;flex-direction:column;padding:.3rem;text-decoration:none;width:17rem}.item:hover{border:2px solid var(--border-hover);display:flex}.text-container h4{font-size:1rem;font-weight:700;margin:.5rem 0}.text-container h6{font-size:.9rem;margin:0 0 .5rem}.text-container p{color:var(--grey);font-size:medium;height:3rem;margin-bottom:5px;margin-top:5px}.tags{gap:1rem}.tag{background-color:var(--white);border:2px solid var(--grey);box-shadow:5px 5px solid #000;color:var(--grey);cursor:pointer;font-size:1rem;font-weight:600;height:1rem;padding:.5rem;width:auto}.tag:hover{background-color:var(--grey);color:var(--white);transition:all;transition-duration:1s}.bold-head{font-size:1.5rem;font-weight:600;margin:1rem}@media (max-width:576px){.grid{gap:.5rem;grid-template-columns:repeat(2,1fr);padding:5px}.item img{height:10rem;width:10rem}.text-container h4{font-size:.8rem;margin-top:.5rem}.text-container h6{font-size:.8rem;margin-bottom:.5rem}.item{width:10rem}.shop{padding:.5rem}.tags{gap:.5rem}.tag{font-size:.8rem;height:.6rem;padding:.5rem}.added-button,.added-button:hover,.cart-button,.cart-button:hover{font-size:.6rem;height:2rem;width:3.5rem}.shop h1{font-size:2rem;margin-bottom:.5rem}.bold-head{font-size:.8rem;margin:0}}@media (min-width:576px) and (max-width:767px){.grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);padding-left:1rem;padding-right:1rem}.item img{height:10rem}.item,.item img{width:10rem}.text-container h4{font-size:1rem;margin-top:.5rem}.tag{font-size:.8rem;height:.6rem;padding:.5rem}.text-container h6{font-size:.9rem;margin-bottom:.5rem}.bold-head{font-size:.8rem}}@media (min-width:767px) and (max-width:991px){.grid{grid-template-columns:repeat(3,1fr);padding-left:5rem;padding-right:5rem}.item img{height:12rem}.item,.item img{width:12rem}.text-container h4{font-size:1.2rem;margin-top:.5rem}.text-container h6{font-size:.9rem;margin-bottom:.5rem}}@media (min-width:991px) and (max-width:1199px){.grid{gap:1rem;grid-template-columns:repeat(3,1fr);padding-left:7rem;padding-right:7rem}.item img{height:12rem;width:15rem}}
/*# sourceMappingURL=main.cb8251da.css.map*/