.shop{flex-wrap:wrap;justify-content:center;position:relative;box-sizing:border-box}.product-card{position:relative;top:0;transition:all ease .3s;justify-content:center;align-items:center;margin:20px auto 20px auto;margin-top:20px;padding:5px;background-color:var(--bg-card);border-radius:var(--round-corners);text-align:center;overflow:hidden;width:100%;background:var(--gradient-blue-white);background-size:100%;box-shadow:var(--shadow);z-index:4}.product-card img{border-radius:var(--round-corners)}.product-card:hover{top:-10px}.product-card:hover,.single-product-theater img:hover{box-shadow:0 0 20px 10px var(--blue-accent)}.product-card img{height:300px;width:300px}.product-card-price{color:#fff;text-shadow:2px 2px #000;font-size:1.5em}dialog{justify-content:center;align-items:center;position:fixed;z-index:5;right:0;bottom:0;left:0;top:0;background-color:rgba(0,0,0,.6);width:auto;height:100vh;box-sizing:border-box;padding:0;border:0;opacity:0;transition:opacity .5s}dialog[open]{opacity:1}dialog .modal-container{background-color:#fefefe;padding:20px;border-radius:3px;margin:auto;box-sizing:border-box;max-width:80vw}.modal-body{padding:5px;margin:10px;justify-content:center;align-items:center;box-sizing:border-box}.modal-body-inner{flex-direction:row;box-sizing:border-box}.modal-header{margin-left:auto;padding:5px;box-sizing:border-box}#shop-filter-close,.modal-close-btn{display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;padding:5px;width:20px;height:20px;border-radius:3px;box-sizing:border-box;font-weight:700}#shop-filter-close:hover,.modal-close-btn:hover{background-color:var(--brown-accent);color:#fff}.single-product-description{padding:5px;margin:10px;box-sizing:border-box}.single-product-theater{flex-direction:row;width:100%;flex-wrap:wrap;margin:10px;padding:5px;justify-content:center}.single-product-theater img{width:100px;height:100px;border:solid 1px transparent}.single-product-theater img:hover{z-index:1}.single-product-theater img:active{border:solid 1px grey}#selected-product{height:430px;width:430px}.shop-wrapper{flex-direction:row;background-color:#fff}.shop-filters{padding:10px;margin:0;z-index:5;width:200px;height:fit-content;position:absolute;transition:.3s;overflow-x:hidden}.shop-filters .input-group{transition:.3s}#shop-filter-close{margin-left:auto}.shop-filters h3{text-align:center}.input-group{flex-direction:row}.filter-show{z-index:2;max-height:50px;position:absolute}.filter-container-hide{width:0;transition:.3s;padding:0;border:0}.filter-show button{background-color:#fff;border:solid 0 transparent;border-radius:3px}.filter-show button:focus{border:solid 1px var(--blue-accent);outline:solid 1px var(--blue-accent)}.product-card p{height:50px}.wave{position:fixed;background:0 0;height:100vh;width:100vh;outline:0;border:0;z-index:7}.wave::before{content:"";position:absolute;background:linear-gradient(to top,var(--blue-accent),#0030cf);height:200%;width:200%;bottom:-65%;left:-50%;border-radius:40%;animation:wave2 4s ease-out infinite}.wave:after{content:"";position:absolute;background:linear-gradient(to bottom,var(--blue-accent),#0030cf);height:200%;width:200%;bottom:-70%;left:-50%;border-radius:45%;animation:wave 4s ease-out infinite;z-index:7}#filter-container{background:var(--gradient-blue-white)}#filter-container #sortBtn{border:1px solid transparent;margin:5px;background-color:#fff}#filter-container select{border:1px solid transparent;outline:1px transparent;background:#fff;border:1px solid var(--blue-accent);border-radius:var(--round-corners);padding:5px;margin:5px}@keyframes wave{0%{transform:translateY(80%) rotate(180deg)}50%{transform:translateY(0) rotate(0)}100%{transform:translateY(80%) rotate(180deg)}}@keyframes wave2{0%{transform:translateY(70%) rotate(200deg)}50%{transform:translateY(0) rotate(0)}100%{transform:translateY(70%) rotate(200deg)}}@media screen and (max-width:280px){.product-card img{width:250px;height:250px}}@media screen and (min-width:280px){.modal-body-inner{flex-direction:column}#selected-product{width:150px;height:150px;margin:auto}dialog .modal-container{padding:5px;max-width:100%;overflow:scroll}.modal-body{margin:0}.single-product-description{margin:0}.single-product-features{padding-left:10px}.single-product-theater{margin:0}.single-product-theater img{width:50px;height:50px}.shop{padding-top:50px}}@media screen and (max-width:320px){#main{align-items:center}}@media screen and (min-width:360px){#selected-product{width:200px;height:200px}.single-product-theater img{width:75px;height:75px}}@media screen and (min-width:768px){.product-card{width:calc(.75 * var(--height))}.modal-body-inner{flex-direction:row}#selected-product{width:420px;height:430px}.modal-body{margin:0}.single-product-theater{margin:10px}.single-product-theater img{width:100px;height:100px}.shop{padding-top:50px}}@media screen and (min-width:1024px){.shop{justify-content:flex-start;padding-top:10px}.product-card{margin:10px;width:calc(.7 * var(--height))}#shop-filter-close{display:none}.filter-show{display:none}.shop-filters{display:flex}#filter-container{width:100%;position:relative;padding:5px;margin-top:20px;max-width:200px}.wave{height:100vw;width:100vw}}@media screen and (min-width:1400px){.product-card{width:calc(.8 * var(--height))}}