:root {
    --pfds-blue: #1769ff;
    --pfds-blue-dark: #0b4fd8;
    --pfds-ink: #0d1528;
    --pfds-muted: #667085;
    --pfds-line: #dfe5ef;
    --pfds-soft: #f3f6fb;
    --pfds-white: #ffffff;
    --pfds-success: #087a55;
    --pfds-shadow: 0 18px 52px rgba(13, 21, 40, .14);
}

.single-product .nxd-customize-btn.pf-start-designing {
    width: 100%;
    min-height: 62px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0;
    padding: 10px 16px;
    color: var(--pfds-white);
    text-align: left;
    border: 1px solid var(--pfds-blue);
    border-radius: 10px;
    background: var(--pfds-blue);
    box-shadow: 0 10px 24px rgba(23, 105, 255, .20);
}

.single-product .nxd-customize-btn.pf-start-designing:hover,
.single-product .nxd-customize-btn.pf-start-designing:focus-visible {
    color: var(--pfds-white);
    border-color: var(--pfds-blue-dark);
    background: var(--pfds-blue-dark);
    transform: translateY(-1px);
}

.pf-start-designing__icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(255,255,255,.16);
}

.pf-start-designing__icon svg {
    width: 20px;
    height: 20px;
}

.pf-start-designing__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pf-start-designing__copy strong {
    color: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
}

.pf-start-designing__copy small {
    color: rgba(255,255,255,.78);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.pf-start-designing__arrow {
    font-size: 21px;
    line-height: 1;
}

.pf-design-entry-note {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 10px 0 0;
    color: #5c6678;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.3;
}

.pf-design-entry-note span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.pf-design-entry-note svg {
    width: 13px;
    height: 13px;
    color: var(--pfds-success);
}

body.nxd-designer-open {
    overflow: hidden !important;
}

#nxd-designer-overlay.pf-design-studio,
#nxd-designer-overlay.pf-design-studio * {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#nxd-designer-overlay.pf-design-studio [hidden] {
    display: none !important;
}

#nxd-designer-overlay.pf-design-studio {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    color: var(--pfds-ink);
    background: var(--pfds-soft);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.pf-design-studio .nxd-designer-wrap {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: none;
    display: grid;
    grid-template-rows: 72px minmax(0, 1fr) 76px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: var(--pfds-soft);
    box-shadow: none;
    overflow: hidden;
}

.pf-design-studio .nxd-designer-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 22px;
    min-width: 0;
    padding: 0 22px;
    color: var(--pfds-ink);
    background: var(--pfds-white);
    border-bottom: 1px solid var(--pfds-line);
}

.pf-design-studio .nxd-product-title {
    display: none !important;
}

.pf-design-studio .pf-studio-brand {
    grid-column: 1;
}

.pf-design-studio .pf-studio-context {
    grid-column: 2;
}

.pf-design-studio .nxd-surface-tabs {
    grid-column: 3;
}

.pf-design-studio .nxd-close-btn {
    grid-column: 4;
}

.pf-studio-brand {
    display: flex;
    align-items: baseline;
    gap: 9px;
    min-width: 0;
    white-space: nowrap;
}

.pf-studio-brand__mark {
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.02em;
}

.pf-studio-brand__label {
    color: var(--pfds-blue);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .14em;
}

