@charset "UTF-8";
/*
 * GELÉE BY brand top
 * Every selector is scoped beneath #gelee-brand-top to avoid affecting FutureShop.
 */
#gelee-brand-top, #gelee-brand-top * {
  box-sizing: border-box;
}
#gelee-brand-top {
  --gbt-ink: #40383c;
  --gbt-muted: #746a70;
  --gbt-line: #e7dfe3;
  --gbt-pink: #ead1d8;
  --gbt-blue: #dce5ed;
  --gbt-cream: #f7f2ef;
  --gbt-white: #fff;
  width: 100%;
  color: var(--gbt-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .03em;
  background: #fff;
}
#gelee-brand-top img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#gelee-brand-top a {
  color: inherit;
  text-decoration: none;
}
#gelee-brand-top p, #gelee-brand-top h1, #gelee-brand-top h2, #gelee-brand-top h3, #gelee-brand-top ol, #gelee-brand-top ul {
  margin: 0;
  padding: 0;
}
#gelee-brand-top li {
  list-style: none;
}
#gelee-brand-top .gbt__breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  font-size: 12px;
  color: #756d72;
}
#gelee-brand-top .gbt__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#gelee-brand-top .gbt__breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 6px;
  color: #aaa1a6;
}
#gelee-brand-top .gbt__main {
  overflow: hidden;
}
#gelee-brand-top .gbt-hero {
  position: relative;
  max-width: 1400px;
  min-height: 560px;
  margin: 0 auto;
  background: #f4e7e9;
}
#gelee-brand-top .gbt-hero__media, #gelee-brand-top .gbt-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}
#gelee-brand-top .gbt-hero__copy {
  position: absolute;
  top: 50%;
  left: max(6%, 48px);
  transform: translateY(-50%);
  width: min(42%, 510px);
}
#gelee-brand-top .gbt-eyebrow, #gelee-brand-top .gbt-section-label {
  color: #8b7c84;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
}
#gelee-brand-top .gbt-hero h1 {
  margin: 14px 0 20px;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .06em;
}
#gelee-brand-top .gbt-hero__copy > p:last-of-type {
  margin-bottom: 30px;
  font-size: 16px;
}
#gelee-brand-top .gbt-button {
  display: inline-flex;
  min-width: 220px;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border: 1px solid var(--gbt-ink);
  font-size: 14px;
  font-weight: 700;
  transition: background .25s, color .25s, transform .25s;
}
#gelee-brand-top .gbt-button::after {
  content: "→";
  margin-left: 22px;
}
#gelee-brand-top .gbt-button--dark {
  color: #fff;
  background: var(--gbt-ink);
}
#gelee-brand-top .gbt-button:hover {
  transform: translateY(-2px);
}
#gelee-brand-top .gbt-intro, #gelee-brand-top .gbt-category, #gelee-brand-top .gbt-compare, #gelee-brand-top .gbt-howto, #gelee-brand-top .gbt-links {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 24px;
}
#gelee-brand-top .gbt-intro {
  max-width: 1000px;
  text-align: center;
}
#gelee-brand-top section > h2 {
  margin: 10px 0 28px;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: center;
}
#gelee-brand-top .gbt-intro > p:not(.gbt-section-label) {
  max-width: 800px;
  margin: 0 auto;
  color: var(--gbt-muted);
}
#gelee-brand-top .gbt-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 48px;
}
#gelee-brand-top .gbt-points li {
  padding: 24px 12px;
  border: 1px solid var(--gbt-line);
  background: #fff;
}
#gelee-brand-top .gbt-points strong {
  display: block;
  margin-bottom: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: .12em;
}
#gelee-brand-top .gbt-points span {
  display: block;
  color: var(--gbt-muted);
  font-size: 13px;
}
#gelee-brand-top .gbt-category {
  max-width: 1248px;
  padding-top: 40px;
  text-align: center;
}
#gelee-brand-top .gbt-category__primary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 46px;
  text-align: left;
}
#gelee-brand-top .gbt-card {
  overflow: hidden;
  border: 1px solid var(--gbt-line);
  background: #fff;
}
#gelee-brand-top .gbt-card a {
  display: block;
  height: 100%;
}
#gelee-brand-top .gbt-card__media {
  aspect-ratio: 5/4;
  overflow: hidden;
}
#gelee-brand-top .gbt-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
#gelee-brand-top .gbt-card:hover .gbt-card__media img, #gelee-brand-top .gbt-mini-card:hover .gbt-mini-card__media img {
  transform: scale(1.025);
}
#gelee-brand-top .gbt-card__body {
  min-height: 300px;
  padding: 34px 36px 38px;
}
#gelee-brand-top .gbt-card--color .gbt-card__body {
  background: #fbf1f3;
}
#gelee-brand-top .gbt-card--magnet .gbt-card__body {
  background: #f1f5f8;
}
#gelee-brand-top .gbt-card__en {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .18em;
}
#gelee-brand-top .gbt-card h3, #gelee-brand-top .gbt-mini-card h3 {
  margin: 5px 0 13px;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 30px;
  font-weight: 400;
}
#gelee-brand-top .gbt-card__body > p:not(.gbt-card__en), #gelee-brand-top .gbt-mini-card__body > p:not(.gbt-card__en) {
  color: var(--gbt-muted);
  font-size: 14px;
}
#gelee-brand-top .gbt-card__link {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  padding: 13px 0 3px;
  border-top: 1px solid rgba(64, 56, 60, .28);
  font-size: 14px;
  font-weight: 700;
}
#gelee-brand-top .gbt-card__link::after {
  content: "→";
}
#gelee-brand-top .gbt-category__secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
  text-align: left;
}
#gelee-brand-top .gbt-mini-card {
  border: 1px solid var(--gbt-line);
  background: #fff;
}
#gelee-brand-top .gbt-mini-card a {
  display: grid;
  grid-template-columns: 44% 56%;
  height: 100%;
}
#gelee-brand-top .gbt-mini-card__media {
  overflow: hidden;
  background: var(--gbt-cream);
}
#gelee-brand-top .gbt-mini-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
#gelee-brand-top .gbt-mini-card__body {
  padding: 32px;
}
#gelee-brand-top .gbt-mini-card h3 {
  font-size: 23px;
}
#gelee-brand-top .gbt-compare {
  max-width: none;
  background: #f8f5f6;
}
#gelee-brand-top .gbt-compare > .gbt-section-label {
  text-align: center;
}
#gelee-brand-top .gbt-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 1100px;
  margin: 40px auto 0;
}
#gelee-brand-top .gbt-compare__grid article {
  padding: 38px;
  background: #fff;
  border: 1px solid var(--gbt-line);
}
#gelee-brand-top .gbt-compare__grid h3 {
  margin-bottom: 14px;
  font-size: 20px;
}
#gelee-brand-top .gbt-compare__grid p {
  color: var(--gbt-muted);
  font-size: 14px;
}
#gelee-brand-top .gbt-compare__grid a {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gbt-ink);
  font-weight: 700;
  font-size: 14px;
}
#gelee-brand-top .gbt-howto > .gbt-section-label {
  text-align: center;
}
#gelee-brand-top .gbt-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 42px;
  counter-reset: step;
}
#gelee-brand-top .gbt-steps li {
  position: relative;
  min-height: 210px;
  padding: 26px 20px;
  border-top: 1px solid var(--gbt-ink);
  background: #faf8f8;
}
#gelee-brand-top .gbt-steps span {
  display: block;
  margin-bottom: 30px;
  color: #a998a0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}
