.komprao-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 36, 71, 0.08);
}

.komprao-header-utility {
  border-bottom: 1px solid #eef1f6;
}

.komprao-utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 84px;
}

.komprao-brand img {
  width: 170px;
  max-width: 100%;
}

.komprao-utility-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.komprao-televendas {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #e30613;
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
}

.komprao-televendas img {
  width: 22px;
  height: 22px;
}

.komprao-social-links {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.komprao-social-links img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.komprao-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #122447;
  padding: 0;
  width: 28px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
}

.komprao-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.komprao-mobile-televendas {
  display: none;
}

.komprao-main-nav {
  background: #f50109;
}

.komprao-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: 100%;
}

.komprao-nav-item {
  display: inline-flex;
  flex: 1 1 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 0;
  min-height: 54px;
  padding: 0.35rem 0.65rem;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.komprao-nav-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.komprao-nav-item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.komprao-nav-item:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
}

.komprao-nav-mobile,
.komprao-mobile-overlay,
.komprao-mobile-social-links {
  display: none;
}

.komprao-lojas-page img {
  display: block;
  max-width: 100%;
}

.komprao-lojas-hero {
  padding: 3.5rem 0 2.5rem;
}

.komprao-lojas-hero h1 {
  margin: 0 0 2.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #f50109;
  text-align: center;
  text-transform: uppercase;
}

.komprao-lojas-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: start;
  margin: 0 6%;
}

.komprao-lojas-copy h2 {
  margin: 0 0 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #333;
}

.komprao-lojas-copy p {
  margin: 0 0 1.1rem;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.komprao-lojas-copy-more {
  display: none;
}

.komprao-lojas-map img {
  width: 100%;
}

.komprao-lojas-list {
  padding-bottom: 4rem;
}

.komprao-lojas-list .container {
  width: min(1280px, calc(100% - 3rem));
}

.store-card {
  margin: 0 6%;
  border-bottom: 1px solid #f50109;
}

.store-card-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border: 0;
  background: transparent;
  color: #f50109;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
}

.store-card-toggle::after {
  content: "+";
  font-size: 26px;
  line-height: 1;
}

.store-card.is-open .store-card-toggle::after {
  content: "−";
}

.store-card-panel {
  padding: 1rem 0 2rem;
}

.store-card-panel:has(.is-open) {
  display: block !important;
}

.store-card-inner {
  display: grid;
  grid-template-columns: 40% 40% 20%;
  margin: 1rem 0;
  padding: 1rem 1.5rem 1rem 2.5rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 36, 71, 0.08);
}

.store-card-about {
  padding: 0 7% 0 3%;
}

.store-card-about h3 {
  margin: 0 0 1.5rem;
  color: #333;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.store-card-address p {
  margin: 0 0 0.5rem;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.store-card-conveniences {
  padding: 0 6%;
  border-left: 1px solid #333;
}

.store-card-conveniences h4 {
  margin: 0 0 1.75rem;
  color: #333;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.store-card-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.store-card-icon {
  width: calc(33.333% - 10px);
  text-align: center;
}

.store-card-actions {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.store-card-button,
.store-card-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: #d3121b;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.store-card-button:hover,
.store-card-button:focus,
.store-card-whatsapp:hover,
.store-card-whatsapp:focus {
  color: #fff;
  text-decoration: none;
}

.store-card-whatsapp {
  gap: 0.6rem;
  background: #d3121b;
}

.store-card-whatsapp-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

@media (max-width: 991.98px) {
  .komprao-lojas-intro {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .store-card {
    margin: 0;
  }

  .store-card-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .store-card-about,
  .store-card-conveniences {
    padding: 0;
  }

  .store-card-conveniences {
    border-left: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5rem;
  }

  .store-card-actions {
    padding-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  body.komprao-mobile-menu-open {
    overflow: hidden;
  }

  .komprao-header-utility {
    border-bottom: 0;
  }

  .komprao-utility-inner {
    position: relative;
    min-height: 72px;
    justify-content: center;
  }

  .komprao-brand {
    display: inline-flex;
    justify-content: center;
  }

  .komprao-brand img {
    width: 148px;
  }

  .komprao-utility-links {
    display: none;
  }

  .komprao-menu-toggle {
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
    width: 24px;
    height: 18px;
  }

  .komprao-menu-toggle span {
    height: 2px;
  }

  .komprao-mobile-televendas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    z-index: 1002;
  }

  .komprao-mobile-televendas img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .komprao-nav.komrpao-nav-desktop {
    display: none;
  }

  .komprao-main-nav {
    background: transparent;
  }

  .komprao-nav-mobile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(82vw, 320px);
    padding: 0 0 1rem;
    background: #f50109;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.18);
    transform: translateX(-100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.25s ease;
    z-index: 1003;
  }

  .komprao-nav-mobile.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .komprao-mobile-close {
    align-self: flex-end;
    margin: 0 0.45rem 0 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2.15rem;
    line-height: 1;
    padding: 0.15rem 0.25rem 0;
  }

  .komprao-mobile-overlay {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(1, 33, 105, 0.36);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1001;
  }

  .komprao-mobile-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .komprao-nav-mobile .komprao-nav-item,
  .komprao-nav-mobile .komprao-nav-item:first-child {
    flex: 0 0 auto;
    min-width: 100%;
    min-height: 52px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    text-align: left;
    padding: 0.72rem 1.25rem;
    font-size: 0.96rem;
  }

  .komprao-nav-mobile .komprao-nav-item img {
    width: 21px;
    height: 21px;
  }

  .komprao-mobile-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.15rem 1.25rem 0;
  }

  .komprao-mobile-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
  }

  .komprao-mobile-social-links img {
    width: 25px;
    height: 24px;
    object-fit: contain;
  }

  .komprao-lojas-hero {
    padding: 2.25rem 0 2rem;
  }

  .komprao-lojas-hero h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 2rem;
  }

  .komprao-lojas-copy h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .komprao-lojas-copy-text {
    max-height: 96px;
    overflow: hidden;
    transition: max-height 0.24s ease;
  }

  .komprao-lojas-copy.is-expanded .komprao-lojas-copy-text {
    max-height: none;
  }

  .komprao-lojas-copy-more {
    display: inline-flex;
    align-items: center;
    margin-top: 0.25rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f50109;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    text-decoration: underline;
  }

  .store-card-toggle {
    font-size: 17px;
    line-height: 24px;
  }

  .store-card-button,
  .store-card-whatsapp {
    width: 100%;
  }
}

footer .footer {
  background-color: #f50109 !important;
  color: #fff;
}
