/*
 Theme Name: Tangma GP Critical Child (Final v4)
 Description: GeneratePress child with route-based Critical CSS, Responsive Hero, Smart Cover Loading (2 eager), Woo image sizing enforcement, jQuery footer, mobile secondary-image removal, DOM slimming, header cart badge, product gallery styling, robots noindex.
 Template: generatepress
 Version: 4.0.0
 Text Domain: tangma-gp-critical-child
*/
.tm-menu-cart {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}

.tm-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 38px;
  height: 38px;
}

.tm-cart-icon {
  font-size: 20px;
  line-height: 1;
}

.tm-cart-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #e60000;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}

.tm-cart-badge[data-count="0"] {
  opacity: 0.88;
}

@media (max-width: 768px) {
  .tm-menu-cart {
    margin-left: 8px;
  }

  .tm-cart-link {
    min-width: 34px;
    height: 34px;
  }

  .tm-cart-icon {
    font-size: 18px;
  }

  .tm-cart-badge {
    top: -5px;
    right: -8px;
  }
}