.popup.card-preview-mobile {
  max-width: 375px !important;
}
.popup.card-preview {
  display: block;
  position: absolute;
  width: 90%;
  margin-top: 24px;
}
.popup {
   display: none;
   position: relative;
   z-index: 2147483647;
   width: 60%;
   height: auto;
   background-color: white;
   border-radius: 12px;
   margin: auto;
 }
.layout {
  display: flex;
  flex-direction: column;
  height: 100%;
  line-height: 1.4;
}
.layout-desktop {
  display: flex;
  justify-content: center;
}
.product-desktop-image {
  align-self: center;
  max-width: 90%;
  max-height: 380px;
  padding: 16px;
  border-radius: 10%;
  object-fit: contain;
}

.product-image{
  align-self: center;
  max-width: 90%;
  max-height: 380px;
  margin-top: auto;
  padding: 16px;
  border-radius: 10%;
  object-fit: contain;
}


.layout .heading-text {
  padding: 6px 12px;
  margin-top: 12px;
  font-weight: 650;
  font-size: 18px;
  color: black;
  text-align: center;
}

.overlay-storefront{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483646;
}
