/** Shopify CDN: Minification failed

Line 402:2 Unexpected "}"
Line 1461:0 All "@import" rules must come first
Line 1462:2 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-team (INDEX:1) */
@import url('https://fonts.cdnfonts.com/css/akira-expanded');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

  .about-team {
    width: 100%;
    position: relative;
  }

  .about-team__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* HEADINGS */
  .about-team__heading {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.1;
    text-shadow: none;
  }

  .about-team__heading--small {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .about-team__heading--medium {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .about-team__heading--large {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
  }

  .about-team__heading--xlarge {
    font-size: clamp(3rem, 8vw, 6rem);
  }

  /* TEXT */
  .about-team__text {
    font-family: 'Poppins', sans-serif;
    text-shadow: none;
    line-height: 1.6;
  }

  .about-team__text--small {
    font-size: 14px;
  }

  .about-team__text--medium {
    font-size: 16px;
  }

  .about-team__text--large {
    font-size: 18px;
  }

  .about-team__text--xlarge {
    font-size: 20px;
  }

  /* IMAGE */
  .about-team__image-wrapper img {
    display: block;
  }

  /* STATS */
  .about-team__stats {
    width: 100%;
  }

  .about-team__stats-title {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: none;
  }

  .about-team__stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    justify-items: center;
  }

  .about-team__stat-item {
    text-align: center;
  }

  .about-team__stat-label {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-shadow: none;
  }

  .about-team__stat-value {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: none;
  }

  @media (max-width: 768px) {
    .about-team__stats-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .about-team__heading {
      letter-spacing: 0.02em;
    }

    .about-team__heading--large,
    .about-team__heading--xlarge {
      font-size: clamp(1.5rem, 8vw, 3rem);
    }

    .about-team__heading--medium {
      font-size: clamp(1.3rem, 6vw, 2.2rem);
    }

    .about-team__heading--small {
      font-size: clamp(1.1rem, 5vw, 1.8rem);
    }
  }

  @media (max-width: 480px) {
    .about-team__heading {
      letter-spacing: 0.01em;
    }

    .about-team__heading--large,
    .about-team__heading--xlarge {
      font-size: clamp(1.2rem, 7vw, 2rem);
    }

    .about-team__heading--medium {
      font-size: clamp(1.1rem, 6vw, 1.6rem);
    }

    .about-team__heading--small {
      font-size: clamp(1rem, 5vw, 1.4rem);
    }
  }

  /* ACTUS GRID */
  .about-team__actus {
    width: 100%;
  }

  .about-team__actus-title {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: none;
  }

  .about-team__actus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .about-team__actu-card {
    border-radius: 15px;
    padding: 25px;
    transition: transform 0.3s ease;
    text-shadow: none;
  }

  .about-team__actu-card:hover {
    transform: translateY(-5px);
  }

  .about-team__actu-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .about-team__actu-card h4 {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: none;
  }

  .about-team__actu-card p {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
    text-shadow: none;
  }

  .about-team__actu-link {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
    text-shadow: none;
  }

  .about-team__actu-link:hover {
    opacity: 0.7;
  }

  /* MARKDOWN SECTION */
  .about-team__markdown {
    width: 100%;
    text-shadow: none;
  }

  .about-team__markdown h1,
  .about-team__markdown h2,
  .about-team__markdown h3,
  .about-team__markdown h4,
  .about-team__markdown h5,
  .about-team__markdown h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-shadow: none;
  }

  .about-team__markdown p {
    margin-bottom: 1em;
    line-height: 1.6;
    text-shadow: none;
  }

  .about-team__markdown img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
  }

  .about-team__markdown ul,
  .about-team__markdown ol {
    margin-left: 20px;
    margin-bottom: 1em;
  }

  /* JOUEUSES GRID */
  .about-team__joueuses {
    width: 100%;
  }

  .about-team__joueuses-title {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: none;
  }

  .about-team__joueuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
  }

  .about-team__joueuses-grid--1 {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .about-team__joueuses-grid--2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
  }

  .about-team__joueuses-grid--3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
  }

  .about-team__joueuse-card {
    width: 100%;
    max-width: 380px;
    text-align: center;
    text-shadow: none;
  }

  .about-team__joueuse-image {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 15px;
  }

  .about-team__joueuse-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .about-team__joueuse-card:hover .about-team__joueuse-image img {
    transform: scale(1.05);
  }

  .about-team__joueuse-name {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    text-shadow: none;
  }

  .about-team__joueuse-desc {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
    text-shadow: none;
  }

  .about-team__joueuse-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 1.5rem;
  }

  .about-team__joueuse-socials a {
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-shadow: none;
  }

  .about-team__joueuse-socials a:hover {
    transform: scale(1.2);
    opacity: 0.8;
  }

  @media (max-width: 768px) {
    .about-team__actus-grid {
      grid-template-columns: 1fr;
    }

    .about-team__actus-title,
    .about-team__joueuses-title {
      font-size: clamp(1.3rem, 6vw, 2rem);
      letter-spacing: 0.03em;
    }

    .about-team__joueuse-card {
      flex: 1 1 100%;
      max-width: 400px;
    }
  }

  @media (max-width: 480px) {
    .about-team__actus-title,
    .about-team__joueuses-title {
      font-size: clamp(1.1rem, 6vw, 1.6rem);
      letter-spacing: 0.02em;
    }
  }
  }
