h5.pb-heading.polvoronestitle {
    margin-top: 36px;

}
p.presentamos {
    width: 700px;

    margin-top: 13px;
    line-height: 21px;
    margin-bottom: 70px;
}
div#column-1r386wxwq {
    max-width: 1200px;
    margin: 0 auto;
}
.js-product-miniature .product-preview img{border-radius: 24px !important;}
#footer{margin-top: 0px !important;}
.productbox-1 .product-info .product-title a{color: #fff !important;}
.js-product-miniature .content_price {
    font-weight: bold;
    color: #fff;
}
#column-tfjtd7366 {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 40px;
    margin-bottom: 70px;
}
.pb-image.veganofinal1 img {
    position: absolute;
    width: 6%;
    top: 64px;
    right: 25%;
}



.header-top{display: none !important;}
div#header-bottom {
    padding-top: 36px;
    background: #1b310a;
}

#hor-menu .nav > li > a{color: #fff !important;}
.vermenu-btn.collapsed.align-items-center {
    color: #fff;
}
.icon-menu:before {
    content: "\e88f";
    color: #fff;
}
.pb-image.logoantequeranagourmet {
    width: 17%;
    float: right;
    position: absolute;
    right: 70px;
    margin-top: -16%;
}
.product-flags .product-flag {
    font-size: 12px;
    font-weight: 400;
    padding: 0.2rem 0.5rem;
    background: #8f0909;
    color: #fff;
    border-radius: 20px;

}
p.cantidaddeproducto {
    margin-top: -22%;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    font-size: 13px;
    color: #351b1d;
    line-height: 28px;
}
span.numero {
    font-size: 35px;
}
p.otrapresentacion {
    width: 700px;
    font-size: 16px;
    color: #000;
    margin-bottom: 50px !important;
}
div#column-t20ilfs73 {
    margin-top: 70px;
}
div#addon-kqobn86pc h5 {
    margin-bottom: 12px;
}
#row-0t0s2dqqy .productbox-1 .product-info .product-title a{color: #000 !important}
#row-0t0s2dqqy .js-product-miniature .content_price{color: #000;}#row-0t0s2dqqy {
    background: #f2f2f2;
    padding: 80px;
    padding-top: 15px;
}
#row-ppyi0mv0c {
    background: #f2f2f2;
}
@media (max-width: 769px){

  h5.pb-heading.polvoronestitle {
    margin-top: 36px;
    margin-left: 16px;
}
.pb-image.logoantequeranagourmet {
    width: 54%;
    right: 70px;
    margin-top: -21%;
    margin: 0 auto !important;
    margin-top: -65px !important;
    margin-bottom: 50px !important;
    position: relative !important;
}
p.presentamos {
    width: auto !important;
    margin-left: 19px;
    margin-top: 13px;
    line-height: 21px;
    margin-bottom: 70px;
    font-size: 14px;
}
#row-0t0s2dqqy{padding: 0px !important}
div#addon-1yy4c9cod img {
    height: 80px;
    width: auto !important;
    object-fit: cover;
}
p.otrapresentacion {
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-bottom: 50px !important;
}
}
img.iconosproudto {
    width: 26% !important;
    float: left;
    margin-top: -17%;
    margin-left: 20px;
    position: relative !important;
}
.bannerbottom img {
    width: 100%;
}
div#column-1r386wxwq{max-width: 100%}
div#column-1r386wxwq img
 {
    border-radius: 50px;
}
.lines{display: none !important;}
#addon-tb7cxdmvw .pb-heading {
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

/* Efecto de nieve para página específica */
.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  top: -20px;
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  animation: snowfall linear infinite;
  pointer-events: none;
  user-select: none;
}

@keyframes snowfall {
  0% {
    transform: translateY(-100vh) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}
.pb-image.imagenpricn {
    margin-bottom: 75px;
}
.productbox-1 {
    text-align: center;
    margin-bottom: 20px;
    pointer-events: none !important;
}
.productbox-1 .product-info .content_price {
    display: none;
}
.productbox-1 .product-info {
    margin-top: 0px;
    margin-bottom: 35px;
}
p.primer {
    color: #fff;
    font-size: 22px;
    width: 400px;
    position: absolute;
    right: 0;
    top: 40px;
}
.pb-image.veganofinal1 img {
    position: absolute;
    width: 4%;
    top: 112%;
    right: 32%;
    z-index: 1;
}


.tooltip-container img {
    width: 8%;
}


.tooltip-container {
      position: relative; /* Para posicionar el tooltip respecto a la imagen */
      display: inline-block;
    }

    /* Estilo del tooltip */
  .tooltip-text {
    display: none;
    width: 335px;
    background-color: #2c3d01;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -93px;
    left: 3%;
    transform: translateX(-50%);
    font-size: 14px;
    letter-spacing: 0px;
    padding-bottom: 14px;
    padding-top: 14px;
}

    /* Mostrar tooltip cuando tiene la clase 'active' */
    .tooltip-text.active {
      display: block;
    }

    /* Estilo de la imagen */
    img {
      cursor: pointer; /* Cursor de puntero al interactuar */
    }
    .tooltip-container img {
    border-radius: 0px !important;
}
.tooltip-container {
    position: absolute;
    float: right;
    right: -15%;
    top: 1.6%;
}
p.estuchecontiene {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
p.botoncomprarsurtido a {
    background: #fff204;
    padding: 8px;
    width: 250px;
    text-align: center;
    border-radius: 9px;
    margin: 0 auto;
    display: table;
}
#row-7phuze7ks {
    background: #1b310a !important;
}
#column-utocyszvy {
    padding-bottom: 120px;
}

@media (max-width: 769px){
    .pb-image.imagenpricn img {
    height: 430px;
    border-radius: 20px !important;
    object-fit: cover !important;
}
.tooltip-container img {
    width: 16%;
}
.tooltip-container {
    position: absolute;
    float: right;
    top: 45px;
    margin-left: 27px;
}
.tooltip-text {
    display: none;
    width: 335px;
    background-color: #2c3d01;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -93px;
    left: 40%;
    transform: translateX(-50%);
    font-size: 14px;
    letter-spacing: 0px;
    padding-bottom: 14px;
    padding-top: 14px;
}
div#row-7phuze7ks {
    border-top: 0px !important;
    margin-top: -5px;
}
p.primer {
    color: #fff;
    font-size: 18px;
    width: 265px;
    position: absolute;
    right: -4px;
    top: 50px;
}
    .pb-image.logoantequeranagourmet {
        width: 61%;
        right: 70px;
        margin-top: -21% !important;
        margin: 0 auto !important;
        margin-top: -38px !important;
        margin-bottom: 50px !important;
        position: relative !important;
    }
}
.main-site {
    overflow-x: hidden !important;
}
img.iconosproudto.vegano {
    width: 9% !important;
    border-radius: 0px !important;
    right: 27px !important;
    float: right;
    margin-top: -86px;
}
img.iconosproudto.vegano.otros {
    margin-right: 120px !important;
    margin-top: -86px;
}
p.botoncomprarsurtido.botonsuperiorcomprar {
    position: absolute;
    right: 0;
    margin-top: -50px;
}
p.botoncomprarsurtido.botonsuperiorcomprar {
    position: absolute;
    right: 20px;
    margin-top: -50px;
}

div#addon-pqm6oxdvi {
    margin-top: 54px !important;
}

@media (max-width: 769px){
    p.botoncomprarsurtido.botonsuperiorcomprar {
    position: relative !important;
    margin-top: 25px !important;
    margin-right: 0px !important;
    right: 0px !important;
}
p.estuchecontiene{text-align: center !important}
}