.w2p-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.w2p-home-page {
    background: #f7f8fa;
}

.w2p-home-page .w2p-main {
    padding: 0;
}

.w2p-storefront-header {
    background: rgb(255 255 255 / 96%);
    border-bottom: 1px solid #e4e7ec;
    position: sticky;
    top: 0;
    z-index: 10;
}

.w2p-storefront-header__inner {
    align-items: center;
    display: grid;
    gap: clamp(1rem, 2vw, 2rem);
    grid-template-columns: auto minmax(17rem, 34rem) 1fr auto;
    margin-inline: auto;
    max-width: 104rem;
    min-height: 5rem;
    padding-inline: clamp(1.25rem, 2.5vw, 2.5rem);
}

.w2p-storefront-header__brand {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
}

.w2p-storefront-header__brand .w2p-brand__mark span {
    height: 1.1rem;
    width: 1.1rem;
}

.w2p-storefront-search {
    align-items: center;
    background: #fff;
    border: 1px solid #b8c6dc;
    border-radius: 0.5rem;
    display: flex;
    min-height: 2.85rem;
    padding-inline: 0.85rem;
}

.w2p-storefront-search:focus-within {
    border-color: var(--w2p-color-brand);
    box-shadow: 0 0 0 0.2rem rgb(23 92 211 / 12%);
}

.w2p-storefront-search svg {
    fill: none;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
    width: 1.25rem;
}

.w2p-storefront-search input {
    background: transparent;
    border: 0;
    color: var(--w2p-color-text);
    font: inherit;
    min-width: 0;
    outline: 0;
    padding: 0.65rem 0.75rem;
    width: 100%;
}

.w2p-storefront-search input:disabled {
    cursor: not-allowed;
    opacity: 1;
}

.w2p-storefront-search input::placeholder {
    color: #667085;
}

.w2p-storefront-nav {
    align-items: center;
    display: flex;
    gap: clamp(1rem, 2.2vw, 2.25rem);
    justify-content: center;
}

