h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  ul {
    list-style-type: none; 
    padding: 0;
    margin-left: 15px;
    line-height: 2.5em;
  }

  li {
    list-style: none;
  }

  span, p, button, label, input, pre, li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
  }
  header {
      background-color: white;
      /* padding: 500px 500px; */
      /* height: 80px; */
  }
  #btnFilters {
    display: none;
  }
  .main-section {
      /* background-color: black; */
      /* background-image: url('https://www.laguiago.com/wp-content/uploads/2022/05/noche-en-blanco-malaga-2-rotated-e1653382307412.jpg');
      background-repeat: no-repeat;
      background-size: cover; */
      position: relative;
      color: white;
      padding: 20px 0;
  }

  video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Esto hará que el video cubra toda la pantalla */
    z-index: -1; /* Coloca el video detrás de otros elementos */
}

/* .splide__pagination__page-custom {
    background-color: black;
}

  .main-section h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  } */

  .splide__pagination__page-custom {
    /* background-color: inherit !important; */
    border-radius: 100%;
    background: none;
    border: none;
    border: 3px  solid var(--main-color);
    height: 16px;
    width: 12px;
    margin: 0 0.3rem;
  }

  .margin-negative {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6rem;
  }

  .splide__pagination__page-custom.is-active {
    /* background-color: inherit !important; */
    background-color: var(--main-color);
  }

  .splide__pagination__page-custom:focus {
    outline: none;
  }

  /* pre {
    white-space:pre-line;
    word-wrap: break-word;
  } */

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

  #splash-screen {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    transition: all 2s;
  }

  #splash-screen img {
      max-width: 20%;
      max-height: 20%;
  }

  .fade-out {
      opacity: 0;
      visibility: hidden;
  }

  .card-title {
      color: black;
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .border-radius-card{
      border-radius: 3%
  }
  .best-seller-img {
      border-radius: 50%;
      width: 100px;
      height: 100px;
      object-fit: cover;
      border: 6px solid white;
      margin-left: 15px;
  }
  #side-menu-icon{
    font-size: 1.5em;
    margin-right: 5px;
  }
  .best-seller-card {
      display: flex;
      align-items: center;
      /* flex-wrap: wrap; */
  }
  .best-seller-card-body {
      /* white-space: nowrap; */
      overflow: hidden;
  }
  .best-seller-card-body h5 {
      overflow: hidden;
  }
  :root {
      --main-color: #fe7a01;
      --secondary-color: #bf4a92;
  }
  .bg-main-color {
      background-color: var(--main-color);
  }
  .main-color {
      color: var(--main-color);
  }
  .secondary-color {
      color: var(--secondary-color);
  }
  .gradient-text {
        background: linear-gradient(to right, var(--secondary-color), #f9bce4); /* Gradiente de colores */
        -webkit-background-clip: text; /* Clip para WebKit (Safari/Chrome) */
        background-clip: text; /* Clip para estándar */
        color: transparent; /* Texto transparente */
    }

    .img-header img {
        object-fit: contain;
        width: 9em;
        height: 100%;
      }

    .row-card img {
        width: 220px;
        height: 240px;
        display: block;
        margin: auto;
    }

  .card-img-top {
      padding: 10px;
      border-radius: 15px;
      /* width: 100px; */
      /* height: 100px; */
      height: 13em;
      object-fit: cover;
  }
  .category-card {
      background-color: transparent;
      color: white;
      border-radius: 10px;
      width: 10rem;

      /* border: 10px none; */
  }
  #navFilters {

  }
  .category-card:hover .card-body{
      /* opacity: 90%; */
      background-color: #bf4b93;
  }
  .category-card img {
      width: 100%;
      height: 130px;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      border-radius: 10px 10px 0 0;
      object-fit: cover;
      display: block;
  }
  .container {
      padding: 0;
  }
  .category-card .card-body {
      background-color: #bf4b93c4;
      padding: 10px;
      align-content: center;
      text-align: center;
      border-radius: 0 0 10px 10px;
      transition: all 0.2s;
  }
  .category-card a {
      color: white;
  }
  a {
      text-decoration: none;
      color: inherit;
  }
  a:hover{
      text-decoration: none;
      color: inherit;
  }
  .personalized-card, .personalized-card-sm {
      border-color: transparent;
  }

  .product-card {
    height: auto;
    /* max-height: 20rem;   */
    overflow: hidden;
  }

  .best-seller-puntuation {
    color: #fc7a01;
    font-size: 1.7em;
    letter-spacing: 7px;
  }

  .products-result {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    /* justify-content: center; */
    /* flex-grow: 1 1; */
  }

  .products-result .item {
    width: 25%;
    max-width: 35%;
    flex-grow: 1;
    /* min-width: 25%; */
    /* flex-basis:  auto; default auto */
  }

  .personalized-input {
    background-color: #f3f3f3;
    border-radius: 10px;
    border: none;
    padding: 25px 15px;
  }
  .border-radius-right {
    border-radius: 0 10px 10px 0 !important;
  }
  .valid-until {
      display: flex;
      gap: 10px;
      align-items: center;
      flex-wrap: wrap;
  }
  .valid-until div > span {
      /* color: red; */
      background-color: #515195;
      color: white;
      padding: 10px;
      border: 1px #515195 solid;
      border-radius: 5px;
      /* font-style: bold; */
      font-weight: 500;
  }

  .position-relative {
      position: relative;
  }

  .discount-label-secondary {
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: var(--main-color);
    color: white;
    border-radius: 50%;
    padding: 10px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 0 1px transparent, 0 0 0 1px var(--main-color);
    outline: 4px dashed white;
  }

  .discount-label {
      position: absolute;
      bottom: -30px;
      right: 20px;
      background-color: var(--main-color);
      color: white;
      border-radius: 50%;
      padding: 10px;
      width: 75px;
      height: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: bold;
      box-shadow: 0 0 0 1px transparent, 0 0 0 1px var(--main-color);
      outline: 4px dashed white;
  }
  .discount-label-sm{
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: var(--main-color);
        color: white;
        border-radius: 50%;
        padding: 10px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: bold;
        box-shadow: 0 0 0 1px transparent, 0 0 0 1px var(--main-color);
        outline: 4px dashed white;
  }
  .text-description {
      max-height: 4.5em;
      overflow: hidden;
  }
  .best-seller-text-description {
    max-height: 4.5em;
    overflow: hidden;
    white-space: break-spaces;
  }
  .best-sellers-section {
      flex-wrap: nowrap;
      overflow-x: auto;
  }

  /* Cambia el ancho del scroll */
  ::-webkit-scrollbar {
      width: 6px;
      height: 6px;
  }

  /* Cambia el color de fondo del scroll */
  ::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  /* Cambia el color del pulgar del scroll */
  ::-webkit-scrollbar-thumb {
      background: #888;
      border-radius: 10px;
  }

  /* Cambia el color del pulgar al pasar el ratón por encima */
  ::-webkit-scrollbar-thumb:hover {
      background: #555;
  }

  .svg-bg-orange {
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 300"><path fill="%23fe7a01" fill-opacity="1" d="M0,192L40,170.7C80,149,160,107,240,122.7C320,139,400,213,480,218.7C560,224,640,160,720,112C800,64,880,32,960,26.7C1040,21,1120,43,1200,74.7C1280,107,1360,149,1400,170.7L1440,192L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg>') no-repeat center center;
      background-size: cover;
  }

  .svg-bg-rose {
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 300"><path fill="%23bf4b93" fill-opacity="1" d="M0,192L40,170.7C80,149,160,107,240,122.7C320,139,400,213,480,218.7C560,224,640,160,720,112C800,64,880,32,960,26.7C1040,21,1120,43,1200,74.7C1280,107,1360,149,1400,170.7L1440,192L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg>') no-repeat center center;
      background-size: cover;
  }

  .svg-bg-blue {
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 300"><path fill="%23515195" fill-opacity="1" d="M0,192L40,170.7C80,149,160,107,240,122.7C320,139,400,213,480,218.7C560,224,640,160,720,112C800,64,880,32,960,26.7C1040,21,1120,43,1200,74.7C1280,107,1360,149,1400,170.7L1440,192L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path></svg>') no-repeat center center;
      background-size: cover;
  }

  .btn-back, .btn-next {
      background-color: #fefffe;
      border-radius: 13px;
      color: var(--main-color);
      font-weight: bold;
      font-size: 1em;
      padding: 11px 16px;
  }

  .btn-next {
      margin-left: 15px;
  }

  .paginator-item {
      opacity: 1;
      transition: opacity 2s ease-in-out;
  }

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

  .social-media {
      margin-bottom: 15px;
  }

  .social-media a {
      margin: 0 10px;
      display: inline-block;
  }

  .social-media img {
      width: 24px;
      height: 24px;
  }

  .footer-links {
      margin-bottom: 15px;
  }

  .footer-links span,
  .footer-links a {
      color: white;
      margin: 0 5px;
      text-decoration: none;
  }

  .footer-links a:hover {
      text-decoration: underline;
  }

  .register-button {
      background-color: var(--main-color);
      color: white;
      border: none;
      cursor: pointer;
      padding: 5px 10px;
      border-radius: 5px;
  }

  .register-button:hover {
      background-color: #e55a00;
  }

  footer {
      background-color: #333;
      color: white;
      padding: 20px 0;
      text-align: center;
  }

  .footer-content hr {
      border: 0.5px solid white;
      width: 75%;
      margin-top: 15px;
  }

  .fade-element {
      transition: opacity 0.5s ease-in-out;
  }

  .opacity-0 {
      opacity: 0;
  }

  hr.dashed {
      border: none;
      border-top: 2px dashed #d4d5d7; /* You can customize the color and thickness */
      margin: 20px 0; /* Adjust the margin as needed */
  }

  .best-valued-section {
      background-color: #f6fcfe;
  }

  button.input-icon{
        background: transparent;
        position: absolute;
        right: 0.5em;
        bottom: 0;
        top: 0;
        z-index: 10;
        border: none;
      }

    .best-seller-card-lg {
      height: 100%;
    }


    @media only screen and (max-width: 1300px) {
    
      .row-card img {
        width: 180px;
        height: 200px;
      }
    }

    @media only screen and (max-width: 1150px) {
    
      .row-card img {
        width: 150px;
        height: 160px;
      }
    }

  @media only screen and (max-width: 979px) {
    
    .best-seller-products {
      flex-direction: column;
    }
  }

  @media only screen and (max-width: 768px) {
      body {
        margin: 0;
        padding: 0;
        overflow-x: hidden; /* Esto ocultará cualquier desbordamiento horizontal */
        word-wrap: break-word;
        overflow-wrap: break-word;
      }

      html {
        overflow-x: hidden;
      }

      #btnFilters {
        display: block;
      }

      .products-result .item {
        width: 40%;
        flex-grow: 1;
        max-width: 50%;

        /* min-width: 25%; */
        /* flex-basis:  auto; default auto */
      }
      
      .large-card {
        min-height: none;
      }

      .row {
          /* flex-wrap: nowrap; */
          overflow-x: auto;
          /* padding: 15px; */
      }

      .row-nowrap {
        flex-wrap: nowrap;
      }

      .img-header img {
        width: 6em;
      }

      #navFilters {
        padding: 10px 30px;
      }

      #min-price, #max-price {
        width: 90%;
      }

      .price-range-holder {
        margin-right: 20px;
      }

      

      /* .main-section {
          width: 100%;
          max-width: 100%;
      } */

      .large-card {
        min-height: 15rem;
      }

      .valid-until {
          display: flex;
          gap: 10px;
          align-items: center;
          flex-wrap: wrap;
      }

      .valid-until span {
          font-size: 10px;
      }

      .personalized-card {
        min-width: 12rem;
      }

      .personalized-card-sm {
        width: 100%;
      }

      .product-card {
        min-width: none;
      }

      .container-fluid.custom-container {
        padding: 0 2vw !important;
    }

    .discount-label {
      padding: 10px;
      width: 50px;
      height: 50px;
      font-size: 12px;
      font-weight: bold;
      bottom: -12px;
      outline: 3px dashed white;
  }

    pre h4 {
        font-size: 1.2em;
    }
  }

  .btn-rose {
    background-color: var(--secondary-color);
    border-radius: 6px;
    font-size: bold;
    color: white;
    padding: 10px 20px;
  }
  


