.global-search {
  display: none;
  position: relative;
}
.global-search .form-label {
  display: none;
}
.global-search p {
  margin: 0px;
  padding-top: 0;
}
.global-search .form-field {
  width: 100%;
  font-size: 1rem;
  border: 0px;
  line-height: 57px;
  border-radius: 0;
  line-height: 200%;
}
.global-search.active {
  display: block;
}
.global-search .select2-selection__arrow {
  display: none;
}
.global-search .select2-container--default .select2-selection--single {
  background: rgba(0, 0, 0, 0);
}

.home-page .sticker-search .global-search {
  display: block;
}

.select2-container--default {
  width: 100% !important;
  height: 100%;
}

.select2-dropdown {
  border: 0px solid #d8d8d8;
  border-top: 0px solid #fff;
  background-color: #f5f5f5;
  transform: translateY(-1px);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1333333333);
}
@media (min-width: 1024px) {
  .select2-dropdown {
    left: 0 !important;
    margin-top: 0;
    border: 0px solid rgb(216, 216, 216);
  }
}

.select2-dropdown--above {
  margin-top: 0em;
  transform: translateY(1px);
  box-shadow: 0 -1rem 1rem rgba(0, 0, 0, 0.1333333333);
  display: flex;
  flex-direction: column-reverse;
}

.search-form .buttons {
  display: none;
}
.search-form .select2-selection__clear {
  display: none;
}
.search-form .contains-value {
  overflow: hidden;
}
.search-form .contains-value .select2-selection__arrow {
  display: none;
}
.search-form .contains-value .select2-selection__clear {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: right;
  padding-right: 7px;
  width: 100%;
  font-family: "LL Replica Pro Regular Web";
}
.search-form .contains-value .select2-selection--single {
  background-color: #f5f5f5;
  filter: invert(1);
  border-bottom: 0px solid #d8d8d8;
}
.search-form .contains-value .select2-container--open {
  display: none;
}
.search-form .contains-value .select2-container--open.contains-value {
  display: block;
}
.search-form .contains-value .select2-container--open.select2-selection--single {
  border-bottom: 0px solid #d8d8d8;
}

.input-keyword {
  display: inline-block;
  position: relative;
}
@media (min-width: 1024px) {
  .input-keyword {
    grid-column: 3;
    grid-row: 3;
  }
}
.input-keyword input {
  border: 0;
  display: none;
  padding-left: 10px !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  height: auto !important;
  background: #f5f5f5;
  width: auto;
  min-width: 0px;
}
.input-keyword .input-keyword__clear {
  display: none;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  color: #000;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: right;
  padding-right: 8px;
  cursor: pointer;
  width: 100%;
  line-height: 2em;
  font-family: "LL Replica Pro Regular Web";
}
.input-keyword.contains-value {
  display: inline-block;
  width: 100%;
}
.input-keyword.contains-value input[type=text] {
  background: #ddd;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .input-keyword.contains-value {
    padding-top: calc(var(--gap) * 0.7);
  }
}
.input-keyword.contains-value input {
  border: 0;
  display: block;
}
.input-keyword.contains-value .input-keyword__clear {
  display: flex;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  .input-keyword.contains-value .input-keyword__clear {
    top: calc(var(--gap) * 0.7);
  }
}

.select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.search-form input[type=text] {
  color: #000;
}

.search-form .input-keyword.contains-value {
  margin-top: 0.7rem;
}
@media (min-width: 1024px) {
  .search-form .input-keyword.contains-value {
    margin-top: 0;
  }
}
.search-form .input-keyword.contains-value input[type=text] {
  font-family: "LL Replica Pro Regular Web";
  display: block;
  border: 0;
  line-height: 2rem;
  font-size: 0.6rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .search-form .input-keyword.contains-value input[type=text] {
    line-height: 1.6rem;
  }
}

