body {
  width: 100%;
  background-color: white;
  /* padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 72px; */
  --primary-green: #009245;
  --sec-green: #39b54a;
  --text-green: #084525;
}

/*  */

.custom-shop-banner {
  width: 100%;
  /*margin-top: 60px !important;*/
  height: fit-content;
  position: relative;
  padding: 0 6%;
}

.custom-shop-banner-carousel {
  width: 100%;
  min-height: 320px;
  background-color: rgb(114, 112, 112);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.custom-shop-banner-carousel-inner {
  display: flex;
  width: 400%;
  height: 100%;
  /* transition: all 0.4s; */
  position: relative;
  /* width: fit-content; */
}

.custom-banner-card {
  width: calc(100% / 4);
  height: 100%;
}

.custom-banner-cnt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.custom-banner-cnt-txt {
  width: 40%;
  height: 100%;
  padding-left: 72px;
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  gap: 22px;
}

.custom-banner-cnt-txt > h2 {
  color: white;
  font-size: 2.4rem;
}

.custom-banner-cnt-txt > a {
  background-color: #fbb03b;
  display: flex;
  padding: 12px 24px;
  cursor: pointer;
  gap: 12px;
  border-radius: 28px;
  width: fit-content;
  color: #000000;
  font-size: 14px;
  font-family: Raleway, monospace;
  font-weight: 500;
  border: 0.7px solid rgba(255, 255, 255, 0.403);
}

.custom-banner-cnt-img {
  width: 60%;
  height: 100%;
  background-image: url("../images/Background-1.png");
  background-size: fill;
}

.custom-banner-cnt-img > img {
  height: 100%;
  width: fit-content;
  object-fit: contain;
  object-position: right;
  margin-right: 0;
}

.custom-banner-card:nth-of-type(1) {
  background-color: #ff1d25;
}

.custom-banner-card:nth-of-type(2) {
  background-color: #39b54a;
}

.custom-banner-card:nth-of-type(3) {
  background-color: #fbb03b;
}

.custom-banner-card:nth-of-type(4) {
  background-color: #a67c52;
}

.custom-banner-pos-indicator {
  position: absolute;
  left: 50%;
  bottom: 32px;
  translate: -50% 0;
  display: flex;
  gap: 6px;
}

.custom-banner-pos-indicator > div {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.33);
  border-radius: 50%;
  border: 0.6px solid rgba(43, 43, 43, 0.322);
}

.custom-shop-container-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 6%;
  padding-right: 6%;
}

.custom-shop-container-wrap h3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: Avigea;
  color: var(--text-green);
}

.custom-shop-cat-wrap {
  overflow: hidden;
}

.custom-shop-cat-carousel {
  width: 100%;
  overflow: hidden;
}

.custom-shop-cat-carousel-inner {
  width: fit-content;
  display: flex;
  gap: 20px;
  list-style: none;
  list-style-position: outside;
  padding: 0;
}

.custom-shop-cat-carousel-inner > li {
  cursor: pointer;
  border-radius: 32px;
  color: #8c8c8c;
  font-family: Raleway;
  width: fit-content;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid #8c8c8c;
}

.custom-shop-cat-carousel-inner > li > a {
  padding: 10px 24px;
  display: inline-block;
  text-wrap: nowrap;
  width: fit-content;
}

.custom-page-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}

.custom-page-header > a {
  color: var(--sec-green);
}

.custom-shop-popular-stall {
  width: 100%;
  margin-bottom: 72px;
}

.custom-shop-popular-stall-carousel {
  width: 100%;
  overflow: hidden;
}

.custom-shop-popular-stall-carousel-inner {
  width: fit-content;
  display: flex;
  gap: 22px;
}

.custom-shop-popular-stall-card {
  width: 448px;
  height: 385px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 0.86px solid #dedede;
  gap: 26px;
}

.custom-shop-popular-stall-card-banner {
  width: 100%;
  height: 181px;
  background-color: #829a8d;
  position: relative;
  overflow: hidden;
}

