/** Shopify CDN: Minification failed

Line 21:22 Expected ":"

**/
.usp-box{
  display: flex; 
  align-items: center;
}
.usp-text p{
  margin: 0;
}

/* U Inventory  */

.uinventory-box {
  display: flex;
  align-items: center;
}
.cstm-inventory-icon {
  position: relative;a
  display: inline-block;
}

.cstm-inventory-icon:before {
  animation: inventory-animation 2s linear infinite;
}
.cstm-inventory-icon:after,
.cstm-inventory-icon:before {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

@keyframes inventory-animation {
  0% {
      opacity: 0.5;
  }

  to {
      transform: scale(2.5);
      opacity: 0;
  }
}
.variant-swatch__image{
    width: 68px;
    height: 68px;
}
h1.product-meta__title.heading.h3 {
    font-size: 18px;
}