.loader{position:fixed;left:0;width:100%;height:100%;padding:0;overflow:hidden;z-index:5000;bottom:0;display:flex;justify-content:center;align-content:center;align-items:center;background-color:WhiteShadow}.loader-wrapper{position:relative;margin:auto;width:2em}.loader-ball{position:absolute;width:1em;height:1em;border-radius:50%;background-color:#ea9b0a;animation:jump .7s ease-in-out infinite,bounce .7s ease-in-out infinite}@keyframes jump{0%{top:50px;box-shadow:0 20px 8px -5px #0006}50%{top:-50px;box-shadow:0 130px 80px #00000080}to{top:50px;box-shadow:0 20px 8px -5px #0006}}@keyframes bounce{0%{width:2.5em;height:1.5em}18%{width:2em;height:2em}40%{width:1.5;height:2em}82%{width:2em;height:2em}to{width:2.5em;height:1.5em}}.msg{position:fixed;bottom:0;left:0;width:100%;z-index:10000}.msg>div.error{background-color:#ec3b00;color:#fff;justify-content:center;width:100%;padding:.5em;height:3.5em;display:flex;align-items:center;gap:1em}.msg>div.success{background-color:#73d67d;color:#fff;justify-content:center;width:100%;padding:.5em;height:3.5em;display:flex;align-items:center;gap:1em}.msg>div.notice{background-color:#ea9b0a;color:#fff;justify-content:center;width:100%;padding:.5em;height:3.5em;display:flex;align-items:center;gap:1em}*{box-sizing:border-box}body{font-family:Noto Sans Mono,monospace;color:#000;font-size:14px;font-weight:300;text-align:left;height:100vh;display:flex;flex-direction:column;margin:0!important;padding:0;background-color:#fff}.wrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}a{text-decoration:none}.banner{position:sticky;top:0;display:flex;grid-template-columns:repeat(3,1fr);height:4em;align-items:center;z-index:10;padding:0 1em;background-color:#fff;justify-content:space-between}.banner .Logo{background-image:url("./media/Logo-M3WRVOM4.svg");width:5em;height:2em;background-position:center center;background-size:contain;background-repeat:no-repeat;margin:.5em}.banner>*{display:flex;gap:.5em;align-items:center}.banner .initials{background-color:#000;color:#fff;width:2em;height:2em;display:flex;align-items:center;justify-content:center;border-radius:3em}.footer{background-color:#ffcd00fc;color:#000;padding:1em;margin-top:3em;position:relative;bottom:0;width:100vw}h1{font-size:1.25em;padding:.25rem 0}p{margin:.5em 0}.txtWrapper{padding:2em;display:flex;flex-direction:column;gap:1em}.txtWrapper div{display:flex;flex-direction:column;gap:.5em}.txtWrapper p,.txtWrapper h1,.txtWrapper h3{margin:0}.txtWrapper h3{font-size:1em;font-weight:900}.txtWrapper .crumbs{display:flex;flex-direction:row;gap:.25em;flex-wrap:wrap}.txtWrapper .crumbs a{color:#000;text-decoration:none}b{font-weight:900}.heroImage{width:100vw;object-fit:cover;aspect-ratio:4/3;background-color:#000;position:relative;overflow:hidden}.heroImage .heroSlider{display:flex;flex-direction:row;transition:transform .5s ease-in-out}.heroImage .heroSlider img{width:100%;object-fit:cover;aspect-ratio:4/3;display:block;position:relative;left:0}.slideNav{display:flex;flex-direction:row;position:relative;justify-content:space-between}.slideNav div{min-width:4em;display:inline-flex;justify-content:center;align-items:center;background-color:#e7e7e7fc}.zoomWrapper{position:fixed;top:0;left:0;display:flex;height:100vh;width:100vw;overflow:hidden;align-items:center;background-color:#fff;z-index:10;border:2px solid hotpink}.zoomWrapper .zoomImage{overflow:auto;display:flex;flex-direction:row}.zoomWrapper .slideNav{position:absolute;top:0;right:0}.grids{display:flex;flex-direction:column;gap:1em}.grid,.productGrid{display:grid;grid-template-columns:1fr 1fr}.grid a.image,.productGrid a.image{color:#fff;display:flex;flex-direction:column;background-color:#000;position:relative;aspect-ratio:1/1}.grid a.image img,.productGrid a.image img{width:100%;object-fit:cover;aspect-ratio:1/1;display:block}.grid a.image div,.productGrid a.image div{color:#fff;position:absolute;bottom:.5em;width:100%;display:flex;justify-content:center;align-items:center}.productGrid{gap:.5em;margin:.5em}.product{position:relative;height:100%;display:block}.product .title{gap:.5em;display:flex;flex-direction:column;justify-content:space-between;padding:.5em;text-align:left}.product .title .row{display:flex;flex-direction:row;justify-content:space-between}.lnk{display:inline-flex;flex-direction:column}.lnk:after{content:"";width:100%;display:inline-flex;background-color:#e7e7e7fc;height:3px;border-radius:1em}.btn{background-color:#fff7b7;min-height:3em;min-width:3em;display:inline-flex;justify-content:center;align-items:center;color:#000;font-weight:500}.btnDisabled{background-color:#e7e7e7fc}.btnAddToBasket{background-color:#fff7b7;width:fit-content;padding:.5em 1em}.btnAddToBasket:before{content:"Add To Basket"}.cartWrapper{position:fixed;top:0;right:0;height:100vh;width:100vw;z-index:100;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.cartWrapper .cart{-moz-box-shadow:0 0 1em .1em #000000;-webkit-box-shadow:0 0 1em .1em #000000;box-shadow:0 0 1em .1em #000;background-color:#fff;width:100vw;display:flex;flex-direction:column;justify-content:space-between;padding:2em 1em 0;gap:1em;overflow:auto}.cartWrapper .cart .cartFooter{position:sticky;bottom:0;background-color:#fff;padding:1em 0;display:flex;flex-direction:column;gap:1em;border-top:3px solid rgba(231,231,231,.9882352941)}.cartWrapper .cart .cartSubTotal,.cartWrapper .cart .cartTitle{display:flex;justify-content:center}.cartWrapper .cart .cartItem{display:flex;flex-direction:row;width:20em;gap:1em;margin:0 auto}.cartWrapper .cart .cartItem a.image{color:#fff;display:flex;flex-direction:column;background-color:#000;position:relative;min-width:7em;width:7em;aspect-ratio:1/1}.cartWrapper .cart .cartItem a.image img{width:100%;object-fit:cover;aspect-ratio:1/1;display:block}.cartWrapper .cart .cartItem .item{display:flex;flex-direction:column;justify-content:space-between;width:100%}.row{display:flex;flex-direction:row;flex-wrap:wrap}.btwn{justify-content:space-between}.cartItemActions{display:flex;flex-direction:column;flex-wrap:wrap;gap:.5em}.cartItemActions>div{display:flex;flex-direction:row;justify-content:flex-start;gap:.5em}.cartActions{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;justify-items:center;gap:.25em}.cartActions .checkout{border:3px solid #000000}.cartActions .btn{width:12em}.myQty{border:1px solid rgba(231,231,231,.9882352941);width:3em;display:inline-flex;justify-content:center;height:3em;align-items:center;border-radius:.25em}.cartEmpty{text-align:center}.note{font-size:.8em;padding:1em}.btnBasket{display:flex;flex-direction:row;align-items:center;gap:.25em}.btnBasket .itmCount{border:1px solid rgba(231,231,231,.9882352941);border-radius:5em;height:2em;width:2em;display:flex;justify-content:center;align-items:center;font-weight:700}.currencyOptions{display:flex;flex-direction:row;gap:.5em;justify-content:center}
