:root {
    --pk-navy: #2f4056;
    --pk-navy-deep: #172233;
    --pk-bluegrey: #384a62;
    --pk-coral: #d77f81;
    --pk-coral-dark: #bf686b;
    --pk-ink: #172233;
    --pk-muted: #66758a;
    --pk-line: #dce5ec;
    --pk-soft: #f3f7f9;
    --pk-paper: #fbfcfd;
    --pk-mint: #12a391;
    --pk-gold: #e6a31a;
    --pk-shadow: 0 24px 70px rgba(23, 34, 51, .14);
    --pk-radius: 18px;
}

/* Shared secondary-page system */
.pk-secondary-hero {
    overflow: hidden;
    background: linear-gradient(135deg, #fbf8f3 0%, #f7f1eb 58%, #edf3f7 100%);
    border-bottom: 1px solid rgba(56, 74, 98, .08);
}
.pk-secondary-hero__inner {
    width: min(1180px, calc(100% - 2rem));
    min-height: 420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
    padding: clamp(3.5rem, 7vw, 6.5rem) 0;
}
.pk-secondary-hero__breadcrumb { display:inline-flex;gap:.45rem;color:#738095;font-size:.78rem;font-weight:700;text-decoration:none; }
.pk-secondary-hero__breadcrumb span { color:#d49792; }
.pk-secondary-hero__eyebrow { margin:1.35rem 0 .65rem;color:#bd696b;font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase; }
.pk-secondary-hero h1 { max-width:720px;color:#1b304c;font-size:clamp(2.55rem,5vw,4.75rem);font-weight:800;letter-spacing:-.055em;line-height:.98; }
.pk-secondary-hero__copy { max-width:650px;margin-top:1.35rem;color:#5d6c80;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.75; }
.pk-secondary-hero__trust { display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.6rem; }
.pk-secondary-hero__trust span { padding:.5rem .72rem;border:1px solid rgba(56,74,98,.1);border-radius:999px;background:rgba(255,255,255,.72);color:#41526a;font-size:.72rem;font-weight:700; }
.pk-secondary-hero__visual { position:relative;min-height:300px;display:flex;align-items:center;justify-content:center; }
.pk-secondary-hero__shape { position:absolute;inset:4% 1% 1% 8%;border-radius:44% 56% 50% 45%;background:linear-gradient(145deg,#dca09c,#c87578);transform:rotate(-4deg);opacity:.92; }
.pk-secondary-hero__visual img { position:relative;width:min(100%,430px);height:285px;object-fit:cover;border:8px solid rgba(255,255,255,.88);border-radius:2rem;box-shadow:0 28px 60px rgba(27,48,76,.18);transform:rotate(2.5deg); }
.pk-secondary-hero__visual>span { position:absolute;right:0;bottom:1.1rem;padding:.7rem 1rem;border-radius:999px;background:#fff;color:#263d59;font-size:.72rem;font-weight:800;box-shadow:0 12px 30px rgba(27,48,76,.13); }
.pk-secondary-body { width:min(100% - 2rem, 1180px);margin:0 auto;padding:clamp(2.6rem,5vw,4.5rem) 0; }
.pk-secondary-panel { border:1px solid rgba(56,74,98,.09);border-radius:1.6rem;background:#fff;padding:clamp(1.5rem,4vw,3rem);box-shadow:0 18px 55px rgba(43,59,79,.07); }
.pk-faq-list { display:grid;gap:.8rem; }
.pk-faq-item { overflow:hidden;border:1px solid rgba(56,74,98,.1);border-radius:1rem;background:#fff;box-shadow:0 10px 30px rgba(43,59,79,.045); }
.pk-faq-item summary { cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.3rem;color:#253b58;font-size:1rem;font-weight:750; }
.pk-faq-item summary::-webkit-details-marker { display:none; }
.pk-faq-item summary b { display:grid;width:1.8rem;height:1.8rem;place-items:center;border-radius:50%;background:#f7ece9;color:#bd696b;font-size:1.1rem;transition:transform .2s ease; }
.pk-faq-item[open] summary b { transform:rotate(45deg); }
.pk-faq-answer { padding:0 1.3rem 1.25rem;color:#5d6c80;line-height:1.75; }
.pk-account-page>div>div:first-child h1 { color:#1b304c;font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.04em; }
.pk-account-page>div>div:first-child { padding:1.25rem 0; }
.pk-account-page .bg-white { border-color:rgba(56,74,98,.09);box-shadow:0 12px 35px rgba(43,59,79,.055); }
.pk-confirmation-page { background:radial-gradient(circle at 85% 10%,rgba(200,117,120,.14),transparent 27%),linear-gradient(145deg,#fbf8f3,#eef4f7); }
@media (max-width: 760px) {
    .pk-secondary-hero__inner { grid-template-columns:1fr;min-height:0;gap:2rem;padding:2.5rem 0 3rem; }
    .pk-secondary-hero h1 { font-size:clamp(2.35rem,12vw,3.25rem); }
    .pk-secondary-hero__visual { min-height:230px; }
    .pk-secondary-hero__visual img { width:92%;height:220px;border-width:6px;border-radius:1.4rem; }
    .pk-secondary-hero__visual>span { right:2%;bottom:-.25rem; }
    .pk-secondary-body { width:min(100% - 1.25rem,1180px);padding:2.25rem 0; }
    .pk-account-table thead { display:none; }
    .pk-account-table,.pk-account-table tbody,.pk-account-table tr,.pk-account-table td { display:block;width:100%; }
    .pk-account-table tr { padding:.85rem 1rem;border-bottom:1px solid #edf1f4; }
    .pk-account-table td { padding:.3rem 0!important; }
}

html {
    scroll-behavior: smooth;
}

body.pk-storefront {
    color: var(--pk-ink);
    background:
        linear-gradient(180deg, #ffffff 0%, #f6fafc 48%, #ffffff 100%);
}

body.pk-drawer-open {
    overflow: hidden;
}

body.pk-storefront main {
    overflow: hidden;
}

.pk-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .pk-container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .pk-container {
        padding: 0 2rem;
    }
}

.pk-top-strip {
    background: linear-gradient(90deg, var(--pk-navy-deep), var(--pk-bluegrey));
    color: #fff;
    font-size: .78rem;
    padding: .55rem 0;
}

.pk-top-strip a {
    color: rgba(255, 255, 255, .88);
    transition: color .2s ease;
}

.pk-top-strip a:hover {
    color: #fff;
}

.pk-top-socials {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding-right: .75rem;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.pk-top-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
}

.pk-top-socials a:hover {
    background: rgba(255, 255, 255, .2);
}

.pk-top-socials svg {
    width: .9rem;
    height: .9rem;
}

.pk-nav-link {
    color: #4b5563;
    transition: color .2s ease, transform .2s ease;
}

.pk-nav-link:hover {
    color: var(--pk-coral);
    transform: translateY(-1px);
}

.pk-header-search input {
    width: 100%;
    border: 1px solid var(--pk-line);
    border-radius: 999px;
    background: var(--pk-soft);
    color: var(--pk-ink);
    padding: .75rem 3rem .75rem 1rem;
    font-size: .9rem;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pk-header-search input:focus {
    background: #fff;
    border-color: rgba(215, 127, 129, .65);
    box-shadow: 0 0 0 4px rgba(215, 127, 129, .16);
}

.pk-header-search button {
    position: absolute;
    right: .35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--pk-bluegrey);
    transition: color .2s ease, background .2s ease;
}

.pk-header-search button:hover,
.pk-header-icon:hover {
    color: var(--pk-coral);
    background: #f8eef0;
}

.pk-header-icon {
    width: 2.55rem;
    height: 2.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--pk-line);
    color: var(--pk-bluegrey);
    background: #fff;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.pk-header-icon:hover {
    border-color: rgba(215, 127, 129, .35);
    transform: translateY(-1px);
}

.pk-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    isolation: isolate;
    background: var(--pk-bluegrey);
    overflow: hidden;
}

.pk-hero--slider {
    display: block;
}

.pk-hero__slides,
.pk-hero-slide {
    position: absolute;
    inset: 0;
}

.pk-hero__slides {
    z-index: 0;
}

.pk-hero-slide {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    isolation: isolate;
    transition: opacity .55s ease, visibility .55s ease;
}

.pk-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.pk-hero--slider .pk-hero__slides {
    position: relative;
    min-height: 560px;
}

.pk-hero-slide .pk-hero__bg {
    z-index: 0;
}

.pk-hero-slide .pk-hero__shade {
    z-index: 1;
}

.pk-hero-slide .pk-hero__inner {
    z-index: 2;
}

.pk-hero__bg,
.pk-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.pk-hero__bg picture,
.pk-hero__bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.pk-hero__bg img {
    object-fit: cover;
    object-position: center center;
}

.pk-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg,
            rgba(20, 34, 51, .34) 0%,
            rgba(34, 51, 72, .68) 31%,
            rgba(37, 55, 77, .76) 50%,
            rgba(34, 51, 72, .66) 69%,
            rgba(20, 34, 51, .32) 100%),
        linear-gradient(180deg, rgba(20, 34, 51, .08), rgba(20, 34, 51, .28));
}

.pk-hero-slide .pk-hero__bg {
    z-index: 0;
}

.pk-hero-slide .pk-hero__shade {
    z-index: 1;
}

.pk-hero__inner {
    position: relative;
    width: 100%;
    padding-top: clamp(4rem, 6vw, 5.25rem);
    padding-bottom: clamp(4rem, 6vw, 5.25rem);
}

.pk-hero__content {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.pk-trust-row {
    margin-top: .85rem;
    color: rgba(255, 255, 255, .82);
    font-size: .82rem;
    font-weight: 700;
}

.pk-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    z-index: 5;
    display: flex;
    gap: .5rem;
    transform: translateX(-50%);
}

.pk-hero-dots button {
    width: .7rem;
    height: .7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .45);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
    transition: width .2s ease, background .2s ease;
}

.pk-hero-dots button.is-active {
    width: 1.7rem;
    background: #fff;
}

.pk-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 4.35vw, 4rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: 0;
    text-wrap: balance;
}

.pk-hero h1 span {
    display: block;
    color: #ffd9da;
}

.pk-hero h1 .pk-hero__title-line {
    color: #fff;
}

.pk-hero p {
    max-width: 610px;
    margin: .9rem auto 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.65;
}

.pk-hero-search {
    max-width: 590px;
    margin: 1.4rem auto 0;
    display: flex;
    gap: .45rem;
    border-radius: .75rem;
    background: #fff;
    padding: .42rem;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}

.pk-hero-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    color: var(--pk-ink);
    padding: .85rem 1rem;
    font-size: 1rem;
    outline: none;
}

.pk-hero-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border-radius: .55rem;
    background: var(--pk-coral);
    color: #fff;
    font-weight: 800;
    padding: .85rem 1.2rem;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pk-hero-search button:hover {
    background: var(--pk-coral-dark);
    transform: translateY(-1px);
}

.pk-hero__actions,
.pk-home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.25rem;
}

.pk-hero__actions {
    justify-content: center;
    margin-top: 1rem;
}

.pk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    padding: .85rem 1.15rem;
    font-weight: 800;
    font-size: .94rem;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.pk-button:hover {
    transform: translateY(-2px);
}

.pk-button--primary {
    color: #fff;
    background: var(--pk-coral);
    box-shadow: 0 14px 30px rgba(215, 127, 129, .32);
}

.pk-button--primary:hover {
    background: var(--pk-coral-dark);
}

.pk-button--ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .1);
}

.pk-button--ghost:hover {
    background: rgba(255, 255, 255, .18);
}

.pk-button--light {
    color: var(--pk-ink);
    background: #fff;
}

.pk-client-strip {
    position: relative;
    margin-top: 0;
    padding-top: 1.1rem;
    z-index: 3;
    background: linear-gradient(180deg, #f7f9fb, #fff);
}

.pk-client-strip .pk-container {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
    border: 1px solid rgba(220, 229, 236, .8);
    border-radius: var(--pk-radius);
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--pk-shadow);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pk-client-strip__label p,
.pk-section-head p,
.pk-benefits__intro p,
.pk-reviews__intro p,
.pk-home-cta p {
    color: var(--pk-coral);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pk-client-strip__label h2 {
    margin-top: .25rem;
    color: var(--pk-bluegrey);
    font-size: 1.1rem;
    font-weight: 900;
}

.pk-client-strip__rail {
    position: relative;
    overflow: hidden;
}

.pk-client-strip__rail::before,
.pk-client-strip__rail::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2.5rem;
    z-index: 2;
    pointer-events: none;
}

.pk-client-strip__rail::before {
    left: 0;
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.pk-client-strip__rail::after {
    right: -10rem;
    background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.pk-client-strip__track {
    display: flex;
    width: max-content;
    gap: .8rem;
    animation: pkLogoSlide 64s linear infinite;
}

.pk-client-strip__track:hover {
    animation-play-state: paused;
}

.pk-client-logo {
    width: 9.5rem;
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf1f4;
    border-radius: .95rem;
    background: #fff;
    padding: .8rem 1rem;
}

.pk-client-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pk-promo-banners {
    padding: clamp(2rem, 4vw, 3.5rem) 0 0;
    background: #fff;
}

.pk-promo-banners .pk-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pk-promo-banner {
    position: relative;
    min-height: 190px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e8eef3;
    border-radius: var(--pk-radius);
    background:
        linear-gradient(135deg, #ffffff 0%, #f5f9fb 100%);
    padding: 1.25rem;
    box-shadow: 0 16px 42px rgba(23, 34, 51, .06);
}

.pk-promo-banner img {
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 1rem;
    object-fit: cover;
    order: 2;
}

.pk-promo-banner h2 {
    color: var(--pk-bluegrey);
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1.12;
    font-weight: 900;
}

.pk-promo-banner p {
    margin-top: .55rem;
    color: var(--pk-muted);
    line-height: 1.7;
}

.pk-promo-banner a {
    display: inline-flex;
    margin-top: .9rem;
    border-radius: 999px;
    background: var(--pk-bluegrey);
    color: #fff;
    padding: .7rem 1rem;
    font-size: .86rem;
    font-weight: 900;
    transition: transform .2s ease, background .2s ease;
}

.pk-promo-banner a:hover {
    transform: translateY(-1px);
    background: var(--pk-navy-deep);
}

.pk-section {
    padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.pk-section--soft {
    background:
        linear-gradient(180deg, #f7fafc, #fff);
}

.pk-products-section {
    background: #fff;
}

.pk-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.pk-section-head h2,
.pk-benefits__intro h2,
.pk-reviews__intro h2,
.pk-home-cta h2 {
    color: var(--pk-bluegrey);
    font-size: clamp(1.7rem, 3vw, 3rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.pk-slider-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.pk-slider-actions button,
.pk-slider-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid var(--pk-line);
    background: #fff;
    color: var(--pk-bluegrey);
    font-weight: 800;
    font-size: .85rem;
    transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.pk-slider-actions button {
    width: 2.5rem;
}

.pk-slider-actions a {
    padding: 0 .95rem;
}

.pk-slider-actions button:hover,
.pk-slider-actions a:hover {
    transform: translateY(-1px);
    border-color: rgba(215, 127, 129, .55);
    color: var(--pk-coral);
}

.pk-category-slider,
.pk-product-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 1rem;
    padding: .25rem .1rem 1.1rem;
    scrollbar-width: none;
}

.pk-category-slider::-webkit-scrollbar,
.pk-product-slider::-webkit-scrollbar {
    display: none;
}

.pk-category-card,
.pk-product-slide {
    scroll-snap-align: start;
}

.pk-category-card {
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: var(--pk-radius);
    background: linear-gradient(135deg, var(--pk-bluegrey), #52657d);
    color: #fff;
    padding: 1.1rem;
    box-shadow: 0 18px 42px rgba(47, 64, 86, .12);
    transition: transform .25s ease, box-shadow .25s ease;
}

.pk-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(47, 64, 86, .18);
}

.pk-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.pk-category-card:hover img {
    transform: scale(1.06);
}

.pk-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 34, 51, .08), rgba(23, 34, 51, .76));
}

.pk-category-card span,
.pk-category-card small {
    position: relative;
    z-index: 1;
}

.pk-category-card span {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 900;
}

.pk-category-card small {
    margin-top: .35rem;
    color: rgba(255, 255, 255, .78);
    font-size: .82rem;
    font-weight: 700;
}

.pk-product-slider {
    grid-auto-columns: minmax(235px, 285px);
}

.pk-product-slide {
    height: 100%;
}

.pk-product-workspace {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
}

.pk-product-media-column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1rem;
}

.pk-product-surface {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: .75rem;
    background:
        linear-gradient(135deg, rgba(56, 74, 98, .08), rgba(215, 127, 129, .08)),
        linear-gradient(180deg, #ffffff, #eef3f5);
    box-shadow: 0 12px 34px rgba(23, 34, 51, .07);
}

.pk-product-media-surface {
    flex: 1;
    min-height: 320px;
}

.pk-product-image-stage {
    min-height: 320px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.pk-product-thumbs {
    display: flex;
    flex: 0 0 auto;
    gap: .75rem;
    overflow-x: auto;
    padding-bottom: .5rem;
}

.pk-product-info-panel {
    min-width: 0;
}

.pk-product-purchase-form {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 18px 48px rgba(23, 34, 51, .08);
}

.pk-product-info-scroll {
    display: grid;
    gap: 1.25rem;
    padding: 1.25rem;
}

.pk-product-price-card,
.pk-product-description-card,
.pk-product-options-card {
    border: 1px solid rgba(220, 229, 236, .75);
    border-radius: .9rem;
    background: rgba(255, 255, 255, .82);
    padding: 1.15rem;
    box-shadow: 0 10px 28px rgba(23, 34, 51, .045);
}

.pk-product-price-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.pk-product-options-card {
    display: grid;
    gap: 1rem;
}

.pk-product-action-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    border-top: 1px solid rgba(220, 229, 236, .9);
    background: rgba(255, 255, 255, .96);
    padding: 1rem 1.25rem 1.25rem;
    box-shadow: 0 -12px 30px rgba(23, 34, 51, .04);
}

.pk-quantity-control {
    display: grid;
    gap: .35rem;
    min-width: 0;
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: .9rem;
    background: linear-gradient(135deg, #f8fbfc, #fff);
    padding: .7rem .8rem;
    box-shadow: 0 10px 24px rgba(23, 34, 51, .045);
}

.pk-quantity-control__label {
    color: var(--pk-bluegrey);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.pk-quantity-control input {
    width: 100%;
    min-height: 2.5rem;
    border: 1px solid rgba(215, 127, 129, .34);
    border-radius: .7rem;
    background: #fff;
    color: var(--pk-ink);
    font-size: 1rem;
    font-weight: 900;
    outline: none;
    padding: .5rem .7rem;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.pk-quantity-control input:focus {
    border-color: var(--pk-coral);
    box-shadow: 0 0 0 3px rgba(215, 127, 129, .16);
}

.pk-quantity-control small {
    color: var(--pk-muted);
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.25;
}

.pk-product-quantity-control {
    width: 100%;
}

/* Premium single-product experience */
.pk-product-page {
    background:
        radial-gradient(circle at 92% 3%, rgba(215, 127, 129, .13), transparent 26rem),
        linear-gradient(180deg, #fbfaf7 0%, #f4f8fa 58%, #fbfaf7 100%);
}

.pk-product-breadcrumb {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .45rem;
    margin-bottom: 1.15rem;
    color: #748193;
    font-size: .78rem;
    font-weight: 700;
    white-space: nowrap;
}

.pk-product-breadcrumb a {
    transition: color .2s ease;
}

.pk-product-breadcrumb a:hover {
    color: var(--pk-coral);
}

.pk-product-breadcrumb svg {
    width: .9rem;
    flex: 0 0 auto;
}

.pk-product-breadcrumb span {
    min-width: 0;
    overflow: hidden;
    color: var(--pk-bluegrey);
    text-overflow: ellipsis;
}

.pk-product-media-badge {
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 8px 22px rgba(23, 34, 51, .08);
    color: #35485f;
    font-size: .72rem;
    font-weight: 850;
    padding: .5rem .72rem;
    backdrop-filter: blur(10px);
}

.pk-product-media-badge svg {
    width: 1rem;
    color: #ba686b;
}

.pk-product-image-stage .pk-main-image {
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(23, 34, 51, .15));
}

.pk-product-media-note {
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 1px solid rgba(220, 229, 236, .9);
    border-radius: .9rem;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 10px 28px rgba(23, 34, 51, .05);
    padding: .85rem 1rem;
}

.pk-product-media-note__icon {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: .72rem;
    background: #f8e9e7;
    color: #b76468;
}

.pk-product-media-note__icon svg {
    width: 1.25rem;
}

.pk-product-media-note > span:last-child {
    display: grid;
    gap: .15rem;
}

.pk-product-media-note strong {
    color: #30435a;
    font-size: .82rem;
}

.pk-product-media-note small {
    color: #728093;
    font-size: .72rem;
    line-height: 1.45;
}

.pk-product-heading-block {
    display: grid;
    gap: .72rem;
}

.pk-product-heading-block h1 {
    max-width: 18ch;
    color: #20364f;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
}

.pk-product-heading-block > p {
    max-width: 56ch;
    color: #68778a;
    font-size: .98rem;
    line-height: 1.7;
}

.pk-product-category-pill {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    background: #f8e9e7;
    color: #ae5f64;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding: .48rem .72rem;
    text-transform: uppercase;
}

.pk-product-price-eyebrow {
    display: block;
    margin-bottom: .2rem;
    color: #768396;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

#productPriceDisplay {
    color: #c96f73;
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1;
}

#productPriceUnit {
    display: block;
    margin-top: .35rem;
    color: #798597;
    font-size: .76rem;
    font-weight: 700;
}

.pk-product-price-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .45rem;
}

.pk-product-price-badges span {
    border: 1px solid rgba(220, 229, 236, .82);
    border-radius: 999px;
    background: #f5f8f9;
    color: #41536a;
    font-size: .68rem;
    font-weight: 850;
    padding: .5rem .68rem;
}

.pk-product-description-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #657387;
    font-size: .88rem;
    line-height: 1.75;
}

.pk-product-inline-benefits {
    display: none !important;
}

.pk-product-quantity-stepper {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: 2.6rem minmax(0, 1fr) 2.6rem;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(215, 127, 129, .34);
    border-radius: .7rem;
    background: #fff;
}

.pk-product-quantity-stepper button {
    display: grid;
    width: auto;
    min-width: 0;
    border: 0;
    place-items: center;
    color: #35485f;
    font-size: 1.15rem;
    font-weight: 900;
    transition: background .2s ease, color .2s ease;
}

.pk-product-quantity-stepper button:hover {
    background: #f8e9e7;
    color: #ae5f64;
}

.pk-product-quantity-stepper input {
    width: 100%;
    min-width: 0;
    border: 0;
    border-right: 1px solid #e8edf0;
    border-left: 1px solid #e8edf0;
    border-radius: 0;
    padding-right: .2rem;
    padding-left: .2rem;
    text-align: center;
    box-shadow: none;
    appearance: textfield;
    -moz-appearance: textfield;
}

.pk-product-quantity-stepper input::-webkit-inner-spin-button,
.pk-product-quantity-stepper input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.pk-product-order-total {
    display: grid;
    align-content: center;
    gap: .12rem;
    border-top: 1px solid #e3eaee;
    padding-top: .85rem;
}

.pk-product-order-total span {
    color: #7a8798;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pk-product-order-total strong {
    color: #20364f;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.1;
}

.pk-product-order-total small {
    color: #8893a1;
    font-size: .64rem;
    line-height: 1.35;
}

.pk-product-add-button,
.pk-product-whatsapp-button {
    display: inline-flex;
    min-height: 3.6rem;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border-radius: .8rem;
    font-size: .88rem;
    font-weight: 850;
    padding: .9rem 1.15rem;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pk-product-add-button {
    color: #fff;
    box-shadow: 0 12px 24px rgba(196, 100, 105, .21);
}

.pk-product-add-button svg,
.pk-product-whatsapp-button svg {
    width: 1.15rem;
    flex: 0 0 auto;
}

.pk-product-add-button:hover,
.pk-product-whatsapp-button:hover {
    transform: translateY(-2px);
}

.pk-product-whatsapp-button {
    border: 1px solid #dce5ea;
    background: #fff;
    color: #31465d;
}

.pk-product-whatsapp-button:hover {
    border-color: #bdd9d1;
    background: #edf7f3;
    color: #197a60;
}

.pk-product-assurances {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem 1.2rem;
    border-top: 1px solid #e7edf0;
    color: #647386;
    font-size: .68rem;
    font-weight: 800;
    padding: .85rem 1.1rem;
}

.pk-product-assurances span {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
}

.pk-product-assurances svg {
    width: .95rem;
    fill: none;
    stroke: #4a8b79;
    stroke-width: 1.8;
}

.pk-product-detail-section {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .65fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    margin-top: clamp(2.5rem, 6vw, 4.75rem);
    border: 1px solid rgba(220, 229, 236, .9);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 18px 48px rgba(23, 34, 51, .06);
    padding: clamp(1.4rem, 4vw, 3rem);
}

.pk-product-detail-kicker {
    color: #bd686c;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.pk-product-detail-copy h2 {
    max-width: 19ch;
    margin: .45rem 0 1rem;
    color: #22384f;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.pk-product-detail-copy > div {
    color: #657387;
    font-size: .92rem;
    line-height: 1.85;
}

.pk-product-process-card {
    align-self: start;
    border-radius: 1rem;
    background: #eef4f6;
    padding: 1.25rem;
}

.pk-product-process-card > p {
    color: #30455c;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pk-product-process-card ol {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.pk-product-process-card li {
    display: grid;
    grid-template-columns: 1.85rem 1fr;
    align-items: start;
    gap: .7rem;
}

.pk-product-process-card li > span {
    display: grid;
    width: 1.85rem;
    height: 1.85rem;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #bd686c;
    font-size: .7rem;
    font-weight: 900;
}

.pk-product-process-card li div {
    display: grid;
    gap: .16rem;
}

.pk-product-process-card strong {
    color: #31465d;
    font-size: .8rem;
}

.pk-product-process-card small {
    color: #718092;
    font-size: .7rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .pk-product-breadcrumb {
        margin-bottom: .85rem;
    }

    .pk-product-workspace {
        gap: 1.15rem;
    }

    .pk-product-media-surface {
        min-height: 0;
        aspect-ratio: 1 / .9;
    }

    .pk-product-image-stage {
        min-height: 0;
        padding: 2.4rem 1.5rem 1.5rem;
    }

    .pk-product-media-note {
        padding: .75rem .85rem;
    }

    .pk-product-heading-block h1 {
        font-size: clamp(2rem, 11vw, 2.7rem);
        line-height: 1.02;
    }

    .pk-product-info-scroll {
        gap: 1rem;
        padding: 1.15rem;
    }

    .pk-product-price-card {
        grid-template-columns: 1fr auto;
        align-items: end;
        padding: 1rem;
    }

    .pk-product-price-badges {
        max-width: 8.5rem;
        justify-content: flex-end;
    }

    .pk-product-description-card {
        padding: 1rem;
    }

    .pk-product-action-bar {
        padding: 1rem 1.15rem 1.15rem;
    }

    .pk-product-order-total {
        grid-row: 1;
        border-bottom: 1px solid #e3eaee;
        border-left: 0;
        padding: 0 0 .85rem;
    }

    .pk-product-order-total strong {
        font-size: 1.55rem;
    }

    .pk-product-add-button,
    .pk-product-whatsapp-button {
        width: 100%;
    }

    .pk-product-assurances {
        justify-content: flex-start;
        padding: .85rem 1.15rem 1rem;
    }

    .pk-product-detail-section {
        grid-template-columns: 1fr;
        margin-top: 2.25rem;
    }
}

.pk-category-showcases {
    background:
        linear-gradient(180deg, #fff 0%, #f6fafc 52%, #fff 100%);
    padding-top: clamp(3.25rem, 6vw, 5rem);
    padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.pk-category-showcases__head {
    margin-bottom: .6rem;
}

.pk-category-showcases__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    border-radius: 999px;
    border: 1px solid rgba(215, 127, 129, .28);
    background: #fff;
    color: var(--pk-coral);
    padding: 0 1rem;
    font-size: .88rem;
    font-weight: 900;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pk-category-showcases__all:hover {
    transform: translateY(-1px);
    border-color: rgba(215, 127, 129, .55);
    box-shadow: 0 12px 28px rgba(23, 34, 51, .08);
}

.pk-category-showcase-list {
    display: grid;
    gap: .35rem;
}

.pk-category-showcase {
    border-top: 1px solid rgba(220, 229, 236, .95);
    padding: 1.45rem 0 .3rem;
}

.pk-category-showcase:first-child {
    border-top: 0;
}

.pk-category-showcase__intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pk-category-showcase__intro span {
    color: var(--pk-coral);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pk-category-showcase__intro h3 {
    margin-top: .22rem;
    color: var(--pk-bluegrey);
    font-size: clamp(1.25rem, 2.2vw, 2rem);
    line-height: 1.12;
    font-weight: 900;
}

.pk-category-showcase__intro p {
    max-width: 620px;
    margin-top: .45rem;
    color: var(--pk-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.pk-category-showcase__slider {
    grid-auto-columns: minmax(220px, 255px);
    padding-bottom: .85rem;
}

.pk-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e8eef3;
    border-radius: var(--pk-radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(23, 34, 51, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pk-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(215, 127, 129, .38);
    box-shadow: 0 26px 66px rgba(23, 34, 51, .14);
}

.pk-product-card__media {
    position: relative;
    display: flex;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eef4f7;
}

.pk-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.pk-product-card:hover .pk-product-card__media img {
    transform: scale(1.055);
}

.pk-product-card__placeholder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9c6d1;
}

.pk-product-card__badge {
    position: absolute;
    left: .75rem;
    top: .75rem;
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--pk-bluegrey);
    padding: .25rem .65rem;
    font-size: .72rem;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(23, 34, 51, .1);
}

.pk-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1rem;
}

.pk-product-card__title {
    min-height: 2.5rem;
    color: var(--pk-ink);
    font-size: .98rem;
    line-height: 1.25;
    font-weight: 900;
    transition: color .2s ease;
}

.pk-product-card__title:hover {
    color: var(--pk-coral);
}

.pk-product-card__copy {
    min-height: 2.5rem;
    margin-top: .45rem;
    color: var(--pk-muted);
    font-size: .82rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pk-product-card__meta {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: .75rem;
    padding-top: 1rem;
}

.pk-product-card__price {
    color: var(--pk-coral);
    font-size: 1.05rem;
    line-height: 1.1;
    font-weight: 900;
}

.pk-product-card__price span {
    display: block;
    margin-top: .2rem;
    color: var(--pk-muted);
    font-size: .72rem;
    font-weight: 700;
}

.pk-product-card__actions {
    display: flex;
    gap: .38rem;
}

.pk-icon-button {
    width: 2.15rem;
    height: 2.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .8rem;
    transition: transform .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}

.pk-icon-button:hover {
    transform: translateY(-2px);
}

.pk-icon-button--soft {
    color: var(--pk-bluegrey);
    background: #edf3f7;
}

.pk-icon-button--primary {
    color: #fff;
    background: var(--pk-coral);
}

.pk-icon-button--primary:hover {
    background: var(--pk-coral-dark);
}

.pk-icon-button--navy {
    color: #fff;
    background: var(--pk-bluegrey);
}

.pk-icon-button--navy:hover {
    background: var(--pk-navy-deep);
}

.pk-icon-button.is-loading,
.pk-icon-button.is-added,
.pk-icon-button.is-error {
    color: #fff;
}

.pk-icon-button.is-loading {
    opacity: .86;
}

.pk-icon-button.is-added {
    background: var(--pk-mint);
}

.pk-icon-button.is-error {
    background: #dc2626;
}

.pk-button-spinner {
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-top-color: #fff;
    animation: pkSpin .7s linear infinite;
}

.pk-benefits {
    background: linear-gradient(180deg, #f7fafc, #eef4f7);
}

.pk-benefits .pk-container {
    display: block;
}

.pk-benefits__intro h2 {
    max-width: 760px;
}

.pk-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.6rem;
}

.pk-benefit-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: .95rem;
    align-content: start;
    border: 1px solid #dce5ec;
    border-radius: var(--pk-radius);
    background: rgba(255, 255, 255, .78);
    padding: 1.25rem;
}

.pk-benefit-card span {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: #fff;
    color: var(--pk-coral);
    box-shadow: 0 12px 30px rgba(23, 34, 51, .08);
}

.pk-benefit-card h3 {
    color: var(--pk-bluegrey);
    font-size: 1.05rem;
    font-weight: 900;
}

.pk-benefit-card p {
    margin-top: .35rem;
    color: var(--pk-muted);
    font-size: .92rem;
    line-height: 1.7;
    max-width: 34rem;
}

.pk-reviews {
    background: #fff;
}

.pk-reviews .pk-container {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 2rem;
}

.pk-reviews__intro span {
    display: block;
    margin-top: 1rem;
    color: var(--pk-muted);
    line-height: 1.8;
}

.pk-reviews__intro a {
    display: inline-flex;
    margin-top: 1.2rem;
    color: var(--pk-coral);
    font-weight: 900;
}

.pk-reviews__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.pk-review-card,
.pk-google-review-embed {
    border: 1px solid #e8eef3;
    border-radius: var(--pk-radius);
    background: var(--pk-paper);
    padding: 1.2rem;
    box-shadow: 0 16px 42px rgba(23, 34, 51, .06);
}

.pk-google-review-embed {
    grid-column: 1 / -1;
}

.pk-review-card p {
    color: #4b5563;
    font-size: .9rem;
    line-height: 1.75;
    margin: .8rem 0 1rem;
}

.pk-review-card strong {
    color: var(--pk-bluegrey);
    font-weight: 900;
}

.pk-stars {
    display: flex;
    gap: .15rem;
    color: var(--pk-gold);
}

.pk-home-cta {
    padding: clamp(3rem, 5vw, 5rem) 0;
    background: #eef4f7;
}

.pk-home-cta .pk-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--pk-navy-deep), var(--pk-bluegrey));
    color: #fff;
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: var(--pk-shadow);
}

.pk-home-cta h2 {
    max-width: 680px;
    color: #fff;
}

.pk-home-cta span {
    display: block;
    max-width: 620px;
    margin-top: .8rem;
    color: rgba(255, 255, 255, .78);
    line-height: 1.75;
}

.pk-home-cta .pk-button--ghost {
    color: #fff;
}

.pk-auth-page {
    flex: 1;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top left, rgba(215, 127, 129, .16), transparent 34rem),
        linear-gradient(135deg, #f7fafc 0%, #ffffff 52%, #eef4f7 100%);
    padding: clamp(2rem, 5vw, 4.5rem) 1rem;
}

.pk-auth-shell {
    width: min(1120px, 100%);
    display: grid;
    grid-template-columns: minmax(300px, .92fr) minmax(320px, .8fr);
    overflow: hidden;
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 26px 80px rgba(23, 34, 51, .14);
}

.pk-auth-aside {
    position: relative;
    display: flex;
    min-height: 610px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(23, 34, 51, .94), rgba(56, 74, 98, .94)),
        linear-gradient(45deg, rgba(215, 127, 129, .26), transparent);
    color: #fff;
    padding: clamp(1.5rem, 4vw, 2.6rem);
}

.pk-auth-aside::after {
    content: "";
    position: absolute;
    right: -7rem;
    bottom: -7rem;
    width: 19rem;
    height: 19rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    box-shadow: inset 0 0 0 2rem rgba(255, 255, 255, .035);
}

.pk-auth-brand {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: #fff;
    font-weight: 900;
}

.pk-auth-brand span {
    width: 2.8rem;
    height: 2.8rem;
    display: inline-grid;
    place-items: center;
    border-radius: .9rem;
    background: #fff;
    color: var(--pk-coral);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .2);
}

.pk-auth-aside__copy {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: 2rem 0;
}

.pk-auth-aside__copy p,
.pk-auth-panel__head p {
    color: var(--pk-coral);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pk-auth-aside__copy h1 {
    margin-top: .6rem;
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 3.6rem);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

.pk-auth-aside__copy span {
    display: block;
    max-width: 460px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .78);
    line-height: 1.75;
}

.pk-auth-benefits {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .75rem;
}

.pk-auth-benefits div {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .08);
    padding: .9rem 1rem;
}

.pk-auth-benefits strong {
    display: block;
    color: #fff;
    font-size: .95rem;
    font-weight: 900;
}

.pk-auth-benefits span {
    display: block;
    margin-top: .25rem;
    color: rgba(255, 255, 255, .7);
    font-size: .84rem;
    line-height: 1.55;
}

.pk-auth-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.4rem, 4vw, 3rem);
}

.pk-auth-panel__head h2 {
    margin-top: .35rem;
    color: var(--pk-bluegrey);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.12;
    font-weight: 900;
}

.pk-auth-panel__head span {
    display: block;
    margin-top: .55rem;
    color: var(--pk-muted);
    line-height: 1.65;
}

.pk-auth-alert {
    margin-top: 1rem;
    border-radius: .9rem;
    padding: .85rem 1rem;
    font-size: .9rem;
    font-weight: 700;
}

.pk-auth-alert--error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}

.pk-auth-form {
    display: grid;
    gap: .95rem;
    margin-top: 1.35rem;
}

.pk-auth-field {
    display: grid;
    gap: .4rem;
}

.pk-auth-field label {
    color: var(--pk-bluegrey);
    font-size: .85rem;
    font-weight: 900;
}

.pk-auth-input {
    width: 100%;
    min-height: 3.15rem;
    border: 1px solid var(--pk-line);
    border-radius: .95rem;
    background: #f8fbfc;
    color: var(--pk-ink);
    padding: .85rem 1rem;
    font-size: .95rem;
    outline: none;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pk-auth-input:focus {
    border-color: rgba(215, 127, 129, .65);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(215, 127, 129, .14);
}

.pk-auth-error {
    color: #dc2626;
    font-size: .78rem;
    font-weight: 700;
}

.pk-auth-recaptcha {
    display: grid;
    gap: .4rem;
}

.pk-auth-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    border-radius: .95rem;
    background: var(--pk-coral);
    color: #fff;
    font-weight: 900;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.pk-auth-submit:hover {
    background: var(--pk-coral-dark);
    box-shadow: 0 14px 32px rgba(215, 127, 129, .28);
    transform: translateY(-1px);
}

.pk-auth-switch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    margin-top: 1.15rem;
    color: var(--pk-muted);
    font-size: .9rem;
}

.pk-auth-switch a,
.pk-auth-links a {
    color: var(--pk-coral);
    font-weight: 900;
}

.pk-auth-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .85rem;
    margin-top: 1rem;
    border-top: 1px solid var(--pk-line);
    padding-top: 1rem;
    font-size: .85rem;
}

.pk-mobile-bottom-nav {
    position: fixed;
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .1rem;
    border: 1px solid rgba(220, 229, 236, .86);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 50px rgba(23, 34, 51, .18);
    backdrop-filter: blur(16px);
    padding: .35rem;
}

.pk-mobile-bottom-nav a,
.pk-mobile-bottom-nav button {
    min-width: 0;
    min-height: 3.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .18rem;
    border-radius: 1rem;
    color: var(--pk-muted);
    font-size: .68rem;
    font-weight: 800;
}

.pk-mobile-bottom-nav .is-active,
.pk-mobile-bottom-nav a:hover,
.pk-mobile-bottom-nav button:hover {
    color: var(--pk-bluegrey);
    background: #edf3f7;
}

@media (min-width: 768px) {
    .pk-mobile-bottom-nav {
        display: none;
    }
}

.pk-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 70;
    pointer-events: none;
    opacity: 0;
    background: rgba(23, 34, 51, .48);
    transition: opacity .25s ease;
}

body.pk-drawer-open .pk-drawer-backdrop {
    pointer-events: auto;
    opacity: 1;
}

.pk-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 80;
    width: min(420px, calc(100vw - 1.5rem));
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 24px 70px rgba(23, 34, 51, .28);
    padding: 1.25rem;
    transition: transform .28s ease;
}

.pk-drawer--right {
    right: 0;
    transform: translateX(104%);
    border-radius: 1.5rem 0 0 1.5rem;
}

.pk-drawer--left {
    left: 0;
    transform: translateX(-104%);
    border-radius: 0 1.5rem 1.5rem 0;
}

.pk-drawer.is-open {
    transform: translateX(0);
}

.pk-drawer__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.pk-drawer__head p,
.pk-modal__content p {
    color: var(--pk-coral);
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pk-drawer__head h3,
.pk-modal__content h3 {
    color: var(--pk-bluegrey);
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 900;
}

.pk-drawer__head button,
.pk-modal__close {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #edf3f7;
    color: var(--pk-bluegrey);
}

.pk-drawer-search {
    display: grid;
    gap: .75rem;
}

.pk-drawer-search input {
    width: 100%;
    border: 1px solid var(--pk-line);
    border-radius: 1rem;
    padding: .95rem 1rem;
    outline: none;
}

.pk-drawer-search button,
.pk-cart-drawer-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 999px;
    background: var(--pk-bluegrey);
    color: #fff;
    font-weight: 900;
}

.pk-drawer-suggestions,
.pk-drawer-menu {
    display: grid;
    gap: .55rem;
    margin-top: 1.2rem;
}

.pk-drawer-suggestions a,
.pk-drawer-menu a {
    display: flex;
    align-items: center;
    min-height: 2.85rem;
    border: 1px solid var(--pk-line);
    border-radius: .95rem;
    color: var(--pk-bluegrey);
    padding: .75rem .95rem;
    font-weight: 800;
}

.pk-drawer-menu a.is-child {
    margin-left: 1rem;
    color: var(--pk-muted);
    background: #f7fafc;
}

.pk-cart-drawer-state {
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid var(--pk-line);
    border-radius: var(--pk-radius);
    background: var(--pk-soft);
    padding: 2rem 1rem;
}

.pk-cart-drawer-icon {
    width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    border-radius: 1.4rem;
    background: #fff;
    color: var(--pk-mint);
    margin-bottom: 1rem;
}

.pk-cart-drawer-state h4 {
    color: var(--pk-bluegrey);
    font-size: 1.25rem;
    font-weight: 900;
}

.pk-cart-drawer-state p {
    max-width: 280px;
    margin-top: .5rem;
    color: var(--pk-muted);
    line-height: 1.7;
}

.pk-cart-drawer-preview {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: .85rem;
}

.pk-cart-drawer-state.hidden,
.pk-cart-drawer-preview.hidden {
    display: none;
}

.pk-cart-drawer-list {
    display: grid;
    max-height: min(56vh, 560px);
    gap: .75rem;
    overflow-y: auto;
    padding-right: .2rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(56, 74, 98, .28) transparent;
}

.pk-cart-drawer-list::-webkit-scrollbar {
    width: .45rem;
}

.pk-cart-drawer-list::-webkit-scrollbar-track {
    background: transparent;
}

.pk-cart-drawer-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(56, 74, 98, .24);
}

.pk-mini-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 4.6rem minmax(0, 1fr);
    gap: .75rem;
    align-items: stretch;
    border: 1px solid rgba(220, 229, 236, .92);
    border-radius: .95rem;
    background: #fff;
    padding: .65rem;
    box-shadow: 0 12px 28px rgba(23, 34, 51, .055);
    transition: opacity .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pk-mini-cart-item.is-updating {
    opacity: .62;
    pointer-events: none;
}

.pk-mini-cart-item.is-error {
    border-color: rgba(220, 38, 38, .45);
    box-shadow: 0 14px 34px rgba(220, 38, 38, .12);
}

.pk-mini-cart-item__media {
    display: grid;
    aspect-ratio: 1 / 1;
    place-items: center;
    overflow: hidden;
    border-radius: .72rem;
    background: linear-gradient(135deg, #eef4f7, #f8eef0);
    color: var(--pk-bluegrey);
    font-size: .82rem;
    font-weight: 900;
}

.pk-mini-cart-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pk-mini-cart-item__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .45rem;
}

.pk-mini-cart-item__name {
    color: var(--pk-bluegrey);
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.25;
}

.pk-mini-cart-item__name:hover {
    color: var(--pk-coral);
}

.pk-mini-cart-item__options {
    display: flex;
    flex-wrap: wrap;
    gap: .28rem;
}

.pk-mini-cart-item__options span {
    max-width: 100%;
    border-radius: .5rem;
    background: var(--pk-soft);
    color: var(--pk-muted);
    padding: .18rem .42rem;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.pk-mini-cart-item__meta,
.pk-cart-drawer-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.pk-mini-cart-item__meta span,
.pk-cart-drawer-summary span {
    color: var(--pk-muted);
    font-size: .76rem;
    font-weight: 800;
}

.pk-mini-cart-item__meta strong {
    color: var(--pk-ink);
    font-size: .88rem;
    font-weight: 900;
}

.pk-mini-cart-item__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
}

.pk-cart-qty-form {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: 999px;
    background: #f8fbfc;
}

.pk-cart-package-quantity {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    min-height: 2.75rem;
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: 999px;
    background: linear-gradient(135deg, #f8fbfc, #fff);
    padding: .45rem .85rem;
}

.pk-cart-package-quantity span {
    color: var(--pk-muted);
    font-size: .72rem;
    font-weight: 800;
}

.pk-cart-package-quantity strong {
    color: var(--pk-bluegrey);
    font-size: .84rem;
    font-weight: 900;
}

.pk-cart-qty-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--pk-bluegrey);
    font-weight: 900;
    transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.pk-cart-qty-form button:hover {
    background: #edf3f7;
    color: var(--pk-coral);
}

.pk-cart-qty-form button:disabled {
    opacity: .38;
    cursor: not-allowed;
}

.pk-cart-qty-form input {
    width: 3.1rem;
    border: 0;
    background: #fff;
    color: var(--pk-ink);
    font-size: .82rem;
    font-weight: 900;
    text-align: center;
    outline: none;
}

.pk-mini-cart-qty-pill {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    max-width: 8rem;
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: 999px;
    background: linear-gradient(135deg, #f8fbfc, #fff);
    color: var(--pk-bluegrey);
    padding: .35rem .7rem;
    font-size: .76rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.pk-mini-cart-remove,
.pk-cart-line__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    border-radius: 999px;
    color: #b45a5d;
    font-size: .76rem;
    font-weight: 900;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.pk-mini-cart-remove {
    width: 2.1rem;
    height: 2.1rem;
    background: #fff1f2;
}

.pk-mini-cart-remove:hover,
.pk-cart-line__remove:hover {
    transform: translateY(-1px);
    background: #ffe4e6;
    color: #9f3f42;
}

.pk-cart-drawer-summary {
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: .9rem;
    background: linear-gradient(135deg, #f8fbfc, #fff);
    padding: .85rem .95rem;
}

.pk-cart-drawer-summary strong {
    color: var(--pk-coral);
    font-size: 1.1rem;
    font-weight: 900;
}

.pk-cart-drawer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    margin-top: 1rem;
}

.pk-cart-drawer-actions a {
    background: #edf3f7;
    color: var(--pk-bluegrey);
}

.pk-cart-drawer-actions a.is-primary {
    background: var(--pk-coral);
    color: #fff;
}

.pk-cart-page,
.pk-checkout-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(215, 127, 129, .12), transparent 32rem),
        linear-gradient(180deg, #f7fafc 0%, #ffffff 48%, #f6fafc 100%);
    padding: clamp(1.6rem, 4vw, 3rem) 1rem clamp(4rem, 7vw, 6rem);
}

.pk-commerce-hero {
    max-width: 1180px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0 auto clamp(1.4rem, 3vw, 2.4rem);
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: 1.35rem;
    background:
        linear-gradient(135deg, rgba(56, 74, 98, .96), rgba(47, 64, 86, .9)),
        linear-gradient(90deg, rgba(215, 127, 129, .18), transparent);
    color: #fff;
    padding: clamp(1.2rem, 3vw, 2rem);
    box-shadow: 0 24px 70px rgba(23, 34, 51, .13);
}

.pk-commerce-hero p,
.pk-panel-heading p,
.pk-checkout-card__head p,
.pk-cart-summary-card p,
.pk-checkout-summary__head p,
.pk-empty-cart p {
    color: var(--pk-coral);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pk-commerce-hero h1 {
    margin-top: .35rem;
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.02;
    font-weight: 900;
}

.pk-commerce-hero span {
    display: block;
    max-width: 620px;
    margin-top: .6rem;
    color: rgba(255, 255, 255, .76);
    line-height: 1.65;
}

.pk-commerce-hero > a,
.pk-commerce-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 3rem;
    border-radius: 999px;
    background: var(--pk-coral);
    color: #fff;
    padding: 0 1.15rem;
    font-size: .9rem;
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(215, 127, 129, .24);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.pk-commerce-hero > a {
    flex: 0 0 auto;
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.pk-commerce-hero > a:hover,
.pk-commerce-primary:hover {
    transform: translateY(-1px);
    background: var(--pk-coral-dark);
}

.pk-cart-layout,
.pk-checkout-layout {
    max-width: 1180px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 1.4rem;
    align-items: start;
    margin: 0 auto;
}

.pk-cart-items-panel,
.pk-cart-summary-card,
.pk-checkout-card,
.pk-checkout-summary,
.pk-empty-cart,
.pk-checkout-alert {
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 46px rgba(23, 34, 51, .075);
}

.pk-cart-items-panel,
.pk-checkout-card {
    padding: clamp(1rem, 2vw, 1.35rem);
}

.pk-panel-heading,
.pk-checkout-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pk-panel-heading h2,
.pk-checkout-card__head h2 {
    margin-top: .2rem;
    color: var(--pk-bluegrey);
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.2;
    font-weight: 900;
}

.pk-panel-heading > span,
.pk-checkout-card__head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: .85rem;
    background: #edf3f7;
    color: var(--pk-bluegrey);
    font-size: .82rem;
    font-weight: 900;
}

.pk-panel-heading > span {
    width: auto;
    height: auto;
    padding: .45rem .7rem;
}

.pk-cart-item-list,
.pk-checkout-main,
.pk-branding-list,
.pk-payment-list {
    display: grid;
    gap: .9rem;
}

.pk-cart-line {
    display: grid;
    grid-template-columns: 8.8rem minmax(0, 1fr);
    gap: 1rem;
    border: 1px solid rgba(220, 229, 236, .88);
    border-radius: 1rem;
    background: #fff;
    padding: .85rem;
}

.pk-cart-line.is-updating {
    opacity: .58;
    pointer-events: none;
    transition: opacity .18s ease;
}

.pk-cart-line.is-error {
    border-color: rgba(220, 38, 38, .48);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .08);
}

.pk-cart-line__media,
.pk-checkout-item__media {
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: .85rem;
    background: linear-gradient(135deg, #eef4f7, #f8eef0);
    color: var(--pk-bluegrey);
    font-size: .82rem;
    font-weight: 900;
}

.pk-cart-line__media {
    aspect-ratio: 1 / 1;
}

.pk-cart-line__media img,
.pk-checkout-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pk-cart-line__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.pk-cart-line__top,
.pk-cart-line__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.pk-cart-line__title {
    color: var(--pk-ink);
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 900;
}

.pk-cart-line__top p,
.pk-cart-line__price span {
    margin-top: .25rem;
    color: var(--pk-muted);
    font-size: .78rem;
    font-weight: 800;
}

.pk-cart-line__remove {
    padding: .45rem .7rem;
    background: #fff6f6;
    white-space: nowrap;
}

.pk-cart-line__options {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.pk-cart-line__options span {
    border-radius: 999px;
    background: var(--pk-soft);
    color: var(--pk-muted);
    padding: .28rem .55rem;
    font-size: .72rem;
    font-weight: 800;
}

.pk-cart-qty-form button {
    height: 2.4rem;
    min-width: 2.4rem;
}

.pk-cart-qty-form input {
    height: 2.4rem;
    width: 4rem;
}

.pk-cart-qty-form__apply {
    border-left: 1px solid rgba(220, 229, 236, .95) !important;
    padding: 0 .8rem;
    font-size: .78rem;
}

.pk-cart-line__price {
    text-align: right;
}

.pk-cart-line__price strong {
    display: block;
    color: var(--pk-coral);
    font-size: 1.1rem;
    font-weight: 900;
}

.pk-cart-summary-card,
.pk-checkout-summary {
    position: sticky;
    top: 6.5rem;
    padding: 1.2rem;
}

.pk-cart-summary-card h2,
.pk-checkout-summary__head h2 {
    margin-top: .35rem;
    color: var(--pk-bluegrey);
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1;
    font-weight: 900;
}

.pk-summary-rows {
    display: grid;
    gap: .75rem;
    margin: 1.1rem 0;
}

.pk-summary-rows div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(220, 229, 236, .72);
    padding-bottom: .75rem;
}

.pk-summary-rows div:last-child {
    border-bottom: 0;
}

.pk-summary-rows span,
.pk-checkout-summary__head span {
    color: var(--pk-muted);
    font-size: .84rem;
    font-weight: 800;
}

.pk-summary-rows strong {
    color: var(--pk-ink);
    font-size: .9rem;
    font-weight: 900;
    text-align: right;
}

.pk-commerce-primary--full {
    width: 100%;
}

.pk-cart-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: 1rem;
}

.pk-cart-trust span {
    border-radius: 999px;
    background: #f0f7f5;
    color: #177765;
    padding: .35rem .55rem;
    font-size: .72rem;
    font-weight: 900;
}

.pk-empty-cart {
    max-width: 680px;
    display: grid;
    justify-items: center;
    text-align: center;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 1.25rem;
}

.pk-empty-cart__icon {
    width: 5rem;
    height: 5rem;
    display: grid;
    place-items: center;
    border-radius: 1.4rem;
    background: #edf3f7;
    color: var(--pk-bluegrey);
    margin-bottom: 1rem;
}

.pk-empty-cart h2 {
    max-width: 520px;
    margin-top: .3rem;
    color: var(--pk-bluegrey);
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 900;
}

.pk-empty-cart > span {
    max-width: 480px;
    margin: .8rem 0 1.35rem;
    color: var(--pk-muted);
    line-height: 1.65;
}

.pk-checkout-alert {
    max-width: 1180px;
    margin: 0 auto 1rem;
    border-color: rgba(220, 38, 38, .2);
    background: #fff7f7;
    color: #9f3f42;
    padding: 1rem 1.15rem;
}

.pk-checkout-alert strong {
    display: block;
    margin-bottom: .35rem;
}

.pk-checkout-alert ul {
    margin-left: 1.1rem;
    list-style: disc;
    font-size: .9rem;
}

.pk-checkout-card__head {
    justify-content: flex-start;
}

.pk-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.pk-field--wide {
    grid-column: 1 / -1;
}

.pk-field,
.pk-upload-panel label {
    display: grid;
    gap: .38rem;
}

.pk-field span,
.pk-upload-panel label span {
    color: var(--pk-bluegrey);
    font-size: .78rem;
    font-weight: 900;
}

.pk-field input,
.pk-field textarea,
.pk-upload-panel input {
    width: 100%;
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: .85rem;
    background: #fff;
    color: var(--pk-ink);
    padding: .86rem .95rem;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.pk-field textarea {
    resize: vertical;
}

.pk-field input:focus,
.pk-field textarea:focus {
    border-color: rgba(215, 127, 129, .6);
    box-shadow: 0 0 0 4px rgba(215, 127, 129, .13);
}

.pk-branding-card {
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: 1rem;
    background: #f8fbfc;
    padding: 1rem;
}

.pk-branding-card__top strong {
    display: block;
    color: var(--pk-ink);
    font-weight: 900;
}

.pk-branding-card__top span {
    color: var(--pk-muted);
    font-size: .8rem;
    font-weight: 800;
}

.pk-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-top: .85rem;
}

.pk-choice-grid label,
.pk-payment-option {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    border: 1px solid rgba(220, 229, 236, .95);
    border-radius: .95rem;
    background: #fff;
    padding: .9rem;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pk-choice-grid label:hover,
.pk-payment-option:hover {
    transform: translateY(-1px);
    border-color: rgba(215, 127, 129, .42);
    box-shadow: 0 14px 32px rgba(23, 34, 51, .06);
}

.pk-choice-grid input,
.pk-payment-option input {
    margin-top: .2rem;
    accent-color: var(--pk-coral);
}

.pk-choice-grid strong,
.pk-payment-option strong {
    display: block;
    color: var(--pk-bluegrey);
    font-size: .9rem;
    font-weight: 900;
}

.pk-choice-grid small,
.pk-payment-option small,
.pk-upload-panel p,
.pk-payment-note {
    display: block;
    margin-top: .25rem;
    color: var(--pk-muted);
    font-size: .78rem;
    line-height: 1.5;
}

.pk-upload-panel {
    margin-top: .85rem;
    border: 1px dashed rgba(56, 74, 98, .32);
    border-radius: .95rem;
    background: #fff;
    padding: .9rem;
}

.pk-upload-panel.hidden {
    display: none;
}

.pk-payment-option {
    align-items: center;
}

.pk-payment-option__icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .85rem;
    background: #edf3f7;
    color: var(--pk-bluegrey);
}

.pk-payment-note {
    border-radius: .85rem;
    background: #f3f7f9;
    padding: .8rem .9rem;
}

.pk-checkout-items {
    display: grid;
    gap: .7rem;
    max-height: 17rem;
    overflow-y: auto;
    margin: 1rem 0;
    padding-right: .2rem;
}

.pk-checkout-item {
    display: grid;
    grid-template-columns: 3.8rem minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    border: 1px solid rgba(220, 229, 236, .9);
    border-radius: .9rem;
    padding: .55rem;
}

.pk-checkout-item__media {
    width: 3.8rem;
    height: 3.8rem;
}

.pk-checkout-item strong {
    display: block;
    color: var(--pk-ink);
    font-size: .86rem;
    line-height: 1.25;
    font-weight: 900;
}

.pk-checkout-item span {
    color: var(--pk-muted);
    font-size: .76rem;
    font-weight: 800;
}

.pk-checkout-item b {
    color: var(--pk-coral);
    font-size: .86rem;
    font-weight: 900;
}

.pk-recaptcha-area {
    margin: 1rem 0;
}

.pk-recaptcha-area p {
    margin-top: .4rem;
    color: #dc2626;
    font-size: .78rem;
    font-weight: 800;
}

.pk-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    pointer-events: none;
    opacity: 0;
    background: rgba(23, 34, 51, .54);
    padding: 1rem;
    transition: opacity .24s ease;
}

.pk-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.pk-modal__panel {
    position: relative;
    width: min(760px, 100%);
    display: grid;
    grid-template-columns: minmax(230px, .8fr) minmax(0, 1fr);
    gap: 1.25rem;
    border-radius: 1.5rem;
    background: #fff;
    padding: 1rem;
    box-shadow: var(--pk-shadow);
    transform: translateY(16px) scale(.98);
    transition: transform .24s ease;
}

.pk-modal.is-open .pk-modal__panel {
    transform: translateY(0) scale(1);
}

.pk-modal__close {
    position: absolute;
    right: .85rem;
    top: .85rem;
    z-index: 2;
}

.pk-modal__image {
    min-height: 310px;
    border-radius: 1.1rem;
    background: #eef4f7;
    overflow: hidden;
}

.pk-modal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pk-modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 1rem;
}

.pk-modal__content strong {
    margin-top: 1rem;
    color: var(--pk-coral);
    font-size: 1.4rem;
}

.pk-modal__content span {
    margin-top: .75rem;
    color: var(--pk-muted);
    line-height: 1.7;
}

.pk-modal__content > a {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 1.25rem;
    border-radius: 999px;
    background: var(--pk-bluegrey);
    color: #fff;
    padding: .85rem 1.2rem;
    font-weight: 900;
}

.pk-quick-view-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.25rem;
}

.pk-quick-view-actions form {
    display: contents;
}

.pk-quick-view-actions form.hidden {
    display: none;
}

.pk-quick-view-quantity {
    flex: 1 1 9rem;
    min-width: 9rem;
    padding: .62rem .7rem;
}

.pk-modal__content .pk-quantity-control__label {
    margin-top: 0;
    color: var(--pk-bluegrey);
    line-height: 1;
}

.pk-quick-view-quantity input {
    min-height: 2.35rem;
}

.pk-quick-view-actions button,
.pk-quick-view-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 2.85rem;
    border-radius: .8rem;
    padding: .72rem .95rem;
    font-size: .86rem;
    font-weight: 900;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.pk-quick-view-actions button svg,
.pk-quick-view-actions a svg {
    flex-shrink: 0;
}

.pk-quick-view-actions button {
    background: var(--pk-coral);
    color: #fff;
    box-shadow: 0 14px 28px rgba(215, 127, 129, .28);
}

.pk-quick-view-actions button:hover,
.pk-quick-view-actions a:hover {
    transform: translateY(-1px);
}

.pk-quick-view-actions .is-whatsapp {
    background: #176b5b;
    color: #fff;
    box-shadow: 0 10px 22px rgba(23, 107, 91, .18);
}

.pk-quick-view-actions .is-whatsapp .pk-whatsapp-mark {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 1.2rem;
}

.pk-quick-view-actions .is-whatsapp:hover {
    background: #125b4d;
    box-shadow: 0 13px 26px rgba(23, 107, 91, .23);
}

.pk-quick-view-actions .is-whatsapp:focus-visible {
    outline: 3px solid rgba(23, 107, 91, .22);
    outline-offset: 3px;
}

.pk-quick-view-actions .is-whatsapp:active {
    transform: translateY(0);
    background: #104e43;
    box-shadow: 0 7px 16px rgba(23, 107, 91, .2);
}

.pk-quick-view-actions .is-secondary {
    background: #edf3f7;
    color: var(--pk-bluegrey);
}

.pk-quick-view-actions .is-secondary:hover {
    color: var(--pk-coral);
}

.pk-popup-modal__panel {
    width: min(680px, 100%);
}

.pk-popup-modal__panel--text {
    grid-template-columns: 1fr;
}

.pk-popup-modal .pk-modal__content {
    padding-right: 2.6rem;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes pkLogoSlide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes pkSpin {
    to { transform: rotate(360deg); }
}

@media (min-width: 1180px) {
    .pk-category-slider {
        grid-auto-columns: calc((100% - 3rem) / 4);
    }

    .pk-category-showcase__slider {
        grid-auto-columns: calc((100% - 4rem) / 5);
    }
}

@media (min-width: 1024px) {
    .pk-product-workspace {
        grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
        gap: clamp(2rem, 4vw, 3.5rem);
        align-items: start;
    }

    .pk-product-media-column,
    .pk-product-info-panel {
        height: auto;
    }

    .pk-product-media-column {
        position: sticky;
        top: 6rem;
    }

    .pk-product-info-panel {
        align-self: start;
    }

    .pk-product-purchase-form {
        height: auto;
    }

    .pk-product-info-scroll {
        overflow: visible;
        padding: 1.65rem 1.65rem 1rem;
    }

    .pk-product-media-surface {
        min-height: 0;
        aspect-ratio: 1.08 / 1;
    }

    .pk-product-image-stage {
        min-height: 0;
        padding: clamp(2rem, 4vw, 3.25rem);
    }

    .pk-product-price-card {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .pk-product-action-bar {
        grid-template-columns: minmax(10.75rem, .72fr) minmax(9rem, .75fr) minmax(10rem, 1fr);
        align-items: center;
        padding: 1rem 1.65rem 1.25rem;
    }

    .pk-product-order-total {
        border-top: 0;
        border-left: 1px solid #e3eaee;
        padding-top: 0;
        padding-left: 1rem;
    }

    .pk-product-whatsapp-button {
        grid-column: 1 / -1;
        min-height: 3.15rem;
    }
}

@media (max-width: 1024px) {
    .pk-cart-layout,
    .pk-checkout-layout {
        grid-template-columns: 1fr;
    }

    .pk-cart-summary-card,
    .pk-checkout-summary {
        position: static;
    }

    .pk-reviews .pk-container {
        grid-template-columns: 1fr;
    }

    .pk-benefit-grid,
    .pk-promo-banners .pk-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pk-auth-shell {
        grid-template-columns: 1fr;
    }

    .pk-auth-aside {
        min-height: auto;
        gap: 1.5rem;
    }

    .pk-auth-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.pk-storefront {
        padding-bottom: 5.4rem;
    }

    .pk-cart-page,
    .pk-checkout-page {
        padding: 1rem .8rem 5.8rem;
    }

    .pk-commerce-hero {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 1rem;
    }

    .pk-commerce-hero > a {
        width: 100%;
    }

    .pk-cart-line {
        grid-template-columns: 5.8rem minmax(0, 1fr);
        gap: .75rem;
        padding: .65rem;
    }

    .pk-cart-line__top,
    .pk-cart-line__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }

    .pk-cart-line__remove {
        padding: .35rem .55rem;
        font-size: .7rem;
    }

    .pk-cart-line__options span {
        font-size: .66rem;
    }

    .pk-cart-qty-form {
        width: 100%;
        max-width: 15rem;
    }

    .pk-cart-qty-form input {
        flex: 1;
        min-width: 0;
    }

    .pk-cart-line__price {
        text-align: left;
    }

    .pk-field-grid,
    .pk-choice-grid {
        grid-template-columns: 1fr;
    }

    .pk-checkout-card,
    .pk-cart-items-panel,
    .pk-cart-summary-card,
    .pk-checkout-summary {
        border-radius: 1rem;
        padding: .9rem;
    }

    .pk-checkout-item {
        grid-template-columns: 3.25rem minmax(0, 1fr);
    }

    .pk-checkout-item b {
        grid-column: 2;
        justify-self: start;
    }

    .pk-checkout-item__media {
        width: 3.25rem;
        height: 3.25rem;
    }

    #pkCartDrawer {
        width: 100vw;
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: 0;
        padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
    }

    #pkCartDrawer .pk-drawer__head {
        flex: 0 0 auto;
        align-items: center;
        margin-bottom: 1rem;
        padding: 0 .15rem .9rem;
        border-bottom: 1px solid rgba(220, 229, 236, .9);
    }

    #pkCartDrawer .pk-drawer__head h3 {
        font-size: 1.35rem;
    }

    #pkCartDrawer .pk-cart-drawer-state {
        flex: 1 1 auto;
        align-content: center;
        border: 0;
        background: transparent;
    }

    #pkCartDrawer .pk-cart-drawer-preview {
        flex: 1 1 auto;
        min-height: 0;
    }

    #pkCartDrawer .pk-cart-drawer-list {
        flex: 1 1 auto;
        max-height: none;
        min-height: 0;
        align-content: start;
        grid-auto-rows: max-content;
        gap: .85rem;
        padding: 0 .1rem .35rem 0;
    }

    #pkCartDrawer .pk-mini-cart-item {
        grid-template-columns: 4.75rem minmax(0, 1fr);
        grid-template-areas:
            "media name"
            "media options"
            "meta meta"
            "controls controls";
        gap: .85rem;
        row-gap: .65rem;
        align-items: start;
        border-radius: 1rem;
        padding: .8rem;
        box-shadow: 0 10px 24px rgba(23, 34, 51, .06);
    }

    #pkCartDrawer .pk-mini-cart-item__media {
        grid-area: media;
        width: 4.75rem;
        min-height: 4.75rem;
        align-self: start;
    }

    #pkCartDrawer .pk-mini-cart-item__body {
        display: contents;
    }

    #pkCartDrawer .pk-mini-cart-item__name {
        grid-area: name;
        padding-right: .2rem;
        font-size: .9rem;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    #pkCartDrawer .pk-mini-cart-item__options {
        grid-area: options;
    }

    #pkCartDrawer .pk-mini-cart-item__options span {
        font-size: .65rem;
    }

    #pkCartDrawer .pk-mini-cart-item__meta {
        grid-area: meta;
        align-items: center;
        gap: .75rem;
        padding-top: .2rem;
    }

    #pkCartDrawer .pk-mini-cart-item__meta strong {
        font-size: 1rem;
    }

    #pkCartDrawer .pk-mini-cart-item__controls {
        grid-area: controls;
        align-items: center;
        flex-direction: row;
        gap: .5rem;
        padding-top: .35rem;
        border-top: 1px solid rgba(220, 229, 236, .72);
    }

    #pkCartDrawer .pk-mini-cart-remove {
        width: 2.35rem;
        height: 2.35rem;
    }

    #pkCartDrawer .pk-cart-drawer-summary {
        flex: 0 0 auto;
        margin-top: .15rem;
        border-radius: 1rem;
        padding: .9rem 1rem;
    }

    #pkCartDrawer .pk-cart-drawer-actions {
        flex: 0 0 auto;
        gap: .65rem;
        margin-top: .8rem;
        padding-top: .8rem;
        border-top: 1px solid rgba(220, 229, 236, .9);
    }

    #pkCartDrawer .pk-cart-drawer-actions a {
        min-height: 3.25rem;
        font-size: .88rem;
    }

    .pk-storefront-header {
        top: 0;
    }

    .pk-top-strip {
        display: none;
    }

    .pk-hero {
        min-height: 560px;
    }

    .pk-hero--slider .pk-hero__slides {
        min-height: 560px;
    }

    .pk-hero__slides,
    .pk-hero-slide {
        position: relative;
    }

    .pk-hero-slide:not(.is-active) {
        position: absolute;
    }

    .pk-hero__inner {
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
    }

    .pk-hero h1 {
        max-width: 12ch;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(2rem, 10vw, 2.75rem);
        line-height: 1.06;
    }

    .pk-hero p {
        max-width: 34rem;
        font-size: .96rem;
        line-height: 1.55;
    }

    .pk-hero__shade {
        background: linear-gradient(180deg, rgba(32, 49, 70, .7), rgba(32, 49, 70, .82));
    }

    .pk-hero-search {
        display: flex;
        margin-top: 1.25rem;
        border-radius: .75rem;
    }

    .pk-hero-search button {
        min-height: 3rem;
    }

    .pk-hero__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .55rem;
        max-width: 23rem;
        margin-right: auto;
        margin-left: auto;
    }

    .pk-hero__actions .pk-button {
        min-height: 2.65rem;
        padding: .65rem .85rem;
        font-size: .82rem;
    }

    .pk-client-strip {
        margin-top: 0;
        padding-top: .85rem;
        background: #fff;
    }

    .pk-client-strip__label {
        text-align: center;
    }

    .pk-client-strip .pk-container {
        grid-template-columns: 1fr;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
    }

    .pk-promo-banners {
        padding-top: 1rem;
    }

    .pk-promo-banners .pk-container,
    .pk-benefit-grid {
        grid-template-columns: 1fr;
    }

    .pk-promo-banner {
        grid-template-columns: 1fr;
    }

    .pk-promo-banner img {
        width: 100%;
        height: 11rem;
        order: 0;
    }

    .pk-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pk-category-showcases {
        padding-top: 2.7rem;
    }

    .pk-category-showcase {
        padding-top: 1.2rem;
    }

    .pk-category-showcase__intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .pk-slider-actions {
        width: 100%;
    }

    .pk-slider-actions a {
        margin-left: auto;
    }

    .pk-category-slider {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        width: 100%;
        max-width: 100%;
        gap: .75rem;
        overflow-x: visible;
        padding-left: 0;
        padding-right: 0;
        scroll-padding-inline: 0;
    }

    .pk-category-slider > .pk-category-card {
        width: 100%;
        min-width: 0;
    }

    .pk-product-slider {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        width: 100%;
        max-width: 100%;
        gap: .75rem;
        overflow-x: visible;
        padding-left: 0;
        padding-right: 0;
        scroll-padding-inline: 0;
    }

    .pk-product-slider > .pk-product-slide {
        width: 100%;
        min-width: 0;
    }

    .pk-reviews__content {
        grid-template-columns: 1fr;
    }

    .pk-home-cta .pk-container {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 0;
    }

    .pk-home-cta__actions {
        width: 100%;
        display: grid;
    }

    .pk-modal__panel {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 2rem);
        overflow-y: auto;
    }

    .pk-modal__image {
        min-height: 230px;
    }

    .pk-quick-view-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pk-quick-view-actions button,
    .pk-quick-view-actions a {
        width: 100%;
    }

    .pk-quick-view-quantity {
        width: 100%;
        min-width: 0;
    }

    .pk-auth-page {
        display: block;
        padding: 1rem;
    }

    .pk-auth-shell {
        border-radius: 1.1rem;
    }

    .pk-auth-aside {
        padding: 1.25rem;
    }

    .pk-auth-aside__copy {
        margin: 1rem 0 0;
    }

    .pk-auth-aside__copy h1 {
        font-size: clamp(1.65rem, 9vw, 2.35rem);
    }

    .pk-auth-benefits {
        display: none;
    }

    .pk-auth-panel {
        padding: 1.2rem;
    }

    .pk-product-card {
        border-radius: .9rem;
        box-shadow: 0 10px 24px rgba(23, 34, 51, .06);
    }

    .pk-product-card__body {
        padding: .68rem;
    }

    .pk-product-card__badge {
        left: .45rem;
        top: .45rem;
        min-height: 1.35rem;
        padding: .18rem .45rem;
        font-size: .58rem;
    }

    .pk-product-card__title {
        min-height: 2.15rem;
        font-size: .82rem;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .pk-product-card__copy {
        min-height: 0;
        margin-top: .32rem;
        font-size: .7rem;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }

    .pk-product-card__meta {
        gap: .45rem;
        padding-top: .7rem;
    }

    .pk-product-card__price {
        min-width: 0;
        font-size: .82rem;
        overflow-wrap: anywhere;
    }

    .pk-product-card__price span {
        font-size: .6rem;
    }

    .pk-product-card__actions {
        flex-shrink: 0;
        gap: .22rem;
    }

    .pk-icon-button {
        width: 1.78rem;
        height: 1.78rem;
        border-radius: .58rem;
    }

    .pk-icon-button svg {
        width: .86rem;
        height: .86rem;
    }
}

