.textContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 6px;
    margin-top: -60px;
}

.articulo {
    user-select: none;
    width: -webkit-fill-available;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 80px;
    background: #ffffff;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    justify-self: center;

}

#nombre {
    width: 190px;
    text-wrap: wrap;
    margin-left: 10px;
    text-align-last: start;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    align-self: start;
}

#prodImg {
    width: 80px !important;
    height: 80px !important;
    margin-left: 5px !important;
    border-radius: 5px !important;
}

#rightPart {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

#pPrecio {
    font-size: 15px !important;
    margin: 0 !important;
    text-align: end !important;
    margin-right: 5px !important;
    display: flex !important;
    height: max-content !important;
    width: 80px !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

#selectModelosCont {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#selectLabel {
    font-size: 12px;
    margin-top: 10px;
}

#custom_select {
    margin-left: 5px;
    width: 95%;
    padding: 5px 5px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background-size: 16px;
    font-size: 15px;
    color: #111;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;

}

#custom_select:hover {
    border-color: #b7bcc6;
}

#custom_select:focus {
    border-color: #3576f0;
    box-shadow: 0 0 0 3px rgba(53, 118, 240, 0.25);
    outline: none;
}

#custom_select:disabled {
    opacity: .6;
    cursor: not-allowed;
}

#leftContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.producto {
    box-sizing: border-box;
    padding: 5px;
    max-width: 400px;
    background: rgb(255, 255, 255);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0px 0px 1px 1px #bbbbbb;
    content-visibility: auto;
    contain-intrinsic-size: 300px 400px;
}

#contUnidades {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#prodDataContainer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
}

#pPrecioLista {
    font-size: 25px;
    font-family: "Montserrat";
}

#precioContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-align-last: center;
}

p2 {
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-decoration: none;
    color: #3d3d3dc7;
    text-align: center;
    font-size: 10px;
    width: 90%;
    justify-self: center;
}

.producto:hover {
    box-shadow: 0px 0px 0px 1.5px orange;
}

#prod-info-text {
    margin-left: 0px;
    margin-top: 0px;
    width: -webkit-fill-available;
}

#contUnidadesBtnCarrito {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#prod-info-udisp {
    display: inline;
    margin-left: 0px;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    width: -webkit-fill-available;
}

#prod-info-udisp-dis {
    display: none;
}

#prod-info-price {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: bold;
    font-family: "Montserrat";
    width: -webkit-fill-available;
    color: rgb(53, 53, 53);
    text-wrap: nowrap;
}

#prod-info-off {
    font-size: 10px;
    margin: 0px;
    width: -webkit-fill-available;
    color: green
}

#prod-info-efect {
    font-size: 16px;
    font-weight: bolder;
    font-family: 'Inter';
    margin: 0px;
    width: -webkit-fill-available;
    color: green;
}

#prod-info-marca {
    width: 90px;
    user-select: none;
    height: auto;
    margin-top: 2px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
}

p {
    width: auto;
    margin-bottom: 10px;
}

#loadingAnim {
    user-select: none;
    position: fixed;
    background-color: #5a5a5a8a;
    width: 100%;
    height: 200%;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingAnim2 {
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background-color: #2424248a;
    z-index: 9999;

    user-select: none;

    pointer-events: all;
}

#loadingAnimGif {
    position: absolute;
    width: 130px;
    height: 130px;
    color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input {
    width: 60%;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

input:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}

#cambioPrecioCont {
    display: flex;
    flex-direction: row;
}

#prod-info-efect-block {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    height: 50px;
    border-radius: 5px;
    padding: 3px;
    background: #00ff001c;
    justify-content: space-evenly;
    box-shadow: 0px 0px 0px 1px yellowgreen;
}

#prod-info-title {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    white-space: nowrap;
    background-color: #ffd4ae00;
    /* box-shadow: 0px 0px 0px 1px #cfcfcf; */
    border-radius: 2px;
    width: -webkit-fill-available;
    padding: 5px;
    position: relative;
}

#prod-info-marca-txt {
    align-self: center;
    background-color: white;
    font-family: 'Inter';
}

#prod-info-title span {
    display: inline-block;
    transition: transform 0.15s ease;
    will-change: transform;
}

hr2 {
    width: 98% !important;
    border: 2px solid #f3af61 !important;
    border-radius: 2px !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    justify-self: center;
    display: flex;
}

#container {
    display: flex;
    padding: 10px;
    justify-content: space-between;
}

#title-cat {
    align-self: baseline;
    user-select: none;
    margin-left: 0px;
    width: auto;
    font-weight: bold;
    color: orange;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    margin-top: 15px;
}

#leftSection {
    width: 90%;
    padding: 10px;
    display: flex;
    border-radius: 5px;
    margin-bottom: 10px;
    flex-direction: column;
}

#categoriaActual {
    display: flex;
    transition: all 1s ease;
    max-width: 150px;
    background-color: #e5e3dd;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 20px;
    place-items: center;
    color: #686868;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    justify-content: space-between;
    transition: all 1s ease;
}

/* Cuando está deshabilitado */
#categoriaActual.disabled {
    background-color: transparent !important;
    cursor: default !important;
    pointer-events: none !important;
    color: #68686800 !important;
}

/* Hover solo si no tiene la clase disabled */
#categoriaActual:not(.disabled):hover {
    cursor: default;
}

#leftFilterContainer {
    width: 20%;
    margin-right: 35px;
    margin-left: 20px;
}

#vermas {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
    color: #f08f35;
    place-self: center;
    text-decoration: underline;
}

#vermas:hover {
    text-decoration: underline;
    color: #b06826;
    cursor: pointer;
}

