@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
:root {
  --color-primary: #f0658e;
  --color-primary-light: #ff6b8a;
  --color-pink-light: #ff85a2;
  --color-bg-light: #fff5f8;
  --color-bg-pink: #ffc0cf;
  --color-stripe-odd: #fdf5f7;
  --color-stripe: #feedf0;
  --color-text-gray: #888; }

body, .backgroundQuiz, .step-intro, .step-stage, .step-question, .step-loading, .hella-quiz {
  background: repeating-linear-gradient(90deg, var(--color-stripe-odd) 0px, var(--color-stripe-odd) 50px, var(--color-stripe) 30px, var(--color-stripe) 110px); }

store-header {
  background: var(--color-bg-pink, #FFF) !important; }

.hella-quiz {
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  overflow: hidden;
  position: relative;
  min-height: 100vh; }

.quiz-step {
  display: none;
  min-height: 100vh;
  position: relative; }
  .quiz-step.active {
    display: flex !important; }

.quiz-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #FFF;
  z-index: 100;
  max-width: 80vw;
  margin: 0 auto; }
  .quiz-progress-bar .progress-fill {
    height: 100%;
    background: #000;
    transition: width 0.4s ease;
    width: 0%; }
  .quiz-progress-bar .progress-percent {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    white-space: nowrap; }

@keyframes contentFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.98); }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1); } }

@keyframes contentFadeOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1); }
  100% {
    opacity: 0;
    transform: translateY(-30px) scale(0.98); } }

.step-intro,
.step-stage {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden; }
  .step-intro.active,
  .step-stage.active {
    display: flex !important; }
    @media (max-width: 991px) {
      .step-intro.active,
      .step-stage.active {
        flex-direction: column; } }
  .step-intro .btn-back,
  .step-stage .btn-back {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 101; }
    @media (max-width: 991px) {
      .step-intro .btn-back,
      .step-stage .btn-back {
        top: 10px;
        left: 10px; } }
    .step-intro .btn-back svg,
    .step-stage .btn-back svg {
      color: #000;
      width: 24px;
      height: 24px;
      transition: all 0.5s; }
    .step-intro .btn-back:hover,
    .step-stage .btn-back:hover {
      background: var(--color-bg-pink); }
      .step-intro .btn-back:hover svg,
      .step-stage .btn-back:hover svg {
        color: var(--color-primary); }

.intro-banner,
.stage-banner {
  flex: 1;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .intro-banner:before,
  .stage-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 80%, var(--color-stripe, #FFF));
    z-index: 2; }
  .intro-banner img,
  .stage-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1; }

