.cart-products-count,
.product-description small,
.ce-article__cta,
.ybc_block_latest p,
.ybc_block_latest .read_more,
.ybc_block_latest .view_all_link,
#footer .text-sm-center {
  color: #333 !important;
}

.ce-article a {
  color: #333 !important;
}

#search_widget input {
  color: #222 !important;
  background-color: #fff !important;
  border: 1px solid #767676 !important;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

#search_widget input:focus {
  border-color: #111 !important;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.2);
  outline: none;
}

#search_widget input::placeholder {
  color: #444 !important;
  opacity: 1;
}

#contact-infos a[href^="tel:"] {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#_desktop_cart .hidden-sm-down,
.product-description .regular-price,
#footer .footer-container a,
#footer .footer-container .link-item,
#footer #contact-infos,
#footer #contact-infos a {
  color: #333 !important;
}

/* Keep carousel dots visually small while exposing a comfortable touch target. */
.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 44px !important;
  height: 44px !important;
  margin: 0 2px !important;
  padding: 18px;
  background-clip: content-box;
  box-sizing: border-box;
}

.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