@media (max-width: 390px) {
    .pk-mobile-bottom-nav {
        left: .5rem;
        right: .5rem;
        bottom: .5rem;
    }

    .pk-mobile-bottom-nav a,
    .pk-mobile-bottom-nav button {
        font-size: .62rem;
        min-height: 3.15rem;
    }

    .pk-product-card__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .pk-product-card__actions {
        width: 100%;
        justify-content: space-between;
    }

    .pk-icon-button {
        width: 1.9rem;
        height: 1.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
}

/* Professional homepage refresh — concise, conversion-led and responsive. */
.pk-home {
    background: #fff;
}

.pk-home .pk-hero,
.pk-home .pk-hero--slider .pk-hero__slides {
    min-height: 610px;
}

.pk-home .pk-hero {
    background: #79caed;
}

.pk-home .pk-hero__slides,
.pk-home .pk-hero-slide {
    position: relative;
    inset: auto;
    min-height: inherit;
}

.pk-home .pk-hero-slide {
    position: absolute;
    inset: 0;
}

.pk-home .pk-hero-slide.is-active {
    position: relative;
}

.pk-home .pk-hero__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #e9eef1;
}

.pk-home .pk-hero__bg img {
    object-position: center;
}

.pk-home .pk-hero__shade {
    background:
        linear-gradient(90deg, #f8f5ef 0%, #f8f5ef 44%, rgba(248, 245, 239, .9) 49%, rgba(248, 245, 239, .12) 62%, rgba(23, 34, 51, .08) 100%);
}

.pk-home .pk-hero__inner {
    min-height: 610px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    align-items: center;
    padding-top: clamp(4rem, 7vw, 6rem);
    padding-bottom: clamp(4rem, 7vw, 6rem);
}

.pk-home .pk-hero__content {
    width: 100%;
    max-width: 570px;
    margin: 0;
    color: var(--pk-ink);
    text-align: left;
}

.pk-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    color: var(--pk-coral-dark);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pk-hero__eyebrow::before {
    content: "";
    width: 1.8rem;
    height: 2px;
    border-radius: 999px;
    background: var(--pk-coral);
}

.pk-home .pk-hero h1 {
    max-width: 610px;
    color: var(--pk-navy-deep);
    font-size: clamp(3rem, 4.2vw, 4.2rem);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.pk-home .pk-hero h1 .pk-hero__title-line {
    color: var(--pk-navy-deep);
}

.pk-home .pk-hero h1 span:not(.pk-hero__title-line) {
    color: var(--pk-coral);
}

.pk-home .pk-hero p {
    max-width: 560px;
    margin: 1.25rem 0 0;
    color: #526073;
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.65;
}

.pk-home .pk-hero__actions {
    justify-content: flex-start;
    margin-top: 1.55rem;
}

.pk-home .pk-hero__actions .pk-button {
    min-height: 3.2rem;
    border-radius: .75rem;
    padding: .9rem 1.35rem;
}

.pk-home .pk-hero__actions .pk-button--ghost {
    border-color: rgba(56, 74, 98, .28);
    background: rgba(255, 255, 255, .64);
    color: var(--pk-bluegrey);
}

.pk-home .pk-hero__actions .pk-button--ghost:hover {
    border-color: var(--pk-bluegrey);
    background: #fff;
}

.pk-home .pk-hero-search {
    max-width: 490px;
    min-height: 3.35rem;
    align-items: center;
    margin: 1rem 0 0;
    border: 1px solid rgba(56, 74, 98, .15);
    border-radius: .75rem;
    box-shadow: 0 14px 34px rgba(23, 34, 51, .09);
    padding: .3rem .3rem .3rem 1rem;
}

.pk-home .pk-hero-search > svg {
    flex: 0 0 auto;
    color: var(--pk-muted);
}

.pk-home .pk-hero-search input {
    padding: .72rem .55rem;
    font-size: .94rem;
}

.pk-home .pk-hero-search button {
    min-height: 2.7rem;
    border-radius: .58rem;
    padding: .7rem 1.1rem;
}

.pk-home .pk-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.1rem;
    color: var(--pk-bluegrey);
}

.pk-home .pk-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    background: rgba(18, 163, 145, .09);
    padding: .4rem .62rem;
    font-size: .72rem;
    font-weight: 850;
}

