@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;
}

.standard_fontSize {
    font-size: .9em;
}

.img_fullWidth {
    width: 100%;
}

.centered_default {
    display: flex;
    justify-content: center;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: 'Work-Sans-regular', sans-serif;
    margin: 0;
}



.services_card {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    width: 30%;
    border-radius: 10px;
    padding: 1%;
    display: flex;
    gap: 3%;
    cursor: pointer;
}

.services_container {
    display: flex;
    justify-content: space-between;
    margin: 15px;
}

.services_card_icon {
    background: #fbe7e9;
    display: flex;
    align-items: anchor-center;
    padding: 10px 10px;
    border-radius: 50%;
    height: fit-content;
    align-self: center;
}

.services_card_info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.services_card_title {
    font-size: 1.1em;
}

.services_card_text {
    font-size: .8em;
}

.tabs-container {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.tab-button {
    padding: 12px 24px;
    border: 1px solid #f12436;
    background-color: white;
    color: #f12436;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
}

.tab-button:hover {
    background-color: #f0f0f0;
}

.tab-button.active {
    background-color: #f12436;
    color: white;
}

.tab-content {
    display: none;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 32px;
}

.tab-content.active {
    display: block;
}

#products-tabs {
    padding-bottom: 30px;
}

.products-grid {}

.products-grid .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;
}

.products-grid a {
    width: 16%;
}

.product-placeholder {
    display: flex;
    flex-direction: column;
    border: 1px solid #f2f2f2;
    padding: 10px;
    align-items: center;
    border-radius: 15px;
    position: relative;
    margin: 0 10px;
    height: fit-content;
    padding-bottom: 20px;
}

.product-placeholder_image img {
    width: 100%;
    max-width: 160px;
}

.product-placeholder_productName {
    min-height: 57px;
}

.product-placeholder_costData {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.placeholder_discountPercentaje_div {
    position: absolute;
    top: 5%;
    right: 5%;
}

.banner_middle {
    width: 100%;
    border-radius: 10px;
}

.background-grid {
    display: flex;
    gap: 1%;
    width: 80%;
    justify-content: space-evenly;
}
/* aqui */
.product-placeholder_priceOnDiscount {
    font-family: 'Work-Sans-regular';
    position: relative;
}

.product-placeholder_priceRegular {
    color: #b7b7b7;
    text-decoration: line-through;
    position: relative;
    font-size: .9em;
    min-height: 16px;
}

.product-placeholder_price {
    position: relative;
    font-size: 1em;
}

.product-placeholder_discountPercentaje {
    background: #f12436;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
}

.product-placeholder_unitSell {
    top: 3px;
    position: absolute;
    font-size: 10px;
}

.background-grid_main {
    display: flex;
    justify-content: end;
    margin-top: 32px;
    position: relative;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, #e9e9e9 35%, rgba(240, 240, 240, 1) 100%), url(../img/ninja-back.jpg);
    background-size: contain;
    background-position: left;
    padding: 55px 0px 20px 0px;
    height: fit-content;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.background-grid .slick-dots {
    position: absolute;
    right: -20px;
    left: auto;
    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: -35px;
    height: 8px;
}

.background-grid .product-placeholder {
    background-color: #fff;
}

.recomendations-section {
    background: #f1f3f4;
    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: #f12436;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    margin: 10px 0;
}

.recomendations-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;
}

#banner_middle .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%;
}

.squareBottom_banners {
    display: flex;
    justify-content: center;
}

.squareBottom_container {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
}

.squareBottom_container img {
    border-radius: 15px;
    width: 20%;
}

#square_bottom .slick-track {
    display: flex;
    gap: 10px;
}

.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;
}

.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 #8e8e8e;
    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: #8e8e8e;
    margin: 10px 0;
}

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

.footer_columnTitle {
    color: #055ba8;
    border-bottom: 1px solid #000;
    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%;
}


/* ************************ */
/* *** Para el skeleton *** */
/* ************************ */


/* Layout */
.skeleton-container {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-bottom: 20px;
}

/* Base skeleton */
.skeleton {
  position: relative;
  background: #e5e5e5;
  border-radius: 16px;
  overflow: hidden;
}

/* Shimmer animation */
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shimmer 1.4s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* Sizes */
.skeleton-main {
    flex: 1;
    min-height: 250px;
    width: 70%;
}

