.product-link:hover, .product-link:hover * {
    color: inherit !important;
}

/* .product-link:hover, .product-link:hover .countdown {
    color: #06A3FC !important;
}
.product-link:hover, .product-link:hover .countdown-label {
    color: #06A3FC !important;
} */
.product-link:hover, .product-link:hover .custom-countdown {
    color: #06A3FC !important;
}
.product-link:hover, .product-link:hover .custom-countdown-release {
    color: orange !important;
}
.product-link:hover, .product-link:hover .cd-orange{
    color: #fff !important;
}
.product-link:hover, .product-link:hover .cd-blue {
    color: #fff !important;
}
.product-link:hover, .product-link:hover .btn-lg {
    color: #fff !important;
}
.product-link:hover .btn-primary {
    background-color: rgb(37 99 235 / var(--tw-bg-opacity))
}
.product-link:hover, .product-link:hover span {
    /* color: #FE6603 !important; */
}
.product-link:hover .promo{
    color: #fff !important;
    text-decoration: none !important;
}
.product-link:hover .stock{
    color: #fff !important;
    text-decoration: none !important;
}
.product-link:hover .product del{
    color: #c1c1c1 !important;
}

.product-link:hover, .product:hover, .product h5:hover, .carousel:hover{
    color: inherit !important;
    text-decoration: none !important;
}

.submenu {
    display: none !important;
}
.product {
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
    min-height: 350px;
    max-height: 350px;
    width: 400px;
    overflow: hidden;
}
.product-img{
    margin: 0 auto;
}
.carousel {
    width: 100%;
}
.carousel > h5 {
    max-width: 87%;
    text-align: center;
    margin: 0 auto;
}

.products-list .product .item img {
    max-width: 411px;
    max-height: 230px;
    transition: all 0.3s ease;
}

.product:hover .carousel {
    /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); */
}

.product:hover h5, .product:hover small:not(.stock small){
    color: rgb(37 99 235/var(--tw-bg-opacity));
}

.products-list .product .carousel:hover .item img {
    transform: scale(1.1);
}

.product-link {
    border-radius: 5px;
    text-align: center;
    color: #4a4a4a;
    padding: 0;
}

.product h5 {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    /* text-transform: uppercase; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.product del {
    color: #c1c1c1;
    margin: 5px;
}

.product small span {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    /* text-transform: uppercase; */
}

.products-list {
    text-align: center;
    display: inline-block;
}

.carousel .product-buttons:not(.product-buttons:has(.custom-countdown)) button, .carousel button:focus, .carousel button.carousel-control{
    border: none;
    opacity: 0;
    transition: 0.3s;
}

.carousel:hover button {
    display: block;
    opacity: 1 !important;
}

.promo {
    position: absolute;
    top: 15px;
    left: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    color: #ffffff;
    background-color: rgb(37 99 235/var(--tw-bg-opacity));
    font-weight: 400;
    font-size: 14px;
    z-index: 100;
}

.stock {
    position: absolute;
    top: 15px;
    right: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    color: #ffffff;
    background-color: rgb(37 99 235/var(--tw-bg-opacity));
    font-weight: 400;
    font-size: 14px;
    z-index: 100;
}

.stock-orange {
    position: absolute;
    top: 15px;
    right: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    color: #ffffff;
    background-color: orange;
    font-weight: 400;
    font-size: 14px;
    z-index: 100;
}

.product-buttons {
    position: absolute;
    bottom: 0;
    transition: all .3s ease-out;
    left: 20px;
    z-index: 100;
}

.soma-parcelado{

}

.carousel:hover .product-buttons:not(.product-buttons:has(.custom-countdown)),  .product-buttons:has(.btn-warning), .product-buttons:has(.btn-danger){
    bottom: 15px;
}

.product-buttons .btn-danger{
    border: none;
    color: white;
}

.product-buttons .btn-danger:hover{
    background-color: red;
}

.product-buttons button{
    border-radius: 0%;
    color: #6f6f6f;
    background-color: #ffffff;
}

.product{
 background: #f8fafc; /*#efefef;*/
}

/**Mobile */
@media (max-width: 767px) {
    .product {
        display: inline-grid;
        width: 100%;
        min-height: 310px;
        max-height: 310px;
        margin: 5px 0px 5px 0px;
    }

    .products-list .product .item img {
        max-width: 100%;
        /* min-height: 216px; */
    }

    .product-buttons {
        bottom: 0;
    }

    .product-buttons button{
        border-radius: 0%;
        color: #6f6f6f;
        background-color: #ffffff;
    }

    .carousel{
        margin: auto;
    }
}

.custom-countdown, .custom-countdown-release{
    border: 2px solid #06A3FC; /* Cor da borda azul */
    /*padding: 10px;*/
    display: flex;
    justify-content: space-between; /* Espaço entre o ícone e o countdown */
    align-items: center; /* Centraliza verticalmente */
    background-color: white; /* Fundo branco */
    color: #06A3FC; /* Cor do texto em azul */
    width: 220px; /* Largura do countdown */
    height: 38px;
    margin-bottom: 15px;
    border-radius: 0.25rem;
    overflow: hidden;
}

.custom-countdown-release{
    border: 2px solid orange !important; /* Cor da borda azul */
    color: orange !important;
}

.custom-countdown i, .custom-countdown-release i {
    color: white; /* Cor do ícone em branco */
    line-height: 38px;
    font-size: 25px;
}

.countdown-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.countdown-label {
    font-weight: bold;
    font-size: 10px;
}

.countdown {
    font-size: 14px; /* Tamanho do texto do countdown */
    font-weight: bold;
}

.cd-blue {
    height: 38px;
    width: 40px;
    margin: 0;
    padding: 0;
    background: #06A3FC;
}

.cd-orange {
    height: 38px;
    width: 40px;
    margin: 0;
    padding: 0;
    background: orange;
}

.product-buttons:has(.custom-countdown), .product-buttons:has(.custom-countdown-release){
    left: 50%;
    transform: translate(-50%, 0%);
}

.product-buttons .custom-countdown button{
    display: block;
    height: 38px;
    width: 40px;
    margin: 0;
    padding: 0;
    background: #06A3FC;
    border: none;
}

.custom-countdown{
    display: none;
    float: right;
    background-image: linear-gradient(90deg, #06A3FC 20%, white 20%, white 80%, #06A3FC 40%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.custom-countdown-release{
    display: none;
    float: right;
    background-image: linear-gradient(90deg, orange 20%, white 20%, white 80%, white 40%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}