/** Shopify CDN: Minification failed

Line 753:84 Unexpected "\\n"
Line 753:106 Expected ":"
Line 753:141 Expected ":"
Line 753:172 Expected ":"
Line 753:201 Expected ":"
Line 753:236 Expected ":"
Line 753:275 Expected ":"
Line 753:297 Expected ":"
Line 753:327 Expected ":"
Line 753:354 Expected ":"
... and 25 more hidden warnings

**/
.ge-ai {
  --ge-ink: #101010;
  --ge-muted: #666158;
  --ge-line: #e7e1d8;
  --ge-cream: #f7f1e8;
  --ge-cream-2: #fbf8f2;
  --ge-card: #fffdfa;
  --ge-black: #080808;
  color: var(--ge-ink);
  padding: clamp(1.2rem, 3vw, 3.2rem) 0 4rem;
}

.ge-ai__shell {
  width: min(148rem, calc(100% - 2.4rem));
  margin: 0 auto;
}

.ge-ai__results[hidden],
.ge-ai__loading[hidden],
.ge-ai__error[hidden],
.ge-ai__empty[hidden] { display: none; }

.ge-ai__loading,
.ge-ai__error,
.ge-ai__empty {
  min-height: 44rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--ge-cream-2);
  border: 1px solid var(--ge-line);
  border-radius: 2.2rem;
  padding: 4rem 2rem;
}

.ge-ai__spinner {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: .2rem solid #d8d1c8;
  border-top-color: #111;
  animation: ge-spin .8s linear infinite;
  margin-bottom: 2rem;
}

@keyframes ge-spin { to { transform: rotate(360deg); } }

