/* PrintZone — Blue + Red brand theme (from logo) */
:root {
    --zz-blue: #245dea;
    --zz-blue-dark: #1a49c7;
    --zz-red: #cd0301;
    --zz-red-soft: #e11d48;
    --zz-ink: #16316b;
    --zz-muted: #5b6b8c;
    --zz-line: #d7e2f8;
    --zz-bg: #ffffff;
    --zz-soft: #f3f7ff;
    --zz-accent: var(--zz-red);
    --zz-max: 1280px;
}

body.zazzle-storefront {
    background: var(--zz-bg);
    color: var(--zz-ink);
}

body.zazzle-storefront .top-bar,
body.zazzle-storefront .home-prod-block,
body.zazzle-storefront .trust-bar,
body.zazzle-storefront .hero-section-outer {
    display: none !important;
}

/* ── Header: Zazzle white bar ── */
body.zazzle-storefront .store-header-wrap--organic {
    background: #fff !important;
    border-bottom: 1px solid var(--zz-line);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: none !important;
}

body.zazzle-storefront .store-organic-top,
body.zazzle-storefront .store-organic-header {
    padding: 14px 0 10px;
    background: #fff !important;
}

body.zazzle-storefront .store-organic-logo-text,
body.zazzle-storefront .store-organic-logo {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--zz-ink) !important;
    text-decoration: none;
}

body.zazzle-storefront .store-organic-logo img {
    height: 160px;
    max-height: 160px;
    max-width: min(640px, 48vw);
    width: auto;
}

body.zazzle-storefront .store-organic-search-form {
    border: 1px solid var(--zz-blue) !important;
    border-radius: 999px !important;
    background: #fff !important;
    overflow: hidden;
    box-shadow: 0 0 0 3px rgba(36, 93, 234, .1) !important;
}

body.zazzle-storefront .store-organic-search-input {
    border: 0 !important;
    box-shadow: none !important;
    padding-left: 18px;
    background: transparent !important;
}

body.zazzle-storefront .store-organic-util-link {
    color: var(--zz-ink) !important;
    font-weight: 600;
    font-size: 14px;
}

body.zazzle-storefront .store-organic-nav,
body.zazzle-storefront nav.store-organic-nav {
    background: #fff !important;
    background-color: #fff !important;
    border-top: 1px solid var(--zz-line) !important;
    border-bottom: 1px solid var(--zz-line) !important;
    padding: 0 !important;
}

body.zazzle-storefront .store-organic-nav-row {
    min-height: 56px;
}

body.zazzle-storefront .store-organic-browse-btn,
body.zazzle-storefront [data-organic-browse] {
    display: none !important;
}

body.zazzle-storefront .store-organic-menu {
    gap: 2px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    overflow: visible;
}

body.zazzle-storefront .store-organic-menu > li > a {
    position: relative;
}

body.zazzle-storefront .store-organic-menu li a,
body.zazzle-storefront .store-organic-menu a {
    color: var(--zz-ink) !important;
    font-weight: 800 !important;
    font-size: clamp(15px, 1.15vw, 17px) !important;
    letter-spacing: .01em;
    line-height: 1.2;
    padding: 16px 15px !important;
    background: transparent !important;
    border-radius: 0 !important;
    white-space: nowrap;
    text-decoration: none !important;
}

body.zazzle-storefront .store-organic-menu li a:hover,
body.zazzle-storefront .store-organic-menu li a.active,
body.zazzle-storefront .store-organic-menu a:hover,
body.zazzle-storefront .store-organic-menu a.active {
    color: var(--zz-blue) !important;
    background: var(--zz-soft) !important;
    text-decoration: none !important;
    box-shadow: inset 0 -3px 0 var(--zz-blue);
}

body.zazzle-storefront .store-organic-menu .store-sub-caret {
    font-size: 11px;
    color: var(--zz-blue);
    opacity: 1;
}