.container-fluid.custom-container {
padding: 0 15vw;
box-sizing:border-box;
width: 100%;
max-width: 100%;
}

.available-ofert {
background-color: #edfbe4;
padding: 10px 60px;
border-radius: 10px;
box-shadow: 0 0 0 1px transparent, 0 0 0 1px #edfbe4;
}

.available-ofert h5, .available-ofert p {
color: #6fcc2e;
}

.cart-section-card {
/* padding: 10px; */
border: 1px solid #ededee;
border-radius: 10px;
/* line-height: 3em; */
}

.cart-section-card img {
/* margin: 20px 30px; */
width: 100%;
/* height: 125px; */
border-radius: 20px;
}

.btn-apply {
background-color: #505194;
color: white;
border-radius: 10px;
}

.text-titles {
color: #636578;
}

.border-input {
border-radius: 10px;
}

.cart-section-item {
padding: 20px;
}

.cart-section-card hr {
border: none;
/* width: unset; */
border-top: 1px solid #ededee; /* You can customize the color and thickness */
/* margin: 20px 0; Adjust the margin as needed */
}

.carousel-card img {
width: 100%;
height: 14em;
border-radius: 5px 5px 0 0;
}

.congrats-bg {
background-image: url('../img/congrats.svg');
background-size: cover;
background-repeat: no-repeat;
width: 6rem;
height: 6rem;
}


