.ebookSeller50Percent {
    width: 50%;
    float: left;
    min-width: 377px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.ebookSeller50Percent select {
    min-height: 150px;
    min-width: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
}
.ebook-admin-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ebook-admin-panel--workspace {
    gap: 28px;
}
.ebook-editor-hero {
    display: grid;
    grid-template-columns: 118px minmax(0, 1.5fr) minmax(220px, 0.7fr);
    gap: 18px;
    padding: 22px;
    border: 1px solid #d8e4ee;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(17, 94, 89, 0.12), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f5faf9 100%);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
}
.ebook-editor-hero__cover {
    display: grid;
    gap: 10px;
    align-self: start;
}
.ebook-editor-hero__cover-frame {
    display: grid;
    place-items: center;
    min-height: 152px;
    padding: 8px;
    border: 1px solid #dce5ee;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.ebook-editor-hero__cover-frame img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.ebook-editor-hero__cover-frame.is-empty {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.ebook-editor-hero__cover-placeholder {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7b8794;
}
.ebook-editor-hero__cover-meta {
    font-size: 12px;
    line-height: 1.5;
    color: #607080;
    word-break: break-word;
}
.ebook-editor-hero__content {
    min-width: 0;
}
.ebook-editor-hero__eyebrow {
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f5f8f;
}
.ebook-editor-hero__title {
    margin: 8px 0 10px;
    font-size: 28px;
    line-height: 1.12;
    color: #17212b;
}
.ebook-editor-hero__summary {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #5b6b78;
}
.ebook-editor-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.ebook-editor-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #d7e1ea;
    border-radius: 999px;
    background: #ffffff;
    color: #52606d;
    font-size: 12px;
    font-weight: 600;
}
.ebook-editor-badge strong {
    color: #17212b;
}
.ebook-editor-hero__side {
    display: grid;
    gap: 12px;
    align-self: start;
}
.ebook-editor-hero__stat {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid #dce5ee;
    border-radius: 18px;
    background: #ffffff;
}
.ebook-editor-hero__stat span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}
.ebook-editor-hero__stat strong {
    font-size: 20px;
    line-height: 1.2;
    color: #17212b;
}
.ebook-editor-hero__stat small {
    font-size: 12px;
    line-height: 1.55;
    color: #607080;
}
.ebook-editor-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.95fr);
    gap: 24px;
    align-items: start;
}
.ebook-editor-layout__main,
.ebook-editor-layout__sidebar {
    display: grid;
    gap: 24px;
}
.ebook-admin-panel__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.ebook-admin-panel__grid--primary {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.ebook-card {
    background: #fff;
    border: 1px solid #e0e5ec;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}
.ebook-card__header {
    padding: 24px 24px 8px;
}
.ebook-card__header h3 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #1d2327;
}
.ebook-card__header p {
    margin: 0;
    color: #555d66;
}
.ebook-card__body {
    padding: 16px 24px 24px;
    border-top: 1px solid #f0f0f1;
}
.ebook-card__body--flush {
    padding: 12px 24px 20px;
    border-top: 1px solid transparent;
}
.ebook-card__extension {
    margin: 16px 0;
    padding: 16px;
    background: #f6f7f7;
    border-radius: 12px;
}
.ebook-field-grid--tight {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 18px;
}
.ebook-format-tabs {
    margin-top: 16px;
}
.ebook-format-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}
.ebook-format-tabs__nav-item {
    border: 1px solid #dcdcde;
    border-radius: 14px;
    padding: 10px 14px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
}
.ebook-format-tabs__nav-item.is-active {
    border-color: #2271b1;
    box-shadow: 0 6px 18px rgba(19, 94, 150, 0.15);
    transform: translateY(-2px);
}
.ebook-format-tabs__nav-item.has-file .ebook-format-tab__status {
    color: #008a20;
}
.ebook-format-tab__icon img {
    width: 32px;
    height: 32px;
}
.ebook-format-tab__label {
    font-weight: 600;
    color: #1d2327;
}
.ebook-format-tab__status {
    margin-left: auto;
    color: #a7aaad;
    font-size: 18px;
}
.ebook-format-tab-panel {
    margin-bottom: 24px;
}
.ebook-format-tab-panel:not(.is-active) {
    display: none;
}
.ebook-card--delivery .ebook-field {
    margin-bottom: 16px;
}
.ebook-card--delivery .description,
.ebook-card--additional .description {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: #607080;
}
.ebook-delivery-options {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.ebook-delivery-option {
    display: block;
    position: relative;
}
.ebook-delivery-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.ebook-delivery-option__content {
    border: 1px solid #dcdcde;
    border-radius: 14px;
    padding: 16px 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ebook-delivery-option__title {
    font-weight: 600;
    color: #1d2327;
}
.ebook-delivery-option__description {
    color: #4f5b66;
    font-size: 13px;
}
.ebook-delivery-option input:checked + .ebook-delivery-option__content {
    border-color: #2271b1;
    box-shadow: 0 6px 18px rgba(19, 94, 150, 0.2);
    transform: translateY(-2px);
}
.ebook-delivery-option input:focus + .ebook-delivery-option__content {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
}
.ebook-code-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.ebook-code-field {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.ebook-code-field input {
    flex: 1 1 220px;
}
.ebook-code__status {
    font-size: 12px;
    color: #008a20;
}
.ebook-inline-meta {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: grid;
    gap: 8px;
    color: #4f5b66;
    font-size: 13px;
}
.ebook-inline-meta li {
    position: relative;
    padding-left: 18px;
}
.ebook-inline-meta li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1d7cbf;
}
.ebook-inline-hint {
    margin-top: 16px;
    padding: 12px 16px;
    border: 1px solid #e0e5ec;
    border-radius: 10px;
    background: #f6f7f7;
    color: #1d2327;
}
.ebook-alert {
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    font-weight: 500;
}
.ebook-alert--upgrade {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border: 1px solid #f4d03f;
    color: #7a5300;
}
.ebook-media-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}
.ebook-media-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid #e1e8ef;
    border-radius: 16px;
    background: #fbfdff;
}
.ebook-media-label {
    font-weight: 600;
    color: #1d2327;
}
.ebook-media-current {
    margin: 0;
    font-size: 13px;
    color: #4f5b66;
}
.ebook-media-current.muted {
    color: #8c98a4;
}
.ebook-media-controls input[type="file"] {
    margin-top: 4px;
}
.ebook-media-controls {
    display: grid;
    gap: 8px;
}
.ebook-inline-delete {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    margin-left: 8px;
}
.ebook-inline-delete input {
    display: none;
}
.ebook-field-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 20px;
}
.ebook-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}
.ebook-field label {
    font-weight: 600;
    color: #1d2327;
}
.ebook-field input,
.ebook-field select {
    width: 100%;
}
.ebook-multiselect {
    min-height: 150px;
}
.ebook-fieldset {
    border: 1px solid #dcdcde;
    border-radius: 14px;
    padding: 16px 20px;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ebook-fieldset legend {
    font-weight: 600;
    padding: 0 6px;
}
.ebook-radio {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ebook-radio > input {
    margin-right: 8px;
}
.ebook-radio > span {
    font-weight: 600;
}
.ebook-radio .description {
    color: #4f5b66;
}
.ebook-card--bonus .ebook-field.goPro2,
.ebook-card--bonus .ebook-radio.goPro2 {
    position: relative;
}
.ebook-template-override-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.ebook-template-override-card {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid #e1e8ef;
    border-radius: 16px;
    background: #fbfdff;
}
.ebook-template-override-card__label {
    font-weight: 600;
    color: #1d2327;
}
.ebook-template-override-radios {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.ebook-template-override-radio {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #d6dee6;
    border-radius: 999px;
    background: #ffffff;
    font-weight: 500;
    color: #1d2327;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.ebook-template-override-radio input[type="radio"] {
    margin: 0;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
}
.ebook-template-override-radio:hover {
    border-color: #9db7c9;
    background: #f8fbfd;
}
.ebook-template-override-radio.is-selected {
    border-color: #1d7cbf;
    background: #eef7fd;
    box-shadow: inset 0 0 0 1px rgba(29, 124, 191, 0.08);
    color: #124a70;
}
.ebook-template-override-fields {
    display: grid;
    gap: 16px;
    padding-top: 4px;
}
.ebook-template-override-fields[hidden] {
    display: none !important;
}
.ebook-template-override-fields .wp-editor-wrap,
.ebook-template-override-fields .wp-editor-container,
.ebook-template-override-fields .wp-editor-area,
.ebook-template-override-fields input[type="text"] {
    width: 100%;
}
.ebook-template-override-fields input:disabled,
.ebook-template-override-fields textarea:disabled,
.ebook-template-override-fields select:disabled,
.ebook-template-override-fields button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.ebook-accordion {
    border-radius: 16px;
    background: #fff;
}
.ebook-accordion summary {
    list-style: none;
    cursor: pointer;
    padding: 24px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ebook-accordion summary::-webkit-details-marker {
    display: none;
}
.ebook-accordion__hint {
    font-size: 13px;
    color: #4f5b66;
    font-weight: 400;
}
.ebook-accordion__body {
    border-top: 1px solid #f0f0f1;
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 1280px) {
    .ebook-editor-hero,
    .ebook-editor-layout {
        grid-template-columns: 1fr;
    }

    .ebook-editor-hero__cover {
        grid-template-columns: 110px 1fr;
        align-items: start;
    }
}
@media (max-width: 782px) {
    .ebook-editor-hero {
        padding: 18px;
        border-radius: 18px;
    }
    .ebook-editor-hero__cover {
        grid-template-columns: 1fr;
    }
    .ebook-editor-hero__title {
        font-size: 24px;
    }
    .ebook-card__header,
    .ebook-card__body {
        padding: 16px;
    }
    .ebook-card {
        border-radius: 12px;
    }
    .ebook-editor-layout__main,
    .ebook-editor-layout__sidebar {
        gap: 18px;
    }
}
/* ---- Pro badge & gate ---- */
.ebook-pro-chip {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    margin-left: 7px;
    border-radius: 4px;
    background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 1.6;
    pointer-events: none;
    user-select: none;
}
.ebook-pro-chip--tab {
    display: flex;
    justify-content: center;
    margin: 3px 0 0;
    font-size: 9px;
}
.ebook-pro-locked {
    opacity: 0.68;
}
.ebook-delivery-option.ebook-pro-locked,
.ebook-format-tabs__nav-item.ebook-pro-locked {
    cursor: not-allowed;
}
.ebook-pro-locked input[type="radio"],
.ebook-pro-locked input[type="file"],
.ebook-pro-locked select {
    pointer-events: none;
    cursor: not-allowed;
}
.notice.ebook-pro-upgrade-notice {
    border-left-color: #8b5cf6;
    margin-bottom: 16px;
}

/* ---- Upgrade notice inside files card ---- */
.ebook-card__upgrade-notice {
    margin: 0 24px 16px;
    border-radius: 6px;
}

/* ---- Collapsible card sections ---- */
.ebook-card.is-collapsible .ebook-card__header {
    cursor: pointer;
    user-select: none;
}
.ebook-card.is-collapsible .ebook-card__header:hover {
    opacity: 0.88;
}
.ebook-collapse-icon {
    font-size: 16px;
    vertical-align: middle;
    color: #72777c;
    transition: transform 0.18s ease;
    display: inline-block;
}

/* ---- END: Pro badge & collapsible ---- */

.ebook-store-template-modern {
    margin: 20px 0;
    container-type: inline-size;
}
.ebook-store-template-modern__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.ebook-store-template-modern__grid.is-single {
    grid-template-columns: minmax(0, 960px);
}
.ebook-modern-card {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 24px;
    border: 1px solid #dce6ef;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(22, 101, 52, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
}
.ebook-modern-card__media {
    display: grid;
    gap: 14px;
}
.ebook-modern-card__cover-frame {
    display: grid;
    place-items: center;
    min-height: 290px;
    padding: 10px;
    border: 1px solid #dde5ec;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
    overflow: hidden;
}
.ebook-modern-card__cover {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}
.ebook-modern-card__cover-placeholder {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b8794;
}
.ebook-modern-card__meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ebook-modern-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #ecf7ee;
    color: #1e5d37;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ebook-modern-chip.is-soft {
    background: #eef4f8;
    color: #476173;
}
.ebook-modern-card__content {
    min-width: 0;
    display: grid;
    gap: 18px;
}
.ebook-modern-card__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}
.ebook-modern-card__title {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.08;
    color: #17212b;
}
.ebook-modern-card__price {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0f6b3d;
}
.ebook-modern-status {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff5e8;
    color: #8a5b12;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.ebook-modern-card__description {
    font-size: 15px;
    line-height: 1.8;
    color: #445464;
}
.ebook-modern-card__description a {
    color: #176087;
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.ebook-modern-card__description a:hover,
.ebook-modern-card__description a:focus {
    color: #0f4c75;
    text-decoration: underline;
}
.ebook-modern-card__description > :first-child {
    margin-top: 0;
}
.ebook-modern-card__description > :last-child {
    margin-bottom: 0;
}
.ebook-modern-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.ebook-modern-button,
.ebook-modern-card__actions .add_to_cart_link,
.ebook-modern-card__actions .stripe-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.ebook-modern-button--primary,
.ebook-modern-card__actions .ebook_buy_link,
.ebook-modern-card__actions .add_to_cart_link,
.ebook-modern-card__actions .stripe-button {
    border: 0;
    background: linear-gradient(135deg, #0f6b3d 0%, #1d7f4f 100%);
    color: #ffffff;
    box-shadow: 0 14px 24px rgba(15, 107, 61, 0.18);
}
.ebook-modern-button--ghost {
    border: 1px solid #cfe0ea;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9fc 100%);
    color: #1f5676;
    box-shadow: 0 10px 22px rgba(18, 74, 112, 0.08);
}
.ebook-modern-button:hover,
.ebook-modern-button:focus,
.ebook-modern-card__actions .ebook_buy_link:hover,
.ebook-modern-card__actions .ebook_buy_link:focus,
.ebook-modern-card__actions .add_to_cart_link:hover,
.ebook-modern-card__actions .add_to_cart_link:focus,
.ebook-modern-card__actions .stripe-button:hover,
.ebook-modern-card__actions .stripe-button:focus:hover:focus {
    transform: translateY(-1px);
}
.ebook-modern-button--ghost:hover,
.ebook-modern-button--ghost:focus {
    background: linear-gradient(180deg, #fafdff 0%, #eaf4fa 100%);
    color: #124a70 !important;
    border-color: #bdd5e3;
}
.ebook-modern-card__actions a,
.ebook-modern-card__actions a:visited,
.ebook-modern-card__actions .ebook_buy_link,
.ebook-modern-card__actions .ebook_buy_link:visited,
.ebook-modern-button--primary,
.ebook-modern-button--primary:visited {
    color: #ffffff !important;
}
.ebook-modern-button--ghost,
.ebook-modern-button--ghost:visited {
    color: #2f5066 !important;
}
@container (max-width: 560px) {
    .ebook-modern-card {
        grid-template-columns: 1fr;
        padding: 20px;
        border-radius: 22px;
    }
    .ebook-modern-card__header {
        flex-direction: column;
    }
    .ebook-modern-card__title {
        font-size: 28px;
    }
}
.ebook-store-template-2026 {
    margin: 26px 0;
    container-type: inline-size;
}
.ebook-store-template-2026__stack {
    display: grid;
    gap: 34px;
}
.ebook-store-template-2026__stack.is-single {
    grid-template-columns: minmax(0, 1120px);
}
.ebook-2026-card {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.82fr);
    gap: 22px;
    align-items: start;
    padding: 24px;
    border: 1px solid #dce4d7;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(32, 132, 94, 0.08), transparent 34%),
        radial-gradient(circle at bottom right, rgba(236, 164, 86, 0.12), transparent 30%),
        linear-gradient(180deg, #fffef8 0%, #f8faf6 100%);
    box-shadow: 0 28px 58px rgba(27, 39, 21, 0.09);
}
.ebook-2026-card__main {
    display: grid;
    grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
    gap: 22px;
    min-width: 0;
}
.ebook-2026-card__media {
    display: grid;
    gap: 14px;
}
.ebook-2026-card__cover-shell {
    display: grid;
    place-items: center;
    min-height: 320px;
    padding: 12px;
    border: 1px solid rgba(74, 95, 70, 0.14);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7f2 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.82);
    overflow: hidden;
}
.ebook-2026-card__cover {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}
.ebook-2026-card__cover-placeholder {
    color: #70816f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ebook-2026-card__meta {
    display: grid;
    gap: 10px;
}
.ebook-2026-facts {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(74, 95, 70, 0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.76);
}
.ebook-2026-fact {
    display: grid;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 14px;
    background: #f6f8f2;
}
.ebook-2026-fact__label {
    color: #6d7c6d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ebook-2026-fact__value {
    color: #243126;
    font-size: 13px;
    line-height: 1.45;
}
.ebook-2026-card__content {
    display: grid;
    gap: 20px;
    min-width: 0;
}
.ebook-2026-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}
.ebook-2026-card__eyebrow,
.ebook-2026-checkout__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(26, 92, 64, 0.1);
    color: #17583b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ebook-2026-card__title {
    margin: 10px 0 0;
    font-size: 40px;
    line-height: 1.04;
    color: #1c261d;
}
.ebook-2026-card__price-block {
    display: grid;
    justify-items: end;
    gap: 10px;
}
.ebook-2026-status {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff2dd;
    color: #8a5b12;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.ebook-2026-card__price {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #115f3b;
}
.ebook-2026-card__description {
    color: #495a4f;
    font-size: 16px;
    line-height: 1.82;
}
.ebook-2026-card__description a {
    color: #165f88;
    text-decoration: none;
    box-shadow: none;
    border-bottom: 0;
}
.ebook-2026-card__description a:hover,
.ebook-2026-card__description a:focus {
    text-decoration: underline;
}
.ebook-2026-card__description > :first-child,
.ebook-2026-card__description > :last-child {
    margin-top: 0;
    margin-bottom: 0;
}
.ebook-2026-card__supporting,
.ebook-2026-checkout__trust {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ebook-2026-card__supporting li,
.ebook-2026-checkout__trust li {
    position: relative;
    padding: 10px 12px 10px 36px;
    border-radius: 16px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(127, 148, 126, 0.18);
    color: #445446;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}
.ebook-2026-card__supporting li::before,
.ebook-2026-checkout__trust li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1d7f4f 0%, #2ca36a 100%);
    box-shadow: 0 0 0 4px rgba(29, 127, 79, 0.12);
}
.ebook-2026-card__checkout {
    min-width: 0;
    align-self: start;
}
.ebook-2026-checkout {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(18, 94, 63, 0.15);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(18, 94, 63, 0.045) 0%, rgba(255,255,255,0.92) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
}
.ebook-2026-checkout h4 {
    margin: 0;
    font-size: 26px;
    line-height: 1.12;
    color: #172118;
}
.ebook-2026-checkout p {
    margin: 0;
    color: #5b6b5d;
    line-height: 1.72;
}
.ebook-2026-checkout__methods {
    display: grid;
    gap: 12px;
}
.ebook-2026-method,
.ebook-2026-primary-action,
.ebook-2026-secondary-action,
.ebook-store-template-2026 .add_to_cart_link {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.ebook-2026-method {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 72px;
    padding: 14px 16px;
    border: 1px solid #d7e2d5;
    border-radius: 22px;
    background: #ffffff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.ebook-2026-method:hover,
.ebook-2026-method:focus {
    transform: translateY(-1px);
    border-color: #bdd0c0;
    box-shadow: 0 16px 34px rgba(30, 48, 28, 0.08);
}
.ebook-2026-method__brand {
    display: grid;
    place-items: center;
    box-sizing: border-box;
    width: 60px;
    height: 44px;
    padding: 0 10px;
    border-radius: 14px;
    background: #f8fbf8;
    border: 1px solid #e2ebe0;
}
.ebook-2026-method__brand img {
    display: block;
    max-width: 100%;
    max-height: 24px;
    width: auto;
    height: auto;
}
.ebook-2026-method__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}
.ebook-2026-method__copy strong {
    color: #17212b;
    font-size: 16px;
    line-height: 1.2;
}
.ebook-2026-method__copy small {
    color: #6a7b6d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ebook-2026-method__arrow {
    color: #3c5d4d;
    font-size: 20px;
    font-weight: 700;
}
.ebook-2026-primary-action,
.ebook-2026-secondary-action,
.ebook-store-template-2026 .add_to_cart_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.ebook-2026-primary-action,
.ebook-store-template-2026 .add_to_cart_link {
    border: 0;
    background: linear-gradient(135deg, #115280 0%, #2f8fcd 100%);
    color: #ffffff !important;
    box-shadow: 0 16px 28px rgba(17, 82, 128, 0.18);
}
.ebook-2026-secondary-action {
    border: 1px solid rgba(18, 61, 92, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
    color: #29465b !important;
}
.ebook-2026-primary-action:hover,
.ebook-2026-primary-action:focus,
.ebook-store-template-2026 .add_to_cart_link:hover,
.ebook-store-template-2026 .add_to_cart_link:focus,
.ebook-2026-secondary-action:hover,
.ebook-2026-secondary-action:focus {
    transform: translateY(-1px);
}
.ebook-2026-checkout__secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ebook-2026-checkout__secondary > * {
    flex: 1 1 180px;
}
@container (max-width: 760px) {
    .ebook-2026-card {
        grid-template-columns: 1fr;
    }
}
@container (max-width: 560px) {
    .ebook-2026-card__main {
        grid-template-columns: 1fr;
    }
    .ebook-2026-card__header {
        flex-direction: column;
    }
    .ebook-2026-card__price-block {
        justify-items: start;
    }
    .ebook-2026-card__title {
        font-size: 32px;
    }
}
@container (max-width: 420px) {
    .ebook-2026-card {
        padding: 18px;
        border-radius: 26px;
    }
    .ebook-2026-checkout {
        padding: 18px;
        border-radius: 24px;
    }
    .ebook-2026-checkout h4 {
        font-size: 22px;
    }
    .ebook-2026-method {
        grid-template-columns: 56px minmax(0, 1fr);
    }
    .ebook-2026-method__arrow {
        display: none;
    }
}
.ui-tooltip,
.arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    max-width: 300px;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
.ebook_formData {
    padding: 20px;
    color: black;
    background: white;
    border-radius: 5px;
    display: none;
    -webkit-box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 50px 0px rgba(0, 0, 0, 0.75);
}
.ebook_store_warning {
    background: white;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px !important;
}

.ebook-store-message {

}




.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.ebook-store-alert {
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.ebook-store-alert-success {
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  color: #0f5132;
}
.ebook-store-alert-error {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
}
.ebook-store-alert-info {
  background-color: #cff4fc;
  border: 1px solid #b6effb;
  color: #055160;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.ebook_store_button {
    background: #efefef;
    font-color:black;
    display:inline-block;
    padding:10px;
    text-decoration: none;
}
.bookshelf .inner-right {
  height: auto !important;
}
.bookshelf .front--placeholder {
    background: linear-gradient(160deg, #cdd2d5 0%, #9ca4a9 60%, #8a9298 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bookshelf .front--placeholder::after {
    content: "";
    display: block;
    width: 38px;
    height: 48px;
    border-radius: 3px 6px 6px 3px;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 3px 0 0 rgba(0, 0, 0, 0.12), 2px 4px 10px rgba(0, 0, 0, 0.18);
}







.ebook_store_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ebook_store_icon img {
  max-width: 100%;
  height: auto;
}
.ebook_store_filename {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.ebook_store_filename a {
  color: #2271b1;
  text-decoration: none;
}
.ebook_store_filename a:hover {
  color: #135e96;
  text-decoration: underline;
}
.ebook_store_size {
  font-size: 12px;
  color: #666;
  background: #e9ecef;
  padding: 4px 8px;
  border-radius: 4px;
}
.ebook_store_upload {
  position: relative;
  margin-top: 5px;
}
.ebook_store_upload input[type="file"] {
  display: block;
  width: 100%;
  padding: 8px;
  border: 2px dashed #ddd;
  border-radius: 4px;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ebook_store_upload input[type="file"]:hover {
  border-color: #2271b1;
  background: #f0f0f1;
}
.ebook_store_control {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.ebook_store_control label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
}
.ebook_store_control label:hover {
  color: #d63638;
}
.ebook_store_control .dashicons-trash {
  font-size: 16px;
}
.hiddenEbookStore {
  display: none !important;
}

/* Form elements styling */
.ebook-admin-panel input[type="text"],
.ebook-admin-panel input[type="number"],
.ebook-admin-panel select,
.ebook-settings-page input[type="text"],
.ebook-settings-page input[type="number"],
.ebook-settings-page select,
.ebookSeller50Percent input[type="text"],
.ebookSeller50Percent input[type="number"],
.ebookSeller50Percent select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 10px;
}
.ebook-admin-panel input[type="text"]:focus,
.ebook-admin-panel input[type="number"]:focus,
.ebook-admin-panel select:focus,
.ebook-settings-page input[type="text"]:focus,
.ebook-settings-page input[type="number"]:focus,
.ebook-settings-page select:focus,
.ebookSeller50Percent input[type="text"]:focus,
.ebookSeller50Percent input[type="number"]:focus,
.ebookSeller50Percent select:focus {
  border-color: #2271b1;
  box-shadow: 0 0 0 1px #2271b1;
  outline: none;
}

/* Helper text and labels */
.ebook-admin-panel .description,
.ebook-settings-page .description,
.ebookSeller50Percent .description {
  font-size: 12px;
  color: #666;
  margin-left: 5px;
}
.ebook-admin-panel h3,
.ebook-admin-panel h4,
.ebook-admin-panel h5,
.ebook-settings-page h3,
.ebook-settings-page h4,
.ebook-settings-page h5,
.ebookSeller50Percent h3,
.ebookSeller50Percent h4,
.ebookSeller50Percent h5 {
  color: #1d2327;
  margin-bottom: 15px;
}

/* Responsive adjustments */
@media screen and (max-width: 782px) {
  .ebookSeller50Percent {
    width: 100%;
    min-width: auto;
    float: none;
  }

  .ebook_store_file_format_item {
    flex-direction: column;
  }

  .ebook_store_file_format_item_left {
    width: 100%;
    justify-content: center;
  }

  .ebook_store_file_format_item_right {
    width: 100%;
    text-align: center;
  }
}

.ebookStoreCoupon {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}




@keyframes glow {
    0% {
        box-shadow: 0 0 5px red;
    }
    100% {
        box-shadow: 0 0 10px red, 0 0 20px red;
    }
}

.ebook-admin-panel .error,
.ebook-settings-page .error,
.ebookSeller50Percent .error {
    animation: glow 1s ease-out 1;
    border-color: red !important;
}

/* Drag and drop styles */
.ebook_store_upload {
    position: relative;
}

.upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
}

.upload-message {
    color: #2271b1;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.upload-message .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.ebook_store_upload input[type="file"]:hover + .upload-overlay,
.ebook_store_upload input[type="file"]:focus + .upload-overlay,
.drag-over .upload-overlay {
    display: flex;
}

/* Delete state */
.pending-delete {
    opacity: 0.7;
    position: relative;
}

.pending-delete::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    z-index: 1;
}

.pending-delete::after {
    content: attr(data-delete-message);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #d63638;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 2;
}

/* Pro feature badge enhancement */
.goPro2 {
    position: relative;
}
.ebook-settings-toggle-card.goPro2 {
    cursor: not-allowed;
}
.ebook-settings-toggle-card.goPro2:hover {
    transform: none;
}
.goPro2 input[disabled],
.goPro2 select[disabled],
.goPro2 textarea[disabled] {
    cursor: not-allowed;
}
.goPro2::after {
    content: "Pro";
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(45deg, #2271b1, #135e96);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 2;
}
/* ebook editor uses ebook-pro-chip instead */
.ebook-admin-panel .goPro2::after {
    content: none;
}

#ui-datepicker-div.ui-datepicker {
    display: none;
}

/* Loading state */
.ebook_store_file_format_item.is-uploading {
    position: relative;
}

.ebook_store_file_format_item.is-uploading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    z-index: 1;
}

.ebook_store_file_format_item.is-uploading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border: 2px solid #2271b1;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    z-index: 2;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Focus styles */
.ebook_store_file_format_item:focus-within {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
}

/* Accessibility improvements */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Enhanced tooltips */
.ui-tooltip {
    background: #1d2327;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    color: white;
    font-size: 12px;
    max-width: 200px;
    padding: 8px 12px;
    position: absolute;
    z-index: 9999;
}

.ui-tooltip .arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    background: #1d2327;
    transform: rotate(45deg);
    z-index: -1;
}

.ui-tooltip .arrow.top {
    top: -5px;
    left: 50%;
    margin-left: -5px;
}

.ui-tooltip .arrow.bottom {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}

/* Animation for new files */
@keyframes highlight {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #f0f6fc;
    }
    100% {
        background-color: #fff;
    }
}

.ebook_store_file_format_item.new-file {
    animation: highlight 2s ease-in-out;
}

/* Image preview styles */
.ebook_store_image_preview {
    position: relative;
    margin: 10px 0;
    max-width: 180px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ebook_store_image_preview img {
    width: 100%;
    height: auto;
    display: block;
}

.ebook_store_image_preview.side-image {
    max-width: 20px;
    float: left;
    margin-right: 10px;
}

.ebook_store_image_preview.cover-image {
    max-width: 180px;
}

.ebook_store_image_preview.empty {
    background: #f0f0f1;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ddd;
}

.ebook_store_image_preview.empty::before {
    content: '\f128';
    font-family: dashicons;
    font-size: 24px;
    color: #999;
}

.ebook_store_image_preview .remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0,0,0,0.5);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ebook_store_image_preview:hover .remove-image {
    opacity: 1;
}

.ebook_store_image_preview .remove-image:hover {
    background: rgba(214, 54, 56, 0.9);
}

.ebook_store_image_preview .image-size {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    text-align: center;
}

.ebook_store_image_wrapper {
    position: relative;
    margin-bottom: 20px;
}

.ebook_store_image_wrapper::after {
    content: '';
    display: table;
    clear: both;
}

.image-upload-hint {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    display: block;
}

.ebook-settings-page {
    max-width: 1240px;
}

.ebook-settings-page__hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 32px;
    margin: 20px 0 18px;
    border: 1px solid #d7dfeb;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(30, 136, 229, 0.12), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.ebook-settings-page__hero-copy {
    max-width: 760px;
}

.ebook-settings-page__eyebrow,
.ebook-settings-section__eyebrow,
.ebook-general-overview__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #135e96;
}

.ebook-settings-page__hero-copy h1 {
    margin: 8px 0 10px;
    font-size: 34px;
    line-height: 1.15;
    color: #17212b;
}

.ebook-settings-page__hero-copy p {
    margin: 0;
    max-width: 62ch;
    font-size: 15px;
    line-height: 1.7;
    color: #52606d;
}

.ebook-settings-page__hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ebook-settings-page__plan,
.ebook-settings-page__upgrade {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
}

.ebook-settings-page__plan.is-pro {
    background: #e7f7ee;
    color: #0f6b3d;
}

.ebook-settings-page__plan.is-free {
    background: #edf4fb;
    color: #135e96;
}

.ebook-settings-page__upgrade {
    background: #17212b;
    color: #ffffff;
}

.ebook-settings-page__upgrade:hover,
.ebook-settings-page__upgrade:focus {
    color: #ffffff;
    background: #0f1720;
}

.ebook-store-nav-tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
}
.ebook-store-nav-group-label {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 6px 0 18px;
    border-left: 2px solid #e2e8f0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #94a3b8;
    white-space: nowrap;
}
.ebook-store-nav-group-label.is-first {
    padding-left: 0;
    border-left: none;
}
.ebook-store-nav-tab__pro-badge {
    display: inline-flex;
    align-items: center;
    padding: 1px 5px;
    border-radius: 3px;
    background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.5;
}

.ebook-store-nav-tab-wrapper .nav-tab {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid #d7dfeb;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    font-weight: 600;
}

.ebook-store-nav-tab__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.ebook-store-nav-tab__icon img {
    display: block;
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
}

.ebook-store-nav-tab__label {
    display: inline-block;
    line-height: 1.2;
}

.ebook-store-nav-tab-wrapper .nav-tab:hover,
.ebook-store-nav-tab-wrapper .nav-tab:focus {
    border-color: #97b9d5;
    background: #f7fbff;
    color: #0f4c75;
}

.ebook-store-nav-tab-wrapper .nav-tab.nav-tab-active {
    border-color: #135e96;
    background: linear-gradient(135deg, #135e96 0%, #1d7cbf 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(19, 94, 150, 0.18);
}

.ebook-store-nav-tab-wrapper .nav-tab.nav-tab-active .ebook-store-nav-tab__icon img {
    filter: brightness(0) invert(1);
}

.ebook-settings-page__panel {
    padding: 22px 22px 12px;
    border: 1px solid #dfe7ef;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.ebook-settings-table {
    margin-top: 0;
    border-collapse: separate;
    border-spacing: 0 18px;
}

.ebook-settings-table > tbody > tr > td,
.ebook-settings-table > tbody > tr > th {
    padding: 0;
}

.ebook-settings-section-row {
    vertical-align: top;
}

.ebook-general-overview,
.ebook-settings-section {
    border: 1px solid #e1e8f0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
}

.ebook-general-overview {
    display: grid;
    gap: 24px;
    padding: 28px;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr);
    background:
        radial-gradient(circle at right top, rgba(102, 187, 106, 0.12), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.ebook-general-overview__copy h2 {
    margin: 10px 0 12px;
    font-size: 28px;
    line-height: 1.2;
    color: #17212b;
}

.ebook-general-overview__copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #52606d;
}

.ebook-settings-section {
    padding: 26px;
}

.ebook-settings-section__header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    align-items: flex-start;
}

.ebook-settings-section__header h3 {
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 1.2;
    color: #17212b;
}

.ebook-settings-section__header p {
    margin: 0;
    max-width: 58ch;
    font-size: 14px;
    line-height: 1.7;
    color: #52606d;
}

.ebook-settings-grid {
    display: grid;
    gap: 18px;
}

.ebook-settings-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ebook-settings-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    border: 1px solid #e3ebf3;
    border-radius: 18px;
    background: #fbfdff;
    position: relative;
}

.ebook-settings-field--wide {
    min-height: 100%;
}

.ebook-settings-field label {
    font-size: 14px;
    font-weight: 700;
    color: #17212b;
}

.ebook-settings-field input,
.ebook-settings-field select {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    border-color: #c5d3e0;
    border-radius: 12px;
    padding: 0 14px;
    background: #ffffff;
}

.ebook-settings-field input:focus,
.ebook-settings-field select:focus {
    border-color: #135e96;
    box-shadow: 0 0 0 1px #135e96;
}

.ebook-settings-field .description {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #5f6b76;
}

.ebook-settings-inline-note,
.ebook-settings-callout {
    margin-top: 6px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.6;
}

.ebook-settings-inline-note.is-success {
    background: #ebf8f0;
    color: #0f6b3d;
}

.ebook-settings-inline-note.is-neutral,
.ebook-settings-callout--soft {
    background: #eef5fb;
    color: #114a73;
}

.ebook-settings-callout--warning {
    background: #fff7e8;
    color: #7a4b00;
}

.ebook-settings-callout--success {
    background: #ebf8f0;
    color: #0f6b3d;
}

.ebook-settings-callout--error {
    background: #fff0f0;
    color: #8b1a1a;
    border-left: 3px solid #dc2626;
}

.ebook-settings-callout a,
.ebook-settings-aside-card a {
    font-weight: 600;
}

.ebook-settings-aside-card {
    padding: 20px;
    border: 1px solid #e3ebf3;
    border-radius: 18px;
    background: #fbfdff;
}

.ebook-settings-aside-card h4 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #17212b;
}

