.thank-you-order h2 {
  color: #0b0a0a;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  max-width: 565px;
  margin: 0 auto;
  padding-top: 0 !important;
  padding-bottom: 3rem !important;
}

.thank-you-order-items {
  display: flex;
  margin: 0;
  list-style-type: none;
  gap: 1rem;
  flex-wrap: wrap;
}

.thank-you-order-items .thank-you-order-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  flex-basis: calc(25% - 0.75rem);
}

.thank-you-order-items .thank-you-order-item .thank-you-item-image a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thank-you-order-items .thank-you-order-item .thank-you-item-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: space-between;
}

.thank-you-order-items .thank-you-order-item .thank-you-item-details h3 {
  color: #0b0a0a;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.thank-you-order-items
  .thank-you-order-item
  .thank-you-item-details
  .thank-you-item-qty {
  color: #0b0a0a;
  font-weight: 400;
  font-size: 1.125rem;
}

.thank-you-order-email-notice {
  width: 100%;
  padding-top: 2.5rem;
}

.thank-you-order-email-notice .notice-text {
  color: #0b0a0a;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 591px;
  text-align: center;
  margin: 0 auto;
}

.thank-you-order .continue-shopping {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}

.thank-you-mobile-icon {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }

  .thank-you-mobile-icon {
    display: block;
    padding: 2.5rem 0;
  }

  .thank-you-mobile-icon svg {
    margin: 0 auto;
    display: block;
  }

  .thank-you-order h2 {
    padding-bottom: 1rem !important;
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    max-width: 240px;
  }

  .thank-you-order .thank-you-order-email-notice {
    padding-top: 0;
  }

  .thank-you-order-items {
    display: none;
  }
}
