.shop .container {
  margin: 0 auto;
  max-width: 1080px;
}

.shopTitle {
  align-items: center;
  border-bottom: 1px solid #ababab;
  border-top: 1px solid #ababab;
  display: flex;
  font-size: var(--fontMax18Min16);
  height: 52px;
  justify-content: center;
}

.shop .greyLink {
  margin-top: 48px;
}

.antenna,
.meister,
.retailer,
.showroom {
  box-sizing: border-box;
  padding: 64px 12px 64px;
}

/* Shop Page Banner */

.shopSearch__banner {
  align-items: center;
  background: url(../../images/stores/img-shop_banner.png) no-repeat center / cover;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  height: 150px;
  margin: 0 auto;
  max-width: 480px;
  padding-left: 26px;
}

.shopSearch__banner img {
  max-width: 27px;
}

.shopSearch__banner p {
  color: #fff;
  font-size: var(--fontMax18Min16);
}

/* Shop Page Navi */

.shopNavigation {
  margin-top: 60px;
}

.shopNavbar {
  display: grid;
  gap: 16px 8px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: calc(100vw - 32px);
}

.shopNavbar a {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}

.shopNavbar a::after {
  border-bottom: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  content: "";
  height: 5px;
  position: absolute;
  right: 8px;
  top: 12px;
  transform: rotate(45deg);
  width: 5px;
}

/* Antenna */

.antenna {
  margin-top: 64px;
  padding-top: 64px;
}

.antennaDetails {
  display: grid;
  gap: 24px 48px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  margin-top: 48px;
}

.antennaText {
  grid-column: 1;
  grid-row: 1;
}

.antennaImage {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.colorChart {
  border: 1px solid #ababab;
  border-radius: 4px;
  display: grid;
  gap: 10px;
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: 1fr;
  height: fit-content;
  padding: 12px;
}

.colorChart .disclaimer {
  font-size: 12px;
  text-align: center;
}

.colorChart__list {
  display: grid;
  gap: 14px 2px;
  grid-template-columns: repeat(auto-fit, minmax(min(67px, 100%), 1fr));
  justify-content: center;
  margin-top: 4px;
}

.colorChart__item {
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: var(--familyInter);
  font-size: 23px;
  font-weight: 500;
  height: 53px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
  width: 53px;
}

.colorChart__list li {
  flex: 1;
  justify-items: center;
  text-align: center;
}

.colorChart__list li:last-child .colorChart__item {
  color: #424242;
}

.colorChart__itemText {
  font-size: 12px;
  line-height: 1.55;
  margin-top: 6px;
}

.meister {
  background: #f7f7f6;
}

.meisterText {
  margin-top: 48px;
}

.meisterDisplay {
  align-items: center;
  display: grid;
  grid-template-columns: 47.8% 47.8%;
  justify-content: space-between;
  margin-top: 48px;
}

.meisterImage {
  grid-column: 1;
  grid-row: 1;
}

.meisterDisplay .colorChart {
  grid-column: 2;
  grid-row: 1;
}

/* Retailer */

.retailer__text {
  font-size: 14px;
  margin-top: 48px;
}

.retailerListWrap {
  display: grid;
  gap: 40px;
  margin-top: 48px;
}

.retailerList__title {
  align-items: center;
  background: #ececec;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  letter-spacing: .1em;
  line-height: 2;
  width: 100%;
}

.retailer__list {
  display: grid;
  gap: 0 40px;
  grid-template-columns: 1fr 1fr;
}

.retailer__item {
  border-bottom: 1px solid #d8d8d8;
  padding: 8px 0;
  text-align: center;
}

.retailer__item p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .retailerListWrap {
    gap: 24px;
  }
}

/* Showroom */

.showroom {
  background: #f7f7f6;
}

.showroomDisplay {
  display: grid;
  grid-template-columns: 47.8% 47.8%;
  justify-content: space-between;
  margin-top: 48px;
}

.showroomText {
  font-size: 14px;
}

.showroomMapDisplay {
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
}

.showroomTextArea {
  padding-left: 16px;
}

.showroomTextArea .walkLink {
  font-size: 14px;
  margin-left: 0;
  margin-top: 8px;
}

.showroomTitle {
  position: relative;
}

.showroomTitle::before {
  background: #ababab;
  content: "";
  height: 1px;
  left: -16px;
  position: absolute;
  top: 16px;
  width: 10px;
}

.showroomTextArea dl {
  margin-top: 4px;
}

.showroomTextArea dt {
  font-weight: 700;
  padding-left: 14px;
  position: relative;
}

.showroomTextArea dt::before {
  background: #424242;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 10px;
}

.showroomMap__link {
  display: inline;
}

.showroomMap__link {
  display: inline;
}

.showroomMap__link img {
  margin-top: -4px;
  max-width: 16px;
}

.showroomMapArea iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .shopSearch__banner {
    height: 100px;
    max-width: calc(100% - 32px);
  }
  .shopNavbar {
    grid-template-columns: 1fr 1fr;
  }
  .shopNavbar a {
    padding-right: 10px;
  }
  .shopNavbar a::after {
    top: 9px;
  }
  .antenna {
    margin-top: 30px;
  }
  .antennaDetails {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 24px;
  }
  .antennaImage {
    grid-column: 1;
    grid-row: 2;
  }
  .antenna .colorChart {
    grid-row: 3;
  }
  .colorChart .disclaimer {
    text-align: start;
  }
  .shop .greyLink,
  .meisterText,
  .retailer__text {
    margin-top: 24px;
  }
  .meisterDisplay {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .meisterDisplay .colorChart {
    grid-column: 1;
    grid-row: 2;
  }
  .retailer__list {
    grid-template-columns: 1fr;
  }
  .showroomDisplay {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .showroomDisplay .showroomTextArea {
    padding: 0;
  }
  .showroomMapDisplay {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .showroomMapArea {
    margin-top: 24px;
  }
  .showroomMapArea iframe {
    height: 192px;
  }
}
