.ffehbo-holiday-mode-notice {
  position: relative;
  display: block;
  margin: 0 0 32px;
  padding: 24px 32px 24px 96px;
  background: linear-gradient(135deg, #fff9ec 0%, #fffdf8 70%);
  border: 1px solid #f0c979;
  border-radius: 18px;
  color: #15113f;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  box-shadow: 0 12px 32px rgba(21, 17, 63, 0.06);
  overflow: hidden;
}

.ffehbo-holiday-mode-notice::before {
  content: "!";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff4d6;
  border: 1px solid #f0c979;
  color: #15113f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.ffehbo-holiday-mode-notice::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #f0c979 0 5px, transparent 6px),
    radial-gradient(circle at 70% 70%, rgba(162, 209, 232, 0.65) 0 34px, transparent 35px),
    rgba(240, 201, 121, 0.16);
  pointer-events: none;
}

.woocommerce ul.products li.product .button.ffehbo-loop-add-to-cart--disabled,
.woocommerce-page ul.products li.product .button.ffehbo-loop-add-to-cart--disabled,
.woocommerce form.cart .single_add_to_cart_button.ffehbo-single-add-to-cart--disabled,
.single_add_to_cart_button.ffehbo-single-add-to-cart--disabled {
  cursor: not-allowed;
  opacity: 0.62;
  filter: grayscale(0.15);
}

.woocommerce ul.products li.product .button.ffehbo-loop-add-to-cart--disabled::before,
.woocommerce ul.products li.product .button.ffehbo-loop-add-to-cart--disabled:before,
.woocommerce ul.products li.product .button.ffehbo-loop-add-to-cart--disabled::after,
.woocommerce ul.products li.product .button.ffehbo-loop-add-to-cart--disabled:after,
.woocommerce form.cart .single_add_to_cart_button.ffehbo-single-add-to-cart--disabled::before,
.woocommerce form.cart .single_add_to_cart_button.ffehbo-single-add-to-cart--disabled:before,
.woocommerce form.cart .single_add_to_cart_button.ffehbo-single-add-to-cart--disabled::after,
.woocommerce form.cart .single_add_to_cart_button.ffehbo-single-add-to-cart--disabled:after,
.single_add_to_cart_button.ffehbo-single-add-to-cart--disabled::before,
.single_add_to_cart_button.ffehbo-single-add-to-cart--disabled:before,
.single_add_to_cart_button.ffehbo-single-add-to-cart--disabled::after,
.single_add_to_cart_button.ffehbo-single-add-to-cart--disabled:after {
  pointer-events: none;
}

.ffehbo-holiday-delivery-consent {
  margin: 0;
}

.ffehbo-holiday-delivery-consent label.checkbox {
  color: #0f2742;
  font-weight: 700;
}
