/* Approved Bold & Beautiful storefront overrides. The immutable Glowify CSS remains untouched. */
:root {
  --accent: #db8725;
  --accent-strong: #000000;
}

.bb-country-flag {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.bb-country-flag img {
  display: block;
  width: 29px;
  height: 19px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  object-fit: cover;
}

.cs_site_branding {
  flex: 0 0 auto;
}

.cs_site_branding img {
  display: block;
  width: 185px;
  height: auto;
  max-width: 100%;
  max-height: 69px;
  object-fit: contain;
  object-position: left center;
}

.cs_main_header_center .cs_site_branding img {
  object-position: center;
}

.bb-official-logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.bb-official-logo-footer {
  width: min(220px, 72vw);
  max-height: 83px;
}

.bb-official-logo-drawer {
  width: 185px;
  max-height: 69px;
  object-position: left center;
}

.bb-official-logo-dark-surface {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.bb-featured-product-actions > form {
  flex: 1 1 0;
  min-width: 0;
}

.bb-featured-product-actions > form .cs_btn {
  width: 100%;
}

.bb-featured-product-actions > .cs_like_btn {
  flex: 0 0 45px;
}

.cs_subscribe_form .cs_btn,
.cs_newsletter .cs_subscribe_form .cs_btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.cs_subscribe_form .cs_btn:hover,
.cs_subscribe_form .cs_btn:focus-visible,
.cs_newsletter .cs_subscribe_form .cs_btn:hover,
.cs_newsletter .cs_subscribe_form .cs_btn:focus-visible {
  background-color: #db8725;
  border-color: #db8725;
  color: #000000;
}

.bb-newsletter-feedback {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.bb-newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  white-space: nowrap;
}

.bb-newsletter-form {
  flex-wrap: nowrap;
}

.bb-newsletter-form .bb-newsletter-consent {
  flex: 0 0 100%;
  width: 100%;
}

.cs_newsletter .bb-newsletter-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 17px;
  max-width: 17px;
  height: 17px;
  margin-top: 1px;
  padding: 0;
  border-radius: 2px;
  accent-color: #000000;
}

.bb-newsletter-consent a,
.bb-footer-bottom-row a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}

.bb-newsletter-consent a:hover,
.bb-newsletter-consent a:focus-visible,
.bb-footer-bottom-row a:hover,
.bb-footer-bottom-row a:focus-visible {
  color: #db8725;
  text-decoration-color: currentColor;
  outline: none;
}

.bb-newsletter-honeypot {
  position: fixed !important;
  top: 0 !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.bb-footer-bottom-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.bb-footer-legal-links {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

.bb-footer-copyright {
  margin-left: 0;
  text-align: left;
  overflow-wrap: anywhere;
}

.bb-footer-copyright a {
  white-space: nowrap;
}

.bb-legal-content {
  max-width: 860px;
  margin: 0 auto;
}

.bb-legal-content p {
  margin: 0 0 1.25em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .cs_site_branding img {
    width: 155px;
    max-height: 58px;
  }

  .bb-footer-bottom-row {
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }

  .bb-footer-copyright {
    margin-left: 0;
    text-align: center;
  }

  .bb-footer-legal-links {
    margin-left: 0;
    justify-content: center;
    text-align: center;
  }

  .bb-newsletter-consent {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 550px) {
  .bb-featured-product-actions > form:nth-child(2) {
    flex-basis: 100%;
  }
}
.cs_account_nav_list .bb-account-nav-action {
  display: block;
  width: 100%;
  padding: 13px 25px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.bb-cart-quantity-form {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.cs_product_card.cs_style_11 .bb-cart-quantity-form .cs_quantity.cs_style_1 {
  flex: 0 0 140px;
  margin: 13px 0 0;
}

.bb-cart-quantity-form .cs_btn.bb-cart-update-button {
  flex: none;
  width: auto;
  min-width: 104px;
  height: 50px;
  margin-top: 13px;
  padding: 0 20px;
  border-radius: 5px;
}

.bb-coupon-feedback {
  margin: 10px 0 0;
  font-size: 14px;
}

.bb-coupon-feedback.is-error {
  color: #b42318;
}

.bb-applied-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(219, 135, 37, 0.35);
  border-radius: 6px;
  background: rgba(219, 135, 37, 0.08);
  font-size: 13px;
}

.bb-applied-coupon form {
  margin: 0;
}

.bb-applied-coupon button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #9b5811;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.cs_custom_checkbox > .bb-payment-choice {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
}

.cs_custom_checkbox > .bb-payment-choice img {
  width: 124px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

.cs_payment_method_list .cs_custom_checkbox {
  align-items: center;
}

.cs_payment_method_list .cs_custom_checkbox.cs_style_1 > .bb-payment-choice::before {
  top: 50%;
  transform: translateY(-50%);
}

.cs_payment_method_list .cs_custom_checkbox.cs_style_1 > .bb-payment-choice::after {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
  transform-origin: center;
}

@media (max-width: 575px) {
  .bb-cart-quantity-form {
    gap: 10px;
  }

  .bb-cart-quantity-form .cs_btn.bb-cart-update-button {
    min-width: 96px;
    padding-inline: 16px;
  }

  .bb-applied-coupon {
    align-items: flex-start;
    flex-direction: column;
  }
}