/* END_SECTION:about-team */

/* START_SECTION:collection-products (INDEX:5) */
@import url('https://fonts.cdnfonts.com/css/akira-expanded');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

  .products-showcase {
    width: 100%;
  }

  .products-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
  }

  .products-title {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 3rem 0;
    text-shadow: none;
    line-height: 1.2;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
  }

  /* GRILLE */
  .products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }

  .product-item {
    width: calc(33.333% - 1.5rem);
    min-width: 280px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
  }

  .product-item:hover {
    transform: translateY(-8px);
  }

  /* IMAGE */
  .product-image-link {
    display: block;
    text-decoration: none;
  }

  .product-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1.5rem;
  }

  /* CAROUSEL */
  .product-carousel {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .carousel-images {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  .carousel-image.active {
    opacity: 1;
    pointer-events: auto;
  }

  .carousel-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s ease;
    color: #000;
  }

  .product-item:hover .carousel-btn {
    opacity: 1;
  }

  .carousel-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
  }

  .carousel-prev {
    left: 10px;
  }

  .carousel-next {
    right: 10px;
  }

  .carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
  }

  .carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .carousel-dot.active {
    background: rgba(255, 255, 255, 1);
    width: 24px;
    border-radius: 4px;
  }

  .carousel-dot:hover {
    background: rgba(255, 255, 255, 0.8);
  }

  .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
  }

  .product-item:hover .product-image img {
    transform: scale(1.05);
  }

  .product-image-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(109, 7, 26, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    font-family: 'Akira Expanded', sans-serif;
    font-size: 0.9rem;
    text-align: center;
    padding: 1rem;
  }

  /* BADGES */
  .product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
  }

  .product-badge--soldout {
    background: #333;
    color: #fff;
  }

  .product-badge--sale {
    background: #6d071a;
    color: #fff;
    top: 12px;
    left: auto;
    right: 12px;
  }

  /* INFOS */
  .product-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }

  .product-name-link {
    text-decoration: none;
  }

  .product-name {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
    text-shadow: none;
    line-height: 1.3;
    transition: opacity 0.2s ease;
  }

  .product-name:hover {
    opacity: 0.7;
  }

  .product-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

  .product-price {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  .product-compare-price {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    text-decoration: line-through;
    opacity: 0.5;
    color: inherit;
  }

  /* BOUTON PANIER */
  .add-to-cart-btn {
    display: block;
    width: 100%;
    padding: 0.9rem 1.5rem;
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
  }

  .add-to-cart-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    opacity: 0.85;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  .add-to-cart-btn--disabled {
    background: #555 !important;
    color: #999 !important;
    cursor: not-allowed;
    opacity: 0.6;
  }

  /* VIDE */
  .products-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    font-family: 'Poppins', sans-serif;
    opacity: 0.6;
  }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    .product-item {
      width: calc(50% - 1rem);
    }
  }

  @media (max-width: 640px) {
    .products-title {
      letter-spacing: 0.02em;
      line-height: 1.25;
      font-size: clamp(1.3rem, 6vw, 2rem);
      padding: 0 0.5rem;
      white-space: normal;
      overflow: visible;
    }

    .products-grid {
      gap: 1.5rem;
    }

    .product-item {
      width: 100%;
      max-width: 100%;
      min-width: unset;
    }

    .product-image {
      height: 320px;
    }

    .product-name {
      font-size: 0.95rem;
      letter-spacing: 0.05em;
      line-height: 1.4;
      word-break: break-word;
      overflow-wrap: break-word;
      hyphens: auto;
    }

    /* Carousel buttons always visible on mobile */
    .carousel-btn {
      opacity: 0.9;
      width: 36px;
      height: 36px;
    }

    .carousel-prev {
      left: 8px;
    }

    .carousel-next {
      right: 8px;
    }

    .carousel-dots {
      bottom: 8px;
    }
  }