.ebook-settings-aside-card p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.7;
    color: #5f6b76;
}

.ebook-settings-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.ebook-settings-checklist li {
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    line-height: 1.6;
    color: #334155;
}

.ebook-settings-checklist li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1d7cbf;
}

.ebook-settings-code {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #d7dfeb;
    border-radius: 12px;
    background: #ffffff;
    color: #0f4c75;
    font-size: 13px;
    font-weight: 700;
}

.ebook-settings-language-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 18px;
}

.ebook-settings-monospace-input {
    font-family: Consolas, Monaco, monospace;
    letter-spacing: 0.01em;
}

.ebook-settings-steps {
    margin: 0;
    padding-left: 18px;
    color: #334155;
}

.ebook-settings-steps li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.ebook-settings-choice-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ebook-settings-choice__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ebook-settings-choice {
    position: relative;
}

.ebook-settings-choice span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d7dfeb;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.ebook-settings-choice__input:checked + .ebook-settings-choice span {
    border-color: #135e96;
    box-shadow: 0 8px 18px rgba(19, 94, 150, 0.14);
    color: #0f4c75;
}

.ebook-settings-choice__input:focus + .ebook-settings-choice span {
    box-shadow: 0 0 0 2px rgba(19, 94, 150, 0.2);
}

.ebook-settings-color-input {
    max-width: 220px;
    font-family: Consolas, Monaco, monospace;
}

