/** Shopify CDN: Minification failed

Line 162:15 Expected identifier but found whitespace
Line 162:17 Unexpected "{"
Line 162:26 Expected ":"
Line 163:10 Expected identifier but found whitespace
Line 163:12 Unexpected "{"
Line 163:21 Expected ":"
Line 167:15 Expected identifier but found whitespace
Line 167:17 Unexpected "{"
Line 167:26 Expected ":"
Line 168:10 Expected identifier but found whitespace
... and 5 more hidden warnings

**/
#store-locator .PageContent {
  @media only screen and (min-width: 640px) {
    max-width: 1410px;
  }
}

@media only screen and (max-width: 639px) {
    #store-locator {
        padding: 0 24px;
        margin: 0 auto
    }
}


/**
 * ----------------------------------------------------------------------------
 * Store Locator
 * ----------------------------------------------------------------------------
 */

#store-locator .Rte .store-address {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
  }

  .Form__ItemWithIcon svg {
    position: absolute;
    line-height: normal;
    pointer-events: none;
    vertical-align: baseline;
    top: 25%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
  }

  .Form__Group-sl {
    display: flex;
  }
  @media screen and (max-width: 640px) {
      .Form__Group-sl {
      display: inline-block;
      width: 100%;
    }
  }


  .Form__Group-sl > .Form__Item {
   flex: 1;
  }

  @media screen and (max-width: 640px) {
    .Grid {
      display: grid;
    }
  }



  table.country__stores.Grid.store-grid.filtered {
    margin: 0;
  }

  div.stores__filter.Grid {
    margin: 50px 0 25px 0;
    width: 100%;
  }

  @media screen and (max-width: 640px) {
    div.stores__filter.Grid {
      margin: 38px 24px 24px 0;
      padding: 0px;
    }
  }

  @media (min-width: 641px) and (max-width: 1007px) {
    div.stores__filter.Grid {
      padding: 50px 30px;
      margin: 0;
    }
  }

  .stores__country Rte .country__name {
      padding-top: 24px;
      margin-bottom: 48px;
      border-top: 1px solid rgba(50,50,50,.1);
      text-transform: uppercase;
      letter-spacing: .35px;
  }

  .store-item {
    margin-bottom: 10px;
  }

  @media screen and (min-width: 641px) {
    .get__directions {
      position: absolute;
      bottom: 20px;
    }
  }

  .store-item__inner {
    position: relative;
    padding: 20px;
    border: 1px solid var(--border-color);
    overflow: auto;
    height: 190px;
  }

  @media screen and (max-width: 640px) {
    .store-item__inner {
      padding: 0;
      overflow: none;
      height: 100%;
    }
  }

  #store-locator address {
    font-style: normal;
  }

  #store-locator .Rte a:not(.Button) {
    color: var(--text-color);
    text-decoration: none;
    font-size: 12px;
}

  #store-locator .features--heading-small .u-h8 {
    font-size: 12px;
  }

  #store-locator .store-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  @media screen and (max-width: 640px) {
    #store-locator .store-info {
      padding: 20px;
    }
  }

  .store-item .store-type span.store-type--boutique {
    background: {{ section.settings.furniture_bg }};
    color: {{ section.settings.furniture_color }};
  }

  .store-item .store-type span.store-type--showroom {
    background: {{ section.settings.lighting_bg }};
    color: {{ section.settings.lighting_color }};
  }



  @media (min-width: 641px) and (max-width: 1007px) {
    .store-countries {
      padding: 0 30px 0 30px;
    }
  }

