button.disabled,
button:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    background-color: #cccccc !important;
    color: #666 !important;
    border-color: #bbb !important;
}

.badges {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.bnc-por-encargo-label {
    position: relative;
    background-color: #f1c40f;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    z-index: 10;
    text-align: center;
    line-height: 1.2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 3px;
    flex-direction: column;
}

.cs_product_card.cs_style_9 .cs_label {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 3px;
    position: relative;
    right: 0px;
    top: 0px;
}

.cs_product_card.cs_style_9:hover .bnc-por-encargo-label {
    -webkit-transform: translateX(100px);
    transform: translateX(146px);
}

.bnc-countdown {
    font-size: 11px;
    color: #000;
    margin-top: 2px;
}

.cs_single_product_slider_1 {
    position: relative !important;
}

.cs_product_card.cs_style_9 .cs_product_category {
    position: relative;
    z-index: 3;
}