/* Version mobile plus visible : CTA panier pleine largeur + lien couleurs au-dessus */
.detail-product-name-mobile {
  display: none;
}

.mobile-sticky-add-to-cart {
  display: none;
}

.product-colors-anchor {
  display: block;
  height: 1px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  html {
    scroll-behavior: smooth;
  }

  .detail-product-name-mobile {
    display: block;
    margin: 8px 0 14px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    text-align: left;
  }

  .detail-product-name-desktop {
    display: none !important;
  }

  .product-colors-anchor {
    scroll-margin-top: 82px;
  }

  .mobile-sticky-add-to-cart {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483000;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.18);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .mobile-sticky-colors-link {
    min-height: 36px;
    height: 36px;
    width: 100%;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-sticky-colors-link::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  .mobile-sticky-colors-link:hover,
  .mobile-sticky-colors-link:focus {
    color: #111;
    text-decoration: none;
  }

  .mobile-sticky-add-to-cart__button {
    width: 100%;
    min-height: 52px;
    height: 52px;
    border: 2px solid #111;
    border-radius: 0;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-sticky-add-to-cart__button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }

  .mobile-sticky-add-to-cart__label,
  .mobile-sticky-add-to-cart__price {
    display: inline-block;
    white-space: nowrap;
  }

  .mobile-sticky-add-to-cart__label::after {
    content: " · ";
  }

  .mobile-sticky-add-to-cart__price {
    font-weight: 900;
  }

  body {
    padding-bottom: 112px;
  }
}

@media (max-width: 360px) {
  .mobile-sticky-add-to-cart {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile-sticky-add-to-cart__button {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-sticky-colors-link {
    font-size: 11px;
  }
}
