
/* ------------------ ZYN ----------------- */

@media (max-width: 768px) {
  #instructivo-zyn {
    padding: 20px;
  }
  .et_pb_module_heading {
    margin-top: 40px;
  }
}

@media (max-width: 980px) {
  .et_pb_shop ul.products.columns-3 li.product {
    width: 48% !important;
    margin-right: 4% !important;
  }
}

@media (max-width: 479px) {
  .et_pb_shop ul.products.columns-3 li.product {
    width: 100% !important;
    margin: 0 0 11.5% !important;
  }
}

.product_cat-zyn {

}

.product_cat-zyn .butpmi.single_add_to_cart_button {
  background-color: #0fa4d9 !important;
}

.product_cat-zyn .custom-qty-wrapper:hover {
  border: 2px solid #0fa4d9;
}
  
.product_cat-zyn .custom-qty-wrapper:hover button, .product_cat-zyn .custom-qty-wrapper:hover input.qty {
  color: #0fa4d9;
}

.product_cat-zyn button.single_add_to_cart_button, .product_cat-zyn button.ajax_add_to_cart {
		background-color: #0fa4d9 !important;
}

.product_cat-zyn button.single_add_to_cart_button:hover, .product_cat-zyn button.ajax_add_to_cart:hover {
  background-color: #0fa4d9 !important; /* color más claro al hacer hover */
  transform: scale(1.1); /* agranda un poco */
}

.et_pb_menu__logo-wrap img.extra-logo {
  position: absolute;
  top: 50%;
  left: 100%;                 /* al lado del logo original */
  transform: translateY(-50%) translateX(10px); 
  max-height: 60px;
  opacity: 0;
  transition: opacity 2s ease;
  z-index: 10;
  border-left: 1px solid black;
  padding-left: 30px;
}

.et_pb_menu__logo-wrap img.extra-logo.visible {
  opacity: 1;
}

.wpclv-term-image.active {
  border: 2px solid #0fa4d9; /* negro */
  border-radius: 6px;
}

/* ZYN */
h1.et_pb_module_heading {
  text-transform: uppercase;
    font-size: 21px;
}

#big-categories {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}
#big-categories a {
  min-width: 230px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 26px;
  margin: 0 2px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #ccc;
  background: #f9f9f9;
  color: #444;
  border-radius: 26px;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}

#big-categories .badge-new {
  position: absolute;
  top: -14px;
  right: 0px;
  background: #0d179f;
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 12px;
  text-transform: uppercase;
}

/* Estilos base por categoría */
#big-categories a.cigarrillos {
  background: #fff;
  color: #fe030d;
  border-color: #fe030d;
}
#big-categories a.cigarrillos:hover {
  background: #fe030d;
  color: #fff;
}
#big-categories a.bolsas {
  background: #fff;
  color: #0fa4d9;
  border-color: #0fa4d9;
}
/* Solo en pantallas pequeñas (celulares) */
@media (max-width: 768px) {
  #big-categories a.bolsas {
    margin-top: 15px; /* ajustá el valor según lo que necesites */
  }
}
#big-categories a:hover.bolsas {
  background: #0fa4d9;
  color: #fff;
  border-color: #0fa4d9;
}
/* Estado seleccionado */
#big-categories a.selected.cigarrillos {
  background: #fe030d;
  color: #fff;
}
#big-categories a.selected.bolsas {
  background: #0fa4d9;
  color: #fff;
}

.zyn-buttons {
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
  text-align: center;
}

.button-wrapper {
  position: relative;
  display: inline-block;
  min-width: 60px;
}

/* --- Ribbon inclinada --- */
.ribbon3 {
  background: #0fa4d9;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px;
  padding-top: 21px;
  border-radius: 24px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  line-height: 1.1;
  text-align: center;
  width: 170px;
}

.zyn-buttons .ribbon3 button, .zyn-buttons .ribbon3 button.active {
  background: #ceae23;
  margin-right: -12px;
  margin-left: 11px;
}

.zyn-buttons .ribbon3 button {
  background: #fff;
}

.ribbon2 {
  display: block;
  height: 62px;
  background: #0fa4d9;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px;
  border-radius: 24px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  line-height: 1.1;
  text-align: center;
}

.zyn-buttons .ribbon2 button, .zyn-buttons .ribbon2 button.active {
  margin-right: 0px;
  margin-left: 0;
}

.zyn-buttons .ribbon2 button {
  background: #fff;
}

/* Botones */
.zyn-buttons .recommended button {
  
}
.zyn-buttons button {
  padding: 10px 20px;
  cursor: pointer;
  color: #0fa4d9;
  border: 2px solid #0fa4d9;
  background: #fff;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.zyn-buttons button.active {
  background: #007cba;
  color: #fff;
  border-color: #007cba;
}
.zyn-buttons button:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .zyn-buttons button {
    padding: 6px 12px;
    cursor: pointer;
    color: #0fa4d9;
    border: 2px solid #0fa4d9;
    background: #fff;
    border-radius: 18px;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .ribbon2 {
    background: #0fa4d9;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    padding-top: 14px;
    border-radius: 21px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    line-height: 1.1;
    text-align: center;
  }

  .zyn-buttons .ribbon2 button, .zyn-buttons .ribbon2 button.active {
 
  }
}

/* 3 col */
.woocommerce.columns-3 ul.products li.product {
  width: 29%;
}