@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=DM+Sans:wght@300;400;500&display=swap";.sl-container{display:flex;flex-direction:column;width:100%;max-width:100%;font-family:"DM Sans",var(--font-body-family, -apple-system, sans-serif);color:#333}@media screen and (min-width:990px){.sl-container{flex-direction:row;height:calc(100vh - 80px);min-height:600px}}.sl-sidebar{width:100%;background:#fff;display:flex;flex-direction:column;border-right:1px solid #e5e5e5;z-index:2}@media screen and (min-width:990px){.sl-sidebar{width:40%;max-width:40%;height:100%;overflow:hidden;flex-shrink:0}}.sl-header{padding:20px 20px 0}.sl-title-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.sl-logo{margin-bottom:15px;width:111px;height:36px;object-fit:contain;flex-shrink:0}.sl-title{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:600;line-height:1.2;margin:0;color:#000;letter-spacing:-.01em}.sl-subtitle{font-size:12px;line-height:1.5;color:#888;margin:0 0 16px;font-weight:300}.sl-controls{padding:0 20px 16px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e5e5e5}.sl-use-location{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 16px;background:#000;color:#fff;border:none;cursor:pointer;font-size:11px;font-family:"DM Sans",inherit;letter-spacing:1.5px;text-transform:uppercase;transition:background .2s;width:100%}.sl-use-location:hover{background:#333}.sl-use-location svg{width:16px;height:16px;fill:currentColor;flex-shrink:0}.sl-select-row{display:flex;gap:8px}.sl-select-wrap{position:relative;flex:1}.sl-select{width:100%;padding:10px 30px 10px 12px;border:1px solid #e0e0e0;background:#fff;font-size:12px;font-family:"DM Sans",inherit;color:#333;appearance:none;-webkit-appearance:none;cursor:pointer;border-radius:0}.sl-select-wrap:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #888;pointer-events:none}.sl-search-wrap{position:relative}.sl-search-input{width:100%;padding:10px 38px 10px 12px;border:1px solid #e0e0e0;font-size:12px;font-family:"DM Sans",inherit;color:#333;border-radius:0;box-sizing:border-box}input#sl-search-input:focus-visible,.sl-select:focus-visible{outline:1px solid #b0b0b094;outline-offset:0px}.sl-search-input::placeholder{color:#bbb;font-weight:300}.sl-search-btn{position:absolute;right:0;top:0;bottom:0;width:38px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.sl-search-btn svg{width:15px;height:15px;stroke:#999;fill:none}.sl-stock-legend{display:flex;align-items:end;gap:5px;padding:4px 0 2px}.sl-legend-icon{width:30px;height:30px;object-fit:contain}.sl-stock-legend span{font-size:14px;color:#888;font-weight:300;letter-spacing:0em}.sl-results-info{display:none}.sl-results-info .sl-clear-btn{background:none;border:none;color:#000;font-size:11px;text-transform:uppercase;letter-spacing:1px;cursor:pointer;text-decoration:underline;padding:0;display:none}.sl-results-info .sl-clear-btn.visible{display:inline}.sl-store-list{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:10px 12px;display:flex;flex-direction:column;gap:8px}@media screen and (max-width:989px){.sl-store-list{max-height:50vh}}.sl-store-list::-webkit-scrollbar{width:8px}.sl-store-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.sl-store-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.sl-store-list::-webkit-scrollbar-thumb:hover{background:#aaa}.sl-store-card{background:#fff;border:.5px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:border-color .2s}.sl-store-card:hover{border-color:#bbb}.sl-store-card.active{border-color:#999}.sl-store-card.active .sl-card-header{background:#f8f8f8}.sl-card-header{padding:13px 16px 11px;border-bottom:.5px solid #efefef;transition:background .15s}.sl-store-name{font-family:Cormorant Garamond,Georgia,serif;font-size:16px;font-weight:600;color:#111;line-height:1.2;letter-spacing:.01em;margin:0 0 6px}.sl-dress-icons{display:flex;gap:3px;margin-top:6px}.sl-dress-icons img{width:17px;height:17px;object-fit:contain}.sl-store-distance{font-size:11px;color:#aaa;font-weight:400;letter-spacing:.04em;text-transform:uppercase;display:none;margin-top:5px}.sl-store-distance.visible{display:block}.sl-card-body{padding:11px 16px;display:flex;flex-direction:column;gap:7px}.sl-info-row{display:flex;align-items:flex-start;gap:8px}.sl-info-row-icon{width:13px;height:13px;flex-shrink:0;margin-top:2px;color:#aaa;stroke:currentColor}.sl-info-row-text{font-size:12px;color:#555;line-height:1.5;font-weight:300;margin:0}.sl-info-row-text a{color:#555;text-decoration:none}.sl-info-row-text a:hover{color:#111}.sl-store-hours{font-size:12px;line-height:1.7;color:#555;white-space:pre-line;font-weight:300}.sl-card-footer{padding:10px 16px;border-top:.5px solid #efefef;display:flex;gap:7px}.sl-btn{flex:1;padding:8px 10px;border-radius:7px;font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;text-align:center;transition:all .15s;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:4px;font-family:"DM Sans",inherit;line-height:1}.sl-btn-primary{background:#111;color:#fff;border:1px solid #111}.sl-btn-primary:hover{background:#333;border-color:#333}.sl-btn-secondary{background:transparent;color:#666;border:.5px solid #ddd}.sl-btn-secondary:hover{background:#f5f5f5;color:#111}.sl-map-container{flex:1;position:relative;min-height:400px;background:#e8e8e8}@media screen and (min-width:990px){.sl-map-container{min-height:100%}}@media screen and (max-width:989px){.sl-map-container{height:50vh;order:-1}}#sl-google-map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.sl-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 20px;color:#999;gap:10px}.sl-spinner{width:22px;height:22px;border:2px solid #e5e5e5;border-top-color:#000;border-radius:50%;animation:sl-spin .7s linear infinite}@keyframes sl-spin{to{transform:rotate(360deg)}}.sl-loading-text{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#bbb}.sl-no-results{padding:30px 20px;text-align:center;color:#999;font-size:13px;line-height:1.6;display:none}.sl-info-window{font-family:DM Sans,sans-serif;max-width:220px;padding:2px 2px 0}.sl-info-window h3{font-family:Cormorant Garamond,Georgia,serif;font-size:14px;font-weight:600;margin:0 0 6px;color:#000;padding-right:8px}.sl-info-window p{font-size:12px;line-height:1.5;color:#666;margin:0 0 4px;font-weight:300}.sl-info-window a{display:inline-block;margin-top:8px;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;color:#000;text-decoration:none;border-bottom:1px solid #000;padding-bottom:1px}.sl-info-window a:hover{color:#555;border-color:#555}.gm-style-iw-c{border-radius:8px!important;box-shadow:0 4px 20px #0000001f!important;padding:16px 14px 14px!important}.gm-style-iw-d{overflow:hidden!important}.gm-style-iw-tc{display:none!important}.gm-ui-hover-effect{opacity:1!important;top:4px!important;right:0!important;width:80px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important}.gm-ui-hover-effect img{width:14px!important;height:14px!important;margin:0!important}.gm-style-iw-chr{position:absolute!important;top:0!important;right:0!important;height:auto!important}.gm-ui-hover-effect span{background-color:#333!important}@media screen and (max-width:600px){.sl-header{padding:16px 14px 0}.sl-controls{padding:0 14px 14px}.sl-title{font-size:18px}.sl-logo{width:30px;height:30px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/store-locator-dynamic.css.map */