body.zazzle-storefront .store-organic-menu .store-sub {
    background: #fff;
    border: 1px solid var(--zz-line, #e5e7eb);
    padding-top: 6px;
}
body.zazzle-storefront .store-organic-menu .store-sub li a {
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: normal;
    text-decoration: none !important;
    box-shadow: none !important;
}
body.zazzle-storefront .store-organic-menu .store-sub li a:hover {
    background: var(--zz-soft) !important;
    color: var(--zz-blue) !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body.zazzle-storefront .store-organic-nav-actions .store-organic-nav-icon {
    color: var(--zz-ink) !important;
    font-size: 20px;
}

body.zazzle-storefront .store-organic-badge,
body.zazzle-storefront .store-organic-badge--nav {
    background: var(--zz-accent) !important;
}

/* Product card CTAs — logo blue */
body.zazzle-storefront .prod-card--neemba .btn-buy,
body.zazzle-storefront .prod-card .btn-buy {
    background: var(--zz-blue) !important;
    color: #fff !important;
    border-color: var(--zz-blue) !important;
}
body.zazzle-storefront .prod-card--neemba .btn-buy:hover,
body.zazzle-storefront .prod-card .btn-buy:hover {
    background: var(--zz-blue-dark) !important;
    color: #fff !important;
}
body.zazzle-storefront .prod-card--neemba .btn-buy-outline {
    background: #fff !important;
    color: var(--zz-blue) !important;
    border-color: var(--zz-blue) !important;
}
body.zazzle-storefront .prod-card--neemba .btn-buy-outline:hover {
    background: var(--zz-blue) !important;
    color: #fff !important;
}

/* Products listing — 4 per row, bigger cards */
body.zazzle-storefront .prod-grid--4 .prod-card--neemba .prod-name {
    font-size: 15px;
}
body.zazzle-storefront .prod-grid--4 .prod-card--neemba .prod-price {
    font-size: 1.15rem;
}
body.zazzle-storefront .prod-grid--4 .prod-card--neemba .prod-card-body--neemba {
    padding: 12px 14px 14px;
}

body.zazzle-storefront .store-organic-menu-fab,
body.zazzle-storefront .store-organic-search-btn {
    color: #fff !important;
    background: linear-gradient(180deg, var(--zz-blue) 0%, var(--zz-blue-dark) 100%) !important;
    border: none !important;
    box-shadow: 0 8px 16px rgba(36, 93, 234, .32);
}
body.zazzle-storefront .store-organic-menu-fab[aria-expanded="true"],
body.zazzle-storefront .store-organic-search-btn[aria-expanded="true"] {
    background: linear-gradient(180deg, var(--zz-blue-dark) 0%, #1439a8 100%) !important;
}
body.zazzle-storefront .store-organic-icon-btn:not(.store-organic-search-btn) {
    color: var(--zz-ink) !important;
}
body.zazzle-storefront .store-organic-search-form button {
    background: var(--zz-blue) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding-right: 16px;
}
body.zazzle-storefront .store-organic-search-form button:hover {
    background: var(--zz-blue-dark) !important;
}
body.zazzle-storefront .search-form-panel {
    border-color: var(--zz-blue) !important;
    background: #eef4ff !important;
}
body.zazzle-storefront .search-form-panel:focus-within {
    border-color: var(--zz-blue) !important;
    box-shadow: 0 0 0 4px rgba(36, 93, 234, .14) !important;
}
body.zazzle-storefront .search-form-panel button {
    background: var(--zz-blue) !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    body.zazzle-storefront .store-organic-nav-row {
        display: none;
    }
    body.zazzle-storefront .store-organic-mobile-menu {
        background: #fff;
        width: min(240px, 46vw);
        max-width: 240px;
        padding: 10px 12px 28px;
        border-top: 0;
        border-left: 1px solid var(--zz-line);
        box-shadow: -10px 0 28px rgba(22, 49, 107, .16);
        align-items: stretch;
    }
    body.zazzle-storefront .store-organic-mobile-menu-head {
        border-bottom-color: var(--zz-line);
    }
    body.zazzle-storefront .store-organic-mobile-menu-head span {
        color: var(--zz-ink);
    }
    body.zazzle-storefront .store-organic-mobile-close {
        border-color: var(--zz-line);
        color: var(--zz-ink);
        background: #fff;
    }
    body.zazzle-storefront .store-organic-mobile-close:hover {
        background: var(--zz-red);
        border-color: var(--zz-red);
        color: #fff;
    }
    body.zazzle-storefront .store-organic-mobile-menu a {
        color: var(--zz-ink) !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        padding: 12px 8px !important;
        text-align: left;
        border-bottom-color: var(--zz-line) !important;
    }
    body.zazzle-storefront .store-organic-nav.open .store-organic-mobile-menu {
        display: flex;
        max-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    body.zazzle-storefront .store-organic-top,
    body.zazzle-storefront .store-organic-header {
        padding: 4px 0 6px;
    }
    body.zazzle-storefront .store-organic-logo {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        justify-content: flex-start;
    }
    body.zazzle-storefront .store-organic-logo img {
        width: auto !important;
        height: auto !important;
        max-height: 108px !important;
        max-width: 100% !important;
        object-fit: contain;
    }
    body.zazzle-storefront .store-organic-top-mobile {
        flex-direction: column !important;
        align-items: center;
        gap: 6px;
    }
    body.zazzle-storefront .store-organic-search-wrap {
        display: none !important;
    }
    body.zazzle-storefront .store-organic-menu-fab {
        display: inline-flex !important;
        width: 40px;
        height: 40px;
        min-width: 40px;
        border-radius: 10px;
        z-index: 2;
    }
    body.zazzle-storefront .store-organic-search-btn {
        width: 40px;
        height: 40px;
        border: none;
        background: linear-gradient(180deg, var(--zz-blue) 0%, var(--zz-blue-dark) 100%);
        color: #fff !important;
        border-radius: 10px;
        box-shadow: 0 6px 14px rgba(36, 93, 234, .28);
    }
}

@media (max-width: 575px) {
    body.zazzle-storefront .store-organic-logo img {
        width: auto !important;
        height: auto !important;
        max-height: 100px !important;
        max-width: 100% !important;
    }
}

/* ── Promo strip ── */
.zz-promo-strip {
    background: linear-gradient(90deg, var(--zz-blue-dark), var(--zz-blue));
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 16px;
}

.zz-promo-strip a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-left: 6px;
}

/* ── Hero (same content width as sections below) ── */
.zz-hero {
    position: relative;
    width: 100%;
    max-width: var(--zz-max);
    margin: 16px auto 0;
    padding: 0 20px;
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
}

.zz-hero__media {
    display: block;
    width: 100%;
    min-height: 280px;
    max-height: 520px;
    object-fit: cover;
    object-position: center right;
    border-radius: 14px;
    background: #f3d9c8;
}

.zz-hero__copy {
    position: absolute;
    inset: 0 auto 0 20px;
    width: min(42%, 480px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(24px, 4vw, 48px);
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.12) 70%, transparent 100%);
    border-radius: 14px 0 0 14px;
}

.zz-hero__copy h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 12px;
}

.zz-hero__copy p {
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    margin: 0 0 20px;
    max-width: 28ch;
    font-weight: 500;
}

.zz-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--zz-blue);
    font-weight: 700;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none;
    width: fit-content;
}

