/* BeautyHub — promotions boutique (fiche, grille, panier, page offres) */

.beautyhub-onsale {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 0.28em 0.6em;
  border-radius: 999px;
  z-index: 2;
}

.woocommerce ul.products li.product .beautyhub-onsale,
.woocommerce-page ul.products li.product .beautyhub-onsale {
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  right: auto;
  margin: 0;
}

.beautyhub-picker {
  margin: 1rem 0 1.35rem;
  max-width: 28rem;
  color: #1a1a1a;
}

.beautyhub-picker__kicker {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a8178;
}

.beautyhub-picker__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #3f3a36;
}

.beautyhub-picker__options {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.beautyhub-picker__option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid #e8e2db;
  background: #fff;
  cursor: default;
  font-variant-numeric: tabular-nums;
}

.beautyhub-picker.is-select .beautyhub-picker__option {
  cursor: pointer;
}

.beautyhub-picker__option.is-selected,
.beautyhub-picker__option.is-best {
  border-color: #1a1a1a;
  background: #f7f4ef;
}

.beautyhub-picker__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.beautyhub-picker__dot {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1.5px solid #c9c1b8;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.beautyhub-picker__option.is-selected .beautyhub-picker__dot {
  border-color: #111;
  background: #111;
  box-shadow: inset 0 0 0 3px #f7f4ef;
}

.beautyhub-picker__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.beautyhub-picker__title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}

.beautyhub-picker__caption {
  font-size: 0.78rem;
  font-weight: 400;
  color: #8a8178;
}

.beautyhub-picker__badge {
  flex: 0 0 auto;
  padding: 0.18rem 0.45rem;
  background: #ece7e1;
  color: #3f3a36;
  font-size: 0.72rem;
  font-weight: 650;
  white-space: nowrap;
}

.beautyhub-picker__price {
  flex: 0 0 auto;
  margin-left: 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.beautyhub-picker__hint {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #6b635c;
}

.beautyhub-picker__hint:empty {
  display: none;
}

.beautyhub-deal__products {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}

.beautyhub-deal__products li {
  margin: 0;
  font-size: 0.8rem;
  color: #6b635c;
}

.beautyhub-deal__products a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.beautyhub-deal__products .is-more {
  color: #8a8178;
}

.beautyhub-offers {
  max-width: 42rem;
  margin: 0 auto;
}

.beautyhub-offers > .beautyhub-picker {
  max-width: none;
  margin: 0 0 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #ece7e1;
}

.beautyhub-offers > .beautyhub-picker:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.beautyhub-offers__empty {
  margin: 0;
  color: #6b635c;
}

.beautyhub-promotions-banner {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ece7e1;
  border-radius: 0;
  background: #faf8f6;
  color: #1a1a1a;
}

.beautyhub-promotions-banner__title {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b635c;
}

.beautyhub-promotions-banner__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.beautyhub-promotions-banner__list li {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

.beautyhub-promotions-banner__list li strong {
  font-weight: 650;
}

.beautyhub-promotions-banner__list li span {
  color: #8a8178;
}

.beautyhub-promotions-banner__products {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8rem;
  color: #8a8178;
}

.beautyhub-cart-offers {
  margin: 0 0 1.5rem;
  padding: 1rem 0 0.25rem;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #ece7e1;
  color: #1a1a1a;
}

.beautyhub-cart-offers__kicker {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b635c;
}

.beautyhub-cart-offer {
  margin: 0 0 1.35rem;
}

.beautyhub-cart-offer:last-child {
  margin-bottom: 0;
}

.beautyhub-cart-offer .beautyhub-picker {
  margin: 0;
  max-width: none;
}

.beautyhub-cart-offer__progress {
  margin: 0.45rem 0 0.7rem;
  font-size: 0.85rem;
  font-weight: 650;
  color: #1a1a1a;
}

.beautyhub-cart-offer__items {
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
}

.beautyhub-cart-offer__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-top: 1px solid #ece7e1;
}

.beautyhub-cart-offer__item:first-child {
  border-top: 0;
}

.beautyhub-cart-offer__thumb {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: #f4f1ed;
}

.beautyhub-cart-offer__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beautyhub-cart-offer__meta {
  flex: 1 1 auto;
  min-width: 0;
}

.beautyhub-cart-offer__name {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.3;
}

.beautyhub-cart-offer__price {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: #6b635c;
}

.beautyhub-cart-offer__qty {
  color: #1a1a1a;
}

.beautyhub-cart-offer__add {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.45rem 0.8rem;
  background: #111;
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  line-height: 1.2;
}

.beautyhub-cart-offer__add:hover {
  background: #2a2a2a;
}

.beautyhub-cart-offer__more {
  margin: 0.4rem 0 0;
}

.beautyhub-cart-offer__more a {
  color: #6b635c;
  font-size: 0.8rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.woocommerce-cart .beautyhub-cart-offers,
.woocommerce-checkout .beautyhub-cart-offers {
  margin-top: 0;
}

.woocommerce-cart del,
.woocommerce-checkout del,
.woocommerce ul.products li.product del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.55;
}

.woocommerce-cart ins,
.woocommerce-checkout ins,
.woocommerce ul.products li.product ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  font-weight: 650;
  background: transparent;
}
