.product{position:relative;width:90%}.product-image{position:relative;height:500px;width:500px}.product-sub-image{position:relative;height:90px;width:90px}.size-btn{position:relative;border:1px solid #fff;background-image:none;border-radius:5px;padding:5px 15px;margin-right:10px;margin-bottom:10px;transition-duration:.5s}.size-btn:hover{border:none;box-shadow:5px 5px 10px #000;transform:scale(1.1);transition-duration:.5s}.size-btn:before{content:"";position:absolute;width:0;height:100%;left:0;top:0;transition-duration:.5s;background-image:linear-gradient(to top right,orange,red);z-index:-1;border-radius:5px}.size-btn:hover:before{width:100%}.addToCart-btn{margin-top:30px;position:relative;color:orange;border:1px solid orange;background-image:none;border-radius:5px;padding:5px 250px;margin-right:10px;transition-duration:.5s}.addToCart-btn:hover{border:none;color:#fff;box-shadow:5px 5px 10px #000;transition-duration:.5s}.addToCart-btn:after{content:"";position:absolute;width:100%;height:0;left:0;bottom:0;transition-duration:.5s;background-image:linear-gradient(to top right,orange,red);z-index:-1;border-radius:5px}.addToCart-btn:hover:after{height:100%}.selected-size{box-shadow:5px 5px 10px #000;background-image:linear-gradient(to top right,orange,red);border-radius:5px;padding:5px 15px;margin-right:10px}.product-img{width:100px}@media (max-width:576px){.product-image{position:relative;height:300px;width:300px}.product-sub-image{position:relative;height:80px;width:80px}.product-img{width:50px}.addToCart-btn{margin-top:30px;position:relative;color:orange;border:1px solid orange;background-image:none;border-radius:5px;padding:10px 80px;transition-duration:.5s}}.product-bg{background-image:url(/_next/static/media/product-bg.d6966f03.jpg);position:fixed;top:0;z-index:-1}