.zz-hero__cta:hover {
    background: #eef4ff;
    color: var(--zz-blue-dark);
}

/* ── Circle categories ── */
.zz-circles {
    max-width: var(--zz-max);
    margin: 0 auto;
    padding: 36px 20px 20px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    text-align: center;
}

.zz-circle {
    color: var(--zz-ink);
    text-decoration: none;
}

.zz-circle__img {
    width: min(132px, 100%);
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    background: var(--zz-soft);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.zz-circle__img--icon {
    color: var(--zz-blue);
    font-size: 1.75rem;
}

.zz-circle span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.zz-circle:hover span {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ── Secondary banner ── */
.zz-banner {
    max-width: var(--zz-max);
    margin: 28px auto 8px;
    padding: 0 20px;
}

.zz-banner a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.zz-banner img {
    width: 100%;
    display: block;
    min-height: 160px;
    object-fit: cover;
}

.zz-banner__copy {
    position: absolute;
    left: clamp(16px, 4vw, 48px);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 340px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.zz-banner__copy h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    margin: 0 0 8px;
}

.zz-banner__copy p {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 500;
}

.zz-banner__cta {
    display: inline-flex;
    background: #fff;
    color: var(--zz-blue);
    font-weight: 700;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
}

/* ── Gift ideas ── */
.zz-gifts {
    max-width: var(--zz-max);
    margin: 0 auto;
    padding: 40px 20px 56px;
}

.zz-gifts h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 28px;
}

.zz-gifts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.zz-gift {
    text-align: center;
    color: var(--zz-ink);
    text-decoration: none;
}

.zz-gift__img-wrap {
    width: min(220px, 100%);
    aspect-ratio: 1;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--zz-soft);
}

