#product1, #product2 {
  display: none;
}

#product-nav .px-2 {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 120px;
}

.my-card {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.my-card .product-nav {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 16px;
  background-color: #206bac;
  border-radius: 16px;
  color: white;
  font-size: 22px;
}

.my-card .product-nav a {
  color: white;
}

.my-card .product-nav.nav-2 {
  margin-top: 20px;
}

.my-card .product-list {
  margin: 16px 0 0;
  padding-left: 16px;
}

.my-card .product-list li {
  display: flex;
  align-items: center;
  height: 32px;
}