.livraison-offerte-wrapper {
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center;
}


.livraison-offerte-message span {
  font-family: var(--police-worksans-bold);
}

.livraison-offerte-img {
  max-height: 28px;
}

.livraison-offerte-message {
  font-size: clamp(12px, calc(12px + ((14 - 12) * ((100vw - 400px) / (1900 - 400)))), 14px) !important;
}

.livraison-offerte-message * {
  font-size: clamp(12px, calc(12px + ((14 - 12) * ((100vw - 400px) / (1900 - 400)))), 14px) !important;
}


.livraison-offerte-explain {
  font-size: clamp(12px, calc(12px + ((14 - 12) * ((100vw - 400px) / (1900 - 400)))), 14px) !important;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.livraison-offerte-img-explain {
  max-height: 30px;
}


/* Popup styles */
.livraison-offerte-explain .popups_information .popup_informations_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 500px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.livraison-offerte-explain .popups_information.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000000;
}

.popup_informations_content span {
	font-family: var(--police-worksans-bold);
}


/* panier */
#main-panier .livraison-offerte-wrapper {
  background: #fff8ef;
  border-radius: 5px;
  padding: 12px 16px;
  text-align: center;
  margin: 1rem 0;
}

#main-panier .livraison-offerte-message {
  font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1900 - 400)))), 16px) !important;
  color: #b87546;
  font-weight: 400;
}

#main-panier .livraison-offerte-message * {
  font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1900 - 400)))), 16px) !important;
  color: #b87546;
  font-weight: 700;
}

#main-panier .livraison-offerte-explain {
  margin-top: 10px;
  font-size: clamp(14px, calc(14px + ((16 - 14) * ((100vw - 400px) / (1900 - 400)))), 16px) !important;
}
