@media (min-width: 1025px) {
  .elementor-hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .elementor-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .elementor-hidden-phone {
    display: none !important;
  }
}
/* Espacement entre options */
.delivery-options .delivery-option{
  margin-bottom: 12px;
}

/* Met radio + "card" sur la même ligne */
.delivery-option-2{
  display: grid;
  grid-template-columns: 24px 1fr; /* radio | contenu */
  gap: 14px;
  align-items: start;
}

/* Ajuste la position verticale du radio si besoin */
.delivery-option-2 .custom-radio{
  margin-top: 16px;
}

/* Card */
.ship-grid{
  display: grid;
  grid-template-columns: 56px 1fr auto; /* logo | texte | prix */
  gap: 14px;
  align-items: center;

  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  width: 100%;
}

/* Logo stable */
.ship-logo{
  width: 56px;
  height: 40px;
  display: grid;
  place-items: center;
}
.ship-logo img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Texte */
.ship-main{
  min-width: 0;
  display: grid;
  gap: 4px;
}
.ship-title{
  line-height: 1.2;
}
.ship-delay{
  opacity: 0.75;
  font-size: 0.92rem;
  line-height: 1.25;
}

/* Prix mis en valeur */
.ship-price{
  justify-self: end;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;

  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  white-space: nowrap;
}
.ship-price .carrier-price{
  font-weight: 800;
  font-size: 1.05rem;
}
.ship-ttc{
  opacity: 0.7;
  font-weight: 600;
  font-size: 0.8em;
}

/* Hover */
.delivery-option-2:hover .ship-grid{
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.18);
}

/* Sélection (compatible sans :has) */
.ship-grid.is-selected{
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.28);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.08) inset;
}
.ship-grid.is-selected .ship-price{
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.24);
}

/* Responsive */
@media (max-width: 520px){

  /* On garde le radio à gauche, et la card prend toute la largeur */
  .delivery-option-2{
    grid-template-columns: 24px 1;
    gap: 12px;
  }
.product-discount,
  .regular-price,
  .tax-shipping-delivery-label {
    text-align: left;
    display: block;
  }
  /* Dans la card, on met logo + prix sur la 1ère ligne, texte dessous */
  .ship-grid{
    grid-template-columns: 56px 1;
    grid-template-areas:
      "logo price"
      "main main";
    align-items: start;
  }

  .ship-logo{ grid-area: logo; }
  .ship-main{ grid-area: main; margin-top: 6px; }
  .ship-price{ grid-area: price; justify-self: end; }
}

.axps-breadcrumb__link--back {
  color: #D0B881;
}

.axps-breadcrumb__link--back:hover {
  color: #b8a36d; /* optionnel pour hover */
}
.axps-breadcrumb__link--back i {
  color: #D0B881;
}
.product-card {
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  transition: all .25s ease;
  padding-bottom: 10px;
  margin-bottom: 25px;
  height: 100%;
}

.product-miniature.product-card {
  height: 100%;
}

.product-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
}

.product-card--has-variants .product-card__content {
}

.product-card__footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.product-card__media img {
  transition: transform .35s ease;
}


.product-card__title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  min-height: 70px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.product-card__price {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
      min-height: 60px;
}

.product-card__variants a {
  border-radius: 20px;
  padding: 4px 10px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
}

.product-card__variants-label {
  font-size: 14px;
  color: #E0C985;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 18px;
}

.partir {
  font-size: 12px;
  text-align: center;
}

.product-card__btn-access {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #E0C985;
  color: #000;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  font-weight: 600;
}



.product-gallery-mobile {
  display: none;
}

.product-mobile-summary {
  margin-bottom: 18px;
}



.product-short-description {
  line-height: 1.6;
}

.summary-container .product-prices {
  margin-bottom: 14px;
}

@media (max-width: 767px){
     .product-card__title {
    font-size: 13px;
    min-height: 60px;
  }

  .product-card__variants-label {
    font-size: 10px;
  }

  .partir {
    font-size: 10px;
  }

  .product-card__price {
    font-size: 18px;  }

  .product-card__btn-access {
    padding: 8px 18px;
    font-size: 13px;
    width:150px;
  }


  /* ----- ordre des blocs ----- */
  .row-product {
    display: flex;
    flex-direction: column;
  }

  .single-product-images {
    order: 1;
    margin-bottom: 14px;
  }

  .single-product-summary {
    order: 2;
    margin-top: 0;
  }

  .summary-container {
    padding: 0 8px;
  }

  .summary-sticky,
  .images-sticky {
    position: static !important;
    top: auto !important;
  }

  /* ----- desktop gallery off / mobile gallery on ----- */
  .product-gallery-desktop {
    display: none;
  }

  .product-gallery-mobile {
    display: block;
  }

  /* ----- grande galerie horizontale ----- */
  .mobile-gallery-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 0 8px 12px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-gallery-track::-webkit-scrollbar {
    display: none;
  }

  .mobile-gallery-slide {
    flex: 0 0 84%;
    scroll-snap-align: start;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    flex-basis: 75%;
    margin-top: 20px;
  }

  .mobile-gallery-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position:bottom;
    background: #000;
  }

  /* ----- miniatures ----- */
  .mobile-gallery-thumbs {
    display: none;
    gap: 10px;
    overflow-x: auto;
    padding: 0 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-gallery-thumbs::-webkit-scrollbar {
    display: none;
  }

  .mobile-gallery-thumb {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    padding: 0;
    background: #111;
    overflow: hidden;
    opacity: .75;
  }

  .mobile-gallery-thumb.is-active {
    border-color: #E0C985;
    opacity: 1;
  }

  .mobile-gallery-thumb img {
   display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: bottom;
        border-radius: 30px;
        background: #000;
    }

  /* ----- titre / prix / description ----- */
      .product_title {
        font-size: 20px !important;
        font-weight:bold;
        line-height: 1.15;
        margin: 25px auto 30px;
        color: #ceb87d;
        text-align: center;
    }

  .product-prices,
  .product-price,
  .current-price {
    text-align: left;
  }

  .current-price {
    font-size: 18px;
    font-weight: 700;
  }

  .product-discount,
  .regular-price,
  .tax-shipping-delivery-label {
    text-align: left;
    display: block;
  }

  .product-short-description {
    font-size: 14px;
    line-height: 1.6;
    max-width: 95%;
    margin: 0 auto 16px;
    text-align: left;
  }

  /* ----- rating ----- */
  .product-comments-additional-info,
  .product-rating,
  .comments_note {
    text-align: center;
    justify-content: center;
  }

  /* ----- variantes ----- */
  .product-variants {
    margin-bottom: 14px;
  }

  .product-variants > .clearfix,
  .product-variants-item {
    margin-bottom: 12px;
  }

  .product-variants .control-label,
  .product-variants-item label {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
  }

  /* ----- quantité + panier ----- */
  .product-actions {
    margin-top: 12px;
  }

  .product-quantity {
        flex-direction: row;
        gap: 12px;
        max-width: 90%;
        margin-left: 20px;
    }

  .product-quantity .qty {
    width: 100%;
  }

  .add-to-cart,
  .btn-primary.add-to-cart {
    width: 100%;
    min-width:200px;
    min-height: 48px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  /* ----- tabs ----- */
  .container-parent {
    padding-left: 10px;
    padding-right: 10px;
  }
}

  .checkout-mobile-bar{
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,0.15);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding: 10px 14px;
  }

  .checkout-back-btn{
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
  }
  .checkout-back-btn:hover{
    background: rgba(255,255,255,0.08);
  }

  .mobile-cart-header{
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 14px;
    padding: 6px 10px;

    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    white-space: nowrap;
  }

  .mobile-cart-title{ font-weight: 600; }
  .mobile-cart-total{ font-weight: 800; color: #ceb87d; }
  .mobile-cart-arrow{ transition: transform 0.25s ease; }

  /* Dropdown content */
  .mobile-cart-content{
    position: absolute;
    right: 14px;
    top: 54px;
    width: calc(100vw - 28px);
    max-width: 520px;

    background: #0a0a0a;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
  }

  .mobile-cart-summary.open .mobile-cart-content{
    max-height: 80vh;
    padding: 12px;
  }

  .mobile-cart-summary.open .mobile-cart-arrow{
    transform: rotate(180deg);
  }
}
.back-button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ceb87d;
    color: #ffffff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.back-button:hover{
    background-color: #bfa66b;
    transform: translateX(-3px);
}

.back-button svg{
    display: block;
}
.locale--FR .message__messaging {
  padding-right: 0px;
  margin-top: 20px;
}
/* Espacement entre options */
.delivery-options .delivery-option{
  margin-bottom: 12px;
}

/* Met radio + "card" sur la même ligne */
.delivery-option-2{
  display: grid;
  grid-template-columns: 24px 1fr; /* radio | contenu */
  gap: 14px;
  align-items: start;
}

/* Ajuste la position verticale du radio si besoin */
.delivery-option-2 .custom-radio{
  margin-top: 16px;
}

/* Card */
.ship-grid{
  display: grid;
  grid-template-columns: 56px 1fr auto; /* logo | texte | prix */
  gap: 14px;
  align-items: center;

  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  width: 100%;
}

/* Logo stable */
.ship-logo{
  width: 56px;
  height: 40px;
  display: grid;
  place-items: center;
}
.ship-logo img{
  max-width: 100%;
  max-height: 80%;
  object-fit: contain;
}

/* Texte */
.ship-main{
  min-width: 0;
  display: grid;
  gap: 4px;
}
.ship-title{
  line-height: 1.2;
}
.ship-delay{
  opacity: 0.75;
  font-size:14px;
  line-height: 1.25;
}

/* Prix mis en valeur */
.ship-price{
  justify-self: end;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;

  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  white-space: nowrap;
}
.ship-price .carrier-price{
  font-weight: 800;
  font-size: 16px;
}
.ship-ttc{
  opacity: 0.7;
  font-weight: 600;
  font-size: 0.8em;
}

/* Hover */
.delivery-option-2:hover .ship-grid{
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.18);
}

/* Sélection (compatible sans :has) */
.ship-grid.is-selected{
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.28);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.08) inset;
}
.ship-grid.is-selected .ship-price{
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.24);
}

/* Responsive */
@media (max-width: 520px){
    .mobile-gallery-slide {
        flex-basis: 75%;
        border: solid 1px;
        padding: 10px;
        margin-top: 20px;
  }

  .product_title {
    font-size: 17px !important;
  }

  .product-short-description {
    font-size: 13px;
  }

  .current-price {
    font-size: 17px;
  }

  /* On garde le radio à gauche, et la card prend toute la largeur */
  .delivery-option-2{
    grid-template-columns: 24px 1fr;
    gap: 12px;
  }

  /* Dans la card, on met logo + prix sur la 1ère ligne, texte dessous */
  .ship-grid{
    grid-template-columns: 56px 1fr;
    grid-template-areas:
      "logo price"
      "main main";
    align-items: start;
  }

  .ship-logo{ grid-area: logo; }
  .ship-main{ grid-area: main; margin-top: 6px; }
  .ship-price{ grid-area: price; justify-self: end; }
   .product-discount,
  .regular-price,
  .tax-shipping-delivery-label {
    text-align: left;
    display: block;
  }
}