.ll-pdm-customizer{margin:22px 0 24px;padding:20px;border:1px solid rgba(0,0,0,.12);border-radius:18px;background:#fff;box-shadow:0 10px 30px #0000000f;font-family:inherit;color:#151515}.ll-pdm-customizer *{box-sizing:border-box}.ll-pdm-eyebrow{margin:0 0 6px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;color:#6a6a6a}.ll-pdm-title{margin:0 0 8px;font-size:22px;line-height:1.15}.ll-pdm-help{margin:0 0 18px;color:#555;line-height:1.45;font-size:14px}.ll-pdm-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:18px;align-items:start}.ll-pdm-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ll-pdm-field{display:flex;flex-direction:column;gap:6px}.ll-pdm-field--full{grid-column:1/-1}.ll-pdm-field label{font-size:13px;font-weight:800;color:#252525}.ll-pdm-input,.ll-pdm-select{width:100%;border:1px solid rgba(0,0,0,.2);border-radius:10px;background:#fff;color:#111;padding:11px 12px;font:inherit;font-size:14px;min-height:44px}.ll-pdm-input[disabled]{background:#f3f3f3;color:#777}.ll-pdm-row-inline{display:grid;grid-template-columns:1fr 120px;gap:10px}.ll-pdm-arrow-group{display:flex;flex-wrap:wrap;gap:8px}.ll-pdm-arrow-btn{border:1px solid rgba(0,0,0,.18);background:#fff;border-radius:10px;padding:9px 11px;min-width:92px;cursor:pointer;font-weight:900;line-height:1.1}.ll-pdm-arrow-btn small{display:block;font-weight:700;font-size:10px;margin-top:2px;color:inherit;opacity:.7}.ll-pdm-arrow-btn.is-active{background:#111;color:#fff;border-color:#111}.ll-pdm-check{display:flex;align-items:center;gap:9px;font-weight:800;font-size:14px;margin-top:4px}.ll-pdm-check input{width:18px;height:18px}.ll-pdm-preview-card{border:1px solid rgba(0,0,0,.12);border-radius:18px;background:linear-gradient(180deg,#f9fafb,#f2f3f5);padding:18px}.ll-pdm-preview-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.ll-pdm-preview-head h3{margin:0;font-size:17px}.ll-pdm-recommend{font-size:12px;color:#555;text-align:right;line-height:1.35}.ll-pdm-preview-stage{height:360px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.07);overflow:hidden;padding:18px}.ll-pdm-marker{--pdm-bg:#00843d;--pdm-fg:#fff;--pdm-width-scale:2;--pdm-length:12;--pdm-length-scale:.25;display:flex;align-items:center;justify-content:space-between;gap:10px;width:clamp(280px,calc(var(--pdm-length-scale) * 620px),100%);height:calc(34px + (var(--pdm-width-scale) * 18px));background:var(--pdm-bg);color:var(--pdm-fg);font-family:Roboto,Arial,sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.03em;padding:0 18px;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 18px #0000001f;transform-origin:center;transition:width .2s ease,height .2s ease,transform .2s ease}.ll-pdm-marker.is-vertical{height:clamp(180px,calc(var(--pdm-length-scale) * 360px),100%);width:calc(46px + (var(--pdm-width-scale) * 14px));max-width:105px;min-width:60px;flex-direction:column;padding:6px;gap:8px;align-self:stretch}.ll-pdm-arrow{display:inline-flex;align-items:center;justify-content:center;font-size:34px;line-height:1;min-width:34px;font-weight:900;flex:0 0 auto}.ll-pdm-marker.is-vertical .ll-pdm-arrow{font-size:38px;min-width:0;min-height:34px;width:100%}.ll-pdm-marker--no-arrows .ll-pdm-arrow{display:none}.ll-pdm-marker-text{display:block;font-size:34px;line-height:1;white-space:nowrap;overflow:visible;text-overflow:clip;text-align:center;min-width:0;flex:1 1 auto}.ll-pdm-marker.is-vertical .ll-pdm-marker-text{font-size:24px;writing-mode:vertical-rl;text-orientation:upright;white-space:normal;line-height:1.04;max-height:none;height:calc(100% - 86px);max-width:100%;overflow:hidden;letter-spacing:.08em;display:flex;align-items:center;justify-content:center}.ll-pdm-summary{margin-top:14px;border-radius:14px;background:#111;color:#fff;padding:14px;font-size:13px;line-height:1.55}.ll-pdm-summary strong{color:#fff}.ll-pdm-warning{display:none;margin-top:12px;border-radius:12px;background:#fff3cd;color:#664d03;padding:12px;font-weight:750}.ll-pdm-warning.is-visible{display:block}.ll-pdm-mini-note{margin:12px 0 0;color:#666;font-size:12px;line-height:1.4}.ll-pdm-ansi-note{margin-top:14px;border-left:3px solid #111;padding-left:12px;color:#4b4b4b;font-size:12px;line-height:1.45}.ll-pdm-color-help{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-top:8px}.ll-pdm-swatch{height:18px;border-radius:5px;border:1px solid rgba(0,0,0,.14)}.ll-pdm-pricing-rule{margin-top:12px;border-radius:12px;background:#fff;color:#222;border:1px solid rgba(0,0,0,.08);padding:10px 12px;font-size:12px;line-height:1.35;font-weight:750}.ll-pdm-recommend strong[data-pdm-est-price]{color:#111}.ll-pdm-select option{font-size:14px}.ll-pdm-preview-card [data-pdm-est-price]{white-space:nowrap}@media(max-width:900px){.ll-pdm-grid{grid-template-columns:1fr}.ll-pdm-preview-head{flex-direction:column}.ll-pdm-recommend{text-align:left}}@media(max-width:640px){.ll-pdm-controls,.ll-pdm-row-inline{grid-template-columns:1fr}.ll-pdm-preview-stage{height:310px}.ll-pdm-marker-text{font-size:25px}.ll-pdm-marker.is-vertical{height:100%}}.ll-pdm-product-host .ll-pdm-native-hidden{display:none!important;visibility:hidden!important}.ll-pdm-cart-row{display:grid;grid-template-columns:110px minmax(180px,1fr);gap:12px;align-items:center}.ll-pdm-qty{text-align:center}.ll-pdm-builder-add{min-height:48px;border:0;border-radius:12px;background:#111;color:#fff;font:inherit;font-weight:900;letter-spacing:.02em;cursor:pointer;padding:12px 18px}.ll-pdm-builder-add:hover{background:#000}.ll-pdm-builder-add[disabled],.ll-pdm-builder-add.is-loading{opacity:.65;cursor:wait}.ll-pdm-add-status{margin:8px 0 0;font-size:13px;font-weight:800;color:#28633d}.ll-pdm-add-status.is-error{color:#b42318}.ll-pdm-builder-cart{border-top:1px solid rgba(0,0,0,.1);padding-top:14px;margin-top:2px}@media(max-width:640px){.ll-pdm-cart-row{grid-template-columns:1fr}.ll-pdm-builder-add{width:100%}}.ll-pdm-add-status:not(.is-error){color:#167544}.ll-pdm-marker{transition:width .2s ease,height .2s ease,background-color .2s ease,color .2s ease}.ll-pdm-marker{min-height:calc(38px + (var(--pdm-width-scale) * 20px));height:calc(38px + (var(--pdm-width-scale) * 20px))}.ll-pdm-marker-text{font-size:calc(var(--pdm-code-text-px, 34) * 1px)!important;line-height:1!important;overflow:visible;text-overflow:clip;white-space:nowrap}.ll-pdm-marker.is-vertical{min-width:calc(46px + (var(--pdm-width-scale) * 16px));width:calc(46px + (var(--pdm-width-scale) * 16px))}.ll-pdm-marker.is-vertical .ll-pdm-marker-text{font-size:calc(var(--pdm-code-text-px, 28) * 1px)!important;line-height:1!important;overflow:visible}.ll-pdm-preview-stage{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/121/assets/lightline-pipe-duct-marker-customizer-v17.css.map */