#gelee-brand-top .gbt-steps strong {
  display: block;
  margin-bottom: 10px;
}
#gelee-brand-top .gbt-steps p {
  color: var(--gbt-muted);
  font-size: 13px;
}
#gelee-brand-top .gbt-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 20px;
}
#gelee-brand-top .gbt-links a {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid var(--gbt-line);
  background: linear-gradient(135deg, #fbf4f5, #f4f5f7);
  transition: transform .25s, box-shadow .25s;
}
#gelee-brand-top .gbt-links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(74, 57, 66, .09);
}
#gelee-brand-top .gbt-links small {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .14em;
}
#gelee-brand-top .gbt-links strong {
  margin: 8px 0 20px;
  font-size: 16px;
}
#gelee-brand-top .gbt-links span {
  font-size: 13px;
  font-weight: 700;
}
#gelee-brand-top .gbt-sp-only {
  display: none;
}
@media (max-width:767px) {
  #gelee-brand-top {
    font-size: 15px;
  }
  #gelee-brand-top .gbt__breadcrumb {
    padding: 10px 16px;
    font-size: 10px;
  }
  #gelee-brand-top .gbt-hero {
    min-height: 650px;
  }
  #gelee-brand-top .gbt-hero__media, #gelee-brand-top .gbt-hero__media img {
    min-height: 650px;
  }
  #gelee-brand-top .gbt-hero__copy {
    top: auto;
    bottom: 34px;
    left: 24px;
    width: calc(100% - 48px);
    transform: none;
    padding: 25px 22px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(4px);
  }
  #gelee-brand-top .gbt-hero h1 {
    margin: 8px 0 12px;
    font-size: 32px;
  }
  #gelee-brand-top .gbt-hero__copy > p:last-of-type {
    margin-bottom: 20px;
    font-size: 13px;
  }
  #gelee-brand-top .gbt-button {
    width: 100%;
    min-width: 0;
    padding: 12px 18px;
  }
  #gelee-brand-top .gbt-intro, #gelee-brand-top .gbt-category, #gelee-brand-top .gbt-compare, #gelee-brand-top .gbt-howto, #gelee-brand-top .gbt-links {
    padding: 64px 16px;
  }
  #gelee-brand-top section > h2 {
    margin: 8px 0 22px;
    font-size: 27px;
  }
  #gelee-brand-top .gbt-points {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 34px;
  }
  #gelee-brand-top .gbt-points li {
    padding: 18px 8px;
  }
  #gelee-brand-top .gbt-category {
    padding-top: 20px;
  }
  #gelee-brand-top .gbt-category__primary, #gelee-brand-top .gbt-category__secondary {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }
  #gelee-brand-top .gbt-category__secondary {
    margin-top: 16px;
  }
  #gelee-brand-top .gbt-card__body {
    min-height: 0;
    padding: 26px 22px 28px;
  }
  #gelee-brand-top .gbt-card h3 {
    font-size: 26px;
  }
  #gelee-brand-top .gbt-mini-card a {
    grid-template-columns: 1fr;
  }
  #gelee-brand-top .gbt-mini-card__media {
    aspect-ratio: 3/2;
  }
  #gelee-brand-top .gbt-mini-card__body {
    padding: 24px 22px 26px;
  }
  #gelee-brand-top .gbt-compare__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }
  #gelee-brand-top .gbt-compare__grid article {
    padding: 28px 22px;
  }
  #gelee-brand-top .gbt-steps {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 30px;
  }
  #gelee-brand-top .gbt-steps li {
    min-height: 0;
    padding: 20px 20px 20px 68px;
  }
  #gelee-brand-top .gbt-steps span {
    position: absolute;
    top: 21px;
    left: 20px;
    margin: 0;
  }
  #gelee-brand-top .gbt-links {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 0;
  }
  #gelee-brand-top .gbt-links a {
    min-height: 140px;
  }
  #gelee-brand-top .gbt-sp-only {
    display: block;
  }
}
@media (prefers-reduced-motion:reduce) {
  #gelee-brand-top *, #gelee-brand-top *::before, #gelee-brand-top *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
/* Added sections: all rules remain scoped to #gelee-brand-top */
#gelee-brand-top .gbt-section-heading {
  text-align: center;
}
#gelee-brand-top .gbt-reasons {
  max-width: 1200px;
  margin: 0 auto;
  padding: 76px 24px 64px;
}
#gelee-brand-top .gbt-reasons__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 38px;
}
#gelee-brand-top .gbt-reasons__list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
#gelee-brand-top .gbt-reasons__icon {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid #d9d1d5;
  border-radius: 50%;
  background: #fff;
  color: #8f7f87;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}
