body.wrb-cg-flow-active .woocommerce-cart-form,
body.wrb-cg-flow-active .cart-collaterals,
body.wrb-cg-flow-active .cross-sells {
  display: none !important;
}

body.wrb-cg-flow-active .wrb-woo-page .woocommerce > .wrb-cg-builder {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

body.wrb-cg-flow-active .wrb-cg-builder {
  margin: 0 0 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1e1b18;
  font-family: "EB Garamond", serif;
}

body.wrb-cg-flow-active .wrb-cg-builder * {
  box-sizing: border-box;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.wrb-cg-flow-active .wrb-cg-builder *:focus {
  outline: none !important;
  box-shadow: none !important;
}

body.wrb-cg-flow-active .wrb-cg-builder__header {
  margin: 0 0 16px;
}

body.wrb-cg-flow-active .wrb-cg-builder__title {
  margin: 0;
  font-family: Knockout, sans-serif;
  font-size: clamp(30px, 2.2vw, 38px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5c3428;
  font-weight: 400;
}

body.wrb-cg-flow-active .wrb-cg-builder__panel,
body.wrb-cg-flow-active .wrb-cg-sidebar-cart,
body.wrb-cg-flow-active .wrb-cg-ux__empty {
  border: 1px solid #d9d3c0;
  border-radius: 0;
  background: transparent;
  margin-top: 20px;
}

body.wrb-cg-flow-active .wrb-cg-ux__empty p + button {
  margin: 20px 0;
}

body.wrb-cg-flow-active .wrb-cg-builder__panel {
  padding: 18px;
}

body.wrb-cg-flow-active .wrb-cg-builder__actions--primary {
  margin-top: 12px;
}

body.wrb-cg-flow-active .wrb-cg-ux {
  gap: 14px;
}

body.wrb-cg-flow-active .wrb-cg-ux__intro h3,
body.wrb-cg-flow-active .wrb-cg-ux__messaging h4,
body.wrb-cg-flow-active .wrb-cg-builder__panel h4,
body.wrb-cg-flow-active .wrb-cg-summary-header h4,
body.wrb-cg-flow-active .wrb-cg-sidebar-cart h5 {
  margin: 0 0 8px;
  font-family: "EB Garamond", serif;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1;
  color: #4b3128;
  font-weight: 400;
}

body.wrb-cg-flow-active .wrb-cg-builder__panel h4,
body.wrb-cg-flow-active .wrb-cg-summary-header h4 {
  font-size: clamp(24px, 2vw, 36px);
}

body.wrb-cg-flow-active .wrb-cg-sidebar-cart h5 {
  font-size: clamp(20px, 1.6vw, 28px);
}

body.wrb-cg-flow-active .wrb-cg-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  justify-content: flex-start;
}

body.wrb-cg-flow-active .wrb-cg-section-heading__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #5c3428;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  flex: 0 0 auto;
}

body.wrb-cg-flow-active .wrb-cg-section-heading__text {
  min-width: 0;
}

body.wrb-cg-flow-active #wrb-cg-group-products-form > .wrb-cg-builder__field {
  margin-top: 0;
  padding-top: 0;
}

body.wrb-cg-flow-active
  #wrb-cg-group-products-form
  > .wrb-cg-builder__field
  > .wrb-cg-product-checklist__filters {
  position: static !important;
  inset: auto !important;
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 360px;
  margin: 0 0 12px !important;
}

body.wrb-cg-flow-active #wrb-cg-group-products-form > .wrb-cg-builder__helper {
  display: block;
  clear: both;
  margin-bottom: 16px;
}