.ebook-settings-toggle-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ebook-settings-toggle-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e3ebf3;
    border-radius: 18px;
    background: #fbfdff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
}

.ebook-settings-toggle-card input[type="hidden"] {
    display: none;
}

.ebook-settings-toggle-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ebook-settings-toggle-card__control {
    position: relative;
    flex: 0 0 52px;
    height: 30px;
    margin-top: 2px;
    border-radius: 999px;
    background: #c6d2df;
    transition: background 0.2s ease;
}

.ebook-settings-toggle-card__control::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease;
}

.ebook-settings-toggle-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ebook-settings-toggle-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #17212b;
}

.ebook-settings-toggle-card__description {
    font-size: 13px;
    line-height: 1.6;
    color: #5f6b76;
}

.ebook-settings-toggle-card:hover {
    border-color: #c0d3e2;
    transform: translateY(-1px);
}

.ebook-settings-toggle-card input[type="checkbox"]:disabled + .ebook-settings-toggle-card__control {
    background: #d8dee5;
}

.ebook-settings-toggle-card input[type="checkbox"]:disabled + .ebook-settings-toggle-card__control::after {
    background: #f4f6f8;
    box-shadow: none;
}

.ebook-settings-toggle-card input[type="checkbox"]:disabled + .ebook-settings-toggle-card__control + .ebook-settings-toggle-card__content {
    opacity: 0.58;
}

.ebook-settings-toggle-card input[type="checkbox"]:disabled + .ebook-settings-toggle-card__control + .ebook-settings-toggle-card__content .ebook-settings-toggle-card__title {
    color: #6d7883;
}

.ebook-settings-toggle-card input[type="checkbox"]:disabled + .ebook-settings-toggle-card__control + .ebook-settings-toggle-card__content .ebook-settings-toggle-card__description {
    color: #7e8892;
}

.ebook-settings-toggle-card input[type="checkbox"]:checked + .ebook-settings-toggle-card__control {
    background: #135e96;
}

.ebook-settings-toggle-card input[type="checkbox"]:checked + .ebook-settings-toggle-card__control::after {
    transform: translateX(22px);
}

.ebook-settings-toggle-card input[type="checkbox"]:checked + .ebook-settings-toggle-card__control + .ebook-settings-toggle-card__content .ebook-settings-toggle-card__title {
    color: #0f4c75;
}

.ebook-settings-toggle-card input[type="checkbox"]:focus + .ebook-settings-toggle-card__control {
    box-shadow: 0 0 0 2px rgba(19, 94, 150, 0.25);
}

.ebook-settings-page__actions {
    display: flex;
    justify-content: flex-end;
    padding: 8px 6px 6px;
}

.ebook-settings-page__actions .button-primary {
    min-height: 44px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #135e96 0%, #1d7cbf 100%);
    box-shadow: 0 12px 24px rgba(19, 94, 150, 0.2);
}

