.info-modal-image {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  margin-bottom: 18px;
}

.info-modal-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -2px -24px 18px;
}

.info-modal-decoration {
  display: block;
  width: 100%;
  height: 78px;
  object-fit: cover;
}

.info-modal-name-logo {
  display: block;
  width: 100%;
  height: 78px;
  object-fit: cover;
}

.info-modal-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 190px;
  height: 190px;
  margin: -95px auto 0;
  border-radius: 50%;
  object-fit: cover;
}

.modal-close-icon {
  display: block;
  width: 50px;
  height: 45px;
  border-radius: 100%;
  object-fit: contain;
}

.info-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 40;
}

.info-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.info-modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(12, 13, 20, 0.62);
}

.op\0000e7\0000f5es-de-entrega {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.info-modal-delivery {
  display: block;
  width: 100%;
  height: 194px;
  padding: 0;
  border: 1px solid rgba(15, 18, 32, 0.08);
  border-radius: 16px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  transition: transform 0.2s ease;
}

.info-modal-delivery:hover {
  transform: translateY(-4px);
}

.info-location-card {
  margin-bottom: 22px;
  padding: 16px;
  border: 1px solid rgba(15, 18, 32, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 249, 244, 0.95) 0%, #ffffff 100%);
  box-shadow:
    0 18px 36px rgba(15, 18, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.info-location-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.info-location-kicker {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff3131;
}

.info-location-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 999px;
  background-color: #0f1220;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.info-location-link:hover {
  transform: translateY(-2px);
  background-color: #20263f;
  box-shadow: 0 10px 20px rgba(15, 18, 32, 0.16);
}

.info-location-address {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f1220;
  margin-bottom: 14px;
}

.info-location-map-frame {
  overflow: hidden;
  border: 1px solid rgba(15, 18, 32, 0.08);
  border-radius: 18px;
  background-color: #f1f3f6;
  box-shadow: 0 12px 24px rgba(15, 18, 32, 0.08);
}

.info-location-map {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}

.info-modal-content {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  max-height: calc(100vh - 40px);
  border-radius: 24px;
  background-color: #ffffff;
  padding: 30px 24px 24px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.info-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.info-modal-label {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2e2929;
  margin-bottom: 5px;
}

.info-modal-title {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  line-height: 1.15;
  color: #0f1220;
  margin: 0 0 14px;
}

.info-modal-title-nome{
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 1.15;
  color: #0f1220;
  margin: 0 0 14px;
}

.info-modal-title-pag{
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  line-height: 1.15;
  color: #0f1220;
  margin: 0 0 14px;
}

.info-modal-text,
.info-modal-details p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #393939;
}

.info-modal-text {
  margin-bottom: 18px;
}

.info-modal-details {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 16px;
  background-color: #f7f7f7;
}

.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.payment-method-card {
  min-height: 88px;
  padding: 10px;
  border: 1px solid rgba(15, 18, 32, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.98) 0%, #ffffff 100%);
  box-shadow:
    0 12px 24px rgba(15, 18, 32, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.payment-method-card .payment-method-label {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff3131;
  margin: 0 0 6px;
}

.payment-method-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  color: #0f1220;
  margin: 0;
}

@media (max-width: 540px) {
  .info-modal {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .info-modal-content {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100svh;
    height: auto;
    max-height: none;
    border-radius: 0;
    padding: 56px 18px calc(72px + env(safe-area-inset-bottom));
    box-shadow: none;
    overflow: visible;
  }

  .info-modal-close {
    top: 12px;
    right: 12px;
    z-index: 2;
    background: transparent;
    box-shadow: none;
  }

  .info-modal-title {
    font-size: 24px;
  }

  .op\0000e7\0000f5es-de-entrega {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .info-modal-delivery {
    height: 154px;
    padding: 0;
  }

  .info-location-card {
    padding: 14px;
    border-radius: 18px;
  }

  .info-location-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-location-link {
    min-height: 36px;
    margin-top: 12px;
    padding: 0 12px;
    font-size: 13px;
  }

  .info-location-address {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .info-location-map {
    height: 230px;
  }

  .payment-methods-grid {
    gap: 8px;
  }

  .payment-method-card {
    min-height: 50px;
    padding: 9px;
    border-radius: 12px;
  }

  .payment-method-title {
    font-size: 16px;
  }

  .final-do-modal {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.15;
    color: #0f1220;
    margin: 24px 0 0;
  }

  .info-modal-text,
  .info-modal-details p {
    font-size: 15px;
  }

  .info-modal-image {
    width: calc(100% + 36px);
    max-width: calc(100% + 36px);
    margin: -56px -18px 18px;
    border-radius: 0 0 0px 0px;
  }

  .info-modal-brand {
    margin: -2px -18px 18px;
  }

  .info-modal-decoration {
    height: 90px;
    margin-top: -17px;
  }

  .info-modal-name-logo {
    height: 100px;
  }

  .info-modal-logo {
    width: 160px;
    height: 160px;
    margin-top: -167px;
  }
}
