/**
 * GLOBAL FUNCTIONS
 */
/* cookie notification */
/* account popover */
/* minicart popover */
/* cookie notification */
/* Search Results Page */
/*

// 1.1 Desktop
@include media-breakpoint-up(ls) {
    // desktop styles | 1024px and up
}

// 1.2 Mobile
@include media-breakpoint-down(md) {
    // mobile styles | 1023.98px and down
}

//
// 2. Wide mobile view (used in Global Header)
//

// 2.1 Desktop
@include media-breakpoint-up(lg) {
    // desktop styles | 1200px and up
}

// 2.2 Mobile
@include media-breakpoint-down(ls) {
    // mobile styles | 1200px and down
}

*/
/*
 * Set up a screen-wide ::before element behind its parent, to apply a colored background on a block.
 *
 * Usage :
 * .block {
 *    @include full-screen-background;
 *
 *    position: relative;
 * }
 */
/*
Usage

.block {
    @include arrow(right,red,5px,auto,auto,0,0,auto,-5px);

    width: 50px;
    height: 50px;
    position: relative;
}
*/
/*
Usage
    @include ratio-holder(364/300)
    Height/Width
*/
/* Mixin to cut off the rest of one-line text with dots */
/* stylelint-disable */
.store-locator {
  margin-bottom: 1.25rem; }
  @media (min-width: 1024px) {
    .store-locator {
      margin-bottom: 1.25rem; } }
  .store-locator__banner {
    margin-bottom: 1.875rem; }
    @media (min-width: 1024px) {
      .store-locator__banner {
        margin-bottom: 2.5rem; } }
    @media (max-width: 1023.98px) {
      .store-locator__banner .breadcrumb-wrapper {
        display: none; } }
  .store-locator__title {
    margin-bottom: 0.625rem;
    font-size: 1.875rem;
    line-height: 100%; }
    @media (min-width: 1024px) {
      .store-locator__title {
        font-size: 3.625rem; } }
  .store-locator__form {
    margin-top: 1.5625rem; }
    .store-locator__form .form-group {
      margin-bottom: 0.9375rem; }
      .store-locator__form .form-group .form-control-label::after {
        left: 0; }
      .store-locator__form .form-group .response-wrapper {
        width: 90%;
        position: absolute;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        font-weight: normal;
        display: none;
        overflow: auto;
        max-height: 15vh;
        z-index: 2; }
        .store-locator__form .form-group .response-wrapper.show {
          display: block; }
      .store-locator__form .form-group .response-item {
        font-size: 0.875rem;
        line-height: 1.0625rem;
        padding: 0.625rem 0.8125rem;
        cursor: pointer; }
        .store-locator__form .form-group .response-item:hover {
          background-color: rgba(0, 0, 0, 0.1); }
    .store-locator__form .detect-location {
      margin-bottom: 0.9375rem; }
  .store-locator__radius {
    margin: 0; }
    .store-locator__radius .range-input {
      width: 100%; }
    .store-locator__radius .form-control-label {
      font-weight: 700;
      font-size: 0.875rem; }
    .store-locator__radius .custom-select {
      display: inline-block;
      width: auto;
      border: 0;
      padding: 0;
      font-weight: 700;
      font-size: 0.875rem; }
  .store-locator .search-form__description {
    font-size: 1rem;
    line-height: 1.4; }
    .store-locator .search-form__description mark {
      padding: 0;
      background-color: transparent;
      color: #e40d7e; }
  .store-locator .card {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(35, 38, 59, 0.2);
    margin-bottom: 1.25rem; }
    .store-locator .card:last-child {
      margin-bottom: 0; }
    @media (max-width: 1023.98px) {
      .store-locator .card.results-card {
        margin: 0 -1.25rem;
        box-shadow: none;
        border-radius: initial;
        border: none; } }
  .store-locator .card-header {
    border: none;
    padding: 1.25rem 1.25rem 0; }
    .store-locator .card-header:first-child {
      border-radius: 8px; }
  .store-locator .card-body {
    padding: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25; }
  .store-locator .jumbotron {
    height: 31.25rem;
    padding: 0;
    margin: 0 0 1.875rem; }
    @media (min-width: 1024px) {
      .store-locator .jumbotron {
        height: 45.9375rem;
        margin: 0 0 0.625rem; } }
    .store-locator .jumbotron .store-details {
      overflow: hidden;
      max-width: 14.0625rem; }
      .store-locator .jumbotron .store-details .store-details__hours {
        display: none; }
      .store-locator .jumbotron .store-details .row {
        display: block; }
      .store-locator .jumbotron .store-details .col-7,
      .store-locator .jumbotron .store-details .col-5 {
        max-width: 100%;
        -ms-flex: inherit;
            flex: inherit; }
  .store-locator .tabs {
    margin: 0 -1.25rem;
    box-shadow: 0 0 8px 0 rgba(35, 38, 59, 0.2); }
    .store-locator .tabs .tab {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      gap: 0.625rem;
      cursor: pointer; }
      .store-locator .tabs .tab-item {
        -ms-flex: 1;
            flex: 1;
        text-align: center;
        position: relative;
        font-size: 0.875rem;
        padding: 0.625rem 0;
        background: transparent;
        border: none; }
        .store-locator .tabs .tab-item.active {
          font-weight: 700; }
          .store-locator .tabs .tab-item.active::after {
            content: "";
            height: 0.125rem;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #51264f; }
  .store-locator .store-locator-map-wrapper {
    padding: 0 !important; }

.store-results {
  max-height: 18.4375rem;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    .store-results__list {
      max-height: 17.8125rem;
      overflow-y: auto;
      overflow-x: hidden; } }
  .store-results__list .store-details {
    padding: 0.625rem; }
    .store-results__list .store-details .storelocator-distance {
      color: #707070; }
    .store-results__list .store-details .store-distance {
      color: #999; }
    .store-results__list .store-details .store-hours-status {
      color: #67c900;
      font-weight: 700; }
  .store-results__list .card-body {
    padding: 0;
    margin-bottom: 0.9375rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem; }
    .store-results__list .card-body:last-child {
      margin-bottom: 0; }

.store-details__title {
  display: inline-block;
  margin-bottom: 0.5625rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25; }

.store-details__address {
  margin: 0; }

.store-details__hours, .store-details__phone, .store-details__distance {
  margin-top: 0.625rem;
  white-space: nowrap; }
  .store-details__hours .fi, .store-details__phone .fi, .store-details__distance .fi {
    color: #e40d7e;
    margin-right: 0.1875rem;
    font-size: 1rem;
    vertical-align: baseline; }

.store-details__map {
  font-weight: normal; }

.store-detail__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  -ms-flex-order: 1;
      order: 1; }
  @media (min-width: 1024px) {
    .store-detail__title {
      font-size: 2.375rem;
      padding-right: 16.25rem; } }

.store-detail__subtitle {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0.625rem;
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 1024px) {
    .store-detail__subtitle {
      font-size: 1.125rem;
      margin-bottom: 1.25rem; } }

.store-detail__description {
  font-size: 0.8125rem;
  line-height: 1.1;
  -ms-flex-order: 3;
      order: 3; }

.store-detail__header .breadcrumb {
  margin-bottom: 0.625rem; }
  @media (min-width: 1024px) {
    .store-detail__header .breadcrumb {
      margin-bottom: 1.25rem; } }

.store-detail__reviews {
  border: none;
  width: 100%; }

.store-detail__map-wrapper {
  z-index: 0; }
  .store-detail__map-wrapper .jumbotron {
    width: 100%; }

.store-detail__content-wrapper .store-detail__info.short-info {
  text-align: center; }
  .store-detail__content-wrapper .store-detail__info.short-info .info-title {
    max-width: 17.1875rem;
    margin: 0 auto 0.625rem; }

.store-detail__account {
  padding: 0; }
  .store-detail__account .jumbotron {
    height: 15.625rem; }
    @media (min-width: 1024px) {
      .store-detail__account .jumbotron {
        height: 25rem; } }
  .store-detail__account .store-detail__info-wrapper {
    padding: 0; }
    .store-detail__account .store-detail__info-wrapper .store-detail__info {
      border: 1px solid #ebebeb; }
      .store-detail__account .store-detail__info-wrapper .store-detail__info.info-pink {
        border: none; }

.store-detail__carousel {
  margin-bottom: 0.625rem; }
  .store-detail__carousel img {
    margin: 0 auto; }

.store-detail__banner {
  margin-bottom: 0.625rem;
  text-align: center; }

.store-detail__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 1.875rem; }
  @media (min-width: 1024px) {
    .store-detail__inner {
      display: block;
      padding-bottom: 1.0625rem;
      padding-bottom: 3.125rem;
      border-bottom: 0.0625rem solid #000; } }

.store-detail__actions {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.9375rem;
  -ms-flex-order: 4;
      order: 4; }
  @media (min-width: 1024px) {
    .store-detail__actions {
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 15rem;
      padding-top: 0;
      text-align: right; } }
  .store-detail__actions .btn-link {
    display: inline-block;
    font-size: 0.8125rem;
    text-align: center;
    width: 100%;
    margin: 0.9375rem 0 0;
    padding: 0.625rem 0;
    border-top: 0.0625rem solid #000;
    border-bottom: 0.0625rem solid #000;
    -ms-flex-order: 2;
        order: 2; }
    @media (min-width: 1024px) {
      .store-detail__actions .btn-link {
        display: inline-block;
        margin: 0 0 0.4375rem;
        padding: 0;
        width: auto;
        border: none;
        text-align: right; } }
    .store-detail__actions .btn-link .fi {
      margin-left: 0;
      font-size: 0.625rem; }
  .store-detail__actions .btn-primary {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin: 0 auto;
    font-size: 0.75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 1;
        order: 1;
    max-width: 10rem; }
    @media (min-width: 1024px) {
      .store-detail__actions .btn-primary {
        margin: 0;
        max-width: initial; } }
  .store-detail__actions .store-selected {
    color: #e40d7e;
    text-align: center;
    width: 100%; }
    @media (min-width: 1024px) {
      .store-detail__actions .store-selected {
        text-align: right;
        width: auto; } }
  .store-detail__actions .store-preffered {
    width: 100%; }

.store-detail .store-name__wrapper {
  position: relative; }
  .store-detail .store-name__wrapper .fi {
    position: absolute;
    right: 0;
    top: 0; }

.store-detail__info.short-info, .store-detail__info {
  background: #f9e9ee;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.4;
  max-width: 100%;
  border-radius: 8px; }
  .store-detail__info.short-info-heading, .store-detail__info-heading {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 1.25rem; }
    .store-detail__info.short-info-heading .btn-reset .fi, .store-detail__info-heading .btn-reset .fi {
      float: right;
      font-size: 0.5rem;
      margin: 0.75rem 0 0; }
  .store-detail__info.short-info.card, .store-detail__info.card {
    background: transparent;
    margin-bottom: 0.625rem; }
    .store-detail__info.short-info.card .info-title, .store-detail__info.card .info-title {
      font-size: 0.9375rem; }
    .store-detail__info.short-info.card p:last-child, .store-detail__info.card p:last-child {
      margin-bottom: 0; }
    .store-detail__info.short-info.card p span, .store-detail__info.card p span {
      display: inline-block;
      width: 6.25rem; }
  .store-detail__info.short-info.card-time, .store-detail__info.card-time {
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .store-detail__info.short-info.card-time, .store-detail__info.card-time {
        text-transform: none; } }
  .store-detail__info.short-info.special .store-detail__events, .store-detail__info.special .store-detail__events {
    margin-bottom: 0.625rem; }
    .store-detail__info.short-info.special .store-detail__events:last-child, .store-detail__info.special .store-detail__events:last-child {
      margin-bottom: 0; }
  .store-detail__info.short-info.special p span, .store-detail__info.special p span {
    width: 9.375rem; }
  .store-detail__info.short-info-wrapper.card-wrapper, .store-detail__info-wrapper.card-wrapper {
    padding: 0 0.9375rem; }
  .store-detail__info.short-info-wrapper.divider, .store-detail__info-wrapper.divider {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #000; }
    @media (min-width: 1024px) {
      .store-detail__info.short-info-wrapper.divider.divider-mobile, .store-detail__info-wrapper.divider.divider-mobile {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none; } }
    .store-detail__info.short-info-wrapper.divider.divider-mobile .store-detail__info, .store-detail__info-wrapper.divider.divider-mobile .store-detail__info {
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .store-detail__info.short-info-wrapper.divider.divider-mobile .store-detail__info, .store-detail__info-wrapper.divider.divider-mobile .store-detail__info {
          margin-bottom: 1.875rem; } }
  .store-detail__info.short-info-wrapper .info-title, .store-detail__info-wrapper .info-title {
    margin-bottom: 0.625rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: "Optimale", var(--font-family-sans-serif); }
  .store-detail__info.short-info .info-title, .store-detail__info .info-title {
    margin-bottom: 0.625rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4; }
  .store-detail__info.short-info .info-content, .store-detail__info .info-content {
    font-size: 1.125rem; }
  .store-detail__info.short-info p, .store-detail__info p {
    margin-bottom: 0.625rem; }

/*# sourceMappingURL=storeLocator.css.map*/