/* Fastrr Buy Now smooth restore */
.shiprocket-headless {
  min-height: 46px;
  transition: opacity 0.15s ease;
}
.shiprocket-headless.sr-loading {
  opacity: 0;
  pointer-events: none;
}