.zz-gift__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zz-gift span {
    font-size: 15px;
    font-weight: 600;
}

.zz-gift:hover span {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ── Create strip ── */
.zz-create {
    background: var(--zz-soft);
    border-top: 1px solid var(--zz-line);
    border-bottom: 1px solid var(--zz-line);
    padding: 40px 20px;
    text-align: center;
}

.zz-create h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    margin: 0 0 10px;
}

.zz-create p {
    color: var(--zz-muted);
    margin: 0 0 18px;
}

.zz-create .zz-hero__cta {
    background: var(--zz-blue);
    color: #fff;
}

.zz-create .zz-hero__cta:hover {
    background: var(--zz-blue-dark);
    color: #fff;
}

/* ── PrintZoneBD live-site sections ── */
.zz-hero--brand .zz-hero__copy {
    background: linear-gradient(90deg, rgba(26, 73, 199, 0.82), rgba(36, 93, 234, 0.35), rgba(36, 93, 234, 0.05));
    max-height: 100%;
}
.zz-hero__brand {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 8px !important;
    opacity: 0.9;
}
.zz-hero__copy h1 em {
    font-style: italic;
    color: #ffb4b2;
}
.zz-hero__cta--ghost {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.75);
}
.zz-hero__cta--ghost:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
}
.zz-hero__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 13px;
    color: rgba(255,255,255,0.92);
}
.zz-hero__rating span:first-child { color: #fbbf24; letter-spacing: 1px; }

.pz-catalogs, .pz-gallery, .pz-faq, .pz-blog {
    max-width: var(--zz-max);
    margin: 0 auto;
    padding: 48px 20px;
}
.pz-catalogs h2, .pz-gallery h2, .pz-faq h2, .pz-blog h2, .pz-stats h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 28px;
}

/* How it works — colorful step cards */
.pz-how {
    max-width: var(--zz-max);
    margin: 8px auto 0;
    padding: 36px 20px 48px;
}
.pz-how__inner {
    border-radius: 20px;
    padding: clamp(28px, 4vw, 40px) clamp(16px, 3vw, 28px);
    background:
        radial-gradient(1200px 420px at 10% -10%, rgba(205, 3, 1, 0.10), transparent 55%),
        radial-gradient(900px 380px at 90% 0%, rgba(36, 93, 234, 0.14), transparent 50%),
        linear-gradient(180deg, #eef4ff 0%, #ffffff 45%, #fff1f1 100%);
    border: 1px solid #c9d8fb;
}
.pz-how__eyebrow {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #dbe7ff;
    color: var(--zz-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
}
.pz-how__inner > .pz-how__eyebrow { display: table; }
.pz-how h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
    color: var(--zz-ink);
}
.pz-how__lead {
    text-align: center;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 28px;
}
.pz-how__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.pz-how__card {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    transition: transform .18s ease, box-shadow .18s ease;
}
.pz-how__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    color: inherit;
}
.pz-how__visual {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 16px 8px;
}
.pz-how__visual img {
    width: 100%;
    max-height: 220px;
    height: auto;
    object-fit: contain;
    display: block;
}
.pz-how__card--select .pz-how__visual {
    background: linear-gradient(165deg, #c9d8fb 0%, #eef4ff 55%, #ffffff 100%);
}
.pz-how__card--design .pz-how__visual {
    background: linear-gradient(165deg, #ffc9c8 0%, #fff1f1 55%, #ffffff 100%);
}
.pz-how__card--order .pz-how__visual {
    background: linear-gradient(165deg, #b7cbff 0%, #eef4ff 40%, #fff1f1 100%);
}
.pz-how__body {
    padding: 8px 18px 20px;
    position: relative;
}
.pz-how__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.pz-how__card--select .pz-how__num { background: var(--zz-blue); }
.pz-how__card--design .pz-how__num { background: var(--zz-red); }
.pz-how__card--order .pz-how__num { background: var(--zz-blue-dark); }
.pz-how__body h3 {
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 8px;
    color: var(--zz-ink);
}
.pz-how__body p {
    margin: 0;
    font-size: 13px;
    color: var(--zz-muted);
    line-height: 1.5;
}
.pz-how__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.pz-how__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--zz-blue), var(--zz-blue-dark));
    color: #fff !important;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(36, 93, 234, 0.30);
}
.pz-how__cta:hover {
    filter: brightness(1.05);
    color: #fff !important;
}
.pz-link { font-weight: 700; font-size: 14px; color: var(--zz-red); text-decoration: none; }
.pz-link:hover { text-decoration: underline; color: #a50201; }

.pz-catalogs__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 20px;
}
.pz-catalog {
    text-align: center;
    text-decoration: none;
    color: var(--zz-ink);
    display: block;
}
.pz-catalog__thumb {
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 4 / 5;
    background: var(--zz-soft);
    border: 1px solid var(--zz-line);
    margin-bottom: 12px;
}
.pz-catalog__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
}
.pz-catalog:hover .pz-catalog__thumb img {
    transform: scale(1.1);
}
.pz-catalog span {
    font-size: 15px;
    font-weight: 700;
    display: block;
    line-height: 1.3;
}
.pz-catalog:hover span {
    color: var(--zz-red);
}

