/* Woocommerce  B27 新增样式*/
.b27_antom_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.b27_antom_container + .submit {
  position: relative;
  margin-left: calc((100% - 1280px) / 2);
}
.b27_antom_wrapper {
  display: flex;
  width: 1280px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
/* showcase */
.b27_antom_showcase {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 8px;
  background: #f0f0f1;
}

.b27_antom_showcase_title {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.b27_antom_showcase_title > div {
  display: flex;
  width: 689.5px;
  align-items: center;
  gap: 8px;
}

.b27_antom_h1 {
  color: #000;

  /* Headings/fontSizeHeading3 */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.b27_antom_Inactive_tag {
  display: flex;
  padding: var(---paddingXXS, 4px) var(---paddingXS, 8px);
  align-items: center;
  gap: var(---marginXXS, 4px);
  border-radius: var(---borderRadiusSM, 6px);
  background: var(---colorFill, #d9dee8);
}

.b27_antom_Inactive_tag > span {
  color: var(---colorTextSecondary, rgba(4, 15, 36, 0.65));

  /* fontSizeSM/Semibold */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.b27_antom_active_tag {
  display: flex;
  padding: var(---paddingXXS, 4px) var(---paddingXS, 8px);
  align-items: center;
  gap: var(---marginXXS, 4px);
  border-radius: var(---borderRadiusSM, 6px);
  background: #daffe0;

  span {
    color: var(---colorTextSecondary, #144722);

    /* fontSizeSM/Semibold */

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
  }
}

.b27_antom_showcase_content {
  color: rgba(4, 15, 36, 0.85);
  /* fontSize/regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
/* core Settings */
.b27_antom_core_settings {
  display: flex;
  padding: 24px 24px 5px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
}
.b27_antom_h2 {
  color: #000;
  align-self: stretch;
  /* Headings/fontSizeHeading4 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}
/* payment_methods */
.b27_antom_payment_methods {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.b27_antom_payment_methods_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.b27_antom_payment_methods_list > .b27_antom_payment_methods_list_title {
  display: flex;
  padding: 22px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-right: 1px solid #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
  border-left: 1px solid #f0f0f1;
  background: #fff;
}
.b27_antom_payment_methods_list_title > p {
  display: flex;
  width: 279.646px;
  align-items: center;
  gap: var(---paddingSM, 12px);
  margin: 0;
}
.b27_antom_payment_methods_list span {
  color: #000;
  /* Headings/fontSizeHeading4 */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}

.b27_antom_payment_methods_item {
  display: flex;
  padding: 22px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-right: 1px solid #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
  border-left: 1px solid #f0f0f1;
  background: #fff;
}
.b27_antom_brand {
  display: flex;
  align-items: center;
  gap: var(---paddingSM, 12px);
}
.b27_antom_icon_img {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(---borderRadiusSM, 6px);
  border: 1px solid #f0f2f6;
  background: #fff;
  box-sizing: border-box;
}
.b27_antom_brand span {
  color: #1d2327;

  /* fontSizeXL/regular */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.b27_antom_support {
  display: flex;
  padding: var(---paddingXXS, 4px) var(---paddingXS, 8px);
  align-items: center;
  gap: var(---marginXXS, 4px);

  border-radius: var(---borderRadiusSM, 6px);
  background: var(---colorFillSecondary, #f0f2f6);

  color: var(---colorTextSecondary, rgba(4, 15, 36, 0.55));

  /* fontSizeSM/Semibold */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.b27_antom_switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 32px;
  vertical-align: middle;
}

.b27_antom_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.b27_antom_switch .b27_antom_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a4a9ad;
  transition: 0.4s;
  border-radius: 16px;
  cursor: pointer;
}

.b27_antom_switch .b27_antom_slider:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.b27_antom_switch input:checked + .b27_antom_slider {
  background-color: #007cba;
}

.b27_antom_switch input:checked + .b27_antom_slider:before {
  transform: translateX(24px);
}

/* 弹框样式 */
.swal_antom_popup {
  border-radius: var(---borderRadiusXL, 24px);
  background: var(---colorBgElevated, #fff);
  overflow: hidden;

  /* boxShadow */
  box-shadow:
    0 3px 6px -4px var(---12, rgba(4, 15, 36, 0.12)),
    0 6px 16px 0 var(---8, rgba(4, 15, 36, 0.08));
}
.swal_antom_title {
  padding: var(---paddingMD, 20px) var(---paddingLG, 24px);
  color: var(---colorText, rgba(4, 15, 36, 0.85));
  text-align: start;
  background: var(---colorFillTertiary, #f5f6f9);

  /* Headings/fontSizeHeading5 */
  // font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.swal_antom_htmlContainer {
  display: flex !important;
  padding: var(---paddingMD, 20px) var(---paddingLG, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.b27_antom_swal_content_text {
  color: var(---colorText, rgba(4, 15, 36, 0.85));
  align-self: stretch;
  /* fontSizeLG/regular */
  // font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-align: start;
  margin: 0;
}
.b27_antom_swal_content_payment_list {
  display: flex;
  padding: var(---padding, 16px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(---paddingXS, 8px);
  align-self: stretch;
  border-radius: var(---borderRadiusLG, 12px);
  background: var(---colorFillTertiary, #f5f6f9);
}
.b27_antom_swal_content_h1 {
  color: var(---colorText, rgba(4, 15, 36, 0.85));

  /* fontSizeLG/regular */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.b27_antom_swal_content_ul {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px var(---padding, 16px);
  align-self: stretch;
  flex-wrap: wrap;
}
.b27_antom_swal_content_footer {
  display: flex;
  padding: var(---paddingMD, 20px) var(---paddingLG, 24px);
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  padding: 0;
  margin: 0;
}
.b27_antom_swal_action_button {
  display: flex;
  padding: 0 var(---padding, 16px);
  justify-content: center;
  align-items: center;
  border-radius: var(---borderRadiusSM, 6px);
  background: var(---accentPrimary, #0a22aa);
  cursor: pointer;
  border-width: 0;
}
.b27_antom_swal_action_button > div {
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
}
.b27_antom_swal_action_button span {
  color: var(--color-text-primary, #fff);
  text-align: center;

  /* fontSize/Semibold */
  // font-family: 'Lato';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 157.143% */
}
.swal_antom_footer {
  margin: 0;
}
.swal_antom_closeButton {
  position: relative;
  right: 24px;
  top: 20px;
  scale: 1.5;
  font-weight: 200;
  font-size: 16px;
}
/* 提示栏样式 */
.b27_antom_tooltip {
  display: flex;
  padding: 12px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(---paddingSM, 12px);
  align-self: stretch;

  border-radius: 8px;
  border: 1px solid #c2dcf0;
  background: #e8f4fd;

  div {
    color: #000;
    /* fontSize/regular */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */

    align-self: stretch;
  }
}