#gelee-brand-top .gbt-reasons__list h3 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.5;
}
#gelee-brand-top .gbt-reasons__list p {
  color: var(--gbt-muted);
  font-size: 12px;
  line-height: 1.75;
}
#gelee-brand-top .gbt-howto {
  max-width: 1200px;
  padding-top: 54px;
}
#gelee-brand-top .gbt-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
  margin-top: 40px;
}
#gelee-brand-top .gbt-steps li {
  position: relative;
  min-width: 0;
  padding: 0;
  background: none;
  border: 0;
}
#gelee-brand-top .gbt-steps li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 92px;
  right: -20px;
  color: #a89da2;
}
/*
#gelee-brand-top .gbt-step__image {
  overflow: hidden;
  width: 150px;
  max-width: 100%;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f7f0f2;
}
#gelee-brand-top .gbt-step__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
*/

#gelee-brand-top .gbt-step__image{
    width:110px;
    height:110px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 16px;
    padding:6px;
    background:#fff;
    border:2px solid #E8E0E6;
    border-radius:50%;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    overflow:hidden;
}

#gelee-brand-top .gbt-step__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
    display:block;
}

#gelee-brand-top .gbt-step__text {
  text-align: left;
}
#gelee-brand-top .gbt-step__text span {
  display: inline;
  margin: 0 7px 0 0;
  color: #7e7077;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}