.ebook-settings-page__actions .button-primary:hover,
.ebook-settings-page__actions .button-primary:focus {
    background: linear-gradient(135deg, #0f4c75 0%, #135e96 100%);
}

.ebook-settings-field.goPro2::after {
    top: 14px;
    right: 14px;
}

@media (max-width: 960px) {
    .ebook-settings-page__hero,
    .ebook-settings-section__header,
    .ebook-general-overview {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .ebook-settings-grid--2,
    .ebook-settings-toggle-grid {
        grid-template-columns: 1fr;
    }

    .ebook-settings-page__hero-meta {
        justify-content: flex-start;
    }
}

@media (max-width: 782px) {
    .ebook-settings-page__hero,
    .ebook-settings-page__panel,
    .ebook-general-overview,
    .ebook-settings-section {
        padding: 20px;
        border-radius: 18px;
    }

    .ebook-settings-page__hero-copy h1 {
        font-size: 28px;
    }

    .ebook-general-overview__copy h2,
    .ebook-settings-section__header h3 {
        font-size: 22px;
    }

    .ebook-settings-field,
    .ebook-settings-toggle-card {
        padding: 16px;
    }

    .ebook-settings-page__actions {
        justify-content: stretch;
    }

    .ebook-settings-page__actions .button-primary {
        width: 100%;
    }
}

.ebook-setup-wizard {
    max-width: 1120px;
    margin: 22px 0 0;
}

.ebook-setup-wizard__hero,
.ebook-setup-wizard__panel,
.ebook-setup-wizard__choice {
    border: 1px solid #d7e2ea;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.ebook-setup-wizard__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.9fr);
    gap: 24px;
    padding: 28px 32px;
    margin-bottom: 22px;
}

.ebook-setup-wizard__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(19, 94, 150, 0.12);
    color: #0f4c75;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ebook-setup-wizard__hero-copy h1 {
    margin: 12px 0 10px;
    font-size: 34px;
    line-height: 1.1;
    color: #17212b;
}

.ebook-setup-wizard__hero-copy p {
    margin: 0;
    max-width: 720px;
    color: #576471;
    font-size: 15px;
    line-height: 1.75;
}

.ebook-setup-wizard__hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}

.ebook-setup-wizard__pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef5fb;
    color: #135e96;
    font-size: 13px;
    font-weight: 700;
}

.ebook-setup-wizard__chooser {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ebook-setup-wizard__choice {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ebook-setup-wizard__choice:hover,
.ebook-setup-wizard__choice:focus {
    border-color: #b8cfdf;
    box-shadow: 0 24px 60px rgba(19, 94, 150, 0.12);
    transform: translateY(-2px);
    color: inherit;
}

.ebook-setup-wizard__choice .dashicons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, #135e96 0%, #1d7cbf 100%);
    color: #ffffff;
    font-size: 28px;
}

.ebook-setup-wizard__choice h2,
.ebook-setup-wizard__panel-header h2 {
    margin: 0;
    font-size: 26px;
    color: #17212b;
}

.ebook-setup-wizard__choice p,
.ebook-setup-wizard__panel-header p {
    margin: 0;
    color: #5f6b76;
    line-height: 1.75;
}

.ebook-setup-wizard__choice strong {
    color: #0f4c75;
    font-size: 14px;
}

.ebook-setup-wizard__panel {
    padding: 28px 30px 30px;
}

.ebook-setup-wizard__panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.ebook-setup-wizard__form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ebook-setup-wizard__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ebook-setup-wizard__field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border: 1px solid #dbe4eb;
    border-radius: 20px;
    background: #ffffff;
}

.ebook-setup-wizard__field--full {
    grid-column: 1 / -1;
}

.ebook-setup-wizard__field label {
    font-size: 14px;
    font-weight: 700;
    color: #17212b;
}

.ebook-setup-wizard__field input[type="text"],
.ebook-setup-wizard__field input[type="email"],
.ebook-setup-wizard__field input[type="number"],
.ebook-setup-wizard__field input[type="file"] {
    width: 100%;
}

.ebook-setup-wizard__input-group {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
}

.ebook-setup-wizard__input-group span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid #d0dce4;
    border-radius: 12px;
    background: #f5f8fb;
    color: #304150;
    font-weight: 700;
}

.ebook-setup-wizard__actions {
    display: flex;
    justify-content: flex-end;
}

.ebook-setup-wizard__gateway-panel {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid #dce6f1;
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8fc 100%);
}

.ebook-setup-wizard__gateway-header h3 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #17212b;
}

.ebook-setup-wizard__gateway-header p {
    margin: 0;
    color: #5f6b76;
    font-size: 13px;
    line-height: 1.65;
}

.ebook-setup-wizard__gateway-note {
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid #f0d4a6;
    border-radius: 14px;
    background: #fff8eb;
    color: #7b5210;
}

.ebook-setup-wizard__code-input {
    font-family: Consolas, Monaco, monospace;
}

.ebook-settings-toggle-grid--wizard {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ebook-setup-wizard__actions .button-hero {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #135e96 0%, #1d7cbf 100%);
    box-shadow: 0 12px 30px rgba(19, 94, 150, 0.18);
}

.ebook-setup-wizard__actions .button-hero:hover,
.ebook-setup-wizard__actions .button-hero:focus {
    background: linear-gradient(135deg, #0f4c75 0%, #135e96 100%);
}

.ebook-setup-wizard__notice-list {
    margin: 8px 0 0 18px;
    list-style: disc;
}

.ebook-setup-wizard__success-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 0;
}

@media (max-width: 960px) {
    .ebook-setup-wizard__hero,
    .ebook-setup-wizard__chooser,
    .ebook-setup-wizard__grid {
        grid-template-columns: 1fr;
    }

    .ebook-setup-wizard__panel-header {
        flex-direction: column;
    }
}

@media (max-width: 782px) {
    .ebook-setup-wizard__hero,
    .ebook-setup-wizard__panel,
    .ebook-setup-wizard__choice {
        padding: 22px;
        border-radius: 22px;
    }

    .ebook-setup-wizard__hero-copy h1 {
        font-size: 28px;
    }

    .ebook-setup-wizard__choice h2,
    .ebook-setup-wizard__panel-header h2 {
        font-size: 22px;
    }

    .ebook-setup-wizard__actions,
    .ebook-setup-wizard__success-links {
        justify-content: stretch;
    }

    .ebook-setup-wizard__actions .button,
    .ebook-setup-wizard__success-links .button {
        width: 100%;
        text-align: center;
    }
}

.ebook-template-editor {
    max-width: 1280px;
    margin: 22px 0 0;
}

.ebook-template-editor__hero,
.ebook-template-editor__nav-card,
.ebook-template-editor__panel {
    border: 1px solid #d7e2ea;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.ebook-template-editor__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.85fr);
    gap: 24px;
    padding: 28px 32px;
    margin-bottom: 22px;
}

.ebook-template-editor__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(19, 94, 150, 0.12);
    color: #0f4c75;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ebook-template-editor__hero-copy h1 {
    margin: 12px 0 10px;
    font-size: 34px;
    line-height: 1.08;
    color: #17212b;
}

.ebook-template-editor__hero-copy p {
    margin: 0;
    max-width: 760px;
    color: #576471;
    font-size: 15px;
    line-height: 1.75;
}

.ebook-template-editor__hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}

.ebook-template-editor__pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef5fb;
    color: #135e96;
    font-size: 13px;
    font-weight: 700;
}

.ebook-template-editor__layout {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 22px;
}

.ebook-template-editor__nav-card,
.ebook-template-editor__panel {
    padding: 22px;
}

.ebook-template-editor__nav-card h2,
.ebook-template-editor__panel-header h2 {
    margin: 0 0 6px;
    font-size: 24px;
    color: #17212b;
}

.ebook-template-editor__nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.ebook-template-editor__nav {
    display: grid;
    gap: 10px;
}

.ebook-template-editor__nav-item {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid #dbe4eb;
    border-radius: 18px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ebook-template-editor__nav-item:hover,
.ebook-template-editor__nav-item:focus,
.ebook-template-editor__nav-item.is-active {
    border-color: #bdd4e2;
    box-shadow: 0 14px 34px rgba(19, 94, 150, 0.09);
    transform: translateY(-1px);
    color: inherit;
}

.ebook-template-editor__nav-item strong {
    font-size: 15px;
    color: #17212b;
}

.ebook-template-editor__nav-item small {
    color: #667581;
}

.ebook-template-editor__form,
.ebook-template-editor__main {
    min-width: 0;
}

.ebook-template-editor__panel {
    display: grid;
    gap: 18px;
}

.ebook-template-editor__panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.ebook-template-editor__header-side {
    display: grid;
    justify-items: end;
    gap: 10px;
}

.ebook-template-editor__panel-header p {
    margin: 0;
    color: #5f6b76;
    line-height: 1.72;
}

.ebook-template-editor__file-meta {
    display: grid;
    gap: 8px;
    min-width: 220px;
}

.ebook-template-editor__file-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef5fb;
    color: #314657;
    font-size: 13px;
}

.ebook-template-editor__file-meta strong {
    margin-right: 5px;
    color: #0f4c75;
}

.ebook-template-editor__editor-wrap {
    overflow: hidden;
    border: 1px solid #d5e0e8;
    border-radius: 22px;
    background: #f8fbfd;
}

.ebook-template-editor__editor-wrap .CodeMirror,
.ebook-template-editor__editor-wrap textarea {
    min-height: 640px;
    font-size: 13px;
    line-height: 1.6;
}

.ebook-template-editor__editor-wrap .CodeMirror {
    height: auto;
}

.ebook-template-editor__editor-wrap textarea {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ebook-template-editor__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ebook-template-editor__actions .button-hero {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #135e96 0%, #1d7cbf 100%);
    box-shadow: 0 12px 30px rgba(19, 94, 150, 0.18);
}

.ebook-template-editor__actions .button-hero:hover,
.ebook-template-editor__actions .button-hero:focus {
    background: linear-gradient(135deg, #0f4c75 0%, #135e96 100%);
}

.ebook-template-editor__notice-list {
    margin: 8px 0 0 18px;
    list-style: disc;
}

.ebook-template-editor__modal[hidden] {
    display: none;
}

.ebook-template-editor__modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
}

.ebook-template-editor__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.46);
    backdrop-filter: blur(3px);
}

.ebook-template-editor__modal-dialog {
    position: relative;
    max-width: 620px;
    margin: 8vh auto 0;
    padding: 0;
    border: 1px solid #d8e2ea;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
}

.ebook-template-editor__modal-form {
    display: grid;
    gap: 18px;
    padding: 22px;
}

.ebook-template-editor__modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.ebook-template-editor__modal-header h2 {
    margin: 0;
    font-size: 24px;
    color: #17212b;
}

.ebook-template-editor__modal-body {
    display: grid;
    gap: 16px;
}

.ebook-template-editor__field {
    display: grid;
    gap: 8px;
}

.ebook-template-editor__field label {
    font-size: 14px;
    font-weight: 700;
    color: #17212b;
}

.ebook-template-editor__field input[type="text"],
.ebook-template-editor__field select {
    width: 100%;
}

.ebook-template-editor__modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 1100px) {
    .ebook-template-editor__hero,
    .ebook-template-editor__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 782px) {
    .ebook-template-editor__hero,
    .ebook-template-editor__nav-card,
    .ebook-template-editor__panel {
        padding: 20px;
        border-radius: 20px;
    }

    .ebook-template-editor__hero-copy h1 {
        font-size: 28px;
    }

    .ebook-template-editor__panel-header {
        flex-direction: column;
    }

    .ebook-template-editor__nav-header,
    .ebook-template-editor__modal-header,
    .ebook-template-editor__actions {
        flex-direction: column;
    }

    .ebook-template-editor__header-side {
        justify-items: start;
    }

    .ebook-template-editor__modal-dialog {
        margin: 5vh 14px 0;
    }

    .ebook-template-editor__modal-actions {
        flex-direction: column;
    }

    .ebook-template-editor__actions .button,
    .ebook-template-editor__modal-actions .button {
        width: 100%;
        text-align: center;
    }
}

.ebook-woocommerce-linked-ebook {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    margin: 8px 12px 0 162px;
    padding: 18px;
    border: 1px solid #d9e3ea;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.ebook-woocommerce-linked-ebook__cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 134px;
    overflow: hidden;
    border: 1px solid #d7e1e8;
    border-radius: 14px;
    background: #eef3f7;
    color: #6a7884;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.ebook-woocommerce-linked-ebook__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ebook-woocommerce-linked-ebook__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.ebook-woocommerce-linked-ebook__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.ebook-woocommerce-linked-ebook__header h4 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
    color: #17212b;
}

.ebook-woocommerce-linked-ebook__header p {
    margin: 0;
    color: #5f6b76;
    line-height: 1.65;
}

.ebook-woocommerce-linked-ebook__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ebook-woocommerce-linked-ebook__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef5fb;
    color: #1f2f3d;
    font-size: 13px;
    line-height: 1.4;
}

.ebook-woocommerce-linked-ebook__meta strong {
    margin-right: 4px;
    color: #0f4c75;
}

@media (max-width: 960px) {
    .ebook-woocommerce-linked-ebook {
        margin-left: 0;
    }
}

