#theme-profile[hidden] {
  display: none !important;
}

.sugarpop-look-open {
  overflow: hidden;
}

.sugarpop-look-modal {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.sugarpop-look-modal[hidden] {
  display: none;
}

.sugarpop-look-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(20 15 30 / 72%);
  cursor: pointer;
}

.sugarpop-look-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: calc(100vh - 2rem);
  padding: 1.25rem;
  overflow-y: auto;
  border: 3px solid #2f2440;
  border-radius: 1rem;
  background: #fff7e8;
  color: #2f2440;
  box-shadow: 0 1.2rem 3rem rgb(20 15 30 / 32%);
}

.sugarpop-look-dialog h2 {
  margin: 0.25rem 2.75rem 0.5rem 0;
  color: #2f2440;
  font-family: "Original Surfer", system-ui, sans-serif;
  font-size: clamp(1.8rem, 7vw, 2.8rem);
  line-height: 1;
}

.sugarpop-look-dialog h3 {
  margin: 0;
  color: #2f2440;
  font-size: 1rem;
  line-height: 1.2;
}

.sugarpop-look-dialog p {
  color: #2f2440;
}

.sugarpop-look-close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #2f2440;
  border-radius: 999px;
  background: #fff;
  color: #2f2440;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.sugarpop-look-kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sugarpop-look-intro {
  margin: 0.75rem 0 1rem;
  font-weight: 750;
  line-height: 1.45;
}

.sugarpop-look-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(min(100%, 190px), 1fr)
  );
  gap: 0.75rem;
}

.sugarpop-look-grid section {
  position: relative;
  padding: 0.9rem;
  border: 2px solid rgb(47 36 64 / 22%);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 4px 0 rgb(47 36 64 / 10%);
}

.sugarpop-look-grid section:nth-child(1),
.sugarpop-look-grid section:nth-child(4) {
  background: #fff2c7;
}

.sugarpop-look-grid section:nth-child(2),
.sugarpop-look-grid section:nth-child(5) {
  background: #e9f8ff;
}

.sugarpop-look-grid section:nth-child(3),
.sugarpop-look-grid section:nth-child(6) {
  background: #f7eaff;
}

.sugarpop-look-icon {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.65rem;
  line-height: 1;
}

.sugarpop-look-grid p {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  line-height: 1.4;
}

.sugarpop-look-footer {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 2px dashed rgb(47 36 64 / 25%);
  font-weight: 900;
  text-align: center;
}