/*
  .stores__brand-stores {
    background: white;
    -webkit-box-shadow: 0 1px 40px rgba(#363636, 0.05);
    box-shadow: 0 1px 40px rgba(#363636, 0.05);
    margin-bottom: var(--grid-gutter--large);
  }

    @media screen and (min-width: 641px) and (max-width: 1007px) {
      .stores__brand-stores {
        margin-bottom: var(--grid-gutter--medium);
      }
    }

    @media screen and (max-width: 640px) {
      .stores__brand-stores {
        margin-bottom: var(--grid-gutter);
      }
    }

    .brand-store__wrap {
      display: flex;
    }

    @media screen and (max-width: 640px) {
      .brand-store__wrap {
        flex-direction: column;
      }
    }

    .brand-store__panel {
      width: 50%;
      box-sizing: border-box;
    }

    .brand-store__header {
      margin-bottom: var(--grid-gutter);
    }

    .brand-store__info {
      padding: var(--grid-gutter--large);
      padding-top: var(--grid-gutter--medium);
      position: relative;
    }

    .brand-store__description {
      padding: var(--grid-gutter--large);
      padding-top: var(--grid-gutter--medium);
      position: relative;
      margin-bottom: 1em;
    }

    .brand-store__info .directions-btn {
      top: var(--grid-gutter--medium);
      right: var(--grid-gutter--medium);
    }

    .directions-btn--mobile {
      width: 100%;
      margin-top: var(--grid-gutter);
    }

    @media screen and (max-width: 640px) {
      .brand-store {
        padding: var(--grid-gutter);
      }
    }

    .brand-store__address {
      font-style: normal;
    }

    .brand-store__hours {
      margin-top: var(--grid-gutter--large);
      max-width: 300px;
    }
    @media screen and (max-width: 640px) {
      .brand-store__hours {
        width: 100%;
        max-width: none;
      }
    }



    @media screen and (min-width: 641px) and (max-width: 1007px) {
      .brand-store__info {
        width: 70%;
      }
    }

    @media screen and (max-width: 640px) {
      .brand-store__info {
        width: 100%;
      }
    }

    .brand-store__image {
      background-size: cover;
      position: relative;
      overflow: hidden;
    }

    @media screen and (max-width: 640px) {
      .brand-store__image {
        display: none;
      }
    }

  /*
    .store__image-wrapper {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
    }

    @supports (--css: variables) {
      .store__image-wrapper {
        top: calc(-1 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 0));
        height: calc(100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px) * var(--use-unsticky-header, 0));
      }
    }
*/

    .directions-btn, .website-btn {
      width: var(--grid-gutter);
      height: var(--grid-gutter);
      display: block;
      position: absolute;
      opacity: .7;
      transition: opacity 100ms ease-in-out;
    }

    .directions-btn, .website-btn:hover {
      opacity: 1;
    }

    .directions-btn, .website-btn svg {
      pointer-events: none;
    }



    .stores__result-empty {
      opacity: 0;
      transition: all 300ms ease-out;
      transform: translateY(-10px);
      height: 1px;
      pointer-events: none;
    }

    .stores__result-empty:active {
      opacity: 1;
      height: auto;
      transform: translateY(0);
    }

    .stores__result-empty .Heading {
        margin-bottom: 10px;
      }
    }

    .stores__result-count-wrap {
      margin-top: var(--grid-gutter);
      margin-bottom: var(--grid-gutter);
      opacity: 0
      transition: all 300ms ease-out;
      transform: translateY(-10px);
    }

    @media screen and (max-width: 640px) {
        .stores__result-count-wrap {
          margin: 0 0 0 24px;
          opacity: 0.7;
        }
      }

    .stores__result-count-wrap:active {
      opacity: 1;
      transform: translateY(0);
    }

    .store-item .store-type {
      width: 1px;
      white-space: nowrap;
    }

    .store-type span {
      padding: 7px 10px 8px;
    }

    .store-type span.store-type--boutique {
      background: var(--light-background);
      color: var(--text-color);
    }

    .store-type span.store-type--stockist {
      border: 1px solid var(--text-color);
    }

    .store-type span.store-type--showroom {
      background: var(--light-background);
      color: var(--text-color);
    }

    .store-type span + span {
      margin-left: 5px;
    }

    .store-website {
      width: 1px;
      white-space: nowrap;
    }


    .stores__retailer-contact {
      margin-top: 80px;
    }

    .retailer-contact__inner {
      background: var(--light-background);
      padding: var(--grid-gutter) * 2 var(--grid-gutter);
    }

    .retailer-contact__header {
      margin-bottom: 20px;
    }

    .stores__filter {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      width: calc(50% - 188px + 24px);
    }

    @media screen and (max-width: 640px) {
      .stores__filter {
        transform: translateY(0);
        max-width: 900px;
        width: auto;
      }
    }

.stores__filter-country {
  border: 1px solid rgba(50,50,50,.1);
}
  @media screen and (max-width: 640px) {
    .stores__filter-country {
      width: 100%;
    }
  }

  .stores__filter-country select {
    height: 50px;
    border: none;
    padding: 0 20px;
    background: #fff;
  }