.w2p-storefront-nav a {
    color: var(--w2p-color-text);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.w2p-storefront-nav a:hover {
    color: var(--w2p-color-brand);
}

.w2p-storefront-nav a.is-active {
    color: #172b4d;
    position: relative;
}

.w2p-storefront-nav a.is-active::after {
    background: #172b4d;
    bottom: -1.95rem;
    content: '';
    height: 0.125rem;
    left: 0;
    position: absolute;
    right: 0;
}

.w2p-storefront-actions {
    display: flex;
    gap: 0.75rem;
}

.w2p-logout-form {
    display: inline-flex;
    margin: 0;
}

.w2p-header-button {
    align-items: center;
    background: #fff;
    border: 1px solid #d8dce3;
    border-radius: 0.5rem;
    color: var(--w2p-color-text);
    display: inline-flex;
    font: inherit;
    font-size: 0.9rem;
    gap: 0.65rem;
    min-height: 2.75rem;
    padding: 0.65rem 0.85rem;
    position: relative;
    text-decoration: none;
}

.w2p-header-button:disabled {
    cursor: not-allowed;
    opacity: 1;
}

.w2p-header-button:not(:disabled) {
    cursor: pointer;
}

.w2p-header-button:not(:disabled):hover {
    border-color: #aeb6c4;
    color: var(--w2p-color-brand);
}

.w2p-header-button--account.is-active {
    border-color: #17366f;
    box-shadow: 0 0 0 1px rgb(23 54 111 / 8%);
    color: #17366f;
}

.w2p-header-button svg,
.w2p-home-button svg,
.w2p-home-link svg,
.w2p-product-card svg,
.w2p-empty-state svg,
.w2p-support-list svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.w2p-header-button > svg {
    height: 1.25rem;
    width: 1.25rem;
}

.w2p-header-button .w2p-header-button__chevron {
    height: 0.9rem;
    width: 0.9rem;
}

.w2p-header-button--cart {
    padding-inline: 0.85rem;
}

.w2p-cart-count {
    align-items: center;
    background: #172b4d;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 0.65rem;
    font-weight: 700;
    height: 1.25rem;
    justify-content: center;
    position: absolute;
    right: -0.4rem;
    top: -0.45rem;
    width: 1.25rem;
}

.w2p-storefront-shell {
    margin-inline: auto;
    max-width: 104rem;
    padding: 1.25rem clamp(1.25rem, 2.5vw, 2.5rem) 2.5rem;
}

.w2p-home-hero {
    background: #f9fafb;
    border: 1px solid #d8dce3;
    border-radius: 0.65rem;
    display: grid;
    grid-template-columns: minmax(31rem, 1.1fr) minmax(28rem, 0.9fr);
    min-height: 20rem;
    overflow: hidden;
}

.w2p-home-hero__copy {
    align-self: center;
    padding: clamp(2rem, 3vw, 3rem);
    position: relative;
    z-index: 1;
}

.w2p-home-hero__eyebrow,
.w2p-section-heading__eyebrow {
    color: #526071;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.1em;
    margin: 0 0 0.65rem;
    text-transform: uppercase;
}

.w2p-home-hero h1 {
    font-size: clamp(2rem, 3vw, 2.75rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
    margin: 0;
    max-width: 23ch;
}

.w2p-home-hero__copy > p:last-of-type {
    color: var(--w2p-color-text-muted);
    font-size: 1rem;
    margin: 1.25rem 0 0;
    max-width: 44ch;
}

.w2p-home-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.8rem;
}

.w2p-home-button,
.w2p-home-link {
    align-items: center;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 650;
    gap: 0.65rem;
    justify-content: center;
    min-height: 2.85rem;
    text-decoration: none;
}

.w2p-home-button {
    border: 1px solid #172b4d;
    border-radius: 0.35rem;
    padding: 0.7rem 0.9rem;
}

.w2p-home-button--primary {
    background: #14213d;
    color: #fff;
}

.w2p-home-button--primary:hover {
    background: #0c1528;
    color: #fff;
}

.w2p-home-button--secondary,
.w2p-home-link {
    color: var(--w2p-color-text);
}

.w2p-home-button--secondary:hover,
.w2p-home-link:hover {
    color: var(--w2p-color-brand-strong);
}

.w2p-home-link {
    padding-inline: 0;
}

.w2p-home-button svg,
.w2p-home-link svg {
    height: 1rem;
    width: 1rem;
}

.w2p-home-hero__visual {
    background:
        linear-gradient(90deg, #f9fafb 0%, rgb(249 250 251 / 25%) 22%, transparent 45%),
        url("../images/login-print-products-Fi6OkTn.png") center / cover no-repeat;
    min-height: 20rem;
}

.w2p-dashboard-grid {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 2.3fr) minmax(20rem, 0.9fr);
    margin-top: 1.25rem;
}

.w2p-dashboard-main,
.w2p-dashboard-sidebar {
    display: grid;
    gap: 1.25rem;
    min-width: 0;
}

.w2p-section-heading,
.w2p-panel__heading {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.w2p-section-heading {
    margin-bottom: 0.65rem;
}

.w2p-section-heading h2,
.w2p-panel__heading h2 {
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    margin: 0;
}

.w2p-section-heading__eyebrow {
    margin-bottom: 0.15rem;
}

.w2p-status-chip,
.w2p-panel__heading > span {
    color: #667085;
    font-size: 0.75rem;
}

.w2p-status-chip {
    background: #f2f4f7;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
}

.w2p-product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.w2p-product-card {
    background: #fff;
    border: 1px solid #d8dce3;
    border-radius: 0.55rem;
    min-width: 0;
    overflow: hidden;
}

.w2p-product-card__visual {
    background-image: url("../images/login-print-products-Fi6OkTn.png");
    background-repeat: no-repeat;
    background-size: 205% auto;
    height: 7.4rem;
}

.w2p-product-card--posters .w2p-product-card__visual {
    background-position: 4% 72%;
}

.w2p-product-card--booklets .w2p-product-card__visual {
    background-position: 51% 37%;
}

.w2p-product-card--flyers .w2p-product-card__visual {
    background-position: 96% 42%;
}

.w2p-product-card--business-cards .w2p-product-card__visual {
    background-position: 93% 91%;
}

.w2p-product-card__label {
    align-items: center;
    border-top: 1px solid #eef0f3;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    min-height: 3rem;
    padding: 0.65rem 0.85rem;
}

.w2p-product-card h3 {
    font-size: 0.9rem;
    font-weight: 650;
    margin: 0;
}

.w2p-product-card svg {
    flex: 0 0 1rem;
    height: 1rem;
    width: 1rem;
}

.w2p-panel {
    background: #fff;
    border: 1px solid #d8dce3;
    border-radius: 0.55rem;
    min-width: 0;
    padding: 1rem;
}

.w2p-panel__heading {
    margin-bottom: 0.75rem;
}

.w2p-table-wrap {
    border: 1px solid #e4e7ec;
    border-radius: 0.45rem 0.45rem 0 0;
    overflow-x: auto;
}

.w2p-table-wrap table {
    border-collapse: collapse;
    min-width: 38rem;
    width: 100%;
}

.w2p-table-wrap th {
    background: #fafbfc;
    color: #344054;
    font-size: 0.75rem;
    font-weight: 650;
    padding: 0.65rem 0.85rem;
    text-align: left;
}

.w2p-empty-state {
    align-items: center;
    border: 1px dashed #d8dce3;
    border-radius: 0.45rem;
    color: var(--w2p-color-text-muted);
    display: flex;
    gap: 0.85rem;
    min-height: 7rem;
    padding: 1rem;
}

.w2p-empty-state--wide {
    border-radius: 0 0 0.45rem 0.45rem;
    border-top: 0;
    justify-content: center;
    min-height: 8.25rem;
}

.w2p-empty-state__icon,
.w2p-support-list__icon {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 0.45rem;
    color: #344054;
    display: inline-flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    justify-content: center;
}

.w2p-empty-state__icon svg,
.w2p-support-list__icon svg {
    height: 1.25rem;
    width: 1.25rem;
}

.w2p-empty-state strong {
    color: var(--w2p-color-text);
    display: block;
    font-size: 0.875rem;
}

.w2p-empty-state p {
    font-size: 0.78rem;
    line-height: 1.4;
    margin: 0.2rem 0 0;
}

.w2p-support-list {
    border: 1px solid #e4e7ec;
    border-radius: 0.45rem;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.w2p-support-list li {
    align-items: center;
    display: grid;
    font-size: 0.9rem;
    gap: 0.85rem;
    grid-template-columns: auto 1fr auto;
    min-height: 4rem;
    padding: 0.65rem 0.8rem;
}

.w2p-support-list li + li {
    border-top: 1px solid #e4e7ec;
}

.w2p-support-list__icon {
    background: transparent;
    border: 0;
}

.w2p-support-list__chevron {
    height: 1rem;
    width: 1rem;
}

@media (max-width: 76rem) {
    .w2p-storefront-header__inner {
        grid-template-columns: auto minmax(15rem, 1fr) auto;
    }

    .w2p-storefront-nav {
        display: none;
    }

    .w2p-dashboard-grid {
        grid-template-columns: minmax(0, 1fr) 18rem;
    }

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

@media (max-width: 58rem) {
    .w2p-home-hero {
        grid-template-columns: 1fr;
    }

    .w2p-home-hero__copy {
        padding-bottom: 1rem;
    }

    .w2p-home-hero__visual {
        background-position: center 46%;
        min-height: 15rem;
    }

    .w2p-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .w2p-dashboard-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 44rem) {
    .w2p-storefront-header__inner {
        gap: 0.75rem;
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 4.5rem;
        padding-block: 0.65rem;
    }

    .w2p-storefront-actions {
        gap: 0.5rem;
        justify-content: flex-end;
        min-width: 0;
    }

    .w2p-storefront-search {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .w2p-header-button--account > span,
    .w2p-header-button--account .w2p-header-button__chevron,
    .w2p-header-button--logout > span {
        display: none;
    }

    .w2p-storefront-shell {
        padding-inline: 1rem;
    }

    .w2p-home-hero {
        min-height: 0;
    }

    .w2p-home-hero__copy {
        padding: 1.75rem 1.25rem 1rem;
    }

    .w2p-home-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .w2p-home-hero__visual {
        min-height: 11rem;
    }

    .w2p-product-grid,
    .w2p-dashboard-sidebar {
        grid-template-columns: 1fr;
    }

    .w2p-product-card__visual {
        height: 9rem;
    }

    .w2p-status-chip {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .w2p-storefront-header {
        position: static;
    }
}