.intro-content,
.stage-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px; }
  .intro-content .content-wrapper,
  .stage-content .content-wrapper {
    max-width: 600px;
    text-align: center;
    opacity: 0; }
  .quiz-step.active .intro-content .content-wrapper, .quiz-step.active
  .stage-content .content-wrapper {
    animation: contentFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  .quiz-step.exiting .intro-content .content-wrapper, .quiz-step.exiting
  .stage-content .content-wrapper {
    animation: contentFadeOut 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  .intro-content .decor-heart,
  .stage-content .decor-heart {
    position: absolute;
    fill: var(--color-primary);
    opacity: 0.15; }
    .intro-content .decor-heart.top-right,
    .stage-content .decor-heart.top-right {
      top: 40px;
      right: 40px;
      width: 50px;
      height: 50px; }
  .intro-content .sub-title,
  .stage-content .sub-title {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 500;
    background: var(--color-bg-pink);
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-block; }
  .intro-content .main-title,
  .stage-content .main-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative; }
    @media (max-width: 640px) {
      .intro-content .main-title,
      .stage-content .main-title {
        font-size: 32px; } }
    .intro-content .main-title:before,
    .stage-content .main-title:before {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: 2.5rem;
      left: -7.5rem;
      height: 100px;
      aspect-ratio: 4443 / 3965;
      background: url("https://cdn.hstatic.net/files/200000690509/file/xin_ch_o_tr_i.png") center center/cover no-repeat; }
      @media (max-width: 640px) {
        .intro-content .main-title:before,
        .stage-content .main-title:before {
          height: 50px;
          left: -2.5rem; } }
    .intro-content .main-title:after,
    .stage-content .main-title:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: -25px;
      right: -7.5rem;
      height: 100px;
      aspect-ratio: 3171 / 3791;
      background: url("https://cdn.hstatic.net/files/200000690509/file/xin_ch_o_ph_i.png") center center/cover no-repeat; }
      @media (max-width: 640px) {
        .intro-content .main-title:after,
        .stage-content .main-title:after {
          height: 50px;
          right: -2.5rem; } }
    .intro-content .main-title .brand,
    .stage-content .main-title .brand {
      display: block;
      font-size: 48px;
      color: var(--color-primary);
      font-style: italic; }
  .intro-content .stage-title,
  .stage-content .stage-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
    position: relative; }
    .intro-content .stage-title:after,
    .stage-content .stage-title:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: -50px;
      right: -12rem;
      height: 100px;
      aspect-ratio: 4127 / 3755;
      background: url("https://cdn.hstatic.net/files/200000690509/file/giai_do_n_ph_i.png") center center/cover no-repeat; }
      @media (max-width: 640px) {
        .intro-content .stage-title:after,
        .stage-content .stage-title:after {
          height: 50px;
          top: -25px;
          right: -2.5rem; } }
    @media (max-width: 991px) {
      .intro-content .stage-title,
      .stage-content .stage-title {
        font-size: 48px; } }
    @media (max-width: 640px) {
      .intro-content .stage-title,
      .stage-content .stage-title {
        font-size: 32px; } }

.btn-start,
.btn-continue {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 25px;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  background: var(--color-primary);
  border: none;
  border-radius: 10px;
  min-width: 225px;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(196, 69, 105, 0.1);
  border: 1px solid var(--color-primary); }
  @media (max-width: 640px) {
    .btn-start,
    .btn-continue {
      min-width: 80vw; } }
  .btn-start:hover,
  .btn-continue:hover {
    background: var(--color-bg-pink);
    border: 1px solid var(--color-bg-pink);
    color: var(--color-primary);
    transform: translateY(-3px); }
  .btn-start .btn-arrow,
  .btn-continue .btn-arrow {
    width: 20px;
    height: 20px;
    fill: white;
    display: none; }

