.configurator{display:block;padding:50px 0;background-color:var(--light-grey)}.configurator .container{gap:24px;align-items:flex-start}.configurator .instant-search{margin-bottom:25px}.configurator__heading{margin-bottom:20px;font-size:32px;color:var(--primary-color)}@media screen and (min-width:700px){.configurator__heading{font-size:48px;margin-bottom:24px}}.configurator__container-wrapper{display:flex;flex-direction:column-reverse}@media screen and (min-width:1000px){.configurator__container-wrapper{display:block}}.configurator__top-buttons{width:100%;display:flex;margin:24px 0 0;justify-content:center;gap:0 8px}@media screen and (min-width:1000px){.configurator__top-buttons{margin:0 0 24px;justify-content:flex-end}}.configurator__top-buttons .button{background-color:var(--white);display:inline-flex;align-items:center;justify-content:center;box-shadow:#e2e2e2 0 0 0 1px inset;font-weight:400;color:var(--black);padding:8px 16px}.configurator__top-buttons .button.hidden{display:none}.configurator__top-buttons .button:hover svg path{stroke:var(--white)}.configurator__top-buttons svg{margin-right:8px}.configurator__top-buttons svg path{transition:stroke .15s ease-in-out}.configurator__nav{width:100%;margin-bottom:24px}@media screen and (min-width:1000px){.configurator__nav{width:25%;max-width:320px}}@media screen and (min-width:1400px){.configurator__nav{min-width:320px}}.configurator__nav ul{display:flex;scrollbar-width:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;overflow:auto hidden;width:calc(100% + (var(--container-outer-width) * 2));margin-left:calc(var(--container-outer-width) * -1);padding:0 var(--container-outer-width);gap:0 8px;margin-bottom:-5px}@media screen and (min-width:1000px){.configurator__nav ul{padding:0;margin:0;gap:0;width:100%;display:block}}.configurator__nav li{flex:1 0 auto}.configurator__nav button{border-radius:50px;padding:10px 20px;background:var(--white);color:rgb(var(--button-background-primary));display:flex;align-items:center;height:60px;border:1px solid var(--border);white-space:nowrap;line-height:18px}@media screen and (min-width:1000px){.configurator__nav button{margin-bottom:8px;white-space:initial}}.configurator__nav svg{display:none;margin-right:16px;min-width:20px}.configurator__nav svg path{fill:rgb(var(--button-background-primary))}.configurator__nav span{width:22px;min-width:22px;height:22px;background:var(--light-grey);border:1px solid #DADADA;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:12px;margin-right:16px;padding-top:2px}.configurator__nav button.completed span{display:none}.configurator__nav button.completed svg{display:block}.configurator__nav button.active{color:var(--white);background-color:rgb(var(--button-background-primary));border-color:rgb(var(--button-background-primary))}.configurator__nav button.active span{color:rgb(var(--button-background-primary));border-color:rgb(var(--button-background-primary));background-color:var(--white);display:flex}.configurator__nav button.active svg{display:none}.configurator__nav button.disabled{opacity:.6;pointer-events:none}.configurator__mobile-nav{margin-bottom:24px;position:relative}.configurator__mobile-nav:after{content:"";display:block;width:100%;height:1px;background-color:var(--border);position:absolute;top:50%;transform:translateY(-50%);z-index:1}.configurator__mobile-nav ul{display:flex;justify-content:space-between;z-index:2;position:relative}.configurator__mobile-nav li{width:20px}.configurator__mobile-nav button{display:block}.configurator__mobile-nav-count{width:20px;height:20px;border:1px solid var(--border);background:var(--white);border-radius:100%;display:flex;align-items:center;justify-content:center;font-size:12px}.configurator__mobile-nav-count span{display:none}.configurator__mobile-nav svg{display:none;margin-right:16px}.configurator__mobile-nav svg path{fill:rgb(var(--button-background-primary))}.configurator__mobile-nav button.completed:not(.active) .configurator__mobile-nav-count{display:none}.configurator__mobile-nav button.completed:not(.active) svg{display:block}.configurator__mobile-nav button.active .configurator__mobile-nav-count{color:var(--white);background-color:rgb(var(--button-background-primary));border-color:rgb(var(--button-background-primary))}.configurator__mobile-nav button.active .configurator__mobile-nav-count span{display:inline-block}.configurator__steps{padding:24px;border-radius:16px;background-color:var(--white);width:100%;margin-bottom:24px}@media screen and (min-width:1000px){.configurator__steps{width:40%}.configurator__steps--full{width:70%}}@media screen and (min-width:1400px){.configurator__steps,.configurator__steps--full{width:100%}}.configurator__step-heading{color:var(--primary-color)}.configurator__step-intro{margin:4px 0 24px}.configurator__step-option{margin-bottom:16px}.configurator__step-option--disabled,.configurator__step-option.soldout{pointer-events:none;opacity:.5}.configurator__step-option.hidden{display:none}.configurator__step-option,.configurator__step-option label{display:flex;gap:10px;align-items:center;justify-content:flex-start}.configurator__step-option-title{word-break:break-word}.configurator__step-option-unselected{width:20px;height:20px;min-width:20px;border-radius:100%;border:1px solid var(--medium-grey)}.configurator__step-option svg{display:none;min-width:20px}.configurator__step-option input:checked~svg{display:block}.configurator__step-option input:checked~.configurator__step-option-unselected{display:none}.configurator__step-option-image{position:relative;width:80px;height:80px;min-width:80px;border-radius:16px;background-color:var(--light-grey)}.configurator__step-select{margin-bottom:24px;padding-left:30px}.configurator__step-select.disabled{display:none}.configurator__step-select select{margin:4px 0 8px}.configurator__addons{position:relative;max-height:500px;overflow-y:auto;overflow-x:hidden}.configurator__addon{margin-bottom:16px}.configurator__addon,.configurator__addon label{display:flex;align-items:center;justify-content:space-between}.configurator__addon.soldout,.configurator__addon.disabled .form-control{opacity:.5}.configurator__addon.soldout .form-control{opacity:1}.configurator__addon.soldout label{pointer-events:none}.configurator__addon.soldout .form-control{opacity:0}.configurator__addon.hidden{display:none}.configurator__addon .icon-checked-checkbox,.configurator__addon .icon-empty-checkbox{margin-right:12px;min-width:20px}.configurator__addon .icon-checked-checkbox,.configurator__addon input:checked~.icon-empty-checkbox{display:none}.configurator__addon input:checked~.icon-checked-checkbox{display:inline-block}.configurator__addon label{-webkit-user-select:none;user-select:none}.configurator__addon select{min-width:109px;max-width:109px;padding:0 12px}.configurator__addon.single-variant .form-control svg{display:none}.configurator__addon .form-control svg{right:12px}.configurator__addon button{margin-left:32px}.configurator__products{position:relative;max-height:500px;overflow-y:auto;overflow-x:hidden}.configurator__products .quantity-selector{border:none;margin-right:-10px}.configurator__products .quantity-selector button{padding:1px}@media screen and (min-width:1000px){.configurator__products .quantity-selector button{padding:10px}}.configurator__products .quantity-selector input{border:1px solid var(--border);width:44px;min-width:44px;border-radius:8px}.configurator__products .quantity-selector svg{display:block}.configurator__summary-step h2{font-size:24px}@media screen and (min-width:1000px){.configurator__summary-step{display:flex;gap:32px}.configurator__summary-step-content{width:44%}.configurator__summary-step-sidebar{width:56%}}@media screen and (max-width:999px){.configurator__summary-step .configurator__summary{padding:0}}.configurator__summary-step .configurator__summary{width:100%}.configurator__summary-step-image{position:relative;background-color:var(--light-grey);border-radius:16px;display:block;margin-bottom:12px}.configurator__summary-step-image-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100px;text-align:center;margin-top:12.5%;text-wrap:balance;word-break:break-word;font-size:13px}@media screen and (min-width:1400px){.configurator__summary-step-image-text{font-size:16px}}.configurator__summary-step-content h2{color:var(--primary-color);margin:12px 0}.configurator__summary-step-field{margin-bottom:15px}.configurator__summary-step-field label{margin-bottom:3px;display:block}.configurator__summary-step-field select{margin-bottom:12px}.configurator__summary-step-field textarea{min-height:146px;resize:none}.configurator__confirmation{background-color:var(--light-grey);border-radius:16px;display:flex;align-items:flex-start;padding:14px;-webkit-user-select:none;user-select:none;margin-top:24px}.configurator__confirmation a{text-decoration:underline}.configurator__confirmation svg{min-width:20px;margin-right:10px}.configurator__confirmation .icon-checked-checkbox,.configurator__confirmation input:checked~.icon-empty-checkbox{display:none}.configurator__confirmation input:checked~.icon-checked-checkbox{display:inline-block}.configurator__step-footer{border-top:1px solid var(--border);padding-top:32px;margin-top:32px;gap:8px}.configurator__step--summary .configurator__step-footer{border:none;margin-top:0}.configurator__step-footer .button:disabled{opacity:.6}.configurator__summary{padding:24px;border-radius:16px;background-color:var(--white);width:100%}@media screen and (min-width:1000px){.configurator__summary{width:30%}}@media screen and (min-width:1400px){.configurator__summary{min-width:432px}}.configurator__summary hr{margin:16px 0 20px}.configurator__summary-label{margin-bottom:10px;display:block}.configurator__summary-list{list-style:disc;margin:0 0 10px 20px}.configurator__summary-list--no-margin{margin-bottom:0}.configurator__step--retail_products .configurator__summary-protocol-total-wrapper,.configurator__step--summary .configurator__summary-protocol-total-wrapper{display:block}.configurator__summary-protocol-total{font-size:20px}.configurator__consultation{background-color:var(--light-grey);border-radius:16px;display:flex;align-items:flex-start;padding:14px;-webkit-user-select:none;user-select:none;margin-top:24px}.configurator__consultation .icon-checked-checkbox,.configurator__consultation input:checked~.icon-empty-checkbox{display:none}.configurator__consultation svg{min-width:20px;margin-right:10px}.configurator__consultation input:checked~.icon-checked-checkbox{display:inline-block}.metafield-rich_text_field ul{max-height:55vh;overflow:auto}@media only screen and (max-width:767px){.metafield-rich_text_field ul{max-height:45vh;overflow:auto}}.ingredients-dropdown-label{display:flex;align-items:center;gap:6px;color:#000;cursor:pointer;width:fit-content;border-bottom:1px solid #ddd}.ingredients-dropdown-label *{color:#000;opacity:1;font-size:14px}.ingredients-dropdown.acive .ingredients-dropdown-list{display:block!important}.ingredients-dropdown.acive span.arrow-icon{transform:rotate(180deg)}.ingredients-dropdown-list{padding-top:5px}.ingredients-dropdown-label svg.icon{width:10px;height:12px}
/*# sourceMappingURL=/cdn/shop/t/53/assets/configurator.css.map */
