html {
    scroll-behavior: smooth;
}

body.printshop-store {
    --print-ink: #111827;
    --print-muted: #5b6472;
    --print-line: #dfe5ee;
    --print-paper: #ffffff;
    --print-cyan: #00a7c8;
    --print-magenta: #d62b79;
    --print-yellow: #f3be23;
    --print-red: #ef4444;
    --print-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
    background:
        linear-gradient(90deg, rgba(0, 167, 200, 0.04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(214, 43, 121, 0.035) 1px, transparent 1px),
        #f5f7fb;
    background-size: 38px 38px;
    color: var(--print-ink);
}

.printshop-store .header.print-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
    padding: 8px clamp(16px, 4vw, 42px);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
}

.printshop-store .print-header-top {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
}

.printshop-store .print-brand {
    color: var(--print-ink);
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-width: 0;
    text-decoration: none;
}

.printshop-store .header-logo {
    max-width: min(220px, 34vw);
    max-height: 62px;
    border-radius: 8px;
    object-fit: contain;
}

.printshop-store .print-brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--print-cyan), var(--print-magenta));
}

.printshop-store .print-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.printshop-store .print-brand-copy strong {
    font-size: clamp(1rem, 1.8vw, 1.28rem);
    line-height: 1.05;
    color: var(--print-ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

.printshop-store .print-brand-copy small {
    color: var(--print-muted);
    font-weight: 700;
    font-size: 0.73rem;
    margin-top: 3px;
}

.printshop-store .print-desktop-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.printshop-store .print-desktop-nav a,
.printshop-store .print-icon-btn {
    color: var(--print-ink);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    transition: 0.2s ease;
}

.printshop-store .print-desktop-nav a {
    padding: 10px 12px;
    font-size: 0.9rem;
}

.printshop-store .print-desktop-nav a:hover,
.printshop-store .print-icon-btn:hover {
    border-color: var(--print-line);
    background: #f8fafc;
    color: var(--print-cyan);
}

.printshop-store .print-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.printshop-store .print-icon-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-color: var(--print-line);
    position: relative;
}

.printshop-store .print-cart-badge {
    position: absolute;
    display: flex;
    top: -7px;
    right: -7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--print-red);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

.printshop-store .tipo-pedido-badge {
    margin: 0;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    min-width: 0;
}

.printshop-store .print-order-mode {
    min-height: 42px;
    min-width: 0;
    max-width: 230px;
    padding: 6px 12px 6px 7px;
    border-radius: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 800;
}

.printshop-store .print-order-mode .icon-main {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.printshop-store .print-order-mode .tipo-pedido-info {
    min-width: 0;
}

.printshop-store .print-order-mode .tipo-pedido-title {
    white-space: nowrap;
    line-height: 1;
}

.print-hero {
    position: relative;
    min-height: clamp(430px, 58vw, 660px);
    background: #0b1220;
    color: #ffffff;
    display: flex;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
}

.print-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 12, 20, 0.84) 0%, rgba(8, 12, 20, 0.66) 42%, rgba(8, 12, 20, 0.12) 76%);
    pointer-events: none;
    z-index: 1;
}

.print-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 92px;
    background: linear-gradient(0deg, #f5f7fb 0%, rgba(245, 247, 251, 0));
    pointer-events: none;
    z-index: 2;
}

.print-hero-slides,
.print-hero-slide {
    position: absolute;
    inset: 0;
}

.print-hero-slides {
    z-index: 0;
}

.print-hero-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1s ease, transform 6s ease, translate 1s ease;
}

.print-hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

.print-hero.fx-zoom .print-hero-slide.active {
    transform: scale(1.09);
}

.print-hero.fx-slide .print-hero-slide {
    translate: 24px 0;
}

.print-hero.fx-slide .print-hero-slide.active {
    translate: 0 0;
}

.print-hero-inner {
    position: relative;
    z-index: 3;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 580px) 1fr;
    gap: 24px;
    align-items: end;
    padding: 72px 0 120px;
}

.print-eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    color: #0f172a;
    background: linear-gradient(90deg, var(--print-yellow), #ffffff);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.print-hero h2 {
    font-size: clamp(2.7rem, 7vw, 5.8rem);
    line-height: 0.95;
    margin: 20px 0 16px;
    letter-spacing: 0;
}

.print-hero p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 1.65;
    margin: 0;
    font-weight: 600;
}

.print-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.print-primary-btn,
.print-secondary-btn {
    min-height: 48px;
    border-radius: 8px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 900;
}

.print-primary-btn {
    color: #111827;
    background: #ffffff;
}

.print-secondary-btn {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
}

.print-hero-metrics {
    align-self: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.print-hero-metrics span,
.print-service-strip span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 8px;
    font-weight: 900;
}

