.shopping_card {
  padding: 10px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
}
.shopping_card img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

/* Second Section */
.shop_card_st {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
  background-color: #c6cbc61a;
  padding: 10px;
  border-radius: 8px;
}
.product_box {
  border-radius: 8px;
  margin: 10px 0px 10px 0px;
  border: solid var(--bkg-border-color) 1px;
  background-color: var(--bkg-three-box-shade-color);
}
.pd_dimg {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
  position: relative;
  background-color: white;
  border-radius: 8px 8px 0px 0px;
}
.pd_dimg img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
.prodct_cnf {
  padding: 2px 10px 2px 10px;
}
.product_tittle_hj {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.d_sFx {
  display: flex;
  justify-content: space-around;
}
.pric_tag {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
.pric_tag span {
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}
.pric_tag a {
  color: #f71a1a;
  font-size: 11px;
  font-weight: 600;
  padding: 4px;
  border: solid var(--bkg-border-color) 1px;
  border-radius: 4px;
}
.old_price {
  text-decoration: line-through;
  color: #7a7a7a;
  text-decoration: line-through;
  font-size: 13px;
  line-height: normal;
}
.offer_tag {
  color: #2e9703;
  font-size: 12px;
  font-weight: 600;
}
/* Third Section */
.show_banner_pfx {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
}
.nus_thi_flx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
}
.nxt_shpo_ad {
  padding: 10px;
  border: solid var(--bkg-border-color) 1px;
  background-color: var(--bkg-three-box-shade-color);
  border-radius: 8px;
}
.nxt_shpo_ad img {
  width: 100%;
}
