.Selectable{-webkit-touch-callout:initial;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.UnSelectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.HorizontalScrolling{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden}@keyframes FadeIn{from{opacity:.3}to{opacity:1}}@keyframes FadeInLeft{from{opacity:.1;-webkit-transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes FadeInTop{from{opacity:.1;-webkit-transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes AppearHeight{from{-webkit-transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0)}}.TransitionFaster{-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.TransitionFast{-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.TransitionMedium{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.TransitionSlow{-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-o-transition:all .8s ease;transition:all .8s ease}:root{--primaryColor:#93002e;--darkGrey:#262626;--mediumGrey:#777777;--lightGrey:#e2e2e2;--headerHeight:80px;--topBannersHeight:200px;--middleBannersHeight:200px}@media only screen and (min-width:800px){:root{--headerHeight:200px}}body main .products{text-align:center}body main .products-select{margin:20px}body main .products-container{margin:30px auto}body main .products-container-item{padding:20px}body main .products-container-item img{border-radius:5%}body main .products-container-item h2{font-size:1.5rem;color:var(--darkGrey);text-transform:uppercase}@media only screen and (min-width:800px){body main .products-container{display:grid;grid-template-columns:1fr 1fr}}@media only screen and (min-width:1100px){body main .products-container{grid-template-columns:1fr 1fr 1fr}}