.stores__filter-search {
  border: 1px solid rgba(50,50,50,.1);
}
  @media screen and (max-width: 640px) {
    .stores__filter-search {
      width: 100%;
    }
  }

  .stores__filter-search select {
    height: 50px;
    border: none;
    padding: 0 20px;
    background: #fff;
  }


  .stores__filter-type {
    height: 50px;
    width: 66%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    }

    @media screen and (max-width: 640px) {
      .stores__filter-type {
        padding: 0;
        justify-content: flex-start;
      }
    }

    .type-filter__outerWrap {
      display: flex;
      flex-basis: 100%;
      justify-content: space-around;
      align-items: center;
    }

    .type-filter__outerWrap > .Heading {
      line-height: 1;
    }

    @media screen and (max-width: 640px) {
      .type-filter__outerWrap  > .Heading {
        display: none;
      }
    }

    .type-filter__wrap + .type-filter__wrap {
      margin-left: 0;
    }


    @media screen and (max-width: 640px) {
      label {
        font-size: 12px;
      }
    }

    .Icon--checkmark {
      top: 3px;
    }


  .type-filter__wrap {
    position: relative;
  }


  .Heading-sl {
    font-family: var(--heading-font-family);
    font-size: 13px;
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    text-transform: uppercase;
  }


  @media screen and (min-width: 1008px) {
    .stores__filter-bottom {
      width: auto !important;
      padding-left: var(--grid-gutter);
      padding-right: var(--grid-gutter);
      border-top: none;
      border-left: 1px solid lighten(var(--border-color), 5%);
      border-right: 1px solid lighten(var(--border-color), 5%);
    }
  }

  .stores__filter-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-left: -10px;
  }

  #store-locator > div.stores__result-count-wrap.text-center.sidenote {
    margin-left: 188px;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 640px) {
    #store-locator > div.stores__result-count-wrap.text-center.sidenote {
      margin: 0 0 0 24px;
    }
  }

  @media (min-width: 641px) and (max-width: 1007px) {
    #store-locator > div.stores__result-count-wrap.text-center.sidenote {
      margin-left: 30px;
    }
  }


    @media screen and (max-width: 1007px) {
      .stores__filter-wrap {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
      }
    }

    .stores__filter-wrap .has_background {
      background: white;
    }

    .stores__filter-bottom {
      display: flex;
    }

    .stores__filter-bottom:hover {
    /  -webkit-box-shadow: 0 10px 70px rgba(#363636, 0.1);
      box-shadow: 0 10px 70px rgba(#363636, 0.1);
    }

    .stores__filter-bottom .loading_location {
      animation: loading_filter 500ms ease-out infinite alternate;
    }

    .stores__filter-top {
      display: flex;
    }

    .stores__filter-input {
      flex-grow: 1;
      padding: 0 20px;
      border: 0;
      min-width: 1px;
      height: 50px;
      width: 100%;
      text-transform: none;
      font-family: var(--heading-font-family);
      font-size: 13px;
    }


    @media screen and (max-width: 640px) {
      .stores__filter-input {
        flex-grow: 1;
        padding: 0 20px;
        border: 0;
        min-width: 1px;
        height: 50px;
        width: 100%;
        text-transform: none;
        font-family: var(--heading-font-family);
        font-size: 13px;
      }
    }

    .stores__filter-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: var(--text-color);
    }
    .stores__filter-input::-moz-placeholder { /* Firefox 19+ */
      color: var(--text-color);
    }
    .stores__filter-input:-ms-input-placeholder { /* IE 10+ */
      color: var(--text-color);
    }
    .stores__filter-input:-moz-placeholder { /* Firefox 18- */
      color: var(--text-color);
    }

    .stores__filter-wrap svg {
      display: block;
      pointer-events: none;
    }

    .stores__filter-wrap button label {
      padding: var(--grid-gutter);
    }

  @media screen and (min-width: 641px) and (max-width: 1007px) {
  .stores__filter-wrap button, label {
          padding: 1px 10px 1px 10px;
    }
  }

    .stores__filter-location {
      padding: var(--grid-gutter);
    }

    .stores__filter-search #filterSearch {
        display: none;
      }
    }
    .stores__filter-location {
      position: relative;
    }

    .stores__filter-location:after {
      content: "";
      display: block;
      position: absolute;
      top: var(--grid-gutter);
      left: 0;
      bottom: var(--grid-gutter);
      width: 1px;
      background: var(--border-color);
    }

    .stores__filter-location svg {
      filter: grayscale(1);
    }

    .stores__filter-location[data-location=true] {
      svg {
        filter: grayscale(0);
      }
    }

    .stores__filter-radius {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .filter-radius__label {
      padding: var(--grid-gutter) var(--grid-gutter) / 2 var(--grid-gutter) 0;
      display: inline-block;
    }

@keyframes loading_filter {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}



  .country__name {
    margin-top: var(--grid-gutter);
    margin-bottom: var(--grid-gutter);
    padding-left: var(--grid-gutter);
  }



.stores__map {
  margin-bottom: var(--grid-gutter--large);
  -webkit-box-shadow: 0 1px 40px rgba(#363636, 0.05);
  box-shadow: 0 1px 40px rgba(#363636, 0.05);
}


  @media screen and (min-width: 641px) and (max-width: 1007px) {
    .stores__map {
      margin-bottom: var(--grid-gutter--medium);
    }
  }

  @media screen and (max-width: 640px) {
    .stores__map {
      display: none;
    }
  }

  #storesMap {
    background: white;
    height: 60vh;
    min-height: 500px;
  }

  .Form__Checkbox-sl~svg {
    position: absolute;
    top: 5px;
    width: 13px;
    height: 13px;
    transform: scale(0);
    transition: transform .2s ease-in-out;
    will-change: transform;
}

  @media screen and (min-width: 641px) and (max-width: 1007px) {
    .Form__Checkbox-sl~svg {
      left: 10px;
    }
  }

  .Form__Checkbox-sl {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 24px;
    width: 13px;
    height: 13px;
  }

  .Form__Checkbox-sl ~ label::before {
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: 10px;
    border: 1px solid var(--border-color);
    vertical-align: -2px;
  }


  .Form__Checkbox-sl:checked ~ label::before {
    border-color: var(--text-color);
  }

  .Form__Checkbox-sl:checked ~ svg {
    transform: scale(1);
  }

  #store-locator > address {
    font-style: var(--heading-font-style);
  }
