@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.c-cart{font-family:var(--font-heading-family);flex-flow:column wrap;justify-content:center;display:flex}@media screen and (min-width:1024px){.c-cart{flex-flow:row}}.c-cart.is-removing{position:relative}.c-cart.is-removing:after{content:"";z-index:1;width:100%;height:100%;opacity:.2;background-color:#0b0b0c;position:absolute;top:0;left:0}.c-cart.is-removing:before{content:"";z-index:2;width:120px;height:120px;border:16px solid #fef2f7;border-top-color:#e80069;border-radius:50%;animation:2s linear infinite spin;position:absolute;top:20%;left:50%;transform:translateY(-50%)}.c-cart-form{width:100%;max-width:1200px;flex-flow:column;padding:4rem 0;display:flex}@media screen and (min-width:960px){.c-cart-form{padding:10rem 0 8rem}}.c-cart__title{font-size:3.2rem;font-family:var(--font-heading-family);padding:0 2rem .8rem}@media screen and (min-width:960px){.c-cart__title{text-align:center}}.c-cart__text{color:#4b4b4b;text-align:center;padding:0 2rem 2rem;font-size:1.4rem}@media screen and (min-width:960px){.c-cart__text{padding-bottom:8rem;font-size:1.6rem}}.c-cart__text a{font-weight:700;text-decoration:underline}.c-cart__text a:hover{color:#01183a}.c-cart__items__tests-collection{position:relative}.c-cart__items__tests-collection-inner:not(.is-active){display:none}.c-cart__items{width:100%;font-family:var(--font-heading-family);flex-flow:wrap;display:flex}@media screen and (min-width:1024px){.c-cart__items{max-width:676px;margin-right:3.6rem}}.c-cart__items-list{width:100%;flex-flow:column;justify-content:center;display:flex}@media screen and (min-width:1024px){.c-cart__items-list{justify-content:flex-start}}.c-cart__items .c-cart__item{width:100%;border-bottom:1px solid #ededed;gap:1rem;padding:2.4rem 0;display:flex}@media screen and (min-width:560px){.c-cart__items .c-cart__item{flex-flow:row;justify-content:flex-start}}.c-cart__items .c-cart__item .o-ar{max-width:128px}.c-cart__items .c-cart__item-description{width:100%;flex-flow:row;justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:1rem;display:flex}@media screen and (min-width:560px){.c-cart__items .c-cart__item-description{margin-top:0;padding-left:1.6rem}}.c-cart__items .c-cart__item-description__title{width:100%;flex-direction:column;flex:1;margin-bottom:4px;font-size:1.8rem;font-weight:600;line-height:1.33}.c-cart__items .c-cart__item-description__title-tags{color:#616161}.c-cart__items .c-cart__item-description__title-tags--tag{margin:5px 0;padding-left:1rem;font-size:1.2rem;font-weight:400;line-height:1.33;list-style:inside;display:list-item}.c-cart__items .c-cart__item-description__title-tags--tag-content{position:relative;left:-8px}.c-cart__items .c-cart__item-description__title-meta{text-transform:capitalize}.c-cart__items .c-cart__item-description__title-meta-value{font-weight:400}.c-cart__items .c-cart__item-description__group{flex-flow:column wrap;justify-content:flex-start;align-items:flex-end;display:flex}.c-cart__items .c-cart__item-description__group--price{padding-bottom:1rem}.c-cart__items .c-cart__item-description__group--price .c-money{margin-right:unset}.c-cart__items .c-cart__item-description__group--price .c-money__tax{font-size:1.1rem;font-weight:200}.c-cart__items .c-cart__item-description__group--qty{max-width:65px;height:28px;flex-flow:row;justify-content:flex-start;align-items:center;margin-bottom:1rem;display:flex}.c-cart__items .c-cart__item-description__group--qty .qty-value{max-width:26px;text-align:center;-webkit-appearance:textfield;appearance:textfield;border-radius:4px}.c-cart__items .c-cart__item-description__group--qty .qty-value::-webkit-outer-spin-button,.c-cart__items .c-cart__item-description__group--qty .qty-value::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.c-cart__items .c-cart__item-description__group--qty .qty-minus,.c-cart__items .c-cart__item-description__group--qty .qty-plus{opacity:0;pointer-events:none}.c-cart__items .c-cart__item-description__group--remove{color:#616161;cursor:pointer;font-size:1.1rem;font-weight:100;text-decoration:underline}.c-cart__items .c-cart__item--collection-method{opacity:.8}.c-cart__items .c-cart__item--collection-method .c-cart__item__remove{opacity:0;pointer-events:none}.c-cart__items .c-cart__item--fallback .c-cart__item__remove{opacity:1;pointer-events:initial}.c-cart__items__tests-collection{width:100%;display:none}.c-cart__items__tests-collection.is-active{display:block}.c-cart__items__tests-collection__header{font-size:1.8rem;font-weight:700;line-height:24px;font-family:var(--font-heading-family);border-top:1px solid #ededed;margin-bottom:2rem;padding-top:2rem}.c-cart__items__tests-collection__header p{font-weight:inherit;font-size:inherit;margin-bottom:0}.c-cart__items__tests-collection__dropdown{border:1px solid #ddd;border-radius:6px;margin-bottom:1rem;padding:1.5rem;box-shadow:1px 3px 8px 3px #0b0b0c59}.c-cart__items__tests-collection__dropdown-field{align-items:center;display:flex}.c-cart__items__tests-collection__dropdown-label{cursor:pointer;flex:1;align-items:center;margin-left:1rem;font-size:1.2rem;line-height:21px;display:flex}.c-cart__items__tests-collection__dropdown-label:before{content:"";box-sizing:content-box;width:9px;height:9px;aspect-ratio:1;background-color:#fff;border:4px solid #fff;border-radius:50px;margin-right:1rem;display:block;box-shadow:0 0 0 1px #616161}.c-cart__items__tests-collection__dropdown-content{max-height:0;overflow:hidden}.c-cart__items__tests-collection__dropdown-content.is-acitve{max-height:300em}.c-cart__items__tests-collection__dropdown-content-inner{padding:2rem 0}.c-cart__items__tests-collection__dropdown.is-active{border:2px solid #e80069}.c-cart__items__tests-collection__dropdown.is-active .c-cart__items__tests-collection__dropdown-content{max-height:300em}.c-cart__items__tests-collection__dropdown.is-active .c-cart__items__tests-collection__dropdown-label:before{background-color:#0b0b0c}.c-cart__items__tests-collection__input-label{cursor:pointer;flex:1;align-items:center;margin-left:1rem;font-size:1.2rem;line-height:21px;display:flex}.c-cart__items__tests-collection__input-label:before{content:"";box-sizing:content-box;width:9px;height:9px;background-color:#fff;border:4px solid #fff;border-radius:50px;margin-right:1rem;display:block;box-shadow:0 0 0 1px #616161}.c-cart__items__tests-collection.is-max-fp [data-type=delivery],.c-cart__items__tests-collection.tdl-only-product-in-cart [data-type=nurse-visit],.c-cart__items__tests-collection.tdl-only-product-in-cart [data-type=pro]{display:none}.c-cart__summary{min-width:300px}@media screen and (min-width:1024px){.c-cart__summary{max-width:456px}}.c-cart__summary-container{flex-flow:column;justify-content:space-between;display:flex}.c-cart__summary-breakdown{border:1px solid #ddd;border-radius:6px;flex-flow:column;margin-bottom:2rem;font-weight:400;display:flex;box-shadow:0 1.1px 3.4px #0000001a,0 6px 14px #0000001f}@media screen and (min-width:1024px){.c-cart__summary-breakdown{margin-bottom:3.6rem}}.c-cart__summary-breakdown-row{border-bottom:1px solid #ededed;flex-flow:row;justify-content:space-between;padding:1rem;font-size:1.2rem;display:flex}.c-cart__summary-breakdown-row.cart{padding:2.4rem}.c-cart__summary-breakdown-row:last-child{border:0}.c-cart__summary-breakdown-row.o-title{justify-content:flex-start;font-size:1.6rem;font-weight:600}.c-cart__summary-breakdown-row.grand-total{font-size:1.6rem;font-weight:600}.c-cart__summary-breakdown-row.double-row{flex-flow:column}.c-cart__summary-breakdown-row--double{color:#616161;flex-flow:row;justify-content:space-between;padding-bottom:.6rem;display:flex}.c-cart__summary-breakdown-row--double .bold{color:#01183a;font-weight:700}.c-cart__summary-breakdown-row-price{flex-direction:row;display:flex}.c-cart__summary-breakdown-row-price.bold{font-weight:600}.c-cart__summary-breakdown-row-price.grand-total__price{color:#e80069}.c-cart__summary-breakdown-row--buying-for-someone-else{margin-bottom:0;padding-left:0;padding-right:0}.c-cart__summary-actions{width:100%;flex-flow:column;gap:.8rem;margin-bottom:3.6rem;display:flex}.c-cart__summary-actions.is-active .c-cart__summary-actions--update{display:flex}.c-cart__summary-actions.is-active .c-cart__summary-actions--submit{display:none}.c-cart__summary-actions.is-disabled{opacity:.3;pointer-events:none}.c-cart__summary-actions--update{display:none}.c-cart__summary-actions--continue .ico{height:2rem;padding-right:1rem}.c-cart__summary-actions--submit.is-disabled{opacity:.3;pointer-events:none}.c-cart__summary-actions__note{pointer-events:none;display:none}.c-cart__summary-disclaimers{width:100%;flex-flow:column;display:flex}.c-cart__summary-disclaimers__discount{color:#616161;text-align:center;margin-bottom:3.6rem;font-size:1.2rem;font-weight:400}.c-cart__summary-disclaimers__discount strong{color:#01183a}.c-cart__summary-disclaimers__payment{width:100%;justify-content:center;margin-bottom:4.2rem;display:flex}.c-cart__summary-disclaimers__dis{color:#616161;margin-bottom:3rem;font-size:1.2rem;font-weight:100}.c-money{font-size:1.8rem;font-weight:600;font-family:var(--font-heading-family);text-align:left;flex-flow:row;justify-content:flex-start;align-items:flex-end;display:flex}.c-money__compare-price{color:#ddd;font-weight:400}.c-money__compare-sale{color:#e80069;margin-left:.5rem}.c-money__price{color:#e80069}.c-money:first-of-type{margin-right:3rem}.t-font-size--delta,.t-heading--3,.c-product__further-information h3,.c-product__special-instructions-title{font-size:2.8rem}.t-font-weight--bold,.t-heading--6,.c-product__sample-select__card-top,.t-heading--5,.c-product__sample-select__card.selected .c-product__sample-select__card-top,.t-heading--4,.t-heading--3,.c-product__further-information h3,.c-product__special-instructions-title,.t-heading--2{font-weight:700}.t-heading,.t-heading--6,.c-product__sample-select__card-top,.t-heading--5,.c-product__sample-select__card.selected .c-product__sample-select__card-top,.t-heading--4,.t-heading--3,.c-product__further-information h3,.c-product__special-instructions-title,.t-heading--2,.t-heading--1{font-family:var(--font-heading-family);letter-spacing:-.02em;line-height:110%}@media screen and (min-width:768px){.t-heading--1{font-size:52px}.t-heading--2{font-size:36px}.t-heading--3,.c-product__further-information h3,.c-product__special-instructions-title{font-size:32px}.t-heading--4{font-size:28px}.t-heading--5,.c-product__sample-select__card.selected .c-product__sample-select__card-top{font-size:24px}.t-heading--6,.c-product__sample-select__card-top{font-size:18px}}.c-product{font-family:var(--font-heading-family)}.c-product__inner{align-items:center;gap:3.2rem;display:grid;position:relative}@media (min-width:1024px){.c-product__inner{padding-left:var(--space);grid-template-columns:repeat(2,minmax(0,1fr))}}.c-product__inner .stamped-badge{text-align:left}@media (min-width:1024px){.c-product__images{align-self:flex-start;position:sticky;top:0}}.c-product__sidebar{z-index:1;width:100%}@media (min-width:1024px){.c-product__sidebar{max-width:718px;justify-self:center}}.c-product--full-width{width:100vw;margin-left:-50vw;margin-right:-50vw;position:relative;left:50%;right:50%}.c-product__selected-clinic-message{font-size:1.8rem;font-weight:400}.c-product__selected-clinic-message br{display:none}.c-product__clinic-finder{z-index:3;width:100%;max-width:860px;height:690px;background-color:#fff;border-radius:6px;flex-flow:column;justify-content:stretch;align-items:flex-start;margin-inline:auto;display:flex;overflow:auto;box-shadow:1px 3px 8px 3px #0b0b0c59}@media screen and (max-width:768px){.c-product__clinic-finder{height:100%}}.c-product__clinic-finder-top{width:100%;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:2rem;display:flex}.c-product__clinic-finder-top .c-ico{width:20px;height:20px;cursor:pointer}.c-product__clinic-finder-main{display:relative;width:100%;height:100%;max-height:calc(100% - 61px)}@media screen and (min-width:768px){.c-product__clinic-finder-main{flex-flow:row-reverse;justify-content:space-evenly;align-items:flex-start;display:flex}}.c-product__clinic-finder-main__locator{width:100%;height:100%;flex-flow:column;justify-content:flex-start;align-items:flex-start;padding:2rem;display:flex}@media screen and (min-width:768px){.c-product__clinic-finder-main__locator{width:50%}}.c-product__clinic-finder-main__locator .c-input{justify-content:flex-end;margin-bottom:2rem;display:flex;position:relative}.c-product__clinic-finder-main__locator-search{width:100%;height:40px;border:1px solid #ddd;border-radius:6px}.c-product__clinic-finder-main__locator-search-button{width:40px;height:33px;min-height:33px;color:#fff;border-radius:0 6px 6px 0;padding:0;position:absolute}.c-product__clinic-finder-main__locator-search-button .c-ico{width:17px;height:17px}.c-product__clinic-finder-main__locator-geolocate{width:100%;letter-spacing:.05em;margin-bottom:2rem}.c-product__clinic-finder-main__locator-geolocate .c-ico{width:16px;height:16px;fill:#e80069;margin-right:1rem}.c-product__clinic-finder-main__locator-clinics{width:100%;height:100%;border-top:1px solid #ddd;flex-flow:column;align-items:stretch;padding-top:2rem;display:flex;overflow-y:auto}.c-product__clinic-finder-main__locator-clinics .loading{width:100%;color:#e80069;justify-content:center;align-items:center;display:flex}.c-product__clinic-finder-main__locator-clinics .loading.hidden{display:none}.c-product__clinic-finder-main__locator-clinics .c-clinic-card{border-bottom:1px solid #ddd;margin-bottom:2rem;padding-bottom:2rem;display:flex}.c-product__clinic-finder-main__locator-clinics .c-clinic-card.hidden{display:none}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__icon{width:16px;height:24px;margin-right:1rem;position:relative}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__icon .c-ico-number{z-index:99;width:16px;color:#fff;text-align:center;font-size:8px;position:absolute;top:5px;left:1px}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__icon .c-ico{width:100%;height:100%}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__details{width:65%;flex-flow:column;padding-right:1rem;font-size:1.1rem;display:flex}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__details--top{display:flex}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__details--top--title{margin-bottom:1rem;font-weight:700}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__details--top--distance{color:#616161;padding-left:.25em}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__details--address{margin-bottom:1rem;font-weight:400}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__details--appointment{color:#616161;margin-bottom:1rem}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__details--not-available{color:#cf142b;margin-bottom:1rem}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__details--button{letter-spacing:.05em;font-size:1.4rem;font-weight:600}.c-product__clinic-finder-main__locator-clinics .c-clinic-card__select{flex-grow:1;justify-content:center;align-items:center;display:flex}.c-product__clinic-finder-main__map{width:100%;padding:2rem}@media screen and (min-width:768px){.c-product__clinic-finder-main__map{width:50%}}.c-product__clinic-finder-main__map #map{width:100%;height:390px;border-radius:6px}.c-product__clinic-finder-main__map-key{width:100%;background-color:#ddd;border-radius:6px;flex-flow:column;justify-content:flex-start;align-items:flex-start;margin-top:2rem;padding:2rem;font-size:1.1rem;font-weight:600;line-height:150%;display:flex}.c-product__clinic-finder-main__map-key .key{margin-bottom:1rem}.c-product__clinic-finder-main__map-key .item{flex-flow:row;justify-content:flex-start;align-items:center;margin-bottom:1rem;display:flex}.c-product__clinic-finder-main__map-key .item .c-ico{width:11px;height:16px;margin-right:1rem}.c-product__select{width:100%;border:1px solid #0b0b0c1a;flex-direction:column;justify-content:center;margin-bottom:1rem;padding:2rem;display:flex;position:relative}@media screen and (min-width:768px){.c-product__select{width:calc(50% - .5rem)}}.c-product__select.hidden{display:none}.c-product__select:after{content:"";z-index:-1;width:1rem;height:1rem;transform-origin:50%;border:2px solid #0b0b0c;border-width:2px 2px 0 0;border-radius:2px;transition:transform .3s cubic-bezier(.5,0,.5,1);position:absolute;top:calc(50% - .5rem);right:2.5rem;transform:rotate(135deg)translateY(-50%)}.c-product__select--no-arrow:after{display:none}.c-product__select-wrapper{flex-direction:column;justify-content:space-between;margin-bottom:1rem;display:flex}@media screen and (min-width:768px){.c-product__select-wrapper{flex-direction:row}}.c-product__select-label{color:#ededed;font-size:1.1rem;font-weight:500;font-family:var(--font-heading-family)}.c-product__select-field{width:100%;white-space:break-spaces;cursor:pointer;font-size:1.8rem;font-weight:500}.c-product__info{flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}@media screen and (min-width:768px){.c-product__info{flex-flow:row;justify-content:space-between;align-items:center}}.c-product__info .c-product__quantity,.c-product__info .c-product__sku{width:100%;font-size:1.2rem;font-weight:600;font-family:var(--font-heading-family);flex-flow:row;justify-content:flex-start;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}@media screen and (min-width:768px){.c-product__info .c-product__quantity,.c-product__info .c-product__sku{width:50%}}.c-product__info .c-product__quantity--label,.c-product__info .c-product__sku--label{align-items:center;display:flex}.c-product__info .c-product__quantity--label .c-ico,.c-product__info .c-product__sku--label .c-ico{width:15px;height:15px;margin-right:5px}.c-product__info .c-product__quantity--label.oos,.c-product__info .c-product__sku--label.oos{color:#cf142b}.c-product__info .c-product__quantity--label.limited,.c-product__info .c-product__sku--label.limited{color:#ffae21}.c-product__info .c-product__quantity--label.available,.c-product__info .c-product__sku--label.available{color:#00c5ab}.c-product__info .c-product__quantity--label-value,.c-product__info .c-product__sku--label-value{padding-left:.5rem}.c-product__reviews{margin-bottom:2rem}.c-product__reviews .rustpilot-widget .wrapper-company-stars{justify-content:flex-start!important}.c-product__form-field{letter-spacing:.05em;flex-flow:column;margin:1rem 0;font-size:1.1rem;font-weight:400;display:flex}.c-product__form-field__note{margin-bottom:1rem;line-height:150%}.c-product__form-field__checkbox{justify-content:flex-start;align-items:center;display:flex}.c-product__form-field__checkbox-input{width:17px;height:16px;cursor:pointer;-webkit-appearance:auto;appearance:auto;margin-right:5px}.c-product__form-field__checkbox-text{font-size:1.6rem;font-weight:400}.c-product__form-error{color:#cf142b;font-weight:600}.c-product__form button[type=submit]{font-size:1.6rem}@media (min-width:1024px){.c-product__form button[type=submit]{font-size:2rem}}.c-product__form button[type=submit].is-disabled{--tw-bg-opacity:1;background-color:rgb(202 203 206/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(250 250 250/var(--tw-text-opacity))}.c-product__quick-links{flex-direction:column;display:flex}.c-product__quick-link{width:100%;font-size:1.1rem;font-family:var(--font-heading-family);letter-spacing:.2em;text-transform:uppercase;border-top:1px solid #0b0b0c1a;flex-direction:row;align-items:center;padding:2rem 0;display:flex;position:relative}.c-product__quick-link:after{content:"";width:1rem;height:1rem;transform-origin:50%;border:2px solid #0b0b0c;border-width:2px 2px 0 0;border-radius:2px;transition:transform .3s cubic-bezier(.5,0,.5,1);position:absolute;top:50%;right:6px;transform:rotate(45deg)translateY(-50%)}.c-product__quick-link:last-child:after{display:none}.c-product__quick-review{color:#e80069;font-family:var(--font-heading-family);margin-left:1rem}.c-product__quick-review .spr-badge-caption{display:none}.c-product__quick-add-btn:disabled{opacity:.3;pointer-events:none}.c-product__details{z-index:0;width:100%;flex-direction:column;grid-area:details;display:flex;position:relative}.c-product__details-item{width:100%;font-family:var(--font-heading-family);margin-bottom:4rem}@media screen and (min-width:768px){.c-product__details-item{padding:5rem}}.c-product__details-item:last-of-type{margin-bottom:none}.c-product__details-item p iframe{width:100%}.c-product__details-heading{color:#01183a}.c-product__details-biomarkers{margin-bottom:0}.c-product__details-accordion-menu{border:1px solid #ddd;border-radius:6px;flex-flow:column;justify-content:flex-start;align-items:stretch;padding:1rem;display:flex}@media screen and (min-width:768px){.c-product__details-accordion-menu{flex-flow:row;padding:3rem}}.c-product__details-accordion-menu__menu{width:100%;border-right:1px solid #ededed}@media screen and (min-width:960px){.c-product__details-accordion-menu__menu{width:33.3%}}.c-product__details-accordion-menu__menu--desktop{display:none}@media screen and (min-width:768px){.c-product__details-accordion-menu__menu--desktop{padding:3rem;display:block}}.c-product__details-accordion-menu__menu--mobile{padding:2rem;display:block}@media screen and (min-width:768px){.c-product__details-accordion-menu__menu--mobile{display:none}}.c-product__details-accordion-menu__menu--mobile hr{border:1px solid #ededed}.c-product__details-accordion-menu__menu--title{color:#01183a;font-size:14px;font-weight:700}.c-product__details-accordion-menu__menu--select{width:100%;color:#01183a;border:1px solid #ededed;justify-content:space-between;align-items:center;margin:1rem 0 1.5rem;padding:1rem;font-size:13px;font-weight:400;display:flex}.c-product__details-accordion-menu__menu--select select{width:100%}.c-product__details-accordion-menu__menu--select .c-ico{width:14px;height:14px}.c-product__details-accordion-menu__menu--item{cursor:pointer;margin-bottom:2rem}.c-product__details-accordion-menu__menu--item .c-ico{display:none}.c-product__details-accordion-menu__menu--item.selected{color:#01183a;justify-content:space-between;align-items:center;font-size:2.8rem;display:flex}.c-product__details-accordion-menu__menu--item.selected .c-ico{margin-left:1rem;display:flex}.c-product__details-accordion-menu__accordion{width:100%;height:100%;flex-flow:column;padding:3rem;display:flex}.c-product__details-accordion-menu__accordion--details{margin-bottom:1rem;padding-bottom:1rem;font-size:1.2rem;font-weight:400;display:none}@keyframes animate-down{0%{opacity:0;transform:translateY(-35px)}to{opacity:1;transform:translateY(0)}}.c-product__details-accordion-menu__accordion--details.selected{display:flex}.c-product__details-accordion-menu__accordion--details[open]>span{animation:.25s linear forwards animate-down}.c-product__details-accordion-menu__accordion--details[open]>summary>.c-ico--biomarker{fill:#fff;background:#e80069;transition:all .25s}.c-product__details-accordion-menu__accordion--details[open]>summary>.c-product__details-accordion-menu__accordion--summary-title{font-size:1.8rem}@media screen and (min-width:768px){.c-product__details-accordion-menu__accordion--details[open]>summary>.c-product__details-accordion-menu__accordion--summary-title{font-size:2.8rem}}.c-product__details-accordion-menu__accordion--details:not(:last-of-type){border-bottom:1px solid #ededed}.c-product__details-accordion-menu__accordion--summary{width:100%;color:#01183a;text-transform:capitalize;cursor:pointer;flex-flow:row;justify-content:space-between;align-items:center;gap:.5em;margin-bottom:1rem;font-size:1.2rem;font-weight:600;display:flex}.c-product__details-accordion-menu__accordion--summary-title{flex-grow:1;flex-basis:min-content;color:#01183a;font-size:1.8rem}@media screen and (min-width:768px){.c-product__details-accordion-menu__accordion--summary-title{font-size:2.4rem}}.c-product__details-accordion-menu__accordion--summary-content{color:#4b4b4b;letter-spacing:-.02em;padding:1rem 0;font-size:1.6rem}@media screen and (min-width:768px){.c-product__details-accordion-menu__accordion--summary-content{font-size:1.8rem}}.c-product__special-instructions-title{color:#01183a;letter-spacing:-.05em;margin-bottom:2rem}.c-product__expert{width:100%;border-bottom:none;flex-flow:column;justify-content:space-evenly;align-items:center;padding-bottom:0;display:flex}@media screen and (min-width:768px){.c-product__expert{flex-flow:row;padding:8rem}}.c-product__expert__left{width:100%;margin:3rem 0}@media screen and (min-width:768px){.c-product__expert__left{width:60%;margin:0;padding-right:11rem}}.c-product__expert__left-title{color:#01183a;margin-bottom:2rem}.c-product__expert__left-copy p{font-size:1.2rem;font-weight:400;line-height:150%}.c-product__expert__right{width:100vw;color:#01183a;text-align:center;font-size:1.2rem;font-weight:600;position:relative}@media screen and (min-width:768px){.c-product__expert__right{width:60%;padding:0 3rem}.c-product__expert__right-image{border-radius:50%;margin-bottom:2rem}}.c-product__expert__right-name{color:#ddd}.c-product__why{width:100%;background-color:#ffae211a;border-bottom:none;flex-flow:column;justify-content:space-evenly;align-items:center;padding-bottom:0;display:flex}@media screen and (min-width:768px){.c-product__why{flex-flow:row}}.c-product__why__left{width:100%;padding:3rem}@media screen and (min-width:768px){.c-product__why__left{width:50%}}.c-product__why__left-title{color:#01183a;margin-bottom:2rem;font-size:2.7rem;font-weight:600}.c-product__why__left-points{list-style:circle}.c-product__why__left-points--point{justify-content:flex-start;align-items:flex-start;font-size:1.2rem;font-weight:400;line-height:125%;display:flex}.c-product__why__left-points--point .c-ico{width:14px;height:14px}.c-product__why__left-points--point .c-ico-biomarker{fill:#e80069;border-radius:3px;padding:.25em}.c-product__faqs{width:100%;border-bottom:none;flex-flow:column;justify-content:space-evenly;align-items:flex-start;padding-bottom:0;display:flex}.c-product__faqs-title{color:#01183a;text-align:left;margin-bottom:3rem;font-weight:600}.c-product__faqs-accordion{width:100%;border:1px solid #ededed;border-radius:6px;padding:2rem}.c-product__faqs-details{font-weight:400;display:flex}.c-product__faqs-details.selected{display:flex}.c-product__faqs-details[open]>span{animation:.25s linear forwards animate-down}.c-product__faqs-details:not(:last-of-type){border-bottom:1px solid #ddd;margin-bottom:2rem;padding-bottom:1rem}.c-product__faqs-summary{width:100%;color:#01183a;text-transform:capitalize;cursor:pointer;flex-flow:row;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.4rem;font-weight:700;display:flex}.c-product__faqs-summary::-webkit-details-marker{display:none}.c-product__faqs-question{font-size:var(--heading-size,14px);letter-spacing:-.01em;line-height:25px}.c-product__faqs .c-ico{width:14px;height:14px}.c-product__info-tag{width:100%}.c-product__info-tag__item{flex-flow:row;align-items:center;margin:1rem 0;font-size:1.2rem;font-weight:400;display:flex}.c-product__info-tag__item-icon{width:22px;height:22px;margin-right:1rem}.c-product__info-tags{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem 2rem;display:grid}.c-product__info-tags-tag{align-items:center;column-gap:.8rem;display:flex}.c-product__info-tags-tag__item-icon{width:30px;height:30px}.c-product__purchase-info{align-items:center;display:flex}@media screen and (max-width:768px){.c-product__purchase-info{margin-bottom:1rem}}.c-product__purchase-info-text{margin-top:-5px;font-size:1.1rem;font-weight:600}.c-product__purchase-info-link{color:#e80069;font-size:1rem;text-decoration:underline}.c-product__further-information{padding:1rem}@media screen and (min-width:768px){.c-product__further-information{padding:5rem 11rem}}.c-product__further-information p{font-size:1.8rem}.c-product__buyingATestForSomeoneElse{text-align:center}.c-product__buyingATestForSomeoneElse-text p{font-size:1.2rem;font-weight:700}.c-product__buyingATestForSomeoneElse-text p a{color:#e80069;text-decoration:underline}.c-product__collection-method{cursor:pointer;--tw-border-opacity:1;border-style:solid;border-width:1px;border-color:rgb(217 217 217/var(--tw-border-opacity));border-radius:16px;padding:10px 2.4rem 10px 60px;position:relative}.c-product__collection-method>.ico{margin-top:-8px;position:absolute;top:50%;left:2.4rem}.c-product__collection-method .ico--radio-checked{display:none}.c-product__collection-method__price{letter-spacing:0;flex-shrink:0;font-size:1.6rem}.c-product__collection-method.selected{border-width:2px;border-color:var(--c-primary);--tw-bg-opacity:1;background-color:rgb(242 242 243/var(--tw-bg-opacity));opacity:1;padding-top:.8rem;padding-bottom:2.4rem}.c-product__collection-method.selected .ico--radio-checked{display:inline-flex}.c-product__collection-method.selected .ico--radio-empty{display:none}.c-product__collection-method.selected .c-product__collection-method__price{font-size:2rem;font-weight:500}@media (min-width:1024px){.c-product__collection-method.selected .c-product__collection-method__price{font-size:2.4rem}}.c-product__addon{grid-template:"image title price""image reviews reviews""image input input"/85px 1fr auto}@media (min-width:640px){.c-product__addon{grid-template:"image title price""image reviews input"/113px 1fr auto}}.c-product__addon--disabled{opacity:.5;pointer-events:none}.t-font{line-height:150%}.t-font-size--micro{font-size:1rem}.t-font-size--milli{font-size:1.1rem}.t-font-size--centi{font-size:1.2rem}.t-font-size--button{font-size:1.4rem}.t-font-size--eta,.t-heading--6,.c-product__sample-select__card-top{font-size:1.6rem}.t-font-size--zeta,.t-heading--5,.c-product__sample-select__card.selected .c-product__sample-select__card-top{font-size:1.8rem}.t-font-size--epsilon,.t-heading--4{font-size:2.4rem}.t-font-size--delta,.t-heading--3,.c-product__special-instructions-title,.c-product__further-information h3{font-size:2.8rem}.t-font-size--gamma,.t-heading--2{font-size:3.2rem}.t-font-size--beta,.t-heading--1{font-size:3.6rem}.t-font-size--beta2{font-size:4.4rem}.t-font-size--beta3{font-size:3.5rem}.t-font-size--alpha{font-size:5.2rem}.t-font-size--hero-1-xxl{font-size:10.7rem}.t-font-size--hero-2-xl{font-size:8.6rem}.t-font-size--hero-3-l{font-size:6.9rem}.t-font-size--h1{font-size:5.5rem}.t-font-size--h2{font-size:4.4rem}.t-font-size--h3{font-size:3.5rem}.t-font-size--h4{font-size:2.4rem}.t-font-size--subtitle{font-size:2.2rem}@media screen and (max-width:639px){.t-font-size--micro\@mob{font-size:1rem}.t-font-size--milli\@mob{font-size:1.1rem}.t-font-size--centi\@mob{font-size:1.2rem}.t-font-size--button\@mob{font-size:1.4rem}.t-font-size--eta\@mob{font-size:1.6rem}.t-font-size--zeta\@mob{font-size:1.8rem}.t-font-size--epsilon\@mob{font-size:2.4rem}.t-font-size--delta\@mob{font-size:2.8rem}.t-font-size--gamma\@mob{font-size:3.2rem}.t-font-size--beta\@mob{font-size:3.6rem}.t-font-size--beta2\@mob{font-size:4.4rem}.t-font-size--beta3\@mob{font-size:3.5rem}.t-font-size--alpha\@mob{font-size:5.2rem}.t-font-size--hero-1-xxl\@mob{font-size:10.7rem}.t-font-size--hero-2-xl\@mob{font-size:8.6rem}.t-font-size--hero-3-l\@mob{font-size:6.9rem}.t-font-size--h1\@mob{font-size:5.5rem}.t-font-size--h2\@mob{font-size:4.4rem}.t-font-size--h3\@mob{font-size:3.5rem}.t-font-size--h4\@mob{font-size:2.4rem}.t-font-size--subtitle\@mob{font-size:2.2rem}}.t-font-weight--medium{font-weight:500}.t-font-weight--semi-bold{font-weight:600}.t-font-weight--bold,.t-heading--2,.t-heading--3,.t-heading--4,.t-heading--5,.c-product__sample-select__card.selected .c-product__sample-select__card-top,.t-heading--6,.c-product__sample-select__card-top,.c-product__special-instructions-title,.c-product__further-information h3{font-weight:700}.t-font-weight--extra-bold,.t-heading--1{font-weight:800}.t-font-color--pure-black{color:#000}.t-font-color--black{color:#0b0b0c}.t-font-color--white{color:#fff}.t-font-color--primary{color:#e80069}.t-font-color--primary-light{color:#fef2f7}.t-font-color--primary-dark,.t-font-color--grey-1{color:#01183a}.t-font-color--grey-2,.c-product__sample-select__card.selected .c-product__sample-select__card-top{color:#4b4b4b}.t-font-color--grey-3{color:#616161}.t-font-color--grey-4{color:#acacac}.t-font-color--grey-5{color:#ddd}.t-font-color--grey-6{color:#ededed}.t-font-color--crimson{color:#ed1c24}.t-font-color--blush{color:#b1446b}.t-font-color--cerisered{color:#e81f76}.t-font-color--brilliantrose{color:#ed47ba}.t-font-color--froly{color:#f7786b}.t-font-color--mysin{color:#ffae21}.t-font-color--supernova{color:#ffc800}.t-font-color--buddhagold{color:#d0ad00}.t-font-color--turmeric{color:#b6cf4a}.t-font-color--springgreen{color:#00e682}.t-font-color--caribbeangreen{color:#00c5ab}.t-font-color--sail{color:#9cd8f7}.t-font-color--menshealthblue{color:#00aeef}.t-font-color--dodgerblue{color:#1e82ff}.t-font-color--astral{color:#378299}.t-font-color--electricviolet{color:#824bff}.t-font-color--negative{color:#cf142b}.t-font-color--positive{color:#00c5ab}.t-font-color--warning{color:#ffae21}.t-font-color--disabled{color:#dcdddf}.t-font-align--left{text-align:left}.t-font-align--center{text-align:center}.t-font-style--upper{text-transform:uppercase}.t-heading,.t-heading--1,.t-heading--2,.t-heading--3,.t-heading--4,.t-heading--5,.c-product__sample-select__card.selected .c-product__sample-select__card-top,.t-heading--6,.c-product__sample-select__card-top,.c-product__special-instructions-title,.c-product__further-information h3{font-family:var(--font-heading-family);letter-spacing:-.02em;line-height:110%}@media screen and (min-width:768px){.t-heading--1{font-size:52px}.t-heading--2{font-size:36px}.t-heading--3,.c-product__special-instructions-title,.c-product__further-information h3{font-size:32px}.t-heading--4{font-size:28px}.t-heading--5,.c-product__sample-select__card.selected .c-product__sample-select__card-top{font-size:24px}.t-heading--6,.c-product__sample-select__card-top{font-size:18px}}.t-font-size--hero-1-xxl,.t-font-size--hero-2-xl,.t-font-size--hero-3-l{line-height:1}.t-highlight{color:#e80069}.t-eyebrow{letter-spacing:-.03em;font-size:1.1rem;line-height:150%}.u-shadow--depth-1{box-shadow:0 1.1px 3.4px #0000001a,0 6px 14px #0000001f}.u-shadow--depth-2,.c-product__sample-select__card.selected,.c-product__details-accordion-menu{box-shadow:0 .2px 14px #0000000d,0 25px 57px #0000001a}.u-shadow--depth-3,.c-product__faqs-accordion{box-shadow:0 4px 12px -4px #1622331f,0 16px 32px #16223329}.u-shadow--depth-4{box-shadow:0 120px 120px #16223314,0 64px 64px #1622331f,0 32px 32px #1622330a,0 24px 24px #1622330a,0 4px 24px #1622330a,0 4px 4px #1622330a}.c-product__sample-select__card{width:100%;cursor:pointer;border-left:14px solid #777;flex-flow:column;margin-bottom:1rem;padding:2rem;display:flex;position:relative;box-shadow:0 4px 4px #0000000d}.c-product__sample-select__card-top{justify-content:space-between;align-items:flex-start;gap:1rem;align-items:top;color:#777;flex-flow:row;display:flex}.c-product__sample-select__card-bottom{margin-top:1rem;padding-top:1rem;font-size:1.1rem;font-weight:400;display:none}.c-product__sample-select__card-bottom.is-active{display:block}.c-product__sample-select__card-bottom--description{color:#616161;letter-spacing:-.01rem;font-size:1.2rem;display:block}@media screen and (min-width:960px){.c-product__sample-select__card-bottom--description{font-size:1.6rem}}.c-product__sample-select__card-bottom--button{color:#e80069;margin:1em 0;display:block}.c-product__sample-select__card.selected{border-left:14px solid #e80069}.c-product__sample-select__card.selected .c-cart__items__tests-collection__input-label:before{background-color:#0b0b0c}.c-product__sample-select__card.disabled{opacity:.7;pointer-events:none}.c-product__sample-select__card--cart .c-product__sample-select__card-top{justify-content:flex-start;align-items:center}.c-product__sample-select__card--cart .c-product__sample-select__price{margin-left:auto}.c-product__sample-select__card-error{color:#ed1c24;padding:1rem;font-size:1.3rem;font-weight:700}.c-product__sample-select__card-modal{z-index:2;width:100vw;filter:drop-shadow(0 .2px 14px #0000000d)drop-shadow(0 25px 57px #0000001a);background-color:#fff;margin-left:-50vw;margin-right:-50vw;padding:2rem;display:none;position:absolute;top:-2rem;left:50%;right:50%}.c-product__sample-select__card-modal-content{align-items:center;gap:2rem;display:flex}.c-product__sample-select__card-modal-content--title{width:50%}.c-product__sample-select__card-modal-content--type{text-align:center}.c-product__sample-select__card-modal-content--btn{text-align:center;margin-top:3rem}@media screen and (min-width:960px){.c-product__sample-select__label{width:55%;font-size:1.8rem}}.c-product__sample-select__price{width:43%;text-align:center}@media screen and (min-width:960px){.c-product__sample-select__price{font-size:1.8rem}}.c-product__sample-select__clinic-finder--modal{z-index:50;width:100%;height:100%;display:none;position:fixed;top:0;left:0}@media screen and (min-width:960px){.c-product__sample-select__clinic-finder--modal{padding:3.2rem;position:fixed;top:0;left:0}}.c-product__sample-select__clinic-finder--modal--overlay{z-index:1;width:100%;height:100%;opacity:.8;background-color:#ddd;position:fixed;top:0;left:0}.c-product__sample-select__clinic-finder--cart{z-index:99;width:100vw;height:100%;place-content:center;align-items:center;display:none;position:fixed;top:0;right:0}.c-product__sample-select__clinic-finder--cart--overlay{z-index:1;width:100%;height:100%;opacity:.8;background-color:#ddd;position:fixed;top:0;left:0}
/*# sourceMappingURL=/cdn/shop/t/359/assets/section-cart.css.map */
