        .btn {
            color: white;
            width: 100%;
            max-width: 300px;
            min-height: 54px;
            height: auto;
            padding: 10px 30px;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: .5px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            text-transform: uppercase;
            gap: 10px;
            margin: 20px 0px 15px auto;

        }

        .lapela_carrinho {
            display: flex;
            position: fixed;
            min-height: 40px;
            width: auto;
            border-bottom-left-radius: 40px;
            border-top-left-radius: 40px;
            top: 20px;
            right: 0px;
            z-index: 10;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 3px;
            text-decoration: none;
            padding: 5px 10px;
        }

        @media (max-width: 767px) {
            .btn {
                max-width: 100%;
            }
        }