#easify-tab-configurator{width:100%;margin:0 auto;font-family:var(--font-body-family);font-style:var(--font-body-style)}.tpo_option-set-container{min-height:400px;opacity:0;transition:opacity .3s ease}.tpo_option-set-container.loaded{opacity:1}.tab-loading-skeleton{max-width:600px;width:100%;margin:0 auto 30px;display:flex;flex-direction:column;gap:12px}.tab-loading-skeleton.hidden{display:none}.skeleton-tab{border:2px solid #e5e5e5;border-radius:12px;background:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px}.skeleton-circle{min-width:36px;height:36px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-text{flex:1;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;animation:skeleton-shimmer 1.5s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tabs-container{display:flex;flex-direction:column;gap:12px}.tab-item{border:1px solid #d6d0c8;border-radius:12px;background:transparent;overflow:hidden;position:relative;z-index:1}.tab-item.active{border-color:#4e2a1e;box-shadow:0 4px 12px #00000014;z-index:10}.tab-header{display:flex;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent!important}.tab-header:hover,.tab-item.active .tab-header{background:transparent}.tab-number{min-width:36px;height:36px;border-radius:50%;background:transparent;color:#4e2a1e;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0;border:solid 1px #d6d0c8}.tab-item.active .tab-number{background:#4e2a1e;color:#f3eeea;border:none}.tab-info{flex:1}.tab-title{font-size:1.2rem;font-weight:600;color:#4e2a1e;text-transform:uppercase;letter-spacing:.1rem}.tab-subtitle{font-size:12px;color:#9b9185;margin-top:2px;font-weight:400}.tab-chevron{color:#d6d0c8;transition:transform .3s ease;flex-shrink:0}.tab-item.active .tab-chevron{transform:rotate(180deg)}.tab-item.active .tab-title{color:#494237}.tab-item.is-locked .tab-header{cursor:not-allowed}.tab-item.is-locked .tab-number,.tab-item.is-locked .tab-info{opacity:.4}.tab-item.is-locked .tab-chevron{display:none}.tab-item.is-locked .tab-header:after{display:none;content:"";width:18px;height:18px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239b9185' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='10.5' width='16' height='10' rx='2'/%3E%3Cpath d='M8 10.5V7a4 4 0 0 1 8 0v3.5'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.tab-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.tab-item.active .tab-content{max-height:none;overflow:visible}.tab-content-inner{padding:24px 20px 0;border-top:solid 1px #4e2a1e}.tab-nav{padding:0 20px 20px}.tab-meet-btn{display:block;width:100%;margin:16px 0 12px;box-sizing:border-box;padding:14px 22px;border:1px solid #4e2a1e;border-radius:8px;background:transparent;color:#4e2a1e;font-family:var(--font-body-family);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.05rem;cursor:pointer;transition:background .2s ease,color .2s ease}.tab-meet-btn:hover{background:#4e2a1e;color:#f3eeea}.tpo_option-container:has(.afmetingen-custom-option){display:none!important}.tab-next-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:8px;border:1px solid #4e2a1e;background:transparent;color:#4e2a1e;font-family:var(--font-body-family);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.05rem;cursor:pointer;transition:background .2s ease,color .2s ease,filter .2s ease}.tab-next-btn:hover{background:#4e2a1e;color:#f3eeea}.tab-next-arrow{transition:transform .15s ease}.tab-next-btn:hover .tab-next-arrow{transform:translate(3px)}.tab-next-btn:disabled{opacity:.4;cursor:not-allowed;background:transparent;color:#4e2a1e;border-color:#d6d0c8}.tab-next-btn:disabled:hover{background:transparent;color:#4e2a1e}.tab-next-btn:disabled .tab-next-arrow{transform:none}.tab-item.is-complete .tab-next-btn,.tab-next-btn--cta{background:#4e2a1e;color:#f3eeea}.tab-item.is-complete .tab-next-btn:hover,.tab-next-btn--cta:hover{filter:brightness(1.12)}.tab-number{position:relative}.tab-item.is-complete .tab-number:after{content:"";position:absolute;right:-3px;bottom:-3px;width:16px;height:16px;border-radius:50%;background-color:#4e2a1e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f3eeea' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-size:10px 10px;background-position:center;background-repeat:no-repeat;border:2px solid #f3eeea;box-sizing:border-box}@media(max-width:640px){.tab-header{padding:12px 16px}.tab-number{min-width:32px;height:32px;font-size:14px}.tab-title{font-size:12px}}.tpo_buttons-wrapper{text-transform:uppercase!important}.tpo_option-label-container,.tpo_dimension_wrapper .tpo_dimension_label .form__label{text-transform:uppercase}.tpo_option-required-indicator{display:none}.tpo_dimension_wrapper .tpo_dimension_label .form__label{font-size:12px!important;font-weight:600!important;line-height:24px;color:#494237!important;margin-bottom:8px}.tpo_dimension_wrapper .tpo_dimension_label{flex:1 1 0!important;min-width:0!important}.tpo_dimension_wrapper .tpo_dimension_label:not(:has(input)){display:none!important}.tpo_dimension_wrapper .tpo_dimension_input-wrapper,.tpo_dimension_wrapper .tpo_dimension_input{width:100%!important;box-sizing:border-box!important}.tpo_button_option_value{font-weight:600;font-size:11px}.tpo_button-wrapper_with-image .tpo_image-swatch-img{width:80px!important;height:80px!important;object-fit:cover!important;display:block!important}.tpo_button-wrapper_with-image>div{width:80px!important;height:80px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}.tpo_option-container .tpo_button_with_image{padding:12px 12px 6px!important}.tpo_button-wrapper_with-image{display:grid!important;align-items:center!important;justify-items:center!important;gap:8px}.tpo_button-wrapper_with-image .tpo_shape_radius{border-radius:0!important}.tpo_buttons-wrapper label:not(.tpo_is_checked_swatches){background:transparent!important;border-color:#4e2a1e!important;color:#4e2a1e!important}body label:has(.tpo_buttons-input:checked),body .tpo_buttons-wrapper .tpo_is_checked_swatches{background-color:#4e2a1e!important;color:#f3eeea!important;border-width:1px!important;border-style:solid!important;border-color:#4e2a1e!important}.tpo_image-swatches-wrapper>label,.tpo_image-swatches-wrapper>article{border:unset!important}.tpo_option-type-image-swatches-wrapper label.tpo_is_checked_swatches,.tpo_option-type-image-swatches-wrapper article.tpo_is_checked_swatches{border:1px solid #1a1a1a!important}.tpo_buttons-wrapper:hover .tpo_buttons-tooltip:has(.tpo_image-swatch-img){display:none!important}.tpo_image-swatches-tooltip{display:none!important}.tpo_option-label-container{gap:0!important}.tpo_option-label-container .tpo_selected_values_span{text-transform:capitalize!important}[data-tpo-theme=modern] .tpo_option-tooltip-content{display:none!important}.tpo_option-tooltip:has(.tpo_option-tooltip-content) .tpo_option-tooltip-icon:after{display:none!important}.tpo_option-tooltip:hover .tpo_option-tooltip-icon:before,.tpo_option-tooltip:hover .tpo_option-tooltip-icon:after{display:none!important}.tpo_image-swatches-wrapper>label,.tpo_image-swatches-wrapper>article{padding:0!important}.tpo_option-container:has(.postcode-checker-form){margin-bottom:0!important}.tab-item.active,.tab-item.active .tab-content,.tpo_option-set-container,.tpo_option-container{overflow:visible!important}.tpo_dropdown_image_input_wrapper .tpo_option-input-inner{display:flex!important;align-items:center!important;width:100%!important;gap:10px!important;box-sizing:border-box!important;padding:8px 16px 8px 8px!important;border:1px solid #4e2a1e!important;border-radius:0!important;background:transparent!important;cursor:pointer!important}.tpo_dropdown_image_input_wrapper .tpo_option-input-inner>img:not([src=""]),.tpo_dropdown_image_input_wrapper .tpo_option-input-inner>.tpo_color-swatches-wrapper{margin-left:0!important}.tpo_dropdown_image_input_wrapper input.tpo_option-dropdown{order:2!important;position:static!important;display:block!important;visibility:visible!important;opacity:1!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;height:auto!important;border:none!important;background:transparent!important;padding:0!important;text-indent:0!important;font-family:var(--font-body-family)!important;font-size:12px!important;letter-spacing:.3px!important;color:#1a1a1a!important;cursor:pointer!important}.tpo_dropdown_image_input_wrapper input.tpo_option-dropdown::placeholder{color:#9b9185!important}.tpo_dropdown_image_input_wrapper input.tpo_option-dropdown:focus{outline:none!important;box-shadow:none!important}.tpo_dropdown_image_input_wrapper .tpo_option-input-inner img{order:1!important}.tpo_dropdown_image_input_wrapper .tpo_option-input-inner>svg{order:3!important;margin-left:8px!important;width:1.4rem!important;height:1.4rem!important;flex-shrink:0!important;color:#4e2a1e!important}.tpo_dropdown_image_input_wrapper .tpo_option-input-inner img{width:4.4rem!important;height:4.4rem!important;object-fit:cover!important;border-radius:0!important;flex-shrink:0!important;display:block!important}.tpo_option-input-wrapper-dropdown.show .tpo_option-input-inner{border-bottom:none!important}.tpo_dropdown_image_input_wrapper .tpo_option-type-dropdown-wrapper{border:none!important;border-radius:0!important;background:#f3eeea!important;box-shadow:0 6px 16px #00000014!important;max-height:32rem!important;overflow-y:auto!important}.tpo_option-type-dropdown-wrapper .tpo_option-type-selection{border:none!important;border-bottom:1px solid #e2d9cd!important;border-radius:0!important;background:transparent!important;color:#1a1a1a!important;padding:8px 16px!important;cursor:pointer!important}.tpo_option-type-dropdown-wrapper .tpo_option-type-selection:last-child{border-bottom:none!important}.tpo_option-type-dropdown-wrapper .tpo_button-wrapper_with-image{display:flex!important;flex-direction:row!important;align-items:center!important;justify-items:start!important;gap:12px!important}.tpo_option-type-dropdown-wrapper .tpo_button-wrapper_with-image>div,.tpo_option-type-dropdown-wrapper .tpo_image-swatch-img{width:4.4rem!important;height:4.4rem!important}.tpo_option-type-dropdown-wrapper .tpo_button_option_value{font-family:var(--font-body-family)!important;font-size:12px!important;letter-spacing:.3px!important;text-transform:none!important}.tpo_option-type-dropdown-wrapper .tpo_option-type-selection:hover{background:#e8ddd0!important}.tpo_option-type-dropdown-wrapper .tpo_option-type-selection.tpo_selected,.tpo_option-type-dropdown-wrapper .tpo_option-type-selection.selected,.tpo_option-type-dropdown-wrapper .tpo_option-type-selection.active{background:#4e2a1e!important}.tpo_option-type-dropdown-wrapper .tpo_option-type-selection.tpo_selected .tpo_button_option_value,.tpo_option-type-dropdown-wrapper .tpo_option-type-selection.selected .tpo_button_option_value,.tpo_option-type-dropdown-wrapper .tpo_option-type-selection.active .tpo_button_option_value{color:#f3eeea!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/easify-tabs.css.map */
