/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

:root, :host {
  --ai-color-gray-900: oklch(0.21 0.034 264.665);
  --ai-spacing: 0.25rem;
}

#ai_search_widget { 
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  input {
    border: none;
    font-family: 'Montserrat';
    font-size: 0.875rem;
    font-weight: 300;
  }
  input:focus {
    outline: none;
  }
  .flex {
    display: flex;
  }
  .h-\[42px\] {
    height: calc(var(--ai-spacing) * 10.5);
  }
  .w-\[42px\] {
    width: calc(var(--ai-spacing) * 10.5);
  }
  .grow {
    flex-grow: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .rounded-l-full {
    border-top-left-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
  }
  .rounded-r-full {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
  }
  .border-0 {
    border-width: 0px;
  }
  .bg-\[\#384d62\] {
    background-color: #384d62;
  }
  .bg-\[\#eff2f6\] {
    background-color: #eff2f6;
  }
  .p-0 {
    padding: calc(var(--ai-spacing) * 0);
  }
  .px-6 {
    padding-inline: calc(var(--ai-spacing) * 6);
  }
  .text-gray-900 {
    color: var(--ai-color-gray-900);
  }
  .text-white {
    color: #FFFFFF;
  }
}