.pf-studio-context {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pf-studio-eyebrow,
.pf-studio-rail-label {
    margin: 0;
    color: #7b8496;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .14em;
}

.pf-studio-product-name {
    max-width: 100%;
    margin-top: 4px;
    overflow: hidden;
    color: var(--pfds-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pf-design-studio .nxd-surface-tabs {
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--pfds-line);
    border-radius: 999px;
    background: var(--pfds-soft);
}

.pf-design-studio .nxd-surface-tab {
    min-height: 34px;
    padding: 7px 14px;
    color: #556074;
    border: 0;
    border-radius: 999px;
    background: transparent;
    font-size: 12px;
    font-weight: 750;
}

.pf-design-studio .nxd-surface-tab.is-active,
.pf-design-studio .nxd-surface-tab[aria-selected="true"] {
    color: var(--pfds-white);
    background: var(--pfds-ink);
}

.pf-design-studio .nxd-close-btn {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    color: var(--pfds-ink);
    border: 1px solid var(--pfds-line);
    border-radius: 50%;
    background: var(--pfds-white);
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

.pf-design-studio .nxd-close-btn:hover,
.pf-design-studio .nxd-close-btn:focus-visible {
    color: var(--pfds-white);
    border-color: var(--pfds-ink);
    background: var(--pfds-ink);
}

.pf-studio-progress {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 1000001;
    display: flex;
    align-items: center;
    gap: 0;
    width: min(410px, 38vw);
    margin: 0;
    padding: 0;
    pointer-events: none;
    transform: translateX(-50%);
    list-style: none;
}

.pf-studio-progress li {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #9aa3b2;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.pf-studio-progress li:not(:last-child)::after {
    content: "";
    height: 1px;
    flex: 1;
    margin-right: 8px;
    background: #d7ddea;
}

.pf-step-number {
    width: 24px;
    height: 24px;
    display: grid;
    flex: 0 0 24px;
    place-items: center;
    border: 1px solid #cbd3e0;
    border-radius: 50%;
    background: var(--pfds-white);
    font-size: 10px;
}

.pf-studio-progress .is-done,
.pf-studio-progress .is-active {
    color: var(--pfds-ink);
}

.pf-studio-progress .is-done .pf-step-number {
    color: var(--pfds-success);
    border-color: #a9dbc9;
    background: #eaf8f3;
}

.pf-studio-progress .is-active .pf-step-number {
    color: var(--pfds-white);
    border-color: var(--pfds-blue);
    background: var(--pfds-blue);
    box-shadow: 0 0 0 4px rgba(23, 105, 255, .10);
}

.pf-design-studio .nxd-designer-body {
    min-height: 0;
    display: grid;
    grid-template-columns: 112px minmax(420px, 1fr) 330px;
    overflow: hidden;
}

.pf-design-studio .nxd-sidebar {
    min-height: 0;
}

.pf-design-studio .nxd-tools-sidebar {
    width: auto;
    align-items: stretch;
    gap: 12px;
    padding: 20px 12px;
    overflow: auto;
    color: var(--pfds-ink);
    background: var(--pfds-white);
    border-right: 1px solid var(--pfds-line);
}

.pf-studio-rail-label {
    padding: 0 5px;
}

.pf-design-studio .nxd-tool-group {
    align-items: stretch;
    gap: 9px;
}

.pf-design-studio .nxd-tool-group + .nxd-tool-group {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid var(--pfds-line);
}

.pf-design-studio .nxd-tool-btn {
    width: 100%;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 5px;
    color: #344054;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.1;
    white-space: nowrap;
}

.pf-design-studio .nxd-tool-btn svg {
    width: 24px;
    height: 24px;
}

.pf-design-studio .nxd-tool-btn:hover,
.pf-design-studio .nxd-tool-btn:focus-visible,
.pf-design-studio .nxd-tool-btn.is-active {
    color: var(--pfds-blue);
    border-color: #c8d9ff;
    background: #eef4ff;
}

.pf-design-studio .nxd-canvas-container {
    min-width: 0;
    min-height: 0;
    background:
        linear-gradient(rgba(255,255,255,.74), rgba(255,255,255,.74)),
        radial-gradient(circle at 1px 1px, #bfc8d8 1px, transparent 1.2px);
    background-size: auto, 18px 18px;
}

.pf-design-studio .nxd-canvas-toolbar {
    min-height: 48px;
    gap: 4px;
    justify-content: center;
    padding: 7px 14px;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid var(--pfds-line);
    backdrop-filter: blur(10px);
}

.pf-design-studio .nxd-action-btn {
    width: 34px;
    height: 34px;
    color: #4a5568;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
}

.pf-design-studio .nxd-action-btn svg {
    width: 17px !important;
    height: 17px !important;
    display: block !important;
    fill: currentColor !important;
    stroke: currentColor;
}

.pf-design-studio .nxd-action-btn:not(.pf-inspector-toggle) svg {
    display: none !important;
}

.pf-design-studio .nxd-action-btn:not(.pf-inspector-toggle)::before {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.pf-design-studio #nxd-undo::before { content: "↶"; }
.pf-design-studio #nxd-redo::before { content: "↷"; }
.pf-design-studio #nxd-delete-obj::before { content: "⌫"; }
.pf-design-studio #nxd-duplicate-obj::before { content: "⧉"; }
.pf-design-studio #nxd-bring-forward::before { content: "↑"; }
.pf-design-studio #nxd-send-backward::before { content: "↓"; }
.pf-design-studio #nxd-align-left::before { content: "⇤"; }
.pf-design-studio #nxd-align-center-h::before { content: "↔"; }
.pf-design-studio #nxd-align-right::before { content: "⇥"; }

.pf-design-studio .nxd-action-btn:hover:not(:disabled),
.pf-design-studio .nxd-action-btn:focus-visible:not(:disabled) {
    color: var(--pfds-blue);
    border-color: #c8d9ff;
    background: #eef4ff;
}

.pf-design-studio .nxd-canvas-wrapper {
    min-height: 0;
    align-items: flex-start;
    padding: 28px;
    overflow: auto;
}

.pf-design-studio .canvas-container {
    border-radius: 14px;
    box-shadow: var(--pfds-shadow);
}

.pf-design-studio .nxd-canvas-wrapper .lower-canvas {
    border: 0;
    border-radius: 14px;
    background: var(--pfds-white);
    box-shadow: none;
}

.pf-design-studio .nxd-canvas-hint {
    max-width: 250px;
    padding: 18px;
    color: #4d596d;
    border: 1px solid rgba(205, 214, 229, .94);
    border-radius: 14px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 12px 36px rgba(13, 21, 40, .10);
}

.pf-design-studio .nxd-floating-panel {
    top: 58px;
    left: 20px;
    width: min(330px, calc(100% - 40px));
    max-height: calc(100% - 78px);
    padding: 18px;
    border: 1px solid var(--pfds-line);
    border-radius: 14px;
    box-shadow: var(--pfds-shadow);
}

.pf-design-studio .nxd-props-sidebar {
    width: auto;
    gap: 0;
    padding: 20px;
    overflow-y: auto;
    color: var(--pfds-ink);
    background: var(--pfds-white);
    border-left: 1px solid var(--pfds-line);
}

.pf-product-card {
    margin: 0 0 20px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--pfds-line);
}

.pf-product-card__heading,
.pf-product-card__row,
.pf-product-card__price-row,
.pf-product-card__quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pf-product-change {
    color: var(--pfds-blue);
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

.pf-product-change:hover,
.pf-product-change:focus-visible {
    color: var(--pfds-blue-dark);
    text-decoration: underline;
}

.pf-product-card__row {
    justify-content: flex-start;
    margin-top: 14px;
}

.pf-product-card__image {
    width: 64px;
    height: 64px;
    display: grid;
    flex: 0 0 64px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--pfds-line);
    border-radius: 12px;
    background: var(--pfds-soft);
}

.pf-product-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.pf-product-card__image svg {
    width: 32px;
    color: #667085;
}

.pf-product-card__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pf-product-card__copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--pfds-ink);
    font-size: 13px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pf-product-card__copy span,
.pf-product-card__note {
    color: var(--pfds-muted);
    font-size: 11px;
    line-height: 1.45;
}

.pf-product-card__price-row,
.pf-product-card__quantity {
    min-height: 44px;
    margin-top: 12px;
    color: #475467;
    font-size: 12px;
    font-weight: 650;
}

.pf-product-card__price-row {
    padding: 10px 0;
    border-top: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
}

.pf-product-card__price-row strong {
    color: var(--pfds-ink);
    font-size: 13px;
}

.pf-qty-controls {
    display: grid;
    grid-template-columns: 32px 38px 32px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--pfds-line);
    border-radius: 9px;
}

.pf-qty-controls button,
.pf-qty-controls output {
    width: 100%;
    height: 32px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    color: var(--pfds-ink);
    border: 0;
    background: var(--pfds-white);
    font-size: 14px;
    font-weight: 750;
}

.pf-qty-controls button:hover,
.pf-qty-controls button:focus-visible {
    color: var(--pfds-blue);
    background: #eef4ff;
}

.pf-product-card__note {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 9px;
    background: var(--pfds-soft);
}

.pf-design-studio .nxd-prop-hint {
    padding: 0;
    color: inherit;
}

.pf-design-studio .nxd-prop-hint > svg,
.pf-design-studio .nxd-prop-hint > p {
    display: none;
}

.pf-quick-start h3 {
    margin: 7px 0 7px;
    color: var(--pfds-ink);
    font-size: 22px;
    line-height: 1.15;
}

.pf-quick-start > p {
    margin: 0;
    color: var(--pfds-muted);
    font-size: 12px;
    line-height: 1.55;
}

.pf-quick-actions {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.pf-quick-action {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 13px;
    color: var(--pfds-ink);
    text-align: left;
    border: 1px solid var(--pfds-line);
    border-radius: 10px;
    background: var(--pfds-white);
}

.pf-quick-action:hover,
.pf-quick-action:focus-visible {
    color: var(--pfds-blue);
    border-color: #b9ceff;
    background: #f6f9ff;
}

.pf-quick-action__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pf-quick-action__copy strong {
    font-size: 12px;
}

.pf-quick-action__copy small {
    color: var(--pfds-muted);
    font-size: 10px;
}

.pf-quick-action__arrow {
    font-size: 18px;
}

.pf-design-studio .nxd-prop-heading {
    color: var(--pfds-ink);
    font-size: 18px;
    font-weight: 800;
}

.pf-design-studio .nxd-input,
.pf-design-studio .nxd-select,
.pf-design-studio input[type="number"],
.pf-design-studio input[type="search"],
.pf-design-studio input[type="text"] {
    min-height: 40px;
    border: 1px solid #cfd6e3;
    border-radius: 8px;
    background: var(--pfds-white);
    box-shadow: none;
}

.pf-design-studio .nxd-input:focus,
.pf-design-studio .nxd-select:focus,
.pf-design-studio input:focus {
    border-color: var(--pfds-blue);
    outline: 3px solid rgba(23, 105, 255, .12);
}

.pf-design-studio .nxd-designer-footer {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 22px;
    background: var(--pfds-white);
    border-top: 1px solid var(--pfds-line);
    box-shadow: 0 -8px 28px rgba(13, 21, 40, .05);
}

.pf-design-studio .nxd-footer-left,
.pf-design-studio .nxd-footer-right,
.pf-studio-footer-status {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pf-studio-footer-status > svg {
    width: 28px;
    height: 28px;
    padding: 6px;
    color: var(--pfds-success);
    border-radius: 50%;
    background: #eaf8f3;
}

.pf-studio-footer-status span {
    display: flex;
    flex-direction: column;
}

.pf-studio-footer-status strong {
    color: var(--pfds-ink);
    font-size: 12px;
    line-height: 1.25;
}

.pf-studio-footer-status small {
    color: var(--pfds-muted);
    font-size: 10px;
    line-height: 1.35;
}

.pf-design-studio .nxd-btn {
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.pf-design-studio .nxd-btn-ghost,
.pf-design-studio .nxd-btn-secondary {
    color: #39445a;
    border: 1px solid #cfd6e3;
    background: var(--pfds-white);
}

.pf-design-studio .nxd-btn-primary {
    min-width: 220px;
    color: var(--pfds-white);
    border: 1px solid var(--pfds-blue);
    background: var(--pfds-blue);
    box-shadow: 0 7px 18px rgba(23, 105, 255, .20);
}

.pf-design-studio .nxd-btn-primary:hover,
.pf-design-studio .nxd-btn-primary:focus-visible {
    border-color: var(--pfds-blue-dark);
    background: var(--pfds-blue-dark);
}

.pf-design-studio #nxd-add-to-cart svg {
    width: 18px;
    height: 18px;
    fill: none;
}

.pf-inspector-toggle,
.pf-inspector-close {
    display: none !important;
}

@media (max-width: 1180px) {
    .pf-studio-progress {
        display: none;
    }

    .pf-design-studio .nxd-designer-header {
        grid-template-columns: 220px minmax(0, 1fr) auto auto;
    }

    .pf-design-studio .nxd-designer-body {
        grid-template-columns: 94px minmax(360px, 1fr) 280px;
    }

    .pf-design-studio .nxd-tools-sidebar {
        padding-inline: 9px;
    }

    .pf-design-studio .nxd-tool-btn {
        min-height: 67px;
        font-size: 10px;
    }

    .pf-design-studio .nxd-props-sidebar {
        padding: 16px;
    }
}

@media (max-width: 820px) {
    .pf-design-studio .nxd-designer-wrap {
        grid-template-rows: 62px minmax(0, 1fr) 68px;
    }

    .pf-design-studio .nxd-designer-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 0 14px;
    }

    .pf-design-studio .pf-studio-brand {
        grid-column: 1;
        grid-row: 1;
    }

    .pf-design-studio .nxd-close-btn {
        grid-column: 2;
        grid-row: 1;
    }

    .pf-studio-brand {
        gap: 7px;
    }

    .pf-studio-brand__mark {
        font-size: 20px;
    }

    .pf-studio-brand__label {
        font-size: 8px;
    }

    .pf-studio-context,
    .pf-design-studio .nxd-surface-tabs {
        display: none;
    }

    .pf-design-studio .nxd-close-btn {
        width: 38px;
        height: 38px;
    }

    .pf-design-studio .nxd-designer-body {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) 82px;
    }

    .pf-design-studio .nxd-canvas-container {
        grid-row: 1;
    }

    .pf-design-studio .nxd-tools-sidebar {
        grid-row: 2;
        width: 100%;
        display: block;
        padding: 7px 8px;
        overflow-x: auto;
        overflow-y: hidden;
        border-top: 1px solid var(--pfds-line);
        border-right: 0;
    }

    .pf-design-studio .pf-studio-rail-label {
        display: none;
    }

    .pf-design-studio .nxd-tool-group {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 6px;
        width: max-content;
        min-width: 100%;
    }

    .pf-design-studio .nxd-tool-group + .nxd-tool-group {
        display: inline-flex;
        width: auto;
        margin: 0 0 0 4px;
        padding: 0 0 0 8px;
        border-top: 0;
        border-left: 1px solid var(--pfds-line);
    }

    .pf-design-studio .nxd-tool-btn {
        width: 72px;
        min-width: 72px;
        min-height: 66px;
        gap: 4px;
        padding: 6px 3px;
        font-size: 9px;
    }

    .pf-design-studio .nxd-tool-btn svg {
        width: 22px;
        height: 22px;
    }

    .pf-design-studio .nxd-canvas-toolbar {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .pf-design-studio .nxd-canvas-wrapper {
        padding: 18px 10px;
    }

    .pf-inspector-toggle {
        width: auto !important;
        display: inline-flex !important;
        align-items: center;
        gap: 5px;
        padding: 0 9px !important;
        font-size: 10px;
        font-weight: 750;
    }

    .pf-inspector-toggle svg {
        width: 16px;
        height: 16px;
    }

    .pf-design-studio .nxd-props-sidebar {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        max-height: min(72vh, 580px);
        display: flex;
        padding: 18px;
        border: 1px solid var(--pfds-line);
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -20px 50px rgba(13, 21, 40, .18);
        transform: translateY(105%);
        transition: transform .22s ease;
    }

    .pf-design-studio.pf-inspector-open .nxd-props-sidebar {
        transform: translateY(0);
    }

    .pf-inspector-close {
        display: inline-flex !important;
        align-self: flex-end;
        margin: 0 0 10px;
        padding: 7px 12px;
        color: var(--pfds-blue);
        border: 1px solid #c8d9ff;
        border-radius: 8px;
        background: #eef4ff;
        font-size: 11px;
        font-weight: 800;
    }

    .pf-product-card {
        display: none;
    }

    .pf-design-studio .nxd-designer-footer {
        padding: 9px 12px;
    }

    .pf-design-studio .nxd-footer-left > #nxd-clear-all,
    .pf-studio-footer-status {
        display: none;
    }

    .pf-design-studio .nxd-footer-right {
        width: 100%;
        justify-content: stretch;
    }

    .pf-design-studio .nxd-footer-right .nxd-btn-primary {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 420px) {
    .pf-design-studio .nxd-designer-wrap {
        height: 100dvh;
    }

    .pf-design-studio .nxd-designer-header {
        padding-inline: 12px;
    }

    .pf-design-studio .nxd-designer-body {
        grid-template-rows: minmax(0, 1fr) 76px;
    }

    .pf-design-studio .nxd-tools-sidebar {
        padding: 5px 6px;
    }

    .pf-design-studio .nxd-tool-btn {
        width: 66px;
        min-width: 66px;
        min-height: 62px;
    }

    .pf-design-studio .nxd-canvas-toolbar {
        min-height: 44px;
        padding: 5px 8px;
    }

    .pf-design-studio .nxd-action-btn {
        width: 32px;
        height: 32px;
    }

    .pf-design-studio .nxd-canvas-wrapper {
        padding: 12px 5px;
    }

    .pf-design-studio .nxd-btn {
        min-height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pf-design-studio .nxd-props-sidebar {
        transition: none;
    }
}
