@font-face {
    font-family: 'Work-Sans-regular';
    src: url('../font/WorkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work-Sans-semibold';
    src: url('../font/WorkSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Bredcrumb */

.generic-breadcrumb {
    display: flex;
    list-style: none;
}

.generic-breadcrumb>li>a{
    display: flex;
    align-items: anchor-center;
}

.generic-breadcrumb>li{
    display: flex;
}

.generic-breadcrumb > li:last-child > a {
    color: #f12436;
}

.generic-breadcrumb > li:not(:last-child) > a::after {
    margin: 0px 8px;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M9.293 7.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L12.586 12L9.293 8.707a1 1 0 0 1 0-1.414' clip-rule='evenodd' stroke-width='0.5' stroke='%23000'/%3E%3C/svg%3E");
}

/* Fin breadcrumb */

/* Galeria de imagenes */


  .gallery-container {
            max-width: 1000px;
            background: white;
            border-radius: 8px;
            display: flex;
            gap: 20px;
            width: 55%;
        }

        /* Contenedor de miniaturas */
        .thumbnails-container {
            flex-shrink: 0;
            width: 75%;
            max-height: 400px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .thumbs-wrapper {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* Miniaturas */
.productInfo-imgThumb {
  width: 70px;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.productInfo-imgThumb.active {
  opacity: 1;
  border: 2px solid #007bff;
}

/* Flechas */
.thumb-arrow {
  cursor: pointer;
  font-size: 20px;
  padding: 12px 0;
  color: #555;
  user-select: none;
  transition: color 0.2s;
      background: none;
    border: none;
}

.thumb-arrow:hover {
  color: #000;
}

        .thumbnails-container::-webkit-scrollbar {
            width: 6px;
        }

        .thumbnails-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .thumbnails-container::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 3px;
        }

        .thumbnails-container::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        /* Estilos para las miniaturas */
        .productInfo-imgThumb {
            width: 90%;
            aspect-ratio: 1;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            object-fit: cover;
            flex-shrink: 0;
        }

        .productInfo-imgThumb:hover {
            border-color: #00bcd4;
            /* transform: scale(1.05); */
        }

        .productInfo-imgThumb.active {
            border-color: #255ba8;
            border-width: 1px;
        }

        /* Contenedor de imagen principal */
        .main-image-container {
            flex: 1;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            border-radius: 8px;
            
            min-height: 500px;
            cursor: zoom-in;
        }

        .main-image-container.zoomed {
            cursor: zoom-out;
        }

        .main-image {
            max-width: 100%;
            max-height: 600px;
            transition: transform 0.3s ease;
            object-fit: contain;
        }

        .main-image-container.zoomed .main-image {
            transform: scale(3);
            cursor: move;
        }

        .zoom-hint {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            pointer-events: none;
            opacity: 0.7;
        }

        /* Responsivo */
        /* @media (max-width: 768px) {
            .gallery-container {
                flex-direction: column;
            }

            .thumbnails-container {
                width: 100%;
                max-height: none;
                flex-direction: row;
                overflow-x: auto;
                overflow-y: hidden;
            }

            .productInfo-imgThumb {
                width: 80px;
                min-width: 80px;
            }

            .main-image-container {
                min-height: 300px;
            }
        } */


/* Fin galeria de imagenes */


/* Para carruseles de productos del final */

.similar-section {
    background: #fff;
    padding: 0 0 30px 0;
    margin-bottom: 32px;
}

.recomendatios-sectionTitle {
    text-align: center;
    font-size: 1.5em;
    color: #5c5c5c;
}

.recomendations_forYou {
    width: 90%;
    justify-self: center;
}

.recomendations_forYou_card {
    width: 23%;
    background: #fafafa;
    display: flex !important;
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
    margin: 0 10px;
}

.recomendations_forYou_card img {
    width: 100%;
    align-self: center;
}
/* aqui */
.recomendations_forYou_cardPromo {
    background: #f5f5f5;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    color: #898989;
    font-family: 'Work-Sans-regular';
    margin-top: 5px;
    min-height: 20px;
}
/* aqui */
.recomendations_forYou_cardPromo_empty {
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    color: #898989;
    font-family: 'Work-Sans-regular';
    margin-top: 5px;
    min-height: 20px;
}

.recomendations_forYou_cardName {
    font-family: 'Work-Sans-semibold';
    font-size: 1em;
    min-height: 60px;
}
/* aqui */
.recomendations_forYou_cardBrand {
    font-family: 'Work-Sans-regular';
    color: #b6b6b6;
    margin: 10px 0;
    min-height: 20px;
    font-size: .8em;
}

.recomendations_forYou_cardPriceInfo {
    display: flex;
    margin: 10px 0;
    gap: 7%;
    align-items: center;
    min-height: 35px;
}

.recomendations_forYou_cardPrice {
    display: flex;
    gap: 3%;
}

.recomendations_forYou_cardPrice .sellingUnit {
    font-size: .7em;
}

.recomendations_forYou_cardPrice .quetzalPrice {
    font-size: 1.1em;
    font-family: 'Work-Sans-semibold';
}

.recomendations_forYou_cardDiscount {
    display: flex;
    flex-direction: column;
    font-size: .9em;
    gap: 5px;
}

.recomendations_forYou_cardBefore {
    color: #b6b6b6;
    text-decoration: line-through;
}

.recomendations_forYou_cardSavings {
    color: #006e00;
}

.recomendations_forYou_cardRatings {
    display: flex;
    gap: 5px;
    margin: 10px 0;
}

.recomendations_forYou_cardRatings .grade {
    color: #9e9e9e;
}

.recomendations_forYou_cardStock {
    margin-bottom: 10px;
    font-size: .9em;
    color: #b3261e;
    min-height: 18px;
}

.recomendations_forYou_cardRedirect {
    background: #fad93a;
    color: #000;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    margin: 10px 0;
}

.similar-section .slick-dots {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 4px 7px 7px 5px;
    margin: 0;
    list-style: none;
    background: #ffffff94;
    border-radius: 20px;
}

.related-section .slick-dots {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 4px 7px 7px 5px;
    margin: 0;
    list-style: none;
    background: #ffffff94;
    border-radius: 20px;
    bottom: -15px;
}

.suggestions-background{
    background: #f1f3f4;
}

.suggestions-section .slick-dots {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 4px 7px 7px 5px;
    margin: 0;
    list-style: none;
    background: #ffffff94;
    border-radius: 20px;
}

.navigation-items-main .slick-dots {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: auto;
    padding: 4px 7px 7px 5px;
    margin: 0;
    list-style: none;
    background: #ffffff94;
    border-radius: 20px;
}

.recomendations-leftArrow {
    border: 1px solid #055ba8;
    width: 50px;
    height: 50px;
    background: #fafafa;
    left: -50px;
    border-radius: 50%;
}

.recomendations-rightArrow {
    border: 1px solid #055ba8;
    width: 50px;
    height: 50px;
    background: #fafafa;
    right: -50px;
    border-radius: 50%;
}
.slick-dots li {
    margin: 0;
    width: 8px;
    height: 8px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    background: #cccccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: #f12436;
    width: 12px;
    height: 12px;
}

.slick-dots li:hover button {
    background: #999999;
}

.slick-dots li.slick-active:hover button {
    background: #1565d8;
}


/* para la seccion de los recientemente vistos */

.navigation-items {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.navigation-items-main {
    background: #f1f3f4;
    padding-bottom: 32px;
}

.navigation-items-main h4 {
    text-align: center;
    font-size: 1.5em;
    color: #000;
}

.navigation-items-container {
    justify-content: space-around;
    width: 99%;
}

.navigation-items-container img {
    border: 15px solid #fafafa;
    border-radius: 5px;
    margin: 0 10px;
    max-width: 160px;
    max-height: 190px;
}

/* para el footer */

.footer {
    flex-direction: column;
    align-items: center;
}

.footer_background {
    background: #fafafa;
    display: flex;
}

.footer-firstColumn {
    width: 35%;
    padding: 3% 0% 3% 7%;
}

.footer-firstColumn img {
    width: 50%;
}

.footer-secondColumn {
    width: 65%;
}

.footer-secondColumn-firstRow {
    gap: 2%;
    display: flex;
    justify-content: space-between;
    padding: 0 10% 0% 0%;
}

.footer_paragraph {
    text-align: justify;
    width: 72%;
    color: #898989;
    margin-top: 0;
}

.footer-firstColumn svg {
    border: 1px solid #828282;
    padding: 5px;
    border-radius: 50%;
}

.footer_infoColumn {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin-top: 15px;
}

.footer_infoColumnV2 {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin-top: 15px;
}

.footer_infoColumn span {
    font-size: .9em;
    color: #828282;
    margin: 10px 0;
}

.footer_infoColumnV2 span {
    font-size: .9em;
    color: #828282;
    margin: 10px 0;
}

.footer_columnTitle {
    color: #055ba8;
    border-bottom: 1px solid #055ba8;
    line-height: 30px;
    margin: 32px 0 10px 0;
}

.footer-secondColumn-secondRow {
    display: flex;
    flex-direction: column;
}

.footer_subTitle {
    font-family: 'Work-Sans-semibold';
    font-size: 1.1em;
    margin-bottom: 5px;
}

.footer_offersText {
    font-size: .9em;
    margin-bottom: 10px;
}

.footer_inputMail {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    height: 35px;
    width: 30%;
    padding: 0 0 0 10px;
}

.footer_inputMail::placeholder {
    color: #b7b7b7;
}

.footer_submitBtn {
    height: 36px;
    padding: 0 20px;
    border-radius: 5px;
    border: none;
    background: #055ba8;
    color: #fff;
    font-size: .9em;
}

.footer_copy {
    background: #fafafa;
    color: #b7b7b7;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.footer_rights {
    font-size: .9em;
    margin-left: 2%;
}

.footer_contact {
    font-size: .9em;
    margin-right: 2%;
}

.footer_termsCookies {
    background: #fafafa;
}

.footer_payment {
    display: flex;
    width: 95%;
    justify-content: space-between;
    margin: 10px;
    color: #b7b7b7;
    border-top: 1px solid #b7b7b7;
}

.footer_payment img {
    margin-top: 10px;
}

.footer_utility {
    margin-top: 15px;
    display: flex;
    gap: 5%;
    font-size: .9em;
    width: 32%;
}

.h1_site {
    color: #898989;
    font-size: 16px;
    margin: 0;
        width: 90%;
}

.availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.availability__title {
    color: #333;
    font-size: 1.3em;
    border-bottom: 1px solid #333;
    font-weight: 400;
    margin: 10px 0
}

.availability__body,
.availability__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.availability__header {
    background-color: #dedede;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em
}

.availability__body {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    font-size: 1.1em
}

.availability__body:hover {
    background-color: #f3f3f3
}

.availability__left {
    width: 80%;
    text-align: left;
}

.availability__rigth {
    width: 20%;
    text-align: center
}


.sideCart .sideCart__headerContainer {
                background-color: #fff;
                justify-content: start;
                flex-direction: column;
            }

            .sideCart .sideCart__header {
                background-color: #fff;
                justify-content: flex-start;
                font-weight: bold;
                font-size: 1.3em;
                height: auto;
                margin-top: 10px;
                font-family: 'Work-Sans-regular';
            }

            .sideCart .sideCart__cardImg {
                border: none;
            }

            .sideCart .sideCart__cardName a {
                color: #000;
                font-weight: unset;
                margin-bottom: 10px;
                    font-family: 'Work-Sans-regular';
            }

            .sideCart .sideCart__cardName {
                margin-bottom: 10px;
            }

            .sideCart input::-webkit-outer-spin-button, .sideCart input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            .sideCart input[type=number] {
                -moz-appearance: textfield;
            }

            .sideCart .sideCart__card {
                border-bottom: 2px solid #dcdcdc;
                width: 95%;
                margin-right: auto;
                margin-left: auto;
                padding-bottom: 12px;
            }

            .sideCart .sideCart__cardRemove {
                right: 10px;
            }

            .sideCart .sideCart__bodySuggested {
                border-bottom: none;
                overflow-y: auto !important;
                width: 90%;
                height: calc(100% - 200px) !important;
                padding: 15px;
                padding-top: 10px;
            }

            .sideCart .sideCart_bodyNoSuggested {
                height: calc(100% - 200px) !important;
            }

            .sideCart .sideCart__footer {
                position: fixed;
                bottom: 20px;
                height: auto;
                text-align: -webkit-center;
                text-align: center;
            }

            .sideCart .sideCart__content {
                align-items: center;
            }

            .sideCart .sideCart__footerTotals {
                justify-content: space-between;
                    font-family: 'Work-Sans-regular';
            }

            .sideCart .sideCart__footerButton {
                width: auto;
            }