/* Accessible target and visible affordance for virtual-try-on listing controls. */
.product-miniature .tvproduct-cart-btn {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(24, 34, 51, .2);
  border-radius: 50%;
  box-sizing: border-box;
  color: #586573;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  width: 44px;
}

.product-miniature .tvproduct-cart-btn i {
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
}

.product-miniature .tvproduct-cart-btn:hover {
  color: #182233;
}

.product-miniature .tvproduct-cart-btn:focus-visible {
  box-shadow: 0 0 0 5px rgba(0, 110, 182, .18);
  outline: 3px solid #006eb6;
  outline-offset: 3px;
}
