* {
  font-family: Inter, sans-serif, Arial;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

html,
body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.no-scroll {
  overflow: hidden;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

#loading-logo {
  width: 250vw;
  height: 100vh;
}

.header {
  padding: 1.2rem 8.2rem;
}

.upper-head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.logo a {
  text-decoration: none;
  color: inherit;
}

.logo-text {
  color: black;
  font-size: 2.4rem;
  font-weight: 800;
  font-style: italic;
  font-family: Teko;
}

.location {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.location img {
  height: 1.7rem;
}

.loc-text h3 {
  font-size: 1rem;
}

.loc-text h4 {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.76);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}

.loc-text h4:hover {
  color: black;
}

.search {
  display: flex;
  background-color: #e9e9e9;
  padding: 0.7rem;
  border-radius: 25px;
  gap: 0.3rem;
  flex: 1;
}

.search input {
  background-color: unset;
  outline: none;
  border: none;
  color: grey;
  width: 100%;
}

.search img {
  height: 2rem;
}

.store-locator {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.7;
}

.store-locator h4 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 2px;
}

.store-locator img {
  color: black;
  transition: all 0.3s;
}

.store-locator:hover {
  opacity: 1;
}

.store-locator:hover img {
  scale: 1.1;
}

.store-locator h4 a:link,
.store-locator h4 a:visited,
.store-locator h4 a:hover,
.store-locator h4 a:active {
  text-decoration: none;
  color: black;
}

.contact-us {
  display: flex;
  align-items: center;
  opacity: 0.7;
  gap: 0.2rem;
  transition: all 0.3s;
  cursor: pointer;
  margin-left: -5px;
}

.contact-us:hover {
  opacity: 1;
}

.contact-us img {
  height: 1.9rem;
  transition: all 0.3s;
}

.contact-us:hover img {
  scale: 1.1;
}

.contact-us h4 {
  font-size: 0.9rem;
}

.icon-tray {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.icon-tray h4 {
  font-size: 1.5rem;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.icon-tray img {
  height: 1.7rem;
  transition: all 0.3s;
  cursor: pointer;
}

.icon-tray h4:hover,
.icon-tray img:hover {
  scale: 1.1;
}

.lower-head {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.lower-head h4 {
  opacity: 0.7;
  transition: all 0.3s;
  font-size: 0.9rem;
  cursor: pointer;
}

.lower-head h4:hover {
  opacity: 1;
  scale: 1.1;
}

.lower-head h4 a {
  text-decoration: none;
  color: inherit;
  font-size: 0.9rem;
}

.statusbar {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  gap: 0.7rem;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: white;
  z-index: 99999999999;
  display: none;
  opacity: 0;
  width: max-content;
}

.statusbar img {
  height: 2rem;
}

.statusbar h4 {
  font-size: 1.2rem;
}

/* ! MOBILE NAV */
.mob-nav-menu img {
  height: 2.4rem;
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 100vw;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

.upper-mob-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

.upper-mob-head .logo-text {
  text-align: center;
}

.upper-mob-head .icon-tray {
  justify-content: center;
}

.icon-tray a {
  height: 27.2px;
}

.back-nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}

.back-nav img {
  height: 1.2rem;
}

@media (max-width: 1160px) {
  .mob-nav-menu img {
    display: block;
    margin-top: -6px;
  }
  .header .location,
  .header .search,
  .header .contact-us,
  .header .store-locator,
  .header .icon-tray,
  .header .lower-head {
    display: none;
  }

  .header {
    padding: 1.2rem 2rem;

    /* * SHADOW */
    /* padding: 1rem 2rem; */
    /* margin-bottom: 2rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  }

  .upper-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* * FOOTER */
/* FOOTER BASE */
.footer {
  background-color: black;
  color: white;
  width: 100%;
  padding: 3rem 5% 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-family: Arial, sans-serif;
}

/* TOP SECTION */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

/* SUBSCRIBE */
.footer-subscribe {
  flex: 1 1 30rem;
  min-width: 300px;
}

.footer-subscribe h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.subscribe-form input[type='tel'] {
  padding: 0.8rem;
  font-size: 1rem;
  width: 100%;
  border: none;
  border-radius: 4px;
}

.subscribe-form label {
  font-size: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.subscribe-form button {
  background-color: #1641af;
  color: white;
  border: none;
  padding: 0.8rem;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.subscribe-form button:hover {
  background-color: #1449cf;
}

/* LINKS SECTION */
.footer-links {
  display: flex;
  flex: 2 1 50rem;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 150px;
}

.footer-column h4 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.4rem;
  cursor: pointer;
}

.footer-column li a:link,
.footer-column li a:visited,
.footer-column li a:hover,
.footer-column li a:active {
  text-decoration: none;
  color: inherit;
}

/* BOTTOM LOGO & COPYRIGHT */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  text-align: center;
}

.footer-logo {
  font-size: 1.8rem;
  font-weight: 800;
  font-style: italic;
  font-family: Teko, sans-serif;
}

.footer-copy {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
}

/* RESPONSIVE STYLES */
@media (max-width: 1470px) {
  .footer-subscribe {
    flex: 1 1 27rem;
  }
}
@media (max-width: 850px) {
  .footer {
    margin-top: 4.8rem;
  }
  .footer-links {
    margin-top: 1rem;
  }
}
@media (max-width: 650px) {
  .footer-top {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 2rem;
  }

  .footer-column {
    flex: 1 1 100%;
  }

  .footer-logo {
    font-size: 1.5rem;
  }

  .footer-copy {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 2rem 5% 1rem;
    padding-top: 4.2rem;
    margin-top: 4.2rem;
  }
  .footer-subscribe {
    flex: 1 1 0rem;
  }
  .footer-subscribe h3 {
    font-size: 1.2rem;
  }
  .footer-links {
    flex: 0 0 0rem;
  }
  .subscribe-form input[type='tel'] {
    font-size: 0.9rem;
  }

  .footer-logo {
    font-size: 1.3rem;
  }
}

.contact-link:link,
.contact-link:visited,
.contact-link:hover,
.contact-link:active {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 8px;
  }

  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #111111, #444444);
    border-radius: 8px;
    border: 2px solid #f5f5f5;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #000000, #222222);
  }

  * {
    scrollbar-width: thin;
    scrollbar-color: #222222 #f5f5f5;
  }
}
