@keyframes wcsc-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes wcsc-fadeIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.wcsc-area-section{margin-bottom:1.5rem}.wcsc-area-label{display:block;margin-bottom:1rem}.wcsc-area-input-wrapper{display:flex;align-items:center;margin-bottom:1.5rem}.wcsc-area-input{-webkit-appearance:textfield;appearance:textfield}input[type=number].wcsc-area-input{border-top-right-radius:0;border-bottom-right-radius:0;-moz-appearance:textfield}.wcsc-packages-info{font-weight:700;padding:.5rem 2.5rem .5rem .5rem;white-space:nowrap;background:var(--color-content-border);border-radius:0 2em 2em 0;min-height:var(--inputs-height, 2em)}.wcsc-calculator-content{transition:all .3s ease}.wcsc-calculator-content,.wcsc-calculator-content.wcsc-fade-in{opacity:1;transform:translateY(0)}.wcsc-cross-sell-header,.wcsc-cross-sell-subfloor-type,.wcsc-enable-waste-calculation,.wcsc-main-product{margin-bottom:1.5rem}.wcsc-cross-sell-section{margin-bottom:24px;padding-top:24px}.wcsc-calculator-container h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.wcsc-cross-sell-header p{margin:0 0 20px;line-height:1.6;font-size:1rem}.wcsc-cross-sell-subfloor-type label:not(:last-child){display:block;margin-bottom:.5rem}.wcsc-discount-badge{position:absolute;right:0;top:0;border-radius:0 0 0 .5rem;background-color:#d21518;color:#fff;padding:0 .5rem;font-size:.75rem;font-weight:600}.wcsc-products-list{margin-bottom:1.5rem}.wcsc-cross-sell-product{position:relative;padding:.5rem 0}.wcsc-cross-sell-product:not(.selected){opacity:.4}.wcsc-cross-sell-product:not(:last-child){border-bottom:1px solid var(--color-content-border)}.wcsc-product-checkbox{margin-right:12px;padding-top:2px}.wcsc-product-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.wcsc-product-info-wrapper{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1.5rem}.wcsc-product-image img{max-width:90px}.wcsc-product-info{flex:1}.wcsc-product-title{margin:0 0 4px;font-size:1rem;font-weight:600;line-height:1.3}.wcsc-product-title label{cursor:pointer;margin:0;font-weight:inherit}.wcsc-product-consumption{margin:0;font-size:.8rem;font-style:italic}.wcsc-qty-btn,.wcsc-quantity-controls{display:flex;align-items:center}.wcsc-qty-btn{width:2rem;height:2rem;border:1px solid #ddd;background:#fff;cursor:pointer;justify-content:center;font-weight:600;font-size:1rem;color:#333;transition:all .2s ease}.wcsc-qty-btn.wcsc-qty-minus{border-radius:2rem 0 0 2rem}.wcsc-qty-btn.wcsc-qty-plus{border-radius:0 2rem 2rem 0}.wcsc-qty-btn:active{transform:scale(.95)}.wcsc-qty-btn:disabled{opacity:.5;cursor:not-allowed}.wcsc-quantity-display{text-align:center;padding:0 .5rem;background:#fff;height:2rem;line-height:2rem;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.wcsc-product-total{display:flex;flex-direction:column;font-size:1.2rem;font-weight:700;white-space:nowrap}.wcsc-original-price{text-decoration:line-through;opacity:.4}.wcsc-total-section{border-top:1px dashed var(--color-content-border);padding-top:1.5rem}.wcsc-grand-total{font-size:1.2rem;margin-bottom:1.5rem}.wcsc-total-amount{font-size:2rem;font-weight:700}.wcsc-installer-section{margin-bottom:1.5rem}.wcsc-loading{position:relative;opacity:.7;pointer-events:none}.wcsc-loading::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0-10px;border:2px solid #f3f3f3;border-top:2px solid #007cba;border-radius:50%;animation:wcsc-spin 1s linear infinite}.wcsc-message{padding:12px 16px;margin:16px 0;border-radius:4px;font-weight:600}.wcsc-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.wcsc-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.wcsc-fade-in{animation:wcsc-fadeIn .5s ease-in-out}