/** Shopify CDN: Minification failed

Line 114:0 Unexpected "}"

**/
.rz-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);
}

.rz-acceptance__label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  line-height: 1.45;
}

.rz-acceptance__checkbox {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  cursor: pointer;
}

.rz-acceptance__text {
  font-size: 14px;
}

.rz-acceptance__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rz-acceptance__message {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
}

.rz-acceptance__message:empty {
  display: none;
}

.rz-acceptance__message[data-type="success"] {
  font-weight: 600;
}

.rz-acceptance__message[data-type="error"] {
  font-weight: 600;
}

.rz-checkout-disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}
@media screen and (max-width: 749px) {
    .rz-acceptance {
        margin: 10px 0;
            padding: 12px 14px;
              }

                .rz-acceptance__label {
                    position: relative !important;
                        display: block !important;
                            width: 100% !important;
                                min-height: 20px;
                                    padding: 0 0 0 30px !important;
                                        margin: 0 !important;
                                            line-height: 1.3 !important;
                                                text-align: left !important;
                                                  }

                                                    .rz-acceptance__checkbox {
                                                        position: absolute !important;
                                                            top: 1px !important;
                                                                left: 0 !important;

                                                                    width: 18px !important;
                                                                        height: 18px !important;
                                                                            min-width: 18px !important;

                                                                                margin: 0 !important;
                                                                                    padding: 0 !important;

                                                                                        transform: none !important;
                                                                                            float: none !important;
                                                                                              }

                                                                                                .rz-acceptance__text {
                                                                                                    display: block !important;
                                                                                                        width: 100% !important;
                                                                                                            margin: 0 !important;
                                                                                                                padding: 0 !important;

                                                                                                                    font-size: 11px !important;
                                                                                                                        line-height: 1.3 !important;
                                                                                                                            text-align: left !important;
                                                                                                                              }

                                                                                                                                .rz-acceptance__message {
                                                                                                                                    margin: 7px 0 0 30px !important;
                                                                                                                                        padding: 0 !important;

                                                                                                                                            font-size: 10px !important;
                                                                                                                                                line-height: 1.2 !important;
                                                                                                                                                    text-align: left !important;
                                                                                                                                                      }
                                                                                                                                                      }
}