/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_postcss@8.5.6_typescript@5.9.3_webpack@5.103.0/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/svg-transform-loader@2.0.13/node_modules/svg-transform-loader/encode-query.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.94.2_webpack@5.103.0/node_modules/sass-loader/dist/cjs.js!./sources/scss/admin/checkout-editor.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body.cfw-checkout-editor-page #wpadminbar,
body.cfw-checkout-editor-page #adminmenumain,
body.cfw-checkout-editor-page #adminmenuwrap,
body.cfw-checkout-editor-page #wpfooter {
  display: none !important;
}
body.cfw-checkout-editor-page #wpcontent {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
body.cfw-checkout-editor-page .cfw-admin-notices-container {
  display: none;
}

.cfw-editor {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
.cfw-editor__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  min-height: 56px;
  padding: 0 16px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 100;
}
.cfw-editor__header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cfw-editor__header-center {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cfw-editor__header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cfw-editor__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  border-radius: 6px;
  cursor: pointer;
  color: #6b7280;
  transition: background-color 0.15s, color 0.15s;
}
.cfw-editor__close-btn:hover {
  background-color: #f3f4f6;
  color: #111827;
}
.cfw-editor__close-btn svg {
  width: 20px;
  height: 20px;
}
.cfw-editor__title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.cfw-editor__unsaved {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #ea580c;
}
.cfw-editor__unsaved-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ea580c;
}
.cfw-editor__device-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  background: #f3f4f6;
  border-radius: 8px;
}
.cfw-editor__device-toggle button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  border-radius: 6px;
  cursor: pointer;
  color: #6b7280;
  transition: background-color 0.15s, color 0.15s;
}
.cfw-editor__device-toggle button:hover {
  color: #374151;
}
.cfw-editor__device-toggle button.active {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.cfw-editor__device-toggle button svg {
  width: 18px;
  height: 18px;
}
.cfw-editor__save-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: none;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #2563eb;
  cursor: pointer;
  transition: background-color 0.15s, opacity 0.15s;
}
.cfw-editor__save-btn:hover:not(:disabled) {
  background: #1d4ed8;
}
.cfw-editor__save-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cfw-editor__body {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.cfw-editor__sidebar {
  width: 360px;
  min-width: 360px;
  background: #fff;
  border-right: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cfw-editor__sidebar-tabs {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 16px;
}
.cfw-editor__sidebar-tabs button {
  flex: 1;
  padding: 12px 0;
  border: none;
  background: none;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.cfw-editor__sidebar-tabs button:hover {
  color: #374151;
}
.cfw-editor__sidebar-tabs button.active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}
.cfw-editor__sidebar-search {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
}
.cfw-editor__sidebar-search input {
  display: block;
  width: 100%;
  padding: 8px 12px 8px 32px;
  font-size: 13px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #f9fafb;
  outline: none;
  transition: border-color 0.15s;
}
.cfw-editor__sidebar-search input:focus {
  border-color: #2563eb;
}
.cfw-editor__sidebar-search .search-icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #9ca3af;
  pointer-events: none;
}
.cfw-editor__sidebar-content {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.cfw-editor__preview {
  flex: 1;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.cfw-editor__preview-frame {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: width 0.3s ease;
  height: 100%;
  position: relative;
}
.cfw-editor__preview iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.cfw-editor__preview-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.cfw-editor__preview-no-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 32px;
  text-align: center;
  color: #6b7280;
}
.cfw-editor__preview-no-products svg {
  width: 48px;
  height: 48px;
  color: #d1d5db;
}
.cfw-editor__preview-no-products p {
  font-size: 14px;
  margin: 0;
}

.cfw-editor-section {
  border-bottom: 1px solid #e5e7eb;
}
.cfw-editor-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: background-color 0.15s;
}
.cfw-editor-section__header:hover {
  background-color: #f9fafb;
}
.cfw-editor-section__header h3 {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.cfw-editor-section__header svg {
  width: 16px;
  height: 16px;
  color: #9ca3af;
  transition: transform 0.2s;
}
.cfw-editor-section__header.open svg {
  transform: rotate(180deg);
}
.cfw-editor-section__body {
  padding: 0 16px 16px;
}
.cfw-editor-section__body .cfw-admin-field-container {
  margin-bottom: 12px;
}
.cfw-editor-section__body .cfw-admin-field-container:last-child {
  margin-bottom: 0;
}
.cfw-editor-section__body .cfw-admin-field-container.mb-4.w-min {
  width: 100% !important;
}
.cfw-editor-section__body .md\:grid {
  display: block !important;
}
.cfw-editor-section__body .md\:col-span-1 {
  display: none;
}
.cfw-editor-section__body .md\:col-span-2 {
  margin-top: 0;
}

.cfw-editor-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: cfw-editor-spin 0.8s linear infinite;
}

@keyframes cfw-editor-spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=admin-checkout-editor-styles.css.map*/