.slot-machine-wrapper{display:block;width:100%;margin-top:10px;font-family:monospace}.slot-machine-wrapper .add-to-cart-btn{display:inline-block;padding:10px 20px;font-size:16px;cursor:pointer;margin-bottom:10px;background-color:#fc0;border:none;border-radius:5px;font-weight:700}.slot-machine-wrapper .add-to-cart-btn:hover{background-color:#fd3}.slot-machine{display:flex;flex-direction:column;align-items:flex-start;margin-top:10px;clear:both}.slot-machine .reels{display:flex;justify-content:flex-start;margin-bottom:10px}.slot-machine .reel{width:35px;height:60px;border:2px solid #333;margin:0 2px;font-size:32px;text-align:center;line-height:60px;background:#111;color:#fff;border-radius:5px;box-shadow:0 4px 6px rgba(0,0,0,.3);position:relative}.slot-machine .reel.fixed-reel{background:#222;font-weight:700}.slot-machine-wrapper .attempts-info{margin-top:10px;font-weight:700;color:#d33;align-self:flex-start}