@import url("//fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#zepto-sales-pop-container {
  display: flex;
  align-items: center;
}
#zepto-visitor-pop-container {
  display: flex;
  align-items: center;
}
#zepto-sold-pop-container {
  display: flex;
  align-items: center;
}

/* Card container css */
.zepto_pop_card {
  display: flex;
  width: 344px;
  height: 96px;
  /* height: auto; */
  padding: 12px;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0px 12px 16px -4px rgba(6, 2, 10, 0.08),
    0px 4px 6px -2px rgba(6, 2, 10, 0.03);
  position: relative;
  /* opacity: 0; */
}

.zepto_pop_temp_2 {
  border-radius: 0px 48px 48px 40px;
}

.zepto_pop_temp_3 {
  /* border-radius: 9999px; */
  width: auto;
  position: relative;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='270' height='92' viewBox='0 0 270 92' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 92H223.701C249.106 92 269.701 71.4051 269.701 46C269.701 20.5949 249.106 0 223.701 0H2.68996e-06C15.4217 9.50751 25.7013 26.5533 25.7013 46C25.7013 65.4467 15.4217 82.4925 0 92Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='270' height='92' viewBox='0 0 270 92' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 92H223.701C249.106 92 269.701 71.4051 269.701 46C269.701 20.5949 249.106 0 223.701 0H2.68996e-06C15.4217 9.50751 25.7013 26.5533 25.7013 46C25.7013 65.4467 15.4217 82.4925 0 92Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  mask-composite: subtract;
}

.zepto_pop_temp_4 {
  border-radius: 9999px;
  padding: 4px;
}

.zepto_pop_temp_5 {
  border-radius: 48px 32px 0px 48px;
  padding: 0px;
}

/* badge for sale pop */
.zepto_pop_badge {
  width: 28px;
  height: 28px;
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 9999px;
  background: #391363;
}

.zepto_pop_temp_2 .zepto_pop_badge {
  top: -4px;
  left: -4px;
}

.zepto_pop_temp_3 .zepto_pop_badge {
  display: none;
}

/* sale pop Image wrapper */
.zepto_pop_image_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zepto_pop_image_wrapper img {
  border-radius: 8px;
}

.zepto_pop_temp_2 .zepto_pop_image_wrapper {
  border-radius: 0 40px 40px 40px;
}

.zepto_pop_temp_2 .zepto_pop_image_wrapper img {
  border-radius: 0 40px 40px 40px;
}

.zepto_pop_temp_3 .zepto_pop_image_wrapper {
  display: none;
}

.zepto_pop_temp_4 .zepto_pop_image_wrapper {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
}

.zepto_pop_temp_4 .zepto_pop_image_wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
}

.zepto_pop_temp_5 .zepto_pop_image_wrapper {
  width: 86px;
  height: 86px;
  border-radius: 9999px;
}

.zepto_pop_temp_5 .zepto_pop_image_wrapper img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
}

/* Card content CSS */
.zeptop_pop_content {
  max-width: 244px;
}

.zepto_pop_temp_2 .zeptop_pop_content {
  max-width: 229px;
}

.zepto_pop_temp_3 .zeptop_pop_content {
  max-width: 229px;
  margin-left: 20px;
}

.zepto_pop_temp_4 .zeptop_pop_content {
  max-width: 220px;
}

.zepto_pop_temp_4.visitor .zeptop_pop_content {
  max-width: 229px;
}

.zepto_pop_temp_5 .zeptop_pop_content {
  max-width: 229px;
}

.zepto_pop_bottom_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3px;
}

.zepto_pop_temp_3 .zepto_pop_bottom_content {
  margin-right: 6px;
}