body.wrb-cg-flow-active .wrb-cg-ux__intro p,
body.wrb-cg-flow-active .wrb-cg-builder p,
body.wrb-cg-flow-active .wrb-cg-message-mode-note,
body.wrb-cg-flow-active .wrb-cg-builder__helper {
  color: #1e1b18;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

body.wrb-cg-flow-active .wrb-cg-builder label,
body.wrb-cg-flow-active .wrb-cg-builder th,
body.wrb-cg-flow-active .wrb-cg-builder td {
  color: #1e1b18;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

body.wrb-cg-flow-active .wrb-cg-builder input[type="text"],
body.wrb-cg-flow-active .wrb-cg-builder input[type="email"],
body.wrb-cg-flow-active .wrb-cg-builder input[type="tel"],
body.wrb-cg-flow-active .wrb-cg-builder input[type="number"],
body.wrb-cg-flow-active .wrb-cg-builder select,
body.wrb-cg-flow-active .wrb-cg-builder textarea {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid #1e1b18;
  border-radius: 0;
  background: transparent;
  color: #1e1b18;
  box-shadow: none;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

body.wrb-cg-flow-active .wrb-cg-builder textarea {
  min-height: 136px;
  resize: vertical;
}

body.wrb-cg-flow-active .wrb-cg-builder input:focus,
body.wrb-cg-flow-active .wrb-cg-builder select:focus,
body.wrb-cg-flow-active .wrb-cg-builder textarea:focus {
  outline: none;
  border-color: #5c3428;
  box-shadow: none !important;
}

body.wrb-cg-flow-active .wrb-cg-builder input[type="checkbox"],
body.wrb-cg-flow-active .wrb-cg-builder input[type="radio"] {
  accent-color: #bb4a26;
}

body.wrb-cg-flow-active .wrb-cg-builder .button:not(.secondary-action),
body.wrb-cg-flow-active .wrb-cg-builder a.button,
body.wrb-cg-flow-active
  .wrb-cg-builder
  button:not(.wrb-cg-product-checklist__qty-btn):not(
    .wrb-cg-product-checklist__remove-btn
  ):not(.wrb-cg-table-remove):not(.wrb-cg-modal__close):not(.secondary-action) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 17px;
  border: 1px solid #5c3428;
  border-radius: 0;
  background: #5c3428;
  color: #fff !important;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: ease-in 0.3s all;
  font-family: "EB Garamond", serif;
  font-size: 12px;
}

.wrb-cg-section-heading form .button {
  background: transparent !important;
  color: #5c3428 !important;
  border: transparent;
  padding: 5px;
  transition: ease all 0.5s;
}

.button.secondary-action:hover {
  background: #fff !important;
}

body.wrb-cg-flow-active .wrb-cg-builder .button::before,
body.wrb-cg-flow-active .wrb-cg-builder a.button::before,
body.wrb-cg-flow-active
  .wrb-cg-builder
  button:not(.wrb-cg-product-checklist__qty-btn):not(
    .wrb-cg-product-checklist__remove-btn
  ):not(.wrb-cg-table-remove):not(.wrb-cg-modal__close)::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  z-index: -1;
  transition: ease-in all 0.2s;
}

body.wrb-cg-flow-active .wrb-cg-builder .button:hover,
body.wrb-cg-flow-active .wrb-cg-builder .button:focus,
body.wrb-cg-flow-active .wrb-cg-builder a.button:hover,
body.wrb-cg-flow-active .wrb-cg-builder a.button:focus,
body.wrb-cg-flow-active
  .wrb-cg-builder
  button:not(.wrb-cg-product-checklist__qty-btn):not(
    .wrb-cg-product-checklist__remove-btn
  ):not(.wrb-cg-table-remove):not(.wrb-cg-modal__close):hover,
body.wrb-cg-flow-active
  .wrb-cg-builder
  button:not(.wrb-cg-product-checklist__qty-btn):not(
    .wrb-cg-product-checklist__remove-btn
  ):not(.wrb-cg-table-remove):not(.wrb-cg-modal__close):focus {
  color: #5c3428 !important;
  border-color: #5c3428;
  background: #5c3428;
  box-shadow: none !important;
  outline: none;
}

body.wrb-cg-flow-active .wrb-cg-builder .button:hover::before,
body.wrb-cg-flow-active .wrb-cg-builder .button:focus::before,
body.wrb-cg-flow-active .wrb-cg-builder a.button:hover::before,
body.wrb-cg-flow-active .wrb-cg-builder a.button:focus::before,
body.wrb-cg-flow-active
  .wrb-cg-builder
  button:not(.wrb-cg-product-checklist__qty-btn):not(
    .wrb-cg-product-checklist__remove-btn
  ):not(.wrb-cg-table-remove):not(.wrb-cg-modal__close):hover::before,
body.wrb-cg-flow-active
  .wrb-cg-builder
  button:not(.wrb-cg-product-checklist__qty-btn):not(
    .wrb-cg-product-checklist__remove-btn
  ):not(.wrb-cg-table-remove):not(.wrb-cg-modal__close):focus::before {
  top: 0;
}

body.wrb-cg-flow-active .wrb-cg-builder .button.button-primary,
body.wrb-cg-flow-active .wrb-cg-builder button.button-primary,
body.wrb-cg-flow-active .wrb-cg-builder a.button.button-primary {
  border-color: #5c3428;
  color: #fff;
}

body.wrb-cg-flow-active .wrb-cg-builder .button.button-primary:hover,
body.wrb-cg-flow-active .wrb-cg-builder .button.button-primary:focus,
body.wrb-cg-flow-active .wrb-cg-builder button.button-primary:hover,
body.wrb-cg-flow-active .wrb-cg-builder button.button-primary:focus,
body.wrb-cg-flow-active .wrb-cg-builder a.button.button-primary:hover,
body.wrb-cg-flow-active .wrb-cg-builder a.button.button-primary:focus {
  color: #5c3428 !important;
}

body.wrb-cg-flow-active .wrb-cg-ux__message-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #d9d3c0;
  border-radius: 0;
  background: transparent;
}