.select2-container--default .select2-results {
  display: block;
  padding: 0.5rem;
}
.select2-container--default .select2-search--dropdown {
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .select2-container--default .select2-search--dropdown {
    padding: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  line-height: 2em;
  height: 2em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  background: #fff;
  border: 0px solid #000;
  margin: auto;
  font-family: "LL Replica Pro Bold Web";
}

.modal-menu .global-search .form-icon {
  z-index: 100;
  background-size: 50%;
  width: 3.06em;
  height: 3.06em;
  cursor: pointer;
}
.modal-menu .select2-container--focus .select2-selection--single:before, .modal-menu .select2-container--below .select2-selection--single:before {
  display: none !important;
}

#modal-global-search-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#modal-global-search-container .select2-container--default {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#modal-global-search-container .select2-container--default.select2-container--open {
  transform: translateY(-9.2vh);
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default.select2-container--open {
    transform: translateY(-2px);
  }
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default.select2-container--open .select2-dropdown--above {
    transform: translateY(9.2vh);
  }
}
#modal-global-search-container .select2-container--default.select2-container--below {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default {
    display: block;
  }
}
#modal-global-search-container .select2-container--default .select2-selection--single {
  height: 100%;
  border: 0;
  display: flex;
  align-items: center;
}
#modal-global-search-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 1.2rem;
  color: #000;
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1.53rem;
  }
}
#modal-global-search-container .select2-container--default .select2-dropdown {
  border: 0;
  box-shadow: none;
  left: 0% !important;
  margin-top: 0;
  z-index: 1;
  padding-bottom: 0;
}
#modal-global-search-container .select2-container--default .select2-dropdown .select2-results {
  display: none;
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-dropdown .select2-results {
    display: block;
  }
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-dropdown {
    border: 0px;
    z-index: 1;
    box-shadow: none;
    height: auto;
  }
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-search--dropdown, #modal-global-search-container .select2-container--default .select2-results {
    padding: var(--gap) !important;
  }
}
#modal-global-search-container .select2-container--default .select2-search--dropdown {
  padding: 0rem;
  padding-right: 3.06em;
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-search--dropdown {
    padding-left: 0px !important;
    height: 9.2vh;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    padding-right: var(--menu-size) !important;
  }
}
#modal-global-search-container .select2-container--default .select2-search--dropdown.select2-dropdown--below {
  transform: translateY(-9.2vh);
}
#modal-global-search-container .select2-container--default .select2-results > .select2-results__options {
  gap: calc(var(--menu-size) * 0.47 / 2);
  max-height: 33vh;
  overflow: auto;
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-results > .select2-results__options {
    display: flex;
    overflow: visible;
  }
}
#modal-global-search-container .select2-container--default .select2-results > .select2-results__options > li {
  overflow-y: auto;
  flex-basis: 33.333%;
}
#modal-global-search-container .select2-container--default .select2-results > .select2-results__options > li .select2-results__group {
  position: sticky;
  top: 0;
  background-color: #000;
  color: #fff;
  line-height: 1.2;
  font-size: 1rem;
  padding: 0.5rem !important;
  margin-bottom: calc(var(--menu-size) * 0.47 / 2);
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-results > .select2-results__options > li .select2-results__group {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0.5rem !important;
  }
}
#modal-global-search-container .select2-container--default .select2-results > .select2-results__options > li .select2-results__option {
  padding: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.8rem;
  line-height: 1.2;
}
#modal-global-search-container .select2-container--default .select2-results > .select2-results__options > li .select2-results__option.select2-results__option--highlighted[aria-selected], #modal-global-search-container .select2-container--default .select2-results > .select2-results__options > li .select2-results__option.select2-results__option[aria-selected=true] {
  background-color: #fff;
}
#modal-global-search-container .select2-container--default .select2-results > .select2-results__options > li .select2-results__option:hover {
  background-color: #fff;
}
#modal-global-search-container .select2-container--default .select2-results > .select2-results__options > li:not([aria-label]) {
  display: none;
}
#modal-global-search-container .select2-container--default .select2-search__field {
  font-size: 1.2rem;
  border: 0px solid #000;
  padding-left: 0.5em;
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-search__field {
    padding-left: 1em;
    font-size: 1.53rem;
  }
}
#modal-global-search-container .select2-container--default .select2-selection__rendered {
  font-size: 1.2rem;
  padding-left: 0em;
}
@media (min-width: 1024px) {
  #modal-global-search-container .select2-container--default .select2-selection__rendered {
    padding-left: 1em;
    font-size: 1.53rem;
  }
}
#modal-global-search-container .select2-container--default .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 33vh;
}