.print-hero-metrics span {
    color: #111827;
    background: rgba(255, 255, 255, 0.92);
    padding: 10px 12px;
}

.print-service-strip {
    width: min(1120px, calc(100% - 32px));
    margin: -54px auto 28px;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.print-service-strip span {
    background: #ffffff;
    border: 1px solid var(--print-line);
    color: var(--print-ink);
    padding: 16px;
    min-height: 64px;
    box-shadow: var(--print-shadow);
}

.print-service-strip i:nth-child(1) {
    color: var(--print-cyan);
}

.printshop-store .catalog-tools {
    margin-top: 18px;
}

.printshop-store .search-panel {
    border-radius: 8px;
    border-color: var(--print-line);
    box-shadow: var(--print-shadow);
}

.printshop-store .search-icon {
    border-radius: 8px;
    background: #e9f8fb;
    color: var(--print-cyan);
}

.printshop-store .cat-chip,
.printshop-store .cat-nav-btn,
.printshop-store .product-card,
.printshop-store .featured-card {
    border-radius: 8px;
}

.printshop-store .cat-chip {
    min-height: 68px;
    border-color: var(--print-line);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.printshop-store .cat-chip.active {
    background: #111827;
    color: #ffffff;
    box-shadow: none;
}

.printshop-store .cat-icon {
    border-radius: 8px;
    background: #f2fbfd;
    color: var(--print-cyan);
}

.printshop-store .product-card {
    border-color: var(--print-line);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.printshop-store .product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.1);
}

.printshop-store .img-wrapper {
    background:
        linear-gradient(135deg, rgba(0, 167, 200, 0.08), rgba(243, 190, 35, 0.08)),
        #ffffff;
    height: 156px;
}

.printshop-store .p-title {
    color: var(--print-ink);
    text-align: left;
}

.printshop-store .p-desc {
    text-align: left;
    color: var(--print-muted);
}

.printshop-store .p-prices span,
.printshop-store .pm-price {
    color: var(--print-magenta);
    font-weight: 900;
}

.printshop-store .badge-offer,
.printshop-store .pm-badge-offer {
    background: var(--print-magenta);
    border-radius: 6px;
}

.printshop-store .featured-card {
    background: linear-gradient(135deg, #111827, #243041);
}

.printshop-store .bottom-nav {
    border-radius: 18px 18px 0 0;
    border-top: 1px solid var(--print-line);
    box-shadow: 0 -12px 32px rgba(17, 24, 39, 0.12);
}

.printshop-store .center-fab {
    background: linear-gradient(135deg, var(--print-cyan), var(--print-magenta));
}

@media (min-width: 900px) {
    .printshop-store {
        padding-bottom: 0;
    }

    .printshop-store .bottom-nav {
        display: none;
    }
}

@media (max-width: 900px) {
    .printshop-store .header.print-header {
        padding: 10px 14px 12px;
    }

    .printshop-store .print-desktop-nav,
    .printshop-store .print-header-actions {
        display: none;
    }

    .printshop-store .print-brand {
        width: 100%;
        justify-content: center;
    }

    .printshop-store .print-brand-copy strong {
        max-width: 190px;
    }

    .printshop-store .tipo-pedido-badge {
        max-width: calc(100vw - 28px);
    }

    .print-hero {
        min-height: 610px;
        background-position: center right;
    }

    .print-hero-inner {
        grid-template-columns: 1fr;
        padding: 54px 0 116px;
        align-items: end;
    }

    .print-hero-metrics {
        justify-content: flex-start;
    }

    .print-service-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: -64px;
    }
}

@media (max-width: 560px) {
    .printshop-store .header-logo {
        width: 72px;
        max-height: 50px;
    }

    .print-hero {
        min-height: 570px;
    }

    .print-hero::before {
        background: linear-gradient(180deg, rgba(8, 12, 20, 0.86) 0%, rgba(8, 12, 20, 0.64) 58%, rgba(8, 12, 20, 0.2) 100%);
    }

    .print-hero h2 {
        font-size: clamp(2.45rem, 15vw, 4rem);
    }

    .print-hero p {
        font-size: 0.98rem;
    }

    .print-hero-actions a {
        flex: 1 1 150px;
    }

    .print-hero-metrics span {
        font-size: 0.78rem;
        padding: 9px 10px;
    }

    .print-service-strip {
        grid-template-columns: 1fr;
    }

    .print-service-strip span {
        min-height: 54px;
        padding: 13px 14px;
    }

    .printshop-store .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .printshop-store .img-wrapper {
        height: 132px;
        padding: 12px;
    }

    .printshop-store .p-info {
        padding: 10px;
    }

    .printshop-store .p-title {
        font-size: 0.88rem;
    }
}
