.price>.unit-price {
    color: #000;
    font-size: 20px !important;
}

.price .original-price {
    text-decoration-line: line-through;
    text-decoration-thickness: 2px;
    font-size: 16px !important;
    color: #939393 !important;
}

.product-desc-xs {
    font-size: 12px;
    overflow: unset;
    text-overflow: unset;
}

.product-desc-xs>a {
    background: #000;
    padding: 7px 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 1;
}

.white-color {
    color: #FFF !important;
}

.bg-black {
    background: #000 !important;
}

.bg-bbb {
    background: #bbb;
}

.btn-check-stock-visible-xs {
    background: #bbbbbb;
    padding: 7px 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 5px;
    color: #FFFFFF;
    line-height: 1;
}

.product-old-price-tag {
    text-decoration-line: line-through;
    text-decoration-thickness: 2px;
}

.no-break {
    white-space: nowrap;
}

/**/
.thumb-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.thumb-container {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.thumb-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}

.thumb-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 0.5rem;
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.thumb.active {
    border-color: #007bff;
}

.thumb-btn {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
    width: 100%;
    max-height: 30px;
    display: flex;
    justify-content: center;
}

.thumb-btn:hover {
    color: #999;
}

/**/

/*cards */
.product-list-item-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.4s ease;
    text-align: center;
    background-color: #FFF;
}

.product-list-item-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.product-list-item-image {
    position: relative;
    max-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.discount-label {
    background-color: #e74c3c;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
}

.current-price {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.old-price {
    font-size: 14px;
    color: #777;
    text-decoration: line-through;
}

.image-catalog ul li span {
    border-radius: 50%;
}

.product-list-item-image:hover~.details .image-catalog {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-list-item-image:hover {
    overflow: visible !important;
}

.product-list-item-image:hover a:hover {
    opacity: 1 !important;
}

.title-step {
    color: #000 !important;
    font-size: 1.125rem;
    font-weight: 900;
    text-align: left;
}

.list-item {
    list-style: none;
    width: 64px;
    margin: 2px;
}

.product-color-option {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0.25rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    background-color: var(--bs-body-bg);
}

.product-color-option img {
    height: 48px;
    width: auto;
}

.product-color-option.active,
.product-color-option:hover {
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.product-color-option p {
    font-size: 0.7rem;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    align-content: center;
}

.product-color-option p:not(.stock-label-product-mini) {
    min-block-size: 2lh;
}

.product-color-option .stock-label-product-mini {
    color: transparent;
}

.product-color-option:hover .stock-label-product-mini,
.product-color-option.active .stock-label-product-mini {
    color: #333;
}

.discount-table th,
.discount-table td {
    text-align: center;
    vertical-align: middle;
}

.availability {
    font-size: 1rem;
    font-weight: bold;
    float: right;
    border: 1px solid #333;
    padding: 0.3rem 0.6rem;
}

.badge-limited,
.badge-outlet {
    --bs-badge-padding-x: 0.5rem;
    --bs-badge-padding-y: 0.2rem;
    --bs-badge-font-size: 0.8rem;
    --bs-badge-font-weight: 600;
    --bs-badge-border-radius: 0.25rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.badge-limited {
    background-color: #ff7f00;
}

.badge-outlet {
    background-color: #e63946;
}

.upp {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 800;
}

.subub {
    font-weight: 500;
    margin: 0;
}

.product-list-card {
    height: 100% !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.product-card-image {
    display: block !important;
    border: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 100%;
    height: auto;
    padding: .25rem;
    background-color: var(--bs-body-bg);
}

/* Ocultar plantilla original en pantalla */
.invisible-but-rendered {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .thumb-container {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
    }

    .thumb-wrapper {
        flex-direction: row !important;
    }

    .thumb-btn-up,
    .thumb-btn-down {
        display: none;
    }

    .thumb {
        width: 80px;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: contain;
        margin-right: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .price-info {
        margin-top: 5px;
    }

    .product-list-item-image {
        display: inline-block;
        height: auto;
        line-height: 1;
        width: 35%;
    }

    .list-item {
        padding: 2px;
        display: table-cell
    }
}

@media (min-width: 767px) {
    .product-list-item-image:hover img {
        transform: scale(1.2) translate(0, 15%);
    }
}

/*cards */