/** Shopify CDN: Minification failed

Line 153:11 Expected identifier but found whitespace
Line 153:13 Unexpected "{"
Line 153:22 Expected ":"
Line 153:48 Expected ":"
Line 171:13 Expected identifier but found whitespace
Line 171:15 Unexpected "{"
Line 171:24 Expected ":"
Line 171:57 Expected ":"
Line 370:16 Expected identifier but found whitespace
Line 370:18 Unexpected "{"
... and 14 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:am-boutiques-live-chaussures-split (INDEX:1) */
.am-lcs {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .am-lcs__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    max-width: 640px;
    margin: 0 auto;
  }

  .am-lcs__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    background-color: #ffffff;
    border: 1px solid #e2d6be;
    border-radius: 6px;
    overflow: hidden;
  }

  .am-lcs__media {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    background-color: #f6f0e6;
    line-height: 0;
  }

  .am-lcs__image {
    display: block;
    width: 100%;
    height: auto;
  }

  .am-lcs__image-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f0e6;
  }

  .am-lcs__image-placeholder svg {
    width: 40%;
    opacity: 0.35;
  }

  .am-lcs__content {
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #1f1b14;
  }

  .am-lcs__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #1f1b14;
  }

  .am-lcs__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #3a362e;
  }

  .am-lcs__text p {
    margin: 0;
  }

  .am-lcs__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 6px;
    padding: 11px 24px;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-color: #1f1b14;
    color: #f6f0e6;
    border-radius: 2px;
  }

  .am-lcs__panel-link {
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  @media screen and (min-width: 990px) {
    .am-lcs__grid {
      max-width: 720px;
    }
  }
/* END_SECTION:am-boutiques-live-chaussures-split */

/* START_SECTION:am-boutiques-logo-banner (INDEX:2) */
.am-boutiques-logo-banner {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .am-boutiques-logo-banner__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .am-boutiques-logo-banner__link {
    display: inline-flex;
  }

  .am-boutiques-logo-banner__image {
    height: {{ section.settings.logo_height }}px !important;
    width: auto !important;
    max-width: 100% !important;
    display: block;
  }

  .am-boutiques-logo-banner__placeholder {
    border: 1px dashed currentColor;
    border-radius: 4px;
    padding: 24px 32px;
    text-align: center;
    opacity: 0.6;
    font-size: 1.4rem;
    max-width: 420px;
  }

  @media screen and (max-width: 749px) {
    .am-boutiques-logo-banner__image {
      height: {{ section.settings.logo_height_mobile }}px !important;
    }
  }
/* END_SECTION:am-boutiques-logo-banner */

/* START_SECTION:am-boutiques-nav (INDEX:3) */
.am-boutiques-nav {
    width: 100%;
    border-top: 1px solid rgba(var(--color-foreground), 0.08);
    border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
  }

  .am-boutiques-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .am-boutiques-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .am-boutiques-nav__list--desktop {
    display: none;
  }

  .am-boutiques-nav__mobile-toggle {
    display: block;
  }

  .am-boutiques-nav__mobile-summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .am-boutiques-nav__mobile-summary::-webkit-details-marker {
    display: none;
  }

  .am-boutiques-nav__list--mobile {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .am-boutiques-nav__list--mobile .am-boutiques-nav__submenu {
    padding-left: 16px;
  }

  .am-boutiques-nav__link,
  .am-boutiques-nav__sublink {
    color: rgb(var(--color-foreground));
    text-decoration: none;
    transition: opacity 0.15s ease;
    font-size: 27px;
  }

  .am-boutiques-nav__link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
  }

  .am-boutiques-nav__link:hover,
  .am-boutiques-nav__sublink:hover {
    opacity: 0.65;
  }

  .am-boutiques-nav__dropdown summary.am-boutiques-nav__link {
    cursor: pointer;
    list-style: none;
  }

  .am-boutiques-nav__dropdown summary.am-boutiques-nav__link::-webkit-details-marker {
    display: none;
  }

  .am-boutiques-nav__caret svg {
    width: 10px;
    height: 10px;
  }

  .am-boutiques-nav__submenu {
    list-style: none;
    margin: 0;
    padding: 4px 0 0 16px;
  }

  .am-boutiques-nav__sublink {
    text-decoration: none;
    display: block;
    padding: 6px 0;
  }

  .am-boutiques-nav__icons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
  }

  .am-boutiques-nav__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    transition: opacity 0.15s ease;
  }

  .am-boutiques-nav__icon:hover {
    opacity: 0.65;
  }

  .am-boutiques-nav__icon svg {
    width: 29px;
    height: 29px;
  }

  .am-boutiques-nav__icon--cart svg {
    width: 46px;
    height: 46px;
  }

  .am-boutiques-nav__icon .svg-wrapper {
    width: 29px;
    height: 29px;
  }

  .am-boutiques-nav__icon--cart .svg-wrapper {
    width: 46px;
    height: 46px;
  }

  .am-boutiques-nav__cart-count {
    position: absolute;
    top: -4px;
    right: -6px;
    font-size: 1rem;
    line-height: 1;
    background: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
  }

  @media screen and (min-width: 990px) {
    .am-boutiques-nav__mobile-toggle {
      display: none;
    }

    .am-boutiques-nav__list--desktop {
      display: flex;
      align-items: center;
      gap: 32px;
      flex: 1;
      justify-content: center;
    }

    .am-boutiques-nav__dropdown {
      position: relative;
    }

    .am-boutiques-nav__dropdown .am-boutiques-nav__submenu {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      min-width: 180px;
      padding: 12px 16px;
      z-index: 5;
      background: rgb(var(--color-background));
      border: 1px solid rgba(var(--color-foreground), 0.08);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
  }
/* END_SECTION:am-boutiques-nav */

/* START_SECTION:am-boutiques-store-cards (INDEX:4) */
.am-store-cards {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .am-store-cards__inner {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  .am-store-cards__heading {
    text-align: center;
    font-weight: 600;
    margin: 0 0 32px;
  }

  .am-store-cards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 380px));
    justify-content: center;
    gap: 64px;
    align-items: start;
  }

  @media screen and (max-width: 749px) {
    .am-store-cards__grid {
      grid-template-columns: minmax(0, 1fr);
      gap: 20px;
      max-width: 340px;
    }
  }

  .am-store-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 100%;
    border: 1px solid;
    border-radius: 6px;
    overflow: hidden;
  }

  .am-store-card__link-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .am-store-card__content {
    padding: 22px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
  }

  .am-store-card__name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }

  .am-store-card__name-link {
    color: inherit;
    text-decoration: none;
  }

  .am-store-card__name-link:hover {
    text-decoration: underline;
  }

  .am-store-card__category {
    margin: 0 0 6px;
    font-size: 12px;
    opacity: 0.75;
  }

  .am-store-card__rating {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
  }

  .am-store-card__stars {
    color: #c89b3c;
  }

  .am-store-card__review-count {
    opacity: 0.6;
  }

  .am-store-card__rating-date {
    margin: -4px 0 10px;
    font-size: 12px;
    opacity: 0.55;
    font-style: italic;
  }

  .am-store-card__address,
  .am-store-card__phone {
    margin: 0 0 3px;
    font-size: 13px;
    line-height: 1.45;
  }

  .am-store-card__actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  .am-store-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    background: transparent;
    border-radius: 2px;
    transition: opacity 0.2s ease;
  }

  .am-store-card__btn:hover {
    opacity: 0.6;
  }

  .am-store-card__google-link {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    opacity: 0.75;
  }

  .am-store-card__google-link:hover {
    opacity: 1;
  }

  .am-store-cards__empty {
    text-align: center;
    opacity: 0.6;
  }