body.wrb-cg-flow-active .wrb-cg-ux__message-options label.is-active {
  border-color: #8d6a58;
  background: #f2ede4;
  box-shadow: none;
}

body.wrb-cg-flow-active .wrb-cg-ux__message-options input[type="radio"] {
  margin: 0 8px 0 0;
}

body.wrb-cg-flow-active .wrb-cg-summary-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

body.wrb-cg-flow-active .wrb-cg-summary-progress__item {
  padding: 10px 12px;
  border: 1px solid #d9d3c0;
  background: #f7f2ea;
}

body.wrb-cg-flow-active .wrb-cg-summary-progress__label {
  display: block;
  margin-bottom: 4px;
  color: #7b614f;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.wrb-cg-flow-active .wrb-cg-summary-progress__value {
  color: #3f2a22;
  font-size: 1.05rem;
  font-weight: 700;
}

body.wrb-cg-flow-active .wrb-cg-product-checklist {
  border: 1px solid #d9d3c0;
  border-radius: 0;
  background: transparent;
}

body.wrb-cg-flow-active .wrb-cg-product-checklist__item {
  border: 1px solid #d9d3c0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.wrb-cg-flow-active .wrb-cg-product-checklist__item:hover,
body.wrb-cg-flow-active .wrb-cg-product-checklist__item.is-selected {
  border-color: #8d6a58;
  background: #f5efe4;
  box-shadow: none;
}

body.wrb-cg-flow-active .wrb-cg-product-checklist__name,
body.wrb-cg-flow-active .wrb-cg-product-checklist__price {
  color: #1e1b18;
  font-size: 17px;
  font-weight: 400;
}

body.wrb-cg-flow-active .wrb-cg-product-checklist__qty {
  border: 1px solid #c8bea9;
  border-radius: 0;
  background: transparent;
}

body.wrb-cg-flow-active .wrb-cg-product-checklist__qty-btn,
body.wrb-cg-flow-active .wrb-cg-product-checklist__remove-btn {
  background: transparent;
  color: #5c3428;
  min-height: 30px;
  padding: 0;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
}

body.wrb-cg-flow-active .wrb-cg-product-checklist__qty-btn:hover,
body.wrb-cg-flow-active .wrb-cg-product-checklist__remove-btn:hover {
  background: #f2ede4;
}

body.wrb-cg-flow-active .wrb-cg-pill {
  background: #f2ede4;
  border: 1px solid #d4c6aa;
  border-radius: 0;
  color: #5c3428;
}

body.wrb-cg-flow-active .wrb-cg-builder__preview-table th,
body.wrb-cg-flow-active .wrb-cg-builder__preview-table td {
  border: 1px solid #d9d3c0;
}

body.wrb-cg-flow-active .wrb-cg-table-remove {
  border: 1px solid #8d6a58;
  border-radius: 0;
  background: transparent;
  color: #5c3428;
  min-height: 34px;
  padding: 0;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  line-height: 1;
  text-transform: none;
}

body.wrb-cg-flow-active .wrb-cg-table-remove:hover,
body.wrb-cg-flow-active .wrb-cg-table-remove:focus {
  background: #5c3428;
  color: #fff;
}

body.wrb-cg-flow-active .wrb-cg-summary-header {
  align-items: flex-start;
}

body.wrb-cg-flow-active .wrb-cg-ux__content {
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 16px;
}

body.wrb-cg-flow-active .wrb-cg-sidebar-cart {
  background: transparent;
}

body.wrb-cg-flow-active .wrb-cg-sidebar-cart li {
  border-bottom: 1px solid #d9d3c0;
}

body.wrb-cg-flow-active .wrb-cg-ux__count,
body.wrb-cg-flow-active .wrb-cg-ux__search {
  border: 1px solid #1e1b18;
  border-radius: 0;
  background: transparent;
  color: #1e1b18;
  min-height: 48px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
}

body.wrb-cg-flow-active .wrb-cg-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10000;
}

