:root{--bg-0:var(--dark-0);--dark-0:#111315;--dark-1:#1b1d1f;--light-0:#fef7ee;--grey-0:#6f757c;--teal-0:#bee3cc;--gold-0:#f6c768;--red-0:#ed735d;--font-heading:2rem;--font-body:1rem;--font-label:0.875rem;--font-price:0.75rem;--font-sm:0.625rem}.button{background-color:transparent;color:var(--light-0);padding:.6rem;border-radius:.5rem;border:1px solid transparent;cursor:pointer;transition:all .3s ease-in-out;font-size:var(--font-label);font-weight:550;z-index:1}.button--active{background-color:var(--grey-0)}.button:hover{border:1px solid var(--light-0)}.button:focus{border:1px solid transparent}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(1,1fr);grid-gap:0;width:100%}.grid__item{border:2px solid #000;background-color:#585858;padding:.5rem;border-radius:.3rem;height:-moz-fit-content;height:fit-content}.grid__item:last-child{border-right-width:2px}.grid__item--no-style{border:none;background-color:transparent;padding:0}.grid__item--low-opacity-bg{background-color:rgba(88,88,88,.459)}.grid__item--sub-table-item{border:none;padding:0}.layout{padding:1rem;width:100%;max-height:100vh;text-align:center;height:100%;overflow:auto}.banner-img{position:absolute;top:0;left:0;display:block;max-height:21rem;max-width:-moz-fit-content;max-width:fit-content;width:auto;height:auto;margin:0 auto;z-index:-1}@media(max-width:790px){.banner-img{max-height:12rem}}.inner-panel{margin:10.5rem 4.8rem 8rem;background-color:var(--dark-1);padding:4rem;border-radius:1rem;overflow:hidden}@media(max-width:790px){.inner-panel{margin-top:6rem}}@media(min-width:1281px){.inner-panel{max-width:70rem;margin:10.5rem auto}}.shop-panel header{position:relative}.shop-panel header img{position:absolute;top:-8rem}.shop-panel header p{color:var(--grey-0);max-width:30rem;margin:-1rem auto 1.2rem}.shop-panel header h1,.shop-panel header p{position:relative}.shop-panel__control-row{display:flex;gap:.5rem;justify-content:center}.shop-panel__grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2.3rem}.shop-panel-product{position:relative;width:15.6rem;height:10rem;text-align:start;margin-bottom:5.5rem}.shop-panel-product img{border-radius:.8rem}.shop-panel-product h3,.shop-panel-product p{margin:0}.shop-panel-product h3{font-size:var(--font-body);align-content:center}.shop-panel-product__title{margin:.5rem 0;display:flex;justify-content:space-between}.shop-panel-product__price{background-color:var(--teal-0);color:var(--dark-1);align-content:center;padding:.2rem .5rem;border-radius:.3rem;font-weight:700;font-size:var(--font-price)}.shop-panel-product__rating-container{display:flex;justify-content:space-between}.shop-panel-product__rating{font-size:var(--font-label);display:flex;align-items:center;gap:.2rem}.shop-panel-product__rating span{color:var(--grey-0);font-weight:650}.shop-panel-product__sold-out{color:var(--red-0);font-weight:600;font-size:var(--font-label);align-self:center}.shop-panel-product__popular-tag{background-color:var(--gold-0);font-size:var(--font-sm);position:absolute;left:.5rem;top:.5rem;padding:.25rem .65rem;border-radius:1rem;color:var(--dark-0);font-weight:650}*{box-sizing:border-box;scrollbar-width:auto}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:var(--grey-dark-3)}::-webkit-scrollbar-thumb{background-color:var(--grey-0);border-radius:10px}#__next{height:100%}body{background-color:var(--bg-0);color:var(--light-0);height:100vh;padding:0;margin:0;font-family:DM Sans,sans-serif,system-ui;overflow:hidden;font-size:var(--font-body);font-weight:540}h1{font-size:var(--font-heading);font-weight:630}