.e-pill-badge{
  display:flex;
  gap:10px;
  align-items:center;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  padding:10px 20px;
  color:var(--badge-base-color, #8b8c8e);
  font-size:18px;
  font-weight:500;
  letter-spacing:.32px;
  text-transform:capitalize;
  border-radius:30px;
  background:hsl(from currentcolor h calc(s * 3) calc(l + (100 - l) * .95));
}
.e-pill-badge .e-checkmark{
  font-size:1em;
}
.e-pill-badge .e-icon-checkmark{
  font-size:.6em;
}
.e-pill-badge--sm,.e-pill-badge--small{
  gap:6px;
  padding:4px 12px;
  font-size:16px;
  letter-spacing:normal;
}
.e-pill-badge--sm .e-checkmark,.e-pill-badge--small .e-checkmark{
  margin-left:-4px;
}
.e-pill-badge--xs{
  gap:6px;
  padding:2px 12px;
  font-size:16px;
  letter-spacing:normal;
}
.e-pill-badge--xs .e-checkmark{
  margin-left:-4px;
}
.e-pill-badge--xxs{
  gap:4px;
  padding:0 10px;
  font-size:16px;
  letter-spacing:normal;
}
.e-pill-badge--fill{
  color:var(--badge-base-color, #fff);
  background:var(--badge-fill-color, #ff5429);
}

.c-options-selector{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:500px;
}
.c-options-selector .btn--secondary{
  --btn-secondary-bg:#f5f5f6;
  width:100%;
  margin-top:-4px;
  font-size:16px;
  font-weight:500;
}
.c-options-selector p,.c-options-selector__title{
  margin:0;
}
.c-options-selector ul,.c-options-selector__list{
  display:flex;
  gap:12px;
}
.c-options-selector ul li,.c-options-selector__list li{
  width:100%;
}
.c-options-selector ul li:first-child:last-child,.c-options-selector__list li:first-child:last-child{
  max-width:33.3333333333%;
}
.c-options-selector ul label,.c-options-selector__list label{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:center;
  justify-content:center;
  min-height:132px;
  padding:14px;
  border-radius:10px;
  box-shadow:inset 0 0 0 1px #dfe0e0;
  cursor:pointer;
}
.c-options-selector ul label:has(input:checked),.c-options-selector__list label:has(input:checked){
  box-shadow:inset 0 0 0 1px currentcolor,0 0 0 1px currentcolor;
  background:#f6f6f7;
}
.c-options-selector ul input,.c-options-selector__list input{
  position:absolute;
  z-index:-1;
  visibility:hidden;
  opacity:0;
}
.c-options-selector ul img,.c-options-selector__list img{
  -o-object-fit:contain;
     object-fit:contain;
  width:100%;
  max-width:80px;
  height:auto;
  aspect-ratio:30/23;
  vertical-align:top;
}
.c-options-selector ul .bundle,.c-options-selector__list .bundle{
  display:flex;
  align-items:center;
}
.c-options-selector ul .bundle figure,.c-options-selector__list .bundle figure{
  position:relative;
  padding:0 8px 8px;
}
.c-options-selector ul .bundle .e-pill-badge,.c-options-selector__list .bundle .e-pill-badge{
  position:absolute;
  right:0;
  bottom:0;
  color:#ff5429;
  text-transform:uppercase;
  border-radius:5px;
}

.e-pill-save{
  --e-pill-save-color:#ff5429;
  display:inline-block;
  padding:.15em .6em;
  color:#fff;
  font-weight:600;
  line-height:1;
  text-transform:uppercase;
  border-radius:100px;
  background:var(--e-pill-save-color);
}
.e-pill-save--light{
  color:var(--e-pill-save-color);
  background:hsl(from var(--e-pill-save-color) h s calc(l + 37));
}

.e-price{
  display:inline-flex;
  flex-wrap:wrap;
  gap:0 8px;
  line-height:1.25;
}
.e-price__current.highlight-price{
  color:var(--discount-color);
}
.e-price__current.savings-price{
  color:#0fa847;
}
.e-price__main{
  display:flex;
  flex-wrap:wrap;
  gap:0 8px;
  align-items:center;
}
.e-price__old{
  color:#8b8c8e;
  text-decoration:line-through;
}
.e-price--highlight .e-price__current{
  color:var(--discount-color);
}
.e-price--profit .e-price__current{
  color:#0fa847;
}
.e-price--strikethrough{
  position:relative;
}
.e-price--strikethrough .e-price__main{
  position:relative;
  flex-wrap:nowrap;
}
.e-price--strikethrough .e-price__main:before{
  position:absolute;
  top:10px;
  width:100%;
  height:2px;
  background:#ff5429;
  transform:rotate(5deg);
  content:"";
}
.e-declaimer{
  display:block;
  color:#8b8c8e;
  font-size:16px;
  line-height:1.25;
}

.c-supply-selector{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:500px;
}
.c-supply-selector .btn--secondary{
  --btn-secondary-bg:#f5f5f6;
  width:100%;
  margin-top:8px;
  font-size:16px;
  font-weight:500;
}
.c-supply-selector__title{
  margin-bottom:0;
}
.c-supply-selector__title small{
  display:block;
  color:#8b8c8e;
  font-size:16px;
  line-height:1.25;
}
.c-supply-selector__list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.c-supply-selector__item{
  width:100%;
}
.c-supply-selector__item:has(.selector-tag-up){
  margin-top:16px;
}
.c-supply-selector__item:has(.selector-tag-down) .c-supply-selector__main{
  padding-top:18px;
}
.c-supply-selector__label{
  position:relative;
  width:100%;
  border-radius:10px;
  box-shadow:inset 0 0 0 1px #dfe0e0;
  cursor:pointer;
}
.c-supply-selector__label input{
  position:absolute;
  z-index:-1;
  visibility:hidden;
  opacity:0;
}
.c-supply-selector__label:has(input:checked){
  border-color:currentcolor;
  outline:none;
  box-shadow:inset 0 0 0 1px currentcolor,0 0 0 1px currentcolor;
  background:#f6f6f7;
}
.c-supply-selector__label:has(input:checked) .c-supply-selector__final-price{
  font-weight:600;
}
.c-supply-selector__label:has(input:checked) .c-supply-selector__save .e-pill-save--light{
  color:#fff;
  background:#ff5429;
}
.c-supply-selector__label:has(picture) .c-supply-selector__main{
  grid-template:repeat(2, auto)/50px 1fr auto;
}
.c-supply-selector__label:has(picture) .c-supply-selector__image{
  grid-row:1 /  -1;
}
.c-supply-selector__image img{
  display:block;
  max-width:100%;
  height:auto;
}
.c-supply-selector__main{
  display:grid;
  flex-grow:1;
  grid-template-columns:1fr auto;
  gap:2px 10px;
  padding:16px 14px;
}
.c-supply-selector__name{
  display:flex;
  gap:6px;
  align-items:center;
}
.c-supply-selector__name .e-pill-save{
  font-size:14px;
}
.c-supply-selector__price{
  margin-left:auto;
}
.c-supply-selector__price .e-price{
  font-size:inherit;
  font-weight:400;
}
.c-supply-selector__price .e-price__old{
  font-size:16px;
}
.c-supply-selector__price .e-price__main{
  flex-direction:row-reverse;
}
.c-supply-selector__final-price{
  text-align:right;
}
.c-supply-selector__desc{
  font-size:14px;
  line-height:1.25;
}
.c-supply-selector__desc small{
  color:#8b8c8e;
}
.c-supply-selector__desc:has(small){
  display:flex;
  flex-wrap:wrap;
  gap:0 8px;
}
.c-supply-selector__save{
  color:#ff5429;
  font-size:14px;
  text-align:right;
}
.c-supply-selector__save:has(del){
  display:flex;
  flex-direction:column;
  gap:4px;
  align-items:end;
}
.c-supply-selector__save del{
  color:#8b8c8e;
  font-size:16px;
}
.c-supply-selector__tag{
  position:absolute;
  right:18px;
  bottom:100%;
  color:#fff;
  font-size:14px;
  font-weight:600;
  line-height:1.286;
}
.c-supply-selector__tag .selector-tag-up{
  display:flex;
  gap:4px;
  align-items:center;
  padding:2px 14px;
  border-radius:10px 10px 0 0;
  background:#212428;
}
.c-supply-selector__tag .selector-tag-up .e-icon{
  font-size:10px;
  vertical-align:top;
}
.c-supply-selector__tag .selector-tag-down{
  margin-bottom:-14px;
  padding:1px 14px;
  border-radius:0 0 5px 5px;
  background:#ff5429;
}
.c-supply-selector__tag .selector-tag-down:after,.c-supply-selector__tag .selector-tag-down:before{
  position:absolute;
  top:0;
  width:0;
  height:0;
  border-style:solid;
  content:"";
}
.c-supply-selector__tag .selector-tag-down:before{
  left:-6px;
  border-width:0 0 6px 6px;
  border-color:transparent transparent #ce3812;
}
.c-supply-selector__tag .selector-tag-down:after{
  right:-6px;
  border-width:6px 0 0 6px;
  border-color:transparent transparent transparent #ce3812;
}
.c-supply-selector__kits-left{
  margin:0 1px 1px;
}
.c-supply-selector__kits-left .kits-left{
  display:flex;
  justify-content:space-between;
  padding:4px 14px;
  font-size:12px;
  border-radius:0 0 9px 9px;
  background:#c7e5db;
}
.c-supply-selector__kits-left .kits-left--hot{
  color:#fff;
  background-color:#212428;
}
.c-supply-selector__kits-left .kits-left__items{
  display:flex;
  gap:4px;
  align-items:center;
}
.c-supply-selector--tiles .btn--secondary{
  margin-top:0;
}
.c-supply-selector--tiles .c-supply-selector__list{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
}
.c-supply-selector--tiles .c-supply-selector__list:has(.c-supply-selector__tag){
  padding-top:24px;
}
.c-supply-selector--tiles .c-supply-selector__item{
  margin-top:0;
}
.c-supply-selector--tiles .c-supply-selector__label{
  height:100%;
}
.c-supply-selector--tiles .c-supply-selector__label:has(.selector-tag-up){
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.c-supply-selector--tiles .c-supply-selector__label:has(input:checked) .c-supply-selector__tag{
  right:-1px;
  left:-1px;
}
.c-supply-selector--tiles .c-supply-selector__image img{
  width:auto;
  height:50px;
}
.c-supply-selector--tiles .c-supply-selector__main{
  display:flex;
  flex-direction:column;
  align-items:center;
  height:100%;
  text-align:center;
}
.c-supply-selector--tiles .c-supply-selector__price{
  order:1;
  margin-top:auto;
  margin-left:0;
  padding:4px 0;
}
.c-supply-selector--tiles .c-supply-selector__price .e-price__main{
  justify-content:center;
}
.c-supply-selector--tiles .c-supply-selector__save{
  position:absolute;
  top:100%;
  margin-top:-11px;
}
.c-supply-selector--tiles .c-supply-selector__tag{
  right:0;
  left:0;
}
.c-supply-selector--tiles .c-supply-selector__tag .selector-tag-up{
  justify-content:center;
}
.c-supply-selector--tiles+button{
  margin-top:-20px;
}
.c-supply-selector--delivery .c-supply-selector__label:has(picture) .c-supply-selector__main{
  grid-template-columns:65px 1fr auto;
}
.c-supply-selector--delivery .c-supply-selector__label:not(:has(.c-supply-selector__save del)) .e-price .e-price__old{
  color:#8b8c8e;
  text-decoration:none;
}
.c-supply-selector--delivery .e-price{
  flex-direction:row-reverse;
  line-height:1.2;
}
.c-supply-selector--delivery .e-price .e-price__old{
  color:var(--discount-color);
  font-size:inherit;
}
.c-supply-selector--delivery .e-price .e-price__main{
  flex-direction:row;
}
.c-supply-selector .c-next-batch{
  margin-top:32px;
}

.c-subscribe-selector{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:500px;
}
.c-subscribe-selector__title{
  margin-bottom:16px;
}
.c-subscribe-selector__list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.c-subscribe-selector__item{
  width:100%;
}
.c-subscribe-selector__label{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2, auto);
  gap:4px 10px;
  width:100%;
  padding:12px 14px;
  border-radius:10px;
  box-shadow:inset 0 0 0 1px #dfe0e0;
  cursor:pointer;
}
.c-subscribe-selector__label input{
  position:absolute;
  z-index:-1;
  visibility:hidden;
  opacity:0;
}
.c-subscribe-selector__label:has(input:checked){
  box-shadow:inset 0 0 0 1px currentcolor,0 0 0 1px currentcolor;
  background:#f6f6f7;
}
.c-subscribe-selector__label:has(input:not(:checked)) .e-pill-save{
  color:inherit;
  font-weight:500;
  background:#f6f6f7;
}
.c-subscribe-selector__label:has(input:not(:checked)) .c-subscribe-selector__tag,.c-subscribe-selector__label:has(input:not(:checked)) .c-subscribe-selector__text,.c-subscribe-selector__label:has(input:not(:checked)) .e-price__old{
  display:none;
}
.c-subscribe-selector__label:has(input:not(:checked)) .e-price--highlight .e-price__current{
  color:inherit;
}
.c-subscribe-selector__name{
  display:flex;
  gap:6px;
  align-items:center;
}
.c-subscribe-selector__name .e-pill-save{
  font-size:14px;
  white-space:nowrap;
}
.c-subscribe-selector__price{
  margin-left:auto;
}
.c-subscribe-selector__price .e-price{
  justify-content:flex-end;
  font-size:18px;
  font-weight:400;
}
.c-subscribe-selector__price .e-price__main{
  flex-direction:row-reverse;
}
.c-subscribe-selector__text{
  grid-column:1 /  -1;
  font-size:16px;
  line-height:1.25;
}
.c-subscribe-selector__text del{
  color:#8b8c8e;
}
.c-subscribe-selector__text small{
  display:block;
  margin-top:4px;
  font-size:14px;
}
.c-subscribe-selector__text a{
  color:inherit;
  text-decoration:underline;
}
.c-subscribe-selector__text a:hover{
  text-decoration:none;
}
.c-subscribe-selector__text table{
  width:100%;
}
.c-subscribe-selector__text table td,.c-subscribe-selector__text table th{
  padding-top:6px;
  padding-bottom:6px;
}
.c-subscribe-selector__text table td{
  text-align:right;
}
.c-subscribe-selector__text table td span{
  color:#ff5429;
  font-weight:500;
}
.c-subscribe-selector__text hr{
  margin:6px 0;
  opacity:.1;
}
.c-subscribe-selector__text hr:not(:first-child){
  margin-bottom:12px;
}
.c-subscribe-selector__tag{
  position:absolute;
  right:18px;
  bottom:100%;
  display:flex;
  gap:4px;
  align-items:center;
  padding:2px 15px;
  color:#fff;
  font-size:14px;
  font-weight:600;
  line-height:1.286;
  border-radius:10px 10px 0 0;
  background:#212428;
}
.c-subscribe-selector__tag .e-icon{
  font-size:10px;
  vertical-align:top;
}

.c-payment-selector{
  display:flex;
  flex-direction:column;
  max-width:500px;
}
.c-payment-selector__title{
  margin-bottom:16px;
}
.c-payment-selector__list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.c-payment-selector__item{
  width:100%;
}
.c-payment-selector__label{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2, auto);
  gap:4px 10px;
  width:100%;
  padding:12px 14px;
  border-radius:10px;
  box-shadow:inset 0 0 0 1px #dfe0e0;
  cursor:pointer;
}
.c-payment-selector__label input{
  position:absolute;
  z-index:-1;
  visibility:hidden;
  opacity:0;
}
.c-payment-selector__label:has(input:checked){
  box-shadow:inset 0 0 0 1px currentcolor,0 0 0 1px currentcolor;
  background:#f6f6f7;
}
.c-payment-selector__name{
  display:flex;
  gap:6px;
  align-items:center;
}
.c-payment-selector__name .e-pill-save{
  font-size:14px;
}
.c-payment-selector__price{
  margin-left:auto;
}
.c-payment-selector__price .e-price{
  font-size:18px;
  font-weight:400;
}
.c-payment-selector__price .e-price__main{
  flex-direction:row-reverse;
}
.c-payment-selector__text{
  display:flex;
  grid-column:1 /  -1;
  gap:8px;
  align-items:center;
  font-size:14px;
  line-height:1.25;
}
.c-payment-selector__text img{
  width:auto;
  height:18px;
}

.c-accordion__list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.c-accordion__item{
  overflow:hidden;
  font-size:16px;
  border-radius:10px;
  background:#f6f6f7;
}
.c-accordion__item[open] .c-accordion__summary{
  font-weight:600;
}
.c-accordion__item[open] .c-accordion__summary:after{
  content:"\e902";
}
.c-accordion__summary{
  display:flex;
  gap:10px;
  align-items:center;
  width:100%;
  min-height:63px;
  padding:12px 24px;
  color:#212428;
  text-align:left;
  border:0;
  background:none;
}
.c-accordion__summary:after{
  margin-left:auto;
  font-family:icomoon;
  font-weight:400;
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-transform:none;
  vertical-align:top;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  speak:never;
  font-size:14px;
  content:"\e903";
}
.c-accordion__content{
  padding:0 24px 24px;
}
.c-accordion__content picture{
  float:right;
  width:min(300px, 40%);
  margin-bottom:25px;
  margin-left:40px;
}
.c-accordion__content picture img{
  max-width:100%;
  height:auto;
}
.c-accordion__content p{
  margin:0;
}
.c-accordion__content p:not(:last-child),.c-accordion__content ul:not(:last-child){
  margin-bottom:16px;
}
.c-accordion__content a{
  color:inherit;
  text-decoration:underline;
}
.c-accordion__content a:hover{
  text-decoration:none;
}
.c-accordion__content a[href^="mailto:"]{
  color:#91baec;
}
.c-accordion__content strong{
  font-weight:500;
}
.c-accordion__content ul:not(.c-marked-list,.c-percent-list){
  padding-left:24px;
}
.c-accordion__content ul:not(.c-marked-list,.c-percent-list) li{
  padding-left:4px;
  list-style:disc;
}
.c-accordion__content ul:not(:last-child){
  margin-bottom:15px;
}
.c-accordion__content ol{
  counter-reset:item;
}
.c-accordion__content ol:not(:last-child){
  margin-bottom:15px;
}
.c-accordion__content ol li{
  position:relative;
  min-height:24px;
  padding-left:36px;
  counter-increment:item;
}
.c-accordion__content ol li:before{
  position:absolute;
  top:0;
  left:0;
  width:24px;
  height:24px;
  line-height:24px;
  text-align:center;
  border:1px solid;
  border-radius:24px;
  background:#fff;
  content:counters(item, "");
}
.c-accordion__content ol li:not(:last-child){
  margin-bottom:12px;
}
.c-accordion__content hr{
  margin-top:16px;
  margin-bottom:16px;
  opacity:.1;
}
.c-accordion__ask-us{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  margin-top:40px;
  font-weight:500;
}
.c-accordion__ask-us a{
  display:flex;
  gap:6px;
  align-items:center;
  font-weight:inherit;
}
.c-accordion__ask-us a .e-icon{
  font-size:14px;
  vertical-align:top;
  -webkit-text-stroke:.4px;
}
.c-accordion__link{
  display:block;
  margin-top:16px;
  font-size:14px;
  text-decoration:underline;
}
.c-accordion__link:hover{
  text-decoration:none;
}
.c-accordion .devices-technical{
  display:flex;
  flex-direction:column;
  gap:24px;
}
.c-accordion .devices-technical ul:not(.c-marked-list){
  margin-bottom:0;
  padding-left:0;
}
.c-accordion .devices-technical ul:not(.c-marked-list) li{
  padding-left:0;
  list-style:none;
}
.c-accordion .devices-technical__buttons{
  display:flex;
  gap:30px;
}
.c-accordion .devices-technical__buttons button{
  padding:0;
  color:#b5b6b7;
  text-align:left;
  border:0;
  background:none;
}
.c-accordion .devices-technical__buttons button.active{
  color:inherit;
  text-decoration:underline;
}
.c-accordion .devices-technical__pane{
  transition:opacity .6s linear;
}
.c-accordion .devices-technical__pane:not(.show){
  position:absolute;
  left:-300vw;
  z-index:-10;
  visibility:hidden;
  max-width:100vw;
  opacity:0;
}
.c-accordion .devices-technical__pane hr{
  margin-top:24px;
  margin-bottom:24px;
}
.c-accordion .devices-technical__section{
  display:grid;
  grid-template-columns:125px 1fr;
  gap:32px;
}
.c-accordion .devices-technical__section p{
  margin-bottom:0;
}
.c-accordion .devices-technical__section ul{
  display:flex;
  flex-direction:column;
  gap:16px;
  font-size:16px;
  line-height:1.2;
}
.c-accordion .devices-technical__section li{
  display:flex;
  gap:8px;
  align-items:center;
}
.c-accordion .devices-technical__section strong{
  font-weight:600;
}
.c-accordion--lines .c-accordion__list{
  gap:0;
}
.c-accordion--lines .c-accordion__item{
  border-bottom:1px solid #8b8c8e;
  border-radius:0;
  background:none;
}
.c-accordion--lines .c-accordion__content,.c-accordion--lines .c-accordion__summary{
  padding-right:0;
  padding-left:0;
}
.c-accordion--arrow-icon .c-accordion__item[open] .c-accordion__summary:after{
  content:"\e905";
}
.c-accordion--arrow-icon .c-accordion__summary:after{
  transform:rotate(90deg);
  content:"\e905";
}

.e-features-list{
  display:flex;
  gap:24px;
  justify-content:center;
  font-size:14px;
}
.e-features-list li{
  display:flex;
  gap:6px;
  align-items:center;
  line-height:1.1;
}
.e-features-list .e-icon-guarantee{
  font-size:30px;
}
.e-features-list .e-icon-shipping-order{
  font-size:22px;
}
.e-features-list .e-icon-proven{
  font-size:28px;
}
.e-features-list .e-icon-checkmark{
  font-size:10px;
}
.e-features-list .e-icon-one-year{
  font-size:24px;
}

.e-pay-options{
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  color:#757677;
  font-size:14px;
  line-height:1;
}
.e-pay-options ul{
  display:flex;
  gap:6px;
  align-self:center;
  justify-content:center;
  line-height:1;
}
.e-pay-options li{
  display:flex;
  align-items:center;
}
.e-pay-options img{
  max-width:100%;
  height:auto;
  vertical-align:top;
}

.c-order-button{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.c-order-button .btn{
  width:100%;
}
.c-order-button .btn .e-icon-arrow{
  margin-left:4px;
  font-size:16px;
  -webkit-text-stroke:.7px;
}
.c-order-button .e-pay-options{
  justify-content:center;
}

.c-certified-box{
  display:grid;
  grid-template-columns:-webkit-max-content 1fr;
  grid-template-columns:max-content 1fr;
  gap:10px;
  align-items:center;
  max-width:415px;
  padding:10px 20px;
  font-size:14px;
  line-height:18px;
  text-align:left;
  border-radius:5px;
  background:#f6f6f7;
}
.c-certified-box ul{
  display:flex;
  align-items:center;
}
.c-certified-box ul li{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  width:32px;
  height:32px;
  font-size:12px;
  font-weight:600;
  border:1px solid #f6f6f7;
  border-radius:50%;
  background:#c8e6dc;
}
.c-certified-box ul li+li{
  margin-left:-8px;
}
.c-certified-box ul li img{
  width:inherit;
  max-height:inherit;
}
.c-certified-box a{
  color:inherit;
  text-decoration:underline;
}
.c-certified-box a:hover{
  text-decoration:none;
}
.c-certified-box--light{
  background:#fff;
}

.c-buy-block{
  display:flex;
  flex-direction:column;
  gap:16px;
  max-width:500px;
}
.c-buy-block .c-certified-box{
  margin-right:auto;
  margin-left:auto;
}
.c-buy-block>p:has(a){
  font-size:16px;
  line-height:1.2;
  text-align:center;
}
.c-buy-block>p:has(a) strong{
  display:block;
}
.c-buy-block>p:has(a) a{
  color:inherit;
  text-decoration:underline;
}
.c-buy-block>p:has(a) a:hover{
  text-decoration:none;
}
.c-buy-block .e-get-free-shipping{
  margin-bottom:8px;
}
.c-buy-block .one-time-purchase{
  display:block;
  font-size:16px;
  text-align:center;
  text-decoration:underline;
}
.c-buy-block .one-time-purchase:hover{
  text-decoration:none;
}
.c-buy-block__payment-logos{
  text-align:center;
}
.c-buy-block__payment-logos img{
  width:100%;
  max-width:256px;
  vertical-align:top;
}

.c-next-batch{
  display:flex;
  flex-direction:column;
  gap:16px;
  max-width:500px;
  padding:14px 10px 20px;
  border:1px solid #dfe0e0;
  border-radius:10px;
}
.c-next-batch p{
  font-size:14px;
  line-height:1.25;
}
.c-next-batch p:first-line{
  font-size:16px;
  font-weight:600;
}
.c-next-batch ul{
  display:flex;
  flex-direction:column;
  gap:10px;
  font-size:12px;
}
.c-next-batch li{
  display:flex;
  justify-content:space-between;
  padding:0 10px;
  border:1px solid;
  border-radius:20px;
}
.c-next-batch li:first-child{
  border-color:#8b8c8e;
  background:#dfe0e0;
  opacity:.6;
}
.c-next-batch li:last-child{
  position:relative;
  z-index:1;
  border-color:#91baec;
}
.c-next-batch li:last-child:before{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  z-index:-1;
  width:var(--data-reserved);
  border-radius:20px;
  background:#91baec;
  content:"";
}

.c-marked-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.c-marked-list li{
  position:relative;
  padding-left:1.75em;
  line-height:1.25;
}
.c-marked-list li:before{
  position:absolute;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:2.25em;
  height:2.25em;
  color:#91baec;
  font-size:.5em;
  font-family:icomoon;
  font-weight:400;
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-transform:none;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  speak:never;
  vertical-align:top;
  border:1.5px solid;
  border-radius:50%;
  content:"\e901";
}
.c-marked-list--fill li:before{
  color:#fff;
  background:#91baec;
}

.c-note{
  display:block;
  padding:10px 12px;
  font-size:16px;
  line-height:1.25;
  border-radius:10px;
  background:var(--note-bg, #eef7f4);
  max-width:500px;
}
.c-note h6{
  font-family:inherit;
  font-weight:500;
}
.c-note p{
  margin:0;
}
.c-note p+p{
  margin-top:15px;
}
.c-note p+ul{
  margin-top:5px;
}
.c-note strong{
  font-weight:600;
}
.c-note ul{
  padding-left:24px;
}
.c-note ul li{
  padding-left:4px;
  list-style:disc;
}
.c-note a{
  color:inherit;
  text-decoration:underline;
}
.c-note a:hover{
  text-decoration:none;
}
.c-note--info,.c-note--warning{
  position:relative;
  padding-left:36px;
}
.c-note--info:before,.c-note--warning:before{
  position:absolute;
  top:12px;
  left:12px;
  width:16px;
  height:16px;
  color:#fff;
  font-size:8px;
  font-family:icomoon;
  font-weight:400;
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-transform:none;
  vertical-align:top;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  speak:never;
  line-height:16px;
  text-align:center;
  border-radius:16px;
  content:"\e90c";
}
.c-note--info{
  background:#f4f8fd;
}
.c-note--info:before{
  background:#91baec;
}
.c-note--warning{
  background:#ffeeea;
}
.c-note--warning:before{
  background:#ff5429;
}
.c-note--triangle{
  position:relative;
  margin-top:8px;
}
.c-note--triangle:before{
  position:absolute;
  top:-14px;
  left:50%;
  width:0;
  height:0;
  border-width:0 9px 14px;
  border-style:solid;
  border-color:transparent transparent #e5f7f2;
  transform:translateX(-50%);
  content:"";
}
.page\.qure-microinfusion-offer-listicle .c-note{
  max-width:none;
  padding:12px 16px;
  color:#008763;
  font-size:18px;
  background:#e5fff7;
}

.e-pill-tabs{
  display:flex;
  gap:8px;
  align-items:center;
  justify-content:center;
  padding:7px 11px;
  border:1px solid #8b8c8e;
  border-radius:100px;
}
.e-pill-tabs li{
  flex-grow:1;
}
.e-pill-tabs button,.e-pill-tabs label{
  width:100%;
  padding:7px 16px;
  color:#b5b6b7;
  font-size:18px;
  border:0;
  border-radius:100px;
  background:none;
  cursor:pointer;
  transition:all .2s linear;
}
.e-pill-tabs button:hover,.e-pill-tabs label:hover{
  color:#212428;
  background-color:#eee;
}
.e-pill-tabs button.active,.e-pill-tabs label.active{
  color:#212428;
  background-color:#c7e5db;
  pointer-events:none;
}
.e-pill-tabs--selector label{
  position:relative;
  text-align:center;
}
.e-pill-tabs--selector label input{
  position:absolute;
  z-index:-1;
  opacity:0;
}
.e-pill-tabs--selector label:has(input:checked){
  color:#212428;
  background:#91baec;
}

.c-pill-tabs{
  display:flex;
  flex-direction:column;
  gap:32px;
  align-items:center;
}
.c-pill-tabs h6{
  margin-bottom:-10px;
  font-family:inherit;
  font-weight:500;
}
.c-pill-tabs__buttons{
  min-width:210px;
}
.c-pill-tabs__pane{
  transition:opacity .6s linear;
}
.c-pill-tabs__pane:not(.show){
  position:absolute;
  left:-300vw;
  z-index:-10;
  visibility:hidden;
  max-width:100vw;
  opacity:0;
}
.c-pill-tabs__pane img{
  display:block;
  max-width:100%;
  height:auto;
}

.treatment{
  padding-top:60px;
  padding-bottom:60px;
  background:#f6f6f7;
}
.treatment--light{
  padding-top:0;
  padding-bottom:0;
  background:none;
}
.treatment--announcement{
  padding-top:0;
}
.treatment--announcement:before{
  display:block;
  width:100%;
  margin-bottom:60px;
  padding-top:15px;
  padding-bottom:15px;
  font-size:20px;
  font-weight:500;
  text-align:center;
  background:#c7e5db;
  content:attr(data-announcement);
}
body[class*="page.micro-infusion-faq-page"] .treatment--announcement:before{
  color:#fff;
  background:#212428;
}
.treatment .container{
  display:grid;
  grid-template:auto 1fr/repeat(2, 1fr);
  gap:30px 60px;
}
.treatment__content{
  display:flex;
  flex-direction:column;
  gap:16px;
  align-items:center;
  text-align:center;
}
.treatment__content h2{
  margin-bottom:0;
  line-height:1;
}
.treatment__content picture{
  display:block;
  max-width:460px;
  margin-right:auto;
  margin-left:auto;
}
.treatment__content picture:not(:first-child){
  margin-top:16px;
}
.treatment__content img{
  border-radius:10px;
  display:block;
  max-width:100%;
  height:auto;
}
.treatment__box{
  display:flex;
  flex-direction:column;
  gap:32px;
  padding:32px;
  border-radius:10px;
  background:#fff;
}
.treatment__steps{
  position:relative;
  counter-reset:number;
}
.treatment__steps .c-options-selector__title,.treatment__steps .c-payment-selector__title,.treatment__steps .c-subscribe-selector__title,.treatment__steps .c-supply-selector__title,.treatment__steps .treatment__tabs-title{
  position:relative;
  counter-increment:number;
}
.treatment__steps .c-options-selector__title:before,.treatment__steps .c-payment-selector__title:before,.treatment__steps .c-subscribe-selector__title:before,.treatment__steps .c-supply-selector__title:before,.treatment__steps .treatment__tabs-title:before{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  font-weight:600;
  border:1px solid;
  border-radius:50px;
  background:#fff;
  content:counter(number) "";
}
.treatment__step{
  position:relative;
}
.treatment__step:not(:last-child){
  padding-bottom:32px;
}
.treatment__step .info-items{
  margin-top:16px;
}
.treatment__step .info-items__item:not(.show){
  display:none;
}
.treatment__step .info-items__item>details{
  max-width:420px;
  font-size:14px;
  line-height:1.25;
}
.treatment__step .info-items__item>details[open] .e-icon{
  transform:rotate(-90deg);
}
.treatment__step .info-items__item>details>summary{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.treatment__step .info-items__item>details>summary .e-icon{
  font-size:12px;
  vertical-align:top;
  transform:rotate(90deg);
  transition:all .2s linear;
}
.treatment__step .info-items__item article{
  padding-top:12px;
}
.treatment__step .info-items__item article ul{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.treatment__step .info-items__item article ul li{
  position:relative;
  padding-left:1.75em;
  line-height:1.25;
}
.treatment__step .info-items__item article ul li:before{
  position:absolute;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:2.25em;
  height:2.25em;
  color:#91baec;
  font-size:.5em;
  font-family:icomoon;
  font-weight:400;
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-transform:none;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  speak:never;
  vertical-align:top;
  border:1.5px solid;
  border-radius:50%;
  content:"\e901";
}
.treatment__step .info-items__item .c-accordion__summary{
  min-height:53px;
  font-size:inherit;
}
.treatment__step .info-items__item .c-accordion__summary:after{
  font-size:12px;
}
.treatment__step .e-pill-tabs,.treatment__step .treatment__tabs-title{
  margin-bottom:16px;
}
.treatment__step .subscription-details{
  margin:16px 0 0;
  font-size:14px;
  text-align:center;
}
.treatment__step .subscription-details a{
  color:inherit;
  text-decoration:underline;
}
.treatment__step .subscription-details a:hover{
  text-decoration:none;
}
.treatment__extra{
  display:flex;
  flex-direction:column;
  gap:32px;
  align-items:center;
}
.treatment__extra .e-features-list{
  gap:40px;
  max-width:460px;
}
.treatment__extra .e-features-list li{
  flex-direction:column;
  font-size:16px;
  line-height:1.25;
  text-align:center;
}
.treatment__extra .e-features-list .e-icon{
  min-height:40px;
}
.treatment__extra .e-features-list .e-icon-guarantee{
  font-size:40px;
}
.treatment__extra .e-features-list .e-icon-proven,.treatment__extra .e-features-list .e-icon-reviewed{
  font-size:36px;
}
.treatment__extra .e-features-list .e-icon-shipping-order{
  font-size:32px;
}
.treatment__extra .e-features-list .e-icon-shipping-order:before{
  vertical-align:middle;
}
.treatment__questions{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:600;
}
.treatment__questions .btn{
  --btn-secondary-bg:#fff;
  font-size:inherit;
}
.treatment .c-accordion{
  overflow:hidden;
  width:100%;
  padding:0 16px;
  border:1px solid #dfe0e0;
  border-radius:10px;
}
.treatment .c-accordion .c-accordion__item{
  overflow:visible;
  border-color:#b5b6b7;
}
.treatment .c-accordion .c-accordion__item:last-child{
  border:0;
}
.treatment .c-accordion .c-accordion__item[open]{
  position:relative;
  z-index:1;
}
.treatment .c-accordion .c-accordion__item[open]:before{
  position:absolute;
  inset:0 -16px;
  z-index:-1;
  background:#fff;
  content:"";
}
.treatment .c-accordion .c-accordion__item small{
  --note-bg:#f6f6f7;
  display:block;
  padding:10px 12px;
  font-size:16px;
  line-height:1.25;
  border-radius:10px;
  background:var(--note-bg, #eef7f4);
}
@media screen and (min-width:768px){
  .treatment__form{
    grid-row:1 /  -1;
    grid-column:2;
  }
}
@media screen and (min-width:992px){
  .treatment__box{
    padding-left:72px;
  }
  .treatment__steps .c-options-selector__title:before,.treatment__steps .c-payment-selector__title:before,.treatment__steps .c-subscribe-selector__title:before,.treatment__steps .c-supply-selector__title:before,.treatment__steps .treatment__tabs-title:before{
    position:absolute;
    top:-8px;
    left:-48px;
    z-index:2;
  }
  .treatment__step:not(:last-child):after{
    position:absolute;
    top:0;
    bottom:0;
    left:-30px;
    width:1px;
    background:#212428;
    content:"";
  }
}
@media screen and (max-width:991px){
  .treatment .container{
    gap:20px 40px;
  }
  .treatment__steps .c-options-selector__title,.treatment__steps .c-payment-selector__title,.treatment__steps .c-subscribe-selector__title,.treatment__steps .c-supply-selector__title,.treatment__steps .treatment__tabs-title{
    display:flex;
    flex-wrap:wrap;
    gap:4px 10px;
    align-items:center;
  }
  .treatment__steps .c-options-selector__title:before,.treatment__steps .c-payment-selector__title:before,.treatment__steps .c-subscribe-selector__title:before,.treatment__steps .c-supply-selector__title:before,.treatment__steps .treatment__tabs-title:before{
    width:24px;
    height:24px;
    font-size:16px;
  }
}
@media screen and (max-width:767px){
  .c-options-selector{
    max-width:none;
  }
  .c-options-selector ul .bundle figure,.c-options-selector__list .bundle figure{
    padding:0 4px 12px;
  }
  .c-options-selector ul .bundle .e-pill-badge,.c-options-selector__list .bundle .e-pill-badge{
    font-size:12px;
  }
  .e-declaimer{
    font-size:14px;
  }
  .c-supply-selector{
    max-width:none;
  }
  .c-supply-selector__title small{
    font-size:14px;
  }
  .c-supply-selector--tiles .c-supply-selector__list{
    gap:6px;
  }
  .c-supply-selector--tiles .c-supply-selector__main{
    padding-right:2px;
    padding-left:2px;
  }
  .c-subscribe-selector{
    max-width:none;
  }
  .c-payment-selector__text{
    flex-direction:column;
    gap:2px;
    align-items:start;
  }
  .c-accordion__content,.c-accordion__summary{
    padding-right:16px;
    padding-left:16px;
  }
  .c-accordion__content picture{
    float:none;
    display:block;
    width:100%;
    margin-left:0;
  }
  .c-accordion__ask-us{
    margin-top:32px;
    margin-bottom:4px;
  }
  .c-accordion .devices-technical__section{
    grid-template-columns:auto;
    gap:24px;
  }
  .e-features-list{
    gap:8px;
  }
  .e-features-list li{
    gap:4px;
  }
  .e-features-list .e-icon-guarantee{
    font-size:24px;
  }
  .e-features-list .e-icon-shipping-order{
    font-size:16px;
  }
  .e-features-list .e-icon-one-year{
    font-size:18px;
  }
  .e-pay-options{
    font-size:12px;
  }
  .c-buy-block{
    max-width:none;
  }
  .c-marked-list li,.e-pill-tabs button,.e-pill-tabs label,.page\.qure-microinfusion-offer-listicle .c-note{
    font-size:16px;
  }
  .c-pill-tabs{
    gap:20px;
  }
  .c-pill-tabs__buttons{
    min-width:0;
  }
  .treatment{
    padding-top:40px;
    padding-bottom:40px;
  }
  .treatment--light{
    padding-bottom:0;
  }
  .treatment--announcement,.treatment--light{
    padding-top:0;
  }
  .treatment--announcement:before{
    margin-bottom:40px;
    font-size:16px;
    font-weight:600;
  }
  .treatment .container{
    grid-template:none;
  }
  .treatment__content{
    align-items:flex-start;
    text-align:left;
  }
  .treatment__content picture{
    order:-1;
    margin-top:0;
    margin-bottom:16px;
  }
  .treatment__form{
    margin-right:-16px;
    margin-left:-16px;
  }
  .treatment__box{
    gap:24px;
    padding:24px 16px;
    border-radius:0;
  }
  .treatment__step:not(:last-child){
    padding-bottom:24px;
  }
  .treatment__step .info-items__item article ul li{
    font-size:16px;
  }
  .treatment__extra .e-features-list,.treatment__questions{
    display:none;
  }
}