.carousel-container {
    position: relative;
    user-select: none;
    align-self: center;
    width: 90%;
    height: 70%;
    aspect-ratio: 1/1;
    background-color: white;
    overflow: hidden;
    /* box-shadow: 0px 0px 0px 1px #cfcfcf; */
    border-radius: 4px;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    width: 102%;
    height: 100%;
    will-change: transform;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    will-change: transform;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.carousel-btn:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 0.5px gray;
}

.carousel-btn.prev {
    color: rgba(0, 0, 0, 0.5);
}

.carousel-btn.next {
    color: rgba(0, 0, 0, 0.5);
    right: -10px;
}

.producto-img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
    transition: opacity 0.3s ease;
    opacity: 1;
}


.producto-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
}

.producto-img.loading {
    opacity: 0;
}


.filtros {
    width: -webkit-fill-available;
    justify-items: center;
}

.filter-text.pressed {
    color: orange;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px
}

.filtros p1 {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    user-select: none;
    cursor: pointer;
    align-items: left;
    width: -webkit-fill-available;
    padding-bottom: 10px;
    margin-bottom: -1px;
    color: rgb(0, 0, 0);
}

.filtros p1 .pressed {
    color: orange;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.filter-text:hover {
    color: orange;
}

:root {
    --font-heading: 'Oswald', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.producto .texto {
    width: 500px;
}

#containerSelecUnidad {
    display: flex;
    justify-content: center;
}

#containerSelecUnidadDis {
    display: none;
}

#prod-unidad-btn-add {
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    color: rgb(255, 129, 56);
    font-size: 20px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px 1px rgb(255, 129, 56);
    user-select: none;

}

#prod-unidad-btn-add:hover {
    background-color: rgb(255, 129, 56);
    outline: none;
    color: white;
    cursor: pointer;
}

#prod-unidad-btn-add-dis {
    width: 30px;
    height: 30px;
    background-color: rgb(186, 186, 186);
    border-radius: 0px;
    color: gray;
    font-size: 20px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px 1px rgb(126 126 126);
    user-select: none;
}

#prod-unidad-btn-minus {
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    color: rgb(255, 129, 56);
    font-size: 20px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px 1px rgb(255, 129, 56);
    user-select: none;
}

#prod-unidad-btn-minus-dis {
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    background-color: rgb(186, 186, 186);
    color: gray;
    font-size: 20px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 0px 1px rgb(126 126 126);
    user-select: none;
    cursor: default;
}

#prod-unidad-btn-minus:hover {
    background-color: rgb(255, 129, 56);
    outline: none;
    color: white;
    cursor: pointer;
}

#prod-unidad-text {
    user-select: none;
    font-family: 'Montserrat', sans-serif;
    width: 35px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 0px 1px rgb(255, 129, 56);
    border-radius: 0px;
    color: rgb(44, 44, 44);
    font-size: 15px;
    text-align: -webkit-center;
    align-content: center;
}

#prod-info-envio-cont {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-wrap: nowrap;
    height: auto;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#prod-info-envio {
    width: auto;
    margin: 5px;
    font-size: 12px;
    height: auto;
    padding: 0px;
}

#prod-info-envio-img {
    width: 25%;
    user-select: none;
    height: 12px;
    margin-left: 0px;
}

#add_product {
    font-family: 'Montserrat', sans-serif;
    user-select: none;
    font-size: 15px;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(255, 129, 56);
    box-shadow: 0px 0px 0px 1px rgb(255, 129, 56);
    text-align-last: center;
    background-color: white;
}

#add_product:hover {
    background-color: rgb(255, 129, 56);
    color: white;
}

.producto .descripcion .texto h1 {
    z-index: 5;
    position: relative;
    justify-self: center;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 .0rem;
    line-height: 1.5;
    color: #3d3d3dc7;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 70px;
    line-height: 1.2;
    margin: 0;
}

.producto .texto li {
    margin-left: 25px;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    margin: 0.6rem 0 0;
    color: #1d1d1dc7;
    line-height: 1;
    font-size: 18px;
}

.producto .imagen img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;
    margin: 0;
    content-visibility: auto;
    contain-intrinsic-size: 300px 400px;
}

#noStock {
    color: white;
    padding: 10px;
    background-color: red;
    text-align: center;
    width: auto;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 0px;
}


@media (max-width: 800px) {
    .producto {
        flex-direction: column;
        text-align: left;
    }

    .producto .imagen img {
        max-width: 100%;
        height: auto;
    }

    .carousel-fade {
        height: 300px;
    }

    .carousel-fade img {
        height: 100%;
    }

    .producto .imagen::after {
        display: none;
    }
} 

#br {
    height: 33.48px;
}

#brHeader {
    height: 20px;
}

#productosContainer {
    width: -webkit-fill-available;
    margin-left: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    gap: 10px;
    justify-content: space-around;
    align-items: stretch;
}

#prod-info-title span {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
}

#prod-info-title.hover span {
    animation: scrollText linear infinite;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(var(--scroll-distance));
    }
}

#ajustes {
    box-shadow: 0px 0px 5px 1px gray;
    display: flex;
    padding: 10px;
    align-items: center;
    height: 30px;
    width: -webkit-fill-available;
    background-color: white;
    justify-content: space-between;
}

#precSinImp {
    font-size: 13px;
    text-wrap: wrap;
    margin-top: 5px;
    width: 90px;
    text-align: center;
    background: antiquewhite;
    padding: 3px;
    margin-left: 0px;
    border-radius: 5px;
    color: rgb(136, 91, 51);
    box-shadow: 0px 0px 0px 1px sandybrown;
}

#precioSinImpValue {
    margin-top: 5px;
    font-weight: bold;
    font-size: 15px;
}