/** Shopify CDN: Minification failed

Line 94:1 Expected "}" to go with "{"

**/
.product-form__input {
  max-width: none;
}

.p-product__custom__option__title {
  margin-bottom: .2rem;
}

.p-product__custom__option__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  /* max-width: 44rem; */
  max-width: none;
}

.p-product__custom__option__list--metafield {
  margin-bottom: 1.2rem;
}

.p-product__custom__option__list-item {
  text-align: center;
}

.p-product__custom__option__list-item__inner:hover,
.product-form__input .p-product__custom__option__list-item input[type=radio] + label:hover {
  color: #404040;
  border: 1px solid #333;
  background-color: #e9e9e9;
}

.p-product__custom__option__list-item__inner,
.product-form__input .p-product__custom__option__list-item input[type=radio] + label {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 9px 8px;
  font-size: 1.4rem;
  line-height: 1;
  color: #404040;
  border: 1px solid #999;
  border-radius: 6px;
  cursor: pointer;
  transition: .25s ease-out;
}

.p-product__custom__option__list-item__inner--active,
.p-product__custom__option__list-item__inner--active:hover,
.product-form__input .p-product__custom__option__list-item input[type=radio]:checked + label {
  /*color: #095342;
  background-color: rgba(76, 175, 80, .12);
  border: 1px solid #095342;*/
  color: #11134f;
  background-color: #11134f1c;
  border: 1px solid #11134f;

.product-form__input .p-product__custom__option__list-item input[type=radio].disabled + label {
  color: #333;
  border: 1px solid #333;
  background-color: #ccc;
}

.p-product__custom__option__list-item__input {
  /* display: none; */
}

.p-product__custom__option__list-item__name {
  
}

.p-product__custom__option__list-item__price {}

.p-product__button__value--rank__price span {
  display: inline-block;
}

.p-product__button__value--rank__price .p-products__button__value__compare-at-price {
  text-decoration: line-through;
}

.p-product__button__value--rank__price span:last-child {
  margin-left: 8px;
}

.product-form__input .p-product__custom__option__list-item input[type=radio].disabled + label span {
  text-decoration: line-through;
}