.pk-home .pk-trust-row span::before {
    content: "✓";
    color: var(--pk-mint);
    font-weight: 950;
}

.pk-home .pk-hero-dots {
    left: 25%;
}

.pk-home .pk-client-strip {
    padding: 1.2rem 0;
    background: #fff;
}

.pk-home .pk-client-strip .pk-container {
    border-color: #eef1f3;
    border-radius: 1rem;
    box-shadow: 0 12px 34px rgba(23, 34, 51, .055);
}

.pk-home .pk-client-logo {
    width: 8.5rem;
    height: 3.55rem;
    border: 0;
    filter: saturate(.7);
}

.pk-home .pk-section {
    padding: clamp(3.6rem, 6vw, 5.4rem) 0;
}

.pk-home .pk-section-head {
    margin-bottom: 1.45rem;
}

.pk-home .pk-section-head h2,
.pk-process-heading h2,
.pk-home .pk-benefits__intro h2,
.pk-home .pk-reviews__intro h2 {
    color: var(--pk-navy-deep);
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    letter-spacing: -.025em;
}

.pk-section-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    flex: 0 0 auto;
    color: var(--pk-coral-dark);
    font-size: .88rem;
    font-weight: 900;
}

.pk-section-link span {
    transition: transform .2s ease;
}

