:root{--color-error: 220, 38, 38}.mount-configurator{margin:2rem 0;position:relative;font-family:var(--font-body-family)}.mount-configurator input{height:50px;padding:8px 12px;border:1px solid rgba(var(--color-foreground),.2);color:rgb(var(--color-foreground));font-size:1.6rem;line-height:1.6;font-weight:400;transition:border-color .2s ease,box-shadow .2s ease}.mount-configurator input:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 2px rgba(var(--color-foreground),.1)}.configurator-header{margin-bottom:2rem}.configurator-header h3{margin-bottom:1rem;font-size:1.8rem;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700}.section-number{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:50%;font-size:1.4rem;font-weight:700;margin-right:1rem;flex-shrink:0;padding-left:.2rem}.input-mode-selector{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.mode-selector-header{grid-column:1 / -1;margin-bottom:1rem}.mode-selector-help{font-size:1.4rem;color:rgba(var(--color-foreground),.7);margin:0;padding:0}.mode-option{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;border:2px solid rgba(var(--color-foreground),.1);border-radius:.2rem;cursor:pointer;transition:all .2s ease;background:rgb(var(--color-background));position:relative;text-align:left}.mode-option>input{display:none}.mode-option:hover{background:rgba(var(--color-foreground),.05)}.mode-option input[type=radio]{margin-bottom:.75rem;accent-color:rgb(var(--color-foreground));transform:scale(1.2)}.mode-option .mode-title{font-size:1.6rem;color:rgba(var(--color-foreground),.8);margin-bottom:.5rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:700}.mode-option .mode-description{font-size:1.4rem;color:rgba(var(--color-foreground),.7);line-height:1.4;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:400;margin-top:.5rem}.mode-option .mode-example{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin-top:.5rem;font-style:italic;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:400}.mode-option:has(input[type=radio]:checked){border-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.configurator-content{display:flex;flex-direction:column;gap:1rem}.input-section{position:relative;margin-bottom:2rem;padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08)}.input-section>*+*{margin-bottom:.5rem}.input-section:last-of-type{border-bottom:none;margin-bottom:1.5rem}.input-section h4{color:rgba(var(--color-foreground),.85);font-size:1.6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:600;margin:0 0 1rem}.input-description{font-size:1.6rem;color:rgba(var(--color-foreground),.7);margin-bottom:1.5rem;margin-top:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:400}.input-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.input-group{display:flex;flex-direction:column;position:relative}.mount-configurator .input-group label{font-weight:200;color:rgba(var(--color-foreground),.9);font-size:1.6rem}.mount-configurator .input-group input{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-color:rgb(var(--color-background))!important;color:rgb(var(--color-foreground))!important;font-family:var(--font-body-family)!important;font-style:var(--font-body-style)!important;font-weight:400!important;font-size:1.4rem!important;width:100%!important;box-sizing:border-box!important;transition:all .2s ease!important;border-radius:.2rem!important;height:5rem!important;min-height:4rem!important;min-width:7rem!important;position:relative!important;border:.1rem solid rgba(var(--color-foreground),.3)!important;padding:.8rem 1.2rem!important;margin:0!important;box-shadow:none!important}.mount-configurator .input-group input:focus-visible{outline:.2rem solid rgb(var(--color-foreground))!important;outline-offset:.2rem!important}.mount-configurator .input-group input:focus{outline:.2rem solid rgb(var(--color-foreground))!important;outline-offset:.2rem!important}.mount-configurator .input-help{font-size:1.4rem;color:rgb(var(--color-foreground));margin-top:.5rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:400;line-height:1.4;opacity:.6}.border-presets{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;background:rgb(var(--color-background));border:.1rem solid rgb(var(--color-foreground));border-radius:.4rem;padding:.5rem}.preset-btn{padding:.8rem 1.2rem;border:.2rem solid rgb(var(--color-foreground));border-radius:.3rem;background:rgb(var(--color-background));cursor:pointer;font-size:1.4rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:500;color:rgb(var(--color-foreground));transition:all .2s ease;position:relative;flex:1;text-align:center}.preset-btn:hover{background:rgba(var(--color-foreground),.05)}.preset-btn:active{background:rgba(var(--color-foreground),.1)}.preset-btn:has(input[type=radio]:checked),.preset-btn.active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-weight:600}.results-section{background:rgb(var(--color-background));border:.1rem solid rgb(var(--color-foreground));border-radius:.6rem;padding:1.5rem}.results-section h4{margin-bottom:1rem;color:rgb(var(--color-foreground));font-size:1.4rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:600}.mount-configurator .material-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:2rem;width:100%;margin-top:1rem}.mount-configurator .material-option{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s ease;position:relative}.mount-configurator .material-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.mount-configurator .material-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.mount-configurator .material-swatch{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:50%;border:1px solid rgba(var(--color-foreground),.4);transition:all .2s ease;position:relative;background-size:cover;background-position:center;display:block;flex-shrink:0;background-color:#f0f0f0}.mount-configurator .material-option:hover .material-swatch{border-color:rgba(var(--color-foreground),.4);transform:scale(1.05)}.mount-configurator .material-option input[type=radio]:checked+.material-content .material-swatch{border:1px solid rgb(var(--color-foreground));box-shadow:0 0 0 1px rgba(var(--color-foreground),.2);transform:scale(1.1)}.mount-configurator .material-option input[type=radio]:checked+.material-content .material-name{font-weight:700}.mount-configurator .material-info{display:flex;flex-direction:column;align-items:center;text-align:center}.mount-configurator .material-name{font-weight:500;font-size:1.4rem;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-style:var(--font-body-style);margin:0}.mount-configurator .material-description{font-size:1.4rem}.mount-configurator .quantity-selector{display:flex;flex-direction:column;gap:1rem}.mount-configurator .quantity-label{font-weight:200;color:rgba(var(--color-foreground),.9);font-size:1.6rem;font-family:var(--font-body-family);font-style:var(--font-body-style);margin:0}.mount-configurator .quantity-input-wrapper{display:flex;align-items:center;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.4rem;background:rgb(var(--color-background));width:fit-content}.mount-configurator .quantity-button{width:4rem;height:4rem;border:none;background:transparent;color:rgb(var(--color-foreground));font-size:1.8rem;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:.4rem}.mount-configurator .quantity-button:hover{background:rgba(var(--color-foreground),.05)}.mount-configurator .quantity-button:active{background:rgba(var(--color-foreground),.1)}.mount-configurator .quantity-input{width:6rem;height:4rem;border:none;background:transparent;color:rgb(var(--color-foreground));font-size:1.4rem;font-weight:400;text-align:center;font-family:var(--font-body-family);font-style:var(--font-body-style);outline:none}.mount-configurator .quantity-input::-webkit-outer-spin-button,.mount-configurator .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mount-configurator .quantity-input[type=number]{-moz-appearance:textfield}.mount-specifications-portal-container,.product__info-wrapper .mount-specifications-portal-container{margin-top:1rem;padding:0}.mount-specifications-portal{background:transparent;border:none;border-radius:0;padding:0;margin-top:2rem}.mount-specifications-portal h4{margin-bottom:2rem;color:rgb(var(--color-foreground));font-size:2rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:700}.mount-specifications{display:flex;flex-direction:column;gap:0;margin:0;padding:0}.spec-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.2rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1);position:relative}.spec-row:first-of-type{border-top:1px solid rgba(var(--color-foreground),.1)}.spec-row:last-of-type{border-bottom:none}.spec-row--price{background:transparent;color:rgb(var(--color-foreground));border-radius:0;padding:1.8rem 0 0;margin-top:0;border:none;font-weight:600}.spec-row dt{font-weight:600;color:rgb(var(--color-foreground));font-size:1.6rem;font-family:var(--font-body-family);font-style:var(--font-body-style);margin:0}.spec-row dd{font-weight:400;color:rgb(var(--color-foreground));font-size:1.4rem;font-family:var(--font-body-family);font-style:var(--font-body-style);margin:0;text-align:left}.spec-row dd>*{display:inline}@media screen and (max-width: 1024px){.mount-specifications-portal{margin-top:1.5rem}.mount-specifications-portal h4{font-size:1.8rem;margin-bottom:1.5rem}.spec-row{padding:1rem 0}.spec-row--price{padding:1.5rem 0 0}.spec-row dt,.spec-row dd{font-size:1.4rem}.spec-row--price dd{font-size:1.5rem}.price-main,.price-ex-vat{font-size:1.4rem}}.spec-row--price dt{font-weight:600;font-size:1.6rem;color:rgb(var(--color-foreground))}.spec-row--price dd{font-weight:700;font-size:1.6rem;color:rgb(var(--color-foreground));text-align:left}.price-display{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.price-main{font-weight:700;font-size:1.8rem;color:rgb(var(--color-foreground));line-height:1}.price-ex-vat{font-weight:400;font-size:1.4rem;color:rgba(var(--color-foreground),.7);line-height:1}.validation-messages{background:rgba(var(--color-error),.1);color:rgb(var(--color-error));border:.1rem solid rgba(var(--color-error),.2);border-radius:var(--inputs-radius);padding:1rem;margin-top:1rem;font-size:1.4rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.validation-message{background:rgba(var(--color-error),.1);color:rgb(var(--color-error));border:.1rem solid rgba(var(--color-error),.2);border-radius:var(--inputs-radius);padding:.8rem 1rem;font-size:1.4rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);margin-top:.5rem}.validation-message--inline{margin-top:1rem;margin-bottom:0}.input-error{border-color:rgb(var(--color-error))!important;box-shadow:0 0 0 2px rgba(var(--color-error),.2)!important;background-color:rgba(var(--color-error),.03)!important}.field-error{color:rgb(var(--color-error));font-size:1.4rem;margin-top:.6rem;margin-bottom:.6rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:500;display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem;background-color:rgba(var(--color-error),.08);border:1px solid rgba(var(--color-error),.2);border-radius:.4rem}.field-error:before{content:"⚠";font-size:1.5rem;flex-shrink:0}.validation-error-message{color:rgb(var(--color-error));font-size:1.4rem;margin-bottom:1.5rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:500;display:flex;align-items:center;gap:.6rem;padding:1rem 1.2rem;background-color:rgba(var(--color-error),.08);border:1px solid rgba(var(--color-error),.2);border-radius:.4rem}.validation-error-message:before{content:"⚠";font-size:1.5rem;flex-shrink:0}.custom-buy-buttons{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.custom-buy-button{width:100%;min-height:5.5rem;padding:1.8rem 2rem;border:.2rem solid rgb(var(--color-foreground));border-radius:.5rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.7rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;text-transform:uppercase;letter-spacing:.5px}.custom-buy-button.enabled{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.custom-buy-button.enabled:hover{background:rgba(var(--color-foreground),.9);transform:translateY(-.1rem)}.custom-buy-button.disabled{background:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.5);cursor:not-allowed;border-color:rgba(var(--color-foreground),.3)}.custom-buy-button.disabled:hover{transform:none}.custom-dynamic-checkout{display:flex;flex-direction:column;gap:.5rem}.custom-shop-pay-button{width:100%;min-height:4.5rem;padding:1.2rem 2rem;border:.2rem solid #5a31f4;border-radius:.4rem;background:#5a31f4;color:#fff;font-size:1.4rem;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.custom-shop-pay-button:hover{background:#4a2bc7;border-color:#4a2bc7;transform:translateY(-.1rem)}.mount-configurator~.product-form__buttons,.mount-configurator~.product-form,.mount-configurator~[data-type=add-to-cart-form]{display:none!important}@media (max-width: 768px){.mount-configurator{padding:1rem}.input-mode-selector{flex-direction:column}.input-grid{grid-template-columns:1fr}.spec-row{grid-template-columns:1fr;gap:.5rem;text-align:left}.spec-row dd{text-align:left}.border-presets{justify-content:center}}@media (max-width: 480px){.configurator-header h3{font-size:1.4rem}.input-section{padding:1rem}.mount-outline{min-width:150px;min-height:120px}}.whats-included{margin-top:2rem;padding-top:2rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.whats-included h5{margin:0 0 1.2rem;color:rgb(var(--color-foreground));font-size:1.6rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:600}.included-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.included-items li{position:relative;padding-left:2rem;color:rgba(var(--color-foreground),.8);font-size:1.4rem;font-family:var(--font-body-family);font-style:var(--font-body-style);line-height:1.5}.included-items li:before{content:"✓";position:absolute;left:0;top:0;color:rgb(var(--color-success, 34, 197, 94));font-weight:600;font-size:1.4rem}@media screen and (max-width: 1024px){.mode-example{display:none}.whats-included{margin-top:1.5rem;padding-top:1.5rem}.whats-included h5{font-size:1.5rem;margin-bottom:1rem}.included-items{gap:.6rem}.included-items li{font-size:1.4rem;padding-left:1.8rem}}
