@media(max-width:768px){
  /* Nav */
  .logotext {
    max-width: 40%; 
    padding-left: 20px;
  }
  
  .main-header .logo {
    max-width: 100%;
  }
  
  #btncomprar {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    border-radius: 4px;
    min-width: 145px;
  }
  
  /* Hero */
  .splash1 {display:none;}
  
  .splash2 {
    height: 250%;
    right: -400px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .lemon1 {
    bottom: -60px;
    left: -2%;
  }
  
  .productos-hero .general-container {
    flex-direction: column;
    margin-top: 40px;
    padding: 0 24px;
  }
  
  .productos-hero .text-container {
    width: 100%;
    justify-content: center;
  }
  
  .productos-hero .text-container .text {
    font-size: 24px;
    line-height: 29px;
  }
  
  .productos-hero .bottles {
    width: 100%;
    margin-bottom: 20px;
  }
  
  /* Body */
  .hubdb-container {
    margin-top: -80px;
    padding: 0 24px;
  }
  
  .select-country-box {
    align-self: center;
    filter: drop-shadow(0px 3px 8px rgba(0, 21, 54, 0.36));
    width: 100%;
    z-index: 2;
  }
  
  .select {
    width: 100%;
  }
  
  .products-container {
    justify-content: center;
  }
  
  .card-product {
    position: relative;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    height: 170px;
  }
  
  .content-container {
    position: unset;
    width: 65%;
    height: auto;
  }
  
  .little-img {
    left: 0px;
    max-width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .card-product h5 {
    width: 65%;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }
  
  .cta-product {
    font-size: 22px;
    height: 56px;
    position: unset;
    width: 145%;
  }
  
  /* Pop Up */
  .btn-close {
    width: 32px !important;
    top: 12px;
    right: 12px;
  }
  
  .popup-product h3 {
    margin-bottom: 0px;
  }
  
  .shop-links-container p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
  }
  
  .content-popup img {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  
  .popup-product {
    padding: 20px;
    padding-top: 100px;
  }
  
  .popup-box {
    height: auto;
    max-width: 100%;
  }
  
  .bottle-content {
    flex-direction: column;
  }
  
  .buy-card {
    width: 100%;
    max-width: unset;
  }
  
  .buy-card img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .text-shop p {
    font-size: 14px;
    line-height: 17px;
  }
  
  .description-container {
    flex-direction: column;
  }
  
  .product-description {
    width: 100%;
  }
  
  .description-container img {
    max-width: unset!important;
    position: relative!important;
    right: 0px!important;
    width: 100%!important;
    margin-top: 0px;
    margin-bottom: 0px;
}
  }
  
  /* Footer */
  .footer-background {
    margin-top: 100px;
    padding: 0 24px;
  }
  
  .logo-container .genomma-logo {
    height: 54px;
  }
  
  .logo-container .text-container .text {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .logo-container .links .link {
    font-size: 12px;
  }
  
  .logo-container .links .line {
    margin-left: 8px;
    margin-right: 8px;
    height: 16px;
  }
  
}