.fc{--fc-accent: rgb(var(--btn-bg-color, 255 88 13));--fc-accent-hover: rgb(var(--btn-bg-hover-color, 230 79 12));--fc-danger: #c0392b;--fc-bg: var(--panel-bg-color, #f4f4f4);--fc-card-bg: var(--bg-color, #ffffff);--fc-border: var(--border-color, #e0e0e0);--fc-text: var(--text-color, #2a2b2a);--fc-text-muted: #777777;--fc-radius: var(--input-border-radius, 5px);--fc-shadow: 0 2px 8px rgba(0,0,0,.08);--fc-transition: .2s ease;max-width:var(--page-width, 1260px);margin:0 auto;padding:24px 20px 80px;font-family:var(--body-font-family, "DM Sans", sans-serif);color:var(--fc-text)}.fc *,.fc *:before,.fc *:after{box-sizing:border-box}.fc__mobile-prompt{display:none}@media(max-width:768px){.fc__mobile-prompt{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px;text-align:center}}.fc__mobile-prompt-card{max-width:380px}.fc__mobile-prompt-icon{width:80px;height:80px;margin:0 auto 20px;background:var(--fc-bg);border-radius:50%;display:flex;align-items:center;justify-content:center}.fc__mobile-prompt-icon svg{color:var(--fc-accent)}.fc__mobile-prompt-title{font-family:var(--heading-font-family, "DM Sans", sans-serif);font-weight:var(--heading-font-weight, 700);font-size:24px;margin:0 0 8px;color:var(--heading-color, #2a2b2a)}.fc__mobile-prompt-text{font-size:15px;line-height:1.6;color:var(--fc-text-muted);margin:0 0 28px}.fc__mobile-prompt-btn{display:block;width:100%;padding:16px 24px;font-size:16px;font-weight:700;margin-bottom:12px;text-align:center;text-decoration:none;border-radius:var(--fc-radius)}.fc__mobile-prompt-btn--copy{background:transparent;border:2px solid var(--fc-border);color:var(--fc-text);cursor:pointer;font-family:inherit;border-radius:var(--fc-radius);padding:14px 24px;font-size:15px;font-weight:600;width:100%;margin-bottom:12px}.fc__mobile-prompt-btn--copy:active{background:var(--fc-accent);color:#fff;border-color:var(--fc-accent)}.fc__mobile-prompt-or{font-size:13px;color:var(--fc-text-muted);margin:16px 0}.fc__mobile-prompt-phone{display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:600;color:var(--fc-text);text-decoration:none;padding:12px}.fc__mobile-prompt-phone svg{color:var(--fc-accent)}.fc__hero{text-align:center;margin-bottom:32px;padding:40px 20px 0;position:relative}.fc__start-over{position:absolute;top:12px;right:12px;background:transparent;border:1px solid var(--fc-border);color:var(--fc-text-muted);border-radius:999px;padding:6px 14px;font-size:12.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all var(--fc-transition)}.fc__start-over:hover{border-color:var(--fc-accent);color:var(--fc-accent)}@media(max-width:768px){.fc__start-over{position:static;display:inline-block;margin-top:12px}}.fc__hero-title{font-family:var(--heading-font-family, "DM Sans", sans-serif);font-weight:var(--heading-font-weight, 700);font-size:42px;line-height:1.1;margin:0 0 12px;color:var(--heading-color, #2a2b2a);letter-spacing:-.02em}.fc__hero-title span{color:var(--fc-accent)}.fc__hero-sub{font-size:17px;color:var(--fc-text-muted);margin:0 auto;max-width:520px;line-height:1.5}@media(max-width:768px){.fc__hero{padding:24px 12px 0;margin-bottom:20px}.fc__hero-title{font-size:28px}.fc__hero-sub{font-size:15px}}.fc__progress{margin-bottom:32px}.fc__progress-steps{display:flex;align-items:center;justify-content:center;gap:0}.fc__step-indicator{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:8px 12px;border-radius:24px;transition:background var(--fc-transition);white-space:nowrap}.fc__step-indicator:hover{background:#0000000d}.fc__step-num{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--fc-border);color:var(--fc-text-muted);font-weight:700;font-size:14px;transition:all var(--fc-transition)}.fc__step-indicator--active .fc__step-num,.fc__step-indicator--complete .fc__step-num{background:var(--fc-accent);color:#fff}.fc__step-indicator--complete .fc__step-num:after{content:"\2713"}.fc__step-label{font-size:13px;font-weight:500;color:var(--fc-text-muted)}.fc__step-indicator--active .fc__step-label{color:var(--fc-text);font-weight:600}.fc__step-connector{width:40px;height:2px;background:var(--fc-border);flex-shrink:0}.fc__step-connector--done{background:var(--fc-accent)}.fc__layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.fc__main{min-width:0}.fc__sidebar{position:sticky;top:120px}.fc__panel{display:none}.fc__panel--active{display:block;animation:fcFadeIn .3s ease}@keyframes fcFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fc__heading{font-family:var(--heading-font-family, "DM Sans", sans-serif);font-weight:var(--heading-font-weight, 700);font-size:28px;margin:0 0 8px;line-height:1.2;color:var(--heading-color, #2a2b2a)}.fc__subheading{font-size:15px;color:var(--fc-text-muted);margin:0 0 24px}.fc__address-bar{margin-bottom:16px}.fc__address-input-wrap{display:flex;align-items:center;border:2px solid var(--fc-border);border-radius:var(--fc-radius);background:var(--fc-card-bg);padding:0 12px;transition:border-color var(--fc-transition)}.fc__address-input-wrap:focus-within{border-color:var(--fc-accent)}.fc__address-icon{flex-shrink:0;color:var(--fc-text-muted)}.fc__address-input{flex:1;border:none;outline:none;padding:14px 12px;font-size:16px;background:transparent;font-family:inherit}.fc__map-wrap{position:relative;margin-bottom:16px;border-radius:var(--fc-radius);overflow:hidden;box-shadow:var(--fc-shadow)}.fc__map{width:100%;height:500px;background:#e8e8e8}.fc__map-controls{position:absolute;top:12px;left:12px;display:flex;gap:8px;z-index:10;flex-wrap:wrap}.fc__map-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:none;border-radius:6px;background:var(--fc-card-bg);color:var(--fc-text);font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:all var(--fc-transition);font-family:inherit}.fc__map-btn:hover{background:var(--fc-accent);color:#fff}.fc__map-btn:disabled{opacity:.5;cursor:not-allowed}.fc__map-btn:disabled:hover{background:var(--fc-card-bg);color:var(--fc-text)}.fc__map-btn--danger:hover{background:var(--fc-danger);color:#fff}.fc__map-btn--active{background:var(--fc-accent);color:#fff}.fc__footage-display{position:absolute;bottom:12px;right:12px;background:#fffffff2;border-radius:var(--fc-radius);padding:12px 16px;box-shadow:var(--fc-shadow);z-index:10;min-width:180px}.fc__footage-runs{font-size:13px;margin-bottom:8px}.fc__footage-run{display:flex;justify-content:space-between;padding:2px 0}.fc__footage-total{font-size:18px;font-weight:700;color:var(--fc-accent);border-top:1px solid var(--fc-border);padding-top:8px}.fc__manual-entry{background:var(--fc-card-bg);border:2px solid var(--fc-border);border-radius:var(--fc-radius);padding:20px;margin-bottom:16px}.fc__manual-heading{font-size:16px;font-weight:600;margin:0 0 16px}.fc__manual-run{margin-bottom:12px}.fc__manual-run label{display:block;font-weight:600;font-size:14px;margin-bottom:6px}.fc__manual-row{display:flex;align-items:center;gap:8px}.fc__manual-input,.fc__manual-corners-input{width:120px;padding:10px 12px;border:2px solid var(--fc-border);border-radius:6px;font-size:16px;font-family:inherit}.fc__manual-corners-input{width:80px}.fc__manual-unit{font-size:14px;color:var(--fc-text-muted)}.fc__step-nav{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid var(--fc-border)}.fc__btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all var(--fc-transition);border:2px solid transparent;font-family:inherit}.fc__btn--primary{background:var(--fc-accent);color:rgb(var(--btn-text-color, 255 255 255));border-color:var(--fc-accent)}.fc__btn--primary:hover{background:var(--fc-accent-hover);border-color:var(--fc-accent-hover)}.fc__btn--primary:disabled{opacity:.5;cursor:not-allowed}.fc__btn--outline{background:transparent;color:var(--fc-text);border-color:var(--fc-border)}.fc__btn--outline:hover{border-color:var(--fc-accent);color:var(--fc-accent)}.fc__step-instruction{font-size:15px;color:var(--fc-text-muted);margin:0 0 16px;padding:12px 16px;background:#f0f7f2;border:1px solid #c8e6cc;border-radius:var(--fc-radius);text-align:center}.fc__select-panel-btn{margin-top:8px}.fc__product-card--selected .fc__select-panel-btn{background:#27ae60;border-color:#27ae60;pointer-events:none}.fc__product-card--selected .fc__select-panel-btn:before{content:"\2713  "}.fc__filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.fc__filter{padding:8px 16px;border:2px solid var(--fc-border);border-radius:24px;background:var(--fc-card-bg);color:var(--fc-text);font-size:13px;font-weight:600;cursor:pointer;transition:all var(--fc-transition);font-family:inherit}.fc__filter:hover,.fc__filter--active{background:var(--fc-accent);border-color:var(--fc-accent);color:#fff}.fc__products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.fc__grid-block{display:block}.fc__panel-group{margin-bottom:28px}.fc__panel-group-title{font-size:18px;font-weight:800;margin:8px 0 14px;padding-bottom:8px;border-bottom:2px solid var(--fc-border);color:var(--fc-text);display:flex;align-items:center;gap:10px}.fc__panel-group-count{font-size:12px;font-weight:700;color:var(--fc-text-muted);background:var(--fc-bg);border-radius:999px;padding:2px 10px}.fc__products--group{margin-bottom:0}.fc__post-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:10px 20px 4px}.fc__post-col-title{font-size:14px;font-weight:700;margin:2px 0 8px}.fc__post-col .fc__products--accessories{grid-template-columns:1fr;margin-bottom:0;padding:0}@media(max-width:768px){.fc__post-cols{grid-template-columns:1fr;gap:12px;padding:10px 14px 4px}}.fcq-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:#f4f4f4;display:flex;flex-direction:column}.fcq-topbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;background:#111;color:#fff;padding:12px 20px}.fcq-topbar-title{font-weight:800;font-size:15px}.fcq-close{background:transparent;border:1px solid #444;color:#fff;border-radius:6px;padding:8px 14px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}.fcq-close:hover{background:#222}.fcq-scroll{flex:1 1 auto;overflow:hidden}.fcq-frame{display:block;width:100%;height:100%;border:0;background:#f4f4f4}.fcq-actionbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border-top:1px solid var(--fc-border);padding:12px 20px;box-shadow:0 -4px 14px #0000000f;flex-wrap:wrap}.fcq-actionbar-price{font-size:13px;color:var(--fc-text-muted)}.fcq-actionbar-price strong{display:block;font-size:22px;color:var(--fc-text)}.fcq-actionbar-btns{display:flex;gap:10px;flex-wrap:wrap}.fcq-btn{border:2px solid transparent;border-radius:8px;padding:14px 22px;font-size:15px;font-weight:800;cursor:pointer;font-family:inherit}.fcq-btn--ghost{background:transparent;color:var(--fc-text);border-color:var(--fc-border)}.fcq-btn--ghost:hover{border-color:var(--fc-accent);color:var(--fc-accent)}.fcq-btn--primary{background:var(--fc-accent);color:#fff;border-color:var(--fc-accent)}.fcq-btn--primary:hover:not(:disabled){background:var(--fc-accent-hover)}.fcq-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.fcq-actionbar{justify-content:center}.fcq-actionbar-btns{width:100%}.fcq-btn{flex:1}}.fc__product-card{border:2px solid var(--fc-border);border-radius:var(--fc-radius);background:var(--fc-card-bg);overflow:hidden;cursor:pointer;transition:all var(--fc-transition);position:relative}.fc__product-card:hover{border-color:var(--fc-accent);box-shadow:var(--fc-shadow);transform:translateY(-2px)}.fc__product-card--selected{border-color:var(--fc-accent);box-shadow:0 0 0 3px #2c7e3f33}.fc__product-card--selected:after{content:"\2713";position:absolute;top:8px;right:8px;width:28px;height:28px;background:var(--fc-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;z-index:2}.fc__product-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.fc__product-info{padding:12px}.fc__product-name{font-size:14px;font-weight:600;margin:0 0 4px;line-height:1.3}.fc__product-price{font-size:16px;font-weight:700;color:var(--fc-accent)}.fc__product-price span{font-size:12px;color:var(--fc-text-muted);font-weight:400}.fc__product-size{font-size:13px;font-weight:600;color:var(--fc-text);margin-top:2px;padding:4px 8px;background:var(--fc-bg);border-radius:4px;display:inline-block}.fc__product-meta{font-size:12px;color:var(--fc-text-muted);margin-top:4px}.fc__product-badge{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:10px;font-weight:700;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.03em;margin-left:4px;vertical-align:middle}.fc__variant-selectors{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid var(--fc-border)}.fc__variant-group{display:flex;flex-direction:column;gap:3px}.fc__variant-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--fc-text-muted)}.fc__variant-select{width:100%;padding:6px 8px;border:1px solid var(--fc-border);border-radius:4px;font-size:13px;font-family:inherit;background:var(--fc-bg);cursor:pointer}.fc__variant-select:focus{outline:none;border-color:var(--fc-accent)}.fc__acc-picker{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px}.fc__acc-variant-row{display:flex;align-items:center;gap:8px}.fc__acc-variant-row label{font-size:12px;font-weight:600;min-width:80px;color:var(--fc-text-muted)}.fc__acc-variant-row select{flex:1}.fc__accessory--expanded{grid-template-columns:1fr auto}.fc__calc-breakdown{background:#f0f7f2;border:1px solid #c8e6cc;border-radius:var(--fc-radius);padding:16px 20px;margin-bottom:16px}.fc__calc-breakdown h4{margin:0 0 8px;font-size:14px;font-weight:700;color:var(--fc-accent)}.fc__calc-text{font-size:14px;line-height:1.6}.fc__calc-text strong{color:var(--fc-accent)}.fc__loading{text-align:center;padding:60px 20px;color:var(--fc-text-muted);font-size:15px;grid-column:1/-1}.fc__gate-list{margin-top:16px}.fc__gate-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--fc-card-bg);border:1px solid var(--fc-border);border-radius:var(--fc-radius);margin-bottom:8px}.fc__gate-item-info{display:flex;align-items:center;gap:12px}.fc__gate-item-name{font-weight:600;font-size:14px}.fc__gate-item-detail{font-size:13px;color:var(--fc-text-muted)}.fc__gate-item-price{font-weight:700;font-size:15px}.fc__gate-remove{background:none;border:none;color:var(--fc-danger);cursor:pointer;padding:4px 8px;font-size:13px;font-weight:600;font-family:inherit}.fc__gate-remove:hover{text-decoration:underline}.fc__products--gates{grid-template-columns:repeat(2,1fr)}.fc__accessories{display:flex;flex-direction:column;gap:24px}.fc__acc-section{border:1px solid var(--fc-border);border-radius:var(--fc-radius);background:var(--fc-card-bg);overflow:hidden}.fc__acc-section-header{display:flex;align-items:center;gap:10px;padding:14px 20px;background:var(--fc-bg);border-bottom:1px solid var(--fc-border);font-size:14px}.fc__acc-section-header input[type=checkbox]{width:18px;height:18px;accent-color:var(--fc-accent);cursor:pointer}.fc__acc-section-header label{cursor:pointer;flex:1}.fc__accessory-badge{background:#fff3cd;color:#856404;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;margin-left:4px}.fc__products--accessories{grid-template-columns:repeat(2,1fr);padding:16px;gap:12px}.fc__product-card--acc{font-size:13px}.fc__product-card--acc .fc__product-img{aspect-ratio:3/2}.fc__btn--sm{padding:8px 16px;font-size:13px;width:100%;justify-content:center;margin-top:8px}.fc-quote{background:var(--fc-card-bg);border:2px solid var(--fc-border);border-radius:var(--fc-radius);box-shadow:var(--fc-shadow);overflow:hidden}.fc-quote__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--fc-accent);color:#fff}.fc-quote__title{margin:0;font-size:18px;font-weight:700;letter-spacing:.01em;word-spacing:.04em;line-height:1.2;font-family:var(--heading-font-family, var(--body-font-family, "DM Sans", sans-serif))}.fc-quote__toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:4px}.fc-quote__body{padding:16px 20px}.fc-quote__section{margin-bottom:16px}.fc-quote__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--fc-text-muted);margin-bottom:8px}.fc-quote__value,.fc-quote__items{font-size:14px}.fc-quote__empty{color:var(--fc-text-muted);font-style:italic;font-size:13px}.fc-quote__item{display:flex;justify-content:space-between;align-items:flex-start;padding:6px 0;border-bottom:1px solid #f0f0f0}.fc-quote__item:last-child{border-bottom:none}.fc-quote__item-name{font-size:13px;flex:1;padding-right:8px}.fc-quote__item-price{font-weight:600;font-size:13px;white-space:nowrap}.fc-quote__remove{flex:0 0 auto;margin-left:8px;width:20px;height:20px;line-height:1;padding:0;border:none;border-radius:50%;background:transparent;color:var(--fc-text-muted);font-size:16px;cursor:pointer;transition:all var(--fc-transition)}.fc-quote__remove:hover{background:var(--fc-danger);color:#fff}.fc-quote__calc{background:var(--fc-bg);border:1px solid var(--fc-border);border-radius:var(--fc-radius);padding:12px 14px;margin-bottom:16px;font-size:12.5px;line-height:1.55;color:var(--fc-text)}.fc-quote__calc-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--fc-text-muted);margin-bottom:6px}.fc-quote__calc strong{color:var(--fc-accent)}.fc-quote__geo{background:rgba(var(--btn-bg-color, 255 88 13) / .06);border-left:3px solid var(--fc-accent);border-radius:var(--fc-radius);padding:10px 12px;margin-bottom:16px;font-size:12.5px;line-height:1.5}.fc-quote__geo-line{margin:2px 0}.fc-quote__geo-map{width:100%;border-radius:var(--fc-radius);border:1px solid var(--fc-border);margin-top:8px;display:block}.fc-quote__geo-sub{margin-top:4px;color:var(--fc-text-muted);font-size:11.5px}.fc-quote__divider{height:1px;background:var(--fc-border);margin:8px 0}.fc-quote__totals{padding:8px 0}.fc-quote__row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:14px}.fc-quote__row--total{font-size:20px;font-weight:700;padding:12px 0 4px;border-top:2px solid var(--fc-text);margin-top:8px;color:var(--fc-accent)}.fc-quote__savings-label{color:var(--fc-accent);font-weight:600}.fc-quote__savings-value{color:var(--fc-accent);font-weight:700}.fc-quote__delivery{background:#f0f7f2;border-radius:6px;padding:10px 14px;margin-top:12px;font-size:13px}.fc-quote__delivery-zone{font-weight:700;margin-bottom:2px}.fc-quote__delivery-time{color:var(--fc-text-muted)}.fc-quote__validity{text-align:center;font-size:12px;color:var(--fc-text-muted);margin-top:12px;padding-top:8px;border-top:1px solid #f0f0f0}.fc-quote__actions{padding:16px 20px;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--fc-border)}.fc-quote__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;transition:all var(--fc-transition);border:2px solid transparent;font-family:inherit}.fc-quote__btn:disabled{opacity:.4;cursor:not-allowed}.fc-quote__btn--cart{background:var(--fc-accent);color:#fff;border-color:var(--fc-accent)}.fc-quote__btn--cart:hover:not(:disabled){background:var(--fc-accent-hover)}.fc-quote__btn--email{background:transparent;color:var(--fc-text);border-color:var(--fc-border)}.fc-quote__btn--email:hover:not(:disabled){border-color:var(--fc-accent);color:var(--fc-accent)}.fc-quote__btn--print{background:transparent;color:var(--fc-text);border-color:var(--fc-border)}.fc-quote__btn--print:hover:not(:disabled){border-color:var(--fc-accent);color:var(--fc-accent)}.fc-quote__btn--send{background:var(--fc-accent);color:#fff;border-color:var(--fc-accent)}.fc-quote__btn--send:hover{background:var(--fc-accent-hover)}.fc-quote__btn--cancel{background:transparent;color:var(--fc-text-muted);border:none;font-size:13px}.fc-quote__btn--cancel:hover{color:var(--fc-text)}.fc-quote__email-form{padding:16px 20px;border-top:1px solid var(--fc-border)}.fc-quote__form-group{margin-bottom:12px}.fc-quote__form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.fc-quote__form-group input{width:100%;padding:10px 12px;border:2px solid var(--fc-border);border-radius:6px;font-size:14px;font-family:inherit;transition:border-color var(--fc-transition)}.fc-quote__form-group input:focus{outline:none;border-color:var(--fc-accent)}@media(max-width:1024px){.fc__layout{grid-template-columns:1fr 320px;gap:24px}.fc__products{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.fc{padding:12px 12px 20px}.fc__layout{grid-template-columns:1fr;gap:16px}.fc__sidebar{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important;order:2;margin-bottom:28px}.fc-quote__toggle{display:block}.fc-quote__body--collapsed{display:none}.fc__progress-steps{overflow-x:auto;justify-content:flex-start;padding-bottom:8px;-webkit-overflow-scrolling:touch}.fc__step-label{display:none}.fc__step-connector{width:20px}.fc__map-controls{top:8px;left:8px;right:8px;gap:6px}.fc__map-btn{padding:11px 12px;font-size:13px;min-height:42px;flex:1 1 auto;justify-content:center}.fc__footage-display{bottom:8px;right:8px;left:auto;min-width:150px;padding:10px 12px}.fc__manual-toggle{display:block;width:100%;margin:2px 0 14px;padding:11px 14px;background:transparent;border:1px dashed var(--fc-border);border-radius:var(--fc-radius);color:var(--fc-text-muted);font:inherit;font-size:14px;cursor:pointer}.fc__manual-toggle:hover{border-color:var(--fc-accent);color:var(--fc-accent)}.fc__products{grid-template-columns:repeat(2,1fr);gap:10px}.fc__product-card .fc__product-img{aspect-ratio:1}.fc__product-info{padding:8px 10px}.fc__product-name{font-size:12px}.fc__product-price{font-size:14px}.fc__product-size{font-size:11px;padding:2px 6px}.fc__variant-selectors{gap:6px;margin-top:6px;padding-top:6px}.fc__variant-select{font-size:12px;padding:5px 6px}.fc__variant-label{font-size:10px}.fc__products--gates{grid-template-columns:1fr}.fc__gate-item{flex-direction:column;align-items:flex-start;gap:8px}.fc__products--accessories{grid-template-columns:1fr;padding:12px}.fc__filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;-webkit-overflow-scrolling:touch;gap:6px}.fc__filter{padding:6px 12px;font-size:12px;flex-shrink:0}.fc__step-nav{gap:8px}.fc__btn{padding:10px 16px;font-size:14px}.fc__address-input{font-size:16px}.fc__manual-row{flex-wrap:wrap}.fc__manual-input,.fc__manual-corners-input{width:100%;font-size:16px}}@media(min-width:769px){.fc__manual-entry,.fc__manual-toggle{display:none!important}}.pac-container{z-index:10000!important;border-radius:8px;margin-top:4px;box-shadow:0 4px 16px #0000001f}.fc-map-usa{position:relative;margin-bottom:24px;background:var(--fc-card-bg);border:2px solid var(--fc-border);border-radius:var(--fc-radius);padding:20px;overflow:hidden}.fc-map-usa svg{width:100%;height:auto;max-height:420px;display:block;margin:0 auto}.fc-map__state{stroke:#fff;stroke-width:1.2;cursor:pointer;transition:fill .2s ease,opacity .2s ease}.fc-map__state:hover{opacity:.8;stroke-width:2;stroke:#2a2b2a}.fc-map__zone-1{fill:#ff5800}.fc-map__zone-2{fill:#ff8c42}.fc-map__zone-3{fill:#ffc07a}.fc-map__zone-4{fill:#ffab5e}.fc-map__state--active{stroke:#2a2b2a;stroke-width:3;animation:fcStatePulse 1.5s ease-in-out infinite}@keyframes fcStatePulse{0%,to{opacity:1}50%{opacity:.6}}.fc-map__label{font-size:10px;font-weight:700;fill:#fff;text-anchor:middle;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.4)}.fc-map__zone-3+text.fc-map__label,.fc-map__zone-4+text.fc-map__label{fill:#5a3500}.fc-map-usa__tooltip{position:absolute;display:none;background:#2a2b2af2;color:#fff;padding:10px 14px;border-radius:6px;font-size:13px;line-height:1.5;pointer-events:none;z-index:20;white-space:nowrap;box-shadow:0 4px 12px #0003}.fc-map-usa__tooltip strong{color:var(--fc-accent)}.fc-map-usa__legend{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:16px;padding-top:12px;border-top:1px solid var(--fc-border);justify-content:center}.fc-map-usa__legend-item{display:flex;align-items:center;gap:8px;font-size:13px}.fc-map-usa__legend-swatch{width:16px;height:16px;border-radius:3px;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}.fc-map-usa__zone-1-swatch{background:#ff5800}.fc-map-usa__zone-2-swatch{background:#ff8c42}.fc-map-usa__zone-3-swatch{background:#ffc07a}.fc-map-usa__zone-4-swatch{background:#ffab5e}@media(max-width:768px){.fc-map-usa{display:none}}@media(max-width:768px){.fc__mobile-prompt{display:none!important}}.fc-map__state{transition:fill .2s ease}.fc-map__state[data-state=WA],.fc-map__state[data-state=OR],.fc-map__state[data-state=ID],.fc-map__state[data-state=UT],.fc-map__state[data-state=WY],.fc-map__state[data-state=CO],.fc-map__state[data-state=MT],.fc-map__state[data-state=NV],.fc-map__state[data-state=AZ],.fc-map__state[data-state=NM],.fc-map__state[data-state=TX],.fc-map__state[data-state=CA]{fill:#ff5800!important;opacity:1!important}.fc-map__state[data-state=NE],.fc-map__state[data-state=ND],.fc-map__state[data-state=SD],.fc-map__state[data-state=IL],.fc-map__state[data-state=MO],.fc-map__state[data-state=IA],.fc-map__state[data-state=LA],.fc-map__state[data-state=MN],.fc-map__state[data-state=WI],.fc-map__state[data-state=KS],.fc-map__state[data-state=OK]{fill:#ffab6b!important;opacity:1!important}.fc-map__state[data-state=MS],.fc-map__state[data-state=AL],.fc-map__state[data-state=GA],.fc-map__state[data-state=FL],.fc-map__state[data-state=TN],.fc-map__state[data-state=KY],.fc-map__state[data-state=SC],.fc-map__state[data-state=NC]{fill:#ffca9e!important;opacity:1!important}.fc-map__state[data-state=VA],.fc-map__state[data-state=WV],.fc-map__state[data-state=MD],.fc-map__state[data-state=DC],.fc-map__state[data-state=DE],.fc-map__state[data-state=NJ],.fc-map__state[data-state=PA],.fc-map__state[data-state=NY],.fc-map__state[data-state=CT],.fc-map__state[data-state=MA],.fc-map__state[data-state=VT],.fc-map__state[data-state=NH],.fc-map__state[data-state=ME],.fc-map__state[data-state=RI],.fc-map__state[data-state=MI],.fc-map__state[data-state=OH],.fc-map__state[data-state=IN]{fill:#ffe3d1!important;opacity:1!important}.fc__map-wrap{display:block!important;height:460px;position:relative;overflow:hidden;border-radius:10px}.fc__map-wrap #fc-map{width:100%;height:100%}#fc-caps-section{display:none!important}.fc__panel--active{display:flex;flex-direction:column}.fc__step-nav{order:-1;margin:0 0 18px}.fc,.fc__address-bar,.fc__address-input-wrap,.fc__address-input,.fc__address-pac,gmp-place-autocomplete,.pac-container{color-scheme:light}.fc__address-input-wrap{background:#fff!important}.fc__address-input{background:transparent!important;color:#2a2b2a!important}.fc__address-input::placeholder{color:#8a8f8b!important;opacity:1}.fc__address-pac,gmp-place-autocomplete{background:#fff!important;color:#2a2b2a!important;border-radius:8px;--gmp-mat-color-surface: #ffffff;--gmp-mat-color-on-surface: #2a2b2a;--gmp-mat-color-on-surface-variant: #5a6b60;--gmp-mat-color-outline: #cfd8d2;--gmp-mat-color-primary: #c24a12;--gmpx-color-surface: #ffffff;--gmpx-color-on-surface: #2a2b2a;--gmpx-color-on-surface-variant: #5a6b60;--gmpx-color-primary: #c24a12}.pac-container{background:#fff!important;border:1px solid #e0e0e0!important;box-shadow:0 6px 20px #00000024!important}.pac-item,.pac-item-query,.pac-matched{color:#2a2b2a!important;background:#fff!important}.pac-item:hover,.pac-item-selected{background:#f5f5f2!important}.fc-quote__title{letter-spacing:.01em;word-spacing:.04em}@media(max-width:768px){.fc{padding-bottom:28px}.fc__sidebar{margin-bottom:32px}.fc-quote{overflow:visible}.fc-quote__header{padding:14px 16px}.fc-quote__title{font-size:17px}.fc-quote__body{padding:14px 16px 18px}#fc-quote-actions{display:flex;flex-direction:column;gap:10px;margin-top:6px}#fc-quote-actions button{width:100%;min-height:48px}.fcq-topbar{padding:12px 14px}.fcq-topbar-title{font-size:14px}.fcq-actionbar{gap:10px;padding:12px 14px 16px}.fcq-actionbar-price{width:100%;text-align:center}.fcq-actionbar-price strong{font-size:20px}.fcq-actionbar-btns{width:100%}.fcq-btn{flex:1;min-height:48px;padding:13px 16px}.fcq-lead{padding:12px 14px}.fcq-lead h3{font-size:15px;line-height:1.3}.fcq-lead p{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/fence-configurator.css.map */
