*{margin:0;padding:0;-webkit-tap-highlight-color:transparent}:focus{outline:none}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;scroll-behavior:smooth}@media only screen and (max-width:56.25em){html{font-size:50%}}@media only screen and (max-width:37.5em){html{font-size:45%}}body{font-family:sans-serif;background-image:-webkit-gradient(linear,left bottom,right top,from(#d9ed92),to(#52b69a));background-image:-moz-linear-gradient(left bottom,#d9ed92,#52b69a);background-image:linear-gradient(to right top,#d9ed92,#52b69a)}a{color:inherit;text-decoration:none}.layout__container{max-width:120rem;min-height:100vh;background-color:#fff;margin:9.8rem auto 6rem;padding-top:4.5rem}@media only screen and (max-width:75em){.layout__container{margin-top:9rem;padding-top:.5rem}}@media only screen and (max-width:56.25em){.layout__container{margin-top:4rem}}@media only screen and (max-width:37.5em){.layout__container{margin-bottom:0;margin-top:4rem}}.navbar{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;position:fixed;top:-3.2rem;margin:0 auto;left:50%;-webkit-transform:translate(-50%,50%);-moz-transform:translate(-50%,50%);transform:translate(-50%,50%);width:120rem;height:6rem;background-color:#fff;z-index:100;border-bottom:1px solid #3bb77e}@media only screen and (max-width:56.25em){.navbar{width:100%;top:-3.1rem}}.navbar__actions{height:100%;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;position:relative;border-bottom:1px solid #8b8b8b}@media only screen and (max-width:56.25em){.navbar__actions{height:10rem}}@media only screen and (max-width:37.5em){.navbar__actions{border-bottom:none;height:100%}}.navbar__logo{margin-left:6rem;margin-top:1.5rem;width:4rem;height:100%;display:block;cursor:pointer}@media only screen and (max-width:37.5em){.navbar__logo{width:4rem;height:4rem;display:block;margin-top:0}}.navbar__menu{height:100%}.navbar__btn,.navbar__menu{cursor:pointer;display:none}.navbar__btn{-ms-grid-row-align:center;align-self:center;-ms-grid-column-align:center;justify-self:center;width:4rem;height:.4rem;background-color:#000;border:none;position:relative}@media only screen and (max-width:56.25em){.navbar__btn{display:-moz-box;display:flex}.navbar__btn:after,.navbar__btn:before{content:"";display:inline-block;width:4rem;height:.4rem;position:absolute;background-color:#000}.navbar__btn:before{top:1rem;background-color:#000}.navbar__btn:after{top:-1rem}}.navbar__user{width:15%;height:100%;color:#7e7e7e;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;justify-content:space-around;position:relative;cursor:pointer}.navbar__user__login{font-size:2rem;background-color:#5073be;padding:1.2rem;color:#fff}@media only screen and (max-width:56.25em){.navbar__user{width:20%}}@media only screen and (max-width:37.5em){.navbar__user{width:40%}}.navbar__user__dropdown{width:100%;height:60%;position:absolute;top:20%;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;justify-content:space-around}.navbar__user__dropdown:hover .navbar__user__dropdown--menu,.navbar__user__dropdown:visited .navbar__user__dropdown--menu{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:1px solid #c0bfbf;border-radius:.5rem;display:inline-block}.navbar__user__dropdown span{border-radius:50%;font-size:1.5rem}.navbar__user__dropdown__image{display:block;left:-1rem;width:3rem}@media only screen and (max-width:37.5em){.navbar__user__dropdown__image{left:0;top:1rem;width:4rem}}.navbar__user__dropdown--menu{position:absolute;background-color:#fff;width:0;height:0;overflow:hidden;z-index:1000;top:3rem;right:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.navbar__user__dropdown--menu ul{list-style:none;font-size:1.5rem}.navbar__user__dropdown--menu ul li{padding:1rem;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;text-align:center}.navbar__user__dropdown--menu ul li:hover{background-color:#1976d2;color:#fff}.navbar__user__dropdown--menu ul li:not(:last-child){border-bottom:1px solid #d6d5d5}.navbar__search{width:50%;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:center;justify-content:center;margin-top:0;position:relative}@media only screen and (max-width:56.25em){.navbar__search{width:100%}}.navbar__search input{width:30%;height:3rem;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;border-radius:.8rem;padding:1rem;outline:#729777;border:3px solid #729777;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}@media only screen and (max-width:56.25em){.navbar__search input{width:70%}.navbar__search:hover input{width:80%}}.navbar__search svg{width:2rem;display:inline-block;color:#729777;cursor:pointer;user-select:none;position:absolute;right:40%;top:15%;outline:none!important;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none}@media only screen and (max-width:37.5em){.navbar__search svg{right:20%;top:15%}}.navbar__links{height:3rem;display:-moz-box;display:flex;-moz-box-pack:space-evenly;justify-content:space-evenly;-moz-box-align:center;align-items:center;border-bottom:1px solid #8b8b8b;font-size:2rem;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}@media only screen and (max-width:37.5em){.navbar__links{border:none}}.navbar__link{padding:.1rem 3rem;width:100%;text-align:center;border-top:1px solid #3bb77e}.navbar__link,.navbar__link span{position:relative;display:inline-block}.navbar__link span{z-index:10}.navbar__link:before{content:"";position:absolute;top:0;left:0;height:100%;background-color:#3bb77e;width:1%;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);-moz-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);-webkit-transform-origin:bottom;-moz-transform-origin:bottom;transform-origin:bottom;display:inline-block}.navbar__link:focus span,.navbar__link:hover span{color:#fff}.navbar__link:focus:before,.navbar__link:hover:before{top:0;left:0;width:100%;height:100%}.header{position:relative;height:538px;width:100%;background-color:#000;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.header__heading{color:#fff;z-index:2;position:relative;text-align:center;font-size:4rem;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;-webkit-animation:fadeIn 3.5s .5s backwards;-moz-animation:fadeIn 3.5s .5s backwards;animation:fadeIn 3.5s .5s backwards}.header__heading span{display:block}.bg-video{position:absolute;top:0;left:0;height:100%;width:100%;opacity:.6;overflow:hidden}.bg-video__content{height:100%;width:100%;object-fit:cover}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-filter:blur(3px);filter:blur(3px)}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0;-webkit-filter:blur(3px);filter:blur(3px)}to{opacity:1}}@keyframes fadeIn{0%{opacity:0;-webkit-filter:blur(3px);filter:blur(3px)}to{opacity:1}}.store{display:-ms-grid;display:grid;grid-template-rows:10rem repeat(7,1fr)}.store__heading__filter{display:-ms-grid;display:grid;grid-template-columns:repeat(4,1fr);font-size:2rem;-moz-box-align:center;align-items:center;text-align:center}.store__heading__filter button{background-color:#fff;border:none;padding:1rem;cursor:pointer;color:gray;position:relative}.store__heading__filter button svg{height:2rem}.store__heading__filter .speech-bubble{position:absolute;background:#fff;border-radius:.4em;visibility:hidden;opacity:0;height:0;width:15rem;top:-1rem;left:5.3rem;border:1px solid #000;-webkit-box-shadow:0 .2rem 7px;box-shadow:0 .2rem 7px;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;list-style:none;justify-content:space-around;background-color:#fff;-webkit-transition:all .3s cubic-bezier(.075,.82,.165,1);-moz-transition:all .3s cubic-bezier(.075,.82,.165,1);transition:all .3s cubic-bezier(.075,.82,.165,1);padding:1.5rem;z-index:50}.store__heading__filter .speech-bubble.active{height:17rem;width:17rem;display:-moz-box;display:flex;visibility:visible;opacity:1}.store__heading__filter .speech-bubble li{border:1px solid #dcdcdc;padding:1rem 0;border-radius:.2rem;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;background-color:#2c85eb;color:#fff;margin:.4rem 1rem;border-radius:1rem}.store__heading__filter .speech-bubble li:hover{background-color:#2769b4;color:#fff}.store__heading__filter .speech-bubble:after{content:"";position:absolute;left:0;top:20%;width:0;height:0;border:2rem solid transparent;border-right-color:#606768;border-left:0;border-bottom:0;margin-top:-2rem;margin-left:-2rem}.store__heading__filter--head{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;text-align:start;margin-left:1rem}.store__heading__filter--links{list-style:none;display:-ms-grid;display:grid;grid-auto-flow:column;-ms-grid-column:3;-ms-grid-column-span:2;grid-column:3/5;font-size:2.5rem;font-size:1.8rem;cursor:pointer}@media only screen and (max-width:37.5em){.store__heading__filter--links{margin-right:1rem;font-size:1.9rem}}.store__heading__filter--link{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-moz-transition:transform .2s,-moz-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s,-moz-transform .2s;transition:transform .2s,-webkit-transform .2s;cursor:pointer}.store__heading__filter--link-active,.store__heading__filter--link:hover{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);transform:translateY(-3px);color:#3bb77e}.store__products{grid-row:2/-1;display:-ms-grid;display:grid;-ms-grid-rows:(1fr) [auto-fill];grid-template-rows:repeat(auto-fill,1fr);grid-template-columns:repeat(5,1fr);grid-gap:2rem;margin:0 1rem;padding:3rem}@media only screen and (max-width:56.25em){.store__products{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:50em){.store__products{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:37.5em){.store__products{grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;padding:2rem}}.store__product{height:350px;display:-ms-grid;display:grid;grid-template-rows:repeat(5,1fr);position:relative;text-align:center;-moz-box-align:center;align-items:center;-moz-box-pack:stretch;justify-content:stretch;justify-items:center;border:1px solid #bce3c9;border-radius:1.9rem;overflow:hidden;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}@media only screen and (max-width:37.5em){.store__product{height:300px}}.store__product h6{color:#525050;-ms-grid-column-align:start;justify-self:start;margin-left:1rem;font-size:1.2rem}.store__product--name{font-size:1.8rem;font-weight:600}.store__product--action{width:100%;display:-moz-box;display:flex;-moz-box-pack:space-evenly;justify-content:space-evenly;-moz-box-align:center;align-items:center}.store__product--action span{font-size:1.7rem;color:#3bb77e;font-weight:600}.store__product--action button{position:relative;display:inline-block;padding:6px 20px;border-radius:4px;background-color:#def9ec;font-size:14px;font-weight:700;color:#3bb77e;border:none;cursor:pointer;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.store__product--action button:hover{background-color:#3bb77e;color:#fff}.store__product .badge{display:inline-block;-ms-grid-column-align:start;justify-self:start;position:relative;font-size:1.2rem;border-radius:15px 0 20px 0;color:#fff;padding:9px 20px 10px;background-color:#67bcee;width:2rem;height:1rem;-ms-grid-row-align:start;align-self:start;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);transform:translateY(-3px)}.cart{top:0;right:0;width:35rem;height:100vh;background-color:#fff;border-left:1px solid #000}.cart,.cart__disable{position:fixed;z-index:1000;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.cart__disable{top:10rem;right:1.2rem;width:4.5rem;height:3rem;padding:1rem 1.1rem 1rem 1rem;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;border:1px solid #000;background-color:rgba(222,249,236,.5)}.cart__disable.rotate{-webkit-animation:jump .5s;-moz-animation:jump .5s;animation:jump .5s}@media only screen and (max-width:37.5em){.cart__disable{top:12rem;width:5.5rem;height:4rem}}.cart__disable--toggle{width:100%;height:100%;position:absolute;top:.5rem;left:1.2rem;cursor:pointer}.cart__disable--toggle svg{width:4.1rem;height:4.1rem;color:rgba(0,0,0,.4)}@media only screen and (max-width:37.5em){.cart__disable--toggle svg{width:5rem;height:5rem}}.cart__disable--ammout{position:absolute;width:.5rem;height:.5rem;top:-2rem;right:.1rem;font-size:1.4rem;background-color:rgba(255,0,0,.9);border-radius:50%;border:1px solid #000;color:#fff;padding:.9rem;display:-moz-box;display:flex;font-weight:700;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}@media only screen and (max-width:37.5em){.cart__disable--ammout{right:0;font-size:2rem}.cart{width:100vw}}.cart__heading{display:-moz-box;display:flex;border-bottom:3px solid #253d4e}.cart__heading button{width:3rem;border:none;background-color:#fff;cursor:pointer;font-size:2rem}@media only screen and (max-width:37.5em){.cart__heading button{font-size:3rem}}.cart h2{text-align:center;margin-top:2rem;width:100%;padding-bottom:1rem;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-weight:700;letter-spacing:.5rem;-moz-box-pack:center;justify-content:center}@media only screen and (max-width:37.5em){.cart h2{font-size:2rem}}.cart__empty{margin:0 3rem;text-align:center;font-size:2rem;height:100%;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start}.cart__empty h3{margin-top:10rem}.cart__empty svg{margin-top:3rem;width:6rem;height:6rem}.cart__list{display:-ms-grid;display:grid;width:100%;height:70vh;-ms-grid-rows:3rem (9rem) [auto-fill];grid-template-rows:3rem repeat(auto-fill,9rem);-ms-grid-columns:100%;grid-template-columns:100%;grid-auto-rows:9rem;overflow-y:scroll}.cart__list::-webkit-scrollbar{width:1rem}.cart__list::-webkit-scrollbar-track{background:#c8c7c7}.cart__list::-webkit-scrollbar-thumb{background:#777272}.cart__list::-webkit-scrollbar-thumb:hover{background:#6b6767}@media only screen and (max-width:37.5em){.cart__list{-ms-grid-rows:4rem (11rem) [auto-fill];grid-template-rows:4rem repeat(auto-fill,11rem)}}.cart__total{font-size:2rem;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:end;align-items:end;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;padding:1rem;width:100%}@media only screen and (max-width:37.5em){.cart__total{padding:1rem;height:3rem}}.cart__details{display:-ms-grid;display:grid;width:100%;grid-template-columns:repeat(3,1fr);list-style:none;justify-items:center;text-align:center;grid-column-gap:1rem;font-size:2rem;color:#742020;font-family:Courier New,Courier,monospace}.cart__details li{background-color:#e9e3e3;width:100%;line-height:1.7}.cart__item{display:-ms-grid;display:grid;grid-template-columns:repeat(3,1fr);list-style:none;text-align:center;-moz-box-align:center;align-items:center;font-size:1.5rem;border-bottom:1px solid #000}.cart__item li{position:relative;display:-moz-box;display:flex;-moz-box-pack:space-evenly;justify-content:space-evenly}.cart__item--image{width:7rem;display:block!important;-ms-grid-column-align:center;justify-self:center}@media only screen and (max-width:37.5em){.cart__item{font-size:2.1rem}.cart__item--image{width:8rem;-ms-grid-row-align:start;align-self:start;position:absolute;top:10%}}.cart__item--quantity{font-weight:700;font-size:2rem}.cart__btn--small{font-size:2.2rem;color:#1264df;cursor:pointer;border:none;background-color:#fff}.cart__btn--small svg{width:2.2rem;height:2.2rem}.cart__btn--finish{height:7rem;width:100%;-ms-grid-row-align:center;align-self:center;background-color:#0b7fcc;border:none;font-size:2rem;color:#fff;font-weight:700;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;cursor:pointer}@media only screen and (max-width:37.5em){.cart__btn--finish{margin-bottom:10rem}}.cart__btn--finish:hover{background-color:#0d90e7}@-webkit-keyframes jump{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}to{-webkit-transform:translateY(0) rotate(-1deg);transform:translateY(0) rotate(-1deg)}}@-moz-keyframes jump{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);-moz-transform:translateY(-1rem);transform:translateY(-1rem)}to{-webkit-transform:translateY(0) rotate(-1deg);-moz-transform:translateY(0) rotate(-1deg);transform:translateY(0) rotate(-1deg)}}@keyframes jump{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-1rem);-moz-transform:translateY(-1rem);transform:translateY(-1rem)}to{-webkit-transform:translateY(0) rotate(-1deg);-moz-transform:translateY(0) rotate(-1deg);transform:translateY(0) rotate(-1deg)}}.checkout{width:10vw;opacity:0;z-index:-1000}.checkout,.checkout__active{height:100%;top:0;left:50%;-webkit-transform:translate(-50%);-moz-transform:translate(-50%);transform:translate(-50%);-webkit-transition:all .5s cubic-bezier(.25,.46,.45,.94);-moz-transition:all .5s cubic-bezier(.25,.46,.45,.94);transition:all .5s cubic-bezier(.25,.46,.45,.94);position:fixed;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.checkout__active{z-index:1000;width:100vw;background-color:rgba(32,30,30,.719)}.checkout__container{width:100rem;height:50rem;background-color:#fff;font-size:3rem;padding:3rem;border-radius:1rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.checkout__grid{display:-ms-grid;display:grid;-ms-grid-rows:5rem (10rem) [auto-fit];grid-template-rows:5rem repeat(auto-fit,10rem);grid-auto-rows:10rem;overflow-y:scroll}.checkout__grid *>{border-bottom:3px solid #def9ec;height:100%}.checkout__grid::-webkit-scrollbar-track{background:#ebe6e6;border-radius:1rem}.checkout__grid::-webkit-scrollbar-thumb{background:#adaaaa}.checkout__grid::-webkit-scrollbar-thumb:hover{background:#6b6767}.checkout__grid::-webkit-scrollbar{width:1rem;border-radius:1rem}.checkout__details{justify-items:center;color:#253d4e;background-color:#def9ec}.checkout__details,.checkout__item{display:-ms-grid;display:grid;grid-template-columns:repeat(4,1fr);list-style:none;font-size:2rem;grid-column-gap:1rem;-moz-box-align:center;align-items:center}.checkout__item{text-align:center;border-bottom:3px solid #d8d6d6}.checkout__item li{height:100%}.checkout__btn,.checkout__item li{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.checkout__btn{height:30%;width:100%;border-top:1px solid #000}.checkout__btn button{width:25rem;border:none;background-color:#3bb77e;padding:2rem 0;border-radius:1rem;font-size:2.3rem;font-family:Verdana,Geneva,Tahoma,sans-serif;cursor:pointer;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;color:#fff}.checkout__btn button:hover{font-size:2.6rem;letter-spacing:4px}.footer{height:32rem;background-image:-webkit-gradient(linear,left top,right top,from(#88a270),to(#232423));background-image:-moz-linear-gradient(left,#88a270,#232423);background-image:linear-gradient(90deg,#88a270,#232423);display:-ms-grid;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);grid-column-gap:5rem;grid-row-gap:3rem;-moz-box-align:start;align-items:start;padding:1rem 5rem;font-size:1.5rem;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}@media only screen and (max-width:37.5em){.footer{height:50rem;padding:1rem;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(2,1fr);grid-row-gap:1rem}}.footer__logo{display:-ms-grid;display:grid;-ms-grid-row-align:end;align-self:end;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}@media only screen and (max-width:37.5em){.footer__logo{-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2;grid-column:1/-1;-ms-grid-row-align:center;align-self:center;-ms-grid-column-align:center;justify-self:center}}.footer__logo--p{-ms-grid-row-align:start;align-self:start;-ms-grid-row:3;-ms-grid-row-span:1;grid-row:3/4;color:#fff;font-size:2rem;font-family:Verdana,Geneva,Tahoma,sans-serif}@media only screen and (max-width:37.5em){.footer__logo--p{-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3;-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;border-bottom:2px solid #fff;-ms-grid-column-align:stretch;justify-self:stretch;text-align:center}}.footer__email{-ms-grid-column:2;-ms-grid-column-span:2;grid-column:2/4;-ms-grid-row:3;-ms-grid-row-span:2;grid-row:3/5;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:justify;justify-content:space-between;height:60%;color:#fff;font-size:1.5rem}@media only screen and (max-width:37.5em){.footer__email{-ms-grid-row:3;-ms-grid-row-span:1;grid-row:3/4;grid-column:1/-1}}.footer__email--p{width:92%;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;letter-spacing:2px}.footer__email__action{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.footer__email__action--email{width:60%;padding:1rem;background-color:rgba(0,0,0,.3);border:1px solid #fff;color:#fff;font-size:1.5rem}.footer__email__action--btn{width:30%;background-color:#d2ddd4;cursor:pointer;border:none;font-weight:700;color:#575252;-webkit-transition:background .2s;-moz-transition:background .2s;transition:background .2s}.footer__email__action--btn:hover{background-color:#a4caa4}.footer__follow{-ms-grid-row:3;-ms-grid-row-span:2;grid-row:3/5;-ms-grid-column:4;-ms-grid-column-span:1;grid-column:4/5;text-align:center;color:#fff;letter-spacing:3px;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:justify;justify-content:space-between;height:60%}@media only screen and (max-width:37.5em){.footer__follow{-ms-grid-row:4;-ms-grid-row-span:1;grid-row:4/5;-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2}}.footer__follow--icons{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.footer__follow--icons svg{width:3rem;height:3rem;border:1px solid #000;border-radius:50%;cursor:pointer;margin:0 1rem}.footer__call{-ms-grid-row:3;-ms-grid-row-span:2;grid-row:3/5;-ms-grid-column:5;-ms-grid-column-span:1;grid-column:5/6;text-align:center;color:#fff;display:-ms-grid;display:grid;justify-items:center;height:60%;letter-spacing:3px}@media only screen and (max-width:37.5em){.footer__call{-ms-grid-row:4;-ms-grid-row-span:1;grid-row:4/5;-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3}}.footer__call p{-ms-grid-column-align:center;justify-self:center;font-size:2rem;letter-spacing:2px}.footer__bottom{border-top:2px solid #fff;-ms-grid-row:5;-ms-grid-row-span:1;grid-row:5/6;grid-column:1/-1;color:#fff;display:-moz-box;display:flex;flex-wrap:wrap;-moz-box-align:center;align-items:center;height:100%;justify-content:space-around;list-style:none;cursor:pointer}@media only screen and (max-width:37.5em){.footer__bottom{-ms-grid-row:5;-ms-grid-row-span:1;grid-row:5/6;grid-column:1/-1;border-bottom:2px solid #fff}}.payment-modal{z-index:-5;visibility:hidden}.payment-modal,.payment-modal--active{position:fixed;height:100vh;width:100vw;background-color:rgba(0,0,0,.692);top:0;left:0}.payment-modal--active{z-index:1005;visibility:visible}.payment-modal--active__close{position:absolute;top:-1rem;right:-1rem;background-color:#fff;border-radius:50%;padding:1.2rem 1.5rem;font-size:2rem;cursor:pointer}.payment-modal--active__container{width:40%;height:30%;position:absolute;background-color:#fff;top:0;left:50%;-webkit-transform:translate(-50%,50%);-moz-transform:translate(-50%,50%);transform:translate(-50%,50%);-webkit-animation:modal 1s;-moz-animation:modal 1s;animation:modal 1s;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:space-evenly;justify-content:space-evenly;border-radius:1rem;text-align:center;-moz-box-align:center;align-items:center;background-image:-webkit-gradient(linear,left top,right top,from(#d3dce4),to(#aec5eb));background-image:-moz-linear-gradient(left,#d3dce4,#aec5eb);background-image:linear-gradient(90deg,#d3dce4,#aec5eb);overflow:hidden}@media only screen and (max-width:37.5em){.payment-modal--active__container{width:90%;height:30rem}}.payment-modal--active__container h2{font-size:2rem;font-family:Courier New,Courier,monospace}@media only screen and (max-width:37.5em){.payment-modal--active__container h2{font-size:2.5rem}}.payment-modal--active__container a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2rem 3rem;font-size:2rem;border-radius:1rem;color:#fff;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}.payment-modal--active__container a,.payment-modal--active__container a:hover{background-image:-webkit-gradient(linear,left top,right top,from(#97b5ce),to(#4c84dd));background-image:-moz-linear-gradient(left,#97b5ce,#4c84dd);background-image:linear-gradient(90deg,#97b5ce,#4c84dd)}.payment-modal--active__container a:hover{letter-spacing:2px;font-weight:700}@-webkit-keyframes modal{0%{width:0;height:0}to{width:40%;height:30%}}@-moz-keyframes modal{0%{width:0;height:0}to{width:40%;height:30%}}@keyframes modal{0%{width:0;height:0}to{width:40%;height:30%}}.orders h1{margin-top:10rem}.orders .container{margin:5rem;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;flex-wrap:wrap}.orders__item__details{overflow:hidden;height:0}.orders__item,.orders__item__details{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.orders__item{border:1px solid #000;padding:1rem;border-radius:.5rem;cursor:pointer;height:1rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.orders__item:not(:last-child){margin-bottom:5rem}.orders__item:focus,.orders__item:hover{min-height:20rem}.orders__item:focus .orders__item__details,.orders__item:hover .orders__item__details{height:100%;justify-content:space-around}.orders__item:focus .orders__item__details,.orders__item:focus .orders__item__details--products,.orders__item:hover .orders__item__details,.orders__item:hover .orders__item__details--products{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.orders__item:focus .orders__item__details--products div,.orders__item:hover .orders__item__details--products div{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;border-top:1px solid #ebe9e9}