.pz-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.pz-gallery__grid img {
    width: 100%; height: 220px; object-fit: cover; border-radius: 12px; background: var(--zz-soft);
}

.pz-local-seo {
    max-width: var(--zz-max);
    margin: 8px auto 36px;
    padding: 22px 24px;
    background: #f7f9ff;
    border: 1px solid #e4eaf8;
    border-radius: 14px;
}
.pz-local-seo h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    margin: 0 0 10px;
    text-align: left;
    color: #16316b;
}
.pz-local-seo p {
    margin: 0 0 10px;
    color: var(--zz-muted);
    line-height: 1.6;
    font-size: 15px;
}
.pz-local-seo__links {
    margin: 0 !important;
    font-weight: 600;
}
.pz-local-seo__links a {
    color: #245dea;
    text-decoration: none;
}
.pz-local-seo__links a:hover { text-decoration: underline; }

.pz-cta-band {
    max-width: var(--zz-max);
    margin: 12px auto 40px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 28px;
    align-items: center;
}
.pz-cta-band__media img {
    width: 100%; border-radius: 14px; display: block; background: var(--zz-soft);
}
.pz-cta-band__copy h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    margin: 0 0 12px; text-align: left;
}
.pz-cta-band__copy p {
    color: var(--zz-muted); line-height: 1.55; margin: 0 0 18px; font-size: 15px;
}
.pz-cta-band__note { font-size: 13px; font-weight: 700; color: var(--zz-red); }

