@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@-webkit-keyframes spinner{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0deg)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(1turn);transform:translate3d(-50%,-50%,0) rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0deg)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(1turn);transform:translate3d(-50%,-50%,0) rotate(1turn)}}*{color:#d1d1d1;font-family:Playfair Display,serif;list-style:none;margin:0;padding:0;text-decoration:none}body{background-color:#202020}a{color:#d1d1d1}.navbar__wraper nav{background-color:#171717;display:grid;grid-template-columns:1fr 1fr 1fr;padding:1rem 0}.navbar__wraper nav .options__nav-left ul,.navbar__wraper nav .options__nav-right ul{align-items:center;display:flex;font-size:1rem;gap:1.5rem;height:100%;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.navbar__wraper nav .options__nav-left ul :not(:first-child),.navbar__wraper nav .options__nav-right ul :not(:first-child){border-left:1px solid rgba(81,82,81,.5)}.navbar__wraper nav .options__nav-left ul li,.navbar__wraper nav .options__nav-right ul li{padding:0 1rem}.navbar__wraper nav .logo__nav h1{font-size:3rem;font-weight:300;text-align:center}.products{grid-row-gap:10vh;display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:2.5rem;row-gap:10vh}.products>*{margin:auto}.products .product__card,.products>*{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.products .product__card{align-items:center;background-color:#505050;border-radius:25px;display:flex;flex-direction:column;gap:.5rem;margin:1rem auto;padding:1rem}.products .product__card .img__wraper img{border-radius:12.5px;height:100%;object-fit:cover;width:100%}.intro__wraper .intro__text{align-items:flex-end;background-attachment:fixed;background-image:url(https://cdn.pixabay.com/photo/2017/07/31/14/55/black-and-white-2558273_1280.jpg);background-position-y:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:75vh;justify-content:center}.intro__wraper .intro__text>*{font-size:2rem;font-weight:600;text-align:center;width:45vw}.intro__wraper .intro__text p{font-style:italic;font-weight:400}.carousel__container{display:flex;flex-direction:column;margin:1rem auto;width:100%}.carousel__container .carousel__wraper{display:flex;position:relative;width:100%}.carousel__container .carousel__wraper button{background-color:#464646;border:1px solid #7b7b7b;border-radius:50%;cursor:pointer;height:48px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:48px;z-index:1}.carousel__container .carousel__wraper .left__button{left:24px}.carousel__container .carousel__wraper .right__button{right:24px}.carousel__container .carousel__wraper .carousel__content__wraper{height:100%;overflow:hidden;width:100%}.carousel__container .carousel__wraper .carousel__content__wraper .carousel__content{-ms-overflow-style:none;display:flex;scrollbar-width:none;transition:all .25s linear}.carousel__container .carousel__wraper .carousel__content__wraper .carousel__content ::-webkit-scrollbar{display:none}.carousel__container .carousel__wraper .carousel__content__wraper .carousel__content>*{flex-grow:1;flex-shrink:0;width:100%}.location__container .locations__wraper .location__norcenter,.location__container .locations__wraper .location__unicenter{align-items:center;background-color:#505050;border-radius:45px;display:flex;justify-content:space-evenly;margin:2rem;padding:2rem}.location__container .locations__wraper .location__norcenter iframe,.location__container .locations__wraper .location__unicenter iframe{border:none;border-radius:22.5px;height:50vh;width:45vw}.location__container .locations__wraper .location__norcenter .norcenter__text,.location__container .locations__wraper .location__unicenter .norcenter__text,.location__container .locations__wraper .location__unicenter .unicenter__text{display:flex;flex-direction:column;gap:1.5rem;width:35vw}.location__container .locations__wraper .location__unicenter{flex-direction:row-reverse}.location__container .locations__wraper .location__unicenter .unicenter__text{text-align:right}.individual__card .individual__product__cart{background-color:#505050;border-radius:25px;display:grid;grid-template-columns:1fr 1fr;height:80vh;margin:2rem auto;padding:1rem;width:75vw}.individual__card .individual__product__cart .individual__img{margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.individual__card .individual__product__cart .individual__img img{border-radius:12.5px;height:100%;margin:0 25%;width:50%}.individual__card .individual__product__cart .individual__text{border-left:1px solid hsla(0,0%,61%,.3);display:grid;grid-template-rows:1fr 2fr;padding-top:1rem;text-align:left}.individual__card .individual__product__cart .individual__text .text__title h2{text-align:center}.individual__card .individual__product__cart .individual__text .text__info{display:flex;flex-direction:column;gap:1rem;padding:0 2rem}.individual__card .individual__product__cart .individual__text .text__info button{background-color:#202020;border:1px solid #4b4b4b;border-radius:12.5px;padding:.75rem;transition:all .25s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.individual__card .individual__product__cart .individual__text .text__info button:hover{background-color:#9b9b9b;color:#171717;cursor:pointer}.individual__card .individual__product__cart .individual__text .text__info button:disabled{color:#505050}.individual__card .individual__product__cart .individual__text .text__info button:disabled:hover{background-color:#171717;cursor:not-allowed}.individual__card .individual__product__cart .individual__text .text__info .addCart__button{margin:.5rem auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.individual__card .individual__product__cart .individual__text .quantity__container{align-items:center;display:flex;gap:1rem;justify-content:center;width:100%}.cart__wraper h2{font-size:2.5rem;margin:1rem auto;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cart__wraper .products__cart{background-color:#505050;border-radius:25px;margin:1rem auto;padding:1rem;width:50vw}.cart__wraper .products__cart h3{font-size:1.5rem;font-weight:lighter;margin:1rem auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cart__wraper .products__cart .product__cart{border-bottom:1px solid rgba(115,107,95,.75);display:flex;gap:1rem}.cart__wraper .products__cart .product__cart:first-child{padding-bottom:1rem}.cart__wraper .products__cart .product__cart:not(:first-child){margin-top:1rem}.cart__wraper .products__cart .product__cart:last-child{border:none}.cart__wraper .products__cart .product__cart .product__img img{border-radius:12.5px;width:7vw}.cart__wraper .products__cart .product__cart .productCart__info{align-items:center;display:flex;justify-content:space-evenly;width:100%}.cart__wraper .products__cart .product__cart .productCart__info .product__text{align-items:center;display:flex;flex-direction:column;gap:2.35rem}.cart__wraper .products__cart .product__cart .productCart__info .product__text>*{width:100%}.cart__wraper .products__cart .product__cart .productCart__info .eliminateItemCart{color:#b61111;transition:all .25s ease-in-out}.cart__wraper .products__cart .product__cart .productCart__info .eliminateItemCart:hover{color:#ec1414;cursor:pointer}.product__cart__wraper{display:flex;flex-wrap:wrap;gap:3rem;margin:2rem auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product__cart__wraper .product__card{align-items:center;background-color:#4b4b4b;border-radius:30px;display:flex;flex-direction:column;gap:.35rem;padding:1.5rem;text-align:center;width:12.5vw}.product__cart__wraper .product__card img{background-color:#9b9b9b;border-radius:15px;height:25vh;object-fit:cover;padding:.5rem;width:9vw}.loading__icon:before{-webkit-animation:spinner 1.5s linear infinite;animation:spinner 1.5s linear infinite;-webkit-animation-play-state:inherit;animation-play-state:inherit;border:5px solid #4b4b4b;border-bottom-color:#9b9b9b;border-radius:50%;content:"";height:40px;left:50%;position:absolute;top:33%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:40px;will-change:transform}.bottomCart__wraper .buttonCart__wraper{align-items:center;display:flex;justify-content:space-between}.bottomCart__wraper .buttonCart__wraper button{background-color:#202020;border:1px solid #4b4b4b;border-radius:12.5px;margin:1rem;padding:.75rem;transition:all .25s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.bottomCart__wraper .buttonCart__wraper button:hover{background-color:#9b9b9b;color:#171717;cursor:pointer}.bottomCart__wraper .buttonCart__wraper :nth-child(3){margin-left:0;width:15vw}.bottomCart__wraper .buttonCart__wraper p{margin-left:10rem}.checkout__wraper{border-top:1px solid hsla(0,0%,41%,.3);display:grid;grid-template-columns:1fr 1fr;padding:1rem}.checkout__wraper .checkoutForm__container{border-right:1px solid hsla(0,0%,41%,.3);padding:1rem}.checkout__wraper .checkoutForm__container .checkoutDetail{text-align:center}.checkout__wraper .checkoutForm__container .checkoutForm{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.checkout__wraper .checkoutForm__container .checkoutForm input{background-color:#4b4b4b;border:1px solid #696969;border-radius:15px;color:#d1d1d1;height:2rem;padding:.5rem;width:55%}.checkout__wraper .checkoutForm__container .checkoutForm input:focus{border:1px solid #bebebe;box-shadow:none;outline:none}.checkout__wraper .checkoutForm__container .checkoutForm :nth-child(7){margin-top:1rem}.checkout__wraper .checkoutForm__container .checkoutForm :nth-child(7) input{background-color:#797979;height:100%;transition:all .25s ease-in-out;width:115%}.checkout__wraper .checkoutForm__container .checkoutForm :nth-child(7) input:hover{background-color:#9b9b9b;color:#171717;cursor:pointer}.checkout__wraper .checkoutInformation__wraper{align-items:center;display:flex;flex-direction:column;padding:1rem}.checkout__wraper .checkoutInformation__wraper .checkoutDetail__container{align-items:center;border-bottom:1px solid hsla(0,0%,41%,.3);display:flex;flex-direction:column;gap:1rem;margin:2rem;padding-bottom:1rem;width:80%}.checkout__wraper .checkoutInformation__wraper .checkoutDetail__container>*{align-items:center;display:flex;justify-content:space-between;width:100%}.gratefulness__container .gratefulness__text{margin-top:2rem}.gratefulness__container .gratefulness__text p{font-size:1.5rem;margin:1rem;text-align:center}.gratefulness__container a{display:flex;margin:1rem auto}.gratefulness__container a,.gratefulness__container a p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.gratefulness__container a p{color:#696969;font-size:2rem;transition:all .25s ease-in-out}.gratefulness__container a p:hover{color:#bebebe}
/*# sourceMappingURL=main.d524e46c.css.map*/