@media (max-width: 782px) {
    .ebook-woocommerce-linked-ebook {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .ebook-woocommerce-linked-ebook__header {
        flex-direction: column;
    }
}



.ebook-store-template-hello-2026 {
    --ebook-hello-surface: #fffdf7;
    --ebook-hello-surface-strong: #ffffff;
    --ebook-hello-text: #172126;
    --ebook-hello-muted: #58656e;
    --ebook-hello-accent: #165d91;
    --ebook-hello-accent-strong: #0f4f7d;
    --ebook-hello-success: #135f45;
    --ebook-hello-outline: rgba(29, 54, 83, 0.12);
    --ebook-hello-shadow: 0 28px 70px rgba(13, 33, 53, 0.08);
    margin: 28px 0;
    color: var(--ebook-hello-text);
    container-type: inline-size;
}

.ebook-store-template-hello-2026,
.ebook-store-template-hello-2026 * {
    box-sizing: border-box;
}

.ebook-store-template-hello-2026__stack {
    display: grid;
    gap: 40px;
}

.ebook-store-template-hello-2026__stack.is-single {
    grid-template-columns: minmax(0, 1240px);
}

.ebook-hello-2026-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.78fr);
    gap: 24px;
    align-items: start;
    padding: 28px;
    border: 1px solid var(--ebook-hello-outline);
    border-radius: 36px;
    background:
        radial-gradient(circle at top left, rgba(33, 130, 187, 0.12), transparent 34%),
        radial-gradient(circle at bottom right, rgba(255, 191, 102, 0.18), transparent 28%),
        linear-gradient(180deg, #fffcf6 0%, #f7fbff 100%);
    box-shadow: var(--ebook-hello-shadow);
    overflow: hidden;
}

.ebook-hello-2026-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.42), rgba(255,255,255,0));
    pointer-events: none;
}

.ebook-hello-2026-card__main,
.ebook-hello-2026-card__checkout-column {
    position: relative;
    z-index: 1;
}

.ebook-hello-2026-card__main {
    display: grid;
    grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
    gap: 24px;
    min-width: 0;
}

.ebook-hello-2026-card__media-column {
    display: grid;
    gap: 16px;
}