.pz-stats {
    background: linear-gradient(135deg, var(--zz-blue-dark) 0%, var(--zz-blue) 55%, #1e3a8a 100%);
    color: #fff;
    padding: 48px 20px;
    margin: 20px 0 0;
}
.pz-stats__inner {
    max-width: var(--zz-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    align-items: center;
}
.pz-stats h2 { color: #fff; text-align: left; margin-bottom: 24px; }
.pz-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.pz-stats__grid strong {
    display: block;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.1;
}
.pz-stats__grid span { color: #94a3b8; font-size: 13px; font-weight: 600; }
.pz-stats__art {
    width: 100%; max-width: 420px; margin-left: auto; display: block; border-radius: 12px;
}

.pz-faq__head {
    display: flex; justify-content: space-between; align-items: flex-end; gap: 16px;
    flex-wrap: wrap; margin-bottom: 20px;
}
.pz-faq__head h2 { text-align: left; margin: 0 0 6px; }
.pz-faq__head p { margin: 0; color: var(--zz-muted); font-size: 14px; }
.pz-faq__list .accordion-item {
    border: 1px solid var(--zz-line); border-radius: 10px !important; overflow: hidden; margin-bottom: 10px;
}
.pz-faq__list .accordion-button {
    font-weight: 700; font-size: 15px; background: #fff;
}
.pz-faq__list .accordion-button:not(.collapsed) {
    background: #eef4ff; color: var(--zz-blue); box-shadow: none;
}
.pz-faq__list .accordion-body {
    font-size: 14px; color: var(--zz-muted); line-height: 1.55;
}

.pz-blog--home {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 36px 24px 40px;
}
.pz-blog__head--center {
    display: block;
    text-align: center;
    margin-bottom: 28px;
}
.pz-blog__head--center h2 {
    margin: 0 0 8px;
}
.pz-blog__footer {
    text-align: center;
    margin-top: 24px;
}
.pz-blog__thumb {
    position: relative;
    display: block;
}
.pz-blog__thumb-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    background: #eef2ff;
    color: #245dea;
    font-size: 2rem;
}
.pz-blog__date {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #7c3aed;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0 8px 0 0;
}
.pz-blog__readmore {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}
.pz-blog__readmore:hover { color: var(--zz-red, #cd0301); }
.pz-blog__card {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 17px 42px rgba(93, 93, 93, 0.14);
    transition: transform .2s, box-shadow .2s;
}
.pz-blog__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(93, 93, 93, 0.18);
}
.pz-blog__card img { height: 220px; }
.pz-blog__meta { padding: 18px 18px 20px; }
.pz-blog__meta h3 { font-size: 1rem; margin: 0 0 12px; line-height: 1.45; }
.pz-blog__meta h3 a { color: inherit; text-decoration: none; }
.pz-blog__meta h3 a:hover { color: var(--zz-red); }
.pz-blog__lead {
    margin: 0 auto;
    color: var(--zz-muted);
    font-size: 14px;
    max-width: 560px;
}
.pz-blog__empty {
    text-align: center;
    padding: 28px 16px;
    color: var(--zz-muted);
    background: #fff;
    border: 1px dashed #d7e2f8;
    border-radius: 12px;
}
.pz-blog__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.pz-blog__card img { width: 100%; object-fit: cover; display: block; }

.pz-bottom-cta {
    max-width: var(--zz-max);
    margin: 10px auto 0;
    padding: 28px 20px 10px;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 24px;
    align-items: center;
    background: linear-gradient(120deg, var(--zz-blue-dark), var(--zz-blue) 55%, var(--zz-red));
    border-radius: 16px;
    color: #fff;
}
.pz-bottom-cta__copy h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    margin: 0 0 8px;
}
.pz-bottom-cta__copy p { margin: 0 0 16px; opacity: 0.9; font-size: 14px; }
.pz-bottom-cta img {
    width: 100%; max-height: 240px; object-fit: contain; display: block;
}

@media (max-width: 991px) {
    .zz-circles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .zz-hero__copy {
        width: min(58%, 420px);
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.45), transparent);
    }

    .pz-how__grid, .pz-cta-band, .pz-stats__inner, .pz-bottom-cta, .pz-blog__grid {
        grid-template-columns: 1fr;
    }
    .pz-catalogs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
    .pz-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pz-stats h2, .pz-cta-band__copy h2, .pz-faq__head h2 { text-align: center; }
    .pz-stats__art { margin: 0 auto; }
}

@media (max-width: 575px) {
    .zz-circles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 10px;
    }

    .zz-gifts__grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .zz-hero__copy {
        inset: 0 20px 0 20px;
        width: auto;
        border-radius: 0 0 14px 14px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62));
        justify-content: flex-end;
        padding-bottom: 28px;
    }

    .zz-banner__copy {
        position: static;
        transform: none;
        color: var(--zz-ink);
        text-shadow: none;
        padding: 16px 0 0;
        max-width: none;
    }

    .zz-banner a {
        background: var(--zz-soft);
    }

    .pz-catalogs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pz-how__visual { min-height: 180px; }
    .pz-how__visual img { max-height: 190px; }
    .pz-gallery__grid img { height: 160px; }
    .pz-bottom-cta { border-radius: 0; margin: 0; }
}

