.simon-hero-inner{
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.65fr)!important;
  justify-content:space-between!important;
}

.simon-partner-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:220px;
}

.simon-partner-mark img{
  width:min(100%,360px);
  filter:brightness(0) invert(1);
  opacity:.95;
}

.simon-map-carousel{
  position:relative;
  width:100%;
  min-height:238px;
  display:grid;
  place-items:center;
  background:#ededeb;
  overflow:hidden;
}

.simon-map-stage{
  position:relative;
  width:92%;
  aspect-ratio:1.45/1;
  max-height:210px;
}

.simon-map-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  opacity:0;
  transition:opacity .32s ease;
  image-rendering:auto;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.simon-map-slide.is-active{
  opacity:1;
}

.simon-map-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:12px;
  display:flex;
  justify-content:center;
  gap:8px;
  z-index:3;
}

.simon-map-dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(17,17,17,.28);
  cursor:pointer;
  transition:transform .15s ease,background .15s ease;
}

.simon-map-dot.is-active{
  background:#111;
  transform:scale(1.25);
}

.simon-map-carousel .simon-map-label{
  position:absolute;
  top:12px;
  left:14px;
  z-index:3;
  padding:5px 7px;
  background:rgba(255,255,255,.88);
  font-size:.57rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#555;
}

.simon-product-card:first-child .simon-product-media::after{
  display:none;
}

@media(max-width:1080px){
  .simon-hero-inner{
    grid-template-columns:1fr!important;
  }

  .simon-partner-mark{
    min-height:150px;
    justify-content:flex-start;
  }

  .simon-partner-mark img{
    width:min(70vw,300px);
  }
}

@media(max-width:640px){
  .simon-map-stage{
    width:96%;
    max-height:none;
  }

  .simon-map-carousel{
    min-height:220px;
  }

  .simon-map-dots{
    bottom:9px;
  }
}
