/*
Theme Name: Auriane Child
Theme URI: https://auriane.jwsuperthemes.com
Template: auriane
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Auriane is a handcrafted jewelry for WordPress that has lots of pre-built store demos. This theme would work particularly well for stores selling high-end jewelry and other similar items. However, even if your inventory isn't top tier, you can still use Auriane to give your jewelry store a premium look. As Auriane has been built around the popular Elementor page builder plugin, opening up the templates of the store demos and editing them through a drag-and-drop interface is very straightforward. This includes the product templates, giving you the option of displaying your items in the way that you want.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 3.3.1
Updated: 2025-01-10 00:14:00
*/

:root {
  --main: #a54201;
  --secondary: #f1e0d4;
  --third: #757575;
  --fourth: #25414e;
  --light: #ffffff;
  --dark: #000000;
  --heading: #040202;
  --body: #363636;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-color2: #ffffff;
  --btn-bgcolor: #040202;
  --btn-bgcolor2: #040202;
  --e-global-color-primary: #a54201;
  --e-global-color-secondary: #040202;
  --menu-color: #040202;
}
.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}

/** Searach Fix **/
.autocomplete-suggestions {
  position: absolute;
  max-height: 300px;
  z-index: 9999;
  width: 100%;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.autocomplete-suggestion {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.autocomplete-suggestion:last-child {
  border-bottom: none;
}

.autocomplete-suggestion:hover {
  background: #f5f5f5;
}

.suggestion-thumb {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.suggestion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.suggestion_content {
  flex: 1;
}

.suggestion-title {
  margin: 0;
  font-size: 14px;
  color: var(--heading);
}

.suggestion-price {
  font-size: 13px;
  color: var(--third);
  margin-top: 5px;
}

/* Fix for placeholder images */
.woocommerce-placeholder {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain;
}
