:root{--white:#fafafa;--black:#333;--primary-color:#a8a485;--dark-primary:#817e68;--darker-primary:#605e4e;--primary-font:"Roboto Slab","Arial";--secondary-font:"Lora","Serif";--container-width:1250px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}#root,.App,body,html{height:100%}body{background:#fafafa;background:var(--white);font-family:Roboto Slab,Arial;font-family:var(--primary-font);line-height:1.4}.container{margin:auto;max-width:1250px;max-width:var(--container-width)}.navbar{background:var(--primary-color);font-family:var(--secondary-font);padding:3rem 1rem 1.5rem;position:fixed;top:0;transition:all .3s ease-out;width:100%;z-index:9999999999}.navbar,.navbar a{color:var(--white)}.navbar a{text-decoration:none}.navbar .container{align-items:center;display:flex;justify-content:center}.navbar .company-info{flex:auto}.navbar .shop-menu,.navbar .static-menu{flex:1 1}.navbar .static-menu{align-items:center;display:flex;justify-content:flex-start}.navbar .menu-list{display:flex;list-style:none}.navbar .static-menu .menu-list{margin-left:1rem}.navbar .menu-icon-container{display:none}.navbar .menu-icon{background:var(--white);height:2px;position:relative;-webkit-transform:translateY(-2.5px);transform:translateY(-2.5px);width:20px}.navbar .menu-icon-container:hover{cursor:pointer}.navbar .menu-icon:after{background:var(--white);bottom:-5px;content:"";height:2px;left:0;position:absolute;width:80%}.navbar .logo-container{width:40px}.navbar .logo-container img{width:100%}.navbar .menu-list .menu-link{font-size:.9rem;margin:0 .85rem;position:relative}.navbar .menu-list .menu-link:hover{cursor:pointer}.navbar .menu-list .menu-link:after{background:var(--white);bottom:-3px;content:"";height:1px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:width 1s ease;width:0}.navbar .menu-list .menu-link:hover:after{width:100%}.navbar .company-info{align-items:center;display:flex;justify-content:center;text-align:center}.navbar .company-info .company-link{font-size:1.7rem;font-weight:300;transition:all .3s ease-out}.navbar .shop-menu{align-items:center;display:flex;justify-content:flex-end}.navbar .shop-menu .menu-list-container{display:flex;justify-content:flex-end;margin-right:1rem}.navbar .shop-menu .cart-container:hover{cursor:pointer}.navbar .shop-menu .cart-container{position:relative;-webkit-transform:scale(1.1);transform:scale(1.1)}.cart-container .item-num-showcase{align-items:center;background:red;border-radius:50%;bottom:2px;display:flex;font-size:.7rem;height:15px;justify-content:center;position:absolute;right:0;width:15px}.navbar .phone-menu{background:#333a;display:flex;height:100%;left:0;position:fixed;top:0;width:100%}.navbar .phone-menu .phone-menu-links{-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .7s ease}.navbar .phone-menu.visible .phone-menu-links{-webkit-transform:translateX(0);transform:translateX(0);transition:all .7s ease}.navbar .phone-menu{visibility:hidden}.navbar .phone-menu.visible{visibility:visible}.navbar .phone-menu .phone-menu-links{background:var(--primary-color);display:flex;flex-direction:column;font-size:1.3rem;height:100%;min-height:100%;padding:4rem 2rem 2rem}.phone-menu .phone-menu-links h2{font-size:1.5rem;font-weight:400;margin-bottom:4rem}.phone-menu .phone-menu-links .link-container{margin-bottom:1rem}.phone-menu .phone-menu-links a{position:relative}.phone-menu-links a:after{background:var(--white);bottom:-3px;content:"";height:1px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:width 1s ease;width:0}.phone-menu-links a:hover:after{width:100%}.word-break{display:none}@media screen and (max-width:1030px){.menu-list.list-left .menu-link:not(:last-child),.menu-list.list-right .menu-link:not(:first-child){display:none}.static-menu{padding-left:1rem}.shop-menu{padding-right:1rem}.navbar .logo-container{display:none}.navbar .menu-icon-container{display:block}}@media screen and (max-width:768px){.navbar .shop-menu .menu-list-container,.navbar .static-menu .menu-list-container{display:none}.navbar .menu-icon-container{-webkit-transform:scale(1.2);transform:scale(1.2)}}@media screen and (max-width:500px){.navbar .company-info .company-link{font-size:4vw!important}}@media screen and (max-width:375px){.word-break{display:inline}}.btn{align-items:center;border:none;display:flex;font-family:var(--primary-font);font-size:1rem;justify-content:center;outline:none;padding:1.25rem 2rem;position:relative;-webkit-user-select:none;user-select:none;z-index:99999}.btn:hover{cursor:pointer}.btn-primary{background:var(--dark-primary);color:var(--white);transition:all .5s ease}.btn-primary:hover{background:var(--darker-primary)}.btn-large{font-size:1.05rem}.btn-small{font-size:1rem;padding:.9rem 1.65rem}.btn-stretch{width:100%}.btn i{margin-left:.4rem;-webkit-transform:scale(.8) translateY(10%);transform:scale(.8) translateY(10%)}.btn a{color:var(--white);text-decoration:none}.btn.btn-disabled{background:gray;cursor:not-allowed}@media screen and (max-width:500px){.btn{font-size:.8rem;padding:1rem 1.6rem}}@media screen and (max-width:375px){.btn{font-size:.7rem;padding:.75rem 1.3rem}}.landing-page-container{background-color:var(--primary-color);color:var(--white);display:flex;flex-direction:column;height:100%;max-height:1080px;position:relative}.landing-page-container .container{align-items:center;display:flex;height:100%;justify-content:center}.landing-page-container .landing-content{flex-direction:column;padding-top:7rem;width:100%}.landing-page-container .text-container{margin-bottom:5rem;text-align:center}.text-container .background-text{font-size:.9rem;font-weight:500;opacity:.6}.text-container .main-text{font-size:3.5rem;font-weight:300}.photo-gallery{bottom:0;display:flex;justify-content:space-between;left:50%;margin:auto;max-width:calc(var(--container-width) + 100px);position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.photo-gallery img{width:200px;z-index:-1}.photo-gallery .photos{position:relative}.photos.left{display:flex;flex-direction:column;justify-content:flex-end}.photos.left img:first-child{bottom:0;left:0;position:relative;width:135px;z-index:1}.photos.left img:nth-child(2){bottom:110px;left:60px;position:absolute;width:220px;z-index:0}.photos.left img:nth-child(3){bottom:0;left:135px;position:absolute;width:220px;z-index:3}.photos.right img:nth-child(2){bottom:190px;position:relative;width:220px}.photos.right img:first-child{bottom:0;position:absolute;right:100px;width:220px}@media screen and (max-width:1000px){.photos.left img:first-child{width:110px}.photos.left img:nth-child(2){width:160px}.photos.left img:nth-child(3){left:110px;width:160px}.photos.right img:nth-child(2){bottom:160px;width:160px}.photos.right img:first-child{right:80px;width:160px}}@media screen and (max-width:768px){.photo-gallery{bottom:0}}@media screen and (max-width:600px){.landing-page-container .landing-content{padding-top:0}.landing-page-container .landing-content .text-container .main-text{font-size:2.7rem}.landing-page-container .landing-content .text-container .background-text{font-size:.8rem}.landing-page-container .text-container{margin-bottom:3rem}}@media screen and (max-width:500px){.photos.left img:nth-child(2),.photos.photos.left img:nth-child(3),.photos.right img:nth-child(2){display:none}.photos.left img:first-child{width:120px}.photos.right img:first-child{bottom:0;right:0;width:120px}.landing-page-container .landing-content .text-container .main-text{font-size:2.2rem}.landing-page-container .landing-content .text-container .background-text{font-size:.7rem}}.best-sellers-container{background:#fafafa;margin-bottom:7rem;padding-top:10rem}.best-sellers-container .products-text{align-items:center;color:var(--dark-primary);display:flex;justify-content:space-between;margin-bottom:3rem;padding-left:2rem;padding-right:2rem}.best-sellers-container h2{font-size:2.5rem;font-weight:400}.best-sellers-container .product-list{display:flex;flex-wrap:wrap;justify-content:center;margin-top:3.5rem}.products-text a{color:var(--black);font-size:1.1rem;opacity:.7;text-decoration:none}@media screen and (max-width:1150px){.best-sellers-container .product-list-container .product-container:not(:nth-child(-n+3)){display:none!important}.best-sellers-container h2{font-size:2rem}.products-text a{font-size:1rem}}@media screen and (max-width:768px){.best-sellers-container .product-list-container .product-container:not(:nth-child(-n+3)){display:block!important}}@media screen and (max-width:500px){.best-sellers-container h2{font-size:1.75rem}.products-text a{font-size:.85rem}.best-sellers-container .products-text{padding-left:1.5rem;padding-right:1.5rem}}.lds-ring{display:inline-block;display:flex;height:80px;position:relative;width:80px}.lds-ring div{-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid var(--primary-color);border-color:var(--primary-color) transparent transparent transparent;border-radius:50%;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.product-container{cursor:pointer;display:flex;flex-direction:column;flex-shrink:1;margin:0 2.25rem 6rem;max-width:250px}.product-container .product-img{flex:1 1;max-height:400px}.product-container img{height:100%;object-fit:cover;width:100%}.product-container .product-content{margin-top:1rem}.product-content .product-name{color:var(--darker-primary);font-size:1.3rem;font-weight:500;margin-bottom:.4rem;text-transform:uppercase}.product-content .product-description{font-size:.8rem;font-weight:500;margin-bottom:.6rem;opacity:.4}.product-content .product-price{font-size:1rem;margin-bottom:1.25rem;opacity:.5}@media screen and (max-width:1150px){.product-container .product-content .product-name{font-size:1.15rem}.product-container .product-description{font-size:.7rem}}@media screen and (max-width:500px){.product-container{margin:0 1rem 4rem}.product-container .product-content .product-name{font-size:1.1rem}.product-container .product-description{font-size:.65rem}.product-container .product-img{max-height:190px}}@media screen and (max-width:300px){.product-container .product-content .product-name{font-size:.8rem}.product-container .product-description{font-size:.6rem}}.error-container{background:#ffcdd2;border:2px solid #eec2c2;border-radius:10px;color:red;display:flex;font-size:.8rem;font-weight:500;margin-bottom:2rem;padding:1rem;width:100%}.error-icon{margin-left:.5rem;margin-right:1rem;-webkit-transform:scale(1.2);transform:scale(1.2)}.product-list-container{display:grid;grid-template-columns:repeat(4,1fr)}.product-list-header{align-items:center;display:flex;justify-content:space-between;padding-bottom:3rem;padding-left:1rem;padding-right:1rem}.product-list-header h3{color:var(--dark-primary);font-size:2rem;font-weight:400;padding-right:3rem}.search-bar{border-bottom:1px solid #33333333;border-left:1px solid #33333333;padding:.75rem 1.1rem}.search-bar i{opacity:.3;-webkit-transform:scale(.95);transform:scale(.95)}.search-bar input{background:var(--white);border:none;font-size:1rem;outline:none;padding-left:1rem}@media screen and (max-width:1150px){.product-list-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.product-list-container{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center}.product-list-header h3{font-size:1.5rem;padding-right:1rem}.search-bar input{font-size:.9rem}}@media screen and (max-width:500px){.search-bar input{font-size:.75rem;min-width:0!important;padding-left:.5rem;width:auto}.search-bar{padding:.5rem}}@media screen and (max-width:350px){.search-bar input{font-size:.65rem}.search-bar i{display:none}}.about-container{background:#f0f0eb;padding-top:1rem}.about-container .container{align-items:center;display:grid;grid-template:"a b" "c b";margin-top:7rem;min-height:100vh;padding-bottom:5rem}.about-container .about-main-content{grid-area:a}.about-container .about-side-content{grid-area:c}.about-container .about-image{grid-area:b}.about-container img{width:100%}.about-container .about-image{align-items:center;display:flex;justify-content:center;margin-right:2rem}.about-container .about-content{align-items:center;color:var(--black);display:flex;flex-direction:column;justify-content:center}.about-main-content .main-text{font-family:var(--secondary-font);font-size:2.4rem;font-weight:400;margin-left:2rem}.about-side-content .side-text{font-size:.9rem;margin-left:2rem;opacity:.9;padding-right:2rem}.about-main-content,.about-side-content{display:flex;height:100%;padding-right:2rem;width:100%}.about-main-content{align-items:flex-end;margin-bottom:3rem}.about-side-content{align-items:flex-start;margin-top:3rem}.phone-about-content{display:none}@media screen and (max-width:1000px){.about-main-content .main-text{font-size:2rem}.about-side-content .side-text{font-size:.8rem}}@media screen and (max-width:768px){.about-container .container{grid-template:"a a" "c b"}.about-side-content{align-items:flex-start;margin-top:5rem}.about-container .about-image{align-items:flex-start;height:100%}}@media screen and (max-width:500px){.about-image,.about-main-content,.about-side-content{display:none!important}.about-container .phone-about-content{display:block;padding:2rem}.phone-about-content .about-header{margin-bottom:1.5rem}.about-header p{color:var(--black);font-size:.8rem;font-weight:600;opacity:.6}.about-header h2{color:var(--darker-primary);font-size:10vw;font-weight:400}.about-text-section .text-container{color:var(--black);margin-bottom:3.5rem;text-align:center}.about-text-section .text-label{font-size:.8rem;font-weight:600;margin-bottom:.5rem;opacity:.6}.text-label i{margin-right:.75rem;-webkit-transform:scale(1.2);transform:scale(1.2)}.about-text-section .main-p{font-family:var(--secondary-font);font-size:1.3rem;font-weight:500;margin-bottom:7rem;opacity:.8;text-align:left}.phone-about-content .small-about-img{margin-top:7rem;width:100%}}.contact-container{background:var(--primary-color);color:var(--white);padding:10rem 2rem}.contact-container .container{align-items:center;display:flex;justify-content:center}.contact-container .contact-image img{width:100%}.contact-container .contact-image{margin-right:4rem;padding:2rem}.contact-container .contact-content,.contact-container .contact-image{flex:1 1}.contact-container .contact-message{font-size:4rem;font-weight:400;margin-bottom:1rem}.contact-form{width:100%}.double-input{display:flex}.double-input .input-container:first-child{margin-right:2rem}.contact-container .input-container{padding:1rem 0 .5rem;width:100%}.contact-container .input-container .input{background:var(--white);border:none;font-size:1rem;margin-top:1rem;outline:none;padding:.75rem 1rem;resize:none;width:100%}.contact-container .input-container label{font-size:1.5rem;font-weight:300}.contact-container .input-container textarea.input{font-family:var(--primary-font);margin-bottom:2rem;padding:1.5rem}@media screen and (max-width:850px){.contact-container .container{flex-direction:column-reverse}.contact-image{display:none}}@media screen and (max-width:500px){.contact-container .contact-content .contact-message{font-size:3rem}}@media screen and (max-width:400px){.double-input{flex-direction:column}}@media screen and (max-width:281px){.contact-container .contact-content .contact-message{font-size:2.4rem}}.footer-container{background:var(--darker-primary);color:var(--white);padding-bottom:3rem;padding-top:5rem}.footer-container .container{display:flex;justify-content:space-between;padding:0 2rem}.footer-container .links-container,.footer-container .logo-container,.footer-container .shop-container{flex:auto}.logo-container{font-family:var(--secondary-font);font-size:1.5rem}.logo-container a{color:var(--white);text-decoration:none}.footer-container .links-container a,.footer-container .shop-container a{color:var(--white);display:block;margin-top:.5rem;text-decoration:none}@media screen and (max-width:600px){.footer-container .logo-container{border-bottom:1px solid var(--white);margin-bottom:2rem;padding-bottom:1rem;text-align:center;width:100%}.footer-container .container{flex-direction:row;flex-flow:wrap;text-align:center}}.products-content{margin-top:8rem}.products-banner{background:var(--primary-color);color:var(--white);margin-top:3rem;overflow:hidden;padding:9rem 2rem 5rem}.intro-container h2{font-size:3.5rem;font-weight:300}.intro-container p{font-size:.9rem;font-weight:500;opacity:.7;text-transform:uppercase}.intro-container{display:flex;justify-content:space-between}.intro-container .photo-container,.intro-container .text-container{flex:1 1}.photo-container{align-items:center;display:flex;justify-content:flex-end;margin-bottom:-5rem}.photo-container img{align-self:center;width:160px}.photo-container img:first-child{-webkit-transform:translateY(20%);transform:translateY(20%);z-index:3}.photo-container img:nth-child(2){-webkit-transform:translateY(-20%) translateX(-20%);transform:translateY(-20%) translateX(-20%);z-index:2}.photo-container img:nth-child(3){-webkit-transform:translateY(50%) translateX(-70%);transform:translateY(50%) translateX(-70%);z-index:1}@media screen and (max-width:1030px){.photo-container{-webkit-transform:translateX(20%);transform:translateX(20%)}.photo-container img{align-self:center;width:140px}.photo-container img:first-child{-webkit-transform:translateY(20%);transform:translateY(20%);z-index:3}.photo-container img:nth-child(2){-webkit-transform:translateY(-20%) translateX(-20%);transform:translateY(-20%) translateX(-20%);z-index:2}.photo-container img:nth-child(3){-webkit-transform:translateY(50%) translateX(-70%);transform:translateY(50%) translateX(-70%);z-index:1}.intro-container h2{font-size:2.5rem}.intro-container p{font-size:.75rem}}@media screen and (max-width:768px){.intro-container{align-items:center;flex-direction:column;text-align:center}.intro-container .text-container{margin-bottom:5rem}.intro-container .photo-container{justify-content:center}.photo-container{-webkit-transform:translateX(50px);transform:translateX(50px)}}@media screen and (max-width:500px){.photo-container img{width:100px}.photo-container{-webkit-transform:translateX(20px);transform:translateX(20px)}}.cart-item{border-bottom:1px solid #3331;display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:auto;margin-bottom:1rem;padding:1rem 0;position:relative;width:100%}.cart-item a{color:inherit;text-decoration:none}.cart-item .item-description{display:flex}.item-description .item-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100px;margin-right:1rem;width:100px}.item-description .item-content h3{color:var(--darker-primary);font-size:1.4rem;font-weight:400;margin-bottom:.6rem}.item-description .desc{color:var(--black);font-size:.9rem;opacity:.5}.item-description .item-content .single-price{opacity:.5}.item-total{align-items:center;color:var(--darker-primary);display:flex;font-size:1.1rem}.item-quantity{display:flex;flex-direction:column;justify-content:center}.item-quantity .quantity-control{align-items:center;display:flex}.quantity-control .minus,.quantity-control .plus{border:1px solid #3335;cursor:pointer;font-size:1.4rem;opacity:.6;padding:0 .5rem;text-align:center;width:30px}.quantity-control .quantity{align-items:center;border-bottom:1px solid #3335;border-top:1px solid #3335;display:flex;font-size:1.1rem;height:100%;justify-content:center;padding:0 1rem}.cart-item-delete{cursor:pointer;font-size:1.2rem;opacity:.5;position:absolute;right:5%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:660px){.item-description .item-img{height:75px;width:75px}}@media screen and (max-width:600px){.item-description .item-img{margin-right:.6rem;max-height:50px;max-width:50px;min-height:50px;min-width:50px}.cart-item .item-content h3{font-size:1rem;margin-bottom:0}.cart-item .item-content .desc{display:none}.cart-item .item-content .single-price{font-size:.7rem}.cart-item .item-quantity .quantity-control .minus,.cart-item .item-quantity .quantity-control .plus{font-size:1.1rem;padding:0 .5rem;width:auto}.cart-item .item-quantity .quantity-control .quantity{font-size:.8rem;padding:0 .75rem}.cart-item .item-total p{font-size:.8rem}}@media screen and (max-width:400px){.item-description .item-img{margin-right:.5rem;max-height:40px;max-width:40px;min-height:40px;min-width:40px}.cart-item .quantity-control{-webkit-transform:scale(.8);transform:scale(.8)}.cart-item .item-content h3{font-size:.7rem}.cart-item .item-content .single-price,.cart-item .item-total p{font-size:.6rem}.cart-item-delete{right:0}}.cart-list-container{padding:0 1rem;width:100%}.cart-list-container .text-layer{align-items:center;display:flex;justify-content:space-between;margin-bottom:4rem}.text-layer h2{color:var(--primary-color);font-size:2rem;font-weight:400}.text-layer a{color:var(--black);opacity:.5;text-decoration:none}.list .list-header{border-bottom:1px solid #3333;display:grid;font-size:.8rem;font-weight:500;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:auto;margin-bottom:1rem;margin-top:1rem;opacity:.5;padding-bottom:.5rem}.cart-list-container .empty-cart{color:var(--black);font-size:1.3rem}@media screen and (max-width:768px){.text-layer h2{font-size:1.75rem}.text-layer a{font-size:.8rem}.cart-list-container .list-header p{font-size:.7rem}}@media screen and (max-width:420px){.cart-list-container{padding:0}}.checkout-section{align-self:flex-end;margin-bottom:-2rem;margin-top:2rem;min-width:400px;padding:0 1rem}.checkout-section h3{color:var(--dark-primary);font-size:2rem;font-weight:500;margin-bottom:2rem}.checkout-section .price{align-items:center;border-bottom:1px solid #3332;display:flex;font-size:1.1rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.price .right{opacity:.5}.checkout-section .price.total-price{font-size:1.2rem;font-weight:500;margin-bottom:2rem;margin-top:1rem}@media screen and (max-width:500px){.checkout-section{margin-top:3.5rem;min-width:0;width:100%}}.cart-page-container{display:flex;flex-direction:column;margin-top:12rem;padding:1rem}.cart-page-container .footer-container{margin-top:5rem}.order-form .input-container{margin-top:1rem}.order-form .input-container:first-of-type{margin-top:1.5rem}.order-form .input-container input{border:2px solid #3331;border-radius:3px;display:block;font-family:var(--font-family);margin-top:.5rem;outline:none;padding:.6rem .8rem;width:100%}.order-form .input-container.not-valid input{background:#ff000011;border:2px solid #ff000077}.order-form .input-container label{font-size:.9rem;font-weight:400;opacity:.6}.order-form .input-container.not-valid label{color:red}.order-form{color:var(--black);margin-bottom:5rem;padding-right:3rem;width:100%}.order-form h2{font-size:1.75rem;font-weight:400}.payment-methods-container{margin-top:4rem}.payment-container{background:#fff;border-radius:2px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:1.5rem;padding:1rem}.card-icons,.paypal-icon{justify-self:flex-end}.card-icons svg{height:100%;width:30px}.paypal-icon svg{height:100%;width:80px}.order-form .payment-container .input-container{align-items:center;display:flex;flex-direction:row-reverse;height:100%;justify-content:flex-end;margin-top:0;padding-top:0}.payment-container .input-container input{margin-right:.5rem;margin-top:0;width:auto}.payment-container .input-container label{color:var(--black);font-size:1rem;opacity:1}.order-form button{margin-top:2rem}.stripe-element-container{background:#fff;margin-top:1rem;padding:1rem}.paypal-payment-container{margin-bottom:1rem}.hidden{display:none}@media screen and (max-width:768px){.order-form{padding:1rem}}.cart-item-summary-container{align-items:center;border-bottom:1px solid #3332;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem}.cart-item-summary-container .item-content{display:flex}.cart-item-summary-container .item-text{margin-left:1rem}.cart-item-summary-container .item-title{font-size:1.1rem}.cart-item-summary-container .item-desc{font-size:.8rem;opacity:.6}.cart-item-summary-container .item-img{background-position:50%;background-size:cover;height:60px;width:60px}.cart-item-summary-container .item-price{font-size:1.1rem;font-weight:500}.cart-item-summary-container .quantity{font-size:.9rem;opacity:.6}@media screen and (max-width:450px){.cart-item-summary-container .item-img{height:50px;width:50px}.cart-item-summary-container .item-price{font-size:.9rem}.cart-item-summary-container .quantity{font-size:.75rem}.cart-item-summary-container .item-title{font-size:.9rem}.cart-item-summary-container .item-desc{font-size:.75rem}}.order-summary{color:var(--black);height:auto;padding:0 2rem 2rem;width:100%}.order-summary-container{background:#fff;padding:2rem}.order-summary h2{font-size:1.75rem;font-weight:400;margin-bottom:2rem}.order-summary .cart-total h3{font-size:1.75rem;font-weight:400;margin-bottom:.75rem}.order-summary .price{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.order-summary .price:last-child{font-size:1.2rem;font-weight:500}@media screen and (max-width:768px){.order-summary{margin-bottom:5rem;padding:1rem}}.checkout-page-container{background:#f0f0eb;min-height:100vh;padding-top:11rem}.checkout-page-container .container{display:flex;justify-content:space-between;padding:1rem}@media screen and (max-width:768px){.checkout-page-container .container{align-items:center;flex-direction:column-reverse;justify-content:center}}.confirmation-container{align-items:center;background:#fafafa;display:flex;flex-direction:column;min-height:100%;padding-top:13rem;text-align:center}.confirmation-container .icon-container i{color:var(--darker-primary);margin-bottom:2rem;-webkit-transform:scale(2);transform:scale(2)}.confirmation-container .thankyou-container h2{font-family:var(--secondary-font);font-size:4rem;font-weight:400;margin-bottom:2rem}.confirmation-container .text-container{font-size:1.4rem;margin-bottom:1rem}.confirmation-container .reminder-container{margin-bottom:4rem;opacity:.6}.reminder-container .bold{font-weight:500}.gallery-container{margin-top:15rem;padding:1rem}.gallery-container h2{color:var(--primary-color);font-size:2rem;font-weight:400}.gallery{margin-bottom:5rem;margin-top:3rem}.gallery-container img{padding:1rem;width:100%}.four-layer{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto}.two-layer{display:flex;width:100%}.two-layer img{height:100%}@media screen and (max-width:720px){.four-layer{grid-template-columns:repeat(2,1fr)}.two-layer{display:flex;height:auto}.two-layer .img-cont:last-child{display:none}.gallery-container.container h2{padding-left:1rem}}@media screen and (max-width:400px){.four-layer{grid-template-columns:repeat(1,auto)}}.product-page-container{display:flex;margin-top:10rem}.product-page-container .product-images,.product-page-container .single-product-content{flex:1 1}.product-page-container img{width:100%}.product-images{align-items:center;display:flex;justify-content:center;padding:1rem}.product-images .small-images{display:flex;flex-direction:column}.product-images .small-image{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:80px;margin-bottom:.25rem;margin-right:1rem;width:80px}.product-images .main-image{margin-right:2rem}.single-product-content{color:var(--black);display:flex;flex-direction:column;margin-left:2rem;margin-top:2rem;padding:1rem}.single-product-content .prd-name,.small-screen-title{font-size:2rem;font-weight:400;text-transform:uppercase}.single-product-content .prd-short-desc{font-size:1.1rem;margin-bottom:2rem;opacity:.6}.single-product-content .prd-price{color:var(--primary-color);font-size:2rem;font-weight:500;margin-bottom:2rem}.single-product-content .prd-description{display:flex;flex-direction:column;font-size:1rem;margin-bottom:2rem;opacity:.8}.prd-description .desc-label-container{margin-bottom:1rem}.prd-description .description-label{color:#000;position:relative}.prd-description .description-label:after{background:var(--black);bottom:-5px;content:"";height:2px;left:50%;opacity:.6;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.single-product-content .prd-buttons{display:flex}.prd-buttons .quantity-btn{align-items:center;border:1px solid var(--black);display:flex;justify-content:center;margin-right:1rem;padding:1rem 2rem}.prd-buttons .quantity-btn .plus{margin-right:0}.prd-buttons .quantity-btn .minus,.prd-buttons .quantity-btn .plus{cursor:pointer;font-size:1.2rem;-webkit-user-select:none;user-select:none}.prd-buttons .quantity-btn .minus,.prd-buttons .quantity-btn .quantity{font-weight:500;margin-right:.75rem}.prd-buttons .quantity-btn .text{font-weight:500;margin-right:1.25rem}.small-screen-short-desc,.small-screen-title{display:none}@media screen and (max-width:1000px){.single-product-content .prd-name h2{font-size:2.5rem}.single-product-content .prd-short-desc{margin-bottom:1.5rem}.single-product-content .prd-price p{font-size:1.75rem}.single-product-content .prd-price{margin-bottom:1.5rem}.single-product-content .prd-description{font-size:.9rem}.single-product-content .prd-buttons .quantity-btn{padding:.75rem 1.5rem}.single-product-content .prd-buttons .quantity-btn .text{font-size:.9rem}.single-product-content .prd-buttons .quantity-btn .quantity{font-size:1rem}}@media screen and (max-width:768px){.small-screen-title{color:var(--black);display:block;font-size:2.5rem;font-weight:600;margin-top:1rem;width:100%}.small-screen-short-desc{color:var(--black);display:block;margin-bottom:2rem;opacity:.6;width:100%}.prd-name,.prd-short-desc{display:none!important}.product-page-container{align-items:center;flex-direction:column}.product-page-container .product-images{flex-direction:column-reverse;max-width:450px;padding:2rem}.product-page-container .product-images .main-image{margin-bottom:1rem;margin-right:0}.product-page-container .product-images .small-images{flex-direction:row}.product-page-container .product-images .small-image{margin-bottom:1rem;margin-left:.25rem;margin-right:.25rem}.product-page-container .single-product-content{margin-left:1.5rem;margin-right:1.5rem;margin-top:.5rem}}@media screen and (max-width:400px){.single-product-content .prd-buttons .quantity-btn{padding:.5rem 1rem}.single-product-content .prd-buttons .quantity-btn .text{display:none}.single-product-content .prd-buttons .quantity-btn .quantity{font-size:.9rem}}
/*# sourceMappingURL=main.e6ba6f7d.css.map*/