.global-navigation .search-top {
  display: none;
  text-align: right;
  top: 0px;
  position: absolute;
  z-index: 10;
  width: var(--menu-size);
  max-width: var(--columnat_dret);
}
@media (min-width: 1024px) {
  .global-navigation .search-top {
    display: block;
  }
}
.global-navigation .search-top:hover {
  min-width: inherit;
}
.global-navigation .search-top .buttons {
  height: var(--menu-size);
  position: absolute;
  left: auto;
  right: 0;
  width: var(--menu-size);
  z-index: 10;
}
.global-navigation .search-top .select2 {
  height: var(--menu-size);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.global-navigation .search-top .select2 .select2-selection--single {
  opacity: 0;
  height: 100%;
  display: block;
}
.global-navigation .search-top .select2.select2.select2-container--open .select2-selection--single {
  opacity: 0;
  height: 100%;
  display: block;
  position: absolute;
  right: calc(0px - var(--menu-size));
  left: auto;
  border: 0;
  width: var(--menu-size);
  overflow: hidden;
}
.global-navigation .search-top .select2.select2-container--open {
  width: 100%;
}
.global-navigation .search-top .select2-dropdown {
  border: 0px solid #d8d8d8;
  box-shadow: none;
}
.global-navigation .search-top .select2-dropdown .select2-search__field {
  border: 0px solid #000;
}
.global-navigation .search-top .select2-search--dropdown {
  height: var(--menu-size);
  padding: 0 !important;
  padding-left: calc(var(--gap) * 0.5) !important;
  padding-right: calc(var(--gap) * 0.5) !important;
  display: flex;
}
.global-navigation .search-top .select2-results {
  padding: calc(var(--gap) * 0.5) !important;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2666666667);
}
.global-navigation .search-top .select2-container--open {
  right: var(--menu-size) !important;
  left: auto !important;
}
.global-navigation .search-top .select2-container--default {
  top: 0 !important;
  height: 5rem;
  z-index: 1;
}
.global-navigation .search-top .select2-container--open .select2-dropdown--below {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .global-navigation .search-top .select2-container--open .select2-dropdown--below {
    width: calc(100% + var(--menu-size)) !important;
  }
}
.global-navigation .search-top .select2-results > ul.select2-results__options {
  display: flex;
  gap: calc(var(--menu-size) * 0.47 / 4);
  max-height: 33vh !important;
}
.global-navigation .search-top .select2-results > ul.select2-results__options > li:not([aria-label]) {
  display: none;
}
.global-navigation .search-top .select2-results > ul.select2-results__options > li {
  flex-basis: 33.333%;
  overflow: auto;
  border-right: 1px solid #d8d8d8;
  padding-right: calc(var(--menu-size) * 0.47 / 4);
}
.global-navigation .search-top .select2-results > ul.select2-results__options > li:last-child {
  border: 0;
  padding-right: 0;
}
.global-navigation .search-top .select2-results > ul.select2-results__options > li strong.select2-results__group {
  position: sticky;
  top: 0;
  background-color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 0.9rem;
  height: 2em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: calc(var(--gap) * 0.5);
}
.global-navigation .search-top .select2-results > ul.select2-results__options > li .select2-results__option {
  padding: 0.5em;
  font-size: 0.8rem;
  line-height: 1.2;
}

.global-navigation .search-top.active {
  width: calc(80% - (var(--menu-size) * 1.15 + 15px + 10vw));
  padding-left: var(--menu-size);
}
.global-navigation .search-top.active .buttons {
  z-index: 100;
  position: absolute;
  left: auto;
  right: 0;
}
.global-navigation .search-top.active .select2 {
  width: var(--menu-size) !important;
  min-width: 0;
}
.global-navigation .search-top.active .select2-container {
  display: block;
}

.global-navigation .search-top input.form-field {
  width: 0%;
  padding: 0px;
  line-height: var(--menu-size);
  margin: 0;
}

.global-navigation .search-top.active input.form-field {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid;
}

.global-navigation .global-search .form-button,
.global-navigation .global-search .form-icon {
  width: var(--menu-size);
  height: calc(var(--menu-size) - 1px);
  margin-top: 0;
  background-position: center center;
  cursor: pointer;
}

.category-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  margin-left: -8px;
}
.category-search .select2-container--open {
  width: 90vw !important;
}
@supports (-webkit-hyphens: none) {
  .category-search .select2-container--open {
    left: 0vw !important;
  }
}
@supports (-webkit-hyphens: none) {
  .category-search .select2-container--open .select2-dropdown {
    margin-top: 0em;
  }
}
.category-search .select2-container--open.select2-container--below {
  left: 0 !important;
}
.category-search .select2-container--open.select2-container--above {
  left: 0 !important;
}
@media (min-width: 1024px) {
  .category-search .select2-container--open {
    left: 0 !important;
  }
  .category-search .select2-container--open .select2-dropdown {
    margin-top: 0em;
  }
}

body:before {
  transition: all 0.6s;
  transform: translate(-50%, -100);
}

body.sending-form .select2-container--focus .select2-selection--single:before, body.sending-form .select2-container--below .select2-selection--single:before {
  width: calc(var(--menu-size) / 2);
  height: calc(100% - 4px);
  border: 0;
  content: "";
  background-color: #f9f9f9;
  display: bock;
  position: absolute;
  top: 1px;
  height: 1.8rem;
  right: 2px;
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-image: url(../images/icons/loading-icon.png);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(0%, 0);
  filter: invert(0);
}
body.sending-form .input-keyword:before, body.sending-form #dateRange:before {
  width: calc(var(--menu-size) / 2);
  height: calc(100% - 2px);
  border: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  right: -15px;
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  filter: invert(0);
}
body.sending-form .search-top.active .form-icon, body.sending-form .sticker-search .form-icon {
  background-image: url(../images/icons/loading-icon.png);
  background-size: 50%;
  cursor: pointer;
}
body.sending-form .search-top.active .modal-menu .global-search .form-icon, body.sending-form .sticker-search .modal-menu .global-search .form-icon {
  background-image: url(../images/icons/loading-icon.png);
  background-size: 60%;
  cursor: pointer;
}
body.sending-form .sticker-search .form-icon {
  background-size: 60%;
}