/** Shopify CDN: Minification failed

Line 549:2 "font-wight" is not a known CSS property
Line 629:1 Expected identifier but found "transition("
Line 637:1 Expected identifier but found "transform("
Line 645:1 Expected identifier but found "transform-origin("
Line 653:1 Expected identifier but found "animation("
Line 661:1 Expected identifier but found "loveKeyframes("
Line 662:2 Unexpected "0%"
Line 667:2 Unexpected "25%"
Line 672:2 Unexpected "50%"
Line 675:2 Unexpected "75%"
... and 1 more hidden warnings

**/
* {
    box-sizing: border-box;
}

@font-face {
    font-family: wayfinder;
    src: url('/cdn/shop/files/wayfindercf-regular.woff?v=1702859503');
}

html {
    font-family: 'Inter', sans-serif;
    font-size: 100%;
}

body {
    margin: 0;
}

img {
    max-width: 100%;
}

.header-wrapper--border-bottom {
  border: none;
}

header {
    border-bottom: 1px solid black;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.results-center {
    max-width: 600px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.results-banner {
    background: #6A64F6;
    color: white;
    text-align: center;
    padding: 0.8rem 1.5rem;
    font-size: 0.8rem;
}

.results-heading h1 {
    box-sizing: border-box;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
}

.results-heading h1:first-letter{
  text-transform: capitalize
}

.results-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}

.results-rating .stars {
    font-size: 0.8rem;
    margin-right: 0.5rem;
    color: #FFE1B7;
}

.image-slider .images {
    background: #F5F5FF;
    border-radius: 1rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.main-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-quote small {
    display: block;
    padding: 1rem 1rem 1.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #F5F5FF;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 1rem;
}

.main-quote .quote-logo {
    background: black;
    padding: 0.2rem 0.5rem;
    margin-top: -12px;
    display: flex;
}

.features h3 {
    font-family: wayfinder, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.5px;
}

.features ul {
    padding: 0;
}

.features ul li {
    list-style: none;
    font-weight: bold;
    padding-bottom: 1rem;
}

.features ul li i {
    color: #6A64F6;
    margin-right: 0.5rem;
}

.features ul li span {
    font-weight: 300;
    font-size: 0.9rem;
}

.bonuses {
    background: #ffe2b7;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    position: relative;
}

.bonuses .star-image {
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
}

.bonuses h3 {
    font-family: wayfinder, sans-serif;
    color: #6A64F6;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

.bonuses .bonus-row {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

.bonuses .bonus-row .bonus-image {
    width: 64px;
    height: 64px;
    background: white;
    border-radius: 1rem;
    margin-right: 1rem;
    overflow: hidden;
    display: flex;
    border-radius: 1rem;
}

.bonuses .bonus-row h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.bonuses .bonus-row p {
    margin: 0.2rem 0 0 0;
    color: #6A64F6;
    font-weight: 600;
    font-size: 0.8rem;
}

.your-choice h5 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1.4rem;
    font-weight: 400;
}

.your-choice h5 b {
    background: #f56464;
    padding: 0rem 0.4rem;
    color: white;
}

.payment-choice {
      position: relative;
    z-index: 500;
}

.payment-options label.choice-button {
    cursor: pointer;
}

.payment-options label.choice-button input {
    z-index: -9999;
    position: absolute;
    opacity: 0;
}

.payment-options label.choice-button .option-info {
    display: flex;
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: inset 0 0 0 2px #d4d4d4;
    background: white;
    align-items: center;
    margin-bottom: 1rem;
}

.payment-options label.choice-button .option-info .option-title {
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
}

.payment-options label.choice-button .option-info .option-title span {
    background: #FFE1B7;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 2px 0.4rem;
    margin-left: 0.2rem;
    position: relative;
    top: -2px;
    white-space: nowrap;
}

.payment-options label.choice-button .option-info .option-title .option-full-price {
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 0.2rem;
}

.payment-options label.choice-button .option-info .option-title img {
    margin-left: 0.5rem;
    top: 2px;
    position: relative;
}

.payment-options label.choice-button .option-info .payment-price {
    display: flex;
    color: #6A64F6;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment-options label.choice-button .option-info .payment-price .old-price {
    text-decoration: line-through;
}

.payment-options label.choice-button .option-info .payment-price .new-price {
    font-size: 1.4rem;
    font-weight: 600;
}

.payment-options label.choice-button .option-info .payment-price .installment-price {
    font-size: 1.2rem;
    font-weight: 300;
    margin-left: 0.5rem;
    color: black;
}

.payment-options label.choice-button .option-info .payment-price .price-frequency {
    font-size: 0.5rem;
    color: black;
    font-weight: 300;
    margin-left: 0.2rem;
    line-height: 8px;
}

.payment-options label.choice-button input:checked~.option-info {
    box-shadow: inset 0 0 0 2px #6A64F6, 0 2px 8px rgba(106, 100, 246, 0.3);
}

.payment-options label.choice-button .option-info .check-icon:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 1.2rem;
    margin-right: 1rem;
    color: #d4d4d4;
}

.payment-options label.choice-button input:checked~.option-info .check-icon:before {
    content: "\f058";
    color: #6A64F6;
    font-weight: 900;
}

.payment-banner {
    border: 1px solid #d4d4d4;
    padding: 0.8rem;
    border-radius: 0.5rem;
    display: flex;
    gap: 1rem;
    position: relative;
  text-align: left;
  font-size: 1rem;
  line-height: 100%;
  background: white;
}

.payment-banner:after, .payment-banner:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.payment-banner:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.payment-banner:before {
	border-color: rgba(212, 212, 212, 0);
	border-bottom-color: #d4d4d4;
	border-width: 13px;
	margin-left: -13px;
}


.your-choice {
    padding-bottom: 2rem;
}

.your-choice button.checkout {
    background: #6A64F6;
    min-height: 4rem;
    border-radius: 4rem;
    color: white;
    font-family: 'Syne', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    animation: buttonGlow infinite 2s ease;
    border: none;
    margin-top: 2rem;
    font-size: 0.9rem;
}

.your-choice button.checkout i {
    margin-right: 1rem;
}

.your-choice .shipping-block {
    text-align: center;
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 0.9rem;
}

.your-choice .shipping-block i {
    color: #6A64F6;
    margin-right: 0.5rem;
}

.your-choice .cc-icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.perfect-fit {
    display: flex;
    padding: 1.5rem;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 0 -1.5rem;
    align-items: center;
}

.perfect-fit img {
    width: 100px;
}

.perfect-fit .perfect-fit-text {
    margin-left: 1.5rem;
}

.perfect-fit .perfect-fit-text h5 {
    font-size: 1rem;
    margin: 0;
    font-weight: bold;
}

.perfect-fit .perfect-fit-text p {
    font-size: 0.8rem;
    margin: 0.5rem 0 0 0;
}

.internets-favorite {
    padding: 2rem 0;
}

.internets-favorite h4 {
    font-family: 'wayfinder', sans-serif;
    font-size: 1.6rem;
    text-align: center;
    margin: 0.5rem 0 2rem 0;
    letter-spacing: 0.5px;
}

.internets-favorite .favorite-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.internets-favorite .favorite-row .favorite-col {
    background: #f5f5ff;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    width: 50%;
    text-align: center;
}

.internets-favorite .favorite-row .favorite-col p {
    font-size: 0.8rem;
    margin-top: 1rem;
}

.parallax-box {
    margin: 0 -1.5rem;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: url(/cdn/shop/files/gradient-bg.png?v=1702860222);
    background-size: cover;
    min-height: 325px;
    position: relative;
}

.parallax-box .veneer-photo-stack {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/cdn/shop/files/veneer-photo-stack.png?v=1717183436) center center no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    background-size: 60%;
}

.steps {
    padding: 1.5rem 0;
}

.steps h3 {
    font-family: 'wayfinder', sans-serif;
    font-size: 2.2rem;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 2.5rem;
}

.steps .steps-row {
    display: flex;
    margin-bottom: 1.5rem;
}

.steps .steps-row .steps-image {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    background: #fbe7ed;
    margin-right: 1rem;
}

.steps .steps-row .steps-info h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

.steps .steps-row .steps-info p {
    font-family: 'wayfinder', sans-serif;
    margin: 0.5rem 0 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

.steps .steps-row .steps-info p i {
    margin-right: 0.2rem;
}

.steps small {
  padding: 0.5rem 3.4rem;
    display: block;
    text-align: center;
    line-height: 140%;
}

.no-match {
  border-radius: 2rem;
  background: #FFE1B7;
  margin: 2rem 0 4rem 0;
}

.no-match h3 {
    font-family: 'wayfinder', serif;
    font-size: 2.2rem;
    padding: 2rem 3rem 0 2rem;
    text-align: center;
    line-height: 110%;
    margin: 0;
}

.no-match p {
  text-align: center;
  font-size: 0.9rem;
  font-wight: 500;
  padding: 1rem 2.5rem;
  line-height: 140%;
}

.no-match .doctor-author {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-match .doctor-author .doctor-avatar {
  max-width: 80px;
  margin-right: 0.5rem;
}

.no-match .doctor-author .doctor-title h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #6a64f6;
    margin: 0;
}

.no-match .doctor-author .doctor-title h6 {
  color: #6a64f6;
    margin: 0.2rem 0 0 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8rem;
}

.no-match .compare-halves {
  display: flex;
  margin: 1rem 0;
}

.no-match .compare-halves .half {
  width: 50%;
  background: darkgray;
  border-right: 3px solid white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-match .compare-halves .half:last-child {
  border-right: none;
}

.no-match .compare-halves .half .half-title {
  background: #fff;
    border-radius: .5rem;
    top: 2rem;
    width: 110px;
    padding: 0.2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    flex-direction: column;
}

.no-match .compare-halves .half .half-title small {
  padding: 0.2rem 0;
  font-weight: 400;
}

.no-match .compare-halves .half video {
  width: 100%;
}

.no-match small {
    padding: 0 2rem 1rem;
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 0.65rem;
}

.transition(@transition: all linear .25s) {
  -webkit-transition: @transition;
  -moz-transition: @transition;
  -o-transition: @transition;
  -ms-transition: @transition;
  transition: @transition;
}

.transform(@transform: inherit) {
  -webkit-transform: @transform;
  -moz-transform: @transform;
  -o-transform: @transform;
  -ms-transform: @transform;
  transform: @transform;
}

.transform-origin(@transform-origin: left top) {
  -webkit-transform-origin: @transform-origin;
  -moz-transform-origin: @transform-origin;
  -o-transform-origin: @transform-origin;
  -ms-transform-origin: @transform-origin;
  transform-origin: @transform-origin;
}

.animation(@parameters) {
  -webkit-animation: @parameters;
  -moz-animation: @parameters;
  -o-animation: @parameters;
  -ms-animation: @parameters;
  animation: @parameters;
}

.loveKeyframes(@multiply: 1, @direction: 1) {
  0% {
    font-size: 0;
    opacity: 0;
    padding-left: 5px / @multiply;
  }
  25% {
    font-size: 8px * @multiply;
    opacity: 1;
    padding-left: (5px + 5px * @direction) / @multiply;
  }
  50% {
    padding-left: (5px - 5px * @direction) / @multiply;
  }
  75% {
    font-size: 18px * @multiply;
    opacity: 1;
    padding-left: (5px + 5px * @direction) / @multiply;
  }
  100% {
    font-size: 28px * @multiply;
    opacity: 0;
    line-height: 28px * @multiply;
    padding-left: 5px / @multiply;
  }
}


#hearts {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  margin: auto;
  width: auto;
  height: 100px;
  text-align: center;
}

.heart {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  vertical-align: bottom;
  color: #FC7283;
}

.heart1 {
  height: 100px;
  line-height: 100px;
  margin-left: 10px;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotate(-6deg);
  animation: love1 0.7s infinite ease-in-out);
}
.heart2 {
  height: 110px;
  line-height: 110px;
  margin-left: 80px;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotate(6deg);
  animation: love3 0.7s infinite ease-in-out 0.3s;
}
.heart3 {
  height: 80px;
  line-height: 80px;
  margin-left: 50px;
  opacity: 0;
  animation: love2 0.6s infinite ease-in-out 0.6s;
}
.heart4 {
  height: 90px;
  margin-left: 120px;
  line-height: 20px;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotate(-6deg);
  animation: love1 0.7s infinite ease-in-out);
}
.heart5 {
  height: 100px;
  margin-left: 70px;
  line-height: 80px;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotate(6deg);
  animation: love2 0.6s infinite ease-in-out 0.3s;
}
.heart6 {
  height: 110px;
  margin-left: 130px;
  line-height: 90px;
  opacity: 0;
  animation: love3 0.7s infinite ease-in-out 0.6s;
}
.heart7 {
  height: 90px;
  line-height: 40px;
  margin-left: 30px;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotate(6deg);
  animation: love2 0.7s infinite ease-in-out 0.3s;
}
.heart8 {
  height: 100px;
  line-height: 100px;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotate(-6deg);
  animation: love1 0.7s infinite ease-in-out;
}

