/** Shopify CDN: Minification failed

Line 98:0 Unexpected "}"

**/
.wd-acceptance {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.025);
}

.wd-acceptance__item + .wd-acceptance__item {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.wd-acceptance__label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  line-height: 1.45;
}

.wd-acceptance__checkbox {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  cursor: pointer;
}

.wd-acceptance__text {
  font-size: 14px;
}

.wd-acceptance__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wd-acceptance__message {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.35;
}

.wd-acceptance__message:empty {
  display: none;
}

.wd-acceptance__message[data-type="success"],
.wd-acceptance__message[data-type="error"] {
  font-weight: 600;
}

.wd-checkout-disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}
@media screen and (max-width: 749px) {
    .wd-acceptance {
        margin: 10px 0;
            padding: 10px 12px;
              }

                .wd-acceptance__item + .wd-acceptance__item {
                    margin-top: 8px;
                        padding-top: 8px;
                          }

                            .wd-acceptance__label {
                                gap: 8px;
                                    line-height: 1.25;
                                      }

                                        .wd-acceptance__text {
                                            font-size: 10px;
                                                line-height: 1.3;
                                                  }

                                                    .wd-acceptance__checkbox {
                                                        width: 16px;
                                                            height: 16px;
                                                                min-width: 16px;
                                                                    margin-top: 1px;
                                                                      }

                                                                        .wd-acceptance__message {
                                                                            margin-top: 6px;
                                                                                font-size: 10px;
                                                                                    line-height: 1.2;
                                                                                      }
                                                                                      } 
}
                  
