@charset "UTF-8";#basket .cart_steps{align-items:center;display:inline-flex;margin:1rem 0 2rem;width:100%}#basket .cart_steps .basket_step{align-items:center;display:flex;flex-direction:column;justify-content:center;transition:all .2s;width:25%}#basket .cart_steps .basket_step.active .step_number{background-color:#111827;border-color:#111827;color:#fff}#basket .cart_steps .basket_step.active .step_text{color:#111827}#basket .cart_steps .basket_step.completed .step_number{background-color:#057a55;border-color:#057a55;color:#fff}#basket .cart_steps .basket_step.completed .step_text{color:#111827}#basket .cart_steps .basket_step .step_number{transition:all .2s}#basket .cart_steps .basket_step .step_text{color:#6b7280;display:block;font-size:.65rem;margin-top:1rem;text-align:center}#basket .cart_steps .basket_step .step_text span{display:block}#basket .cart_steps .basket_step:hover:not(.inactive){cursor:pointer}#basket .cart_steps .basket_step:hover:not(.inactive):not(.active) .step_number{border:1px solid #057a55}#basket .cart_payments_wrapper .payment_row.active .payment_method_border,#basket .cart_payments_wrapper .payment_row.active .shipping_method_border,#basket .cart_payments_wrapper .shipping_row.active .payment_method_border,#basket .cart_payments_wrapper .shipping_row.active .shipping_method_border,#basket .cart_shippings_wrapper .payment_row.active .payment_method_border,#basket .cart_shippings_wrapper .payment_row.active .shipping_method_border,#basket .cart_shippings_wrapper .shipping_row.active .payment_method_border,#basket .cart_shippings_wrapper .shipping_row.active .shipping_method_border{border-color:#057a55}#basket .cart_payments_wrapper .payment_row.active .payment_method_icon,#basket .cart_payments_wrapper .payment_row.active .shipping_method_icon,#basket .cart_payments_wrapper .shipping_row.active .payment_method_icon,#basket .cart_payments_wrapper .shipping_row.active .shipping_method_icon,#basket .cart_shippings_wrapper .payment_row.active .payment_method_icon,#basket .cart_shippings_wrapper .payment_row.active .shipping_method_icon,#basket .cart_shippings_wrapper .shipping_row.active .payment_method_icon,#basket .cart_shippings_wrapper .shipping_row.active .shipping_method_icon{display:block}.cart_items_wrapper .cart_item{display:grid;grid-template-areas:"image" "name" "price" "counter";grid-gap:1rem}.cart_items_wrapper .cart_item>*{align-self:center}.cart_items_wrapper .cart_item .cart_item_image{grid-area:image}.cart_items_wrapper .cart_item .cart_item_name{grid-area:name}.cart_items_wrapper .cart_item .cart_item_price{grid-area:price}.cart_items_wrapper .cart_item .cart_item_counter_wrapper{grid-area:counter}.cart_item_counter{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:5px;display:inline-flex;height:50px}.cart_item_counter button{font-size:18px;height:100%;transition:background-color .2s;width:40px}.cart_item_counter button.disabled{cursor:not-allowed;opacity:.7;pointer-events:none}.cart_item_counter button:hover{background-color:#e5e7eb}.cart_item_counter input[type=text]{border:none;height:100%;text-align:center;width:60px}.faq_component .fag_header{margin-bottom:2rem}.faq_component .faq_item{background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:.5rem;box-shadow:0 10px 30px rgba(17,24,39,.08);overflow:hidden;padding:0;transition:box-shadow .2s ease}.faq_component .faq_item:not(:last-child){margin-bottom:12px}.faq_component .faq_item summary{cursor:pointer;font-weight:600;list-style:none;padding:.85rem 3rem .85rem 1rem;position:relative}.faq_component .faq_item summary:focus-visible{box-shadow:0 0 0 3px rgba(5,122,85,.25);outline:none}.faq_component .faq_item summary::-webkit-details-marker{display:none}.faq_component .faq_item summary:after{color:green;content:"+";font-weight:800;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.faq_component .faq_item[open] summary:after{content:"–"}.faq_component .faq_item .paragraph{padding:0 18px 18px}#topmenu{background-color:var(--primary_color)}#hp_hero{background:linear-gradient(to right bottom,rgba(5,122,85,.25),rgba(199,161,90,.25),#fff 70%);position:relative;z-index:1}#hp_hero .hero_layout{display:flex;flex-flow:row wrap;padding-bottom:0;padding-top:4rem}#hp_hero .hero_layout>*{align-self:center}#hp_hero .hero_layout h1{margin-top:0}#hp_hero .hero_layout .hero_cta{display:inline-flex;flex-flow:row wrap;gap:.5rem;margin:2rem 0 4rem}#hp_hero .hero_layout .hero_benefits{display:flex;flex-direction:column;gap:2rem}#hp_hero .hero_layout .hero_benefits .benefit p{margin-bottom:0}#hp_hero .hero_layout .hero_benefits .benefit p strong{color:inherit;display:block;font-size:1.1rem}#results{background-color:var(--primary_color);padding-block:3rem;position:relative}#results:before{background:linear-gradient(to right top,var(--primary_color),rgba(0,0,0,.5));bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}#results .layout_container{position:relative;z-index:2}#results *{color:#fff}#results .results_list{display:grid;grid-template-columns:1fr;grid-gap:2rem;margin-top:3rem}#results .results_list li{counter-increment:count;margin:0;padding:0 0 0 2rem;position:relative}#results .results_list li:before{color:hsla(0,0%,100%,.25);content:counter(count);display:block;font-family:var(--font-heading);font-size:2rem;font-weight:700;left:0;position:absolute;top:50%;transform:translateY(-50%)}#ingredients{background-color:rgb(var(--secondary_color_tw)/.15);padding-block:3rem}#ingredients .ing_container{display:grid;grid-template-columns:1fr;grid-gap:1rem;margin-top:2rem}#ingredients .ing_container .ing_card{background-color:rgb(var(--secondary_color_tw)/.15);border-radius:.5rem;padding:1rem}#ingredients .ing_container .ing_card h3{font-size:1.4rem;margin-bottom:0}#ingredients .ing_container .ing_card em{display:block;font-size:.9rem;margin-bottom:.5rem}#hp_trust{background-color:#f8f8f8}footer{background-color:var(--primary_color);position:relative}footer:before{background:linear-gradient(to right top,var(--primary_color),rgba(0,0,0,.5));bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}footer .layout_container{position:relative;z-index:2}.subpage_header{background-color:var(--primary_color);display:block;height:.25rem;position:relative;width:100%}.subpage_header:before{background:linear-gradient(to right top,var(--primary_color),rgba(0,0,0,.5));bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:0}@media only screen and (min-width:490px){.cart_items_wrapper .cart_item{grid-template-areas:"image name name" "image price  counter";grid-template-columns:auto 1fr auto}}@media (min-width:640px){#hp_hero .hero_layout .hero_benefits{flex-direction:row}#results{padding-block:6rem}}@media only screen and (min-width:640px){#basket .cart_steps .basket_step .step_text{font-size:.85rem}}@media (min-width:768px){.cart_items_wrapper .cart_item{grid-template-areas:"image name price" "image counter .";grid-template-columns:auto 1fr auto}#hp_hero .hero_image_wrapper{bottom:0;position:absolute;right:0;top:0;width:60%}#hp_hero .hero_image_wrapper img{bottom:-100px;max-width:unset;position:absolute;right:0;transform-origin:right bottom;width:540px}#hp_hero .hero_layout{min-height:65vh;padding-block:5rem}#hp_hero .hero_layout .hero_left_col{width:100%}#hp_hero .hero_layout .hero_benefits{flex-direction:column;width:50%}#ingredients .ing_container{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){#basket .cart_steps .basket_step .step_text{font-size:.95rem}#basket .cart_steps .basket_step .step_text span{display:inline-block}}@media (min-width:1024px){.cart_items_wrapper .cart_item{grid-template-areas:"image name counter price";grid-template-columns:auto 1fr auto 20%;grid-gap:2rem}#hp_hero .hero_image_wrapper img{bottom:-120px;width:650px}#hp_hero .hero_layout{min-height:75vh}#hp_hero .hero_layout .hero_left_col{width:70%}#hp_hero .hero_layout .paragraph{font-size:1.15rem}#hp_hero .hero_layout .hero_benefits{flex-direction:row;width:75%}#results .paragraph{max-width:75%}#results .results_list{grid-template-columns:repeat(3,1fr);grid-gap:1rem}#results .results_list li{padding:0 0 0 4rem}#results .results_list li:before{font-size:5rem}#ingredients{padding-block:5rem}}@media only screen and (min-width:1024px){#basket .cart_steps .basket_step .step_text{font-size:1rem}}@media (min-width:1280px){.cart_items_wrapper .cart_item{grid-template-columns:auto 1fr auto 1fr}#hp_hero .hero_image_wrapper{bottom:0;position:absolute;right:0;top:0;width:40%}#hp_hero .hero_image_wrapper img{bottom:-147px;width:800px}#hp_hero .hero_layout .hero_left_col{width:60%}#hp_hero .hero_layout .hero_benefits{width:87%}#ingredients .ing_container{grid-template-columns:repeat(3,1fr);grid-gap:2rem}}@media (min-width:1536px){#hp_hero .hero_image_wrapper img{bottom:-175px;width:950px}}
/*# sourceMappingURL=front.min.css.map */
