:root{--lb-green: #2E7D32;--lb-green-hover: #2E7D32;--lb-dark: #011028;--lb-gray-bg: #F2F2F2;--lb-gray-border: #E5E5E5;--lb-border: #505050;--lb-white: #FFFFFF;--lb-red: #DB3735;--lb-blue: #4663B0;--lb-amber: #F3BC58;--lb-green-color: #2E7D32;--lb-sidebar-width: 400px;--lb-font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif}.lb-builder__debug{display:none}.lb-builder{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;background:var(--lb-white);font-family:var(--lb-font);overflow-x:hidden}.lb-builder.is-open{display:flex}body:has(.lb-builder.is-open){overflow:hidden!important}.lb-builder__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.lb-builder.is-open .lb-builder__backdrop{opacity:1}.lb-builder__container{display:flex;width:100%;height:100%;background:var(--lb-white)}.lb-builder__main{flex:1;display:flex;flex-direction:column;padding:40px;overflow-y:auto}.lb-builder__sidebar{width:var(--lb-sidebar-width);background:var(--lb-gray-bg);border-left:1px solid var(--lb-gray-border);display:flex;flex-direction:column;overflow-y:auto}.lb-builder__header{margin-bottom:24px}.lb-builder__title{font-size:20px;font-weight:700;color:var(--lb-dark);margin:0 0 4px;line-height:1.3}.lb-builder__price{font-size:18px;font-weight:400;color:var(--lb-dark);margin:0}.lb-builder__price-wrapper{display:flex;align-items:center;gap:10px}.lb-builder__price-info{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.lb-builder__price-info-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:var(--lb-dark);color:#fff;border-radius:50%;font-size:12px;font-weight:600;font-style:italic;font-family:Georgia,Times New Roman,serif;line-height:1}.lb-builder__price-info-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background-color:var(--lb-dark);color:#fff;padding:8px 12px;border-radius:6px;font-size:13px;font-weight:400;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:10;pointer-events:none}.lb-builder__price-info-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--lb-dark)}@media(hover:hover)and (pointer:fine){.lb-builder__price-info:hover .lb-builder__price-info-tooltip,.lb-builder__price-info:focus .lb-builder__price-info-tooltip{opacity:1;visibility:visible}}.lb-builder__price-info.is-active .lb-builder__price-info-tooltip{opacity:1;visibility:visible}.lb-builder__diagram{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 40px;min-height:400px}.lb-builder__diagram svg.lb-diagram__svg{max-width:100%;max-height:100%;width:100%;height:auto;margin:0 auto;display:block}.lb-builder__diagram svg.lb-diagram__svg[data-layout-type=oval]{max-width:700px}.lb-builder__diagram svg.lb-diagram__svg[data-layout-type=rectangle]{max-width:500px}.lb-builder__diagram svg.lb-diagram__svg[data-layout-type=full]{max-width:100%}.lb-builder__diagram svg.lb-diagram__svg[data-layout-type=linear]{max-width:600px}.lb-module{cursor:pointer;transition:all .15s ease}.lb-module__shape{fill:#d9d9d9;stroke:var(--lb-dark);stroke-width:1;rx:2;ry:2;transition:all .15s ease}.lb-module:hover .lb-module__shape{stroke-width:2}.lb-module.is-selectable .lb-module__shape{fill:var(--lb-white);stroke:var(--lb-green);stroke-width:3}.lb-module.is-configured .lb-module__shape{stroke:var(--lb-dark);stroke-width:1}.lb-module.is-selected .lb-module__shape,.lb-module.is-selectable.is-selected .lb-module__shape,.lb-module.is-configured.is-selected .lb-module__shape{stroke:#af1222;stroke-width:3;filter:drop-shadow(0 0 2px rgba(1,16,40,.3))}.lb-module.is-disabled{cursor:not-allowed}.lb-module.is-fixed{cursor:default;pointer-events:none}.lb-module.is-fixed .lb-module__shape{stroke:var(--lb-dark);stroke-width:1;fill:transparent}.lb-module[data-module-type=stt] .lb-module__label{font-weight:700;fill:var(--lb-white)}.lb-module__label{font-size:14px;font-weight:600;fill:var(--lb-dark);text-anchor:middle;dominant-baseline:middle;pointer-events:none}.lb-module__function-label{font-size:14px;font-weight:700;fill:var(--lb-dark);text-anchor:middle;dominant-baseline:middle;pointer-events:none}.lb-module__fills{pointer-events:none}.lb-module__fill-top,.lb-module__fill-bottom{transition:fill .2s ease}.lb-module__arrows{pointer-events:none}.lb-module__arrow{fill:var(--lb-dark);transition:fill .2s ease}.lb-module.is-configured .lb-module__arrow{fill:var(--lb-dark)}.lb-builder__note{font-size:14px;color:var(--lb-dark);margin:0 0 24px}.lb-builder__note strong{font-weight:600}.lb-builder__legend{margin-top:auto;padding-top:24px;border-top:1px solid #000;display:flex;align-items:flex-start}.lb-builder__legend-title{font-size:20px;font-weight:600;color:var(--lb-dark);margin:0 0 12px}.lb-builder__legend-content{display:flex;align-items:flex-start;gap:8px 60px;margin-left:60px}.lb-builder__legend-group{display:flex;flex-direction:column}.lb-builder__legend-label{font-size:14px;font-weight:600;color:var(--lb-dark)}.lb-builder__legend-value{list-style:none;padding:0;margin:0;font-size:14px;color:var(--lb-dark)}.lb-builder__legend-value li{margin:0;padding:0}.lb-builder__legend-value{font-size:14px;color:var(--lb-dark)}.lb-sidebar__header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 24px 0}.lb-sidebar__title{font-size:20px;font-weight:700;color:var(--lb-dark);margin:0 0 4px}.lb-sidebar__subtitle{font-size:13px;color:var(--lb-dark);font-weight:400;margin:0}.lb-sidebar__close{background:none;border:none;padding:0;cursor:pointer;color:var(--lb-dark);display:flex;align-items:center;justify-content:center;border-radius:0;transition:background .15s ease}.lb-sidebar__close svg{width:25px;height:25px}.lb-sidebar__content{padding:10px 24px 5px}.lb-sidebar__footer{padding:0 24px 24px}.lb-step:last-child{margin-bottom:15px}.lb-step__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.lb-step__header.is-clickable{cursor:pointer;transition:opacity .15s ease}.lb-step__header.is-clickable:hover{opacity:.7}.lb-step__title{font-size:16px;font-weight:700;color:var(--lb-dark);margin:0}.lb-step__progress{font-size:12px;color:var(--lb-dark);font-weight:400}.lb-builder .lb-step__colors{display:grid;grid-template-columns:repeat(7,35px);gap:10px;justify-content:start;overflow-x:visible!important}.lb-step.is-disabled .lb-step__colors{opacity:.4;pointer-events:none}.lb-step__divider{height:1px;background:var(--lb-dark);margin:10px 0}.lb-swatch{width:35px;height:35px;border-radius:50%;border:.5px solid var(--lb-border);cursor:pointer;position:relative;overflow:visible;transition:all .15s ease;background:var(--lb-white);box-sizing:border-box}.lb-swatch:hover{transform:scale(1.02);border-color:var(--lb-dark)}.lb-swatch.is-selected{border:1px solid var(--lb-dark);box-shadow:0 0 0 3px var(--lb-white),0 0 0 4px var(--lb-dark)}.lb-swatch--dual{display:flex;flex-direction:column;overflow:hidden}.lb-swatch__half{flex:1}.lb-swatch__half--top{border-radius:50% 50% 0 0}.lb-swatch__half--bottom{border-radius:0 0 50% 50%}.lb-swatch--single{overflow:hidden}.lb-swatch--single .lb-swatch__color{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.lb-swatch--function{display:flex;align-items:center;justify-content:center;background:var(--lb-white)}.lb-swatch--function .lb-swatch__label{font-size:11px;font-weight:700;color:var(--lb-dark)}.lb-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 24px;font-size:14px;font-weight:600;font-family:var(--lb-font);border:none;border-radius:0;cursor:pointer;transition:all .15s ease}.lb-button--primary{background:var(--lb-green);color:var(--lb-white);font-size:14px;border-radius:0}.lb-button--primary:hover:not(:disabled){background:var(--lb-green-hover)}.lb-button--primary:disabled{background:#d9d9d9;border:1px solid #505050;cursor:not-allowed;border-radius:0;color:#505050;font-size:14px}.lb-button--secondary{background:var(--lb-white);color:var(--lb-dark);border:1px solid var(--lb-dark);border-radius:0}.lb-button--secondary:hover{background:var(--lb-gray-bg)}.lb-button-group{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.lb-accessories-combined{display:flex;flex-direction:column;gap:12px}.lb-accessories-combined .widget-type-product-addon{margin-top:0}.lb-accessories__section-title,.lb-brackets__section-title{font-size:14px;font-weight:700;color:#001029;margin-bottom:0;padding-bottom:0}.lb-accessories,.lb-brackets{display:flex;flex-direction:column;gap:0}.lb-brackets__rebuy{margin-bottom:15px}.lb-accessories__loading,.lb-brackets__loading{text-align:center;padding:40px 20px}.lb-accessories__spinner,.lb-brackets__spinner{width:32px;height:32px;border:3px solid #e5e5e5;border-top-color:var(--lb-dark);border-radius:50%;animation:lb-spin .8s linear infinite;margin:0 auto 12px}@keyframes lb-spin{to{transform:rotate(360deg)}}.lb-accessories__loading p,.lb-brackets__loading p{margin:0;color:#666;font-size:14px}.lb-accessories__empty,.lb-brackets__empty{text-align:center;padding:40px 20px;color:#666}.lb-accessories__rebuy .rebuy-widget,.lb-accessories__rebuy [data-rebuy-id],.lb-brackets__rebuy .rebuy-widget,.lb-brackets__rebuy [data-rebuy-id]{display:block!important;visibility:visible!important;opacity:1!important}.lb-accessories__rebuy .rebuy-widget-container,.lb-brackets__rebuy .rebuy-widget-container{padding:0}.lb-accessories__rebuy .rebuy-addon__items,.lb-brackets__rebuy .rebuy-addon__items{display:flex;flex-direction:column;gap:0}.lb-accessories__rebuy .rebuy-addon__item,.lb-brackets__rebuy .rebuy-addon__item{display:flex;flex-direction:row;align-items:flex-start;padding:0;min-height:80px;background-color:#fff;gap:1rem;margin-bottom:0;margin-top:10px!important}.lb-accessories__rebuy .rebuy-addon__item:first-child,.lb-brackets__rebuy .rebuy-addon__item:first-child{margin-top:0}.lb-accessories__rebuy .rebuy-addon__item-checkbox,.lb-brackets__rebuy .rebuy-addon__item-checkbox{flex-shrink:0;order:1;padding-left:11px;padding-top:15px}.lb-accessories__rebuy .rebuy-checkbox,.lb-brackets__rebuy .rebuy-checkbox{width:22px;height:22px;appearance:none;-webkit-appearance:none;background-color:#fff;border:1px solid #001029;cursor:pointer;position:relative;border-radius:0;margin-right:15px}.lb-accessories__rebuy .rebuy-checkbox:checked,.lb-brackets__rebuy .rebuy-checkbox:checked{background-color:#001029;border-color:#001029;background-image:url(check-icon.svg);background-repeat:no-repeat;background-position:center;background-size:14px 14px}.lb-accessories__rebuy .rebuy-checkbox:checked:before,.lb-brackets__rebuy .rebuy-checkbox:checked:before{opacity:0!important}.lb-accessories__rebuy .rebuy-addon__item-info,.lb-brackets__rebuy .rebuy-addon__item-info{flex-grow:1;order:2;display:flex;flex-direction:column;gap:.25rem;padding:10px 0;margin-left:15px}.lb-accessories__rebuy .rebuy-addon__item-product-title,.lb-accessories__rebuy .rebuy-product-title,.lb-brackets__rebuy .rebuy-addon__item-product-title,.lb-brackets__rebuy .rebuy-product-title{font-size:16px;font-weight:500;color:#001029;font-family:Plus Jakarta Sans,sans-serif}.lb-accessories__rebuy .rebuy-addon__item-product-title a,.lb-brackets__rebuy .rebuy-addon__item-product-title a{color:#001029;text-decoration:none}.lb-accessories__rebuy .rebuy-addon__item-product-title a:hover,.lb-brackets__rebuy .rebuy-addon__item-product-title a:hover{text-decoration:underline}.lb-accessories__rebuy .rebuy-addon__item-description,.lb-accessories__rebuy .rebuy-product-description,.lb-brackets__rebuy .rebuy-addon__item-description,.lb-brackets__rebuy .rebuy-product-description{font-size:14px;font-weight:400;color:#001029;line-height:1.4;font-family:Plus Jakarta Sans,sans-serif}.lb-accessories__rebuy .rebuy-addon__item-variant-select select,.lb-accessories__rebuy .rebuy-select,.lb-brackets__rebuy .rebuy-addon__item-variant-select select,.lb-brackets__rebuy .rebuy-select{padding:.5rem 1rem;border:1px solid #001029;border-radius:0;font-size:14px;min-width:150px;background-color:#fff;font-family:Plus Jakarta Sans,sans-serif}.lb-accessories__rebuy .rebuy-addon__item-product-price,.lb-accessories__rebuy .rebuy-product-price,.lb-brackets__rebuy .rebuy-addon__item-product-price,.lb-brackets__rebuy .rebuy-product-price{font-size:14px;font-weight:500;color:#001029;font-family:Plus Jakarta Sans,sans-serif;margin:7px 0}.lb-accessories__rebuy .rebuy-addon__item-image,.lb-brackets__rebuy .rebuy-addon__item-image{flex-shrink:0;order:3;width:62px;height:62px;margin-right:9px;align-self:center;padding:0}.lb-accessories__rebuy .rebuy-addon__item-image img,.lb-brackets__rebuy .rebuy-addon__item-image img{width:100%;height:100%;object-fit:contain}.lb-accessories__rebuy .rebuy-addon__item-learn-more,.lb-brackets__rebuy .rebuy-addon__item-learn-more{display:none}.lb-accessories__rebuy .rebuy-addon__item.is-selected,.lb-accessories__rebuy .rebuy-addon__item:has(.rebuy-checkbox:checked),.lb-brackets__rebuy .rebuy-addon__item.is-selected,.lb-brackets__rebuy .rebuy-addon__item:has(.rebuy-checkbox:checked){background-color:#f5f6f7}.lb-accessories__rebuy .rebuy-money,.lb-accessories__rebuy .rebuy-money span:not(.sr-only),.lb-brackets__rebuy .rebuy-money,.lb-brackets__rebuy .rebuy-money span:not(.sr-only){color:#001029;font-weight:500}.lb-accessories__rebuy .rebuy-money.compare-at,.lb-brackets__rebuy .rebuy-money.compare-at{color:#001029;margin-left:7px;text-decoration:line-through}.lb-accessories__rebuy .rebuy-widget *,.lb-brackets__rebuy .rebuy-widget *{font-size:16px}.lb-accessory{display:flex;align-items:center;gap:16px;padding:16px;background:var(--lb-white);border-radius:0;cursor:pointer;transition:all .15s ease}.lb-accessory:hover{border-color:var(--lb-dark)}.lb-accessory__checkbox{width:20px;height:20px;border:1px solid var(--lb-dark);border-radius:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.lb-accessory.is-selected .lb-accessory__checkbox{background:var(--lb-dark);border-color:var(--lb-dark)}.lb-accessory__checkbox svg{width:14px;height:14px;color:var(--lb-white);opacity:0;transition:opacity .15s ease}.lb-accessory.is-selected .lb-accessory__checkbox svg{opacity:1}.lb-accessory__info{flex:1}.lb-accessory__name{font-size:14px;font-weight:600;color:var(--lb-dark);margin:0 0 2px}.lb-accessory__description{font-size:12px;color:var(--lb-dark);font-weight:400;margin:0}.lb-accessory__price{font-size:14px;font-weight:600;color:var(--lb-dark);flex-shrink:0}.lb-accessory__image{width:60px;height:40px;object-fit:contain;flex-shrink:0}.lb-review{display:flex;flex-direction:column;gap:0}.lb-review__summary{display:flex;flex-direction:column;gap:4px}.lb-review__item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0}.lb-review__item:last-child{border-bottom:none}.lb-review__item-info{flex:1;min-width:0}.lb-review__item-name{font-size:14px;font-weight:600;color:var(--lb-dark);margin:0 0 4px}.lb-review__item{padding:0}.lb-review__item--accessory .lb-review__item-info p,.lb-review__item--accessory .lb-review__item-price,.lb-review__item--bracket .lb-review__item-info p,.lb-review__item--bracket .lb-review__item-price{font-size:12px;color:var(--lb-dark);font-weight:400;margin:0}.lb-review__item-price{font-size:14px;font-weight:600;color:var(--lb-dark);flex-shrink:0;margin-left:16px}.lb-review__footer-row{display:flex;align-items:center;gap:12px}.lb-review__footer-row .lb-button--primary{flex:1}.lb-review__quantity-controls{display:flex;align-items:center;border:1px solid var(--lb-dark);border-radius:0;background:var(--lb-white);flex-shrink:0}.lb-review__quantity-btn{width:40px;height:48px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:18px;color:var(--lb-dark);transition:background .15s ease}.lb-review__quantity-btn:hover{background:var(--lb-gray-bg)}.lb-review__quantity-value{width:40px;text-align:center;font-size:16px;font-weight:600;color:var(--lb-dark)}.lb-review__instructions{padding-top:25px}.lb-review__instructions-label{font-size:14px;font-weight:600;color:var(--lb-dark);margin-bottom:8px;display:block}.lb-review__instructions-input{width:100%;min-height:80px;padding:12px;font-size:14px;font-family:var(--lb-font);border:1px solid var(--lb-dark);border-radius:0;resize:vertical;background:var(--lb-white)}.lb-review__instructions-input:focus{outline:none;border-color:var(--lb-dark)}.lb-accessories__rebuy .primary-title,.lb-accessories__rebuy .description,.lb-brackets__rebuy .primary-title,.lb-brackets__rebuy .description,.lb-screen{display:none}.lb-screen.is-active{display:block}@media(max-width:1024px){.lb-builder,.lb-builder *,.lb-builder__container,.lb-builder__main,.lb-builder__sidebar{max-width:100vw!important;overflow-x:hidden!important}.lb-builder__container{flex-direction:column;width:100%;height:100%;min-height:100vh}.lb-builder__title{font-size:18px}.lb-builder__legend-title{font-size:14px}.lb-builder__legend-label,.lb-builder__legend-value{font-size:12px}.lb-sidebar__header{padding-left:15px}.lb-builder__sidebar{width:100%;flex:1;border-left:none;border-top:1px solid var(--lb-gray-border);display:flex;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;max-width:100vw;box-sizing:border-box}.lb-builder__main{padding:24px;flex:none;overflow:visible;max-width:100vw;box-sizing:border-box}.lb-builder__diagram{padding:20px 16px;min-height:auto;flex:none;max-width:100%;overflow:hidden}.lb-builder__diagram svg,.lb-builder__diagram svg.lb-diagram__svg{max-width:calc(100vw - 24px)!important;width:100%!important;height:auto!important}.lb-sidebar__close{position:fixed;top:12px;right:12px;left:auto;z-index:10001;background:var(--lb-white);border-radius:50%;width:36px;height:36px;min-width:36px}.lb-sidebar__header{padding-right:60px}.lb-sidebar__content{flex:1;overflow-y:auto;padding-bottom:80px}.lb-step.is-disabled,.lb-step.is-disabled .lb-step__header{margin-bottom:0}.lb-sidebar__footer{position:fixed;bottom:0;left:0;right:0;background:var(--lb-gray-bg);padding:16px;border-top:1px solid #011028;z-index:10000;box-sizing:border-box;max-width:100vw;background-color:#fff}.lb-sidebar__footer .lb-button{width:100%;box-sizing:border-box}.lb-builder__header{margin-bottom:8px}.lb-builder__legend{margin-top:8px;padding:8px 2px}.lb-sidebar__title{font-size:16px}.lb-sidebar__subtitle,.lb-step__title{font-size:14px}.lb-builder .lb-step__colors{grid-template-columns:repeat(12,35px)}.lb-accessories__rebuy .rebuy-widget.widget-type-product-addon .rebuy-addon__item-product-title,.lb-brackets__rebuy .rebuy-widget.widget-type-product-addon .rebuy-addon__item-product-title{font-size:14px}}.lb-legend-mobile{display:none}@media(max-width:991px){.lb-accessories__rebuy .rebuy-addon__item,.lb-brackets__rebuy .rebuy-addon__item{padding-left:0;padding-right:0;gap:.5rem}.lb-accessories__rebuy .rebuy-addon__item-checkbox,.lb-brackets__rebuy .rebuy-addon__item-checkbox{flex-shrink:0;min-width:34px;padding-left:6px}.lb-accessories__rebuy .rebuy-checkbox-label,.lb-brackets__rebuy .rebuy-checkbox-label{min-width:24px;display:flex;align-items:center;justify-content:center}.lb-accessories__rebuy .rebuy-checkbox,.lb-brackets__rebuy .rebuy-checkbox{width:20px;height:20px;min-width:20px;flex-shrink:0;margin-right:0}.lb-accessories__rebuy .rebuy-addon__item-info,.lb-brackets__rebuy .rebuy-addon__item-info{flex:1;min-width:0;margin-left:0;padding:8px 0}.lb-accessories__rebuy .rebuy-addon__item-row,.lb-brackets__rebuy .rebuy-addon__item-row{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.lb-accessories__rebuy .rebuy-addon__item-product-title,.lb-accessories__rebuy .rebuy-product-title,.lb-brackets__rebuy .rebuy-addon__item-product-title,.lb-brackets__rebuy .rebuy-product-title{font-size:1.4rem;line-height:1.3;word-break:break-word}.lb-accessories__rebuy .rebuy-addon__item-product-price,.lb-accessories__rebuy .rebuy-product-price,.lb-brackets__rebuy .rebuy-addon__item-product-price,.lb-brackets__rebuy .rebuy-product-price{font-size:1.3rem;margin:0}.lb-accessories__rebuy .rebuy-addon__item-image,.lb-brackets__rebuy .rebuy-addon__item-image{width:55px;height:55px;margin-right:6px}.lb-accessories__rebuy .rebuy-addon__item-variant-select select,.lb-accessories__rebuy .rebuy-select,.lb-brackets__rebuy .rebuy-addon__item-variant-select select,.lb-brackets__rebuy .rebuy-select{min-width:130px;font-size:1.3rem}.lb-builder__legend{display:none!important}.lb-legend-mobile{display:block!important;visibility:visible!important;opacity:1!important;margin-top:16px;position:relative;z-index:1}.lb-legend-mobile__title{font-size:12px;font-weight:600;color:#001029;margin:0 0 8px;font-family:Plus Jakarta Sans,sans-serif}.lb-legend-mobile__content{display:flex;flex-direction:column;gap:6px}.lb-legend-mobile__group{display:flex;flex-wrap:wrap;gap:4px;align-items:baseline}.lb-legend-mobile__label{font-size:11px;font-weight:600;color:#001029;font-family:Plus Jakarta Sans,sans-serif}.lb-legend-mobile__value{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px}.lb-legend-mobile__value li{font-size:11px;font-weight:400;color:#001029;font-family:Plus Jakarta Sans,sans-serif}.lb-legend-mobile__value li:not(:last-child):after{content:","}}@media(max-width:767px){.lb-builder .lb-step__colors{grid-template-columns:repeat(7,35px)}}@media(max-width:640px){.lb-builder__main{padding:15px 8px 8px;width:100vw;max-width:100vw;box-sizing:border-box}.lb-builder__diagram{padding:8px 4px;width:100%;max-width:100%;box-sizing:border-box}.lb-builder__diagram svg{max-width:calc(100vw - 16px)!important}.lb-builder__header{max-width:calc(100vw - 60px);overflow:hidden}.lb-builder__title{overflow:hidden;text-overflow:ellipsis;max-width:calc(100vw - 70px);font-size:14px}.lb-builder__price{font-size:13px}.lb-sidebar__close{top:8px;right:8px;width:32px;height:32px;min-width:32px}.lb-sidebar__close svg{width:20px;height:20px}.lb-sidebar__content{padding:16px 16px 90px}.lb-sidebar__footer{padding:16px}.lb-builder__legend-title{flex-shrink:0;min-width:max-content}.lb-builder__legend-content{grid-template-columns:1fr;gap:8px;margin-left:40px}.lb-builder__legend-group{display:flex;flex-direction:column;gap:2px}.lb-builder__header{margin-bottom:4px}.lb-builder__title{font-size:16px;max-width:300px}.lb-builder__price{font-size:14px}.lb-builder__note{margin-bottom:0;line-height:1.5;font-size:11px;font-weight:400}.lb-builder__note strong{font-weight:400}.lb-accessories__rebuy .rebuy-addon__item,.lb-brackets__rebuy .rebuy-addon__item{padding-left:0;padding-right:0;gap:.5rem}.lb-accessories__rebuy .rebuy-addon__item-checkbox,.lb-brackets__rebuy .rebuy-addon__item-checkbox{flex-shrink:0;min-width:34px;padding-left:6px}.lb-accessories__rebuy .rebuy-checkbox-label,.lb-brackets__rebuy .rebuy-checkbox-label{min-width:24px;display:flex;align-items:center;justify-content:center}.lb-accessories__rebuy .rebuy-checkbox,.lb-brackets__rebuy .rebuy-checkbox{width:20px;height:20px;min-width:20px;flex-shrink:0;margin-right:0}.lb-accessories__rebuy .rebuy-addon__item-info,.lb-brackets__rebuy .rebuy-addon__item-info{flex:1;min-width:0;margin-left:0;padding:8px 0}.lb-accessories__rebuy .rebuy-addon__item-row,.lb-brackets__rebuy .rebuy-addon__item-row{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.lb-accessories__rebuy .rebuy-addon__item-product-title,.lb-accessories__rebuy .rebuy-product-title,.lb-brackets__rebuy .rebuy-addon__item-product-title,.lb-brackets__rebuy .rebuy-product-title{font-size:1.3rem;line-height:1.3;word-break:break-word}.lb-accessories__rebuy .rebuy-addon__item-product-price,.lb-accessories__rebuy .rebuy-product-price,.lb-brackets__rebuy .rebuy-addon__item-product-price,.lb-brackets__rebuy .rebuy-product-price{font-size:1.2rem;margin:0}.lb-accessories__rebuy .rebuy-addon__item-image,.lb-brackets__rebuy .rebuy-addon__item-image{width:50px;height:50px;margin-right:6px}.lb-accessories__rebuy .rebuy-addon__item-variant-select select,.lb-accessories__rebuy .rebuy-select,.lb-brackets__rebuy .rebuy-addon__item-variant-select select,.lb-brackets__rebuy .rebuy-select{min-width:120px;font-size:1.2rem}.lb-accessories__rebuy .rebuy-widget *,.lb-brackets__rebuy .rebuy-widget *{font-size:14px}.lb-accessories__rebuy .rebuy-money,.lb-brackets__rebuy .rebuy-money{font-size:1.2rem!important}}@media print{body>*:not(.lb-builder){display:none!important}.lb-builder{position:static!important;display:block!important;background:#fff!important;width:100%!important;height:auto!important;overflow:visible!important}.lb-builder__container{display:block!important;height:auto!important}.lb-builder__sidebar{display:none!important}.lb-builder__main{padding:20px!important;overflow:visible!important;height:auto!important}.lb-builder__header{margin-bottom:20px!important}.lb-builder__title{font-size:18px!important}.lb-builder__price{font-size:14px!important}.lb-builder__diagram{padding:20px 0!important;min-height:auto!important;max-height:400px!important;page-break-inside:avoid!important}.lb-builder__diagram svg{max-width:100%!important;max-height:350px!important;width:auto!important;height:auto!important}.lb-builder__note{font-size:11px!important;margin-bottom:15px!important}.lb-builder__legend{padding-top:15px!important;margin-top:15px!important}.lb-builder__legend-title{font-size:12px!important;margin-bottom:8px!important;white-space:nowrap}.lb-builder__legend-content{font-size:11px!important}.lb-builder,.lb-builder__container,.lb-builder__main{page-break-after:avoid!important;page-break-before:avoid!important}}.cart-drawer__item--light-bar .product-option,.cart-drawer__item--light-bar dl.m-0,.cart-item--light-bar .product-option,.cart-item--light-bar dl.m-0{display:none!important}.cart-drawer__item--light-bar .cart-item-light-bar-actions,.cart-item--light-bar .cart-item-light-bar-actions{display:flex!important}.custom-color-dropdown__option[data-value="Custom Light Bar"]{display:none!important}select option[value="Custom Light Bar"],.product-form__input select option[value="Custom Light Bar"]{display:none}input[type=radio][value="Custom Light Bar"],input[type=radio][value="Custom Light Bar"]+label{display:none!important}.swatch-block:has(+input[value="Custom Light Bar"]),input[value="Custom Light Bar"]~.swatch-block{display:none!important}.lb-step{margin-bottom:15px;overflow-x:visible!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/light-bar-builder.css.map */