.reviews {
    border-top: 1px solid black;
    margin: 0 -1.5rem;
    padding: 1.5rem;
}

.reviews h3 {
    font-family: "garamond-premier-pro-subhead", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 2rem;
    text-align: center;
    letter-spacing: -0.5px;
}

.reviews .reviews-row {
    display: flex;
    gap: 1rem;
}

.reviews .reviews-row .reviews-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1;
}

.reviews .reviews-row .reviews-col .reviews-box {
    border: 1px solid black;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.reviews .reviews-row .reviews-col .reviews-box img {
    display: flex;
}

.reviews .reviews-row .reviews-col .reviews-box .reviews-details {
    border-top: 1px solid black;
    padding: 1rem;
}

.reviews .reviews-row .reviews-col .reviews-box .reviews-details .review-name {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.reviews .reviews-row .reviews-col .reviews-box .reviews-details .review-stars {
    font-size: 0.7rem;
    color: #FFE1B7;
}

.reviews .reviews-row .reviews-col .reviews-box .reviews-details p {
    font-size: 0.8rem;
}

.reviews .reviews-final {
    font-family: 'garamond-premier-pro-subhead';
    text-align: center;
    font-size: 1.2rem;
    margin: 0.5rem 0 1rem 0;
}

.faq {
    margin: 0 -1.5rem;
    padding: 1.5rem;
    background: #F9F4EA;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.faq h5 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
}

.faq .faq-row {
    position: relative;
    padding: 1rem 3rem 1rem 1rem;
    border: 1px solid #D4D4D4;
    border-radius: 0.5rem;
    background: white;
    margin-bottom: 1rem;
}

.faq .faq-row .faq-q {
    font-weight: 400;
}

.faq .faq-row .faq-a {
    line-height: 130%;
    margin-top: 1rem;
    display: none;
    font-size: 0.9rem;
    border-top: 1px solid rgb(212, 212, 212);
    padding-top: 1rem;
}

.faq .faq-row .faq-button {
    position: absolute;
    right: 1rem;
    top: 1.1rem;
}

.final-cta {
    padding: 2rem 0;
}

.final-cta h4 {
    font-family: 'wayfinder', sans-serif;
    letter-spacing: 0.5px;
    font-size: 3rem;
    line-height: 110%;
    text-align: center;
    margin: 1rem 0 2rem 0;
}

.final-cta .final-image {
    border-radius: 1rem;
}

footer {
    text-align: center;
    font-size: 0.8rem;
    padding: 1rem;
    color: #d4d4d4;
}

@media screen and (max-width: 768px) {
  .parallax-box .veneer-photo-stack {
    background-size: 200%;
}
}

@keyframes buttonGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(106, 100, 246, 0.1);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(106, 100, 246, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(106, 100, 246, 0.1);
    }
}

@keyframes love1 {
  0% {
    font-size: 0;
    opacity: 0;
    padding-left: 5px;
  }
  25% {
    font-size: 8px;
    opacity: 1;
    padding-left: 10px;
  }
  50% {
    padding-left: 0px;
  }
  75% {
    font-size: 18px;
    opacity: 1;
    padding-left: 10px;
  }
  100% {
    font-size: 28px;
    opacity: 0;
    line-height: 28px;
    padding-left: 5px;
  }
}
@keyframes love2 {
  0% {
    font-size: 0;
    opacity: 0;
    padding-left: 4.16666667px;
  }
  25% {
    font-size: 9.6px;
    opacity: 1;
    padding-left: 0px;
  }
  50% {
    padding-left: 8.33333333px;
  }
  75% {
    font-size: 21.6px;
    opacity: 1;
    padding-left: 0px;
  }
  100% {
    font-size: 33.6px;
    opacity: 0;
    line-height: 33.6px;
    padding-left: 4.16666667px;
  }
}
@keyframes love3 {
  0% {
    font-size: 0;
    opacity: 0;
    padding-left: 2.5px;
  }
  25% {
    font-size: 16px;
    opacity: 1;
    padding-left: 5px;
  }
  50% {
    padding-left: 0px;
  }
  75% {
    font-size: 36px;
    opacity: 1;
    padding-left: 5px;
  }
  100% {
    font-size: 56px;
    opacity: 0;
    line-height: 56px;
    padding-left: 2.5px;
  }
}

#carousel {
    position: relative;
    width: 100%;
}

.carousel-slide {
    width: 100%;
}

#carousel-dots {
    text-align: center;
    padding-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.active-dot {
    background-color: #717171;
}