#snipcart {
  z-index: 200!important;
  position: fixed!important;
}

/* Primary buttons */
.snipcart__button--primary {
  background-color: var(--inpho-green);
  border-radius: 4px;
}

.snipcart__button--primary:hover {
  background-color: #949494;
}

/* Headers */
.snipcart__title,
.snipcart__subtitle {
  color: #0b3a5d;
}

/* Price text */
.snipcart__price,
.snipcart__price--highlight {
  color: #222;
}

/* Side cart container */
.snipcart-cart-summary {
  background-color: #556fa3;
}

/* Item rows */
.snipcart-item-line {
  border-bottom: 1px solid #ddd;
}

.snipcart-modal {
  background-color: rgba(73, 71, 71, 0.6);
}