/* JustoPrecio Catalog 1.0.0 */
body.shop-1 .hhcatalog {
  --hhcatalog-ink: #081326;
  --hhcatalog-deep: #07111f;
  --hhcatalog-muted: #5a687d;
  --hhcatalog-line: #dce5f0;
  --hhcatalog-canvas: #f4f7fb;
  --hhcatalog-gradient: linear-gradient(135deg, #050912 0%, #0b1e3b 52%, #1264f4 100%);
}
body.shop-1 .hhcatalog .hhcatalog-hero-shade {
  background: linear-gradient(90deg, rgba(3,7,15,.78) 0%, rgba(6,20,43,.5) 38%, rgba(9,40,87,.06) 70%, transparent 100%);
}
body.shop-1 .hhcatalog .hhcatalog-hero-copy a { color: #0b1e3b !important; }
body.shop-1 .hhcatalog .hhcatalog-card { box-shadow: 0 8px 24px rgba(5,17,35,.06); }
body.shop-1 .hhcatalog .hhcatalog-card:hover { border-color: #9ab9e7; box-shadow: 0 18px 38px rgba(5,17,35,.12); }
body.shop-1 .hhcatalog .hhcatalog-card-copy strong { color: #081326; }
body.shop-1 .hhcatalog .hhcatalog-card-copy > span {
  margin-top: 0;
  color: #243750;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
body.shop-1 .hhcatalog .hhcatalog-card-copy b {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  background: var(--hhcatalog-gradient);
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(18,100,244,.2);
}
@media (max-width: 760px) {
  body.shop-1 .hhcatalog .hhcatalog-hero-shade {
    background: linear-gradient(0deg, rgba(3,7,15,.84) 0%, rgba(5,16,34,.6) 42%, rgba(5,16,34,.08) 78%, transparent 100%);
  }
}
@media (max-width: 520px) {
  body.shop-1 .hhcatalog .hhcatalog-card-copy > span {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.45;
  }
  body.shop-1 .hhcatalog .hhcatalog-card-copy b {
    min-height: 44px;
    font-size: 14px;
  }
  body.shop-1 .hhcatalog .hhcatalog-card-copy b.hhcatalog-card-cta--long {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
  }
}
