.custom-store-wrapper {
  margin-top: 122px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 6.875%;
  gap: 48px;
}

.custom-store-topbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.store-prev-cta {
  display: flex;
  gap: 14px;

  font-family: Raleway, monospace;
  align-items: center;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.custom-store-search-actions {
  width: 68%;
  display: flex;
  align-items: center;
  gap: 72px;
}

.store-searchbar {
  width: calc(100% - 114px);
  position: relative;
  height: 66px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.store-searchbar-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}

.store-searchbar > input {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 40px;
  font-family: Raleway, monospace;
  font-size: 1rem;
  padding-left: 48px;
  border: 1px solid rgb(203, 203, 203);
  outline: none;
}

.store-call {
  width: 42px;
  cursor: pointer;
  height: 42px;
  border: 1px solid rgb(203, 203, 203);
  background-color: #f6f6f6;
  color: #0c0909;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-store-banner-wrapper {
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.custom-store-banner {
  width: 100%;
  height: 272px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 40px;
}

.custom-store-banner-bck {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(185, 185, 185);
  object-fit: cover;
}

.custom-store-banner-content {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
}

.custom-store-banner-profile-img {
  width: 102px;
  height: 102px;
  background-color: #6a6c6b;
  border: 4px solid #fff;
  border-radius: 12px;
}

.custom-store-banner-content-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: white;
  position: relative;
}

.custom-store-verification-tag {
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 0.5rem;
  font-family: Raleway, monospace;
  width: fit-content;
}

.verified-tag {
  color: #009245;
  background-color: #f7ffc3;
}

.custom-store-title {
  font-family: Avigea, sans-serif;
  font-weight: 400;
  font-size: 3.375rem;
}

.custom-store-desc {
  font-family: Raleway, monospace;
  font-size: 1rem;
}

.custom-store-banner-xtr {
  display: flex;
  gap: 16px;
  align-items: center;
}

.custom-store-rating {
  display: flex;
  gap: 8px;
  align-items: center;
}

.custom-store-rating:not(:last-child)::after {
  content: "|";
}

.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: 10px;
  border-top-right-radius: 10px;
  background-color: #a8b7af;
  overflow: hidden;
}

.custom-shop-trending-products-card-img > img {
  width: 100%;
  height: 100%;
  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 > span:nth-child(2) {
  font-size: 1.375rem;
  color: var(--text-green);
}

.custom-shop-trending-products-card-info > span:nth-child(3) {
  color: #8a8a8a;
  font-size: 0.8rem;
  font-weight: 400;
}

.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);
}
