:root{--primary: #7d9bb3;--primary-dark: #6b8599;--primary-light: #99b1c6;--primary-a10: rgba(125, 155, 179, .1);--primary-a20: rgba(125, 155, 179, .2);--secondary: #4f6273;--secondary-dark: #3d4d5c;--background: #f8fafc;--surface: #ffffff;--text: #2d3338;--text-light: #6c7680;--text-muted: #8a949e;--border: #e2e8f0;--border-light: #e8ecef;--border-standard: #d1d8dd;--success: #10b981;--radius: 12px;--radius-sm: 8px;--radius-lg: 50px;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .06);--shadow-md: 0 6px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-focus: 0 0 0 3px rgba(125, 155, 179, .2);--ease-out: cubic-bezier(0, 0, .2, 1);--duration-fast: .15s;--duration-base: .2s;--duration-moderate: .3s}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;width:100%;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--background);color:var(--text);line-height:1.6;min-height:100vh;overflow-x:hidden}body.modal-open{overflow:hidden!important;position:fixed;width:100%;height:100%}.product-configurator{--primary: var(--primary);--primary-dark: var(--primary-dark)}.container{max-width:1400px;margin:0 auto;padding:2rem}.config-header{text-align:left;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--border)}.config-header h1{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:var(--text);letter-spacing:-.02em}.subtitle{color:var(--text-light);font-size:1rem;font-weight:400}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;position:relative}.safe-preview{position:sticky;top:2rem;align-self:flex-start}@media(max-width:1024px){.safe-preview{position:relative;top:0}}.safe-image-container{position:relative;background:var(--surface);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);max-width:100%;width:100%;aspect-ratio:1 / 1;overflow:hidden}.safe-image{width:100%;height:auto;border-radius:var(--radius-sm);display:block;transition:opacity .3s ease}.safe-image-container:hover .safe-image{opacity:0}.hover-image{position:absolute;top:2rem;left:2rem;right:2rem;bottom:2rem;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:3}.safe-image-container:hover .hover-image{opacity:1}.panel-header{margin-bottom:2rem}.panel-header h2{font-size:1.75rem;margin-bottom:.5rem;color:var(--text)}.panel-header p{color:var(--text-light)}.size-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.size-card{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;padding:1.25rem;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.size-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.size-card:active{transform:translateY(-1px)}.size-card.selected{border-color:var(--primary);background:var(--primary-a10);box-shadow:0 0 0 3px var(--primary-a20)}.size-icon{width:60px;height:60px;background:var(--background);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--primary);transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.size-card:hover .size-icon{background:var(--primary);color:#fff}.size-card h3{font-size:1.25rem;margin:0;color:var(--text)}.size-card p{color:var(--text-light);font-size:.9rem;margin:0}.size-label{font-size:.85rem;color:var(--text-light);font-style:italic}.size-card.has-image{padding:0;overflow:hidden}.size-image-container{position:relative;padding-bottom:100%;width:100%;overflow:visible;background:var(--background);border-radius:var(--radius-sm);border:2px solid var(--border);box-shadow:0 2px 8px #00000014;transition:box-shadow var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.size-card .size-image-container,.option-card .size-image-container{padding-bottom:100%}.size-image{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-top-left-radius:5px;border-top-right-radius:5px}[data-image-position=top] .size-image{object-position:top}.size-card .size-image{object-fit:cover}.option-card:hover .size-image-container{box-shadow:0 4px 12px #0000001f;transform:scale(1.02)}.size-tooltip{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);color:#fff;padding:1.5rem .75rem .75rem;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:5}.size-tooltip-text{font-size:.875rem;font-weight:600;margin-bottom:.25rem;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.3)}.size-tooltip-price{font-size:.8125rem;font-weight:500;opacity:.95;text-shadow:0 1px 2px rgba(0,0,0,.3)}.size-card.has-image:hover .size-tooltip{opacity:1}.expand-icon{position:absolute;top:5px;right:5px;width:24px;height:24px;background:#000c;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease;cursor:pointer;z-index:20;pointer-events:auto}.expand-icon svg{width:14px;height:14px;color:#fff;stroke:#fff;stroke-width:2.5;fill:none}.size-card.has-image:hover .expand-icon,.option-card.has-image:hover .expand-icon{opacity:1}.expand-icon:hover{background:var(--primary);transform:scale(1.1)}.expand-icon:hover svg{color:#fff;stroke:#fff}.product-configurator .modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000007a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;opacity:0;transition:opacity var(--duration-base) var(--ease-out)}.product-configurator .modal.active{display:flex;animation:fadeIn .2s forwards}@keyframes fadeIn{to{opacity:1}}.product-configurator .modal-content{background:var(--surface);border-radius:20px;width:100%;max-width:1200px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .25s ease;box-shadow:0 20px 60px #0003;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.product-configurator .modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border:none;background:var(--border-light);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out);padding:0}.product-configurator .modal-close:hover{background:var(--border-standard);transform:scale(1.05)}.product-configurator .modal-close svg{width:20px;height:20px;stroke:var(--text);stroke-width:2.5}.product-configurator .modal-header{padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:.75rem;background:linear-gradient(to bottom,var(--surface),var(--background))}.step-indicator-container{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.return-to-summary-inline{position:absolute;top:1rem;right:1rem;padding:.75rem 1.5rem;font-size:.9rem;white-space:nowrap;z-index:100;box-shadow:0 4px 12px #00000026;border-radius:50px;background:var(--primary);color:#fff;border:none;cursor:pointer;transition:all .3s ease}.return-to-summary-inline:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003;background:var(--primary-dark)}.step-circle{width:36px;height:36px;border-radius:50%;background:var(--border-light);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;cursor:pointer;transition:background-color var(--duration-base) var(--ease-out),color var(--duration-base) var(--ease-out),border-color var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out),box-shadow var(--duration-base) var(--ease-out);border:2px solid transparent}.step-circle:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:scale(1.05)}.step-circle.completed{background:var(--success);color:#fff;border-color:var(--success)}.step-circle.current{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-a20);animation:stepPulse 2s ease-in-out infinite}@keyframes stepPulse{0%,to{transform:scale(1);box-shadow:0 0 0 4px var(--primary-a20)}50%{transform:scale(1.05);box-shadow:0 0 0 8px #7d9bb31a}}.step-circle.current.editing{animation:pulseRingEditing 1.5s ease-in-out infinite}@keyframes pulseRingEditing{0%,to{box-shadow:0 0 0 3px #ffc10766}50%{box-shadow:0 0 0 8px #ffc10799}}.step-circle.disabled{cursor:not-allowed;opacity:.5}.step-circle.disabled:hover{background:var(--border);color:var(--text-light);border-color:var(--border)}.step-title{text-align:center;color:var(--text-light);font-size:.9rem;font-weight:500}.product-configurator .modal-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:2rem 2.5rem 4rem;max-height:60vh;position:relative;scrollbar-gutter:stable;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.quiz-step{display:none;animation:fadeInStep .4s ease}.quiz-step.active{display:block}@keyframes fadeInStep{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.step-header{text-align:center;margin-bottom:2rem}.step-header i{color:var(--primary);margin-bottom:1rem}.step-header h2{font-size:1.75rem;margin-bottom:.5rem;font-weight:600;letter-spacing:-.02em}.step-header h2 .optional-label{font-size:.875rem;font-weight:400;color:var(--text-light);opacity:.8;margin-left:.5rem}.step-header p{color:var(--text-light);font-size:1rem;font-weight:400}.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmin(180px,1fr));gap:1.5rem;max-width:100%;width:100%;overflow:visible}.option-grid[data-option-count="1"]{grid-template-columns:1fr;max-width:350px;margin:0 auto}.option-grid[data-option-count="1"] .option-card{min-height:160px;padding:1rem}.option-grid[data-option-count="2"]{grid-template-columns:repeat(2,1fr);max-width:700px;margin:0 auto;padding:1rem}.option-grid[data-option-count="2"] .option-card{min-height:160px;padding:1rem}.option-grid[data-option-count="3"]{grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto;padding:1rem}.option-grid[data-option-count="3"] .option-card{min-height:130px;padding:.75rem;font-size:.9rem}.option-grid[data-option-count="3"] .option-card .size-image-container{padding-bottom:85%}.option-grid[data-option-count="4"]{grid-template-columns:repeat(4,1fr);max-width:1000px;margin:0 auto}.option-grid[data-option-count="4"] .option-card{min-height:140px;padding:1rem}.option-grid[data-option-count="5"],.option-grid[data-option-count="6"],.option-grid[data-option-count="7"],.option-grid[data-option-count="8"]{grid-template-columns:repeat(5,1fr);max-width:100%;padding:1rem}.option-grid[data-option-count="9"],.option-grid[data-option-count="10"],.option-grid[data-option-count="11"],.option-grid[data-option-count="12"],.option-grid[data-option-count="13"],.option-grid[data-option-count="14"],.option-grid[data-option-count="15"],.option-grid[data-option-count="16"],.option-grid[data-option-count="17"],.option-grid[data-option-count="18"],.option-grid[data-option-count="19"],.option-grid[data-option-count="20"]{grid-template-columns:repeat(5,1fr);max-width:100%}.option-grid[data-custom-columns="2"]{grid-template-columns:repeat(2,1fr);max-width:700px;margin:0 auto}.option-grid[data-custom-columns="3"]{grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto}.option-grid[data-custom-columns="3"] .option-card{min-height:130px;padding:.75rem;font-size:.9rem}.option-grid[data-custom-columns="3"] .option-card .size-image-container{padding-bottom:85%}.option-grid[data-custom-columns="4"]{grid-template-columns:repeat(4,1fr);max-width:1000px;margin:0 auto}.option-grid[data-custom-columns="5"]{grid-template-columns:repeat(5,1fr);max-width:100%}.option-grid[data-custom-columns="6"]{grid-template-columns:repeat(6,1fr);max-width:100%}.two-tone-container{width:100%}.color-tabs{display:flex;gap:0;margin-bottom:2rem;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border)}.color-tab{flex:1;padding:1rem 2rem;border:none;background:#fff;color:var(--secondary);font-weight:700;font-size:.9rem;text-transform:uppercase;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.color-tab.active{background:var(--secondary);color:#fff}.color-grids-container{position:relative;min-height:400px}.color-grid{display:none;grid-template-columns:repeat(5,1fr);gap:1rem;width:100%;animation:slideInFromRight .4s ease-out}.color-grid.active{display:grid}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.color-option{padding:1.5rem;min-height:120px}.color-option .color-preview{width:80px;height:80px;margin:0 auto .75rem}.color-option span{font-size:.9rem;font-weight:500}.option-card{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;padding:1rem;cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;position:relative}.option-card:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-color:var(--primary)}.option-card.has-image{padding:1rem;overflow:visible}.option-card.has-image>span,.option-card.has-image>.option-price{padding:0 .75rem .75rem}.option-card.wide{grid-column:span 1;flex-direction:row;text-align:left;padding:1rem}.option-card:hover{border-color:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.option-card:active{transform:translateY(-1px)}.option-card.selected{border-color:var(--primary);border-width:2px;background:var(--primary-a10);box-shadow:var(--shadow-focus)}.color-preview{width:120px;height:120px;border-radius:var(--radius-sm);border:2px solid var(--border);box-shadow:0 2px 8px #00000014;transition:box-shadow var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.option-card:hover .color-preview{box-shadow:0 4px 12px #0000001f;transform:scale(1.02)}.option-card span{font-weight:600;color:var(--text);font-size:1.125rem}.option-icon{width:50px;height:50px;background:var(--background);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0;transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.option-card:hover .option-icon,.option-card.selected .option-icon{background:var(--primary);color:#fff}.option-card.disabled{opacity:.5;cursor:not-allowed;background:var(--background);border-color:var(--border)}.option-card.disabled:hover{transform:none;box-shadow:none;border-color:var(--border)}.quantity-selector{display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid var(--border);border-radius:8px;padding:6px;box-shadow:0 2px 4px #00000014;margin-top:.75rem;width:fit-content;margin-left:auto;margin-right:auto;gap:8px}.option-card:not(.selected) .quantity-selector{opacity:.4;pointer-events:none}.option-card.selected .quantity-selector{opacity:1;pointer-events:auto}.quantity-btn{background:var(--background);border:none;padding:6px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;min-width:28px;min-height:28px;color:var(--text)}.quantity-btn:hover{background:var(--primary)}.quantity-btn:hover svg,.quantity-btn:hover i{color:#fff!important;stroke:#fff!important}.quantity-btn svg,.quantity-btn i{width:16px!important;height:16px!important;color:var(--text)!important;stroke:var(--text)!important;stroke-width:2.5!important;fill:none!important}.quantity-btn svg path,.quantity-btn i path{stroke:currentColor!important;fill:none!important}.quantity-btn:disabled{opacity:.4;cursor:not-allowed}.quantity-btn:disabled:hover{background:var(--background)}.quantity-btn:disabled:hover svg,.quantity-btn:disabled:hover i{color:var(--text)!important;stroke:var(--text)!important}.quantity-display{min-width:32px;text-align:center;font-weight:700;font-size:15px;margin:0 4px;color:var(--text)}.option-content{flex:1}.option-content h3{font-size:1.05rem;margin-bottom:.25rem;color:var(--text);font-weight:600;line-height:1.3}.option-content p{font-size:.875rem;color:var(--text-light);margin:0;line-height:1.4}.option-price{font-size:.8rem;font-weight:400;color:var(--text-light);margin-top:.25rem;display:block;font-style:italic;opacity:.8}.option-price.included{color:var(--success, #10b981);font-weight:600;font-style:normal;opacity:1;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.option-card.option-included{background:#10b9810d;border-color:#10b9814d;cursor:default}.option-card.option-included.selected{background:#10b9811a;border-color:#10b98180}.rivet-color-indicator{font-size:.85rem;color:var(--text-light);margin:.5rem 0 0;display:flex;align-items:center;gap:.5rem}.rivet-color-swatch{display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid var(--border);box-shadow:inset 0 1px 2px #0000001a}.rivet-color-summary{font-size:.875rem;color:var(--text-light);font-style:italic}.option-card.option-disabled{opacity:.5;background:#64748b0d;border-color:#64748b33;cursor:not-allowed;pointer-events:none;position:relative}.option-card.option-disabled:after{content:"\1f512";position:absolute;top:8px;right:8px;font-size:1rem;opacity:.6}.option-card.option-disabled span,.option-card.option-disabled .option-price{color:var(--text-light)}.option-card.option-disabled img{filter:grayscale(100%);opacity:.4}.tooltip-icon{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#7d9bb2;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:help;z-index:50;transition:all .2s ease;box-shadow:0 2px 6px #00000026;pointer-events:auto}.tooltip-icon svg,.tooltip-icon i{width:16px;height:16px;color:#fff;stroke:#fff}.tooltip-icon:hover{background:#6b8a9e;transform:scale(1.05);box-shadow:0 4px 12px #7d9bb266}.tooltip-icon:before{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:.625rem .875rem;border-radius:6px;font-size:.8125rem;line-height:1.4;white-space:normal;max-width:220px;min-width:160px;text-align:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:1000;box-shadow:0 4px 12px #0000004d;font-weight:400}.tooltip-icon:after{content:"";position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e293b;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:1000}.tooltip-icon:hover:before,.tooltip-icon:hover:after,.tooltip-icon:focus:before,.tooltip-icon:focus:after{opacity:1;visibility:visible}.option-card:first-child .tooltip-icon:before,.option-grid>.option-card:nth-child(odd) .tooltip-icon:before{left:auto;right:-50px;transform:none}.option-card:first-child .tooltip-icon:after,.option-grid>.option-card:nth-child(odd) .tooltip-icon:after{left:auto;right:8px;transform:none}.option-card:last-child .tooltip-icon:before,.option-grid>.option-card:nth-child(2n) .tooltip-icon:before{left:auto;right:-50px;transform:none}.option-card:last-child .tooltip-icon:after,.option-grid>.option-card:nth-child(2n) .tooltip-icon:after{left:auto;right:8px;transform:none}@media(max-width:768px){.tooltip-icon:before{bottom:auto;top:calc(100% + 10px);max-width:180px;font-size:.75rem;padding:.5rem .75rem}.tooltip-icon:after{bottom:auto;top:calc(100% + 4px);border-top-color:transparent;border-bottom-color:#1e293b}.option-card:first-child .tooltip-icon:before,.option-grid>.option-card:nth-child(odd) .tooltip-icon:before{left:auto;right:100%;transform:translate(28px)}.option-card:first-child .tooltip-icon:after,.option-grid>.option-card:nth-child(odd) .tooltip-icon:after{left:auto;right:calc(100% - 14px);transform:none}.option-card:last-child .tooltip-icon:before,.option-grid>.option-card:nth-child(2n) .tooltip-icon:before{left:auto;right:100%;transform:translate(28px)}.option-card:last-child .tooltip-icon:after,.option-grid>.option-card:nth-child(2n) .tooltip-icon:after{left:auto;right:calc(100% - 14px);transform:none}}.group-header{grid-column:1 / -1;margin:1rem 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--text);border-bottom:1px solid var(--border);padding-bottom:.5rem}.group-header:first-child{margin-top:0}.modal-body.inline-panel-open{overflow:hidden}.inline-group{position:absolute;top:0;left:0;right:0;bottom:0;min-height:100%;padding:2rem 2.5rem;padding-bottom:0;background:var(--surface);border-radius:var(--radius);transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:100;overflow-y:auto;box-shadow:0 -4px 20px #0000001a}.inline-group.visible{transform:translateY(0)}.inline-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border);gap:1rem}.inline-group-header h3{flex:1;text-align:center;font-size:1.5rem;font-weight:600;color:var(--text);margin:0}.inline-group-back,.inline-group-close{background:var(--border-light);border:none;padding:.75rem;cursor:pointer;color:var(--text);transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px}.inline-group-back:hover,.inline-group-close:hover{background:var(--primary);color:#fff}.inline-group .inline-group-options{display:grid;margin-bottom:1.5rem;grid-template-columns:repeat(3,1fr)!important;gap:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.inline-group-footer{display:flex;justify-content:center;padding-top:1.5rem;border-top:1px solid var(--border);position:sticky;bottom:0;background:var(--surface);margin:0 -2.5rem -2rem;padding:1.5rem 2.5rem;box-shadow:0 -2px 10px #0000000d}.inline-group-apply{min-width:200px;padding:1rem 2rem;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.inline-group-badge{display:inline-block;margin-left:.35rem;font-weight:700;color:var(--primary);font-size:.95em}.rivet-color-selector,.crane-hinge-color-selector{position:absolute;top:0;left:0;right:0;bottom:0;padding:2rem 2.5rem;padding-bottom:0;background:var(--surface);border-radius:var(--radius);transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:100;overflow-y:auto;overflow-x:hidden;box-shadow:0 -4px 20px #0000001a;display:flex;flex-direction:column}.rivet-color-selector.visible,.crane-hinge-color-selector.visible{transform:translateY(0)}.rivet-color-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border);gap:1rem}.rivet-color-header h3{flex:1;text-align:center;font-size:1.5rem;font-weight:600;color:var(--text);margin:0}.rivet-color-back,.rivet-color-close{background:var(--border-light);border:none;padding:.75rem;cursor:pointer;color:var(--text);transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.rivet-color-back:hover,.rivet-color-close:hover{background:var(--primary);color:#fff}.rivet-color-info{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius-sm);margin-bottom:1.5rem;color:#1e40af;font-size:.95rem}.rivet-color-info svg,.rivet-color-info i{flex-shrink:0;width:18px;height:18px}.rivet-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;flex:1;overflow-y:auto;padding-bottom:1rem}.rivet-color-option{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);background:var(--surface)}.rivet-color-option:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.rivet-color-option.selected{border-color:var(--primary);background:var(--primary-a10);box-shadow:0 0 0 3px var(--primary-a20)}.rivet-color-option.body-color-default{border-color:#10b981;background:#f0fdf4}.rivet-color-option.body-color-default:hover{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.rivet-color-swatch{width:60px;height:60px;border-radius:50%;border:2px solid var(--border);box-shadow:inset 0 2px 4px #0000001a}.rivet-color-option.selected .rivet-color-swatch{border-color:var(--primary);box-shadow:inset 0 2px 4px #0000001a,0 0 0 2px #fff,0 0 0 4px var(--primary)}.rivet-color-name{font-size:.875rem;font-weight:500;color:var(--text);text-align:center}.color-price{display:block;font-size:.75rem;font-weight:600;color:#6b7280;margin-top:.25rem;text-align:center}.body-color-badge{display:inline-block;margin-top:.25rem;padding:.25rem .5rem;background:#10b981;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.025em}.rivet-color-footer{display:flex;justify-content:center;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--border);position:sticky;bottom:0;background:var(--surface);margin:0 -2.5rem;padding:1.5rem 2.5rem;box-shadow:0 -2px 10px #0000000d}.rivet-color-reset,.rivet-color-apply{min-width:160px;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-configurator .modal-footer{padding:1.5rem;border-top:1px solid var(--border-light);background:var(--secondary);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 -4px 12px #0000000d}.product-configurator .modal-footer-price{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.footer-price-label{font-size:.875rem;color:#fff;font-weight:500}.footer-price-value{font-size:1.75rem;font-weight:700;color:#fff}.product-configurator .modal-footer-buttons{display:flex;justify-content:flex-end;gap:1rem}.simple-add-to-cart{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.btn-add-to-cart{width:100%;padding:1.25rem 2rem;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem}.btn-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.price-display{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;margin-bottom:1rem}.price-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.price-title{font-weight:600;color:var(--text);font-size:1rem}.price-note{font-size:.75rem;color:var(--text-light);font-style:italic}.price-breakdown{display:flex;flex-direction:column;gap:.5rem}.price-line{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.price-line.total-price{border-top:1px solid var(--border);padding-top:.5rem;margin-top:.5rem;font-weight:600;font-size:1rem;color:var(--text)}.price-label{color:var(--text-light)}.price-value{color:var(--text);font-weight:500}.selection-summary-content h4{font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.selection-summary-content ul{list-style:none;padding:0;margin:0}.selection-summary-content li{font-size:.85rem;color:var(--text-light);padding:.25rem 0;border-bottom:1px solid var(--border)}.selection-summary-content li:last-child{border-bottom:none}.btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;min-height:44px;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.btn:active:not(:disabled){transform:scale(.98)}.btn-primary{background:var(--secondary);color:#fff!important;box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:var(--secondary-dark);transform:translateY(-1px);box-shadow:0 4px 8px #0000001f;color:#fff!important}.btn-primary:disabled{opacity:.5;cursor:not-allowed;color:#fff!important}.btn-secondary{background:#fff;color:var(--text);border:1.5px solid var(--border-standard);font-weight:600}.btn-secondary:hover{border-color:var(--primary);background:var(--primary-a10);color:var(--text)}.summary-content{max-width:1400px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.summary-collapse-toggle{display:none}.summary-header{text-align:center;padding:2rem;border-bottom:1px solid var(--border)}.summary-header i.success{color:var(--success);margin-bottom:1rem}.summary-header h2{font-size:2rem;margin-bottom:.5rem}.summary-header p{color:var(--text-light)}.summary-main{display:flex;gap:2rem;flex:1;overflow:hidden}.summary-body{flex:1;padding:2rem;display:grid;gap:1rem;overflow-y:auto;max-height:calc(90vh - 200px)}.summary-body-inner{display:grid;gap:1rem}.summary-sidebar{width:500px;display:flex;flex-direction:column;gap:1.5rem;padding:2rem 2rem 2rem 0;overflow-y:auto;max-height:calc(90vh - 200px)}.summary-size-image{background:var(--surface);overflow:visible;position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.summary-configured-safe{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;max-width:100%;aspect-ratio:1 / 1;overflow:hidden;cursor:zoom-in;transition:transform .2s ease}.summary-configured-safe:hover{transform:scale(1.02)}.summary-configured-safe .safe-layer-base,.summary-configured-safe .safe-layer-color{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain;background-position:center}.summary-configured-safe .safe-layer-color{-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-size:100% 100%;mask-repeat:no-repeat;mask-position:center;mix-blend-mode:multiply;z-index:2}.summary-configured-safe .safe-layer-base{z-index:1}.summary-configured-safe .safe-layer-lock{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-size:100% 100%;mask-repeat:no-repeat;mask-position:center;mix-blend-mode:multiply;z-index:3}.summary-configured-safe .safe-layer-door{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-size:contain;mask-repeat:no-repeat;mask-position:center;mix-blend-mode:multiply;z-index:2}.summary-configured-safe img{width:100%;height:auto;max-height:500px;object-fit:contain;display:block}.summary-size-image img{width:100%;height:100%;object-fit:contain;display:block}.summary-price-sticky{position:sticky;top:0;display:flex;flex-direction:column;gap:1rem}.summary-card{background:#fafbfc;border:1.5px solid var(--border-light);border-radius:var(--radius);padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.summary-card:hover{background:var(--border-light);border-color:var(--primary-light);box-shadow:var(--shadow-sm)}.summary-card-included{background:#10b9810d;border-color:#10b9814d;cursor:default}.summary-card-included:hover{border-color:#10b9814d;box-shadow:none;transform:none}.summary-included-badge{display:inline-block;margin-left:.5rem;padding:.15rem .5rem;background:#10b9811a;color:#10b981;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;vertical-align:middle}.summary-icon{width:48px;height:48px;background:var(--surface);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.summary-image{width:48px;height:48px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;border:1px solid var(--border)}.summary-image img{width:100%;height:100%;object-fit:cover}.summary-color{width:48px;height:48px;border-radius:var(--radius-sm);flex-shrink:0;border:1px solid var(--border)}.summary-info{flex:1}.summary-info h3{font-size:.9rem;color:var(--text-light);font-weight:500;margin-bottom:.25rem}.summary-info p{font-size:1.1rem;color:var(--text);font-weight:600;margin:0}.summary-price{font-size:.9rem;color:var(--text-light);font-weight:500;margin-left:.5rem;opacity:.85}.summary-card-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.summary-edit,.summary-delete{color:var(--text-light);opacity:1!important;transition:color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out);cursor:pointer;padding:.5rem;border-radius:6px;width:44px;height:44px;display:flex!important;align-items:center;justify-content:center;flex-shrink:0;background:#0000000a}.summary-edit svg,.summary-edit i,.summary-delete svg,.summary-delete i{width:20px!important;height:20px!important;stroke-width:2!important;flex-shrink:0}.summary-edit:hover{color:var(--primary);background:var(--primary-a20)}.summary-delete{color:#ef4444}.summary-delete:hover{color:#dc2626;background:#ef44441a}.summary-total{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.5rem}.price-breakdown{width:100%}.price-line{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;margin-bottom:.5rem}.price-line:last-child{margin-bottom:0}.price-line.total-price{border-top:1px solid var(--border);padding-top:.75rem;margin-top:.75rem;font-weight:600;font-size:1rem}.price-label{color:var(--text-light);flex:1;min-width:0}.price-value{color:var(--text);font-weight:500;white-space:nowrap;margin-left:.5rem}.price-line.total-price .price-value{color:var(--primary);font-weight:700;font-size:1.1rem}.total-price-display{display:flex;align-items:center;gap:1rem;font-size:1.2rem;font-weight:600}.total-label{color:var(--text-light)}.total-value{color:var(--primary);font-size:1.5rem;font-weight:700}.price-disclaimer{text-align:center;margin-top:.5rem}.price-disclaimer small{color:var(--text-light);font-size:.75rem;font-style:italic}.summary-actions{display:flex;gap:1rem;flex-direction:column}.summary-actions .btn{width:100%;justify-content:center}.app-block-container{width:100%;max-width:400px;margin-top:1rem}.app-block-container>*{width:100%}.icon-xs{width:12px;height:12px}.icon-sm{width:16px;height:16px}.icon-md{width:24px;height:24px}.icon-lg{width:32px;height:32px}.size-image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.size-image-modal-overlay.visible{opacity:1;pointer-events:auto}.size-image-zoom{position:relative;background:#fff;padding:40px;border-radius:20px;box-shadow:0 25px 80px #00000080;border:3px solid var(--primary);max-width:95vw;max-height:95vh;text-align:center;min-width:600px;transform:scale(.9);transition:transform .3s ease}.size-image-modal-overlay.visible .size-image-zoom{transform:scale(1)}.size-image-zoom img{max-width:900px;max-height:900px;width:100%;height:auto;object-fit:contain;border-radius:16px;display:block;margin:0 auto}.size-image-zoom .zoom-label{text-align:center;margin-top:25px;font-size:28px;font-weight:700;color:var(--primary);line-height:1.3}@media(max-width:1024px){.main-content{grid-template-columns:1fr;gap:2rem}.safe-preview{position:relative;top:0}.product-configurator .modal-content{max-width:95vw}.option-grid[data-custom-columns],.option-grid[data-option-count="4"],.option-grid[data-option-count="5"],.option-grid[data-option-count="6"],.option-grid[data-option-count="7"],.option-grid[data-option-count="8"],.option-grid[data-option-count="9"],.option-grid[data-option-count="10"]{grid-template-columns:repeat(3,1fr);max-width:100%}.option-grid[data-option-count="11"],.option-grid[data-option-count="12"],.option-grid[data-option-count="13"],.option-grid[data-option-count="14"],.option-grid[data-option-count="15"],.option-grid[data-option-count="16"],.option-grid[data-option-count="17"],.option-grid[data-option-count="18"],.option-grid[data-option-count="19"],.option-grid[data-option-count="20"]{grid-template-columns:repeat(4,1fr);max-width:100%}}@media(max-width:1024px)and (min-width:769px){.product-configurator .modal-footer{padding:.875rem 1.25rem;gap:.625rem}.footer-price-label{font-size:.75rem}.footer-price-value{font-size:1.4rem}.product-configurator .modal-footer-buttons .btn{padding:.625rem 1rem;font-size:.875rem;gap:.4rem}.product-configurator .modal-footer-buttons .btn svg,.product-configurator .modal-footer-buttons .btn i{width:18px;height:18px}.option-grid{gap:1rem}.option-card{padding:.75rem}.option-card.has-image>span,.option-card.has-image>.option-price{padding:.5rem .625rem;font-size:.85rem}.option-card span{font-size:.875rem}}@media(max-width:768px)and (min-width:310px){.safe-image-container,#summaryConfiguredSafe{width:350px;max-width:350px;margin-left:auto;margin-right:auto}[data-safe-size="4026x20"] .safe-layer-graphic,[data-safe-size="6026x20"] .safe-layer-graphic{background-size:110% 100%!important;background-position:center center!important}[data-safe-size="6031x27"] .safe-layer-graphic,[data-safe-size="6026x20"] .safe-layer-graphic,[data-safe-size="7241x27"] .safe-layer-graphic{background-size:110% 105%!important;background-position:center center!important}[data-safe-size="6637x27"] .safe-layer-graphic{background-size:110% 112%!important;background-position:center center!important}[data-safe-size="7251x27"] .safe-layer-graphic,[data-safe-size="7251x40XD"] .safe-layer-graphic,[data-safe-size="7261x27"] .safe-layer-graphic,[data-safe-size="7261x40XD"] .safe-layer-graphic{background-size:110% 110%!important;background-position:center center!important}[data-safe-size="6031x27"][data-hinge-swing=left] .safe-layer-crane-hinges{left:-3%!important}[data-safe-size="6031x27"][data-hinge-swing=right] .safe-layer-crane-hinges{left:3%!important}[data-safe-size="6637x27"][data-hinge-swing=left] .safe-layer-crane-hinges,[data-safe-size="6637x27"][data-hinge-swing=right] .safe-layer-crane-hinges{left:0%!important}[data-safe-size="7241x27"][data-hinge-swing=left] .safe-layer-crane-hinges{left:-3%!important}[data-safe-size="7241x27"][data-hinge-swing=right] .safe-layer-crane-hinges{left:3%!important}[data-safe-size="7251x27"][data-hinge-swing=left] .safe-layer-crane-hinges{left:-3%!important}[data-safe-size="7251x27"][data-hinge-swing=right] .safe-layer-crane-hinges{left:3%!important}[data-safe-size="7251x40XD"][data-hinge-swing=left] .safe-layer-crane-hinges{left:-3%!important}[data-safe-size="7251x40XD"][data-hinge-swing=right] .safe-layer-crane-hinges{left:3%!important}[data-safe-size="7261x27"][data-hinge-swing=left] .safe-layer-crane-hinges{left:-2%!important}[data-safe-size="7261x27"][data-hinge-swing=right] .safe-layer-crane-hinges{left:2%!important}[data-safe-size="7261x40XD"][data-hinge-swing=left] .safe-layer-crane-hinges{left:-2%!important}[data-safe-size="7261x40XD"][data-hinge-swing=right] .safe-layer-crane-hinges{left:2%!important}[class*=safe-layer-hinge-][style*=left]{transform:translateY(-50%) translate(-13%)!important}[class*=safe-layer-hinge-][style*=right]{transform:translateY(-50%) translate(13%)!important}}@media(max-width:768px){.container{padding:1rem}.config-header{margin-bottom:1.5rem}.safe-image-container,#summaryConfiguredSafe{padding:2rem}.summary-configured-safe{margin:0 auto}.config-header h1{font-size:1.5rem}.subtitle{font-size:.95rem}.size-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.size-card{padding:1rem}.product-configurator .modal{padding:0;align-items:stretch}.product-configurator .modal-content{max-width:100%;max-height:100dvh;height:100dvh;border-radius:0}.product-configurator .modal-close{display:flex}.product-configurator .modal-header{padding:1rem}.step-indicator-container{gap:.3rem;padding-right:2.5rem}.step-circle{width:30px;height:30px;font-size:.75rem}.product-configurator .modal-body{padding:1.25rem 1rem;max-height:none}.step-header{margin-bottom:1.25rem}.step-header h2{font-size:1.35rem}.step-header p{font-size:.95rem}.option-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem;max-width:100%!important;margin:0!important}.inline-group-options{grid-template-columns:repeat(3,1fr)!important}.option-grid .option-card{min-width:0;max-width:100%}.option-card{padding:.5rem .5rem .75rem;flex-direction:column;text-align:center;gap:.4rem}.option-card.has-image{padding:0}.option-card.has-image>span,.option-card.has-image>.option-price{padding:.35rem .5rem .5rem;font-size:.8rem;line-height:1.2}.option-card .size-image-container{border-radius:6px}.inline-group{padding:1rem}.inline-group-header{margin-bottom:1rem;padding-bottom:.75rem}.inline-group-header h3{font-size:1.125rem;line-height:1.3}.inline-group-back,.inline-group-close{padding:.5rem;min-width:44px;min-height:44px;flex-shrink:0}.inline-group-back svg,.inline-group-back i,.inline-group-close svg,.inline-group-close i{width:18px;height:18px}.inline-group-options{grid-template-columns:repeat(2,1fr)!important;gap:.75rem;margin-bottom:1rem}.inline-group-footer{margin:0 -1rem;padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.inline-group-apply{width:100%;min-width:auto;padding:.875rem 1.5rem;font-size:.95rem}.tooltip-icon{z-index:100}.option-card.wide{padding:1rem .75rem;flex-direction:column;text-align:center;grid-column:span 1}.color-preview{width:100%;aspect-ratio:1;max-width:100px}.option-icon{width:36px;height:36px}.option-card span{font-size:.8rem;line-height:1.2}.option-price{font-size:.75rem!important}.product-configurator .modal-footer{padding:.625rem .75rem;flex-direction:column;gap:.5rem;padding-bottom:max(.625rem,env(safe-area-inset-bottom))}.product-configurator .modal-footer-price{align-items:center;text-align:center;width:100%}.footer-price-label{font-size:.7rem}.footer-price-value{font-size:1.25rem;font-weight:600}.product-configurator .modal-footer-buttons{width:100%;justify-content:stretch;flex-direction:row;gap:.5rem}.product-configurator .modal-footer-buttons .btn{flex:1;width:100%;justify-content:center;padding:.5rem .75rem;font-size:.85rem;gap:.35rem}.product-configurator .modal-footer-buttons .btn svg,.product-configurator .modal-footer-buttons .btn i{width:16px;height:16px}.product-configurator .modal-footer-buttons #backBtn{order:1}.product-configurator .modal-footer-buttons #nextBtn{order:2}.summary-content{max-height:100dvh;height:100dvh}.summary-header{padding:1.5rem 1rem}.summary-collapse-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:var(--background);border:none;border-top:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer;font-weight:600;font-size:.9rem;color:var(--text);transition:background-color var(--duration-fast) var(--ease-out);min-height:44px}.summary-collapse-toggle:active{background:var(--border-light)}.summary-collapse-toggle svg{width:18px;height:18px;transition:transform .3s ease}.summary-collapse-toggle.open svg{transform:rotate(180deg)}.summary-collapsible-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.summary-collapsible-content.open{max-height:60vh;overflow-y:auto}.return-to-summary-inline{top:.5rem;right:.5rem;padding:.65rem 1rem;font-size:.85rem;box-shadow:0 3px 10px #0003}.return-to-summary-inline:hover{transform:translateY(-1px);box-shadow:0 5px 14px #00000040}.summary-main{flex-direction:column}.summary-body{padding:0;max-height:none;overflow:visible}.summary-body-inner{padding:1rem;display:grid;gap:1rem}.summary-card{padding:1rem}.summary-edit,.summary-delete{opacity:1}.summary-sidebar{width:100%;padding:1rem;max-height:none;gap:1rem}.summary-size-image{max-height:300px;overflow:hidden;width:100%}.summary-configured-safe{max-height:400px;width:100%}.summary-configured-safe .safe-layer-base,.summary-configured-safe .safe-layer-door,.summary-configured-safe .safe-layer-color,.summary-configured-safe .safe-layer-lock,.summary-configured-safe .safe-layer-graphic,.summary-configured-safe .safe-layer-hinge{max-height:400px;width:100%;height:100%;object-fit:contain}.summary-size-image img{max-height:300px;width:100%;object-fit:contain}.summary-actions{flex-direction:column;gap:.75rem}.app-block-container{max-width:100%;margin-top:.5rem}.color-grid{grid-template-columns:repeat(2,1fr)!important}.color-tab{padding:.75rem 1rem;font-size:.8rem}.color-option{padding:1rem .75rem}.color-option .color-preview{width:100%;aspect-ratio:1;max-width:80px}.color-option span{font-size:.85rem}.price-line{font-size:.8rem}.price-line.total-price{font-size:.9rem}.size-image-zoom{min-width:auto;width:90vw;padding:20px}.size-image-zoom img{max-width:100%;max-height:70vh}.size-image-zoom .zoom-label{font-size:20px;margin-top:15px}.expand-icon{width:20px;height:20px;background:#0009}.expand-icon svg{width:12px;height:12px}}@media(max-width:480px){.modal-footer-price{flex-direction:row;align-items:center}.config-header h1{font-size:1.5rem}.subtitle{font-size:1rem}.step-header h2,.summary-header h2{font-size:1.5rem}.safe-image-container,#summaryConfiguredSafe{padding:2rem}}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:var(--background)}.modal-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:var(--secondary)}.product-configurator .key-features-wrapper{font-family:Roboto,sans-serif!important;padding:20px 0 30px}.product-configurator .key-features-title{font-size:20px;font-weight:700;margin-bottom:16px;color:var(--text)}.product-configurator .key-features{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}@media(max-width:767px){.product-configurator .key-features{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px}.product-configurator .key-features .feature-item{flex:0 0 calc(50% - 6px);min-width:calc(50% - 6px);scroll-snap-align:start;box-sizing:border-box}.product-configurator .carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:12px}.product-configurator .carousel-dot{width:8px;height:8px;border-radius:50%;background:#0000001f}.product-configurator .carousel-dot.active{background:var(--primary);transform:scale(1.15)}}.product-configurator .feature-item{padding:14px 12px;border-radius:10px;background:var(--surface);border:1px solid var(--border)}.product-configurator .key-features-wrapper{width:100%;max-width:1400px;margin:0 auto;padding:30px 15px;box-sizing:border-box}.product-configurator .key-features-title{font-size:24px;font-weight:700;color:var(--primary-color, #222);text-align:left;margin-bottom:25px;position:relative}.product-configurator .key-features{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;justify-content:center;width:100%;box-sizing:border-box}@media(max-width:1024px)and (min-width:768px){.product-configurator .key-features{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:767px){.product-configurator .key-features{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px}.product-configurator .key-features::-webkit-scrollbar{height:6px}.product-configurator .key-features .feature-item{flex:0 0 calc(50% - 6px);min-width:calc(50% - 6px);scroll-snap-align:start;box-sizing:border-box}.product-configurator .carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:12px}.product-configurator .carousel-dot{width:8px;height:8px;border-radius:50%;background:#0000001f}.product-configurator .carousel-dot.active{background:var(--primary, #0070c9);transform:scale(1.15)}}.product-configurator .feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--white, #fff);border:1px solid var(--border-color, #e5e5e5);border-radius:12px;padding:20px 15px;transition:all .3s ease;position:relative;overflow:hidden;min-height:140px;justify-content:flex-start}.product-configurator .feature-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0070c90d,#0056b31a);opacity:0;transition:opacity .3s ease;z-index:0}.product-configurator .feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0070c926;border-color:var(--accent-color, #0070c9)}.product-configurator .feature-item:hover:before{opacity:1}.product-configurator .feature-item>*{position:relative;z-index:1}.product-configurator .feature-icon{width:48px;height:48px;margin-bottom:12px;color:var(--accent-color, #0070c9);stroke-width:2;transition:transform .3s ease;flex-shrink:0;order:1}.product-configurator .feature-item:hover .feature-icon{transform:scale(1.1)}.product-configurator .feature-middle{min-height:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:8px;order:2;flex-grow:1}.product-configurator .feature-bottom{min-height:30px;display:flex;align-items:center;justify-content:center;order:3;flex-shrink:0}.product-configurator .feature-text{font-size:20px;font-weight:600;color:var(--primary-color, #222);line-height:1.3;margin:0}.product-configurator .feature-item.fire-protection .feature-number{font-size:48px;font-weight:900;color:var(--secondary);line-height:1;margin:0}.product-configurator .feature-item.fire-protection .feature-unit{font-size:18px;font-weight:700;margin-left:2px;color:var(--secondary)}.product-configurator .feature-item.fire-protection .feature-text{font-size:20px;font-weight:600;color:var(--secondary-color, #666);margin:0}.product-configurator .feature-item.security-level .feature-number{font-size:48px;font-weight:900;color:var(--secondary);line-height:1;margin:0}.product-configurator .feature-item.security-level .feature-text{font-size:20px;font-weight:600;color:var(--secondary-color, #666);margin:0}.product-configurator .feature-item.made-in-usa .usa-main{font-size:48px;font-weight:900;color:var(--secondary);line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.1);margin:0}.product-configurator .feature-item.made-in-usa .usa-sub{font-size:20px;color:var(--secondary-color, #666);font-weight:600;margin:0}@media(max-width:767px){.product-configurator .feature-item{padding:14px 12px}.product-configurator .feature-icon{width:40px;height:40px}.product-configurator .feature-middle{min-height:40px}.product-configurator .feature-bottom{min-height:20px}.product-configurator .feature-text{font-size:18px}}.product-configurator .feature-item.gun-capacity .gun-sub{font-size:20px;color:var(--secondary-color, #666);line-height:1;font-weight:600;margin:0}.product-configurator .feature-item.gun-capacity .gun-number,.product-configurator .feature-item.steel-gauge .steel-number{font-size:48px;font-weight:900;color:var(--secondary);line-height:1;margin:0}.product-configurator .feature-item.steel-gauge .steel-text{font-size:20px;color:var(--secondary-color, #666);font-weight:600;margin:0}.product-configurator .feature-item.burglary-rating .rating-text{font-size:32px;font-weight:900;color:var(--secondary);line-height:1.2;margin:0}.product-configurator .feature-item.burglary-rating .rating-sub{font-size:20px;color:var(--secondary-color, #666);font-weight:600;margin:0}.safe-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:10000;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.safe-zoom-overlay.active{display:flex;opacity:1}.safe-zoom-container{position:relative;width:90vw;height:90vh;cursor:grab;overflow:hidden}.safe-zoom-container:active{cursor:grabbing}.safe-zoom-content{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .1s ease-out}.safe-zoom-content>div{position:relative;width:80%;height:80%;max-width:1200px;max-height:1200px}.safe-zoom-controls{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;gap:.5rem;z-index:10001}.safe-zoom-btn{width:40px;height:40px;background:#ffffffe6;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003}.safe-zoom-btn:hover:not(:disabled){background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.safe-zoom-btn:disabled{opacity:.4;cursor:not-allowed}.safe-zoom-btn svg{width:20px;height:20px;stroke:#333;stroke-width:2.5}.safe-zoom-close{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:48px;height:48px;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:all .2s ease;box-shadow:0 4px 12px #0000004d}.safe-zoom-close:hover{background:#fff;transform:translate(-50%) scale(1.1);box-shadow:0 6px 16px #0006}.safe-zoom-close svg{width:24px;height:24px;stroke:#333;stroke-width:2.5}.quote-modal-content{max-width:600px;max-height:90vh;overflow-y:auto}.quote-modal-header{text-align:center;padding:2rem;border-bottom:1px solid var(--border)}.quote-modal-header i{color:var(--primary);margin-bottom:1rem}.quote-modal-header h2{font-size:1.75rem;margin-bottom:.5rem;color:var(--text)}.quote-modal-header p{color:var(--text-light);font-size:.95rem}.quote-modal-body{padding:2rem}.quote-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:var(--text);font-size:.9rem}.form-group.required label:after{content:" *";color:#ef4444}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.form-group textarea{resize:vertical;min-height:100px}.quote-info{display:flex;gap:.75rem;padding:1rem;background:var(--background);border-radius:var(--radius-sm);border:1px solid var(--border)}.quote-info i{color:var(--primary);flex-shrink:0;margin-top:2px}.quote-info p{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.5}.quote-message{padding:1rem;border-radius:var(--radius-sm);font-size:.9rem;display:flex;align-items:center;gap:.5rem}.quote-message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.quote-message.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.quote-modal-footer{padding:1.5rem 2rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:1rem;background:var(--background)}.quote-modal-footer .btn{min-width:140px}.icon-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sticky-cart-container{position:fixed;bottom:20px;right:20px;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:12px;display:flex;flex-direction:column;align-items:flex-end;background-color:none}.sticky-cart-container.visible{visibility:visible;opacity:1;background-color:none;align-items:flex-end;gap:20px}.jump-to-top-btn{background:#fffffff2;color:#0070c9;border:2px solid #0070c9;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.jump-to-top-btn:hover{background:#005bb5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px var(--primary-a20)}.jump-to-top-btn .jump-icon{width:16px;height:16px;stroke-width:2.5}.jump-to-top-btn.visible{display:flex}.test-jump-to-summary{position:fixed;bottom:120px;right:30px;z-index:10000}.test-main-btn{width:60px;height:60px;background:#ff6b35;color:#fff;border:3px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #ff6b3566;transition:all .3s ease;font-size:28px;font-weight:700}.test-main-btn:hover{transform:scale(1.1);background:#ff5722;box-shadow:0 6px 25px #ff6b3599}.test-dropdown{position:absolute;bottom:70px;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:220px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:all .3s ease;z-index:10001}.test-dropdown.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.test-dropdown-header{padding:12px 16px;font-weight:600;font-size:.875rem;color:#64748b;border-bottom:1px solid #e2e8f0;text-transform:uppercase;letter-spacing:.5px}.test-preset-item{padding:12px 16px;cursor:pointer;transition:all .2s ease;color:#0f172a;font-size:.9375rem;border-left:3px solid transparent}.test-preset-item:hover{background:var(--background);border-left-color:#ff6b35;color:#ff6b35;font-weight:500}.test-preset-item:last-child{border-radius:0 0 12px 12px}.load-config-link-container{margin-top:1.5rem;text-align:left;padding-top:1.5rem;border-top:1px solid var(--border)}.load-config-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-light);background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem .75rem;border-radius:var(--radius-sm);transition:color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out);text-decoration:none}.load-config-link:hover{color:var(--primary);background:var(--primary-a10)}.load-config-link:active{color:var(--primary-dark)}.load-config-link i{width:16px;height:16px;flex-shrink:0}@media(max-width:768px){.load-config-link-container{margin-top:1.25rem;padding-top:1.25rem;text-align:left}.load-config-link{font-size:.85rem;padding:.4rem .5rem}}.saved-quotes-list{display:flex;flex-direction:column;gap:1rem}.saved-quote-card{padding:1rem;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out);display:flex;justify-content:space-between;align-items:center}.saved-quote-card:hover{border-color:var(--primary);background:var(--primary-a10)}.saved-quote-info{flex:1}.saved-quote-id{font-weight:600;color:var(--text);font-size:.95rem;font-family:Courier New,monospace;margin-bottom:.25rem}.saved-quote-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--text-light)}.btn-delete-quote{background:#ef4444;color:#fff;border:none;border-radius:var(--radius-sm);padding:.5rem .75rem;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out);font-size:.85rem;font-weight:500;margin-left:1rem;min-height:44px}.btn-delete-quote:hover{background:#dc2626}.no-saved-quotes{text-align:center;padding:2rem 1rem;color:var(--text-light)}.quote-limit-notice{background:#f59e0b1a;border-left:3px solid #f59e0b;padding:1rem;border-radius:var(--radius-sm);font-size:.9rem;color:#92400e;margin-bottom:1rem}.load-config-modal-content,.override-modal-content{max-width:500px}.load-config-modal-header,.override-modal-header{text-align:center;padding:2rem 2rem 1.5rem;border-bottom:1px solid var(--border)}.load-config-modal-header i,.override-modal-header i{width:48px;height:48px;color:var(--primary);margin-bottom:1rem}.override-modal-header i.warning{color:#f59e0b}.load-config-modal-header h2,.override-modal-header h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.load-config-modal-header p,.override-modal-header p{color:var(--text-light);font-size:.95rem}.load-config-modal-body,.override-modal-body{padding:2rem}.load-config-form,.quote-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.95rem;color:var(--text)}.form-group.required label:after{content:"";display:inline}.label-hint{font-weight:400;color:var(--text-light);font-size:.85rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out);background:var(--surface)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-a20)}.field-hint{font-size:.85rem;color:var(--text-light);margin-top:-.25rem}.load-config-modal-footer,.override-modal-footer{padding:1.5rem 2rem;border-top:1px solid var(--border);display:flex;gap:1rem;justify-content:flex-end}.existing-config-info{background:var(--background);border-radius:var(--radius-sm);padding:1.25rem;margin-bottom:1rem}.config-info-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border)}.config-info-row:last-child{border-bottom:none}.config-label{font-weight:500;color:var(--text-light);font-size:.9rem}.config-value{font-weight:600;color:var(--text);font-size:.9rem}.quote-info{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--primary-a10);border-left:3px solid var(--primary);border-radius:var(--radius-sm);font-size:.9rem;color:var(--text)}.quote-info.save-info{background:#10b9810d;border-left-color:var(--success)}.quote-info.warning-info{background:#f59e0b0d;border-left-color:#f59e0b}.quote-info i{flex-shrink:0;width:20px;height:20px;color:var(--primary)}.quote-info.save-info i{color:var(--success)}.quote-info.warning-info i{color:#f59e0b}.quote-info p{margin:0;line-height:1.5}.success-content{text-align:center}.quote-id-display{margin:1.5rem 0;padding:1rem;background:var(--background);border-radius:var(--radius-sm)}.quote-id-display strong{display:block;margin-bottom:.5rem;color:var(--text-light);font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.quote-id-box{display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--surface);border:2px solid var(--primary);border-radius:var(--radius-sm);padding:1rem}.quote-id-box code{font-family:Courier New,monospace;font-size:1.1rem;font-weight:600;color:var(--primary);letter-spacing:.5px}.btn-copy-quote{background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);padding:.5rem;cursor:pointer;transition:background-color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out);display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.btn-copy-quote:hover{background:var(--primary-dark);transform:scale(1.05)}.btn-copy-quote i{width:16px;height:16px}.quote-id-hint{margin-top:.75rem;font-size:.9rem;color:var(--text-light);font-style:italic}.btn-warning{background:#f59e0b!important}.btn-warning:hover{background:#d97706!important}.quote-message{padding:1rem;border-radius:var(--radius-sm);font-size:.95rem;line-height:1.5;margin-top:1rem}.quote-message.error{background:#ef44441a;border-left:3px solid #ef4444;color:#991b1b}.quote-message.success{background:#10b9811a;border-left:3px solid var(--success);color:#065f46}@media(max-width:640px){.load-config-modal-content,.override-modal-content,.quote-modal-content{max-width:100%;margin:1rem}.load-config-modal-header,.override-modal-header,.quote-modal-header{padding:1.5rem 1rem 1rem}.load-config-modal-body,.override-modal-body,.quote-modal-body{padding:1.5rem 1rem}.load-config-modal-footer,.override-modal-footer,.quote-modal-footer{padding:1rem;flex-direction:column}.load-config-modal-footer button,.override-modal-footer button,.quote-modal-footer button{width:100%}.quote-id-box{flex-direction:column;gap:.5rem}.quote-modal-content{position:fixed;top:0;right:0;bottom:0;left:0;margin:0;width:100%;height:100vh;max-height:100vh;border-radius:0;display:flex;flex-direction:column;background:var(--surface);z-index:1200}.quote-modal-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.quote-modal-footer{position:sticky;bottom:0;z-index:1210;background:var(--surface);padding:1rem;border-top:1px solid var(--border)}.quote-modal-footer .btn{width:100%}.quote-id-box code{font-size:.95rem;word-break:break-all}}.quote-success-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;min-height:400px;text-align:center}.quote-success-state__icon{margin-bottom:1.5rem;animation:successPulse .6s cubic-bezier(.34,1.56,.64,1)}.quote-success-state__icon .icon-success{width:80px;height:80px;color:var(--success);stroke-width:2}.quote-success-state__content{max-width:400px;width:100%}.quote-success-state__title{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:1.5rem;line-height:1.3}.quote-success-state__quote-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.quote-success-state__label{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light)}.quote-success-state__quote-number{font-size:1.75rem;font-weight:700;color:var(--primary);font-family:Courier New,monospace;letter-spacing:.02em}.quote-success-state__message{font-size:.95rem;color:var(--text-light);line-height:1.6;margin:0 0 2rem}.quote-success-state__actions{width:100%;max-width:300px}.quote-success-state__actions .btn{width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:600}@keyframes successPulse{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}@media(max-width:768px){.quote-success-state{padding:2rem 1.5rem;min-height:350px}.quote-success-state__icon .icon-success{width:64px;height:64px}.quote-success-state__title{font-size:1.25rem}.quote-success-state__quote-number{font-size:1.5rem}}.cabinet-group-header{grid-column:1 / -1;margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:600;color:var(--text);border-bottom:1px solid var(--border);padding-bottom:.5rem}.cabinet-group-header:first-child{margin-top:0}.summary-model-card{display:flex;align-items:center;gap:1.25rem;padding:1.25rem;background:var(--surface);border:1.5px solid var(--primary);border-radius:12px;box-shadow:0 0 0 3px var(--primary-a10);cursor:default}.summary-model-card:hover{transform:none;box-shadow:0 0 0 3px var(--primary-a10);border-color:var(--primary)}.summary-model-card__image{width:72px;height:72px;object-fit:contain;border-radius:var(--radius-sm);flex-shrink:0}.summary-model-card__info{display:flex;flex-direction:column;gap:.25rem}.summary-model-card__brand{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light)}.summary-model-card__name{font-size:1.15rem;font-weight:600;color:var(--text);line-height:1.3}@media(max-width:768px){.summary-model-card__image{width:56px;height:56px}.summary-model-card__name{font-size:1rem}}.size-card:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-color:var(--primary)}.summary-card:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-color:var(--primary)}.rivet-color-option:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-color:var(--primary)}.color-option:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-color:var(--primary)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/product-configurator.css.map */
