.pickup-store-section {
  width: 100%;
  float: left;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
/* Flipping Ribbon */
.ribbon-container {
  height: 22px;
  perspective: 1000px;
}
.ribbon-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}
.ribbon-container.top-seller-main-div {
  width: calc(100% + 23px);
}
.ribbon-container.flipped .ribbon-flipper {
  transform: rotateY(180deg);
}
.ribbon-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
}
.ribbon-front {
  transform: rotateX(0deg);
}
.ribbon-back {
  transform: rotateY(180deg);
}
.ribbon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ribbon-text {
  position: relative;
  z-index: 2;
  font-family: "Open Sans";
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 12px;
  user-select: none;
}
.ribbon-shape {
  position: relative;
  background: #c40000;
  height: 20px;
  padding: 0 18px 0 12px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.ribbon-shape::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  transform: translateY(-50%) rotate(178deg);
}
.second_content_product.second_content .top-seller-main-div .top-seller-div {
  padding: 0 3px;
  font-size: 12px;
}
.second_content_product.second_content .top-seller-main-div .top-seller-div span {
  padding-left: 2px;
}
/*# sourceMappingURL=custom.map */