.custom-shop-popular-stall-card-banner > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.shop-promo-badge {
  position: absolute;
  left: 21px;
  top: 21px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: var(--primary-green);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Avigea;
  font-weight: 400;
}

.shop-promo-badge > span:nth-child(1) {
  font-size: 0.72rem;
}

.shop-promo-badge > span:nth-child(2),
.shop-promo-badge > span:nth-child(3) {
  font-size: 1.5rem;
}

.shop-promo-badge::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 86%;
  aspect-ratio: 1 / 1;
  border: 1px dashed white;
  border-radius: 50%;
  translate: -50% -50%;
}

.custom-shop-popular-stall-card-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 0 24px;
  width: 100%;
  height: calc(100% - 207px);
  position: relative;
}

.custom-shop-popular-stall-card-content-top {
  width: 100%;
  position: relative;
}

.custom-shop-popular-stall-name {
  color: var(--text-green);
  font-size: 1.5rem;
  font-family: Avigea;
}

.custom-shop-popular-stall-jpeg {
  position: absolute;
  bottom: 0;
  background-color: #829a8d;
  right: 38px;
  border: 4px solid white;
  width: 78.2px;
  height: 78.2px;
  border-radius: 14px;
  overflow: hidden;
}

.custom-shop-popular-stall-jpeg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-shop-popular-stall-info {
  display: flex;
  gap: 16px;
  font-family: Raleway;
  font-size: 1rem;
  color: #8a8a8a;
  border-bottom: 0.86px solid #d7d7d794;
  padding-bottom: 22.6px;
}

.custom-shop-popular-stall-info > div {
  position: relative;
}

.custom-shop-popular-stall-info > div:not(:first-child)::before {
  content: "|";
  margin-right: 15px;
}

.custom-shop-popular-stall-cta {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.custom-shop-popular-stall-cta > a {
  /* padding: 6.68px; */
  border-radius: 28px;
  background-color: var(--primary-green);
  color: white;
  width: 140px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Raleway;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.custom-shop-trending-products {
  background-color: #d9d9d9;
  padding-top: 101px;
  padding-bottom: 101px;
}

.custom-shop-trending-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.custom-shop-trending-products-card {
  padding: 13.1px;
  background-color: white;
  width: 100%;
  height: 422.72px;
  position: relative;
  gap: 30.28px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 0.78px solid #dedede;
}

.custom-shop-trending-products-card-img {
  width: 100%;
  height: 50.7%;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.custom-shop-trending-products-card-img > a {
    width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.custom-shop-trending-products-card-img > a > img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.custom-shop-trending-products-card-fav {
  width: 42px;
  height: 42px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  padding: 13px;
  background-color: #ffffff8f;
}

.custom-shop-trending-products-card-fav > svg {
  width: 100%;
  height: 100%;
}

.custom-shop-trending-products-card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;

  font-family: Raleway, monospace;
}

.custom-shop-trending-products-card-info > span:nth-child(1) {
  color: #c4c4c4;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-shop-trending-products-card-info > div:nth-child(2) {
  font-size: 1.375rem;
  color: var(--text-green);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-shop-trending-products-card-info > div:nth-child(3),
.shop-product-card-content {
  color: #8a8a8a;
  font-size: 0.8rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price-et-button {
  display: flex;
  padding-top: 12px;
  width: 100%;
  border-top: 0.86px solid #d7d7d794;
  justify-content: space-between;
}

.price-wrap {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-family: Avigea;
}

.slashed-price {
  font-size: 1.25rem;
  color: var(--text-green);
}

.og-price {
  font-size: 0.66rem;
  color: #9d9d9d;
  text-decoration: line-through;
}

.add-to-cart-cta {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  border: none;
  background-color: #f7ffc3;
  color: var(--sec-green);
}

.flash-deal {
  margin-top: -72px;
  background: url("../images/Background.png");
}

.flash-deal-hdr {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.flash-deal-hdr > span {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 17.14px;
  line-height: 100%;
  letter-spacing: -2%;
}

.fresh-today {
  background-color: white;
}