.step-question {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  position: relative;
  min-height: 100vh; }
  .step-question.active {
    display: flex; }
  .step-question .btn-back {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .step-question .btn-back {
        top: 0;
        left: 0; } }
    .step-question .btn-back svg {
      color: #000;
      width: 24px;
      height: 24px;
      transition: all 0.5s; }
    .step-question .btn-back:hover {
      border-color: var(--color-primary);
      background: var(--color-bg-light); }
      .step-question .btn-back:hover svg {
        color: var(--color-primary); }
  .step-question .question-container {
    text-align: center;
    width: 100%;
    opacity: 0;
    margin-bottom: auto;
    margin-top: 1rem; }
    @media (max-width: 640px) {
      .step-question .question-container {
        margin-bottom: inherit; } }
    .step-question .question-container .question-title {
      font-family: 'Playfair Display', serif;
      font-size: 64px;
      font-weight: 500;
      color: #000;
      margin-bottom: 50px;
      line-height: 1.4;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
      .step-question .question-container .question-title:before {
        display: inline-block;
        background: url(https://cdn.hstatic.net/files/200000690509/file/n__d_u_d_ng_3a3e04b7cb6843b3aa2a6fe723881a71.png) center center/cover no-repeat;
        content: "";
        aspect-ratio: 1894 / 1755;
        height: 90px;
        margin-left: -90px;
        transform: translate(55px, -5px); }
        @media (max-width: 640px) {
          .step-question .question-container .question-title:before {
            margin-left: -50px;
            height: 50px;
            transform: translate(35px, 5px); } }
      @media (max-width: 991px) {
        .step-question .question-container .question-title {
          font-size: 36px;
          margin-bottom: 25px; } }
      @media (max-width: 640px) {
        .step-question .question-container .question-title {
          font-size: 28px; } }
  .step-question.active .question-container {
    animation: contentFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  .step-question.exiting .question-container {
    animation: contentFadeOut 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards; }

.answer-grid,
.answer-grid-2,
.answer-grid-3,
.answer-grid-4 {
  display: grid;
  gap: 24px;
  justify-content: center; }

.answer-grid {
  grid-template-columns: repeat(1, 220px); }
  @media (max-width: 991px) {
    .answer-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .answer-grid {
      grid-template-columns: 1fr; } }

.answer-grid-2 {
  grid-template-columns: repeat(2, 220px);
  margin: 0 auto; }
  @media (max-width: 991px) {
    .answer-grid-2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .answer-grid-2 {
      grid-template-columns: 1fr; } }

.answer-grid-3 {
  grid-template-columns: repeat(3, 220px);
  margin: 0 auto; }
  @media (max-width: 991px) {
    .answer-grid-3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .answer-grid-3 {
      grid-template-columns: 1fr; } }

.answer-grid-4 {
  grid-template-columns: repeat(4, 220px);
  margin: 0 auto; }
  @media (max-width: 991px) {
    .answer-grid-4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .answer-grid-4 {
      grid-template-columns: 1fr; } }

.answer-option {
  display: flex;
  flex-direction: column;
  background: white;
  border: 3px solid white;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  height: 100%; }
  @media (max-width: 640px) {
    .answer-option {
      flex-direction: row; } }
  .answer-option input {
    display: none; }
  .answer-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(196, 69, 105, 0.15); }
  .answer-option:has(input:checked) {
    background: var(--color-bg-pink);
    border-color: var(--color-primary);
    box-shadow: 0 8px 25px rgba(196, 69, 105, 0.25); }
    .answer-option:has(input:checked) .answer-icon,
    .answer-option:has(input:checked) .answer-text {
      background: var(--color-bg-pink); }
  .answer-option .answer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.5rem;
    transition: all 0.3s ease;
    min-height: 200px;
    aspect-ratio: 1; }
    .answer-option .answer-icon img {
      width: 100%;
      height: 100%;
      border-radius: 16px;
      object-fit: cover;
      transition: transform 0.3s ease; }
    .answer-option .answer-icon svg {
      width: 60px;
      height: 60px;
      stroke: var(--color-primary); }
  .answer-option .answer-text {
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: white;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    gap: 1rem;
    text-align: start;
    min-height: 80px; }
    .answer-option .answer-text .answer-letter {
      color: #000;
      font-weight: 700;
      margin-right: 4px;
      font-size: 250%;
      line-height: 1; }

.step-loading {
  justify-content: center;
  align-items: center;
  text-align: center; }
  .step-loading.active {
    display: flex; }
  @media (max-width: 640px) {
    .step-loading {
      align-items: flex-start;
      padding-top: 2.5rem; } }
  .step-loading .loading-container {
    padding: 60px; }
    @media (max-width: 640px) {
      .step-loading .loading-container {
        padding: 0; } }
    .step-loading .loading-container .loading-ribbon {
      max-width: 250px;
      height: auto;
      margin-bottom: 30px;
      animation: expandWidth 1.5s ease-out forwards;
      width: 0;
      overflow: hidden; }
      @media (max-width: 640px) {
        .step-loading .loading-container .loading-ribbon {
          max-width: 100% !important;
          width: 100% !important;
          transform: scaleX(1.035);
          margin-bottom: 15px; } }
    .step-loading .loading-container .loading-title {
      font-family: 'Playfair Display', serif;
      font-size: 48px;
      font-weight: 500;
      color: #000;
      line-height: 1.4;
      margin-bottom: 30px;
      margin-top: 30px; }
      @media (max-width: 640px) {
        .step-loading .loading-container .loading-title {
          margin-top: 15px;
          font-size: 32px; } }
      .step-loading .loading-container .loading-title em {
        font-style: italic; }
    .step-loading .loading-container .loading-dots {
      display: none;
      justify-content: center;
      gap: 8px; }
      .step-loading .loading-container .loading-dots span {
        width: 14px;
        height: 14px;
        background: var(--color-primary);
        border-radius: 50%;
        animation: loadingBounce 1.4s ease-in-out infinite; }
        .step-loading .loading-container .loading-dots span:nth-child(2) {
          animation-delay: 0.2s; }
        .step-loading .loading-container .loading-dots span:nth-child(3) {
          animation-delay: 0.4s; }

@keyframes loadingBounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.5; }
  40% {
    transform: scale(1);
    opacity: 1; } }