img.logo {
width: 12rem;
height: 6rem;
object-fit: contain;
}

.side-menu {
display: flex;
justify-content: end;
position: fixed;
top: 0;
right: -3600px;
background-color: #00000080;
width: 100%;
height: 100%;
/* width: 150em;
height: 150em; */
z-index: 1000;
transition: right 0.1s ease;
/* transition: right 1s; */
}

.side-menu.open {
right: 0;
}

.side-menu-items {
width: 70%;
height: 100%;
background-color: #f6fcfe;
padding: 10px 20px;
font-size: 1.5em;
/* visibility: hidden; */
}

/* Estilos generales */
.dropdown-menu {
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 300px;
padding: 10px;
z-index: 1000;
}

.mini-products-list {
list-style: none;
padding: 0;
margin: 0;
}

.item-cart {
display: flex;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #eee;
}

.item-cart:last-child {
border-bottom: none;
}

.product-img-wrap {
flex: 0 0 100px;
margin-right: 10px;
}

.product-img-wrap img {
max-width: 100%;
border-radius: 4px;
}

.product-details {
flex: 1;
}

.product-name a {
color: #333;
font-size: 16px;
text-decoration: none;
display: block;
margin-bottom: 5px;
transition: color 0.3s ease;
}

.product-name a:hover {
/* color: #007bff; */
}

.product-price {
color: var(--main-color);
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}

.e-del {
color: #888;
font-size: 20px;
cursor: pointer;
transition: color 0.3s ease;
}

.e-del:hover {
color: #dc3545;
}

.bottom-cart {
padding: 10px 0;
}

.cart-price {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
}

.button-cart .cart-btn {
display: block;
width: 50%;
text-align: center;
padding: 10px;
background: var(--secondary-color);
color: #fff;
text-decoration: none;
border-radius: 10px;
transition: background 0.3s ease;
font-weight: bold;
}

.oxxo-img {
/* background-image: url('./img/oxxo.svg'); */
background-image: url('../img/oxxo.svg');
background-size: contain;
background-repeat: no-repeat;
width: 100px;
height: 60px;
background-position: center;
}

.mp-img {
    background-image: url('../img/mercadoPago.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 100px;
height: 60px;
}

#oxxo-pay-info, #mp-pay-info{
align-content: center;
align-items: center;
}

#oxxo-pay-info input, #mp-pay-info input {
width: 15px;
height: 15px;
accent-color: var(--main-color);
color: white;
}
              

.img-reponsive {
    display: inline;
    max-width: 100%; 
}
