/** Shopify CDN: Minification failed

Line 206:0 Expected "}" to go with "{"

**/
#emailForm {
  text-align: center;
}
#emailForm button {
  margin-bottom: 10px;
}
#emailForm p.quiz-email-note {
  font-size: 13px;
}
.quiz-results {
  font-family: var(--font-body-family);
}
.quiz-results .quiz-inner {
  padding-top: 0;
  background: #fff;
  padding: 0px;
  box-shadow: none;
  max-width: 900px;
  margin: 0 auto;
}
.quiz-results .quiz-inner h2 {
  margin-top: 0;
}
.quiz-results {
  min-height: 100vh;
  font-family: var(--font-body-family);
}
.quiz-results .res-intro {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}
.quiz-results .res-intro img {
  width: 100%;
  height: auto;
  display: block;
}
.quiz-results .summary-txt {
  background: #fff1f3;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
  border: 2px dashed #9b4673;
  border-radius: 5px;
  /* color: pink; */
}
.quiz-results .summary-txt p {
  color: #b1485a;
}
.summary p {
  padding: 0 25px;
  color: #7a6662;
  line-height: 1.6;
}
.summary h3 {
  background: transparent;
  margin-top: 0px;
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 600;
  color: #2d2d2d;
  text-align: center;
}
.summary h3:before {
  content: ' ';
  background: #b2647c;
  width: 30px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.summary h3:after {
  content: ' ';
  background: #b2647c;
  width: 30px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.summary .summary-wrap {
  background: #fff;
  padding: 30px 20px 40px;
  border-radius: 12px;
  border: 2px solid #e3cfc6;
  border-radius: 0;
  text-align: center;
}
.summary .quick-product-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  gap: 16px;
  position: relative;
  z-index: 0;
}
.summary .quick-product-wrap h6 {
  font-size: 12px;
  text-transform: uppercase;
  color: #2d2d2d;
  margin: 12px 0 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.summary .res_product {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  background: #fff;
  border: 2px solid #e3cfc6;
  border-radius: 12px;
  padding: 16px;
  transition: all 0.3s ease;
  order: 0;
}
.summary .res_product:hover {
  border-color: #b2647c;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(178, 100, 124, 0.15);
}
.summary .res_product .prod-img {
  width: 100%;
  max-width: 120px;
  padding-top: 10px;
  height: auto;
  margin: 0 auto;
}
.summary .res_product .prod-img img {
  width: 100%;
  height: auto;
}
.summary span.prod-num {
  position: absolute;
  display: block;
  font-size: 12px;
  font-weight: 600;
  left: -8px;
  z-index: 1;
  background: linear-gradient(135deg, #b2647c 0%, #9d5368 100%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -8px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(178, 100, 124, 0.3);
}
.summary .add-all-btn {
  background: linear-gradient(135deg, #b2647c 0%, #9d5368 100%);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 14px 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(178, 100, 124, 0.25);
}
.summary .add-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(178, 100, 124, 0.35);
}
.summary .success-add {
  margin-top: 20px;
  padding: 20px;
  background: #fffaf8;
  border-left: 3px solid #b2647c;
  border-radius: 8px;
  display: none;
}
.summary .success-add.active {
  display: block;
}
.summary .success-add .success {
  display: block;
  color: #7a6662;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.summary .success-add .success b {
  color: #b2647c;
  font-weight: 600;
}
.summary .success-add .go-tocart {
  display: inline-block;
  background: #2d2d2d;
  color: #fff;
  padding: 10px 20px;