.zepto_pop_message {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.zepto_pop_left_text {
  color: #404040;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.zepto_pop_link {
  color: #391363;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Card icon wrapper & icon css */
.zepto_pop_icon {
  display: flex;
  align-items: center;
}

.zepto_pop_icon_wrapper {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  background: linear-gradient(
      0deg,
      rgba(57, 19, 99, 0.06) 0%,
      rgba(57, 19, 99, 0.06) 100%
    ),
    #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: `rgba(${rgbBg.red}, ${rgbBg.green}, ${rgbBg.blue}, 0.06)`, */
}

.zepto_pop_temp_2 .zepto_pop_icon_wrapper {
  border-radius: 0 40px 40px 40px;
}

.zepto_pop_temp_3 .zepto_pop_icon_wrapper {
  display: none;
}

.zepto_pop_temp_4 .zepto_pop_icon_wrapper {
  width: 80px;
  height: 80px;
  border-radius: 9999px;
}

.zepto_pop_temp_5 .zepto_pop_icon_wrapper {
  width: 86px;
  height: 86px;
  border-radius: 9999px;
}

.zepto_pop_temp_5 .zepto_pop_icon_wrapper svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: #fff;
  padding: 10px;
}

/* Template 3 Different styles */
.zepto_pop_icon_wrapper_temp_3 {
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 9999px;
  transform: translateX(18px);
  margin-bottom: 6px;
  position: relative;
}

.zepto_pop_icon_wrapper_temp_3 .zepto_pop_icon_wrapper {
  width: 92px;
  height: 92px;
  border-radius: 9999px;
  box-shadow:
    0px 12px 16px -4px rgba(6, 2, 10, 0.08),
    0px 4px 6px -2px rgba(6, 2, 10, 0.03);
}

.zepto_pop_icon_wrapper_temp_3 .zepto_pop_image_wrapper {
  width: 92px;
  height: 92px;
  border-radius: 9999px;
  box-shadow:
    0px 12px 16px -4px rgba(6, 2, 10, 0.08),
    0px 4px 6px -2px rgba(6, 2, 10, 0.03);
}

.zepto_pop_icon_wrapper_temp_3 .zepto_pop_image_wrapper img {
  width: 92px;
  height: 92px;
  border-radius: 9999px;
}

@media only screen and (max-width: 480px) {
  .zepto_pop_card {
    width: 280px;
    height: 76px;
    padding: 10px;

    gap: 10px;
  }

  .zepto_pop_badge {
    width: 24px;
    height: 24px;
    padding: 6px;
  }

  .zepto_pop_image_wrapper img {
    width: 56px;
    height: 56px;
  }

  .zepto_pop_message {
    font-size: 10px;
    line-height: 16px;
  }

  .zepto_pop_left_text {
    font-size: 10px;
    line-height: 16px;
  }
  .zepto_pop_link {
    font-size: 10px;
    line-height: 16px;
  }

  .zepto_pop_link svg {
    width: 16px;
    height: 16px;
  }

  .zepto_pop_icon_wrapper {
    width: 56px;
    height: 56px;
  }

  .zepto_pop_icon_wrapper_temp_3 .zepto_pop_image_wrapper img {
    width: 76px;
    height: 76px;
  }

  .zepto_pop_temp_4 .zepto_pop_image_wrapper {
    width: 68px;
    height: 68px;
  }

  .zepto_pop_temp_4 .zepto_pop_image_wrapper img {
    width: 68px;
    height: 68px;
  }

  .zepto_pop_temp_5 .zepto_pop_image_wrapper {
    width: 76px;
    height: 76px;
  }
  .zepto_pop_temp_5 .zepto_pop_image_wrapper img {
    width: 56px;
    height: 56px;
  }

  .zepto_pop_temp_4 .zepto_pop_icon_wrapper {
    width: 68px;
    height: 68px;
  }

  .zepto_pop_temp_5 .zepto_pop_icon_wrapper {
    width: 76px;
    height: 76px;
  }

  .zepto_pop_temp_5 .zepto_pop_icon_wrapper svg {
    width: 56px;
    height: 56px;
  }

  .zepto_pop_icon_wrapper_temp_3 .zepto_pop_icon_wrapper {
    width: 76px;
    height: 76px;
  }

  .zepto_pop_icon_wrapper_temp_3 .zepto_pop_image_wrapper {
    width: 76px;
    height: 76px;
  }

  .zepto_pop_icon_wrapper_temp_3 .zepto_pop_image_wrapper img {
    width: 76px;
    height: 76px;
  }

  .zepto_pop_icon_wrapper_temp_3 {
    width: 76px;
    height: 76px;
    margin-bottom: 0px;
  }

  /* .zeptop_pop_content {
    max-width: 200px;
  } */

  /* .zepto_pop_temp_2 .zeptop_pop_content {
    max-width: 190px;
  }

  .zepto_pop_temp_3 .zeptop_pop_content {
    max-width: 190px;
  }

  .zepto_pop_temp_4.visitor .zeptop_pop_content {
    max-width: 190px;
  }

  .zepto_pop_temp_5 .zeptop_pop_content {
    max-width: 190px;
  } */

  .zepto_pop_temp_3 {
    /* border-radius: 9999px; */
    width: 220px;
    position: relative;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='76' viewBox='0 0 270 92' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 92H223.701C249.106 92 269.701 71.4051 269.701 46C269.701 20.5949 249.106 0 223.701 0H2.68996e-06C15.4217 9.50751 25.7013 26.5533 25.7013 46C25.7013 65.4467 15.4217 82.4925 0 92Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='76' viewBox='0 0 270 92' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 92H223.701C249.106 92 269.701 71.4051 269.701 46C269.701 20.5949 249.106 0 223.701 0H2.68996e-06C15.4217 9.50751 25.7013 26.5533 25.7013 46C25.7013 65.4467 15.4217 82.4925 0 92Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left top;
    mask-composite: subtract;
  }
}