.elementor-167 .elementor-element.elementor-element-4c03703{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-167 .elementor-element.elementor-element-08111cb.elementor-element{--align-self:flex-start;}.elementor-167 .elementor-element.elementor-element-08111cb .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;color:#666666;}.elementor-167 .elementor-element.elementor-element-f97eebe.elementor-element{--align-self:flex-start;}.elementor-167 .elementor-element.elementor-element-f97eebe .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;color:#666666;}.elementor-widget-ha-taxonomy-list .ha-taxonomy-list-title, .elementor-widget-ha-taxonomy-list .ha-taxonomy-list-count{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-ha-taxonomy-list .ha-taxonomy-list-item span.ha-taxonomy-list-count{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-167 .elementor-element.elementor-element-f589def .ha-taxonomy-list-title, .elementor-167 .elementor-element.elementor-element-f589def .ha-taxonomy-list-count{font-family:"Jost", Sans-serif;font-size:14px;font-weight:400;}.elementor-167 .elementor-element.elementor-element-f589def .ha-taxonomy-list-title{color:#000000;}.elementor-167 .elementor-element.elementor-element-f589def .ha-taxonomy-list-count{color:#000000;}.elementor-167 .elementor-element.elementor-element-f589def span.ha-taxonomy-list-icon{color:#000000;}.elementor-167 .elementor-element.elementor-element-f589def span.ha-taxonomy-list-icon svg{fill:#000000;}#elementor-popup-modal-167 .dialog-widget-content{animation-duration:1s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-167{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-167 .dialog-message{width:100rem;height:auto;}#elementor-popup-modal-167 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-167 .elementor-element.elementor-element-4c03703{--content-width:93%;}}/* Start custom CSS for html, class: .elementor-element-e131b23 *//* Main container */
.custom-product-search {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #888;
  padding-bottom: 5px;
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  color: #555;
  background-color: transparent;
}

/* Input field */
.custom-product-search input[type="search"] {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 18px 0 10px; /* Top padding increased slightly */
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #555;
  font-family: 'Jost', sans-serif;
  transition: all 0.3s ease-in-out;
}

.custom-product-search input[type="search"]::placeholder {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Button */
.custom-product-search button {
  border: none;
  background: none !important;
  font-size: 18px; /* Thoda bada but subtle */
  color: #000 !important;
  cursor: pointer;
  font-weight: 400; /* Regular weight - Jost default */
  padding-left: 12px;
  font-family: 'Jost', sans-serif;
  transition: all 0.3s ease;
}

/* Optional hover effect */
.custom-product-search button:hover {
  color: #f26d3d !important;
}

/* ---------------------- */
/* 🔹 Responsive Queries */
/* ---------------------- */

/* Tablet (up to 1024px) */
@media (max-width:1024px) {
  .custom-product-search {
    font-size: 15px;
  }
  .custom-product-search input[type="search"] {
    font-size: 15px;
    padding: 16px 0 9px;
  }
  .custom-product-search button {
    font-size: 17px;
    padding-left: 10px;
  }
}

/* Mobile (up to 768px) */
@media (max-width:768px) {
  .custom-product-search {
    font-size: 14px;
  }
  .custom-product-search input[type="search"] {
    font-size: 14px;
    padding: 14px 0 8px;
  }
  .custom-product-search button {
    font-size: 16px;
    padding-left: 8px;
  }
}

/* Small Mobile (up to 480px) */
@media (max-width:480px) {
  .custom-product-search {
    font-size: 13px;
  }
  .custom-product-search input[type="search"] {
    font-size: 13px;
    padding: 12px 0 6px;
  }
  .custom-product-search button {
    font-size: 15px;
    padding-left: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4c03703 */.search-tray-popup {
  height: 95vh !important;     /* Tray height - bottom me halka gap */
  width: 100vw !important;     /* Full width */
  background-color: #fff !important;
  padding: 60px 40px !important;
  overflow-y: auto !important;
  position: relative !important;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.08);  /* Optional soft shadow */
  border-bottom-left-radius: 12px !important; /* Optional rounded corner */
  border-bottom-right-radius: 12px !important;
  margin: 0 auto !important;
}/* End custom CSS */
/* Start custom CSS *//* Popup aligned to top-left */
.elementor-popup-modal {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 0 !important;
}

/* Hide default icon */
.elementor-popup-modal .dialog-close-button i,
.elementor-popup-modal .dialog-close-button .eicon-close {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Close button container */
.elementor-popup-modal .dialog-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Close icon lines (×) */
.elementor-popup-modal .dialog-close-button::before,
.elementor-popup-modal .dialog-close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #333;
  transform-origin: center;
  transition: all 0.3s ease;
}

/* Line 1 */
.elementor-popup-modal .dialog-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Line 2 */
.elementor-popup-modal .dialog-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Hover effect: color + fade + scale */
.elementor-popup-modal .dialog-close-button:hover::before,
.elementor-popup-modal .dialog-close-button:hover::after {
  background-color: #f26d3d;
  opacity: 0.7;
  transform: translate(-50%, -50%) scale(1.1);
}/* End custom CSS */