#gelee-brand-top .gbt-step__text h3 {
  display: inline;
  margin: 0;
  font-size: 14px;
}
#gelee-brand-top .gbt-step__text p {
  margin-top: 8px;
  color: var(--gbt-muted);
  font-size: 12px;
  line-height: 1.8;
}
#gelee-brand-top .gbt-howto__button-wrap {
  margin-top: 32px;
  text-align: center;
}
#gelee-brand-top .gbt-outline-button {
  display: inline-flex;
  min-width: 330px;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid #aaa0a5;
  background: #fff;
  font-size: 13px;
}
#gelee-brand-top .gbt-outline-button::after {
  content: "→";
  margin-left: auto;
}
#gelee-brand-top .gbt-content-links {
  display: grid;
  grid-template-columns: 1.25fr 1.25fr .9fr;
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px 64px;
}
#gelee-brand-top .gbt-content-card {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  border: 1px solid var(--gbt-line);
  background: #faf7f8;
}
#gelee-brand-top .gbt-content-card > div {
  position: relative;
  z-index: 2;
  width: 55%;
  padding: 32px 24px;
}
#gelee-brand-top .gbt-content-card small {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .12em;
}
#gelee-brand-top .gbt-content-card h2 {
  margin: 4px 0 8px;
  font-size: 18px;
  text-align: left;
}
#gelee-brand-top .gbt-content-card p {
  font-size: 12px;
}
#gelee-brand-top .gbt-content-card img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  height: 100%;
  object-fit: cover;
}
#gelee-brand-top .gbt-content-card--faq > div {
  width: 72%;
}
#gelee-brand-top .gbt-content-card--faq img {
  width: 45%;
  opacity: .7;
}
#gelee-brand-top .gbt-faq {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 24px 80px;
}
#gelee-brand-top .gbt-faq__list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}
#gelee-brand-top .gbt-faq details {
  border: 1px solid var(--gbt-line);
  background: #fff;
}
#gelee-brand-top .gbt-faq summary {
  position: relative;
  cursor: pointer;
  padding: 18px 54px 18px 22px;
  font-weight: 700;
  list-style: none;
}
#gelee-brand-top .gbt-faq summary::-webkit-details-marker {
  display: none;
}
#gelee-brand-top .gbt-faq summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
}
#gelee-brand-top .gbt-faq details[open] summary::after {
  content: "−";
}
#gelee-brand-top .gbt-faq details p {
  padding: 0 22px 20px;
  color: var(--gbt-muted);
  font-size: 14px;
}
#gelee-brand-top .gbt-instagram {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 72px;
}
#gelee-brand-top .gbt-instagram__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#gelee-brand-top .gbt-instagram__intro h2 {
  margin: 8px 0 14px;
  font-size: 22px;
  line-height: 1.55;
  text-align: left;
}
#gelee-brand-top .gbt-instagram__intro p:not(.gbt-section-label) {
  font-size: 13px;
}
#gelee-brand-top .gbt-instagram__intro a {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
  word-break: break-all;
}
#gelee-brand-top .gbt-instagram__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
#gelee-brand-top .gbt-instagram__gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width:767px) {
  #gelee-brand-top .gbt-reasons {
    padding: 54px 16px 46px;
  }
  #gelee-brand-top .gbt-reasons__list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
  #gelee-brand-top .gbt-reasons__list li {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--gbt-line);
  }
  #gelee-brand-top .gbt-reasons__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  #gelee-brand-top .gbt-howto {
    padding: 52px 16px;
  }
  #gelee-brand-top .gbt-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #gelee-brand-top .gbt-steps li {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    align-items: center;
  }
  #gelee-brand-top .gbt-steps li:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -18px;
    left: 43px;
  }
  #gelee-brand-top .gbt-step__image {
    width: 96px;
    margin: 0;
  }
  #gelee-brand-top .gbt-outline-button {
    width: 100%;
    min-width: 0;
  }
  #gelee-brand-top .gbt-content-links {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 16px 46px;
  }
  #gelee-brand-top .gbt-content-card {
    min-height: 150px;
  }
  #gelee-brand-top .gbt-content-card > div {
    width: 62%;
    padding: 24px 18px;
  }
  #gelee-brand-top .gbt-content-card img {
    width: 52%;
  }
  #gelee-brand-top .gbt-faq {
    padding: 44px 16px 60px;
  }
  #gelee-brand-top .gbt-instagram {
    grid-template-columns: 1fr;
    padding: 10px 16px 56px;
  }
  #gelee-brand-top .gbt-instagram__intro {
    text-align: center;
  }
  #gelee-brand-top .gbt-instagram__intro h2 {
    text-align: center;
  }
  #gelee-brand-top .gbt-instagram__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