.pk-section-link:hover span {
    transform: translateX(3px);
}

.pk-home section[id] {
    scroll-margin-top: 7.5rem;
}

.pk-home .pk-category-slider,
.pk-home .pk-product-slider {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    gap: 1rem;
    padding: 0;
}

.pk-home .pk-category-card {
    min-height: 245px;
    border-radius: 1rem;
    box-shadow: 0 14px 36px rgba(23, 34, 51, .11);
}

.pk-home .pk-category-card::after {
    background: linear-gradient(180deg, rgba(23, 34, 51, .02) 35%, rgba(23, 34, 51, .86) 100%);
}

.pk-home .pk-category-card span {
    font-size: 1.15rem;
}

.pk-home .pk-category-card small {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pk-home .pk-category-card small b {
    width: 1.7rem;
    height: 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
}

.pk-home .pk-product-card {
    border-radius: 1rem;
    box-shadow: 0 12px 32px rgba(23, 34, 51, .065);
}

.pk-home .pk-product-card__media {
    aspect-ratio: 1.18 / 1;
}

.pk-home .pk-product-card__body {
    padding: .95rem;
}

.pk-home .pk-product-card__title {
    min-height: 2.45rem;
}

.pk-order-process {
    background: #f7f9f9;
}

.pk-process-heading {
    max-width: 680px;
    margin: 0 auto 2rem;
    text-align: center;
}

.pk-process-heading > p {
    color: var(--pk-coral);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pk-process-heading h2 {
    margin-top: .25rem;
    font-weight: 900;
}

.pk-process-heading > span {
    display: block;
    margin-top: .75rem;
    color: var(--pk-muted);
    line-height: 1.7;
}

.pk-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.pk-process-card {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    border: 1px solid #e4eaee;
    border-radius: 1.1rem;
    background: #fff;
    padding: 1.4rem;
    box-shadow: 0 12px 32px rgba(23, 34, 51, .05);
}

.pk-process-card > b {
    position: absolute;
    right: 1rem;
    top: .7rem;
    color: rgba(56, 74, 98, .08);
    font-size: 4rem;
    line-height: 1;
    font-weight: 950;
}

.pk-process-card > span {
    width: 3.25rem;
    height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(215, 127, 129, .12);
    color: var(--pk-coral-dark);
}

.pk-process-card h3 {
    margin-top: 1.2rem;
    color: var(--pk-navy-deep);
    font-size: 1.12rem;
    font-weight: 900;
}

.pk-process-card p {
    margin-top: .5rem;
    color: var(--pk-muted);
    font-size: .91rem;
    line-height: 1.68;
}

.pk-home .pk-benefits {
    background: #fff;
}

.pk-home .pk-benefit-card {
    border-color: #e8edf0;
    background: #fbfcfc;
    box-shadow: none;
}

.pk-home .pk-reviews {
    background: #f7f9f9;
}

.pk-home .pk-review-card {
    background: #fff;
}

.pk-home .pk-home-cta {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
    background: #fff;
}

.pk-home .pk-home-cta .pk-container {
    overflow: hidden;
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 88% 20%, rgba(215, 127, 129, .28), transparent 16rem),
        linear-gradient(135deg, var(--pk-navy-deep), var(--pk-bluegrey));
}

@media (max-width: 1023px) {
    .pk-home .pk-hero,
    .pk-home .pk-hero--slider .pk-hero__slides,
    .pk-home .pk-hero__inner {
        min-height: 570px;
    }

    .pk-home .pk-hero__content {
        width: 100%;
    }

    .pk-home .pk-hero__bg {
        width: 100%;
    }

    .pk-home .pk-category-slider,
    .pk-home .pk-product-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .pk-home .pk-hero,
    .pk-home .pk-hero--slider .pk-hero__slides,
    .pk-home .pk-hero__inner {
        min-height: auto;
    }

    .pk-home .pk-hero-slide,
    .pk-home .pk-hero-slide.is-active {
        position: relative;
        min-height: 760px;
    }

    .pk-home .pk-hero__bg {
        inset: auto 0 0;
        width: 100%;
        height: 280px;
    }

    .pk-home .pk-hero__bg img {
        object-position: right center;
    }

    .pk-home .pk-hero__shade {
        background: linear-gradient(180deg, #f8f5ef 0%, #f8f5ef 58%, rgba(248, 245, 239, .92) 67%, rgba(23, 34, 51, .08) 100%);
    }

    .pk-home .pk-hero__inner {
        align-items: flex-start;
        display: block;
        padding-top: 2.75rem;
        padding-bottom: 300px;
    }

    .pk-home .pk-hero__content {
        width: 100%;
        max-width: none;
    }

    .pk-hero__eyebrow {
        margin-bottom: .75rem;
        font-size: .68rem;
    }

    .pk-home .pk-hero h1 {
        max-width: 340px;
        font-size: clamp(2.45rem, 11.5vw, 3.2rem);
        line-height: 1;
    }

    .pk-home .pk-hero p {
        margin-top: .9rem;
        font-size: .94rem;
        line-height: 1.55;
    }

    .pk-home .pk-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: .4rem;
        margin-top: 1.15rem;
    }

    .pk-home .pk-hero__actions .pk-button {
        width: 100%;
        min-height: 3.1rem;
    }

    .pk-home .pk-hero__actions .pk-button--ghost {
        min-height: 2.5rem;
        border: 0;
        background: transparent;
        color: var(--pk-coral-dark);
        padding: .55rem 1rem;
    }

    .pk-home .pk-hero-search {
        max-width: none;
        margin-top: .65rem;
    }

    .pk-home .pk-hero-search button {
        padding-inline: .9rem;
    }

    .pk-home .pk-trust-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .3rem;
        margin-top: .75rem;
    }

    .pk-home .pk-trust-row span {
        justify-content: center;
        padding: .38rem .25rem;
        font-size: .62rem;
        text-align: center;
    }

    .pk-home .pk-hero-dots {
        left: 50%;
        bottom: 1rem;
    }

    .pk-home .pk-client-strip {
        padding: .9rem 0;
    }

    .pk-home .pk-client-strip .pk-container {
        display: block;
        padding: .9rem 1rem;
    }

    .pk-home .pk-client-strip__label {
        margin-bottom: .7rem;
        text-align: center;
    }

    .pk-home .pk-client-logo {
        width: 7rem;
        height: 3rem;
    }

    .pk-home .pk-section {
        padding: 3.25rem 0;
    }

    .pk-home #categories {
        padding-top: 2.5rem;
        padding-bottom: 1.35rem;
    }

    .pk-home #popular-products {
        padding-top: 1.35rem;
        padding-bottom: 3rem;
    }

    .pk-home section[id] {
        scroll-margin-top: 5.4rem;
    }

    .pk-home .pk-section-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: .75rem;
        margin-bottom: 1.1rem;
        text-align: left;
    }

    .pk-home .pk-section-head > div {
        min-width: 0;
    }

    .pk-home .pk-section-head p {
        margin-bottom: .18rem;
        font-size: .64rem;
        letter-spacing: .08em;
    }

    .pk-home .pk-section-head h2,
    .pk-process-heading h2,
    .pk-home .pk-benefits__intro h2,
    .pk-home .pk-reviews__intro h2 {
        font-size: clamp(1.5rem, 7vw, 1.85rem);
        line-height: 1.06;
    }

    .pk-section-link {
        max-width: none;
        justify-content: flex-end;
        gap: .28rem;
        padding-bottom: .15rem;
        font-size: .72rem;
        white-space: nowrap;
        text-align: left;
    }

    .pk-section-link-context {
        display: none;
    }

    .pk-home .pk-category-slider {
        grid-auto-flow: column;
        grid-auto-columns: minmax(240px, 76vw);
        grid-template-columns: none;
        overflow-x: auto;
        gap: .75rem;
        padding: 0 1rem .75rem 0;
        scroll-snap-type: inline mandatory;
    }

    .pk-home .pk-category-card {
        min-height: 176px;
    }

    .pk-home .pk-product-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .75rem;
    }

    .pk-home .pk-product-card__media {
        aspect-ratio: 1 / 1;
    }

    .pk-home .pk-product-card__title {
        min-height: 2.35rem;
        font-size: .86rem;
    }

    .pk-home .pk-product-card__copy {
        display: none;
    }

    .pk-process-heading {
        margin-bottom: 1.4rem;
        text-align: left;
    }

    .pk-process-grid {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .pk-process-card {
        min-height: 0;
        padding: 1.15rem;
    }

    .pk-process-card h3 {
        margin-top: .8rem;
    }

    .pk-home .pk-benefit-grid,
    .pk-home .pk-reviews__content {
        grid-template-columns: 1fr;
    }

    .pk-home .pk-reviews .pk-container {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .pk-home .pk-home-cta .pk-container {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.35rem;
    }

    .pk-home .pk-home-cta__actions {
        width: 100%;
    }

    .pk-home .pk-home-cta__actions .pk-button {
        flex: 1 1 12rem;
    }
}

@media (max-width: 390px) {
    .pk-home .pk-hero-slide,
    .pk-home .pk-hero-slide.is-active {
        min-height: 790px;
    }

    .pk-home .pk-hero h1 {
        font-size: 2.35rem;
    }

    .pk-home .pk-product-card__meta {
        flex-direction: column;
    }

    .pk-home .pk-product-card__actions {
        justify-content: flex-start;
    }
}
