
.my-env .article-img[data-v-2297f1a6] {
  height: 100%;
  border-radius: 7px 7px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.my-env .article-card[data-v-2297f1a6] {
  height: 100%;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
.my-env .sale-label[data-v-2297f1a6] {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
}
.my-env .sale-price[data-v-2297f1a6] {
  color: red;
  font-weight: bold;
}
.my-env .original-price[data-v-2297f1a6] {
  text-decoration: line-through;
  color: gray;
  font-size: 16px;
}


.my-env .grid[data-v-0eb80c82] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 4px;
  width: 100%;
  height: 100%;
}
.my-env .overlay[data-v-0eb80c82] {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  transition: left 0.5s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.my-env .overlay-visible[data-v-0eb80c82] {
  left: 0;
}
.my-env .scrollable-content[data-v-0eb80c82] {
  flex: 1;
  overflow-y: auto;
}
.my-env .sticky-button[data-v-0eb80c82] {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

