.elementor-1615 .elementor-element.elementor-element-ffbe555{--display:flex;}.elementor-1615 .elementor-element.elementor-element-b99f391{width:100%;max-width:100%;}.elementor-1615 .elementor-element.elementor-element-d98101d{--display:flex;}.elementor-1615 .elementor-element.elementor-element-ca3b2b7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1615 .elementor-element.elementor-element-ca3b2b7.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1615 .elementor-element.elementor-element-ca3b2b7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1615 .elementor-element.elementor-element-ca3b2b7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for shortcode, class: .elementor-element-b99f391 *//* ===== FiboSearch - Custom Fullwidth Transparent Style ===== */

/* Outer wrapper takes full container width */
.dgwt-wcas-search-wrapp {
  width: 100% !important;
  max-width: 100% !important;
}

/* Remove any background color and border */
.dgwt-wcas-search-form {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  position: relative !important;
}

/* Input field - full width, transparent */
.dgwt-wcas-search-input {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,0.2) !important; /* optional underline */
  color: #111 !important;
  font-size: 16px;
  padding: 8px 10px !important;
  border-radius: 0 !important;
}

/* Placeholder color */
.dgwt-wcas-search-input::placeholder {
  color: #888 !important;
}

/* Search icon (magnifier) styling */
.dgwt-wcas-ico-magnifier {
  color: #111 !important;  /* match text color */
  opacity: 0.7 !important;
}

/* Focus state */
.dgwt-wcas-search-input:focus {
  border-color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Ensure dropdown aligns properly and full width inside containers */
.dgwt-wcas-suggestions-wrapp {
  width: 100% !important;
  border-radius: 0 !important;
}
.dgwt-wcas-ico-magnifier {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #666 !important;
  font-size: 16px !important;
  pointer-events: none !important; /* avoids clicking the icon */
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    left: 90%!important;
}/* End custom CSS */