.productGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  margin-bottom: 2em;
}
.productGroup header {
  flex: 0 0 100%;
}
.productGroup figure {
  flex: 0 1 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .productGroup figure {
    flex: 0 1 40%;
    order: 2;
  }
}
.productGroup figure img {
  width: 100%;
  margin-bottom: 2em;
  mix-blend-mode: darken;
}
.productGroup .inner {
  flex: 0 0 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .productGroup .inner {
    flex: 0 0 50%;
  }
}
.productGroup .inner form {
  padding: 0;
  width: 100%;
  display: block;
  flex: 0 0 100%;
  margin-bottom: 2em;
}
.productGroup .inner > .fieldset,
.productGroup .inner > header {
  width: 100%;
}
.productGroup .inner input[type=submit] {
  background: none;
  border: 2px solid #636362;
  color: #636362;
  padding: 0.75em 1.5em;
  font-family: "Source Sans Pro", Arial;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 2em;
  transition: box-shadow 0.3s ease-in-out, color 0.2s ease-in-out;
}
.productGroup .inner input[type=submit]:hover {
  box-shadow: inset 0 0 0 40px #636362;
  color: #fff;
}
.productGroup .fieldset {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  margin-bottom: 1.2em;
  font-size: 1em;
}
.productGroup .fieldset label {
  color: #8b8b8a;
  display: flex;
  justify-content: flex-start;
  flex: 1 1;
}
.productGroup .fieldset label div {
  flex: 0 1 auto;
}
.productGroup .fieldset input,
.productGroup .fieldset select {
  flex: 0 0 3em;
  max-width: 4em;
  padding: 0.2em;
  text-align: right;
  font-size: 1.1em;
  margin-right: 0.7em;
  align-self: flex-start;
}
.productGroup p {
  font-size: 1.8em;
  margin-bottom: 0.7em;
}
.productGroup .grid p {
  font-size: 1em;
}
.productGroup h3 + .fieldset {
  margin-bottom: 2em;
}
.productGroup h3 + .fieldset label {
  font-size: 1.5em;
}

.cartGrid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
}
.cartGrid header {
  flex: 0 0 100%;
}
.cartGrid .productGroup {
  flex: 0 1 48%;
  min-width: 600px;
  margin-top: 1.5em;
  background: #fafafa;
  padding: 3em 4em;
}
@media screen and (max-width: 768px) {
  .cartGrid .productGroup {
    flex: 0 1 100%;
    min-width: 100%;
  }
}
.cartGrid .inner {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 100%;
  gap: 1%;
}
.cartGrid .inner h2,
.cartGrid .inner h3 {
  flex: 0 0 100%;
  text-align: center;
}
.cartGrid .inner h2::after,
.cartGrid .inner h3::after {
  content: inherit;
}
.cartGrid .inner .fieldset form {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.cartGrid .inner .fieldset .item {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cartGrid .inner .fieldset .item {
    flex-direction: column;
  }
}
.cartGrid .inner .fieldset .item figure {
  flex: 0 0 200px;
  order: 0;
}
.cartGrid .inner .fieldset .item .text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0 2em;
}
.cartGrid .inner .fieldset .item .submit {
  display: flex;
}
@media screen and (min-width: 768px) {
  .cartGrid .inner .fieldset .item .submit {
    flex: 0 0 150px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.cartGrid .inner .fieldset .item .submit input {
  width: 100%;
  margin: 0;
  text-align: center;
}
.cartGrid .inner .fieldset .item .submit input[type=number] {
  width: 8ch;
  margin-left: auto;
  text-align: right;
  padding: 0.4em;
  font-size: 2.2em;
  margin-right: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .cartGrid .inner .fieldset .item .submit input[type=number] {
    margin-right: 0;
    font-size: 1.4em;
  }
}
.cartGrid .inner .fieldset .item .submit input[type=submit] {
  min-width: 170px;
}
.cartGrid .inner .fieldset .item .submit select {
  width: 8ch;
  margin-left: auto;
  text-align: right;
  padding: 0.4em;
  font-size: 2.2em;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .cartGrid .inner .fieldset .item .submit select {
    margin-right: 0;
    font-size: 1.4em;
    margin-bottom: 1em;
  }
}

/*# sourceMappingURL=marketingOrder.css.map */