.skeleton-side {
    width: 29.2%;
    min-height: 250px;
}

/* Slider arrows */
.skeleton-nav {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  background: #f0f0f0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.skeleton-nav.left {
  left: 16px;
}

.skeleton-nav.right {
  right: 16px;
}

/* Pagination dots */
.skeleton-dots {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 6px;
}

.skeleton-dots span {
  width: 8px;
  height: 8px;
  background: #f0f0f0;
  border-radius: 50%;
}


.category-skeleton-container {
  padding: 16px 0px;
  display: flex
}

.category-skeleton-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 12.5%;
  margin: 10px;
}

.category-skeleton-icon,
.category-skeleton-text {
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f0f0f0 37%,
    #e0e0e0 63%
  );
  background-size: 400% 100%;
  animation: category-skeleton-loading 1.4s ease infinite;
}

.category-skeleton-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.category-skeleton-text {
  width: 80%;
  height: 12px;
  border-radius: 6px;
}

@keyframes category-skeleton-loading {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.modal--envios--info {
    display: flex;
    gap: 1%;
    margin: 15px 0px;
}

.modal--envios--label{
    text-align: left;
    align-content: center;
}

@media screen and (min-width: 1280px) {
   .recomendations_forYou_cardPriceInfo{
    gap: 6%;
   }

   .recomendations_forYou_cardPrice .quetzalPrice{
    font-size: 1em;
   }

   .recomendations_forYou_cardDiscount{
    font-size: 0.8em;
   }
}


/* Modal envios a domicilio */

        .modal--envios--ul {
            padding: 10px 35px;
            text-align: left;
            font-size: 15px;
            font-family: 'Work-Sans-Regular';
        }

        .modal--envios {
            width: 40% !important;
        }

        .modal--envios--img {
            width: 120px;

        }

        .modal--envios--title {
            font-size: 24px;
            color: #ff0000;
            font-weight: 700;
            text-align: center;
            padding-left: 35px;
            font-family: 'Work-Sans';
            margin-top: 32px;
        }

        .modal--envios--estandar {
            display: flex;
            justify-content: center;
            gap: 5%;
            margin-top: 32px;
        }

        div.modal--envios>div.swal2-actions>button.swal2-confirm.swal2-styled {
            background-color: red;
            font-family: 'Work-Sans-Regular';
        }

        .belowBannerLink {
            cursor: pointer;
        }

        .modal--envios--p2 {

            font-size: 14px;
        }

        .modal--envios--p2,
        .modal--envios--p1,
        .modal--envios--p3 {
            font-size: 14px;
        }

        .modal--envios--30 {
            width: 30%;
            position: relative;
        }

        .middle--container::before {
            content: ' ';
            position: absolute;
            font-size: 30px;
            border: 3px solid #d7d7d75e;
            width: 35%;
            border-radius: 5px;
            left: -25%;
            top: 30%;
        }

        @media (max-width: 1400px) {
            .modal--envios {
                width: 50% !important;
            }
        }

        /* Modal envios a domicilio */

        /* Modal retiro en tienda */

        .modal--retiro--ul {
            padding: 10px 35px;
            text-align: left;
            font-size: 15px;
            font-family: 'Work-Sans-Regular';
        }

        .modal--retiro {
            width: 38% !important;
        }

        .modal--retiro--estandar {
            display: flex;
            justify-content: center;
            gap: 10%;
            margin-top: 32px;
        }

        .modal--retiro--50 {
            width: 40%;
            position: relative;
        }

        .modal--retiro--title {
            font-size: 18px;
            color: #999999;
            font-weight: 300;
            text-align: left;
            padding-left: 35px;
            font-family: 'Work-Sans-Regular';
        }

        div.modal--retiro>div.swal2-actions>button.swal2-confirm.swal2-styled {
            background-color: red;
            font-family: 'Work-Sans-Regular';
        }

        @media (max-width: 1400px) {
            .modal--retiro {
                width: 50% !important;
            }
        }

        @media (max-width: 1400px) {
            .customCapa8 {
                left: -40% !important;
            }
        }

        @media (min-width: 1900px) {
            .customCapa8 {



                left: -35% !important;

            }
        }

        /* fin modal retiro */
        .belowBannerLink {
            cursor: pointer;
        }

        .modal--retiro--ul li {
            margin-bottom: 10px;
        }


.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;
            }