.ge-ai__eyebrow {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ge-look {
  overflow: hidden;
  border: 1px solid var(--ge-line);
  border-radius: 2rem;
  background: var(--ge-card);
  box-shadow: 0 1.8rem 5rem rgba(42, 34, 22, .07);
}

.ge-look__topbar {
  min-height: 9rem;
  padding: 1.5rem 2.8rem;
  border-bottom: 1px solid var(--ge-line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  background: rgba(255,255,255,.9);
}

.ge-look__brand {
  justify-self: start;
  display: flex;
  flex-direction: column;
  line-height: .9;
}

.ge-look__brand strong {
  font-family: var(--font-heading-family, serif);
  font-size: 2.6rem;
  letter-spacing: .13em;
}

.ge-look__brand span {
  margin-top: .6rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .28em;
}

.ge-look__brand small {
  margin-top: .8rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.ge-look__counter {
  justify-self: center;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.ge-look__nav {
  justify-self: end;
  display: flex;
  gap: 1rem;
}

.ge-look__nav button {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid var(--ge-line);
  background: #fff;
  color: var(--ge-ink);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.ge-look__nav button:last-child {
  background: var(--ge-black);
  color: #fff;
  border-color: var(--ge-black);
}

.ge-look__nav button:hover { transform: translateY(-2px); }

.ge-look__main {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(39rem, .98fr);
  min-height: 68rem;
}

.ge-look__visual {
  position: relative;
  min-width: 0;
  background: linear-gradient(145deg, #fbfaf7 0%, #f3eee6 100%);
  border-right: 1px solid var(--ge-line);
  overflow: hidden;
  padding: 1.2rem;
}

.ge-look-hero {
  width: 100%;
  height: 100%;
  min-height: 64rem;
  display: block;
  border-radius: 1.4rem;
  background: #f8f4ed;
}

.ge-look__save {
  position: absolute;
  left: 3rem;
  bottom: 2.8rem;
  min-height: 4.8rem;
  padding: 0 1.8rem;
  border-radius: 999px;
  border: 1px solid rgba(25,25,25,.08);
  background: rgba(255,255,255,.95);
  box-shadow: 0 .8rem 2.2rem rgba(0,0,0,.06);
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .05em;
  cursor: pointer;
}

.ge-look__save span:first-child { font-size: 2rem; }
.ge-look__save.is-saved { background: var(--ge-black); color: #fff; }

.ge-look__details {
  padding: clamp(3rem, 4vw, 5rem);
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fffdfa;
}

.ge-look__details h1 {
  margin: 0;
  font-family: var(--font-heading-family, Georgia, serif);
  font-size: clamp(3.4rem, 3.6vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.ge-look__details h1::after {
  content: '';
  display: block;
  width: 3.6rem;
  height: .2rem;
  margin-top: 1.3rem;
  background: #c8a56d;
}

.ge-look__description {
  margin: 1.7rem 0 2.7rem;
  color: #2d2a26;
  font-size: 1.65rem;
  line-height: 1.55;
  max-width: 48rem;
}

.ge-look__brands-block span,
.ge-look__piece-label,
.ge-look__total span {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ge-look__brands-block strong {
  display: block;
  margin-top: .8rem;
  font-size: 1.35rem;
  letter-spacing: .07em;
  line-height: 1.6;
}

.ge-look__divider {
  height: 1px;
  background: var(--ge-line);
  margin: 2.5rem 0;
}

.ge-look__piece-label { margin: 0 0 1.4rem; }

.ge-look__items {
  display: grid;
  gap: .65rem;
}

.ge-look-item {
  display: grid;
  grid-template-columns: 7.4rem 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 8.6rem;
  padding: .5rem 0;
}

.ge-look-item__thumb {
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 1rem;
  background: #f2eee7;
  overflow: hidden;
  display: block;
}

.ge-look-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ge-look-item__copy h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 700;
}

.ge-look-item__copy p,
.ge-look-item__copy small {
  display: block;
  margin: .25rem 0 0;
  color: var(--ge-muted);
  font-size: 1.28rem;
  line-height: 1.35;
}

.ge-look-item__price {
  font-size: 1.45rem;
  white-space: nowrap;
  padding-left: 1rem;
}

.ge-look__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding: 2rem 2.2rem;
  background: #f5efe6;
  border-radius: 1.2rem;
}

.ge-look__total strong {
  font-family: var(--font-heading-family, Georgia, serif);
  font-size: 2.75rem;
  white-space: nowrap;
}

.ge-look__primary,
.ge-look__secondary {
  min-height: 6.2rem;
  width: 100%;
  margin-top: 1.2rem;
  border-radius: .9rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
}

.ge-look__primary {
  border: 1px solid var(--ge-black);
  background: var(--ge-black);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ge-look__secondary {
  border: 1px solid #9e968b;
  background: #fff;
  color: var(--ge-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ge-look__primary:disabled { opacity: .45; cursor: not-allowed; }

.ge-ai__status {
  min-height: 2rem;
  margin: 1rem 0 0;
  font-size: 1.3rem;
  color: var(--ge-muted);
  text-align: center;
}

.ge-look__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ge-line);
  padding: 2.3rem 3rem;
  background: #fbf7ef;
}

.ge-look__benefits > div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0 2rem;
  border-right: 1px solid var(--ge-line);
}

.ge-look__benefits > div:last-child { border-right: 0; }
.ge-look__benefits > div > span {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: #ede1cf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 2rem;
}
.ge-look__benefits p { margin: 0; }
.ge-look__benefits strong { display: block; font-size: 1.13rem; letter-spacing: .06em; }
.ge-look__benefits small { display: block; color: #3f3a34; font-size: 1.12rem; line-height: 1.45; margin-top: .35rem; }

.ge-look__footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ge-line);
  padding: 2.2rem 3rem;
  background: #f6efe5;
}

.ge-look__footer-benefits > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  padding: 0 1.7rem;
  border-right: 1px solid #ddd3c6;
}

.ge-look__footer-benefits > div:last-child { border-right: 0; }
.ge-look__footer-benefits span { font-size: 2.7rem; }
.ge-look__footer-benefits p { margin: 0; }
.ge-look__footer-benefits strong { display: block; font-size: 1.1rem; letter-spacing: .06em; }
.ge-look__footer-benefits small { display: block; color: #3f3a34; font-size: 1.1rem; margin-top: .3rem; line-height: 1.45; }

.ge-ai__retry-cta {
  border: 1px solid var(--ge-ink);
  background: #fff;
  color: var(--ge-ink);
  min-height: 5.4rem;
  padding: 1.2rem 2rem;
}

@media screen and (max-width: 1100px) {
  .ge-look__topbar { grid-template-columns: auto 1fr auto; }
  .ge-look__brand small { display: none; }
  .ge-look__counter { font-size: 1.2rem; }
  .ge-look__main { grid-template-columns: 1.25fr 1fr; }
  .ge-look-hero { min-height: 68rem; }
}

@media screen and (max-width: 989px) {
  .ge-look__topbar { grid-template-columns: 1fr auto; }
  .ge-look__brand { display: none; }
  .ge-look__counter { justify-self: start; }
  .ge-look__main { grid-template-columns: 1fr; }
  .ge-look__visual { border-right: 0; border-bottom: 1px solid var(--ge-line); }
  .ge-look-hero { min-height: 68rem; }
  .ge-look__benefits,
  .ge-look__footer-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 0; }
  .ge-look__benefits > div:nth-child(2n),
  .ge-look__footer-benefits > div:nth-child(2n) { border-right: 0; }
}

@media screen and (max-width: 749px) {
  .ge-ai { padding: .8rem 0 2.5rem; }
  .ge-ai__shell { width: min(100% - 1.2rem, 148rem); }
  .ge-look { border-radius: 1.4rem; }
  .ge-look__topbar { padding: 1.2rem 1.4rem; min-height: 6.6rem; }
  .ge-look__counter { font-size: 1.05rem; letter-spacing: .05em; }
  .ge-look__nav button { width: 4rem; height: 4rem; font-size: 2rem; }
  .ge-look__visual { padding: .8rem; }
  .ge-look-hero { min-height: 48rem; border-radius: 1rem; }
  .ge-look__save { left: 2rem; bottom: 2rem; min-height: 4.2rem; padding: 0 1.3rem; font-size: 1rem; }
  .ge-look__details { padding: 2.6rem 1.8rem; }
  .ge-look__details h1 { font-size: 3.4rem; }
  .ge-look__description { font-size: 1.45rem; }
  .ge-look-item { grid-template-columns: 5.8rem 1fr auto; gap: 1rem; }
  .ge-look-item__thumb { width: 5.8rem; height: 5.8rem; }
  .ge-look-item__copy h3 { font-size: 1.3rem; }
  .ge-look-item__copy p,
  .ge-look-item__copy small { font-size: 1.1rem; }
  .ge-look-item__price { font-size: 1.2rem; }
  .ge-look__total { padding: 1.6rem; }
  .ge-look__total strong { font-size: 2.1rem; }
  .ge-look__benefits,
  .ge-look__footer-benefits { grid-template-columns: 1fr; padding: 2rem 1.3rem; gap: 1.6rem; }
  .ge-look__benefits > div,
  .ge-look__footer-benefits > div { border-right: 0; justify-content: flex-start; padding: 0 .8rem; }
}

/* v11 approved editorial recommendation refinements */
.ge-look__visual {
  background: #f5e9da;
  padding: 1.8rem;
}
.ge-look-hero {
  background: #f5e9da;
  border-radius: 1.6rem;
}
.ge-look__details {
  background: #fffdfa;
}
.ge-look__footer-benefits {
  background: #0d0d0d;
  color: #fff;
  border-top-color: #0d0d0d;
}
.ge-look__footer-benefits > div {
  border-right-color: rgba(255,255,255,.18);
}
.ge-look__footer-benefits small {
  color: rgba(255,255,255,.78);
}
.ge-look__footer-benefits span {
  color: #fff;
}
.ge-look__primary {
  min-height: 6.5rem;
  border-radius: .8rem;
}
.ge-look__secondary {
  min-height: 5.8rem;
  border-radius: .8rem;
}
.ge-look__total {
  background: #f3e6d7;
}
.ge-look__brands-block strong {
  text-transform: uppercase;
}
@media screen and (min-width: 990px) {
  .ge-look__main {
    grid-template-columns: minmax(0, 1.58fr) minmax(39rem, .92fr);
  }
}

/* v12 approved editorial composition refinements */
.ge-look__visual {
  background: #f6eadb;
  padding: 1.2rem;
}
.ge-look-hero {
  background: #f6eadb;
  border-radius: 1.2rem;
}
@media screen and (min-width: 990px) {
  .ge-look__main {
    grid-template-columns: minmax(0, 1.58fr) minmax(40rem, 1fr);
  }
  .ge-look__visual {
    display: flex;
    align-items: stretch;
  }
  .ge-look-hero {
    min-height: 76rem;
  }
}

/* v14 — compact approved mockup proportions; prevent stretched hero */
.ge-ai__shell {
  width: min(132rem, calc(100% - 2.4rem));
}

.ge-look__main {
  min-height: 0;
}

.ge-look__visual {
  padding: 1.6rem;
  display: block !important;
  background: #f5eadc;
}

.ge-look-hero {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1000 / 720 !important;
  border-radius: 1.4rem;
  background: #f5eadc;
}

@media screen and (min-width: 990px) {
  .ge-look__main {
    grid-template-columns: minmax(0, 1.52fr) minmax(38rem, .92fr);
    align-items: stretch;
  }

  .ge-look__visual {
    min-height: 0 !important;
  }

  .ge-look__details {
    padding: 3.4rem 3.2rem;
  }

  .ge-look__details h1 {
    font-size: clamp(3.4rem, 3.3vw, 4.8rem);
  }

  .ge-look-item {
    min-height: 7.4rem;
    grid-template-columns: 6.4rem 1fr auto;
    gap: 1.2rem;
  }

  .ge-look-item__thumb {
    width: 6.4rem;
    height: 6.4rem;
  }

  .ge-look__total {
    padding: 1.5rem 1.8rem;
  }

  .ge-look__primary,
  .ge-look__secondary {
    min-height: 5.4rem;
  }
}

@media screen and (max-width: 989px) {
  .ge-look-hero {
    aspect-ratio: 1000 / 720 !important;
    min-height: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  .ge-ai__shell {
    width: min(100% - 1rem, 132rem);
  }
  .ge-look__visual {
    padding: .8rem;
  }
  .ge-look-hero {
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
  }
}

/* v16 — exact approved compact premium recommendation mockup */
.ge-ai {
  --ge-gold: #c7a15e;
  --ge-cream-v16: #f5eadc;
  padding-top: 1.2rem;
}

.ge-ai__shell { width: min(136rem, calc(100% - 2.4rem)); }
.ge-look { border-radius: 2.2rem; box-shadow: 0 1.5rem 4.5rem rgba(47,37,24,.06); }
.ge-look__topbar { min-height: 8.2rem; padding: 1.3rem 2.6rem; }
.ge-look__brand strong { font-size: 2.8rem; }
.ge-look__brand span { font-size: 1.45rem; letter-spacing: .05em; margin-top: .35rem; }
.ge-look__brand small { letter-spacing: .03em; margin-top: .45rem; }
.ge-look__counter { font-size: 1.55rem; letter-spacing: .06em; }
.ge-look__nav button { width: 4.6rem; height: 4.6rem; }

.ge-look__main {
  grid-template-columns: minmax(0, 1.55fr) minmax(42rem, .96fr) !important;
  min-height: 0 !important;
}

.ge-look__visual {
  padding: 1.6rem !important;
  background: var(--ge-cream-v16) !important;
}
.ge-look-hero {
  aspect-ratio: 1000 / 720 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  background: var(--ge-cream-v16) !important;
  border-radius: 1.6rem !important;
}
.ge-look__save { left: 2.8rem; bottom: 2.5rem; }

.ge-look__details { padding: 2.6rem 2.8rem !important; background: #fffdfa; }
.ge-look__style-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  background: #dfc391;
  color: #19130d;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .05em;
  margin-bottom: 1.3rem;
}
.ge-look__details h1 { font-size: clamp(3.6rem, 3.2vw, 5rem) !important; max-width: 48rem; }
.ge-look__details h1::after { background: var(--ge-gold); }
.ge-look__description { margin: 1.4rem 0 2.2rem; font-size: 1.45rem; line-height: 1.5; }
.ge-look__brands-block span,
.ge-look__piece-label,
.ge-look__total span { font-size: 1.08rem; }
.ge-look__brands-block strong { font-size: 1.28rem; }
.ge-look__divider { margin: 1.7rem 0; }
.ge-look__piece-label { margin-bottom: 1rem; }

.ge-look__items { gap: .2rem; }
.ge-look-item {
  position: relative;
  display: grid;
  grid-template-columns: 6.6rem 1.8rem 1fr auto !important;
  min-height: 7.6rem !important;
  gap: .8rem !important;
  padding: .35rem 0;
}
.ge-look-item__thumb { width: 6.6rem !important; height: 6.6rem !important; border-radius: .9rem; background: #f3eadf; }
.ge-look-item__check {
  width: 1.7rem; height: 1.7rem; border-radius: 50%;
  background: var(--ge-gold); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 900;
  align-self: center;
}
.ge-look-item__brand { display: block; font-size: 1.35rem; line-height: 1.25; }
.ge-look-item__copy h3 { margin-top: .25rem; font-size: 1.28rem !important; font-weight: 500; }
.ge-look-item__copy small { margin-top: .2rem; font-size: 1.18rem !important; }
.ge-look-item__price { font-size: 1.35rem !important; }

.ge-look__total { margin-top: 1.2rem; padding: 1.25rem 1.6rem; background: #f2e4d2; }
.ge-look__total strong { font-size: 2.7rem; }
.ge-look__primary { margin-top: .9rem; min-height: 5.6rem !important; }
.ge-look__secondary-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: .8rem; }
.ge-look__secondary-row .ge-look__secondary { margin-top: 0; min-height: 4.8rem !important; font-size: 1.08rem; padding: .5rem .7rem; }
.ge-look__why {
  margin-top: .8rem;
  border: 1px solid #e6d8c7;
  background: #fbf5ec;
  border-radius: .9rem;
  padding: 1.2rem 1.4rem;
  font-size: 1.23rem;
  line-height: 1.5;
  color: #4a433a;
}
.ge-look__why[hidden] { display: none; }

.ge-look__benefits { padding: 1.9rem 2.3rem; background: #fbf7ef; }
.ge-look__benefits > div { gap: 1rem; padding: 0 1.4rem; }
.ge-look__benefits > div > span { width: 4rem; height: 4rem; background: #ead7b9; }
.ge-look__footer-benefits { padding: 1.8rem 2.3rem; background: #111; }

@media screen and (max-width: 1100px) {
  .ge-look__main { grid-template-columns: 1.25fr 1fr !important; }
  .ge-look__details { padding: 2.2rem !important; }
}
@media screen and (max-width: 989px) {
  .ge-look__main { grid-template-columns: 1fr !important; }
  .ge-look__visual { border-right: 0; }
  .ge-look-hero { aspect-ratio: 1000 / 720 !important; }
}
@media screen and (max-width: 749px) {
  .ge-look__details { padding: 2rem 1.5rem !important; }
  .ge-look__style-tag { margin-bottom: 1rem; }
  .ge-look__details h1 { font-size: 3.2rem !important; }
  .ge-look-item { grid-template-columns: 5.6rem 1.6rem 1fr auto !important; }
  .ge-look-item__thumb { width: 5.6rem !important; height: 5.6rem !important; }
  .ge-look__secondary-row { grid-template-columns: 1fr; }
  .ge-look__benefits, .ge-look__footer-benefits { grid-template-columns: 1fr; }
}
\n\n/* v17 — balanced editorial hero: fill the card without stretching products */\n.ge-look__visual {\n  background: #f5eadc !important;\n  padding: 1.2rem !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n}\n\n.ge-look-hero {\n  display: block !important;\n  width: 100% !important;\n  height: auto !important;\n  min-height: 0 !important;\n  max-height: none !important;\n  aspect-ratio: 1000 / 860 !important;\n  background: #f5eadc !important;\n  border-radius: 1.6rem !important;\n}\n\n@media screen and (min-width: 990px) {\n  .ge-look__main {\n    grid-template-columns: minmax(0, 1.48fr) minmax(42rem, 1fr) !important;\n    align-items: start !important;\n  }\n\n  .ge-look__visual {\n    align-self: stretch !important;\n  }\n\n  .ge-look__details {\n    align-self: stretch !important;\n  }\n}\n\n@media screen and (max-width: 989px) {\n  .ge-look-hero {\n    aspect-ratio: 1000 / 860 !important;\n  }\n}\n\n@media screen and (max-width: 749px) {\n  .ge-look__visual {\n    padding: .7rem !important;\n  }\n  .ge-look-hero {\n    aspect-ratio: 5 / 4.4 !important;\n  }\n}\n
/* v18 — final editorial balance pass */
.ge-ai__shell {
  width: min(132rem, calc(100% - 2.4rem)) !important;
}

.ge-look__main {
  min-height: 0 !important;
  align-items: stretch !important;
}

.ge-look__visual {
  padding: 1rem !important;
  background: #f5eadc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
}

.ge-look-hero {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1000 / 820 !important;
  object-fit: contain !important;
  background: #f5eadc !important;
  border-radius: 1.5rem !important;
}

.ge-look__save {
  left: 2.3rem !important;
  bottom: 2.1rem !important;
}

.ge-look__why strong {
  display: block;
  margin-bottom: .45rem;
  color: #18130e;
  font-size: 1.22rem;
}
.ge-look__why p { margin: 0 0 .6rem; }
.ge-look__why ul { margin: .45rem 0 0 1.6rem; padding: 0; }
.ge-look__why li { margin: .25rem 0; }

@media screen and (min-width: 990px) {
  .ge-look__main {
    grid-template-columns: minmax(0, 1.43fr) minmax(42rem, 1fr) !important;
  }
  .ge-look__visual,
  .ge-look__details {
    align-self: stretch !important;
  }
  .ge-look__details {
    padding: 2.5rem 2.7rem !important;
  }
}

@media screen and (max-width: 989px) {
  .ge-look-hero { aspect-ratio: 1000 / 820 !important; }
}

@media screen and (max-width: 749px) {
  .ge-look__visual { padding: .65rem !important; }
  .ge-look-hero { aspect-ratio: 5 / 4.1 !important; }
}