/* Instagram-style nail gallery: scoped to this page only */
#gelee-brand-top .gbt-instagram {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 88px;
}
#gelee-brand-top .gbt-instagram__heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}
#gelee-brand-top .gbt-instagram__heading h2 {
  margin: 8px 0 14px;
  font-size: 28px;
  line-height: 1.55;
}
#gelee-brand-top .gbt-instagram__heading > p:not(.gbt-section-label) {
  color: var(--gbt-muted);
  font-size: 14px;
  line-height: 1.9;
}
#gelee-brand-top .gbt-instagram__account {
  display: inline-flex;
  margin-top: 14px;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#gelee-brand-top .gbt-instagram__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
#gelee-brand-top .gbt-insta-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e4dde0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(79, 59, 68, .07);
}
#gelee-brand-top .gbt-insta-card__header {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}
#gelee-brand-top .gbt-insta-card__avatar {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d7c8cf;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6d8df, #dfe8ef);
  color: #665860;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}
#gelee-brand-top .gbt-insta-card__header div {
  min-width: 0;
  line-height: 1.25;
}
#gelee-brand-top .gbt-insta-card__header strong, #gelee-brand-top .gbt-insta-card__header small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#gelee-brand-top .gbt-insta-card__header strong {
  font-size: 11px;
}
#gelee-brand-top .gbt-insta-card__header small {
  margin-top: 3px;
  color: var(--gbt-muted);
  font-size: 9px;
  letter-spacing: .08em;
}
#gelee-brand-top .gbt-insta-card__menu {
  margin-left: auto;
  color: #776c71;
  font-size: 14px;
  letter-spacing: 2px;
}
#gelee-brand-top .gbt-insta-card__image {
  display: block;
  overflow: hidden;
  background: #f4eef0;
}
#gelee-brand-top .gbt-insta-card__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .35s ease;
}
#gelee-brand-top .gbt-insta-card__image:hover img {
  transform: scale(1.025);
}
#gelee-brand-top .gbt-insta-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 13px 4px;
  color: #4e464a;
  font-size: 21px;
  line-height: 1;
}
#gelee-brand-top .gbt-insta-card__save {
  margin-left: auto;
}
#gelee-brand-top .gbt-insta-card__body {
  padding: 7px 13px 17px;
}
#gelee-brand-top .gbt-insta-card__color {
  margin: 0 0 8px;
}
#gelee-brand-top .gbt-insta-card__color small {
  display: block;
  margin-bottom: 3px;
  color: #998b92;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}
#gelee-brand-top .gbt-insta-card__color strong {
  display: block;
  font-size: 14px;
}
#gelee-brand-top .gbt-insta-card__body > p:not(.gbt-insta-card__color) {
  min-height: 44px;
  margin: 0 0 11px;
  color: var(--gbt-muted);
  font-size: 10px;
  line-height: 1.65;
}
#gelee-brand-top .gbt-insta-card__body > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #eee8ea;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width:980px) and (min-width:768px) {
  #gelee-brand-top .gbt-instagram__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width:767px) {
  #gelee-brand-top .gbt-instagram {
    padding: 18px 16px 60px;
  }
  #gelee-brand-top .gbt-instagram__heading {
    margin-bottom: 28px;
  }
  #gelee-brand-top .gbt-instagram__heading h2 {
    font-size: 24px;
  }
  #gelee-brand-top .gbt-instagram__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  #gelee-brand-top .gbt-insta-card {
    border-radius: 7px;
  }
  #gelee-brand-top .gbt-insta-card__header {
    min-height: 50px;
    padding: 8px;
    gap: 7px;
  }
  #gelee-brand-top .gbt-insta-card__avatar {
    flex-basis: 29px;
    width: 29px;
    height: 29px;
    font-size: 13px;
  }
  #gelee-brand-top .gbt-insta-card__header strong {
    font-size: 8px;
  }
  #gelee-brand-top .gbt-insta-card__header small {
    font-size: 7px;
  }
  #gelee-brand-top .gbt-insta-card__actions {
    gap: 9px;
    padding: 8px 9px 3px;
    font-size: 18px;
  }
  #gelee-brand-top .gbt-insta-card__body {
    padding: 6px 9px 13px;
  }
  #gelee-brand-top .gbt-insta-card__color strong {
    font-size: 12px;
  }
  #gelee-brand-top .gbt-insta-card__body > p:not(.gbt-insta-card__color) {
    min-height: 0;
    font-size: 9px;
  }
  #gelee-brand-top .gbt-insta-card__body > a {
    font-size: 9px;
  }
}