/* ═══════════════════════════════════════════════════════════════
   PZ Hero Slider — Printful-style split layout (text left, image right)
   ═══════════════════════════════════════════════════════════════ */
.pz-hero-wrap {
    padding: 20px max(20px, 4vw) 0;
    background: #fff;
}

.pz-hero-slider {
    position: relative;
    width: 100%;
    max-width: var(--zz-max, 1280px);
    margin: 0 auto;
    height: clamp(420px, 48vw, 560px);
    overflow: hidden;
    background: #fdf2eb;
    border-radius: 4px;
    transition: background-color .85s ease;
}

/* ---------- slide ---------- */
.pz-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .85s cubic-bezier(.4,0,.2,1), visibility 0s .85s;
    will-change: opacity;
    background-color: inherit;
}
.pz-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .85s cubic-bezier(.4,0,.2,1), visibility 0s 0s;
}

/* ---------- inner grid: text left, image right ---------- */
.pz-hero-slide__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    height: 100%;
    align-items: stretch;
}

/* ---------- copy (left) ---------- */
.pz-hero-slide__copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 56px) clamp(24px, 4vw, 48px);
    color: #0f172a;
    z-index: 2;
}
.pz-hero-slide__copy--dark {
    color: #0f172a;
}

/* ---------- media (right) ---------- */
.pz-hero-slide__media {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
}
.pz-hero-slide__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center right;
    transform: scale(1);
    transition: transform 7s ease;
}
.pz-hero-slide.is-active .pz-hero-slide__img {
    transform: scale(1.03);
}

/* animate-in for copy children */
.pz-hero-slide__eyebrow,
.pz-hero-slide__h,
.pz-hero-slide__sub,
.pz-hero-slide__ctas {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .55s ease, transform .55s ease;
}
.pz-hero-slide.is-active .pz-hero-slide__eyebrow { opacity: 1; transform: none; transition-delay: .2s; }
.pz-hero-slide.is-active .pz-hero-slide__h       { opacity: 1; transform: none; transition-delay: .35s; }
.pz-hero-slide.is-active .pz-hero-slide__sub      { opacity: 1; transform: none; transition-delay: .5s; }
.pz-hero-slide.is-active .pz-hero-slide__ctas     { opacity: 1; transform: none; transition-delay: .65s; }

/* ---------- text styles ---------- */
.pz-hero-slide__eyebrow {
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 12px;
}
.pz-hero-slide__h {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.85rem, 3.8vw, 3rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 16px;
    color: inherit;
}
.pz-hero-slide__h em {
    font-style: italic;
    color: #cd0301;
    -webkit-text-fill-color: #cd0301;
}
.pz-hero-slide__sub {
    font-size: clamp(.9rem, 1.4vw, 1.05rem);
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 42ch;
    color: #334155;
}

