.shop-order-form {
  width: min(100%, 960px);
  color: var(--ek-charcoal, #272d2d);
}

.shop-order-form.shop-order-form-embed,
.shop-order-inline .shop-order-form {
  width: 100%;
}

.shop-order-inline {
  width: min(100%, 960px);
}

.shop-order-inline-media {
  max-width: 100%;
}

.shop-order-inline-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border-radius: 0.5rem;
}

.shop-order-form .form-label {
  font-weight: 600;
}

.shop-order-form .shop-order-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.shop-order-form .shop-order-product {
  border-color: rgba(29, 91, 90, 0.25);
  background: var(--ek-cream, #f7f2ed);
}

.shop-order-form .form-control:focus,
.shop-order-form .form-select:focus,
.shop-order-form .form-check-input:focus {
  border-color: var(--ek-petrol, #1d5b5a);
  box-shadow: 0 0 0 0.2rem rgba(29, 91, 90, 0.2);
}

.shop-order-form .form-check-label a {
  color: var(--ek-petrol, #1d5b5a);
  text-decoration: underline;
}

.fancybox-content:has(.shop-order-form) {
  max-width: 1000px;
  width: calc(100% - 2rem);
}

@media (max-width: 575.98px) {
  .shop-order-form {
    padding: 0.25rem !important;
  }
}