.references-map-section{--ref-primary: #b8860b;--ref-primary-light: #d4a849;--ref-primary-dark: #8b6508;--ref-text: #1a1a1a;--ref-text-light: #666;--ref-bg: #fff;--ref-bg-light: #f8f8f8;--ref-border: #e5e5e5;--ref-shadow: 0 4px 20px rgba(0, 0, 0, .1);--ref-radius: 8px}.references-map__header{text-align:center;margin-bottom:2rem;padding-top:2rem}.references-map__title{margin-bottom:.5rem}.references-map__subtitle{color:var(--ref-text-light);font-size:1.1em;margin:0}.references-map__layout{display:flex;gap:3em;min-height:600px}.references-map__sidebar{width:280px;flex-shrink:0;overflow-y:auto;max-height:600px}.references-map__filter-group{margin-bottom:2.5rem}.references-map__filter-title{font-size:.85em;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--ref-text);margin:0 0 .75rem;padding-bottom:.5rem}.references-map__filter-options{display:flex;flex-direction:column;gap:.5rem}.references-map__filter-btn{padding:.5rem .75rem;border:1px solid var(--ref-border);background:var(--ref-bg);color:var(--ref-text);font-size:.875em;cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit;display:flex;align-items:center;gap:.5rem}.references-map__filter-btn:hover{border-color:var(--ref-primary-light);color:var(--ref-primary)}.references-map__filter-btn.active{background:var(--ref-primary);border-color:var(--ref-primary);color:#fff}.references-map__filter-icon{width:18px;height:18px;flex-shrink:0}.references-map__dropdown{position:relative}.references-map__dropdown-toggle{width:100%;padding:.6rem .75rem;border:1px solid var(--ref-border);background:var(--ref-bg);color:var(--ref-text);font-size:.875em;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:all .2s ease;font-family:inherit}.references-map__dropdown-toggle:hover{border-color:var(--ref-primary-light)}.references-map__dropdown.open .references-map__dropdown-toggle{border-color:var(--ref-primary)}.references-map__dropdown-label{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.references-map__dropdown-arrow{flex-shrink:0;transition:transform .2s ease}.references-map__dropdown.open .references-map__dropdown-arrow{transform:rotate(180deg)}.references-map__dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--ref-bg);border:1px solid var(--ref-border);box-shadow:var(--ref-shadow);max-height:200px;overflow-y:auto;z-index:100;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease}.references-map__dropdown.open .references-map__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.references-map__dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;cursor:pointer;transition:background-color .15s ease;font-size:.875em}.references-map__dropdown-item:hover{background:var(--ref-bg-light)}.references-map__dropdown-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--ref-primary);cursor:pointer;margin:0}.references-map__dropdown-item span{flex:1;color:var(--ref-text)}.references-map__dropdown-item:first-child{border-bottom:1px solid var(--ref-border);padding-bottom:.6rem;margin-bottom:.25rem}.references-map__results-count{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--ref-border);font-size:.9em;color:var(--ref-text-light)}.references-map__count-number{font-weight:600;color:var(--ref-primary)}.references-map__main{flex:1;min-width:0;display:flex;flex-direction:column}.references-map__view-switch{display:flex;gap:.5rem;padding:.75rem 1rem;background:var(--ref-bg-light);border-bottom:1px solid var(--ref-border);justify-content:flex-end}.references-map__view-btn{display:flex;align-items:center;gap:0rem;padding:1.2rem 1rem;border:1px solid var(--ref-border);background:var(--ref-bg);color:var(--ref-text-light);font-size:.875em;font-family:inherit;cursor:pointer;transition:all .2s ease}.references-map__view-btn svg{width:18px;height:18px}.references-map__view-btn:hover{border-color:var(--ref-primary-light);color:var(--ref-primary)}.references-map__view-btn.active{background:var(--ref-primary);border-color:var(--ref-primary);color:#fff}.references-map__view{display:none}.references-map__view.active{display:block}.references-map__view--grid.active{display:block;overflow-y:auto;max-height:600px;padding:1.5rem}.references-map__container{position:relative;height:600px;overflow:hidden}.references-map__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.references-map__card{background:var(--ref-bg);border:1px solid var(--ref-border);border-radius:var(--ref-radius);overflow:hidden;transition:all .2s ease;cursor:pointer}.references-map__card:hover{box-shadow:var(--ref-shadow);transform:translateY(-2px)}.references-map__card-image-wrapper{position:relative;overflow:hidden}.references-map__card-image{width:100%;height:180px;object-fit:cover;transition:transform .3s ease}.references-map__card:hover .references-map__card-image{transform:scale(1.05)}.references-map__card-image-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;align-items:center;justify-content:center}.references-map__card-image-placeholder svg{width:48px;height:48px;color:#ccc}.references-map__card-product{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.6) 60%,transparent 100%);padding:2.5rem .75rem .75rem;display:flex;align-items:flex-end;gap:.75rem;opacity:0;transform:translateY(100%);transition:all .3s ease;text-decoration:none;cursor:pointer}.references-map__card.has-product:hover .references-map__card-product{opacity:1;transform:translateY(0)}.references-map__card-product-image{width:50px;height:50px;object-fit:cover;border-radius:4px;border:2px solid #fff;flex-shrink:0;background:#fff}.references-map__card-product-label{color:#fff;font-size:.8em;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.references-map__card-body{padding:1rem}.references-map__card-category{display:inline-block;padding:.2rem .5rem;background:#b8860b1a;color:var(--ref-primary-dark);font-size:.7em;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;margin-bottom:.5rem}.references-map__card-name{font-size:1.1em;font-weight:600;color:var(--ref-text);margin:0 0 .5rem;line-height:1.3}.references-map__card-location{display:flex;align-items:center;gap:.35rem;font-size:.85em;color:var(--ref-text-light);margin:0}.references-map__card-location svg{width:14px;height:14px;flex-shrink:0;color:var(--ref-primary)}.references-map__card-description{font-size:.85em;color:var(--ref-text-light);margin:.75rem 0 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.references-map__grid-empty{grid-column:1 / -1;text-align:center;padding:3rem;color:var(--ref-text-light)}.references-map__map-wrapper,.references-map__map{width:100%;height:100%}.references-map__marker{width:40px;height:40px;background:#726133;border:1px solid #fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001a;transition:transform .2s ease,background-color .2s ease}.references-map__marker:hover{transform:scale(1.15);background:var(--ref-primary-light)}.references-map__marker.active{background:var(--ref-primary-dark);transform:scale(1.2)}.references-map__marker svg.references-map__marker-icon{width:20px;height:20px;color:#fff}.references-map__marker-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(10px);background:#fff;border-radius:6px;box-shadow:0 4px 16px #00000026;padding:8px;display:flex;align-items:center;gap:8px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:10}.references-map__marker-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fff}.references-map__marker.has-product:hover .references-map__marker-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.references-map__marker-tooltip-image{width:40px;height:40px;object-fit:cover;border-radius:4px;flex-shrink:0}.references-map__marker-tooltip-label{font-size:.75em;font-weight:500;color:var(--ref-text);max-width:120px;overflow:hidden;text-overflow:ellipsis}.references-map__panel{position:absolute;top:20px;right:20px;width:380px;max-height:calc(100% - 40px);background:var(--ref-bg);border-radius:var(--ref-radius);box-shadow:var(--ref-shadow);overflow:hidden;transform:translate(calc(100% + 40px));transition:transform .3s ease;z-index:10}.references-map__panel.open{transform:translate(0)}.references-map__panel-close{position:absolute;top:12px;right:12px;width:auto;height:auto;border:none;background:#ffffffe6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;padding:1em;transition:background-color .2s ease}.references-map__panel-close:hover{background:#fff}.references-map__panel-close svg{width:20px;height:20px;color:var(--ref-text)}.references-map__panel-content{max-height:560px;overflow-y:auto}.references-map__panel-image-wrapper{position:relative}.references-map__panel-image{width:100%;height:200px;object-fit:cover}.references-map__panel-image-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;align-items:center;justify-content:center}.references-map__panel-image-placeholder svg{width:48px;height:48px;color:#ccc}.references-map__panel-image-product{position:absolute;bottom:-50px;right:12px;width:90px;padding:5px;height:90px;border-radius:6px;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 8px #0003;transition:transform .2s ease;background:#fff}.references-map__panel-image-product:hover{transform:scale(1.05)}.references-map__panel-image-product img{width:100%;height:100%;object-fit:contain}.references-map__panel-body{padding:1.5rem}.references-map__panel-category{display:inline-block;padding:.25rem .75rem;background:#b8860b1a;color:var(--ref-primary-dark);font-size:.75em;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-bottom:.75rem}.references-map__panel-name{font-size:1.5em;font-weight:600;color:var(--ref-text);margin:0 0 .75rem;line-height:1.3}.references-map__panel-description{font-size:.95em;color:var(--ref-text-light);line-height:1.6;margin-bottom:1.25rem}.references-map__panel-description p{margin:0 0 .5rem}.references-map__panel-description p:last-child{margin-bottom:0}.references-map__panel-links{display:flex;flex-direction:column;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--ref-border)}.references-map__panel-link{display:flex;align-items:center;gap:.75rem;color:var(--ref-text);text-decoration:none;font-size:.9em;transition:color .2s ease}.references-map__panel-link:hover{color:var(--ref-primary)}.references-map__panel-link svg{width:18px;height:18px;flex-shrink:0;color:var(--ref-primary)}.references-map__panel-link--product{background:var(--ref-primary);color:#fff;padding:.75rem 1rem;border-radius:var(--ref-radius);justify-content:center;font-weight:500;margin-top:.5rem;display:none}.references-map__panel-link--product:hover{background:var(--ref-primary-dark);color:#fff}.references-map__panel-link--product svg{color:#fff}@media(max-width:992px){.references-map__layout{flex-direction:column;min-height:auto}.references-map__sidebar{width:100%;max-height:none;border-right:none;border-bottom:1px solid var(--ref-border);padding:1rem}.references-map__filter-options{flex-direction:row;flex-wrap:wrap}.references-map__filter-btn{flex:0 0 auto}.references-map__results-count{margin-top:1rem;padding-top:.75rem}.references-map__container{height:70vh;min-height:400px}}@media(max-width:768px){.references-map__panel{position:fixed;top:auto;right:0;bottom:0;left:0;width:100%;max-height:70vh;border-radius:var(--ref-radius) var(--ref-radius) 0 0;transform:translateY(100%)}.references-map__panel.open{transform:translateY(0)}.references-map__panel-content{max-height:70vh}.references-map__panel:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#ddd;border-radius:2px}.references-map__panel-close{top:8px;right:8px}.references-map__filter-group{margin-bottom:1rem}.references-map__filter-title{font-size:.8em;margin-bottom:.5rem}.references-map__filter-btn{padding:.4rem .6rem;font-size:.8em}}.references-map__overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9;opacity:0;transition:opacity .3s ease}.references-map__overlay.visible{opacity:1}@media(max-width:768px){.references-map__overlay{display:block;pointer-events:none}.references-map__overlay.visible{pointer-events:auto}}.mapboxgl-ctrl-attrib{font-size:10px!important}.mapboxgl-ctrl-attrib a{color:var(--ref-text-light)!important}.mapboxgl-popup{max-width:200px!important}.mapboxgl-popup-content{padding:10px 14px!important;border-radius:6px!important;font-family:inherit!important}.mapboxgl-popup-close-button{font-size:18px!important;padding:2px 6px!important}.references-map__cluster{width:50px;height:50px;background:var(--ref-primary);border:3px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1em;box-shadow:0 2px 10px #0003;cursor:pointer;transition:transform .2s ease}.references-map__cluster:hover{transform:scale(1.1)}.references-map__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--ref-text-light)}.references-map__loading-spinner{width:40px;height:40px;border:3px solid var(--ref-border);border-top-color:var(--ref-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.references-map__no-results{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--ref-text-light);padding:2rem;background:#ffffffe6;border-radius:var(--ref-radius);box-shadow:var(--ref-shadow)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/references-map.css.map */
