@charset "UTF-8";
/**
 * Import all configs
 */
/**
 * Settings
 */
/**
 * Colors
 */
/**
 * Typography
 */
/**
 * Font Weight
 */
/**
 * Settings alerts boxes
 */
/**
 * Social Media Colors
 */
/**
 * General Variables
 * Call on every SASS files
 */
/**
 * Tools
 */
/**
 * Registros dos z-indexes
 * Ordem decrescente
 */
/**
 * Z-indexes organization
 * Main file is in: scss/settings/_z-indexes.scss
 */
/**
 * Screen Sizes
 */
/**
 * Breakpoints - Media Queries
 */
/**
 * Media Queries
 * Mobile first
 */
/**
 * Font Weight
 */
/**
 * Common Helpers
 */
/**
 * Mixin scrollbar
 */
/**
 * Generate arrow on a pseudo-element
 * To set color, use 'border-color' inside a class
 *
 * @param  {string} $position:     up              Arrow position (up, right, bottom, left)
 * @param  {string} $arrow-width:  20px             Arrow Width
 * @param  {string} $arrow-size:   $arrow-width/4   Arrow size
 *
 * @return A CSS Arrow
 */
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/**
 * Vendor | Mixins
 */
/* ----------------------------------------------------------------------------------------------------

SCSS Form Reset Helpers - Forked from: https://gist.github.com/anthonyshort/552543

Intended usage:
- MIXINS: for very specific use cases, when you dont want to reset absolutly all the forms, very verbose output.
- PLACEHOLDER SELECTORS: use as extending classes. Less verbose, more generic overrides.

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

input {
  @extend %form-reset-input;
}

label {
  @extend %form-reset-label;
}

select {
  @extend %form-reset-select;
}

button {
  @extend %form-reset-button;
}

textarea {
  @extend %form-reset-textarea;
}

----------------------------------------------------------------------------------------------------*/
/**
 * https://github.com/pierreburel/sass-rem
 */
/**
 * $count: Determina o número de vezes que a animação vai se repetir. Para deixar a animação repetindo infinitamente, informe o valor 'infinite'. Default: 1
 * $duration: Quanto tempo, em segundos (s) ou milisegundos (ms), durará um ciclo da animação. Default: 1s
 * $delay: Define a partir de quanto tempo a animação vai se iniciar. Default: 0
 * $function: Forma como a animação progride no tempo. Default: ease
 * $fill: Especifica como uma animação CSS deve aplicar estilos ao seu destino antes e depois que ele está sendo executado. Default: both
 * $visibility: Determina se deve ser exibido ou não a parte de trás do elemento para o usuário. Default: hidden
 */
/**
 * Placeholder Components
 */
/**
 * SVG Icons
 */
.x-empty-search__suggestion-shelf-container .slick-arrow:before {
  font-family: "mob-iconfonts";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.x-empty-search__suggestion-shelf {
  margin-top: 42px;
  margin-top: 2.625rem;
  margin-bottom: 42px;
  margin-bottom: 2.625rem; }

.x-empty-search__suggestion-shelf-container {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem; }
  @media only screen and (max-width: 767px) {
    .x-empty-search__suggestion-shelf-container {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .x-empty-search__suggestion-shelf-container {
      padding-left: 32px;
      padding-left: 2rem;
      padding-right: 32px;
      padding-right: 2rem; } }

.x-empty-search__suggestion-shelf-container .slick-arrow {
  border: 2px solid #bfbfbf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 40%;
  height: 48px;
  height: 3rem;
  width: 48px;
  width: 3rem; }
  @media only screen and (max-width: 767px) {
    .x-empty-search__suggestion-shelf-container .slick-arrow {
      border-width: 1px;
      top: 35%;
      height: 32px;
      height: 2rem;
      width: 32px;
      width: 2rem; } }
  .x-empty-search__suggestion-shelf-container .slick-arrow:before {
    font-size: 16px;
    font-size: 1rem;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .x-empty-search__suggestion-shelf-container .slick-arrow:before {
        font-size: 12px;
        font-size: 0.75rem; } }

.x-empty-search__suggestion-shelf-container .slick-prev {
  left: -12px;
  left: -0.75rem; }
  .x-empty-search__suggestion-shelf-container .slick-prev:before {
    content: '\EA03'; }

.x-empty-search__suggestion-shelf-container .slick-next {
  right: -14px;
  right: -0.875rem; }
  .x-empty-search__suggestion-shelf-container .slick-next:before {
    content: '\EA04'; }

.x-empty-search__main-container {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem; }
  @media only screen and (max-width: 767px) {
    .x-empty-search__main-container {
      width: 100%; } }

.x-empty-search__title h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 300;
  color: #656667; }

.x-empty-search__title span {
  display: block;
  color: #000;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 6px;
  letter-spacing: 0.375rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 32px;
  padding-bottom: 2rem; }

.x-empty-search__form {
  position: relative;
  max-width: 320px;
  max-width: 20rem;
  width: 100%; }

.x-empty-search__submit {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .x-empty-search__submit .icon-search {
    height: 13px;
    height: 0.8125rem;
    width: 13px;
    width: 0.8125rem; }

.x-empty-search__input {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #000;
  padding: 12px 8px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  width: 100%; }
  .x-empty-search__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #656667;
    opacity: 1; }
  .x-empty-search__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #656667;
    opacity: 1; }
  .x-empty-search__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #656667;
    opacity: 1; }
  .x-empty-search__input:-moz-placeholder {
    /* Firefox 18- */
    color: #656667;
    opacity: 1; }

.x-empty-search__tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 74px;
  margin-top: 4.625rem;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .x-empty-search__tips {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .x-empty-search__tips li {
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    color: #656667;
    padding-left: 84px;
    padding-left: 5.25rem;
    letter-spacing: 1.2px;
    line-height: 1.6; }
    @media only screen and (max-width: 767px) {
      .x-empty-search__tips li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
        height: 6.25rem;
        margin: auto;
        width: 80%; }
        .x-empty-search__tips li:first-child span {
          left: 16px;
          left: 1rem; } }
  .x-empty-search__tips span {
    font-size: 74px;
    font-size: 4.625rem;
    font-family: "Fortunates December", serif;
    color: #dfd5c8;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.x-empty-search__suggestion-shelf {
  background-color: #f7f4f1; }
  .x-empty-search__suggestion-shelf .x-shelf > h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700; }

.x-empty-search__suggestion-shelf-container .x-shelf__item {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem; }
