/** Shopify CDN: Minification failed

Line 16:0 "@charset" must be the first rule in the file
Line 80:0 Unexpected "}"

**/
:root {
  --light-pink: #ffe6e8;
  --pink: #f1848c;
  --grey: #585858;
  --light-pink2: #ffd7da;
  --bright-gray: #efefef;
  --gun-metalic: #454545;
  --red: #b02233;
}
@charset "utf-8";
@font-face {
  font-family: AlbraSansTRIAL;
  src: url("/cdn/shop/files/AlbraSansTRIAL-Regular.otf?v=1747208168");
}

.bar {
  display: inline-block;
  background-color: var(--pink);
  width: 29px;
  height: 3px;
  top: 1027px;
  left: 432px;
  border-radius: 40px;
}

/* header search start */
.search-modal__form button {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.search-modal__form input, 
.search-modal__form input:focus  {
  /* bord/er: none !important; */
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid black !important;
}
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: none;
  outline: none;
  border-radius: none;
}

/* search results page  */
.field__input{
  border-bottom: 1px solid black;
}
.field__input:focus{
  box-shadow: none;
  outline: none;
  border-radius: none;
}

/* contact us button */
.contact .contact__button button{
  color: black !important;
}

/* header search results */
/* @media screen and (min-width: 750px) {
    .predictive-search {
        border-top: none;
        width: calc(43% + .2rem) !important;
        transform: translate(65%) !important;
    }
} */
}