@media only screen and (min-width: 360px) and (max-width: 768px) {
  h2 {
    text-align: center;
    font-size: 18px;
  }
  .navbar-container {
    display: none;
  }
  .navitems {
    display: none;
  }
  .mobile-navbar {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
  }
  .mobile-navbar .img-box {
    display: flex;
    justify-content: center;
  }
  .mobile-navbar .img-box img {
    width: 100px;
  }
  .mobile-navbar .icons {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .mobile-navbar .icons i {
    font-size: 20px;
  }
  .genz-container {
    padding-bottom: 0px;
  }
  .genz-container h2 {
    text-align: center;
    font-size: 18px;
  }
  .genz-container p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  .genz-container .genz-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 100%;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
  }
  .genz-container .genz-grid .genz-item h4 {
    font-size: 16px;
  }
  .genz-container .genz-grid .genz-item button {
    color: black;
  }
  .watches-container .watches-grid {
    width: 100%;
    grid-template-columns: 100%;
    gap: 40px;
  }
  .watches-container .watches-grid .genz-item h4 {
    font-size: 16px;
  }
  .watches-container .watches-grid .genz-item button {
    color: black;
  }
  .shop-container h2 {
    font-size: 18px;
  }
  .shop-container .shop-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .banner-container {
    display: none;
  }
  .banner-container-full {
    display: none;
  }
  .mobile-banner-container {
    display: block;
    margin-top: 16px;
  }
  .mobile-banner-container .banner {
    width: 100%;
    position: relative;
  }
  .mobile-banner-container .banner .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    opacity: 0.5;
  }
  .mobile-banner-container .banner img {
    width: 100%;
  }
  .mobile-banner-container .banner .banner-text {
    position: absolute;
    bottom: 50px;
    left: 6%;
  }
  .mobile-banner-container .banner .banner-text p {
    font-size: 14px;
    color: white;
    font-weight: 400;
  }
  .mobile-banner-container .banner .banner-text h3 {
    font-size: 28px;
    color: white;
    font-weight: 400;
  }
  .mobile-banner-container .banner .banner-text button {
    border: 2px solid white;
    background: none;
    padding: 10px 20px;
    margin-top: 16px;
    color: white;
  }
  .top-launch-container h2 {
    font-size: 18px;
  }
  .top-launch-container .top-launch-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .top-launch-container .top-launch-grid div p {
    text-align: center;
    font-size: 12px;
  }
  .option-container .option-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
  }
  .muses-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .muses-container p {
    text-align: center;
  }
  .muses-container .muses-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 28% 28% 28%;
    justify-content: center;
    gap: 10px;
  }
  .muses-container .muses-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=mobile.css.map */