/*
 Theme Name:   Metcal
 Theme URI:    https://metcal.com
 Description:  Default Metcal child theme
 Author:       The Rootsons
 Author URI:   https://therootsons.com
 Template:     generatepress
 Version:      0.1
*/
.counter-divider{
	width:1px;
	height: 56px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .counter-divider{
	display:none;
}
}
.lista-icono-metcal {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
	margin-bottom: 36px;
}

.lista-icono-metcal li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.lista-icono-metcal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2026/04/yt_bulleelist.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.list-check-mark li
 {
    background-image: url(/wp-content/uploads/2026/04/Icon.svg);
    background-repeat: no-repeat;
    background-position: left .45rem;
    background-blend-mode: normal;
    padding-left: 25px;
    background-size: 14px;
}
.list-check-mark-light li
 {
    background-image: url(/wp-content/uploads/2026/05/list-check-mark-light.svg);
    background-repeat: no-repeat;
    background-position: left .45rem;
    background-blend-mode: normal;
    padding-left: 25px;
    background-size: 14px;
}
.list-check-mark ul, .list-check-mark-light ul{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
.lista-check-azul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.lista-check-azul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}

.lista-check-azul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2026/05/check_azul.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gb-looper-e3917d51 .gb-loop-item + .gb-loop-item::before {
    content: "|";
}
nav.breadcrumb-productos {
    display: inline-flex;
	align-items: center;
	max-width: 100%;
}


/* ============================================
   METCAL – Nav Pill Animation (Desktop only)
   ============================================ */
@media (min-width: 769px) {
  #menu-main-menu {
    position: relative !important;
  }

  /* The gradient pill */
  .gb-nav-pill {
    position: absolute;
    height: 36px;
    background: linear-gradient(135deg, #8BC34A 0%, #1976D2 100%);
    border-radius: 18px;
    z-index: 0;
    pointer-events: none;
    box-shadow: 0 4px 20px rgba(25, 118, 210, 0.25),
                inset 0 0 0 1px rgba(255,255,255,0.15);
    transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1),
                width 0.5s cubic-bezier(0.23, 1, 0.32, 1),
                opacity 0.3s ease,
                transform 0.3s ease;
    opacity: 0;
    transform: scale(0.9);
  }

  /* Shimmer sweep */
  .gb-nav-pill::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.25) 50%, transparent 100%);
    transform: translateX(-100%);
    animation: gbPillShimmer 3s infinite;
  }

  @keyframes gbPillShimmer {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
  }

  /* Links need relative positioning to sit above the pill */
  .gb-menu-link {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  }

  /* Focus mode: dim siblings on hover */
  #menu-main-menu:hover > .gb-menu-item:not(:hover) > .gb-menu-link {
    opacity: 0.4;
  }

  /* White text + slight lift when the pill is over a link */
  .gb-menu-link.gb-pill-active {
    color: #ffffff !important;
    transform: translateY(-1px);
    font-weight: 600;
  }
}
/*menu animation end*/

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
nav.breadcrumb-productos a {
    white-space: nowrap;
}
.breadcrumb-productos .current {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

/* If the parent flex item prevents shrinking, also add: */
.breadcrumb-productos [itemprop="itemListElement"]:last-child {
  min-width: 0;
}