body{margin:0;padding:0;background-color:#000}*{font-family:sans-serif}svg.p-icon{pointer-events:auto;color:#fff;height:58px;width:27px}.gradient-div{width:300px;height:200px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000;border-radius:10px}::-webkit-scrollbar-thumb{background:#3c3c3c;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.id{color:grey;font-size:30px}.product__price strong{margin-left:5px;font-size:20px}.product__info{height:100px;margin-bottom:15px}.product__title{color:#fff;font-family:sans-serif;font-size:30px;text-transform:capitalize;margin-left:40px}.buy-button{height:30px;width:100px;background-color:#24b1ed;color:#000;padding-left:30px;font-weight:800;border-radius:5px;margin-top:20px}.sphere-container{width:300px;height:300px;position:relative;transform-style:preserve-3d}.sphere{width:100%;height:100%;border-radius:50%;background-image:radial-gradient(circle at 50% 120%,gold,orange);position:absolute;animation:rotate 10s linear infinite;box-shadow:0 0 20px rgba(255,215,0,.5)}@keyframes rotate{0%{transform:rotateY(0deg) rotateX(0deg)}to{transform:rotateY(1turn) rotateX(1turn)}}