@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&family=Playfair+Display:wght@400;700&display=swap);body{margin:0;font-family:var(--font-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--light-blue:#88c8bc;--dark-blue:#229e87;--grey-white:#f8f9fa;--pink:#f54291;--dark-grey:#343a40;--light-grey:#8c92a0;--grey-blue:#d8d8d8;--grey:#a9a9a9;--white:#fff;--red:#dc3545;--black:#0a0606;--mid-grey:#e6e6e6;--font-heading:"Playfair Display";--font-normal:"Nunito Sans";--font-add:"Helvetica, sans-serif, Arial";--font-weight:100}*{margin:0;padding:0}*,:after,:before{box-sizing:inherit}html{font-size:62.5%;box-sizing:border-box;scroll-behavior:smooth}@media only screen and (max-width:50em){html{font-size:50%}}.app{background-color:#d8d8d8;background-color:var(--grey-blue)}.body{min-height:50vh}@-webkit-keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.scale-in-center{-webkit-animation:scale-in-center 1.5s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-center 1.5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}50%{-webkit-transform:scale(2) rotate(180deg);transform:scale(2) rotate(180deg)}to{-webkit-transform:scale(1) rotate(1turn);transform:scale(1) rotate(1turn)}}@keyframes rotate-scale-up{0%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}50%{-webkit-transform:scale(2) rotate(180deg);transform:scale(2) rotate(180deg)}to{-webkit-transform:scale(1) rotate(1turn);transform:scale(1) rotate(1turn)}}.rotate-scale-up{-webkit-animation:rotate-scale-up 1.15s linear both;animation:rotate-scale-up 1.15s linear both}@-webkit-keyframes rotate-in-top{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);-webkit-transform-origin:top;transform-origin:top;opacity:0}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}@keyframes rotate-in-top{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);-webkit-transform-origin:top;transform-origin:top;opacity:0}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}.rotate-in-top{-webkit-animation:rotate-in-top 1s cubic-bezier(.25,.46,.45,.94) both;animation:rotate-in-top 1s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes swirl-in-fwd{0%{-webkit-transform:rotate(-540deg) scale(0);transform:rotate(-540deg) scale(0);opacity:0}to{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1);opacity:1}}@keyframes swirl-in-fwd{0%{-webkit-transform:rotate(-540deg) scale(0);transform:rotate(-540deg) scale(0);opacity:0}to{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1);opacity:1}}.swirl-in-fwd{-webkit-animation:swirl-in-fwd 1.1s ease-out both;animation:swirl-in-fwd 1.1s ease-out both}@-webkit-keyframes roll-in-left{0%{-webkit-transform:translateX(-800px) rotate(-540deg);transform:translateX(-800px) rotate(-540deg);opacity:0}to{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);opacity:1}}@keyframes roll-in-left{0%{-webkit-transform:translateX(-800px) rotate(-540deg);transform:translateX(-800px) rotate(-540deg);opacity:0}to{-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg);opacity:1}}.roll-in-left{-webkit-animation:roll-in-left 1.1s ease-out both;animation:roll-in-left 1.1s ease-out both}@-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.slide-in-bottom{-webkit-animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation:fade-in 1.7s cubic-bezier(.39,.575,.565,1) both;animation:fade-in 1.7s cubic-bezier(.39,.575,.565,1) both}.navbar-container{background-color:var(--white);padding:1rem 0 1.5rem;display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;box-shadow:0 .3rem .6rem rgba(0,0,0,.5);grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem;z-index:3}.navbar{grid-column:2/3;display:grid;grid-template-rows:repeat(auto-fit,minmax(-webkit-min-content,1fr));grid-template-rows:repeat(auto-fit,minmax(min-content,1fr))}.top-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;margin-right:3rem}@media screen and (max-width:28.75em){.top-nav{flex-direction:column}.logo{margin-bottom:2rem}}.logo{font-family:var(--font-heading);color:var(--dark-grey);height:1rem}.logo-image{height:6rem;margin-right:2rem;display:flex}.search{display:flex;align-items:center;position:relative;z-index:6}.search-bar{border-radius:1.5rem;padding:.5rem .8rem .5rem 1.2rem;border:none;border-color:var(--light-blue);border:1px solid var(--light-blue);outline:none;height:3.5rem;font-family:var(--font-normal);font-size:1.5rem;position:relative;width:17rem;margin-right:-3.3rem}.search-icon{z-index:4;fill:var(--red);height:3.4rem;width:3.4rem;border-radius:50%;padding:.5rem;background-color:var(--light-blue)}.search-icon-self{-webkit-transform:translate(.4rem,.4rem);transform:translate(.4rem,.4rem)}.search-items{position:absolute;bottom:0;-webkit-transform:translateY(120%);transform:translateY(120%);left:0;width:100%;font-size:1.5rem;font-family:var(--font-normal);background-color:#fff;z-index:20;box-shadow:0 .3rem .6rem rgba(#000000,.5);padding:.6rem .9rem;border-radius:1.5rem}.search p,.search p:visited{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;text-decoration:none;cursor:pointer;color:var(--dark-grey)}.bottom-nav{display:flex;justify-content:space-between}.nav-links{list-style:none;display:flex}@media (max-width:37.5em){.nav-links{display:none}}li:not(:last-child){margin-right:4rem}.links{text-decoration:none;font-family:var(--font-normal);font-weight:700;font-size:1.5rem;text-transform:uppercase;color:var(--dark-grey);transition:all .3s ease-in}.links:active,.links:hover{color:var(--light-blue)}.icon-links{display:flex;justify-content:space-between;align-items:center;width:17.8rem}.icon-links .icon{position:relative;width:2rem;height:1.9rem}.icon-links .login{margin-right:3.5rem;position:relative;width:auto;height:auto}.login{position:relative}.login-nav{text-decoration:none;width:auto;font-size:1.2rem;text-transform:uppercase;font-weight:700;color:var(--dark-grey);cursor:pointer}.icon-links .icon-length{position:absolute;top:-60%;right:-60%;background-color:var(--light-blue);width:15px;height:15px;padding:.1rem;font-size:1rem;font-family:var(--font-normal);text-align:center;color:var(--black);transition:all .3s ease}.icon-links .icon:hover>.icon-length{color:var(--light-blue);background-color:var(--dark-grey)}.login-links{position:absolute;top:2rem;left:0;background-color:#fff;display:none;flex-direction:column;max-width:150%;justify-content:space-evenly;padding:.4rem .6rem .4rem .4rem;border:1px solid var(--grey);z-index:6}.login-login{font-size:1.3rem;color:var(--dark-grey);text-decoration:none;text-transform:uppercase;font-weight:700;margin-left:.3rem;margin-bottom:.6rem;cursor:pointer;font-family:var(--font-normal)}.fixed{position:fixed;top:0;left:0;width:100%;background-color:var(--white);z-index:101}.active-link{color:var(--light-blue)}.display-login{display:flex}.header-modal{height:100%;position:fixed;width:100%;top:0;left:0}.heart-icon svg g g g g path{fill:var(--red)}.heart-icon:hover>svg g g g g path{fill:var(--light-blue)}.searchicon svg g g g g path{fill:var(--white)}.searchicon:hover>svg g g g g path{fill:var(--dark-grey)}.item-heart-icon svg{height:1.25rem;width:1.25rem}.truck svg{height:8rem;width:8rem}@media screen and (max-width:28.75em){.atm svg,.headset svg,.money svg,.truck svg{height:5.5rem;width:5.5rem}}.truck svg g g g g path{fill:var(--dark-grey)}.atm svg{height:8rem;width:8rem}.atm svg g g g g path{fill:var(--dark-grey)}.headset svg{height:8rem;width:8rem}.headset svg g g g g path{fill:var(--dark-grey)}.money svg{height:8rem;width:8rem}.money svg g g g g path{fill:var(--dark-grey)}.shopping-cart svg{height:1.5rem;width:1.5rem}.product-cart-icon svg{height:1rem;width:1rem}.back-icon svg,.forward-icon svg{height:1.5rem;width:1.5rem}.back-icon svg g g g g .color,.forward-icon svg g g g g .color{fill:var(--white)}.shopping-cart-2 svg{height:20px;width:20px}.nav-icon svg g g g g path{fill:var(--dark-grey)}.empty-star svg,.full-star svg,.half-star svg{width:2rem;height:2rem}.atm1 svg{height:20px;width:24px}.cancel,.marked{width:20px;height:20px}.sidebarbutton{display:none;width:3.5rem;height:2.5rem;flex-direction:column;justify-content:space-around;align-items:center;transition:all .3s ease-in;cursor:pointer}@media only screen and (max-width:37.5em){.sidebarbutton{display:flex}}.sidebarbutton:active{-webkit-animation:moveInOut;animation:moveInOut;-webkit-animation-duration:.3s;animation-duration:.3s}.sidebarbutton div{background-color:var(--light-blue);width:90%;height:.3rem}.spinner{position:absolute;top:calc(50% - 1rem);left:calc(50% - 1rem);width:2rem;height:2rem;border:.25rem solid var(--dark-blue);border-bottom:.25rem solid transparent;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;z-index:9999}.spinner--hidden{display:none}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.footer{background-color:var(--white);display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;margin-top:3rem;padding:2.5rem}.footer-container{background-color:var(--light-white);grid-column:2/3;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-column-gap:4rem;-webkit-column-gap:4rem;column-gap:4rem;grid-row-gap:4rem;row-gap:4rem;justify-items:left;align-content:center;text-align:left}@media screen and (max-width:25em){.footer_container{text-align:center;justify-items:center}}div h4{font-family:var(--font-heading);font-size:1.3rem;text-transform:uppercase}div Link{text-decoration:none}div p,div p:link,div p:visited{text-decoration:none;font-family:var(--font-normal);font-size:1.5rem;color:var(--black);text-transform:capitalize;transition:all .3s ease-in}div .link:hover{-webkit-transform:translate(1.2rem);transform:translate(1.2rem);color:var(--light-blue)}div .subscribe{font-size:1.5rem;font-weight:700;color:var(--light-blue)}div .message,div .subscribe{margin-bottom:1.3rem;font-family:var(--font-normal)}div .message{font-size:1.2rem}div input{height:2.5rem;width:13rem;border-radius:3px;border:1px solid var(--dark-grey);margin-right:.5rem;padding-left:.5rem;outline:none}div input::-webkit-input-placeholder{font-family:inherit;padding-left:.5rem}div input::placeholder{font-family:inherit;padding-left:.5rem}div button{height:2.8rem;text-transform:uppercase;width:10rem;outline:none;font-size:1.2rem;font-family:var(--font-normal);border-radius:3px;color:var(--light-blue);background-color:var(--black)}.sidebar{background-color:var(--mid-grey);height:100vh;width:20rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.4);position:absolute;z-index:300;transition:all .5s ease-in;top:0;left:0;display:none;position:fixed}@media only screen and (max-width:37.5em){.sidebar{display:block}}.sidebar li{padding:4rem 0 0 4rem}.sidebar img{width:5rem;margin:5rem 4rem 0;object-fit:contain}.sidebar .nav-links{list-style:none;display:block;margin-top:4rem}.sidebar .nav-links .links{text-decoration:none;font-weight:700;font-size:1.5rem;font-family:var(--font-normal);text-transform:uppercase;color:var(--dark-grey);transition:all .3s ease-in}.sidebar .nav-links .links:active,.sidebar .nav-links .links:hover{color:var(--light-blue)}.show-sidebar{-webkit-transform:translateX(0);transform:translateX(0)}.close-sidebar{-webkit-transform:translateX(-105%);transform:translateX(-105%)}.sidebar-close-button{font-size:2.2rem;font-family:var(--font-normal);position:absolute;cursor:pointer;right:15%;top:1%}@-webkit-keyframes rotate{10%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}90%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{10%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}90%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.sidebar-close-button:active{-webkit-animation:rotate 1s ease-in;animation:rotate 1s ease-in;-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.modal{background-color:rgba(0,0,0,.6);height:100%;width:100%;position:fixed;top:0;left:0;z-index:290;transition:all .3s ease-in;display:none}@media only screen and (max-width:37.5em){.modal{display:block}}.hero-image{height:calc(100vh - 13.6rem);background-color:var(--image-color);display:grid;margin:0 auto;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;justify-content:center;align-items:center;width:100%;background-image:url(/static/media/image.522dd034.jpg);background-size:cover;background-position:50%;overflow:hidden}.hero-image-text{grid-column:2/3;display:flex;flex-direction:column;margin:-15rem 1.5rem 1.5rem}.hero-image-text .small-heading{margin-bottom:3rem;max-width:30rem;max-height:14rem;width:auto}.hero-image-text .big-heading-1{max-width:90rem;max-height:60rem;width:auto}.hero-image-text .hero-image-button{margin-top:2rem;transition:all .3s ease;max-width:23.5rem;display:flex}@media only screen and (max-width:50em){.hero-image-text .hero-image-button{max-width:24rem}}.hero-image-text .hero-image-button:hover{-webkit-transform:translateY(-.9rem);transform:translateY(-.9rem)}.hero-image-text .hero-image-button:active{-webkit-transform:translateY(-.4rem);transform:translateY(-.4rem)}.hero-image-1{background-image:url(/static/media/image1.6c34bde1.jpg)}.none{display:none}.headingSmall{font-size:1.6rem;font-family:var(--font-normal);text-transform:uppercase;font-weight:700;color:var(--light-blue)}@media only screen and (max-width:25em){.headingSmall{font-size:1.3rem}}@media only screen and (max-width:18.125em){.headingSmall{font-size:1rem}}.headingSmall-L{font-size:1.8rem}@media only screen and (max-width:25em){.headingSmall-L{font-size:1.5rem}}@media only screen and (max-width:18.125em){.headingSmall-L{font-size:1.2rem}}.light-grey{text-transform:capitalize}.small{font-size:1.2rem}@media only screen and (max-width:25em){.small{font-size:.9rem}}@media only screen and (max-width:18.125em){.headingSmall{font-size:.7rem}}.big-heading,.dark-grey{color:var(--dark-grey)}.big-heading{font-size:5rem;font-family:var(--font-heading);text-transform:uppercase;font-weight:700;letter-spacing:.5rem;line-height:1}@media only screen and (max-width:25em){.big-heading{font-size:3.8rem;letter-spacing:.3rem}.about-underline-text{font-size:2rem}.cart-font{font-size:2.5rem}.shop-text{font-size:2.6rem}}@media only screen and (max-width:18.125em){.big-heading{font-size:3rem}.about-underline-text{font-size:1.6rem}.cart-font{font-size:2rem}.shop-text{font-size:1.9rem}}.about-underline-text{font-size:2.6rem;font-family:var(--font-normal);color:var(--light-grey)}.about-underline-text,.cart-font{text-transform:uppercase;font-weight:600;letter-spacing:0}.cart-font{font-size:3.3rem;font-family:var(--font-heading);color:var(--dark-grey)}.shop-text{font-size:3.5rem;font-family:var(--font-normal);text-transform:uppercase;font-weight:600;color:var(--light-grey);letter-spacing:0}@media only screen and (max-width:42.5em){.vendor-heading{font-size:3.8rem}}@media only screen and (max-width:28.875em){.vendor-heading{font-size:2.8rem}}.button-link{outline:none;border:1px solid;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.7rem;height:auto;padding:.8rem 1.8rem;width:auto;border-radius:5rem;font-family:var(--font-normal);font-weight:700;box-shadow:0 .3rem .6rem rgba(0,0,0,.8)}.button-link .button-icon{margin-left:.5rem}.button-link :active{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.button-icon2{margin-right:.5rem}@media screen and (max-width:37.5em){.cart-button{font-size:1.3rem;padding:.4rem .6rem}}@media screen and (max-width:25em){.cart-button{font-size:1.3rem;padding:.4rem .6rem}}.gallery{display:flex;flex-direction:column;align-items:center;margin-top:5rem;padding:5rem 0 8rem;background-color:var(--grey-blue)}.gallery-text{max-width:114rem;text-align:center;margin-bottom:5rem}.gallery-image{display:grid;padding:4rem 3rem;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(7,5vw);grid-gap:1rem}@media screen and (max-width:46.675em){.gallery-image{grid-gap:.5rem;gap:.5rem;padding:2.5rem 1.7rem}}.gallery-image-item{width:100%;height:100%;object-fit:cover}.gallery-image-14{grid-row:3/span 3;grid-column:8/span 1}.gallery-image-2{grid-column:5/span 3;grid-row:5/span 3}.gallery-image-3{grid-column:2/span 2;grid-row:6/span 2}.gallery-image-4{grid-row:4/span 2;grid-column:3/span 2}.gallery-image-5{grid-column:7/9;grid-row:1/3}.gallery-image-6{grid-column:8/9;grid-row:6/span 2}.gallery-image-7{grid-column:1/3;grid-row:3/span 3}.gallery-image-8{grid-column:1/span 2;grid-row:1/span 2}.gallery-image-9{grid-column:6/span 2;grid-row:3/span 2}.gallery-image-10{grid-column:4/span 1;grid-row:6/span 2}.gallery-image-11{grid-column:6/7;grid-row:1/3}.gallery-image-12{grid-column:5/span 1;grid-row:4/span 1}.gallery-image-13{grid-column:1/span 1;grid-row:6/span 2}.gallery-image-1{grid-column:3/span 3;grid-row:1/span 3}.partners{display:flex;flex-direction:column;align-items:center;margin:4rem 0}.partners-text{font-family:var(--font-normal);font-weight:600;margin:3rem 0;color:var(--light-grey);text-transform:uppercase}.partners-image{display:flex;align-items:center}.partners-image-s{width:10vw;opacity:.8;margin-right:2rem}.underline{position:relative;text-align:center}.underline:after{position:absolute;width:40%;height:2px;bottom:-10%;right:30%;background-color:var(--pink);content:""}.headingMid{font-size:2.6rem;font-family:var(--font-heading);text-transform:uppercase;font-weight:600;color:var(--dark-blue);letter-spacing:0}@media only screen and (max-width:25em){.headingMid{font-size:2rem}}@media only screen and (max-width:18.125em){.headingMid{font-size:1.6rem}}.font-cart{font-size:2rem}@media screen and (max-width:37.5em){.font-cart{font-size:1.5rem}}.black{color:var(--dark-grey)}.light-grey{color:var(--light-grey);font-weight:700}.font,.light-grey{font-family:var(--font-normal)}.font{font-size:2rem}.font-normal{font-family:var(--font-normal);font-weight:700}.services-font{font-size:2rem}.dark{color:var(--dark-blue)}.services{display:grid;grid-template-columns:1fr minmax(-webkit-max-content,114rem) 1fr;grid-template-columns:1fr minmax(max-content,114rem) 1fr;grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem;max-height:80rem;padding:8rem 0}@media only screen and (max-width:25em){.services{padding:7rem 0}}.services-container{grid-column:2/3;display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));justify-content:space-between;grid-gap:3rem 0;gap:3rem 0}@media screen and (max-width:28.75em){.services-container{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}}.services-container-item{height:100%;width:70%;justify-self:center;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.services-container-item-icon{margin-left:.8rem}.product-card{margin-bottom:5rem}.product-card-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(21rem,1fr));grid-gap:3rem 1.5rem;gap:3rem 1.5rem;padding:2rem}@media only screen and (max-width:73.125em){.product-card-container{grid-gap:2rem 1.5rem;gap:2rem 1.5rem}}@media only screen and (max-width:56.25em){.product-card-container{grid-gap:1.5rem 1.5rem;gap:1.5rem 1.5rem}}@media only screen and (max-width:44.5em){.product-card-container{grid-gap:1.5rem 1.7rem;gap:1.5rem 1.7rem}}@media only screen and (max-width:43.5em){.product-card-container{grid-gap:1.5rem 1.5rem;gap:1.5rem 1.5rem}}@media only screen and (max-width:41.5em){.product-card-container{grid-gap:1.5rem 2rem;gap:1.5rem 2rem}}@media only screen and (max-width:28.75em){.product-card-container{grid-gap:1.5rem .5rem;gap:1.5rem .5rem}}@media only screen and (max-width:28.375em){.product-card-container{grid-template-columns:repeat(auto-fill,28rem);grid-gap:1.5rem .5rem;gap:1.5rem .5rem;justify-content:center}}.card{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-gap:2rem;gap:2rem;background-color:var(--mid-grey);padding-bottom:2rem;overflow:hidden;max-height:42.5rem}.card-image{grid-column:1/3;grid-row:1/2}.card-image-item{object-fit:cover;width:100%;height:100%;max-height:24rem}.product-card-details{display:flex;flex-direction:column;grid-column:1/3;margin:0 1rem}.product-name{justify-self:center}.product-vendor{font-weight:700;justify-self:center;margin-bottom:.5rem}.product-category,.product-vendor{font-size:1.2rem;display:block}.product-price{margin-bottom:.5rem}.product-discount,.product-price{font-family:var(--font-heading);color:var(--dark-grey);font-size:1.9rem}.product-icon{justify-self:center}.card-details-button,.card-details-price,.card-details-ratings{display:flex;justify-content:space-between}.card-details-ratings{margin-bottom:.5rem}.products-button{display:inline}.products-button:hover{box-shadow:0 .3rem .6rem rgba(var(--black),1)}.button-span{display:flex;align-items:center;justify-content:center}.button-span-text{margin-right:.6rem;font-size:1rem}.fill{grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}@media only screen and (max-width:25em){.fill{grid-template-columns:repeat(auto-fill,minmax(25rem,1fr))}}.slash{text-decoration:line-through}.n-stock{font-size:1.5rem;text-transform:capitalize;font-family:var(--font-normal);font-weight:400}.button3{background-color:var(--white);min-height:1rem;box-shadow:0 .3rem .6rem rgba(var(--black),.7);border:1px solid var(--dark-grey);padding:.5rem;min-width:1rem;width:auto;height:auto;color:var(--light-blue);font-size:1rem;text-align:center;text-transform:uppercase;font-weight:700;outline:none;cursor:pointer}.black-button3{color:var(--white);background-color:var(--light-blue);border:1px solid var(--light-blue)}.item-button3{color:var(--red)}.product-button3-left{margin-left:.5rem}.products-button :hover{box-shadow:0 .3rem .6rem rgba(var(--black),.5)}.flex{align-items:center;justify-content:space-between}.flex,.star{display:flex}.message{font-size:1.5rem;font-weight:700;text-transform:capitalize;color:var(--dark-grey);padding:1rem}.red-message{background-color:#f8d7da;color:#721c24}.green-message{background-color:#d4edda;color:#155724}.dark-message{background-color:#e2e3e5;color:#383d41}.blue-message{background-color:#cce5ff;color:#004085}.featured-product{display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem;background-color:var(--grey-white);margin:3rem 0;padding:2rem 2rem 6rem}@media only screen and (max-width:73.125em){.featured-product{grid-column-gap:.5rem;-webkit-column-gap:.5rem;column-gap:.5rem}}@media only screen and (max-width:55em){.featured-product{grid-column-gap:0;-webkit-column-gap:0;column-gap:0}}.featured-product-container{grid-column:2/3;display:flex;flex-direction:column;justify-content:center}.featured-product-heading{margin-bottom:13rem;margin-top:7rem;text-align:center;display:flex;align-items:center;flex-direction:column}.featured-product-card{margin-bottom:4rem}.featured-product-button{align-self:center;margin-bottom:2rem;transition:all .3s ease-out}.featured-product-button:hover{-webkit-transform:translateY(-.9rem);transform:translateY(-.9rem)}.featured-product-button:active{-webkit-transform:translateY(-.4rem);transform:translateY(-.4rem)}.Loader,.Loader:after,.Loader:before{border-radius:50%}.Loader{color:var(--light-blue);font-size:11px;text-indent:-99999em;margin:2rem auto;position:relative;width:10em;height:10em;box-shadow:inset 0 0 0 1em;-webkit-transform:translateZ(0);transform:translateZ(0)}.Loader:after,.Loader:before{position:absolute;content:""}.Loader:before{border-radius:10.2em 0 0 10.2em;left:-.1em;-webkit-transform-origin:5.2em 5.1em;transform-origin:5.2em 5.1em;-webkit-animation:load2 2s ease 1.5s infinite;animation:load2 2s ease 1.5s infinite}.Loader:after,.Loader:before{width:5.2em;height:10.2em;background:#fff;top:-.1em}.Loader:after{border-radius:0 10.2em 10.2em 0;left:5.1em;-webkit-transform-origin:0 5.1em;transform-origin:0 5.1em;-webkit-animation:load2 2s ease infinite;animation:load2 2s ease infinite}@-webkit-keyframes load2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.shop{display:grid;padding-top:4rem;grid-template-columns:1fr minmax(-webkit-min-content,117rem) 1fr;grid-template-columns:1fr minmax(min-content,117rem) 1fr}.shop-container{grid-column:2/3}.shop-heading{display:flex;align-items:center;flex-direction:column}.shop-heading-main{margin-bottom:3rem}.shop-heading-image{height:50vh;position:relative;width:100%;margin-bottom:5rem}.shop-heading-image-item{height:100%;width:100%;position:absolute;top:0;right:0;object-fit:cover}.shop-heading-image-main1{position:absolute;top:25%;right:10%}.shop-heading-image-main2{position:absolute;top:40%;right:10%}.shop-products{display:grid;grid-template-columns:1fr 3.5fr;justify-content:center;margin-left:2rem}@media only screen and (max-width:59em){.shop-products{grid-template-columns:1.5fr 3.5fr}}@media only screen and (max-width:50em){.shop-products{display:flex;flex-direction:column;margin:0 3rem}}.shop-products-filter{display:flex;flex-direction:column;border:1px solid var(--dark-grey);align-items:center;max-height:35rem;margin-right:2rem;background-color:#fff}@media only screen and (max-width:50em){.shop-products-filter{max-height:40rem;margin-bottom:9rem}.filter-button{height:4rem;width:60%;align-self:center;justify-self:center}}.shop-products-filter>*{margin-bottom:2rem}.text{margin-top:2rem}#category,#gender,#vendor,.filter-button,.ranges{width:90%;padding:.4rem .5rem;outline:none;font-family:var(--font-normal);text-transform:capitalize}.filter-button{background-color:var(--light-blue);border:none;border-radius:4px}option [value=category]{position:relative}@media only screen and (max-width:50em){#category,#gender,#vendor,.ranges{width:80%}}.rc-slider,.rc-slider-handle{height:20px!important}.rc-slider-handle{width:20px!important}.rc-slider-rail,.rc-slider-step,.rc-slider-track{height:10px!important}.range3{margin-bottom:2rem}.pagination{width:100%;margin:5rem;display:flex;justify-content:center;align-items:center}.pagination-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(4rem,1fr));justify-content:center;grid-gap:1.7rem;gap:1.7rem;margin:0 auto;width:40%}.pagination-button{font-size:1.5rem;text-decoration:none;padding:.7rem 1rem;border:1px solid var(--light-grey);display:flex;align-items:center;color:var(--dark-grey);justify-content:center}.pagination-active{background-color:var(--light-blue);color:#fff;border:none}.men{display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;padding:6rem 3rem 0}.men-container{grid-column:2/3}.men-container-heading{margin-bottom:17rem}.men-container-heading .heading{margin-bottom:4rem;text-align:center}.men-container-heading .image{height:60vh}.men-container-heading .image-s{height:100%;width:100%;object-fit:cover}.women{display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;padding:6rem 3rem 0}.women-container{grid-column:2/3}.women-container-heading{margin-bottom:17rem}.women-container-heading .heading{margin-bottom:4rem;text-align:center}.women-container-heading .image{height:60vh}.women-container-heading .image-s{height:100%;width:100%;object-fit:cover}.about{display:flex;flex-direction:column;justify-content:center}.about-heading{position:relative;height:40vh;margin-bottom:7rem}.about-heading-image{position:absolute;height:100%;width:100%;top:0;right:0;object-fit:cover}.about-heading-1{z-index:1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.about-details{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:8rem}.about-details .heading{max-width:13rem;margin-bottom:4rem}.about-details .content{display:flex;align-items:center;margin:0 auto}@media only screen and (max-width:40.625em){.about-details .content{flex-direction:column}}.about-details .content-img{max-height:26rem;max-width:26rem;object-fit:cover}@media only screen and (max-width:40.625em){.about-details .content-img{margin-bottom:4rem}}.about-details .content-text{font-size:1.5em;line-height:3rem;font-family:var(--font-normal);max-width:40rem;font-weight:600;color:var(--light-grey);margin-left:3rem}.about-mission{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:8rem}.about-mission .heading{max-width:13rem;margin-bottom:4rem}.about-mission .content{display:flex;align-items:center;margin:0 auto}@media only screen and (max-width:40.625em){.about-mission .content{flex-direction:column}}.about-mission .content-img{max-height:26rem;max-width:26rem;object-fit:cover;margin-left:3rem}@media only screen and (max-width:40.625em){.about-mission .content-img{order:-1;margin-bottom:4rem}}.about-mission .content-text{font-size:1.5em;font-family:var(--font-normal);max-width:40rem;line-height:3rem;font-weight:600;color:var(--light-grey)}@media only screen and (max-width:21.875em){.about-mission .content-text{margin:0 2rem}}.contact{display:grid;margin:4rem 0;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr}.contact-container{grid-column:2/3;display:flex;align-items:center;flex-direction:column}.contact-container .details{display:flex;margin-top:6rem;background-color:#fff}@media screen and (max-width:42.8125em){.contact-container .details{flex-direction:column}}.contact-container .details .message{display:flex;flex-direction:column;height:100%;max-height:60rem;border:1px solid var(--light-grey);padding:4rem 8rem}@media screen and (max-width:62.5em){.contact-container .details .message{padding:2rem 4rem}}@media screen and (max-width:56.25em){.contact-container .details .message{padding:1rem 2rem}}.contact-container .details .message .text{outline:none;width:100%;height:3.5rem;margin:3rem 0;font-family:var(--font-normal);border:1px solid var(--light-grey);color:var(--light-grey);padding-left:.5rem}@media screen and (max-width:25em){.contact-container .details .message .text{max-width:70vw}}.contact-container .details .message .text::-webkit-input-placeholder{padding-left:.5rem;font-family:inherit}.contact-container .details .message .text::placeholder{padding-left:.5rem;font-family:inherit}.contact-container .details .message .text-area{outline:none;font-family:var(--font-normal);border:1px solid var(--light-grey);color:var(--light-grey);padding:.5rem;margin-bottom:2rem}@media screen and (max-width:25em){.contact-container .details .message .text-area{max-width:70vw}}.contact-container .details .message .contact-button{align-self:center;transition:all .3s ease-out;margin-bottom:1.5rem}.contact-container .details .message .contact-button:hover{-webkit-transform:translateY(-.9rem);transform:translateY(-.9rem)}.contact-container .details .message .contact-button:active{-webkit-transform:translateY(-.4rem);transform:translateY(-.4rem)}.contact-container .details .address{border:1px solid var(--light-grey);padding:4rem 8rem;max-height:60rem}@media screen and (max-width:62.5em){.contact-container .details .address{padding:2rem 4rem}}@media screen and (max-width:56.25em){.contact-container .details .address{padding:1rem 2rem}}@media screen and (max-width:42.8125em){.contact-container .details .address{order:-1;margin-bottom:4rem}}.contact-container .details .address-info{display:flex;margin-top:3rem}.contact-container .details .address-info .address-detail{margin-left:2rem}.contact-container .details .address-info .address-detail.heading .details-contact{font-size:1.3rem;max-width:30rem}@media screen and (max-width:25em){.contact-container .details .address-info .address-detail.heading{max-width:18rem}}.cart{background-color:var(--grey-blue);display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;grid-column-gap:3rem;-webkit-column-gap:3rem;column-gap:3rem}@media screen and (max-width:37.5em){.cart{grid-column-gap:1.5rem;-webkit-column-gap:1.5rem;column-gap:1.5rem}}.cart-container{margin:3.5rem 0;grid-column:2/3;display:flex;justify-content:center;flex-direction:column}.cart-container .cart-heading{display:grid;grid-template-columns:2.5fr repeat(3,1fr);justify-content:center}.cart-container .cart-heading-2,.cart-container .cart-heading-3,.cart-container .cart-heading-4{justify-self:center}.cart-product-container>:not(:last-child){border-bottom:.2rem solid var(--pink)}.cart-product-container .cart-product{display:grid;grid-template-columns:2.5fr repeat(3,1fr);margin-top:3rem;padding-bottom:2rem;align-items:center;justify-content:center}@media screen and (max-width:25em){.cart-container .cart-heading,.cart-product-container .cart-product{grid-template-columns:1.1fr repeat(3,1fr)}}.cart-product-container .cart-product .cart-product-2,.cart-product-container .cart-product .cart-product-3,.cart-product-container .cart-product .cart-product-4{justify-self:center}.cart-product-container .cart-product .cart-product-1{display:flex}@media screen and (max-width:25em){.cart-product-container .cart-product .cart-product-1{flex-direction:column}}.cart-product-container .cart-product .cart-product-1 .cart-image{max-width:11rem;max-height:11rem;object-fit:cover}@media screen and (max-width:37.5em){.cart-product-container .cart-product .cart-product-1 .cart-image{max-width:9rem;max-height:9rem}}.cart-product-container .cart-product .cart-product-1.name{align-self:center}@media screen and (max-width:25em){.cart-product-container .cart-product .cart-product-1.name{align-self:flex-start}}.cart-product-container .cart-product-2{display:flex;-webkit-transform:translateY(17%);transform:translateY(17%)}.cart-product .cart-product-2 .quantity{text-align:center;width:7rem;height:2.5rem;font-size:1.5rem;font-family:var(--font-normal);cursor:pointer}.cart-total{display:flex;justify-content:flex-end;margin-bottom:7rem}.cart-total-tag{background-color:var(--white)}.cart-total-price,.cart-total-tag{padding:.4rem 1.2rem;border:1px solid var(--light-blue)}.cart-total-price{background-color:var(--light-blue)}.cart-button{display:flex;justify-content:space-between;transition:all .3s ease-out;align-items:center;align-content:center}.cart-button-1{margin-right:.8rem;max-width:30rem;transition:all .3s ease-out}.cart-button-1:hover{-webkit-transform:translateY(-.9rem);transform:translateY(-.9rem)}.cart-button-1:active{-webkit-transform:translateY(-.4rem);transform:translateY(-.4rem)}@media screen and (max-width:25em){.cart-button-1{margin-right:5rem}}@media screen and (max-width:20em){.cart-button-1{margin-right:2rem}}.cart-button-2{margin-left:.8rem;max-width:30rem;transition:all .3s ease-out}.cart-button-2:hover{-webkit-transform:translateY(-.9rem);transform:translateY(-.9rem)}.cart-button-2:active{-webkit-transform:translateY(-.4rem);transform:translateY(-.4rem)}@media screen and (max-width:25em){.cart-button-2:active{margin-left:5rem}}@media screen and (max-width:20em){.cart-button-2:active{margin-left:2rem}}.cart-something{text-align:center;margin-bottom:70vh;margin-top:3rem}.login-menu{background-color:var(--grey-blue);padding:3rem 0;display:flex;flex-direction:column;align-items:center}.login-heading{margin-bottom:4rem}.login-input-container{background-color:#fff;border:1px solid var(--light-grey);padding:3rem 4rem;min-width:33rem}.login-input{display:flex;flex-direction:column}.login-label{font-size:1.5rem;font-family:var(--font-normal)}.login-inputs{margin-bottom:1.7rem;width:90%;height:3rem}.login-button{width:50%}.login-register{margin-top:4rem}.decoration,.login-register{text-decoration:none}.relative{position:relative;max-height:2rem}.login-spinner{position:absolute;top:0;left:0;width:1rem;height:1rem}.c-blue{color:var(--light-blue)}.margin-2{margin-left:1rem}.register-vendor{margin-bottom:1.7rem}.register-box{height:1.5rem;width:1.5rem}.check-vendor{font-size:1.5rem}.button2{background-color:var(--white);min-height:1rem;box-shadow:0 .3rem .6rem rgba(var(--black),.7);border:1px solid var(--dark-grey);padding:.5rem 0;min-width:1rem;color:var(--light-blue);font-size:1.3rem;text-align:center;text-transform:uppercase;font-weight:700;outline:none;cursor:pointer}.black-button2{color:var(--white);background-color:var(--light-blue);border:1px solid var(--light-blue)}.item-button2{color:var(--red)}.products-button:hover{box-shadow:0 .3rem .6rem rgba(var(--black),.5)}.blue{background-color:var(--light-blue);border-color:var(--light-blue)}.blue,.red{color:var(--white)}.red{background-color:var(--red);border-color:var(--red)}.register-menu{background-color:var(--grey-blue);padding:4rem 0;display:flex;flex-direction:column;align-items:center}.register-heading{margin-bottom:4rem}.register-breadcrumbs{margin-bottom:2rem;display:flex;justify-content:space-between;width:45%}@media only screen and (max-width:42.5em){.register-breadcrumbs{width:63%}}@media only screen and (max-width:26.875em){.register-breadcrumbs{width:80%}}@media only screen and (max-width:23.125em){.register-breadcrumbs{width:90%}}.breadcrumbs-link{text-decoration:none;font-size:1.5rem;text-transform:capitalize;color:var(--dark-grey);font-family:var(--font-heading)}.active-breadcrumbs{color:var(--light-blue)}.register-input-container{width:45%}@media only screen and (max-width:42.5em){.register-input-container{width:63%}}@media only screen and (max-width:26.875em){.register-input-container{width:80%}}.company-text{font-size:1.3rem}.register-logo{display:flex;align-items:center;margin-top:2rem}.register-logo-image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.register-logo-input{display:none}.register-logo-label{font-size:1.3rem;text-transform:capitalize;color:var(--dark-blue);margin-left:1rem;-webkit-transform:translateY(-100%);transform:translateY(-100%);cursor:pointer}.company-input{width:100%}.company-name-input{display:flex;flex-direction:column;width:100%;margin-bottom:2rem}.company-name-label{font-size:1.5rem;text-transform:capitalize;margin-bottom:.5rem}.company-name-inputs{border:none;margin-bottom:2rem;width:90%}.vendor-button{display:flex;justify-content:space-between}.vendor-button-1{width:13rem}.image-previev{position:relative;width:10rem;height:10rem;border-radius:50%;margin-bottom:3rem}.cover-image{position:absolute;left:0;height:100%;top:0;width:100%;border-radius:100%;background-color:#fff;opacity:.5}.contact-input-container{width:55%;margin:0 auto}.business-mailing{font-size:1.3rem;margin-top:2.5rem;margin-bottom:-.5rem;text-decoration:underline}.contact-register{width:100%;margin-bottom:3rem}.contact-inputs-address{display:flex;flex-direction:column}.contact-name-label{font-size:1.3rem;text-transform:capitalize;margin-bottom:.5rem}.contact-inputs{display:grid;grid-template-columns:repeat(auto-fiT,minmax(17rem,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0 .5rem}.contact-input-item{width:100%;border:none;height:3rem}.product-item{padding-top:6rem;display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr}@media screen and (max-width:40.625em){.product-item{padding-top:2rem}}.product-item-container{grid-column:2/3}.product-item-container .product-item-details{display:flex;margin-bottom:8rem;margin-left:4rem}@media screen and (max-width:40.625em){.product-item-container .product-item-details{flex-direction:column;align-items:center;margin-left:0}}.product-item-details .details-item-text{margin-bottom:3rem}@media screen and (max-width:40.625em){.product-item-details .details-item-text{margin:3.5rem 3rem 0}}.product-item-details .details-image{height:30rem;width:30rem;object-fit:cover}.product-item-details .details-item{margin-left:15rem}.sold-by{margin-bottom:2rem}@media screen and (max-width:40.625em){.sold-by{margin-left:3rem}}@media screen and (max-width:56.25em){.product-item-details .details-item{margin-left:7rem}}@media screen and (max-width:40.625em){.product-item-details .details-item{margin:0 auto}}.details-item p{font-size:1.5rem;line-height:2rem;max-width:40rem;font-family:var(--font-heading);font-weight:700;color:var(--dark-grey);margin-bottom:2rem;text-align:left;min-height:13rem}@media screen and (max-width:40.625em){.details-item p{margin:0 3rem 3rem}}@media screen and (max-width:40.625em){.details-item .quantity-text{margin-left:3rem}}.details-item .item-price{display:flex;margin:3rem 0;justify-content:space-between;max-width:30rem}@media screen and (max-width:40.625em){.details-item .item-price{margin:3rem;max-width:25rem}}.item-price .item-quantity{display:flex}.item-quantity .quantity{text-align:center;width:9rem;border:1px solid var(--dark-grey);background-color:var(--white);font-size:1.6rem;font-family:var(--font-normal);cursor:pointer;padding-left:1rem}@media screen and (max-width:37.5em){.item-quantity .quantity{font-size:1.5rem}}@media screen and (max-width:25em){.item-quantity .quantity{font-size:1.3rem}}.no-stock{font-size:1.7rem;font-family:var(--font-normal);text-transform:capitalize;color:var(--dark-grey)}.item-quantity .quantity:active{background-color:var(--light-blue)}.item-price .item-current-price{margin-left:6rem}.current-price,.item-price .item-current-price{font-size:2rem;font-family:var(--font-normal);color:var(--dark-grey);-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.details-item .items-button{display:flex;margin-bottom:4rem}@media screen and (max-width:40.625em){.details-item .items-button{justify-content:space-between;margin:0 3rem 4rem}}.details-item .items-button-1{margin-right:8rem;width:14rem}@media screen and (max-width:40.625em){.details-item .items-button-1{margin-right:2rem}}.items-button-1 .items-buton-det{display:flex}.items-button-2{width:14rem;height:3rem}.items-button-2 .items-buton-det{display:flex}.items-buton-det .items-button-icon{width:1.5rem}.product-item-container .related-products{display:flex;flex-direction:column;margin:0 2rem}.product-item-container .related-products-text{margin-bottom:4.5rem;max-width:60rem;align-self:center}.review{margin:9rem 3rem}.review-details{margin:2rem}.review-star{margin:.5rem 0}.review-time{font-size:1rem;color:var(--light-grey)}.user-comment{font-size:1.3rem;font-weight:500;text-transform:capitalize}.write-review{margin:4rem 0}.write-review-heading{margin-bottom:1rem}.write-review-input{display:flex;flex-direction:column}.review-label{font-size:1.3rem;font-family:var(--font-normal);font-weight:500;text-transform:capitalize;margin:2rem 0 0}.review-input{height:2.5rem;max-width:26rem;border:none}.review-input1{width:26rem;border:none;margin-bottom:2rem;font-family:inherit}.checkout{padding:4rem;display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr}.checkout-container{grid-column:2/3}.checkout-heading{margin-bottom:4rem;text-align:center}.checkout-summary{margin-bottom:5rem}.checkout-subheading{margin-bottom:2rem}.summary-heading,.summary-items{display:flex;justify-content:space-between;max-width:60rem;margin-bottom:1rem}.summary-item{font-size:1.4rem;font-weight:500;font-family:var(--font-normal)}.summary-total{font-weight:700;font-size:1.5rem;color:inherit}.checkout-shipping{margin-bottom:5rem}.checkout-address{display:flex;flex-direction:column}.card-cvv>label,.card-payment-details>label,.card-year>p,.checkout-address>label,.payment-radio>label{font-size:1.3rem;text-transform:capitalize;font-family:var(--font-normal);font-weight:500;margin:1rem 0 .1rem}#card-holder,#card-number,.checkout-address>input{width:25rem;height:2.5rem;border-radius:.2rem}#card-holder,#card-number,.payment-radio{margin-bottom:1rem}.payment-radio{display:flex;align-items:center;max-width:13rem}.card-payment-details>label,.card-year>p,.payment-radio>label{margin:0;text-align:left}.card-payment-radio>input,.payment-radio>input{height:2rem;width:2rem;cursor:pointer}.payment-details{margin-top:2rem}.card-payment-radio{display:flex;align-items:center;margin-left:3rem;margin-top:1rem}.card-payment-details{margin:2rem 3rem;display:flex;flex-direction:column;max-width:17rem}.card-final{display:flex;align-items:center;width:25rem}.card-year{flex:0.75 1}.expiration-date{display:flex;flex-direction:column}.expiration-date-input{display:flex}#month{width:75%}#year{width:25%}.card-cvv{flex:0.25 1}#cvv{width:100%}.save-details{width:29rem;display:flex;align-items:center;margin-top:1rem}#save,#savePayment{width:1.5rem;height:1.5rem;cursor:pointer}.save-details>label{font-size:1.2rem;width:100%;font-weight:600}.checkout-buttons{display:flex;justify-content:space-between;margin-top:4rem}.checkout-button{outline:none;border:none;color:#fff;min-width:10rem;text-transform:capitalize;font-size:1.3rem;cursor:pointer;width:auto;padding:.3rem .6rem}.min{position:relative}.paystack-button button{outline:none;border:none;color:#fff;background-color:#fff;min-width:10rem;text-transform:capitalize;font-size:1.3rem;cursor:pointer;width:200px;padding:.3rem .6rem;margin-bottom:2rem;height:40px;display:flex;justify-content:center;align-items:center}.productList{display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;padding:4rem 2rem 0}.productList-container{grid-column:2/3;justify-self:center}.productList-heading{text-align:center;margin-bottom:4rem}.productList-details{display:flex;flex-direction:column;width:100%}.productList-details-heading{width:100%;display:flex;flex:1 1;justify-content:space-between}.productList-details-heading>p{font-size:1.4rem;width:11.11111%;font-weight:600;margin:0 .6rem .4rem 0;text-transform:capitalize;text-align:center;font-family:var(--font-normal)}.productList-details-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.productList-details-items{width:80vw}.productList-details-item>button,.productList-details-item>img,.productList-details-item>p{width:11.11111%;margin:0 .6rem .4rem 0;text-align:center}.productList-details-item>button{outline:none;border:none;color:#000;text-transform:capitalize;font-family:var(--font-normal);background-color:#fff;font-size:1.3rem;cursor:pointer}.createProduct-button{display:flex;margin-top:3rem;width:100%;height:auto;justify-content:right}.productbutton1{font-size:1.5rem;width:auto;height:auto;padding:.4rem .6rem;border:none;outline:none;font-weight:500;text-transform:capitalize;position:relative;cursor:pointer}@media only screen and (max-width:48em){.productList-details-heading>p,.productList-details-item>button,.productList-details-item>p{width:12.5%}.productList-details-heading>p:nth-child(2),.productList-details-item>img{display:none;width:0}}@media only screen and (max-width:39.625em){.productList{padding:2.5rem 1rem}.productList-details-items{width:95vw;width:90vw}.productList-details-item>button{font-size:1.1rem}.productList-details-heading>p,.productList-details-item>p{margin:0 .2rem .4rem 0;font-size:1.2rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.userList{display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;padding:4rem 2rem 0}.userList-container{grid-column:2/3;justify-self:center}.userList-heading{text-align:center;margin-bottom:4rem}.userList-details{display:flex;flex-direction:column;width:100%}.userList-details-heading{width:80vw;display:flex;flex:1 1;justify-content:space-between}.userList-details-heading>p{font-size:1.4rem;width:14.28571%;font-weight:600;margin:0 .6rem .4rem 0;text-transform:capitalize;text-align:center;font-family:var(--font-normal)}.userList-details-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.userList-details-items{width:80vw}.userList-details-item>button,.userList-details-item>p{width:14.28571%;margin:0 .6rem .4rem 0;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.userList-details-item>button{outline:none;border:none;color:var(--dark-grey);text-transform:capitalize;font-family:var(--font-normal);background-color:#fff;font-size:1.3rem;cursor:pointer}@media only screen and (max-width:65.125em){.userList-details-heading,.userList-details-items{width:90vw}}@media only screen and (max-width:45.625em){.userList-details-heading,.userList-details-items{width:95vw}.userList-details-heading>p,.userList-details-item>button,.userList-details-item>p{margin:0 .2rem .4rem 0;font-size:1.2rem}.userList{padding:4rem 1rem 0}}.Profile{display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;padding:4rem 2rem 0}.Profile-container{grid-column:2/3}.Profile-heading{text-align:center}.Profile-details,.Profile-heading{margin-bottom:4rem}.Profile-input{display:flex;flex-direction:column}.Profile-checkbox{display:flex;align-items:center;margin-bottom:1rem}.Profile-input>input{width:70%;height:2.5rem;margin-bottom:1rem;border:none;font-family:var(--font-normal)}.Profile-input>label{margin-bottom:.5rem}.Profile-checkbox>label,.Profile-input>label{font-size:1.5rem;text-transform:capitalize;font-family:var(--font-normal)}.Profile-checkbox>label{margin-left:.3rem}#passwordChange{width:auto}.Profile-update-button{max-width:13rem}.cover{position:absolute;width:77%;height:100%;background-color:#fff;top:0;left:0;opacity:.5}.orderList{display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr;padding:4rem 2rem 0}.orderList-container{grid-column:2/3;justify-self:center}.orderList-heading{text-align:center;margin-bottom:4rem}.orderList-details{display:flex;flex-direction:column;width:100%}.orderList-details-heading{width:100%;display:flex;flex:1 1;justify-content:space-between}.orderList-details-heading>p{font-size:1.4rem;width:11.11111%;font-weight:600;margin:0 .6rem .4rem 0;text-transform:capitalize;text-align:left;font-family:var(--font-normal);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.orderList-details-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.orderList-details-items{width:90vw}.orderList-details-item>button,.orderList-details-item>p{width:11.11111%;margin:0 .6rem .2rem 0;text-align:left;font-size:1.3rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.orderList-details-heading>p:first-child,.orderList-details-item>p:first-child{flex:1 1}.orderList-details-item>button{outline:none;border:none;color:#000;text-transform:capitalize;font-family:var(--font-normal);background-color:#fff;font-size:1.3rem;cursor:pointer;text-align:center}@media only screen and (max-width:48em){.orderList-details-heading>p,.orderList-details-item>button,.orderList-details-item>p{width:11.11111%}}@media only screen and (max-width:39.625em){.orderList{padding:2.5rem 1rem}.orderList-details-items{width:95vw;width:90vw}.orderList-details-item>button{font-size:1.1rem}.orderList-details-heading>p,.orderList-details-item>p{margin:0 .4rem .2rem 0;font-size:1rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media only screen and (max-width:30.375em){.orderList-details-heading>p,.orderList-details-item>button,.orderList-details-item>p{width:12.5%}}.productEdit{padding:4rem 2rem 0;display:grid;grid-template-columns:1fr minmax(-webkit-min-content,114rem) 1fr;grid-template-columns:1fr minmax(min-content,114rem) 1fr}.productEdit-container{grid-column:2/3}.productEdit-heading{text-align:center;margin-bottom:4rem}.productEdit-inputs{width:65vw}.productEdit-input{display:flex;flex-direction:column}.productEdit-input label{font-size:1.5rem;text-transform:capitalize;font-family:var(--font-normal);font-weight:500;margin-bottom:.3rem}.productEdit-input input,.productEdit-input select,.productEdit-input textarea{border:none;border-radius:5px;font-family:var(--font-normal);margin-bottom:1.5rem;width:100%;padding:.3rem}.productEdit-input input,.productEdit-input select{height:2.5rem}.productEdit-input select{text-transform:capitalize}.images-Preview{display:flex;width:100%;align-items:center;margin:2rem 0;overflow:hidden}.images-Preview-container{height:30rem;width:20rem;max-height:30rem;max-width:20rem}.images-preview-sub{position:relative}.images-preview-sub img{width:100%;height:100%;object-fit:contain}.images-Preview input{display:none}.images-Preview label{font-size:1.6rem;text-transform:capitalize;margin-left:2rem;cursor:pointer;-webkit-transform:translateY(-5rem);transform:translateY(-5rem)}.productEdit-buttons{display:flex;justify-content:space-between;width:100%;margin:3rem 2rem 3rem 0}.productEdit-button{width:auto;height:auto;padding:.6rem .9rem;border:none;outline:none;cursor:pointer}.cover-1,.cover-image1{position:absolute;left:0;height:100%;top:0;width:100%;background-color:#fff;opacity:.5}.button-relative{position:relative}
/*# sourceMappingURL=main.22d1f66f.chunk.css.map */