@keyframes expandWidth {
  0% {
    width: 0; }
  100% {
    width: 250px; } }

.step-result {
  flex-direction: column; }
  .step-result.active {
    display: flex; }
  .step-result .result-back {
    position: absolute;
    top: 20px;
    left: 20px; }
  .step-result .result-header {
    text-align: center;
    padding: 40px 20px 20px; }
    .step-result .result-header img {
      max-width: 200px; }
      @media (max-width: 640px) {
        .step-result .result-header img {
          max-width: 125px; } }
    .step-result .result-header .result-badge {
      display: inline-block;
      background: var(--color-bg-pink);
      color: #000;
      padding: 8px 24px;
      border-radius: 20px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-bottom: 0px; }
    .step-result .result-header .result-main-title {
      font-family: 'Playfair Display', serif;
      font-size: 48px;
      font-weight: 500;
      margin-bottom: 8px;
      color: #000; }
      @media (max-width: 640px) {
        .step-result .result-header .result-main-title {
          font-size: 32px; } }
    .step-result .result-header .result-ribbon {
      width: 180px;
      height: 40px; }
  .step-result .result-card {
    background: white;
    border-radius: 24px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 32px;
    padding: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative; }
    .step-result .result-card .product-not-found {
      text-align: center; }
    .step-result .result-card .result-close {
      position: absolute;
      top: 8px;
      right: 16px;
      width: 32px;
      height: 32px;
      border: none;
      background: transparent;
      font-size: 24px;
      color: #000;
      outline: 0 !important;
      box-shadow: 0;
      cursor: pointer; }
      .step-result .result-card .result-close svg {
        transition: transform 0.3s ease; }
      .step-result .result-card .result-close:hover svg {
        color: #F30;
        transform: rotate(90deg); }
    .step-result .result-card .result-product-badge-wrapper {
      text-align: center;
      margin-bottom: 8px; }
      .step-result .result-card .result-product-badge-wrapper .result-product-badge {
        font-size: 16px;
        color: #FFF;
        letter-spacing: 1px;
        background: var(--color-bg-pink);
        padding: 4px 8px;
        border-radius: 999px;
        text-transform: uppercase; }
    .step-result .result-card .result-product-name {
      font-size: 32px;
      font-weight: 500;
      color: #000;
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 640px) {
        .step-result .result-card .result-product-name {
          font-size: 28px; } }
    .step-result .result-card .result-product-row .result-product-image {
      flex: 1;
      text-align: center;
      position: relative; }
      .step-result .result-card .result-product-row .result-product-image img {
        width: 250px;
        height: auto; }
        @media (max-width: 640px) {
          .step-result .result-card .result-product-row .result-product-image img {
            width: 300px; } }
      .step-result .result-card .result-product-row .result-product-image .result-size {
        font-size: 16px;
        color: #000;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0.5rem;
        left: 40%;
        translate: -50% 0;
        white-space: nowrap; }
        @media (max-width: 991px) {
          .step-result .result-card .result-product-row .result-product-image .result-size {
            left: 50%; } }
        @media (max-width: 640px) {
          .step-result .result-card .result-product-row .result-product-image .result-size {
            font-size: 18px; } }
    .step-result .result-card .result-description-group {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin: 1rem 0; }
      @media (max-width: 991px) {
        .step-result .result-card .result-description-group {
          flex-direction: column;
          gap: 1rem; } }
      .step-result .result-card .result-description-group .btn-view-ingredients {
        display: block;
        width: fit-content;
        padding: 4px 24px;
        background: var(--color-bg-pink);
        color: white;
        border: none;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
        outline: 0 !important;
        position: relative;
        overflow: hidden; }
        @media (max-width: 640px) {
          .step-result .result-card .result-description-group .btn-view-ingredients {
            font-size: 16px; } }
        .step-result .result-card .result-description-group .btn-view-ingredients::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 100%;
          background: var(--color-primary);
          border-radius: 20px;
          transition: width 0.4s ease;
          z-index: 0; }
        .step-result .result-card .result-description-group .btn-view-ingredients:hover::before {
          width: 100%; }
        .step-result .result-card .result-description-group .btn-view-ingredients span {
          position: relative;
          z-index: 1; }
      .step-result .result-card .result-description-group .result-description {
        font-size: 15px;
        color: #000;
        line-height: 1.6;
        margin: 0;
        text-align: center; }
        @media (max-width: 640px) {
          .step-result .result-card .result-description-group .result-description {
            font-size: 16px; } }
    .step-result .result-card .result-skin-type {
      margin-bottom: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem; }
      @media (max-width: 991px) {
        .step-result .result-card .result-skin-type {
          flex-direction: column;
          gap: 1rem;
          padding-top: 1rem;
          border-top: 1px solid #EbEbEb; } }
      .step-result .result-card .result-skin-type .skin-label {
        font-size: 15px;
        color: #000;
        display: block; }
        @media (max-width: 640px) {
          .step-result .result-card .result-skin-type .skin-label {
            font-size: 16px; } }
      .step-result .result-card .result-skin-type .skin-options {
        display: flex;
        gap: 14px;
        justify-content: center; }
        .step-result .result-card .result-skin-type .skin-options .skin-option {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border: none !important;
          padding: 0 16px 0 0;
          border-radius: 30px;
          cursor: pointer;
          transition: all 0.3s;
          background: white;
          min-width: fit-content;
          overflow: hidden;
          position: relative; }
          .step-result .result-card .result-skin-type .skin-options .skin-option::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: var(--color-bg-pink);
            border-radius: 30px;
            transition: width 0.4s ease;
            z-index: 0; }
          .step-result .result-card .result-skin-type .skin-options .skin-option input {
            display: none; }
          .step-result .result-card .result-skin-type .skin-options .skin-option img {
            border: 1px solid transparent;
            background: #FFF;
            border-radius: 999px;
            transition: all 0.5s; }
          .step-result .result-card .result-skin-type .skin-options .skin-option.active::before, .step-result .result-card .result-skin-type .skin-options .skin-option:has(input:checked)::before {
            width: 100%; }
          .step-result .result-card .result-skin-type .skin-options .skin-option .skin-preview {
            width: 35px;
            height: 35px;
            object-fit: cover;
            border-radius: 999px;
            margin-right: 8px;
            position: relative;
            z-index: 1; }
          .step-result .result-card .result-skin-type .skin-options .skin-option span {
            font-size: 17px;
            font-weight: 400;
            color: #000;
            position: relative;
            z-index: 1; }
    .step-result .result-card .result-purchase-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #EbEbEb;
      padding-top: 16px; }
      .step-result .result-card .result-purchase-row .result-subscribe {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        margin: 0 !important; }
        .step-result .result-card .result-purchase-row .result-subscribe input[type="checkbox"] {
          outline: 0 !important;
          appearance: none;
          -webkit-appearance: none;
          width: 20px;
          height: 20px;
          border: 2px solid var(--color-bg-pink);
          border-radius: 50%;
          background: white;
          cursor: pointer;
          position: relative;
          transition: all 0.3s ease;
          margin-top: 0; }
          .step-result .result-card .result-purchase-row .result-subscribe input[type="checkbox"]:checked {
            background: var(--color-bg-pink);
            border-color: var(--color-bg-pink); }
            .step-result .result-card .result-purchase-row .result-subscribe input[type="checkbox"]:checked::after {
              content: '';
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 8px;
              height: 8px;
              background: #FFF;
              border-radius: 50%; }
        .step-result .result-card .result-purchase-row .result-subscribe span {
          font-size: 16px;
          color: #000; }
          .step-result .result-card .result-purchase-row .result-subscribe span .info-icon {
            color: #000;
            font-size: 16px; }
      .step-result .result-card .result-purchase-row .result-price-group {
        display: flex;
        align-items: center;
        gap: 8px; }
        .step-result .result-card .result-purchase-row .result-price-group .result-price {
          font-size: 20px;
          font-weight: 700;
          color: #000; }
        .step-result .result-card .result-purchase-row .result-price-group .result-price-old {
          font-size: 16px;
          color: #AbAbAb;
          text-decoration: line-through; }
    .step-result .result-card .result-action-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 0 16px 24px; }
      @media (max-width: 991px) {
        .step-result .result-card .result-action-row {
          flex-direction: column;
          gap: 1rem; } }
      .step-result .result-card .result-action-row .result-quantity {
        display: flex;
        align-items: center;
        gap: 0;
        border: 1px solid #EbEbEb;
        border-radius: 10px;
        overflow: hidden; }
        .step-result .result-card .result-action-row .result-quantity .qty-btn {
          width: 40px;
          height: 30px;
          border: none;
          background: white;
          font-size: 20px;
          cursor: pointer;
          transition: all 0.2s;
          display: flex;
          justify-content: center;
          align-items: center; }
          .step-result .result-card .result-action-row .result-quantity .qty-btn svg {
            width: 16px;
            height: 16px; }
          .step-result .result-card .result-action-row .result-quantity .qty-btn:hover {
            background: var(--color-bg-pink); }
          .step-result .result-card .result-action-row .result-quantity .qty-btn.qty-minus {
            border-radius: 8px 0 0 8px; }
          .step-result .result-card .result-action-row .result-quantity .qty-btn.qty-plus {
            border-radius: 0 8px 8px 0; }
        .step-result .result-card .result-action-row .result-quantity .qty-input {
          width: 120px;
          height: 30px;
          border: none;
          text-align: center;
          font-size: 16px;
          font-weight: 600;
          outline: 0;
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none; }
          .step-result .result-card .result-action-row .result-quantity .qty-input::-webkit-inner-spin-button, .step-result .result-card .result-action-row .result-quantity .qty-input::-webkit-outer-spin-button {
            height: auto; }
      .step-result .result-card .result-action-row .result-shipping {
        display: flex;
        align-items: flex-end;
        gap: 1rem;
        font-size: 16px;
        color: #000; }
        .step-result .result-card .result-action-row .result-shipping span {
          font-size: 16px;
          font-weight: bold;
          color: var(--color-primary); }
    .step-result .result-card .btn-more-options {
      width: 100%;
      padding: 8px;
      border: none;
      background: transparent;
      color: #000;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      display: flex;
      gap: 0.5rem;
      outline: 0 !important;
      align-items: center;
      justify-content: center;
      border-top: 1px solid #EbEbEb;
      border-bottom: 1px solid #EbEbEb; }
      .step-result .result-card .btn-more-options span {
        line-height: 1;
        display: flex;
        align-items: center; }
      .step-result .result-card .btn-more-options svg {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease; }
      .step-result .result-card .btn-more-options:hover {
        color: var(--color-primary) !important; }
      .step-result .result-card .btn-more-options.active svg {
        transform: rotate(180deg); }
    .step-result .result-card .more-options-section {
      display: none;
      padding: 20px 0;
      border-top: 1px solid #EbEbEb;
      animation: slideDown 0.3s ease; }
      .step-result .result-card .more-options-section.active {
        display: block; }
      .step-result .result-card .more-options-section .options-title {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 16px;
        text-align: center; }
      .step-result .result-card .more-options-section .options-products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px; }
        @media (max-width: 991px) {
          .step-result .result-card .more-options-section .options-products {
            grid-template-columns: 1fr 1fr; } }
        .step-result .result-card .more-options-section .options-products .option-product {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          gap: 8px;
          padding: 12px;
          border: 1px solid #EbEbEb;
          border-radius: 8px;
          transition: all 0.3s; }
          .step-result .result-card .more-options-section .options-products .option-product:hover {
            border-color: var(--color-primary);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
          .step-result .result-card .more-options-section .options-products .option-product img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 6px; }
          .step-result .result-card .more-options-section .options-products .option-product .option-info {
            flex: 1;
            width: 100%; }
            .step-result .result-card .more-options-section .options-products .option-product .option-info h5 {
              font-size: 14px;
              font-weight: 600;
              color: #000;
              margin: 0 0 4px 0; }
            .step-result .result-card .more-options-section .options-products .option-product .option-info .option-price {
              font-size: 13px;
              color: var(--color-primary);
              font-weight: 600;
              margin: 0; }
          .step-result .result-card .more-options-section .options-products .option-product .btn-add-option {
            width: 32px;
            height: 32px;
            border: 1px solid var(--color-primary);
            background: white;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s; }
            .step-result .result-card .more-options-section .options-products .option-product .btn-add-option svg {
              width: 16px;
              height: 16px;
              color: var(--color-primary);
              transition: color 0.3s; }
            .step-result .result-card .more-options-section .options-products .option-product .btn-add-option:hover {
              background: var(--color-primary); }
              .step-result .result-card .more-options-section .options-products .option-product .btn-add-option:hover svg {
                color: white; }
  .step-result .result-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-bg-pink);
    padding: 16px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: auto;
    gap: 2rem; }
    .step-result .result-footer .footer-total {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px; }
      .step-result .result-footer .footer-total .footer-label {
        color: #000;
        font-weight: 500; }
      .step-result .result-footer .footer-total .footer-total-items {
        font-weight: 500;
        color: #000; }
      .step-result .result-footer .footer-total .footer-separator {
        color: #000; }
      .step-result .result-footer .footer-total .footer-total-price {
        font-weight: 500;
        font-size: 16px;
        color: #000; }
    .step-result .result-footer .footer-actions {
      display: flex;
      align-items: center;
      gap: 8px;
      background: #FFF;
      border: 1px solid #EbEbEb;
      border-radius: 10px;
      overflow: hidden; }
      .step-result .result-footer .footer-actions .btn-checkout {
        padding: 4px 16px;
        border: none;
        border-radius: 0;
        font-size: 13px;
        font-weight: 400;
        cursor: pointer;
        transition: all 0.2s;
        background: transparent !important;
        color: #000;
        outline: 0 !important; }
        .step-result .result-footer .footer-actions .btn-checkout:hover {
          background-color: var(--color-primary);
          color: #FFF; }

.ingredients-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .ingredients-modal.active {
    display: flex; }
  .ingredients-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s ease; }
  .ingredients-modal .modal-content {
    position: relative;
    background: white;
    border-radius: 16px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
    z-index: 1; }
    .ingredients-modal .modal-content .modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 32px;
      height: 32px;
      border: none;
      background: transparent;
      cursor: pointer;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s; }
      .ingredients-modal .modal-content .modal-close svg {
        width: 24px;
        height: 24px;
        color: #666; }
      .ingredients-modal .modal-content .modal-close:hover {
        transform: rotate(90deg); }
    .ingredients-modal .modal-content .modal-title {
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      font-weight: 600;
      color: #000;
      margin-bottom: 24px;
      text-align: center; }
    .ingredients-modal .modal-content .modal-body {
      color: #333; }
      .ingredients-modal .modal-content .modal-body .ingredient-section {
        margin-bottom: 24px; }
        .ingredients-modal .modal-content .modal-body .ingredient-section h4 {
          font-size: 16px;
          font-weight: 600;
          color: var(--color-primary);
          margin-bottom: 12px; }
        .ingredients-modal .modal-content .modal-body .ingredient-section ul {
          list-style: none;
          padding: 0; }
          .ingredients-modal .modal-content .modal-body .ingredient-section ul li {
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            font-size: 14px;
            line-height: 1.6;
            color: #666; }
            .ingredients-modal .modal-content .modal-body .ingredient-section ul li:last-child {
              border-bottom: none; }
            .ingredients-modal .modal-content .modal-body .ingredient-section ul li strong {
              color: #000; }
      .ingredients-modal .modal-content .modal-body .ingredient-note {
        background: var(--color-bg-light);
        padding: 16px;
        border-radius: 8px;
        border-left: 4px solid var(--color-primary); }
        .ingredients-modal .modal-content .modal-body .ingredient-note p {
          margin: 0;
          font-size: 13px;
          line-height: 1.6;
          color: #666; }
          .ingredients-modal .modal-content .modal-body .ingredient-note p strong {
            color: var(--color-primary); }

body.body-no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%; }
  body.body-no-scroll .step-result {
    overflow: hidden !important; }

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0; }
  to {
    opacity: 1;
    max-height: 500px; } }

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 900px) {
  .intro-content,
  .stage-content {
    flex: 1; }
  .answer-grid {
    grid-template-columns: repeat(2, 1fr); }
  .answer-grid-3 {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 640px) {
  .step-question {
    padding: 20px; }
    .step-question .question-title {
      font-size: 24px;
      margin-bottom: 30px; }
  .answer-grid,
  .answer-grid-2,
  .answer-grid-3,
  .answer-grid-4 {
    grid-template-columns: 1fr;
    gap: 1rem; }
  .answer-option .answer-icon {
    min-height: auto;
    width: 100px;
    padding: .5rem; }
  .answer-option .answer-text {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: left; }
  .step-result .result-card {
    margin: 0 16px 32px;
    padding: 20px;
    width: calc(100% - 32px); }
  .step-result .result-product-main {
    flex-direction: column; }
  .step-result .result-main-title {
    font-size: 24px; }
  .step-result .result-footer {
    flex-direction: column;
    gap: 14px;
    padding: 16px 20px; }
    .step-result .result-footer .footer-actions {
      width: 100%;
      justify-content: center; } }

.answer-box {
  max-width: fit-content;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 640px) {
    .answer-box {
      max-width: 90%; } }
  .answer-box:before, .answer-box:after {
    content: "";
    position: absolute;
    z-index: 1; }
  .answer-box:before {
    background: url("https://cdn.hstatic.net/files/200000690509/file/tim_ph_i_tr_n_48974ea6ce3a460ab4478cd885cbb6b4.png") center center/cover no-repeat;
    aspect-ratio: 7811/7168;
    height: 110px;
    top: 0;
    right: 0;
    transform: translate(50%, -50%); }
    @media (max-width: 640px) {
      .answer-box:before {
        height: 75px; } }
  .answer-box:after {
    background: url("https://cdn.hstatic.net/files/200000690509/file/tim_tr_i_d__i_56a67e20a6a3468e96c2c9d5658d373c.png") center center/cover no-repeat;
    aspect-ratio: 7811/7168;
    height: 110px;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%); }
    @media (max-width: 640px) {
      .answer-box:after {
        height: 75px; } }
  .answer-box > * {
    position: relative;
    z-index: 2; }
