nav {
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #ffffffa6;
  backdrop-filter: blur(10px);
}
.header {
  width: 100vw;
  height: 76px;
  box-shadow: rgba(0, 0, 0, 0.267) 0 1px 10px 1px;
  display: flex;
  gap: 156px;
  justify-content: center;
  align-items: center;
}
.promsale {
  position: sticky;
  z-index: 2;
  display: flex;
  background-color: var(--primary);
  height: 44px;
  justify-content: center;
  align-items: center;
  color: var(--btext);
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.headerlink {
  display: flex;
  gap: 20px;
}
.searchbar {
  width: 458px;
  height: 40px;
  display: flex;
}
.searchbar .searchinp {
  all: unset;
  border: solid 3px var(--primary);
  vertical-align: middle;
  width: 100%;
  padding: 8px 20px 8px 10px;
  font-size: 1em;
  line-height: 20px;
  border-right: 0 none;
  border-radius: 0.1875rem 0 0 0.1875rem;
  border-color: var(--primary);
}
.searchbar .searchbtn {
  all: unset;
  display: flex;
  padding: 3px;
  border-radius: 0 3px 3px 0;
  background-color: var(--primary);
  width: 41px;
  justify-content: center;
  align-items: center;
}
.login {
  display: flex;
  gap: 10px;
}
/* popup design hehe */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
#spopup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
.spopup {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
  z-index: 8;
  background-color: white;
  width: 10px;
  height: 10px;
  padding: 10px;
  border-radius: 50%;
}
.close:hover {
  color: red;
  transition: 0.1s ease;
}
.popup,
.spopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.popup {
  padding: 20px;
  opacity: 0;
  transition: 0.5s ease, opacity 0.5s ease-in-out;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  min-width: 500px;
  text-align: center;
  border-radius: 30px;
}
.form-box {
  padding: 40px;
  max-width: 600px;
  overflow: hidden;
  border-radius: 16px;
  color: #010101;
  border-radius: 20px;
}
.form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 24px 24px;
  gap: 16px;
  text-align: center;
}
.title {
  font-weight: bold;
  font-size: 1.6rem;
}
.subtitle {
  font-size: 1rem;
  color: #666;
}
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  margin: 1rem 0 0.5rem;
  width: 100%;
}
.input2 {
  background: none;
  border: 0;
  outline: 0;
  height: 56px;
  width: 100%;
  font-size: 0.9rem;
  padding: 8px 15px;
  background-color: white;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #00000080;
}
.g-recaptcha {
  margin-top: 10px;
}
.form .submit:disabled {
  background-color: #5e5e5e;
  color: #fff;
  border: 0;
  border-radius: 24px;
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form .submit {
  background-color: #0066ff;
  color: #fff;
  border: 0;
  border-radius: 24px;
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-section {
  padding: 16px;
  font-size: 0.85rem;
  background-color: #e0ecfb;
  box-shadow: rgb(0 0 0 / 8%) 0 -1px;
}
.form-section a {
  font-weight: bold;
  color: #0066ff;
  transition: color 0.3s ease;
}
.form-section a:hover {
  color: #005ce6;
  text-decoration: underline;
}
.form button:hover {
  background-color: #005ce6;
}
.input-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.input-row input {
  flex: 1;
}
.ahead {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.carts {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cartcount {
  margin: -33px 20px;
  position: absolute;
  background-color: var(--primary);
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verify {
  margin: -37px 15px;
  position: absolute;
  background-color: red;
  color: white;
  width: 44px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.verifiydiv {
  display: flex;
  gap: 9px;
}
.verifiydiv form input {
  all: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: black;
  padding: 14px 26px;
  border-radius: 5px;
  font-size: 14px;
  justify-content: center;
  box-shadow: inset 0 0 0 2px #0000004f;
  width: 90px;
}
/* header profile links */
.profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile > img {
  border-radius: 50%;
  object-fit: cover;
}
.name {
  font-size: 15px;
  color: #333;
}
.email {
  font-size: 12px;
  color: gray;
}
/* popup */
.popup-content {
  display: flex;
}
.close {
  display: flex;
}
.sdiv {
  display: flex;
}
.settings {
  display: flex;
}
.profileimg {
  display: flex;
  border-right: solid 1px gray;
  padding: 50px;
  flex-direction: column;
  align-items: center;
}
.name {
  display: flex;
}
.emaillink {
  display: flex;
}
.ssbuttons {
  display: flex;
  flex-direction: column;
  padding: 50px;
  text-align: center;
  justify-content: space-between;
}
.inbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--secondary);
  color: white;
  padding: 14px 26px;
  border-radius: 5px;
  font-size: 14px;
  justify-content: center;
}
.settingbtn {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.ssbuttons a:hover {
  color: red;
}
img.imgsearch {
  width: 150px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.output {
  display: flex;
  position: absolute;
  top: 76px;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
div#demo {
  display: flex;
  width: 1000px;
  flex-direction: row;
  align-items: center;
  background-color: #ffffffde;
  backdrop-filter: blur(10px);
  flex-wrap: wrap;
  border-radius: 0 0 5px 5px;
  justify-content: center;
}
.item h4 {
  font-size: 11px;
  padding: 10px;
}
.item {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
}
.item .ctgy {
  font-size: 9px;
  padding: 10px;
}
p.price {
  font-size: 13px;
}
#demo h1 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 58px;
}