/* ---------- CTAs ---------- */
.pz-hero-slide__ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.pz-hero-cta {
    display: inline-flex;
    align-items: center;
    font-size: .95rem;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, background .2s;
    cursor: pointer;
}
.pz-hero-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.12); }
.pz-hero-cta--primary {
    background: var(--zz-red, #cd0301);
    color: #fff;
}
.pz-hero-cta--primary:hover { background: #b00201; color: #fff; }
.pz-hero-cta--ghost {
    background: transparent;
    color: #0f172a;
    border: none;
    padding: 14px 0;
    box-shadow: none;
}
.pz-hero-cta--ghost:hover {
    background: transparent;
    color: var(--zz-red, #cd0301);
    box-shadow: none;
    transform: none;
    text-decoration: underline;
}

/* ---------- arrows ---------- */
.pz-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.85);
    border: 1px solid rgba(0,0,0,.08);
    color: #334155;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background .2s, transform .2s, box-shadow .2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.pz-hero-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.pz-hero-arrow--prev { left: 12px; }
.pz-hero-arrow--next { right: 12px; }

/* ---------- dots ---------- */
.pz-hero-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.pz-hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(15,23,42,.25);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .3s, width .3s, border-radius .3s;
}
.pz-hero-dot.is-active {
    background: var(--zz-red, #cd0301);
    width: 24px;
    border-radius: 4px;
}

/* ---------- progress bar ---------- */
.pz-hero-slider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--zz-blue, #245dea), var(--zz-red, #cd0301));
    z-index: 11;
    transition: width linear;
}
.pz-hero-slider.is-progressing::after {
    width: 100%;
}

/* ---------- responsive: image first, text below; active slide in flow so photo is not clipped ---------- */
@media (max-width: 992px) {
    .pz-hero-wrap { padding: 12px 12px 0; }
    .pz-hero-slider {
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden;
        border-radius: 8px;
    }
    .pz-hero-slide {
        position: absolute;
        inset: auto;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .pz-hero-slide.is-active {
        position: relative;
        height: auto;
        overflow: visible;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .pz-hero-slide__inner {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
        grid-template-rows: none;
        height: auto;
        align-items: stretch;
    }
    .pz-hero-slide__media {
        order: 0;
        width: 100%;
        height: 240px;
        min-height: 240px;
        flex: none;
    }
    .pz-hero-slide__img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        transform: none !important;
    }
    .pz-hero-slide__copy {
        order: 1;
        padding: 20px 18px 52px;
    }
    .pz-hero-slide__copy .pz-hero-slide__eyebrow,
    .pz-hero-slide__copy .pz-hero-slide__h,
    .pz-hero-slide__copy .pz-hero-slide__sub,
    .pz-hero-slide__copy .pz-hero-slide__ctas {
        opacity: 1;
        transform: none;
    }
    .pz-hero-slide__h { font-size: clamp(1.45rem, 6vw, 1.85rem); }
    .pz-hero-arrow { width: 36px; height: 36px; font-size: .8rem; top: 120px; }
    .pz-hero-arrow--prev { left: 8px; }
    .pz-hero-arrow--next { right: 8px; }
    .pz-hero-dots { bottom: 12px; }
}
@media (max-width: 576px) {
    .pz-hero-wrap { padding: 10px 10px 0; }
    .pz-hero-slider { border-radius: 6px; }
    .pz-hero-slide__media { height: 200px; min-height: 200px; }
    .pz-hero-slide__copy { padding: 16px 14px 48px; }
    .pz-hero-arrow { top: 100px; width: 34px; height: 34px; }
}

/* Checkout — same logo blue as Order Now (never theme primary red) */
body.zazzle-storefront .store-checkout {
    --pd-buy-cart-bg: #245dea;
    --pd-buy-cart-hover: #1a49c7;
    --co-accent: #245dea;
    --co-accent-hover: #1a49c7;
    --primary: #245dea;
    --primary-d: #1a49c7;
}
body.zazzle-storefront .store-checkout .btn-confirm-order {
    background: #245dea !important;
    color: #fff !important;
    border-color: #245dea !important;
}
body.zazzle-storefront .store-checkout .btn-confirm-order:hover {
    background: #1a49c7 !important;
}
body.zazzle-storefront .store-checkout .payment-option:has(input:checked) {
    border-color: #245dea !important;
    background: #eff6ff !important;
}
body.zazzle-storefront .store-checkout .payment-option input {
    accent-color: #245dea;
}
body.zazzle-storefront .store-checkout .lp-zone-pill input:checked + .lp-zone-pill-label {
    border-color: #245dea !important;
    background: #eff6ff !important;
    color: #1e40af !important;
}
body.zazzle-storefront .store-checkout .lp-zone-pill input:checked + .lp-zone-pill-label .zone-dot {
    border-color: #245dea !important;
    background: #245dea !important;
}
body.zazzle-storefront .store-checkout .checkout-total-row .amount,
body.zazzle-storefront .store-checkout .mobile-total-row .amount,
body.zazzle-storefront .store-checkout .bar-total-amount {
    color: #245dea !important;
}
body.zazzle-storefront .store-checkout .checkout-line-docs-badge,
body.zazzle-storefront .store-checkout .checkout-customer-docs-badge {
    background: #245dea !important;
}