body.wrb-cg-flow-active .wrb-cg-modal.is-open {
  display: block;
}

body.wrb-cg-flow-active .wrb-cg-modal__backdrop {
  position: absolute;
  inset: 0;
}

body.wrb-cg-flow-active .wrb-cg-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  max-height: 88vh;
  overflow: auto;
  margin: 5vh auto;
  padding: 18px;
  border: 1px solid #d9d3c0;
  border-radius: 0;
}

body.wrb-cg-flow-active .wrb-cg-modal__close {
  border: 0;
  background: transparent;
  color: #5c3428;
  cursor: pointer;
}

body.wrb-cg-flow-active td .button + form {
  margin-top: 10px;
}

@media (max-width: 992px) {
  body.wrb-cg-flow-active .wrb-cg-ux__content {
    grid-template-columns: 1fr;
  }

  body.wrb-cg-flow-active .wrb-cg-ux__sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  body.wrb-cg-flow-active .wrb-cg-builder__title {
    font-size: 28px;
  }

  body.wrb-cg-flow-active .wrb-cg-ux__intro h3 {
    font-size: 32px;
  }

  body.wrb-cg-flow-active .wrb-cg-builder__panel h4,
  body.wrb-cg-flow-active .wrb-cg-summary-header h4 {
    font-size: 26px;
  }

  body.wrb-cg-flow-active .wrb-cg-builder input[type="text"],
  body.wrb-cg-flow-active .wrb-cg-builder input[type="email"],
  body.wrb-cg-flow-active .wrb-cg-builder input[type="tel"],
  body.wrb-cg-flow-active .wrb-cg-builder input[type="number"],
  body.wrb-cg-flow-active .wrb-cg-builder select,
  body.wrb-cg-flow-active .wrb-cg-builder textarea {
    font-size: 18px;
  }

  body.wrb-cg-flow-active .wrb-cg-builder .button,
  body.wrb-cg-flow-active .wrb-cg-builder a.button,
  body.wrb-cg-flow-active
    .wrb-cg-builder
    button:not(.wrb-cg-product-checklist__qty-btn):not(
      .wrb-cg-product-checklist__remove-btn
    ):not(.wrb-cg-table-remove):not(.wrb-cg-modal__close) {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }

  body.wrb-cg-flow-active .wrb-cg-ux__toolbar-actions {
    margin-left: 0;
  }

  body.wrb-cg-flow-active .wrb-cg-individual-modal__grid,
  body.wrb-cg-flow-active .wrb-cg-modal-split {
    grid-template-columns: 1fr;
  }
}