/* END_SECTION:am-boutiques-store-cards */

/* START_SECTION:am-chaussures-collection-banner (INDEX:5) */
.am-chaussures-collection-banner__heading-wrap {
    text-align: center;
    margin-bottom: 16px;
  }

  .am-chaussures-collection-banner__heading {
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0;
  }

  .am-chaussures-collection-banner__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--am-cb-gap, 2px);
  }

  .am-chaussures-collection-banner__tile {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: rgba(var(--color-foreground), 0.04);
  }

  .am-chaussures-collection-banner__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .am-chaussures-collection-banner__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font-size: 1.2rem;
    opacity: 0.6;
    padding: 12px;
    border: 1px dashed currentColor;
    box-sizing: border-box;
  }

  @media screen and (min-width: 750px) {
    .am-chaussures-collection-banner__row {
      grid-template-columns: repeat(4, 1fr);
    }

    .am-chaussures-collection-banner__heading {
      font-size: 2.2rem;
    }

    .am-chaussures-collection-banner__heading-wrap {
      margin-bottom: 24px;
    }
  }
/* END_SECTION:am-chaussures-collection-banner */

/* START_SECTION:am-chaussures-logo-banner (INDEX:6) */
.am-chaussures-logo-banner {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .am-chaussures-logo-banner__inner {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .am-chaussures-logo-banner__link {
    display: inline-flex;
  }

  .am-chaussures-logo-banner__image {
    width: {{ section.settings.logo_width }}px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .am-chaussures-logo-banner__placeholder {
    border: 1px dashed currentColor;
    border-radius: 4px;
    padding: 24px 32px;
    text-align: center;
    opacity: 0.6;
    font-size: 1.4rem;
    max-width: 420px;
  }

  @media screen and (max-width: 749px) {
    .am-chaussures-logo-banner__image {
      width: {{ section.settings.logo_width_mobile }}px;
    }
  }
/* END_SECTION:am-chaussures-logo-banner */

/* START_SECTION:am-chaussures-nav (INDEX:7) */
.am-chaussures-nav {
    width: 100%;
    border-top: 1px solid rgba(var(--color-foreground), 0.08);
    border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
  }

  .am-chaussures-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .am-chaussures-nav__back-link {
    flex-shrink: 0;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    color: rgb(var(--color-foreground));
    opacity: 0.55;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.15s ease;
  }

  .am-chaussures-nav__back-link:hover {
    opacity: 0.85;
  }

  .am-chaussures-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .am-chaussures-nav__list--desktop {
    display: none;
  }

  .am-chaussures-nav__mobile-toggle {
    display: block;
  }

  .am-chaussures-nav__mobile-summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .am-chaussures-nav__mobile-summary::-webkit-details-marker {
    display: none;
  }

  .am-chaussures-nav__list--mobile {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .am-chaussures-nav__list--mobile .am-chaussures-nav__submenu {
    padding-left: 16px;
  }

  .am-chaussures-nav__link,
  .am-chaussures-nav__sublink {
    color: rgb(var(--color-foreground));
    text-decoration: none;
    transition: opacity 0.15s ease;
  }

  .am-chaussures-nav__link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
  }

  .am-chaussures-nav__link:hover,
  .am-chaussures-nav__sublink:hover {
    opacity: 0.65;
  }

  .am-chaussures-nav__dropdown summary.am-chaussures-nav__link {
    cursor: pointer;
    list-style: none;
  }

  .am-chaussures-nav__dropdown summary.am-chaussures-nav__link::-webkit-details-marker {
    display: none;
  }

  .am-chaussures-nav__caret svg {
    width: 10px;
    height: 10px;
  }

  .am-chaussures-nav__submenu {
    list-style: none;
    margin: 0;
    padding: 4px 0 0 16px;
  }

  .am-chaussures-nav__sublink {
    text-decoration: none;
    display: block;
    padding: 6px 0;
  }

  .am-chaussures-nav__icons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
  }

  .am-chaussures-nav__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    transition: opacity 0.15s ease;
  }

  .am-chaussures-nav__icon:hover {
    opacity: 0.65;
  }

  .am-chaussures-nav__icon svg {
    width: 29px;
    height: 29px;
  }

  .am-chaussures-nav__icon--cart svg {
    width: 46px;
    height: 46px;
  }

  .am-chaussures-nav__icon .svg-wrapper {
    width: 29px;
    height: 29px;
  }

  .am-chaussures-nav__icon--cart .svg-wrapper {
    width: 46px;
    height: 46px;
  }

  .am-chaussures-nav__cart-count {
    position: absolute;
    top: -4px;
    right: -6px;
    font-size: 1rem;
    line-height: 1;
    background: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
  }

  @media screen and (min-width: 990px) {
    .am-chaussures-nav__mobile-toggle {
      display: none;
    }

    .am-chaussures-nav__list--desktop {
      display: flex;
      align-items: center;
      gap: 32px;
      flex: 1;
      justify-content: center;
    }

    .am-chaussures-nav__dropdown {
      position: relative;
    }

    .am-chaussures-nav__dropdown .am-chaussures-nav__submenu {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      min-width: 180px;
      padding: 12px 16px;
      z-index: 5;
      background: rgb(var(--color-background));
      border: 1px solid rgba(var(--color-foreground), 0.08);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }
  }
/* END_SECTION:am-chaussures-nav */