/** Shopify CDN: Minification failed

Line 67:1 Expected ")" to go with "("

**/
/*-----SECTION COLLECTION-----*/
.collection .grid.product-grid.contains-card {
  justify-content: center;
  align-items: flex-end;
  align-content: center;
}

.card-information .price {
  display: none;
}

.collection .grid.product-grid.contains-card.contains-card--product .grid__item {
  max-width: none;
}






/*-----HEADER-----*/
.header .header__icons .header__search .header__icon--search {
  display: none;
}

.header .header__icons .desktop-localization-wrapper {
  display: none;
}

.header-wrapper .header {
  padding-top: 0px;
}


/*-----PRODUCT PAGE-----*/
.product__info-wrapper .product__title h1 {
  font-size: 24px;
}

.product-form__submit.button {
  border: solid 1px rgba(var(--color-button);
}

.form .product-form__buttons .product-form__submit.button--secondary:after {
  content: "";
  display: none;
  box-shadow: none;
}

.product__info-wrapper .product__info-container .product__description p {
  margin: 4px 0px !important;
  font-size: 14px !important;
}


/*-----PASSWORD-----*/
#passwordContent {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}