#shop-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center}#shop-wrapper #shop{width:800px;min-height:100px;max-height:90vh;overflow-y:auto;background-color:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;box-sizing:border-box;padding:20px;flex-wrap:wrap}#shop-wrapper #shop h1{width:100%;margin-top:0;display:flex;justify-content:space-between}#shop-wrapper #shop h1 #shop-money:before{content:"Money: $"}#shop-wrapper #shop #shop-inventory{width:48%;display:flex;flex-wrap:wrap}#shop-wrapper #shop #shop-inventory .inventory-item{width:50px;height:50px;margin:5px;border:1px solid black;box-sizing:border-box;background-color:#ffffff4d;display:flex;justify-content:center;align-items:center;cursor:pointer}#shop-wrapper #shop #shop-inventory .inventory-item span{padding:0 5px;border-radius:5px;background-color:#ffffff80;font-family:sans-serif;pointer-events:none;-webkit-user-select:none;user-select:none}#shop-wrapper #shop #buying-section{width:48%}#inventory-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;display:none}#inventory-wrapper #full-inventory{width:800px;min-height:100px;max-height:90vh;overflow-y:auto;background-color:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:flex-start;box-sizing:border-box;padding:20px;flex-wrap:wrap}#inventory-wrapper #full-inventory .inventory-item{width:50px;height:50px;margin:5px;border:1px solid black;box-sizing:border-box;background-color:#ffffff4d;display:flex;justify-content:center;align-items:center;cursor:pointer}#inventory-wrapper #full-inventory .inventory-item span{padding:0 5px;border-radius:5px;background-color:#ffffff80;font-family:sans-serif;pointer-events:none;-webkit-user-select:none;user-select:none}#inventory-cursor{width:50px;height:50px;border:1px solid black;box-sizing:border-box;background-color:#ffffff4d;display:none;justify-content:center;align-items:center;pointer-events:none;position:fixed;z-index:20}#inventory-cursor span{padding:0 5px;border-radius:5px;background-color:#ffffff80;font-family:sans-serif;pointer-events:none;-webkit-user-select:none;user-select:none}