/* END_SECTION:collection-products */

/* START_SECTION:collections (INDEX:6) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:footer (INDEX:15) */
footer {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  footer a {
    text-decoration: none;
    color: var(--color-foreground);
  }
  footer .footer__links,
  footer .footer__payment {
    display: flex;
    gap: 1rem;
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:16) */
/* Header base */
  .header {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 40rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  /* Staggered Menu Wrapper */
  .staggered-menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    z-index: 40;
    pointer-events: none;
    overflow: hidden;
  }

  .sm-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem 2rem;
    background: transparent;
    pointer-events: none;
    z-index: 20;
  }

  .sm-header > * {
    pointer-events: auto;
  }

  /* Logo - Centré */
  .header__logo {
    position: absolute;
    left: 50%;
    top: 1.5rem;
    transform: translateX(-50%);
    z-index: 21;
    pointer-events: auto;
  }

  .header-center-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 23;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
    pointer-events: none;
    font-size: clamp(2.8rem, 8vw, 6rem);
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  }

  /* Badge rouge central similaire au bloc team */
  .header-badge {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    background: #6d071a;
    padding: 24px 48px;
    border-radius: 8px;
    z-index: 22;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  }

  .header-badge-text {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
  }

  .header__logo a {
    text-decoration: none;
  }

  .sm-logo-img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: filter 0.3s ease;
  }

  /* Toggle Button */
  .sm-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0.5rem;
    transition: color 0.3s ease;
  }

  .sm-toggle:focus-visible {
    outline: 2px solid rgba(255,255,255,0.7);
    outline-offset: 4px;
    border-radius: 4px;
  }

  .sm-toggle-textWrap {
    position: relative;
    display: inline-block;
    height: 1em;
    overflow: hidden;
    white-space: nowrap;
    width: 4rem;
  }

  .sm-toggle-textInner {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  .sm-toggle-line {
    display: block;
    height: 1em;
    line-height: 1;
  }

  /* Icon */
  .sm-icon {
    position: relative;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sm-icon-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transform: translate(-50%, -50%);
  }

  .sm-icon-line-v {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  /* Pre-layers */
  .sm-prelayers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: clamp(260px, 38vw, 420px);
    max-width: 100vw;
    pointer-events: none;
    z-index: 5;
  }

  .sm-prelayer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }

  /* Panel */
  .staggered-menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(260px, 38vw, 420px);
    max-width: 100vw;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    overflow-y: auto;
    z-index: 10;
    pointer-events: auto;
  }

  .sm-panel-inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }

  .sm-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .sm-panel-itemWrap {
    position: relative;
    overflow: hidden;
    line-height: 1.08;
    padding-bottom: 0.5rem;
  }

  .sm-panel-item {
    position: relative;
    color: #000000;
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 3.5vw, 2.5rem);
    cursor: pointer;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: color 0.25s ease;
  }

  .sm-panel-item:hover {
    color: #6d071a;
  }

  .sm-panel-itemLabel {
    display: inline-block;
    transform-origin: 50% 100%;
  }

  /* Cart Button */
  .cart-btn {
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    transition: color 0.3s ease;
  }

  .cart-btn__badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #6d071a;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  [data-open] .cart-btn {
    color: #000;
  }

  /* Cart Overlay */
  .cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 8000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .cart-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  /* Cart Drawer */
  .cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 100vw);
    height: 100vh;
    background: #fff;
    z-index: 9000;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 40px rgba(0,0,0,0.15);
  }

  .cart-drawer.is-open {
    transform: translateX(0);
  }

  .cart-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    flex-shrink: 0;
  }

  .cart-drawer__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .cart-drawer__close {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #000;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
  }

  .cart-drawer__close:hover { opacity: 0.6; }

  .cart-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .cart-drawer__empty {
    font-family: 'Poppins', sans-serif;
    color: rgba(0,0,0,0.4);
    text-align: center;
    margin-top: 3rem;
  }

  /* Cart item */
  .cart-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }

  .cart-item__img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
  }

  .cart-item__info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }

  .cart-item__name {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.25;
  }

  .cart-item__variant {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: rgba(0,0,0,0.75);
  }

  .cart-item__price {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
  }

  .cart-item__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
  }

  .cart-item__qty {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
    overflow: hidden;
  }

  .cart-item__qty-btn {
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
  }

  .cart-item__qty-btn:hover { background: rgba(0,0,0,0.06); }

  .cart-item__qty-val {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    width: 30px;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.15);
    border-right: 1px solid rgba(0,0,0,0.15);
  }

  .cart-item__remove {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: rgba(0,0,0,0.75);
    text-decoration: underline;
    padding: 0;
    transition: color 0.2s;
  }

  .cart-item__remove:hover { color: #6d071a; }

  /* Cart Footer */
  .cart-drawer__footer {
    padding: 1.5rem 1.75rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-shrink: 0;
  }

  .cart-drawer__subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: underline;
  }

  #cart-drawer-subtotal {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
  }

  .cart-drawer__shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    color: rgba(0,0,0,0.5);
  }

  .cart-drawer__checkout {
    display: block;
    background: #fcbbd3;
    color: #6d071a;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s;
  }

  .cart-drawer__checkout:hover { opacity: 0.85; }

  /* Open state */
  [data-open] .sm-toggle {
    color: #000000;
  }

  /* Tablet & Mobile - Enhanced Responsive Styles */
  @media (max-width: 768px) {
    .header {
      height: 25rem;
      overflow: hidden;
    }

    .header-center-title {
      font-size: clamp(1.5rem, 10vw, 3.5rem);
      max-width: 95%;
      word-break: normal;
      letter-spacing: 0.03em;
      line-height: 1.15;
      white-space: normal;
      padding: 0 0.5rem;
    }

    .sm-header {
      padding: 1rem 1rem;
    }

    .header__logo {
      top: 1rem;
    }

    .sm-logo-img {
      width: 45px;
      height: 45px;
    }

    .cart-btn {
      margin-right: 0.5rem;
      padding: 0.25rem;
    }

    .sm-toggle {
      font-size: 1rem;
      padding: 0.25rem;
    }

    .staggered-menu-panel,
    .sm-prelayers {
      width: 100%;
      max-width: 100vw;
    }

    .sm-panel-item {
      font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .cart-drawer {
      width: 100vw;
      max-width: 100vw;
    }

    [data-open] .sm-logo-img {
      filter: invert(1);
    }
  }

  /* Small Mobile - Extra adjustments */
  @media (max-width: 480px) {
    .header {
      height: 20rem;
    }

    .header-center-title {
      font-size: clamp(1.2rem, 8vw, 2.5rem);
      padding: 0 0.75rem;
      letter-spacing: 0.02em;
      line-height: 1.2;
      white-space: normal;
    }

    .sm-header {
      padding: 0.75rem 0.75rem;
    }

    .sm-logo-img {
      width: 40px;
      height: 40px;
    }

    .sm-toggle-textWrap {
      display: none;
    }

    .sm-icon {
      width: 18px;
      height: 18px;
    }

    .sm-panel-item {
      font-size: clamp(1.5rem, 7vw, 2rem);
    }

    .cart-drawer__header,
    .cart-drawer__body,
    .cart-drawer__footer {
      padding: 1rem 1rem;
    }
  }
/* END_SECTION:header */

/* START_SECTION:product-detail (INDEX:19) */
@import url('https://fonts.cdnfonts.com/css/akira-expanded');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

  .product-detail {
    width: 100%;
    position: relative;
  }

  .product-detail__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }

  /* TITRE PRINCIPAL centré en haut */
  .product-detail__main-title {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 4rem 0;
    text-shadow: none;
    line-height: 1.1;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  /* LAYOUT : deux colonnes égales, étirées */
  .product-detail__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: stretch;
  }

  /* IMAGE : cadre coloré carré */
  .product-detail__image-side {
    display: block;
  }

  .product-detail__image-frame {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
  }

  /* CAROUSEL */
  .pd-carousel {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .pd-carousel__images {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .pd-carousel__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  .pd-carousel__image--active {
    opacity: 1;
    pointer-events: auto;
  }

  .pd-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
    color: #000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  .product-detail__image-frame:hover .pd-carousel__btn {
    opacity: 1;
  }

  .pd-carousel__btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
  }

  .pd-carousel__btn--prev {
    left: 16px;
  }

  .pd-carousel__btn--next {
    right: 16px;
  }

  .pd-carousel__dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
  }

  .pd-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }

  .pd-carousel__dot--active {
    background: rgba(255, 255, 255, 1);
    width: 28px;
    border-radius: 5px;
  }

  .pd-carousel__dot:hover {
    background: rgba(255, 255, 255, 0.9);
  }

  .product-detail__image-frame > img {
    position: absolute; 
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .product-detail__thumbnails {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pd-thumb {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: border-color 0.2s ease;
  }

  .pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .pd-thumb--active { border-color: #6d071a !important; }

  /* COLONNE DROITE : flex column, espace entre haut et bas */
  .product-detail__content-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem 0;
  }

  /* GROUPE HAUT */
  .product-detail__top-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  /* GROUPE BAS */
  .product-detail__bottom-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 2.5rem;
  }

  .product-detail__heading {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.15;
    margin: 0;
    text-shadow: none;
  }

  .product-detail__text {
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
    margin: 0;
    text-shadow: none;
  }

  /* TAILLES — alignées à DROITE comme dans le screenshot */
  .product-detail__option {
    display: flex;
    justify-content: flex-end;
  }

  .product-detail__sizes {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .size-btn {
    min-width: 46px;
    height: 42px;
    padding: 0 0.7rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    color: #000;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .size-btn:hover:not(.size-btn--unavailable) {
    border-color: #000;
    background: rgba(0,0,0,0.04);
  }

  .size-btn--selected {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
  }

  .size-btn--unavailable {
    opacity: 0.2;
    cursor: not-allowed;
    text-decoration: line-through;
  }

  /* QUANTITE — bordure légère comme dans le screenshot */
  .product-detail__quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 8px;
    width: fit-content;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .qty-btn {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
    font-weight: 300;
    border: none;
    background: transparent;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, background 0.15s ease;
  }

  .qty-btn:hover {
    color: #6d071a;
    background: rgba(109, 7, 26, 0.05);
  }


  .qty-value {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    width: 42px;
    height: 42px;
    text-align: center;
    border: none;
    border-left: 1px solid rgba(0,0,0,0.18);
    border-right: 1px solid rgba(0,0,0,0.18);
    background: transparent;
    padding: 0;
    line-height: 42px;
    -moz-appearance: textfield;
  }

  .qty-value::-webkit-outer-spin-button,
  .qty-value::-webkit-inner-spin-button { -webkit-appearance: none; }
  .qty-value:focus { outline: none; }

  /* PRIX */
  .product-detail__price {
    font-family: 'Akira Expanded', 'Arial Black', sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin: 0;
    text-shadow: none;
    display: flex;
    align-items: baseline;
    gap: 1rem;
  }

  .product-detail__compare-price {
    font-family: 'Poppins', sans-serif;
    font-size: 0.45em;
    font-weight: 400;
    text-decoration: line-through;
    opacity: 0.4;
  }

  /* BOUTON — arrondi pill comme dans le screenshot */
  .product-detail__button {
    display: inline-block;
    padding: 0.85rem 2rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    text-shadow: none;
    width: fit-content;
    align-self: flex-start;
  }

  .product-detail__button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  }

  .product-detail__button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }

  /* RESPONSIVE */
  @media (max-width: 968px) {
    .product-detail__layout {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .product-detail__image-frame { height: 380px; }
    .product-detail__content-side { 
      justify-content: flex-start; 
      gap: 2rem;
      text-align: center;
    }
    .product-detail__heading {
      text-align: center;
    }
    .product-detail__text {
      text-align: center;
    }
    .product-detail__bottom-group { 
      padding-top: 1.5rem;
      align-items: center;
    }
    .product-detail__price {
      justify-content: center;
    }
    .product-detail__quantity {
      align-self: center;
    }
    .product-detail__button {
      align-self: center;
    }
    
    /* Titre principal responsive pour tablette */
    .product-detail__main-title {
      letter-spacing: 0.05em;
      padding: 0 1rem;
    }
  }

  @media (max-width: 640px) {
    .product-detail__container { 
      padding: 0 0.75rem;
      overflow-x: hidden;
    }
    
    .product-detail__main-title { 
      margin-bottom: 1.5rem;
      letter-spacing: 0em !important;
      line-height: 1.1;
      font-size: clamp(1.6rem, 7vw, 2.5rem) !important;
      white-space: normal;
      word-break: normal;
      overflow-wrap: anywhere;
      padding: 0 0.25rem;
      max-width: 100%;
      hyphens: none;
      -webkit-hyphens: none;
    }
    
    .product-detail__layout {
      gap: 1.5rem;
    }
    
    .product-detail__sizes { justify-content: center; }
    .product-detail__option { justify-content: center; }
    .product-detail__heading {
      font-size: clamp(1.3rem, 6vw, 2rem);
      white-space: normal;
      word-break: break-word;
      letter-spacing: 0.03em;
    }
    
    /* Carousel always visible on mobile */
    .pd-carousel__btn {
      opacity: 1;
      width: 44px;
      height: 44px;
    }
    
    .pd-carousel__btn--prev {
      left: 12px;
    }
    
    .pd-carousel__btn--next {
      right: 12px;
    }
    
    .pd-carousel__dots {
      bottom: 12px;
    }
  }
/* END_SECTION:product-detail */

/* START_SECTION:search (INDEX:20) */
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
/* END_SECTION:search */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:21) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:22) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:24) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */