#content {
  padding-top: 24px;
  padding-bottom: 59px;
}

.in_title {
  color: gray;
  font-family: var(--font-primary);
  font-size: 15px;
}

.boc-product {
  width: 98%;
  max-width: 800px;
  margin: auto;
}

.info-conception {
  font-size: 13px;
  color: gray;
  margin-top: 15px;
}



.container-product {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

@media (min-width: 650px) {

  .header-product {
    display: flex;
    flex-wrap: wrap;
  }

  .pictos-argu {
    margin-top: 80px;
  }

  .custom-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-only {
    display: none !important;
  }

  .img-custom-select {
    width: 49%;
  }

  .data-custom-radio {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media (max-width: 649px) {

  .btn-zoom-option {
    opacity: 1;
  }

  .info-conception {
    width: 90% !important;
  }


  .img-custom-select {
    width: 100%;
    margin: auto;
  }

  .pictos-argu {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .argu-picto {
    width: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
  }


  .argu-picto p {
    margin-left: 0 !important;
    font-weight: 300;
    text-align: center;
  }

  .bloc-custom {

    width: 95%;
    margin: auto;
  }

  .custom-select select {
    width: 100%;
    margin-bottom: 15px;
  }

  .pc-only {
    display: none !important;
  }

  .header-product-mobile h1 {
    color: var(--color-primary-hard);
    text-align: center;
  }

  .header-product-mobile p {
    text-align: center;
    width: 98%;
    margin: 10px auto;
  }

  .pictures-product {
    width: 100%;
    padding: 10px 20px 10px 10px;
  }

  .data-custom-select {
    width: 100%;
  }

  .pricing-select {
    font-size: 25px;
  }

  .data-custom-select p {
    margin-top: 10px;
  }

  .title-pricing-select {
    display: flex;
    align-items: center;
  }

  .title-select {
    margin-right: 10px;
  }

  .custom-title label {
    font-size: 40px;
    top: 12px;
    left: 8px;
  }

  .relative {
    position: relative;
  }

  .gri-radio {
    width: 250px;
    height: 350px;
    margin: auto;

  }

  .img-radio {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: auto;
  }

  .radiogroup {
    padding: 9px;
  }

  .data-custom-radio {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .data-custom-radio label {
    margin: 0 5px;
  }

  .content-txt {

    width: 95%;
    margin: auto;
  }

  .product-reviews {
    width: 95%;
    margin: auto;
  }

}

@media (min-width: 650px) {

  .radiogroup {
    padding: 20px;
  }

  .custom-radio {
    margin-right: 20px;
  }

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

  .pictures-product {
    width: 60%;
    padding: 10px 20px 10px 10px;
  }

  .data-custom-select {
    width: 49%;
  }

  .pricing-select {
    font-size: 30px;
  }

  .data-custom-select p {
    margin-top: 20px;
  }

  .custom-title label {
    font-size: 50px;
    top: 15px;
  }

  .custom-title label {
    position: relative;
  }

  .pricing-select-radio {
    margin-top: 15px;
  }
}

@media (min-width: 1001px) {

  .float-pricing {
    width: calc(100% - 250px);
  }

}

@media (max-width: 1000px) {

  .float-pricing {
     width: 100%;
  }

}

@media (max-width: 534px) {
  .change-qte {
    display: none !important;
  }
}

@media (min-width: 535px) {
  .change-qte-mobile {
    display: none !important;
  }
}

@media (max-width: 1018px) {

  .recap-pricing {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }

  .recap-pricing > p:first-of-type {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 300;
    width: 100%;
  }

  .recap-pricing > p:nth-of-type(2) {
    color: var(--color-primary-hard);
    font-size: 35px;
    font-weight: 300;
    width: 100%;
  }
}



@media (min-width: 1019px) {

  #content {
    padding-bottom: 41px;
  }

}

@media (min-width: 541px) AND (max-width: 1018px) {

  #content {
    padding-bottom: 67px;
  }

}

@media (min-width: 381px) AND (max-width: 540px) {

  #content {
    padding-bottom: 53px;
  }

}

@media (max-width: 380px) {

  #content {
    padding-bottom: 51px;
  }

}

@media (min-width: 541px) {


  .recap-pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .recap-pricing > p:first-of-type {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
  }

  .recap-pricing > p:nth-of-type(2) {
    color: var(--color-primary-hard);
    font-size: 35px;
    font-weight: 300;
  }
}

@media  (max-width: 540px) {

  .recap-pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .recap-pricing > p:first-of-type {
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
  }

  .recap-pricing > p:nth-of-type(2) {
    color: var(--color-primary-hard);
    font-size: 25px;
    font-weight: 300;
  }
}

@media (max-width: 649px) {
  #add-to-cart-btn {
    padding: 12px 8px;
  }

  .btn-qte {
    padding: 12px 15px;
  }
}

@media (min-width: 650px) {
  #add-to-cart-btn {
    padding: 12px 25px;
  }

  .btn-qte {
    padding: 12px 25px;
  }
}

@media (max-width: 569px) {
  .btn-cart-text {
    display: none !important;
  }

  .btn-cart-picto {
    display: inline-block;
  }
}

@media (min-width: 570px) {
  .btn-cart-picto {
    display: none;
  }
}

.btn-cart-picto {
  width: 34px;
}

@media (max-width: 380px)  {

  #total-price {
    font-size: 25px !important;
  }

  .recap-pricing > p:first-of-type {
    font-size: 15px !important;
  }

  .container-product {
    padding-bottom: 58px;
  }
}

.product-reviews {
  padding-bottom: 30px;
  margin: auto;
}

.picture-selected img {

  width: 100%;

  border-radius: 10px;
}

.pictures-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.pictures-list img {
  object-fit: cover;
  width: 80px;
  display: block;
  border-radius: 10px;
  cursor: pointer;
}

.sep {
  max-width: 1px;
  flex: 1;
  background-color: var(--color-primary-hard);
}

.infos-product {
  padding: 10px 10px 10px 20px;
  flex: 1;
}

h1 {
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 53px;
  margin-top: 40px ;
}

h2 {
  text-align: center;
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 50px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--color-primary-hard);
}

.theme {
  color: var(--color-primary-hard);
  font-size: 13px;
}

.rank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

.stars {
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
}

.stars img {
  width: 20px;
  margin-right: 5px;
}

.rank {
  font-weight: 200;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

a.rank:hover {
  opacity: 0.7;
}

.rank-nbr {
  margin-right: 5px;
}

.total-price {
  color: var(--color-primary-hard);
  margin: 30px 0;
  font-size: 35px;
  font-weight: 300;
}

.small-describe {
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 20px;
}

.argu-picto {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.argu-picto p {
  margin-left: 15px;
  font-weight: 300;
}


.bg-pink {
  background-color: var(--color-primary-light);
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.bloc-custom {
  padding: 40px 20px;
  background-color: var(--color-primary-light);
  border-radius: 20px;
}

.custom-title label {
  font-weight: 200;
  font-family: var(--font-secondary);
}

.custom-title label span {
  font-size: 25px;
  font-weight: 200;
  font-family: var(--font-primary);
  color: var(--color-primary-hard);
}

.custom-title {
  margin-bottom: 20px;
}

.img-custom-select img {
  width: 100%;
  border-radius: 20px;
  background-color: white;
}



select {
  background-color: white;
  padding: 10px;
  font-size: 15px;
  color: darkslategray;
  border: none;
  border-radius: 10px;
}

.title-select {
  font-size: 18px;
}

.pricing-select {
  color: var(--color-primary-hard);
}

.describe-select {
  font-size: 14px;
  font-weight: 300;
}

.describe-select ul {

  margin-top: 10px;

}

.regulations {
  font-size: 12px;
  font-weight: 300;
  margin-top: 3px;
}

.describe-top {
  margin-top: 0 !important;
}

.info-warning {
  background-color: var(--color-primary);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.info-warning p {
  margin: 0;
  font-size: 14px;
  font-weight: 200;
  font-family: var(--font-primary);
}
.info-warning i {
  color: var(--color-primary-hard);
}


.other-picture-select {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.other-picture-select img {
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
}

.shadow-picture {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 482px) {

  .custom-radio {
    width: 98%;
  }
}

@media (min-width: 483px) {
  .custom-radio {
    width: 220px;
  }
}

.custom-radio {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.globale-describe-radio {
  font-family: var(--font-primary);
  font-weight: 200;
  font-size: 14px;
}

.globale-describe-radio h3 {
  margin-bottom: 8px;
  font-weight: 300;
}

.custom-radio-color {
  width: fit-content;
}

.radiogroup {
  display: flex;
  border-radius: 10px;

  flex-wrap: wrap;
  justify-content: space-around;
}

.describe-radio {
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}



.color-radio {
  margin-bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  align-items: center;
  justify-content: center;
}

.price-color {
  margin-top: 10px;
  color: var(--color-primary-hard);
}

.bgi-radio {
  margin-bottom: 15px;
  border-radius: 10px;
  display: block;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  position: relative;
}

.btn-zoom-option {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.custom-radio:hover .btn-zoom-option {
  opacity: 1;
}

.btn-zoom-option:hover {
  background: rgba(155, 103, 75, 0.9);
}

.custom-input {
  width: 100%;
  background-color: white;
  padding: 10px;
  font-size: 18px;
  color: darkslategray;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
}

.label-radio {
  font-family: var(--font-primary) !important;
  font-size: 20px !important;
}

.pricing-select-radio {
  font-size: 22px;
  color: var(--color-primary-hard);
}

.float-pricing {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: white;
  padding: 5px 8px;
  display: flex;
  justify-content: space-between;
  box-shadow: 7px -4px 12px rgba(0, 0, 0, 0.2);
}

.recap-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.recap-pricing > p:first-of-type {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 300;
  margin-right: 10px;
}

@media (min-width: 1001px) {
  .recap-pricing > p:nth-of-type(2) {
    color: var(--color-primary-hard);
    font-size: 35px;
    font-weight: 300;
  }

}


.action-pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#add-to-cart-btn {
  background-color: var(--color-primary);
  color: var(--color-primary-hard);
  border-radius: 15px;
  border: none;
  text-decoration: none;
  font-family: var(--font-primary);
  font-size: 1.1rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#add-to-cart-btn i {
  margin-right: 10px;
}

.btn-qte {
  background-color: var(--color-primary);
  color: var(--color-primary-hard);;
  font-size: 20px;
  border: none;
  text-decoration: none;
  font-family: var(--font-primary);
  cursor: pointer;
}

.less-btn {
  border-radius: 15px 0 0 15px;
}

.more-btn {
  border-radius: 0 15px 15px 0;
}

.change-qte {
  appearance: none;
  display: flex;
  margin-right: 30px;
}

.change-qte-mobile {
  margin-right: 10px;
}

/* Supprimer les flèches pour Chrome, Safari, Edge */
#quantity::-webkit-inner-spin-button,
#quantity::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

#quantity {
  padding-left: 16px;
  border: 1px solid var(--color-primary-light);
}

@media (max-width: 534px) {
  #quantity {
    padding-left: 6px;
  }
}

/* Supprimer les flèches pour Firefox */
input#quantity[type=number] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

/* Fallback général pour tous les inputs number */
input[type=number] {
  -moz-appearance: textfield !important;
}


#faq-heading {
  margin-bottom: 0;
}

/* === Section Avis Clients === */
.reviews-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.review-card {
  background-color: var(--color-primary-light);
  border-radius: 20px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.review-author-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.author-details {
  flex: 1;
}

.author-name {
  font-family: var(--font-secondary);
  font-size: 28px;
  font-weight: 400;
  color: var(--color-primary-hard);
  margin: 0 0 5px 0;
}

.author-location {
  font-size: 15px;
  font-weight: 300;
  color: var(--color-primary);
  margin: 0;
}

.review-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.review-rating .stars {
  display: flex;
  gap: 3px;
  margin: 0;
}

.review-rating .stars img {
  width: 18px;
  height: 18px;
}

.review-date {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-primary);
  margin: 0;
}

.review-product-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: white;
  border-radius: 15px;
}

.product-thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}

.product-purchased {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary-hard);
  margin: 0;
}

.review-content {
  margin-bottom: 20px;
}

.review-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.translation-notice {
  font-size: 13px;
  font-weight: 300;
  color: var(--color-primary);
  font-style: italic;
  margin: 10px 0;
}

.translation-notice i {
  font-size: 16px;
}

.btn-original-comment,
.btn-toggle-comment,
.btn-toggle-response {
  text-decoration: underline;
  cursor: pointer;
  color: #9B674B;
  transition: color 0.2s ease;
}

.btn-original-comment:hover,
.btn-toggle-comment:hover,
.btn-toggle-response:hover {
  color: #7a5039;
}

.customer-photos {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.customer-photos img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.customer-photos img:hover {
  transform: scale(1.1);
}

.seller-response {
  background-color: white;
  border-left: 4px solid var(--color-primary-hard);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.response-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-primary-hard);
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.response-label i {
  font-size: 16px;
}

.response-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* Responsive pour les avis clients */
@media (max-width: 768px) {
  .review-card {
    padding: 20px;
  }

  .author-name {
    font-size: 24px;
  }



  .review-rating {
    align-items: flex-start;
  }

  .customer-photos img {
    width: 80px;
    height: 80px;
  }
}

.Zohra {
  width: 50px;
}

.reviews-txt {
  color: var(--color-secondary-light);
  font-weight: 200;
}

.content-txt {
  color: var(--color-secondary);
  background-color: var(--color-primary-light);
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
}

.content-txt p, .content-txt h3, .content-txt ul {
  margin-bottom: 8px;
}

.breadcrumb {
  line-height: 3px;
  font-size: 13px;
}

.bloc-custom-info {
  color: var(--color-primary-hard);
  font-size: 14px;
  font-weight: 200;
}

/* === Amélioration UX pour les blocs radio cliquables === */

/* Curseur pointer sur tous les blocs radio */
.custom-radio,
.custom-radio-color {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Effet hover sur les blocs radio */
.custom-radio:hover,
.custom-radio-color:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Masquer visuellement les inputs radio mais les garder accessibles */
.custom-radio input[type="radio"],
.custom-radio-color input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Style visuel pour les blocs radio cochés */
.custom-radio:has(input[type="radio"]:checked),
.custom-radio-color:has(input[type="radio"]:checked) {
  box-shadow: 0 0 0 3px var(--color-primary-hard);
  transform: scale(1.02);
}

/* Effet focus pour l'accessibilité clavier */
.custom-radio:has(input[type="radio"]:focus),
.custom-radio-color:has(input[type="radio"]:focus) {
  outline: 3px solid var(--color-primary-hard);
  outline-offset: 2px;
}

/* === Rappel sélection dans .infos-product (PC) === */
.selection-reminder {
    display: flex;
    align-items: center;
    gap: 8px;
}

.selection-reminder .theme {
    margin: 0;
}

.btn-modify-selection {
    background: none;
    border: none;
    color: #9B674B;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 13px;
    transition: color 0.2s;
}

.btn-modify-selection:hover {
    color: #7a5039;
}

.tag-action-pricing {
  display: flex;
  flex: 1;
  padding-left: 30px;
  justify-content: space-around;
}

/* === Tags compacts dans .float-pricing (PC + mobile) === */
.float-selection-tags {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    justify-content: space-evenly;
}

.selection-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: var(--color-primary);
    color: var(--color-primary-hard);
    border: none;
    border-radius: 20px;
    padding: 4px 10px;
    font-family: var(--font-primary);
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    max-width: 230px;
    transition: opacity 0.2s;
}

.selection-tag:hover {
    opacity: 0.8;
}

.selection-tag span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selection-tag i {
    font-size: 10px;
    flex-shrink: 0;
}

@media (min-width: 1001px) AND (max-width: 1050px) {
  .selection-tag {
    max-width: 145px;
    padding: 5px 8px;
    font-size: 12px;
  }
}


@media (min-width: 701px) AND (max-width: 1000px) {
    .selection-tag {
        max-width: 140px;
        padding: 5px 8px;
        font-size: 12px;
    }
}


@media (min-width: 571px) AND (max-width: 700px) {
  .selection-tag {
    max-width: 90px;
    padding: 5px 8px;
    font-size: 12px;
  }
}


@media (min-width: 450px) AND (max-width: 570px) {
  .selection-tag {
    max-width: 200px;
    padding: 5px 8px;
    font-size: 12px;
  }
}

@media (min-width: 370px) AND (max-width: 459px) {
  .selection-tag {
    max-width: 130px;
    padding: 5px 8px;
    font-size: 12px;
  }
}

@media (max-width: 369px) {
  .selection-tag {
    max-width: 90px;
    padding: 5px 8px;
    font-size: 12px;
  }
}

/* Support présélectionné - masquer le bloc de sélection */
.support-preselected-hidden {
  display: none !important;
}

/* Bloc descriptif du support présélectionné */
.preselected-support-info .content-txt {
  margin-top: 10px;
}

.preselected-support-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.preselected-support-images img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}