: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;
}

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-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: 520px;
    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: 520px;
}

.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;
}

.pk-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(23, 34, 51, .68), rgba(56, 74, 98, .5)),
        rgba(47, 64, 86, .18);
}

.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(3.75rem, 6vw, 5.5rem);
    padding-bottom: clamp(3.75rem, 6vw, 5.5rem);
}

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

.pk-trust-row {
    margin-top: 1rem;
    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, 5.5vw, 4.8rem);
    line-height: 1.05;
    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: 640px;
    margin: 1rem 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: 620px;
    margin: 1.75rem 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: 1.15rem;
}

.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: -2.3rem;
    z-index: 3;
}

.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: 0;
    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-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 {
    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);
}

.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-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-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 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;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.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: #128c7e;
    color: #fff;
}

.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.02fr) minmax(420px, .98fr);
        gap: clamp(2rem, 4vw, 3rem);
        min-height: clamp(620px, calc(100vh - 10.5rem), 790px);
    }

    .pk-product-media-column,
    .pk-product-info-panel {
        height: clamp(620px, calc(100vh - 10.5rem), 790px);
    }

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

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

    .pk-product-purchase-form {
        height: 100%;
    }

    .pk-product-info-scroll {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 1.5rem;
        scrollbar-width: thin;
        scrollbar-color: rgba(56, 74, 98, .32) transparent;
    }

    .pk-product-info-scroll::-webkit-scrollbar {
        width: .55rem;
    }

    .pk-product-info-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .pk-product-info-scroll::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(56, 74, 98, .26);
    }

    .pk-product-media-surface {
        min-height: 0;
    }

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

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

    .pk-product-action-bar {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .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-storefront-header {
        top: 0;
    }

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

    .pk-hero {
        min-height: auto;
    }

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

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

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

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

    .pk-hero h1 {
        font-size: clamp(2.15rem, 12vw, 3.2rem);
    }

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

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

    .pk-hero__actions {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: .55rem;
    }

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

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

    .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-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;
    }
}