.ebook-hello-2026-card__cover-panel {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(18, 61, 92, 0.1);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(246,250,255,0.94) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.ebook-hello-2026-card__cover-frame {
    display: grid;
    place-items: center;
    min-height: 340px;
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #edf5fb 100%);
    box-shadow: 0 20px 44px rgba(18, 61, 92, 0.12);
    overflow: hidden;
}

.ebook-hello-2026-card__cover {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.ebook-hello-2026-card__cover-placeholder {
    color: #6b7e8a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ebook-hello-2026-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eaf6ef;
    color: #135f45;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ebook-hello-2026-card__facts {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(18, 61, 92, 0.08);
    border-radius: 24px;
    background: rgba(255,255,255,0.72);
    backdrop-filter: blur(10px);
}

.ebook-hello-2026-fact {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 16px;
    background: #f8fbfd;
}

.ebook-hello-2026-fact__label {
    color: #6d7b87;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ebook-hello-2026-fact__value {
    color: #20303d;
    font-size: 13px;
    line-height: 1.5;
}

.ebook-hello-2026-card__content {
    display: grid;
    gap: 22px;
    min-width: 0;
    align-content: start;
}

.ebook-hello-2026-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.ebook-hello-2026-card__title-wrap {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.ebook-hello-2026-card__eyebrow,
.ebook-hello-2026-checkout__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(22, 93, 145, 0.1);
    color: var(--ebook-hello-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ebook-hello-2026-card__title {
    margin: 0;
    font-size: clamp(2.35rem, 4cqi, 4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #15222d;
    text-wrap: balance;
}

.ebook-hello-2026-card__price-block {
    display: grid;
    gap: 8px;
    justify-items: end;
    flex: 0 0 auto;
}

.ebook-hello-2026-card__price {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: var(--ebook-hello-success);
    white-space: nowrap;
}

.ebook-hello-2026-card__price-note {
    color: #5e6f7a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ebook-hello-2026-card__description {
    color: #43515d;
    font-size: 16px;
    line-height: 1.85;
}

.ebook-hello-2026-card__description > :first-child,
.ebook-hello-2026-card__description > :last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.ebook-store-template-hello-2026 a,
.ebook-store-template-hello-2026 a:visited {
    color: inherit;
}

.ebook-hello-2026-card__description a,
.ebook-hello-2026-card__description a:visited {
    color: var(--ebook-hello-accent);
    text-decoration: none;
    box-shadow: none;
    border-bottom: 0;
}

.ebook-hello-2026-card__description a:hover,
.ebook-hello-2026-card__description a:focus {
    text-decoration: underline;
}

.ebook-hello-2026-card__supporting,
.ebook-hello-2026-checkout__trust {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ebook-hello-2026-card__supporting li,
.ebook-hello-2026-checkout__trust li {
    position: relative;
    padding: 12px 14px 12px 38px;
    border: 1px solid rgba(18, 61, 92, 0.08);
    border-radius: 18px;
    background: rgba(255,255,255,0.8);
    color: #425360;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
}

.ebook-hello-2026-card__supporting li::before,
.ebook-hello-2026-checkout__trust li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1c78b3 0%, #2d8fcf 100%);
    box-shadow: 0 0 0 4px rgba(28, 120, 179, 0.12);
}

.ebook-hello-2026-card__checkout-column {
    min-width: 0;
    align-self: start;
}

.ebook-hello-2026-checkout {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(18, 61, 92, 0.12);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(241,247,253,0.94) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.ebook-hello-2026-checkout h4 {
    margin: 0;
    font-size: 28px;
    line-height: 1.08;
    color: #16232e;
}

.ebook-hello-2026-checkout p {
    margin: 0;
    color: var(--ebook-hello-muted);
    line-height: 1.75;
}

.ebook-hello-2026-checkout__methods {
    display: grid;
    gap: 12px;
}

.ebook-hello-2026-method,
.ebook-hello-2026-primary-action,
.ebook-hello-2026-secondary-action {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}

.ebook-hello-2026-method {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 14px 16px;
    border: 1px solid rgba(18, 61, 92, 0.1);
    border-radius: 22px;
    background: #ffffff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ebook-hello-2026-method:hover,
.ebook-hello-2026-method:focus {
    transform: translateY(-1px);
    border-color: rgba(22, 93, 145, 0.22);
    box-shadow: 0 18px 32px rgba(16, 44, 71, 0.08);
}

.ebook-hello-2026-method__brand {
    display: grid;
    place-items: center;
    box-sizing: border-box;
    width: 62px;
    height: 46px;
    padding: 0 10px;
    border-radius: 14px;
    background: #f7fbfe;
    border: 1px solid rgba(18, 61, 92, 0.08);
}

.ebook-hello-2026-method__brand img {
    display: block;
    max-width: 100%;
    max-height: 24px;
    width: auto;
    height: auto;
}

.ebook-hello-2026-method__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.ebook-hello-2026-method__copy strong {
    color: #17212b;
    font-size: 16px;
    line-height: 1.2;
}

.ebook-hello-2026-method__copy small {
    color: #687987;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ebook-hello-2026-method__arrow {
    color: #35556f;
    font-size: 20px;
    font-weight: 700;
}

.ebook-hello-2026-primary-action,
.ebook-hello-2026-secondary-action,
.ebook-store-template-hello-2026 .add_to_cart_link,
.ebook-store-template-hello-2026 .stripe-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.ebook-hello-2026-primary-action,
.ebook-store-template-hello-2026 .add_to_cart_link,
.ebook-store-template-hello-2026 .stripe-button {
    border: 0;
    background: linear-gradient(135deg, var(--ebook-hello-accent-strong) 0%, var(--ebook-hello-accent) 100%);
    color: #ffffff !important;
    box-shadow: 0 16px 28px rgba(17, 82, 128, 0.18);
}

.ebook-hello-2026-secondary-action {
    border: 1px solid rgba(18, 61, 92, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
    color: #29465b !important;
}

.ebook-hello-2026-primary-action:hover,
.ebook-hello-2026-primary-action:focus,
.ebook-hello-2026-secondary-action:hover,
.ebook-hello-2026-secondary-action:focus,
.ebook-store-template-hello-2026 .add_to_cart_link:hover,
.ebook-store-template-hello-2026 .add_to_cart_link:focus,
.ebook-store-template-hello-2026 .stripe-button:hover,
.ebook-store-template-hello-2026 .stripe-button:focus:hover:focus {
    transform: translateY(-1px);
}

.ebook-hello-2026-checkout__secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ebook-hello-2026-checkout__secondary > * {
    flex: 1 1 180px;
}

.ebook-store-template-hello-2026 .ebook_store_form,
.ebook-store-template-hello-2026 form[id^="paypal_form"],
.ebook-store-template-hello-2026 form[name="dmp_order_form"] {
    margin: 0;
}

@container (max-width: 800px) {
    .ebook-hello-2026-card {
        grid-template-columns: 1fr;
    }
}

@container (max-width: 580px) {
    .ebook-hello-2026-card__main {
        grid-template-columns: 1fr;
    }

    .ebook-hello-2026-card__header {
        flex-direction: column;
    }

    .ebook-hello-2026-card__price-block {
        justify-items: start;
    }

    .ebook-hello-2026-card__title {
        font-size: clamp(2rem, 8cqi, 3rem);
    }
}

@container (max-width: 460px) {
    .ebook-hello-2026-card {
        padding: 18px;
        border-radius: 28px;
    }

    .ebook-hello-2026-checkout,
    .ebook-hello-2026-card__cover-panel,
    .ebook-hello-2026-card__facts {
        padding: 18px;
        border-radius: 24px;
    }

    .ebook-hello-2026-method {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .ebook-hello-2026-method__arrow {
        display: none;
    }
}

.ebook-import-books {
    display: grid;
    gap: 24px;
}

.ebook-import-books__hero,
.ebook-import-books__panel {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    border: 1px solid #d7e3ec;
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(20, 56, 86, 0.08);
}

.ebook-import-books__hero {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1.8fr) minmax(260px, 1fr);
    padding: 28px 30px;
}

.ebook-import-books__eyebrow {
    color: #1e648a;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ebook-import-books__hero-copy h1 {
    color: #14374f;
    font-size: 34px;
    line-height: 1.08;
    margin: 0 0 12px;
}

.ebook-import-books__hero-copy p,
.ebook-import-books__panel-head p,
.ebook-import-books__mode-copy,
.ebook-import-books__description,
.ebook-import-books__filename,
.ebook-import-books__summary {
    color: #496579;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.ebook-import-books__hero-pills {
    align-content: start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.ebook-import-books__hero-pills span {
    background: #eff6fb;
    border: 1px solid #c9deec;
    border-radius: 999px;
    color: #205575;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 12px;
}

.ebook-import-books__layout {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.ebook-import-books__panel {
    padding: 26px;
}

.ebook-import-books__panel-head {
    align-items: start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.ebook-import-books__panel-head h2 {
    color: #153b54;
    font-size: 24px;
    margin: 0 0 8px;
}

.ebook-import-books__mode-grid {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.ebook-import-books__mode-card {
    background: #ffffff;
    border: 1px solid #d6e3eb;
    border-radius: 16px;
    cursor: pointer;
    display: grid;
    gap: 8px;
    padding: 18px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ebook-import-books__mode-card:hover,
.ebook-import-books__mode-card.is-selected {
    border-color: #1e648a;
    box-shadow: 0 10px 24px rgba(30, 100, 138, 0.12);
    transform: translateY(-1px);
}

.ebook-import-books__mode-card input {
    margin: 0;
}

.ebook-import-books__mode-card.is-disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.ebook-import-books__mode-title {
    color: #163f5d;
    font-size: 16px;
    font-weight: 700;
}

.ebook-import-books__field {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.ebook-import-books__field label {
    color: #153b54;
    font-size: 13px;
    font-weight: 700;
}

.ebook-import-books__price-input {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d4e0e8;
    border-radius: 14px;
    display: grid;
    gap: 0;
    grid-template-columns: auto minmax(0, 1fr);
    overflow: hidden;
}

.ebook-import-books__price-input span {
    background: #eef5fa;
    border-right: 1px solid #d4e0e8;
    color: #1c597c;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 14px;
}

.ebook-import-books__price-input input[type="number"] {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #14374f;
    font-size: 14px;
    margin: 0;
    min-height: 46px;
    padding: 10px 14px;
    width: 100%;
}

.ebook-import-books__price-input input[type="number"]:focus {
    box-shadow: none;
    outline: none;
}

.ebook-import-books__dropzone {
    background:
        radial-gradient(circle at top right, rgba(54, 134, 176, 0.12), transparent 34%),
        repeating-linear-gradient(-45deg, #eef5fa 0, #eef5fa 10px, #f9fbfd 10px, #f9fbfd 20px);
    border: 2px dashed #97b8cb;
    border-radius: 22px;
    min-height: 220px;
    padding: 24px;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.ebook-import-books__dropzone.is-dragover {
    border-color: #1e648a;
    transform: translateY(-1px);
}

.ebook-import-books__dropzone.is-locked {
    filter: grayscale(0.2);
    opacity: 0.68;
}

.ebook-import-books__drop-inner {
    align-items: center;
    display: grid;
    gap: 12px;
    height: 100%;
    justify-items: center;
    text-align: center;
}

.ebook-import-books__drop-inner .dashicons {
    color: #1e648a;
    font-size: 34px;
    height: 34px;
    width: 34px;
}

.ebook-import-books__drop-inner strong {
    color: #153a53;
    font-size: 20px;
}

.ebook-import-books__toolbar {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-top: 18px;
}

.ebook-import-books__queue {
    display: grid;
    gap: 16px;
}

.ebook-import-books__item {
    background: #ffffff;
    border: 1px solid #d5e1ea;
    border-radius: 18px;
    padding: 18px;
}

.ebook-import-books__item.status-imported {
    border-color: #8dc6a2;
}

.ebook-import-books__item.status-error {
    border-color: #d89494;
}

.ebook-import-books__item-head {
    align-items: start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ebook-import-books__item-head h3 {
    color: #163b54;
    font-size: 18px;
    margin: 0 0 4px;
}

.ebook-import-books__status {
    background: #eef6fb;
    border-radius: 999px;
    color: #1f658a;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 11px;
    white-space: nowrap;
}

.ebook-import-books__progress {
    background: #e7eff5;
    border-radius: 999px;
    height: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.ebook-import-books__progress-bar {
    background: linear-gradient(90deg, #1d6a8c 0%, #3f97b8 100%);
    display: block;
    height: 100%;
    width: 0;
}

.ebook-import-books__meta {
    color: #567285;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ebook-import-books__message {
    color: #963b3b;
    font-size: 13px;
    margin: 12px 0 0;
}

.ebook-import-books__actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ebook-import-books__empty {
    border: 1px dashed #c8d8e4;
    border-radius: 18px;
    color: #607b8e;
    padding: 22px;
    text-align: center;
}

@media (max-width: 960px) {
    .ebook-import-books__hero,
    .ebook-import-books__layout {
        grid-template-columns: 1fr;
    }

    .ebook-import-books__hero-pills {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .ebook-import-books__hero,
    .ebook-import-books__panel {
        padding: 20px;
    }

    .ebook-import-books__toolbar,
    .ebook-import-books__item-head {
        align-items: stretch;
        flex-direction: column;
    }

    .ebook-import-books__toolbar .button {
        width: 100%;
    }
}.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--noClose .tingle-modal__close,.tingle-modal__closeLabel{display:none}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:60%;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:3rem}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{overflow:hidden;height:100%}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(15px);filter:blur(15px)}.tingle-modal--visible{visibility:visible;opacity:1}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal-box{width:auto;border-radius:0}.tingle-modal{top:60px;display:block;width:100%}.tingle-modal--noClose{top:0}.tingle-modal--overflow{padding:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-skeleton{display:flex;flex-direction:column;gap:1rem}.wc-block-components-skeleton__element{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;overflow:hidden;position:relative}.wc-block-components-skeleton__element:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wc-block-components-skeleton__element:after{animation:none}}.wc-block-components-skeleton__element--static:after{display:none}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:var(--wp--preset--font-size--small,14px);line-height:1.4;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:80px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{text-align:right;width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,table.wc-block-cart-items .wc-block-cart-items__header th{font-weight:500}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{margin:0;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:var(--wp--preset--font-size--small,14px);gap:8px;line-height:1.4}@container (max-width: 399px){.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices{flex-wrap:wrap}}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices>:empty,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices>:empty{display:none}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>*,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>*{margin:0}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price[hidden],table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price[hidden]{display:none}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{align-items:center;display:flex;flex-direction:row;gap:12px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;height:24px;letter-spacing:inherit;line-height:inherit;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;text-transform:none;vertical-align:baseline;white-space:nowrap;width:24px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{color:inherit;cursor:pointer;text-decoration:none}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link[hidden],table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link[hidden]{display:none}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg{fill:currentColor}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;font-family:inherit;font-size:inherit;font-size:var(--wp--preset--font-size--small,14px);font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1.4;margin:0;padding:0;text-decoration:inherit;text-decoration:underline;text-shadow:none;text-transform:inherit;text-transform:none;vertical-align:baseline;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:hover{color:inherit;cursor:pointer;text-decoration:none}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:disabled,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__save-for-later .wc-block-cart-item__save-for-later-link:disabled{cursor:default;opacity:.5}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display:block;font-size:var(--wp--preset--font-size--small,14px);font-weight:500;line-height:1.4;max-width:max-content}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name[hidden],table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name[hidden]{display:none}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:var(--wp--preset--font-size--small,14px);line-height:1.4;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.editor-styles-wrapper table.wc-block-cart-items.wc-block-mini-cart-items .wc-block-cart-item__save-for-later,table.wc-block-cart-items.wc-block-mini-cart-items .wc-block-cart-item__save-for-later{display:none}@container (max-width: 699px){.wc-block-cart table.wc-block-cart-items td{margin:0;padding:0}.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__remove-link,.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header{display:none}.wc-block-cart table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row{border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent)}.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row{display:grid;grid-template-columns:80px 132px;padding:16px 0}.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{grid-column-start:1;grid-row-start:1;padding-right:16px}.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{grid-column-end:4;grid-column-start:2;grid-row-start:1;justify-self:stretch;padding:0}.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{grid-column-start:1;grid-row-start:2;padding-right:16px;padding-top:0;vertical-align:bottom}.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{grid-row-start:1}.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{margin:0;padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row{border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent)}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{display:grid;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{grid-column-start:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{grid-column-end:4;grid-column-start:2;grid-row-start:1;justify-self:stretch;padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{grid-column-start:1;grid-row-start:2;padding-right:16px;padding-top:0;vertical-align:bottom}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{grid-row-start:1}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}@container (min-width: 700px){.wc-block-cart__main .wc-block-cart-items{border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent);border-spacing:0}.wc-block-cart__main .wc-block-cart-items th{padding:8px 16px 12px 0;white-space:nowrap}.wc-block-cart__main .wc-block-cart-items td{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:20px 0 20px 16px;vertical-align:top}.wc-block-cart__main .wc-block-cart-items th:last-child{padding-right:16px}.wc-block-cart__main .wc-block-cart-items td:last-child{padding-right:16px}}@container (min-width: 700px){.wc-block-cart{margin-bottom:3em}.wc-block-cart.has-dark-controls .wc-block-cart-items{border-color:hsla(0,0%,100%,.4)}.wc-block-cart.has-dark-controls .wc-block-cart-items th{color:#fff}.wc-block-cart.has-dark-controls .wc-block-cart-items td{border-color:hsla(0,0%,100%,.4)}}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wp-block-woocommerce-cart{container-type:inline-size;width:100%}.wc-block-cart{padding-top:16px}.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type{margin-top:0}.wc-block-cart .wc-block-components-totals-footer-item,.wc-block-cart .wc-block-components-totals-taxes{margin:0}.wc-block-cart .wp-block-woocommerce-cart-order-summary-block{border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent);font-size:var(--wp--preset--font-size--small,14px);line-height:1.4;margin-bottom:16px}.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel,.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item{padding-left:0;padding-right:0}.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;display:inline-block;min-width:84px;overflow:hidden;position:relative}.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after{animation:none}}.wc-block-cart--is-loading h2 span--static:after,.wc-block-cart--is-loading th span--static:after,.wc-block-mini-cart__drawer.is-loading h2 span--static:after,.wc-block-mini-cart__drawer.is-loading th span--static:after{display:none}.wc-block-cart--is-loading h2 span:before,.wc-block-cart--is-loading th span:before,.wc-block-mini-cart__drawer.is-loading h2 span:before,.wc-block-mini-cart__drawer.is-loading th span:before{content:" "}.wc-block-cart--is-loading h2 span,.wc-block-mini-cart__drawer.is-loading h2 span{min-width:33%}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;overflow:hidden;position:relative}.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after{animation:none}}.wc-block-cart--is-loading .wc-block-components-product-metadata--static:after,.wc-block-cart--is-loading .wc-block-components-product-price--static:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector--static:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata--static:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price--static:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector--static:after{display:none}.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;display:inline-block;min-width:84px;overflow:hidden;position:relative}.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after{animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name--static:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name--static:after{display:none}.wc-block-cart--is-loading .wc-block-components-product-name:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before{content:" "}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata{margin-top:.25em;min-width:8em}.wc-block-cart--is-loading .wc-block-cart-item__remove-link,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;display:block;overflow:hidden;position:relative}.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after{animation:none}}.wc-block-cart--is-loading .wc-block-cart-item__image>a--static:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a--static:after{display:none}.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price{display:block;margin-top:.25em;max-width:3em}.wc-block-cart--is-loading .wc-block-components-product-price:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before{content:" "}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;min-height:460px;overflow:hidden;position:relative}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after{animation:none}}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card--static:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card--static:after{display:none}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before{content:" "}.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:flex}.wc-block-cart-item__total-price-and-sale-badge-wrapper{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.wc-block-components-sidebar-layout.wc-block-cart{padding-top:0}@container (max-width: 699px){.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{display:none}}@container (min-width: 700px){.wc-block-cart{margin-bottom:3em}.wc-block-cart .wc-block-components-radio-control__input{left:0;margin:0}.wc-block-cart .wc-block-cart__totals-title{background:transparent;border:0;border-radius:0;box-shadow:none;color:inherit;display:inline;display:block;font-family:inherit;font-size:inherit;font-size:var(--wp--preset--font-size--small,14px);font-style:inherit;font-weight:inherit;font-weight:500;letter-spacing:inherit;line-height:inherit;line-height:1.4;margin:0;padding:8px 16px 10px 0;text-align:left;text-decoration:inherit;text-transform:inherit;text-transform:uppercase;vertical-align:baseline}.wc-block-cart .wc-block-components-sidebar{margin-top:0}.wc-block-cart .wc-block-cart__payment-options{padding:16px 0 0}.wc-block-cart .wc-block-cart__payment-options:empty{padding:0}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block{display:none}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block{box-sizing:border-box;margin:0;min-height:10em;padding-right:4.5283018868%;width:65%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;display:block;min-height:15em;overflow:hidden;position:relative;transition:background-color .2s ease}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block--static:after{display:none}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{transition:background-color .2s ease}@media(prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{transition:background-color .2s ease}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{transition:background-color .2s ease}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{box-sizing:border-box;margin:0;min-height:12em;padding-left:2.2641509434%;width:35%}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;display:block;margin:0 0 1em;min-height:48px;overflow:hidden;position:relative;transition:background-color .2s ease}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block--static:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block--static:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block--static:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block--static:after{display:none}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{transition:background-color .2s ease}@media(prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{transition:background-color .2s ease}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{transition:background-color .2s ease}}.wp-block-woocommerce-cart.is-loading div.wp-block-woocommerce-cart-order-summary-block{height:200px}.wp-block-woocommerce-cart.is-loading div.wp-block-woocommerce-cart-order-summary-totals-block{border-top:none}@container (max-width: 699px){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{padding:0;width:100%}}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-cart-item__image .wc-block-components-skeleton__element{padding-bottom:100%}.wc-block-cart-item__total{display:flex;justify-content:flex-end}.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__image{margin-top:4px}.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__description{flex-grow:1}.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__description .wc-block-components-skeleton__element{margin-bottom:8px}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-quantity-selector{border:1px solid color-mix(in srgb,currentColor 30%,transparent);border-radius:4px;box-sizing:border-box;display:flex;position:relative;width:107px}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{appearance:textfield;background:transparent;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-size:var(--wp--preset--font-size--small,14px);line-height:1.4;line-height:1;margin:0;min-width:40px;order:2;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{background:none transparent;border:0;box-shadow:none;color:currentColor;cursor:pointer;font-size:.9em;font-style:normal;font-weight:400;margin:0;min-width:30px;opacity:.6;padding:0;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.wc-block-components-quantity-selector[hidden]{display:none}:where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input){padding:.4em 0}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none transparent}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price{display:block}.wc-block-components-product-price[hidden]{display:none}.wc-block-components-product-price>:empty{display:none}.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price{margin-bottom:12px}.wc-block-components-product-price ins{text-decoration:none}.wc-block-components-product-price .woocommerce-Price-amount{white-space:nowrap}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;content:".";display:block;display:inline-block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;width:5em;z-index:1}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{animation:none}}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-product-badge{background:color-mix(in srgb,currentColor 10%,transparent);display:inline-block;font-size:var(--wp--preset--font-size--x-small,calc(var(--wp--preset--font-size--small, 14px)*.875));line-height:1.4;padding:2px 4px;white-space:nowrap}.wc-block-components-product-badge[hidden]{display:none}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-product-details.wc-block-components-product-details{font-size:var(--wp--preset--font-size--x-small,calc(var(--wp--preset--font-size--small, 14px)*.875));line-height:1.4}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-product-metadata{display:flex;flex-direction:column;font-size:var(--wp--preset--font-size--small,14px);gap:4px;line-height:1.4}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{font-size:var(--wp--preset--font-size--x-small,calc(var(--wp--preset--font-size--small, 14px)*.875));line-height:1.4;margin:0}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-payment-method-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;height:24px;margin:0 4px 2px;max-height:24px;max-width:38px;padding:0;width:auto}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-left:8px;margin-right:0}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}@container (min-width: 520px) and (max-width: 699px){.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}}@container (min-width: 400px) and (max-width: 519px){.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{text-wrap:balance;text-wrap:pretty;display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{opacity:.5}.wc-block-components-button:not(.is-link).is-style-outline,.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).is-style-outline:active,.wc-block-components-button:not(.is-link).is-style-outline:disabled,.wc-block-components-button:not(.is-link).is-style-outline:focus,.wc-block-components-button:not(.is-link).is-style-outline:hover,.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).is-style-outline:hover,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(max(-100%,var(--neg-drawer-width)))}}@keyframes rtlslidein{0%{transform:translateX(0)}to{transform:translateX(min(100%,var(--drawer-width)))}}.wc-block-components-drawer__screen-overlay{background-color:rgba(95,95,95,.35);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .3s;z-index:9999}.wc-block-components-drawer__screen-overlay--with-slide-out{transition:opacity .3s}.wc-block-components-drawer__screen-overlay--with-slide-in{animation-duration:.3s;animation-name:fadein}.wc-block-components-drawer__screen-overlay--is-hidden{opacity:0;pointer-events:none}.wc-block-components-drawer{background:#fff;border-left:1px solid color-mix(in srgb,currentColor 30%,transparent);display:block;height:100%;left:100%;max-width:100%;position:fixed;right:0;top:0;transform:translateX(max(-100%,var(--neg-drawer-width)));width:var(--drawer-width)}.rtl .wc-block-components-drawer{transform:translateX(min(100%,var(--drawer-width)))}.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer{transition:transform .3s}.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{animation-duration:.3s;animation-name:slidein}.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{animation-name:rtlslidein}.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer{transform:translateX(0)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-drawer,.wc-block-components-drawer__screen-overlay{animation-name:none!important;transition:none!important}}.wc-block-components-button.wc-block-components-drawer__close{background:transparent!important;border:0;border-radius:0;color:inherit!important;margin:-1em;opacity:.6;padding:0;padding:1em!important;position:absolute!important;right:12px;top:12px;vertical-align:baseline;z-index:2}.wc-block-components-button.wc-block-components-drawer__close:active,.wc-block-components-button.wc-block-components-drawer__close:focus,.wc-block-components-button.wc-block-components-drawer__close:hover{opacity:1}.wc-block-components-button.wc-block-components-drawer__close:focus:not(:focus-visible){box-shadow:none;outline:none}.wc-block-components-button.wc-block-components-drawer__close svg{fill:currentColor;display:block}.wc-block-components-drawer__content{height:100dvh;position:relative}.admin-bar .wc-block-components-drawer__content{height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px));margin-top:var(--wp-admin--admin-bar--height,0)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{text-wrap:balance;text-wrap:pretty;display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{opacity:.5}.wc-block-components-button:not(.is-link).is-style-outline,.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).is-style-outline:active,.wc-block-components-button:not(.is-link).is-style-outline:disabled,.wc-block-components-button:not(.is-link).is-style-outline:focus,.wc-block-components-button:not(.is-link).is-style-outline:hover,.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).is-style-outline:hover,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-checkbox{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:0;text-decoration:inherit;text-transform:inherit}.wc-block-components-checkbox.wc-block-components-validated-checkbox-control label{display:grid;grid-template-columns:auto 1fr}.wc-block-components-checkbox.wc-block-components-validated-checkbox-control label .wc-block-components-validation-error{grid-column:1/-1}.wc-block-components-checkbox label{align-items:flex-start;cursor:pointer;display:inline-flex;font-size:var(--wp--preset--font-size--small,14px);gap:12px;line-height:20px;margin-bottom:0!important;position:relative}.wc-block-components-checkbox label input[type=checkbox]{cursor:inherit}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{appearance:none;background-color:#fff;border:1px solid color-mix(in srgb,currentColor 48%,transparent);border-radius:4px;box-sizing:border-box;height:20px;margin:0;min-width:20px;overflow:hidden;position:static;width:20px}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:#fff}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:1.5px solid color-mix(in srgb,currentColor 80%,transparent);outline-offset:1.5px}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before{content:""}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark{display:none}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:rgba(0,0,0,.1);border-color:currentColor}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:1.5px solid currentColor;outline-offset:1.5px}.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a{color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover{border-color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus{outline:2px solid #cc1818;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#000;height:15px;margin-left:3px;margin-top:1px;pointer-events:none;position:absolute;width:15px}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#fff}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]{background-color:#fff;border-color:var(--form--border-color);position:relative}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked{background-color:#fff;border-color:var(--form--border-color)}.theme-twentytwentyone .wc-block-components-checkbox__mark{display:none}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-validation-error{color:#cc1818;font-size:var(--wp--preset--font-size--small,14px);line-height:1.4;max-width:100%;min-height:1em;padding:8px 0 0;white-space:normal}.wc-block-components-validation-error>p{align-items:center;display:flex;gap:2px;line-height:1;margin:0;padding:0}.wc-block-components-validation-error svg{fill:currentColor;height:1.5em;margin:-.4735em 0;width:1.5em}.has-dark-controls .wc-block-components-validation-error{color:#f18c8c}.wc-block-components-select+.wc-block-components-validation-error{margin-bottom:24px}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{list-style:none outside;margin:0;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{list-style:none outside;margin:0 0 4px;padding:0}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{background-color:currentColor!important;border:0!important;border-radius:.25rem;box-shadow:none;color:currentColor!important;display:block;line-height:1;max-width:100%!important;opacity:.15;outline:0!important;overflow:hidden!important;pointer-events:none;position:relative!important;width:100%;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{animation:loading__animation 1.5s ease-in-out infinite;background-image:linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);background-repeat:no-repeat;content:" ";display:block;height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes loading__animation{to{transform:translateX(100%)}}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{animation:none}}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-chip{align-items:center;border:0;border-radius:0;display:inline-flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1;margin:0 .365em .365em 0;max-width:100%;padding:.25em .5em;text-decoration:inherit;text-transform:inherit}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:transparent;border:1px solid;color:inherit}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1;font-size:.875em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.5em}.wc-block-components-chip .wc-block-components-chip__remove{appearance:none;background:#e0e0e0;border:0;border-radius:25px;height:16px;line-height:16px;margin:0;padding:0;width:16px}.wc-block-components-chip .wc-block-components-chip__remove-icon{fill:#1e1e1e}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:transparent}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{background:#949494}.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon{fill:#fff}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#fff;cursor:not-allowed}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-form{counter-reset:checkout-step}.wc-block-components-form .wc-block-components-checkout-step{background:none;border:none;margin:0 0 24px;padding:0;position:relative}.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-country-input,.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-text-input:first-of-type{margin-top:0}.wc-block-components-checkout-step--disabled{opacity:.6}.wc-block-components-checkout-step__container{position:relative}.wc-block-components-checkout-step__container textarea{font-style:inherit;font-weight:inherit}.wc-block-components-checkout-step__content>*{margin-bottom:16px}.wc-block-components-checkout-step__content>:last-child{margin-bottom:0}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child{margin-bottom:0}.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__heading{position:relative}.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__heading-container{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.wc-block-components-checkout-step__title{margin:0 12px 0 0}.wc-block-components-checkout-step__heading-content{font-size:.75em}.wc-block-components-checkout-step__heading-content a{color:inherit;font-weight:700}.wc-block-components-checkout-step__description{font-size:var(--wp--preset--font-size--small,14px);line-height:1.4;margin:0}.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number{padding:0 0 0 36px}@container (max-width: 519px){@media(max-width:600px){.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number{padding:36px 0 0}}}.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{background:transparent;border:0;border-radius:0;content:" " counter(checkout-step) ".";content:" " counter(checkout-step) "."/"";counter-increment:checkout-step;left:-24px;margin:0;padding:0;position:absolute;text-align:center;top:0;transform:translateX(-50%);vertical-align:baseline;white-space:nowrap}@container (max-width: 519px){.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{content:counter(checkout-step) ". ";content:counter(checkout-step) ". "/"";left:auto;position:static;top:auto;transform:none}}.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content,.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description{position:relative}.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before{border-left:1px solid color-mix(in srgb,currentColor 20%,transparent);bottom:0;content:"";left:-24px;position:absolute;top:0}.has-dark-controls .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,.has-dark-controls .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before{border-left-color:hsla(0,0%,100%,.4)}.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before{bottom:-16px}.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number,.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number{padding:0}.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{content:counter(checkout-step) ". ";content:counter(checkout-step) ". "/"";left:auto;position:static;top:auto;transform:none}.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before,.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before{display:none}.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title{font-size:1em;line-height:24px;margin:0 12px 0 0}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-title.wc-block-components-title{border:0;border-radius:0;font-size:var(--wp--preset--font-size--medium,22px);font-weight:500;line-height:1.4;margin:0;padding:0;vertical-align:baseline;word-break:break-word}.wc-block-components-title.wc-block-components-title textarea{font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:1.3;text-transform:inherit}.theme-twentytwenty .wc-block-components-title.wc-block-components-title{border:0;border-radius:0;font-size:var(--wp--preset--font-size--medium,22px);font-weight:500;line-height:1.4;margin:0;padding:0;vertical-align:baseline;word-break:break-word}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-formatted-money-amount{white-space:nowrap}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-panel.has-border{border:1px solid color-mix(in srgb,currentColor 30%,transparent);border-width:1px 0}.wc-block-components-panel.has-border+.wc-block-components-panel.has-border{border-top-width:0}.wc-block-components-panel.has-border.no-top-border{border-top-width:0}.wc-block-components-panel__button{box-sizing:border-box;height:auto;padding-left:0!important;padding-right:32px;padding-top:.375em;position:relative;text-align:left;width:100%;word-break:break-word}.wc-block-components-panel__button[aria-expanded=true]{margin-bottom:16px}.wc-block-components-panel__button,.wc-block-components-panel__button:active,.wc-block-components-panel__button:focus,.wc-block-components-panel__button:hover{cursor:pointer;padding-left:0!important}.wc-block-components-panel__button>.wc-block-components-panel__button-icon{fill:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto}.wc-block-components-panel__content[hidden]{display:none}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-radio-control--highlight-checked,.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option{position:relative}.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after{background:color-mix(in srgb,currentColor 20%,transparent);content:"";height:1px;left:1px;position:absolute;right:1px;top:0}.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:first-child:after{display:none}.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted+div.wc-block-components-radio-control-accordion-option:after{display:none}.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{border-radius:4px;box-shadow:inset 0 0 0 1.5px currentColor}.wc-block-components-radio-control--highlight-checked:after{border:1px solid color-mix(in srgb,currentColor 20%,transparent);border-radius:4px;bottom:0;box-sizing:border-box;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;width:100%}.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after{border-top:0;margin-top:2px}.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after{border-bottom:0;margin-bottom:2px}.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option--checked-option-highlighted+.wc-block-components-radio-control__option:after{display:none}.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after{background:color-mix(in srgb,currentColor 20%,transparent);content:"";height:1px;left:1px;position:absolute;right:1px;top:0}.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:first-child:after{display:none}.wc-block-components-radio-control .wc-block-components-radio-control__option{margin:0}.wc-block-components-radio-control__option{color:inherit;cursor:pointer;display:block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:16px 16px 16px 48px;position:relative;text-decoration:inherit;text-transform:inherit}.wc-block-components-radio-control__option-layout{display:flex;flex-direction:column;width:100%}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:flex;justify-content:space-between}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__label{flex-grow:1}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{flex:0 0 50%;text-align:right}.wc-block-components-radio-control__description-group--column{text-wrap:balance;flex-direction:column}.wc-block-components-radio-control__description-group--column .wc-block-components-radio-control__description{margin:4px 0}.wc-block-components-radio-control__description-group--column .wc-block-components-radio-control__secondary-description{padding-right:12px;text-align:left}.wc-block-components-radio-control__description,.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__secondary-label{font-size:var(--wp--preset--font-size--small,14px);line-height:1.4}.wc-block-components-radio-control .wc-block-components-radio-control__input{appearance:none;background:#fff;border:1px solid color-mix(in srgb,currentColor 48%,transparent);border-radius:50%;display:inline-block;height:20px;left:16px;margin:0;position:absolute;top:50%;transform:translateY(-45%);width:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border:1px solid color-mix(in srgb,currentColor 80%,transparent)}.wc-block-components-radio-control .wc-block-components-radio-control__input:focus{outline:1px solid color-mix(in srgb,currentColor 80%,transparent);outline-offset:2px}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#000;border-radius:50%;content:"";display:block;height:10px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-color:#fff}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:focus{outline:1px solid #fff;outline-offset:1px}.wc-block-components-radio-control .wc-block-components-radio-control__input[aria-disabled=true],.wc-block-components-radio-control .wc-block-components-radio-control__input[disabled]{cursor:not-allowed;opacity:.5;transition:opacity .2s ease}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-width:2px}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background-color:var(--form--color-text)}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after{display:none}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{display:inline-block;font-weight:400;margin-right:12px}.wc-block-components-sort-select__select{font-size:inherit;width:max-content}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-spinner{box-sizing:content-box;color:inherit;font-size:1.25em;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%}.wc-block-components-spinner:after{animation:spinner__animation 1s linear infinite;backface-visibility:hidden;border:.2em solid;border-left:.2em solid transparent;border-radius:50%;box-sizing:border-box;content:" ";height:1em;left:50%;margin:-.5em 0 0 -.5em;position:absolute;top:50%;transform:translateZ(0) scale(.5);transform-origin:50% 50%;width:1em}@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notices{display:block;margin:1.5em 0}.wc-block-components-notices:first-child{margin-top:0}.wc-block-components-notices:empty{margin:0}.wc-block-components-notices .wc-block-components-notices__notice{display:flex;flex-wrap:nowrap;margin:0}.wc-block-components-notices .wc-block-components-notices__notice a{text-decoration:underline}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss{background:transparent none;border:0;color:currentColor;margin:0 0 0 auto;outline:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg{fill:currentColor;vertical-align:text-top}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child{margin-top:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child{margin-bottom:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content ul{list-style:none;margin:0;padding:0}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li{margin:.25em 0 0}.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice{margin-top:1em}.theme-twentytwenty .wc-block-components-notices__notice,.theme-twentytwentyone .wc-block-components-notices__notice{padding:1.5rem 3rem}.wc-block-components-notices__snackbar{bottom:20px;left:16px;position:fixed;width:auto}@media(max-width:782px){.wc-block-components-notices__snackbar{bottom:auto;left:0;position:fixed;top:10px}.wc-block-components-notices__snackbar .components-snackbar-list__notice-container{margin-left:10px;margin-right:10px}}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-snackbar-list{bottom:24px;box-sizing:border-box;left:24px;pointer-events:none;position:fixed;right:24px;z-index:100000}.wc-block-components-notice-banner.wc-block-components-notice-snackbar,.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner{border:1px solid transparent;box-shadow:0 1px 2px rgba(0,0,0,.1);display:inline-flex;margin:24px 16px 0 0;max-width:600px;pointer-events:all;position:relative;width:auto}.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-error,.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-info,.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-success,.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-error,.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-info,.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-success{border-color:transparent}.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-default,.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-default{border-color:#2f2f2f}@media(max-width:782px){.wc-block-components-notice-banner.wc-block-components-notice-snackbar,.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner{max-width:none;width:100%}}.notice-transition-enter{max-height:0}.notice-transition-enter.notice-transition-enter-active{max-height:99em;transition:max-height .5s ease-in}.notice-transition-enter-done{max-height:auto}.notice-transition-exit{opacity:1}.notice-transition-exit.notice-transition-exit-active{opacity:0;transition:opacity .5s ease-in}.notice-transition-exit-done{opacity:0}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-textarea{background-color:#fff;border:1px solid color-mix(in srgb,#2b2d2f 80%,transparent);border-radius:4px;box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit;font-size:var(--wp--preset--font-size--small,14px);font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;line-height:1.4;margin:0;padding:12px;text-decoration:inherit;text-transform:inherit;width:100%}.wc-block-components-textarea::placeholder{color:currentColor}.wc-block-components-textarea:not(:placeholder-shown){color:#2b2d2f}.wc-block-components-textarea:focus{background-color:#fff;border:1px solid #2b2d2f;box-shadow:inset 0 0 0 .5px #2b2d2f}.has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-textarea::placeholder{color:currentColor}.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);color:#fff}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-form .wc-block-components-text-input,.wc-block-components-text-input{line-height:0;margin-top:12px;position:relative;white-space:nowrap}.wc-block-components-form .wc-block-components-text-input .wc-block-components-text-input__wrapper,.wc-block-components-text-input .wc-block-components-text-input__wrapper{position:relative}.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{color:inherit;cursor:text;font-family:inherit;font-size:inherit;font-size:16px;font-style:inherit;font-weight:inherit;left:10px;letter-spacing:inherit;line-height:inherit;line-height:22px;margin:0;max-width:calc(100% - 24px);overflow:hidden;position:absolute;text-decoration:inherit;text-overflow:ellipsis;text-transform:inherit;top:25px;transform:translateY(-50%);transform-origin:top left;transition:all .2s ease}.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,.has-dark-controls .wc-block-components-text-input label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{transition:none}}.wc-block-components-form .wc-block-components-text-input input[type=email],.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-form .wc-block-components-text-input input[type=password],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text],.wc-block-components-form .wc-block-components-text-input input[type=url],.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=password],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url]{background-color:#fff;border:1px solid color-mix(in srgb,currentColor 80%,transparent);border-radius:4px;box-sizing:border-box;color:#2b2d2f;font-family:inherit;font-size:inherit;font-size:16px;font-style:inherit;font-weight:inherit;height:50px;letter-spacing:inherit;line-height:inherit;line-height:25px;margin:0;min-height:0;padding:16px 12px;text-decoration:inherit;text-transform:inherit;width:100%}.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=number]:focus,.wc-block-components-text-input input[type=password]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus{background-color:#fff;border:1.5px solid;color:#2b2d2f}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=password],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-text-input input[type=password],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.has-dark-controls .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-text-input input[type=password]:focus,.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-text-input input[type=url]:focus{background-color:rgba(0,0,0,.1);border:1.5px solid;color:#fff}.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=number]{appearance:textfield;-moz-appearance:textfield}.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],.wc-block-components-form .wc-block-components-text-input.is-active input[type=password],.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],.wc-block-components-text-input input:-webkit-autofill,.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=number],.wc-block-components-text-input.is-active input[type=password],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url]{padding:24px 9px 8px}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus,.wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input.is-active input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input.is-active input[type=password]:focus,.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input.is-active input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input.is-active input[type=url]:focus,.wc-block-components-text-input input:-webkit-autofill:focus,.wc-block-components-text-input.is-active input[type=email]:focus,.wc-block-components-text-input.is-active input[type=number]:focus,.wc-block-components-text-input.is-active input[type=password]:focus,.wc-block-components-text-input.is-active input[type=tel]:focus,.wc-block-components-text-input.is-active input[type=text]:focus,.wc-block-components-text-input.is-active input[type=url]:focus{padding-left:8.5px;padding-top:24px}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-text-input.is-active label{top:6px;transform:scale(.82)}.wc-block-components-form .wc-block-components-text-input.has-error input,.wc-block-components-form .wc-block-components-text-input.has-error input:active,.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:hover,.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover{border-color:#cc1818}.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 .5px #cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,.has-dark-controls .wc-block-components-text-input.has-error input,.has-dark-controls .wc-block-components-text-input.has-error input:active,.has-dark-controls .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:hover{border-color:#f18c8c}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,.has-dark-controls .wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 .5px #f18c8c}.wc-block-components-form .wc-block-components-text-input.has-error label,.wc-block-components-text-input.has-error label{color:#cc1818}.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,.has-dark-controls .wc-block-components-text-input.has-error label{color:#f18c8c}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-skeleton{display:flex;flex-direction:column;gap:1rem}.wc-block-components-skeleton__element{background:color-mix(in srgb,currentColor 5%,transparent);border:none;border-radius:4px;overflow:hidden;position:relative}.wc-block-components-skeleton__element:after{animation:wc-skeleton-shimmer 1.25s infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 5%,transparent) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%)}@media(prefers-reduced-motion:reduce){.wc-block-components-skeleton__element:after{animation:none}}.wc-block-components-skeleton__element--static:after{display:none}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-totals-item{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:4px;width:100%}.wc-block-components-totals-item__label{flex-grow:1}.wc-block-components-totals-item__description{font-size:var(--wp--preset--font-size--x-small,calc(var(--wp--preset--font-size--small, 14px)*.875));line-height:1.4;width:100%}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-totals-wrapper{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:16px 0}.wc-block-components-totals-wrapper:empty,.wc-block-components-totals-wrapper:has(>:only-child:empty){border-width:0;padding:0}.wc-block-components-totals-wrapper:empty:after,.wc-block-components-totals-wrapper:has(>:only-child:empty):after{content:none}.wc-block-components-totals-wrapper.slot-wrapper{padding:0}.wc-block-components-totals-wrapper.slot-wrapper>*>*{padding:16px 0}.wc-block-components-totals-wrapper.slot-wrapper>*>:after{border-width:0}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-mini-cart__quantity-badge{align-items:center;display:flex;position:relative}.wc-block-mini-cart__quantity-badge:empty{display:none}.wc-block-mini-cart__badge{align-items:center;border-radius:1em;box-sizing:border-box;display:flex;font-size:.875em;font-weight:600;height:1.4285714286em;justify-content:center;left:100%;margin-left:-44%;min-width:1.4285714286em;padding:0 .25em;position:absolute;transform:translateY(-50%);white-space:nowrap;z-index:1}.wc-block-mini-cart__badge[hidden]{display:none}:where(.wc-block-mini-cart__badge){background-color:transparent;color:transparent}.wc-block-mini-cart__badge:empty{opacity:0}.wc-block-mini-cart__icon{display:block;height:2em;margin:-.25em;width:2em}html[dir=rtl] .wc-block-mini-cart__icon{transform:scaleX(-1)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-mini-cart{display:inline-block}.wc-block-mini-cart__template-part,.wp-block-woocommerce-mini-cart-contents{height:100%}@media screen and (max-height:500px){.wp-block-woocommerce-mini-cart-contents{height:auto}.wc-block-mini-cart__drawer{overflow-y:auto}.wc-block-mini-cart__footer{position:static}}.wc-block-mini-cart__button{align-items:center;background-color:transparent;border:none;color:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;gap:.5em;line-height:1;padding:.5em;white-space:nowrap}.wc-block-mini-cart__button:hover:not([disabled]){cursor:pointer}.wc-block-mini-cart__button .wc-block-mini-cart__icon{height:1.5em;margin:0;width:1.5em}.wc-block-mini-cart--preview .wc-block-mini-cart__amount{display:initial}.wc-block-mini-cart__tax-label{margin-right:.5em}@media screen and (min-width:768px){.wc-block-mini-cart__amount{display:initial;font-size:inherit;font-weight:inherit}}.drawer-open .wc-block-mini-cart__button{pointer-events:none}.wc-block-mini-cart__drawer{font-size:1rem}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents{box-sizing:border-box;justify-content:center;padding:0;position:relative}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices{margin:16px 48px -16px 16px;margin-bottom:unset}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice{margin-bottom:unset}.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:empty{display:none}:where(.wp-block-woocommerce-mini-cart-contents){background:#fff}.wp-block-woocommerce-empty-mini-cart-contents-block,.wp-block-woocommerce-filled-mini-cart-contents-block{background:inherit;display:flex;flex-direction:column;height:100%;max-height:fill-available}.wp-block-woocommerce-empty-mini-cart-contents-block[hidden],.wp-block-woocommerce-filled-mini-cart-contents-block[hidden]{display:none}.wp-block-woocommerce-empty-mini-cart-contents-block{justify-content:center}.wp-block-woocommerce-filled-mini-cart-contents-block{justify-content:space-between}.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper{overflow-y:auto;padding:48px 16px 16px}h2.wc-block-mini-cart__title{align-items:baseline;background:inherit;display:flex;font-size:2em;margin:16px 16px -32px;mask-image:linear-gradient(#000 calc(100% - 24px),transparent);padding-bottom:32px;z-index:1}h2.wc-block-mini-cart__title span:first-child{margin-right:8px}.wc-block-mini-cart__items{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:16px 16px 0}.wc-block-mini-cart__items .wc-block-mini-cart__products-table{margin-bottom:auto}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row{padding-bottom:8px;padding-top:8px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row[hidden]{display:none}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after{content:none}.wc-block-mini-cart__footer{border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);padding:24px 16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal{font-weight:600;margin-bottom:16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:none;font-size:var(--wp--preset--font-size--x-small,calc(var(--wp--preset--font-size--small, 14px)*.875));font-weight:400;line-height:1.4}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:unset}}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;gap:16px}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wc-block-components-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-button,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-checkout-button-block{display:inline-flex;flex-grow:1}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block{display:inline-flex}}@media only screen and (max-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout{flex-direction:column}}.wc-block-mini-cart__footer .wc-block-components-payment-method-icons{margin-top:16px}.wc-block-mini-cart__shopping-button{display:flex;justify-content:center}.wc-block-mini-cart__shopping-button a{border:2px solid;color:currentColor;font-weight:600;padding:12px 24px;text-decoration:none}.wc-block-mini-cart__shopping-button a:focus,.wc-block-mini-cart__shopping-button a:hover{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-button:not(.is-link){align-items:center;display:inline-flex;height:auto;justify-content:center;position:relative;text-align:center;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{text-wrap:balance;text-wrap:pretty;display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text{opacity:.5}.wc-block-components-button:not(.is-link).is-style-outline,.wc-block-components-button:not(.is-link).outlined{background:transparent;color:currentColor}.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),.wc-block-components-button:not(.is-link).outlined:not(:focus){box-shadow:inset 0 0 0 1px currentColor}.wc-block-components-button:not(.is-link).is-style-outline:active,.wc-block-components-button:not(.is-link).is-style-outline:disabled,.wc-block-components-button:not(.is-link).is-style-outline:focus,.wc-block-components-button:not(.is-link).is-style-outline:hover,.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).is-style-outline:hover,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){min-height:3em}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text{color:#1e1e1e}body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover{opacity:.9}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(max(-100%,var(--neg-drawer-width)))}}@keyframes rtlslidein{0%{transform:translateX(0)}to{transform:translateX(min(100%,var(--drawer-width)))}}.wc-block-components-drawer__screen-overlay{background-color:rgba(95,95,95,.35);bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .3s;z-index:9999}.wc-block-components-drawer__screen-overlay--with-slide-out{transition:opacity .3s}.wc-block-components-drawer__screen-overlay--with-slide-in{animation-duration:.3s;animation-name:fadein}.wc-block-components-drawer__screen-overlay--is-hidden{opacity:0;pointer-events:none}.wc-block-components-drawer{background:#fff;border-left:1px solid color-mix(in srgb,currentColor 30%,transparent);display:block;height:100%;left:100%;max-width:100%;position:fixed;right:0;top:0;transform:translateX(max(-100%,var(--neg-drawer-width)));width:var(--drawer-width)}.rtl .wc-block-components-drawer{transform:translateX(min(100%,var(--drawer-width)))}.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer{transition:transform .3s}.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{animation-duration:.3s;animation-name:slidein}.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{animation-name:rtlslidein}.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer{transform:translateX(0)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-drawer,.wc-block-components-drawer__screen-overlay{animation-name:none!important;transition:none!important}}.wc-block-components-button.wc-block-components-drawer__close{background:transparent!important;border:0;border-radius:0;color:inherit!important;margin:-1em;opacity:.6;padding:0;padding:1em!important;position:absolute!important;right:12px;top:12px;vertical-align:baseline;z-index:2}.wc-block-components-button.wc-block-components-drawer__close:active,.wc-block-components-button.wc-block-components-drawer__close:focus,.wc-block-components-button.wc-block-components-drawer__close:hover{opacity:1}.wc-block-components-button.wc-block-components-drawer__close:focus:not(:focus-visible){box-shadow:none;outline:none}.wc-block-components-button.wc-block-components-drawer__close svg{fill:currentColor;display:block}.wc-block-components-drawer__content{height:100dvh;position:relative}.admin-bar .wc-block-components-drawer__content{height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px));margin-top:var(--wp-admin--admin-bar--height,0)}