:root {
    --qk-green: #d9ef8f;
    --qk-green-deep: #bddf5c;
    --qk-ink: #171717;
    --qk-muted: #6d6d6d;
    --qk-line: #ececec;
    --qk-pink: #e2298a;
    --qk-purple: #5b13b7;
    --qk-yellow: #fff2b3;
    --qk-card: #ffffff;
    --qk-shadow: 0 6px 20px rgba(32, 42, 20, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    background: #f5f5f5;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: pan-y;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #f5f5f5;
    color: var(--qk-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

body.qk-webview-fitted {
    background: #ffffff;
}

body.qk-webview-fitted .qk-shell {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

body.qk-webview-fitted .qk-hero {
    padding-top: 2px;
}

body.qk-webview-fitted .qk-bottom-nav {
    left: 0;
    transform: none;
}

a {
    color: inherit;
    text-decoration: none;
    touch-action: manipulation;
}

button,
input {
    font: inherit;
}

button {
    touch-action: manipulation;
}

img {
    display: block;
    max-width: 100%;
}

.qk-shell {
    width: 100%;
    max-width: 430px;
    min-height: 100vh;
    min-height: 100svh;
    margin: 0 auto;
    padding: 0 0 calc(78px + env(safe-area-inset-bottom));
    background: #ffffff;
    overflow: hidden;
    touch-action: pan-y;
}

.qk-hero {
    background: linear-gradient(180deg, #c9e970 0%, #e9f6b9 100%);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: calc(3px + env(safe-area-inset-top)) 10px 14px;
}

.qk-topbar {
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 8px;
    align-items: center;
}

.qk-location {
    min-width: 0;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 9px;
    color: #1d1740;
    background: rgba(203, 174, 245, 0.9);
    border-radius: 7px;
    font-size: 10px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
    width: 100%;
    border: 0;
    cursor: pointer;
    text-align: left;
}

.qk-location[data-state="loading"] .qk-pin {
    animation: qk-location-pulse 1s ease-in-out infinite;
}

.qk-location[data-state="active"] .qk-pin {
    background: #087b49;
}

.qk-location[data-state="error"] {
    color: #7d1732;
    background: #ffd7df;
}

@keyframes qk-location-pulse {
    50% {
        opacity: 0.45;
    }
}

.qk-location span:nth-child(2) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qk-pin {
    width: 12px;
    height: 12px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 50% 50% 50% 0;
    background: #171717;
    transform: rotate(-45deg);
}

.qk-pin::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #cbaeef;
}

.qk-chevron {
    margin-left: auto;
    opacity: 0.75;
    font-size: 15px;
}

.qk-eta {
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--qk-pink);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 14px rgba(226, 41, 138, 0.26);
}

.qk-eta[data-state="loading"] {
    animation: qk-eta-pulse 0.9s ease-in-out infinite;
}

@keyframes qk-eta-pulse {
    50% {
        opacity: 0.65;
    }
}

.qk-search {
    position: relative;
    margin-top: 10px;
}

.qk-search input {
    width: 100%;
    height: 44px;
    padding: 0 14px 0 38px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: var(--qk-ink);
    font-size: 13px;
    font-weight: 600;
    box-shadow: var(--qk-shadow);
    appearance: none;
    -webkit-appearance: none;
}

.qk-search input::-webkit-search-cancel-button {
    margin-right: 2px;
}

.qk-search input:focus {
    outline: 2px solid rgba(226, 41, 138, 0.28);
}

.qk-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #777;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.qk-search-icon::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -5px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: #777;
    transform: rotate(45deg);
}

.qk-category-strip {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 13px 1px 9px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}

.qk-category-strip::-webkit-scrollbar,
.qk-product-row::-webkit-scrollbar,
.qk-feature-row::-webkit-scrollbar {
    display: none;
}

.qk-category {
    width: 50px;
    flex: 0 0 50px;
    display: grid;
    gap: 6px;
    justify-items: center;
    color: #241b11;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
    scroll-snap-align: start;
}

.qk-category.active {
    color: #a30b5b;
}

.qk-category.active .qk-category-icon {
    outline: 2px solid #e2298a;
    outline-offset: 2px;
}

.qk-category-icon {
    width: 36px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px 11px 9px 9px;
    color: #171717;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 21px;
    line-height: 1;
    box-shadow: 0 6px 12px rgba(57, 71, 19, 0.13);
    position: relative;
    overflow: hidden;
}

.qk-category-icon::before,
.qk-category-icon::after {
    display: none;
}

.qk-category-icon-1 { background: linear-gradient(135deg, #ff4d9d, #ffd35a); }
.qk-category-icon-2 { background: linear-gradient(135deg, #ff9d00, #ff432e); }
.qk-category-icon-3 { background: linear-gradient(135deg, #f4c75d, #c07926); }
.qk-category-icon-4 { background: linear-gradient(135deg, #7b3bd4, #f6b4c9); }
.qk-category-icon-5 { background: linear-gradient(135deg, #f64ab7, #ffc928); }
.qk-category-icon-6 { background: linear-gradient(135deg, #4aa7ff, #f2cb31); }

.qk-fathers-card {
    min-height: 112px;
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 10px;
    align-items: center;
    margin: 4px 4px 11px;
    padding: 16px 14px;
    border-radius: 4px;
    background:
        radial-gradient(circle at 15% 20%, rgba(47, 159, 224, 0.16) 0 5px, transparent 6px),
        radial-gradient(circle at 82% 12%, rgba(245, 172, 35, 0.28) 0 5px, transparent 6px),
        #fff8d8;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.55), var(--qk-shadow);
}

.qk-mini {
    margin: 0 0 3px;
    color: #d63277;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.qk-fathers-card h1 {
    margin: 0;
    color: #c52762;
    font-size: 24px;
    line-height: 0.95;
    text-transform: uppercase;
}

.qk-fathers-card p:last-child {
    margin: 6px 0 0;
    color: #6a5a25;
    font-size: 12px;
    font-weight: 800;
}

.qk-family-art {
    min-height: 86px;
    position: relative;
}

.qk-person {
    position: absolute;
    bottom: 4px;
    border-radius: 999px 999px 18px 18px;
    background: #24324f;
}

.qk-person::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -23px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f4b08d;
    transform: translateX(-50%);
}

.qk-person::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 31px;
    height: 17px;
    border-radius: 999px 999px 4px 4px;
    background: #1a1a1a;
    transform: translateX(-50%);
}

.qk-person-small {
    left: 6px;
    width: 34px;
    height: 48px;
    background: #ff7196;
}

.qk-person-tall {
    right: 8px;
    width: 45px;
    height: 64px;
    background: #6ea0d3;
}

.qk-powered {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 4px 9px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #302d1c;
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
}

.qk-powered strong,
.qk-powered-brand {
    padding: 3px 5px;
    border-radius: 5px;
    background: #ffffff;
    font-size: 11px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.qk-powered-go {
    margin-left: auto;
    width: 29px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #101010;
    color: #ffffff;
    font-size: 8px;
}

.qk-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 4px 10px;
}

.qk-brand-tile {
    min-height: 95px;
    padding: 10px 9px 7px;
    border-radius: 12px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: var(--qk-shadow);
}

.qk-brand-tile span {
    display: block;
    min-height: 29px;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 900;
}

.qk-brand-tile strong {
    display: block;
    max-width: 72px;
    margin-top: 3px;
    font-size: 9px;
    color: #625849;
}

.qk-brand-tile i {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 40px;
    height: 45px;
    border-radius: 8px;
    transform: rotate(-5deg);
}

.qk-brand-rose i { background: linear-gradient(135deg, #ff407d, #ffd46f); }
.qk-brand-gold i { background: linear-gradient(135deg, #6033b7, #f6bb45); }
.qk-brand-mint i { background: linear-gradient(135deg, #1a1a1a, #ff9d36); }

.qk-pink-strip {
    min-height: 33px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 4px;
    padding: 0 9px;
    border-radius: 999px;
    background: var(--qk-pink);
    color: #ffffff;
    box-shadow: 0 8px 13px rgba(226, 41, 138, 0.2);
}

.qk-pink-strip span {
    width: 30px;
    height: 19px;
    border-radius: 5px;
    background: linear-gradient(135deg, #ff8ad0, #ffe1ef);
    transform: rotate(-12deg);
}

.qk-pink-strip strong {
    font-size: 13px;
}

.qk-pink-strip em {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.qk-pink-strip b {
    margin-left: auto;
    padding: 3px 8px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 9px;
}

.qk-zero {
    height: 62px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 13px 12px;
    padding: 0 19px;
    border-radius: 12px;
    background: #fff2b9;
    color: #dd1a82;
}

.qk-zero strong {
    font-size: 31px;
    line-height: 1;
}

.qk-zero span {
    padding: 2px 5px;
    border-radius: 4px;
    background: #dd1a82;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
}

.qk-zero i {
    margin-left: auto;
    width: 18px;
    height: 26px;
    border: 2px solid currentColor;
    border-radius: 5px;
    transform: rotate(13deg);
}

.qk-campaign {
    min-height: 132px;
    display: flex;
    align-items: center;
    margin: 0 10px;
    padding: 16px;
    border-radius: 11px 11px 0 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.qk-campaign::before {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -23px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffcc45 0 18%, #d947aa 19% 35%, #6f1ad0 36% 100%);
    opacity: 0.9;
}

.qk-campaign > div {
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.qk-campaign span,
.qk-campaign p {
    font-size: 12px;
    font-weight: 800;
}

.qk-campaign h2 {
    margin: 2px 0;
    font-size: 27px;
    line-height: 0.95;
}

.qk-campaign a {
    position: absolute;
    right: 12px;
    bottom: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    font-size: 10px;
    font-weight: 900;
}

.qk-campaign-violet {
    background: linear-gradient(135deg, #3b0885, #7422cb);
}

.qk-rail {
    margin: 0 10px 12px;
    padding: 7px 7px 9px;
    background: var(--qk-purple);
    border-radius: 0 0 12px 12px;
}

.qk-rail-tabs {
    height: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    padding: 0 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}

.qk-rail-tabs span,
.qk-rail-tabs a {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 999px;
    background: #ffffff;
    color: #32125c;
    font-size: 9px;
    font-weight: 900;
}

.qk-rail-tabs .active {
    background: var(--qk-yellow);
}

.qk-product-row,
.qk-feature-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 1px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}

.qk-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 16px;
    margin: 0 -16px;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 1px;
    touch-action: pan-x pan-y;
}

.qk-carousel::-webkit-scrollbar {
    display: none;
}

.qk-carousel article {
    flex: 0 0 calc(50% - 6px);
    min-width: calc(50% - 6px);
    scroll-snap-align: start;
}

@media (min-width: 640px) {
    .qk-carousel article {
        flex: 0 0 calc(33.333% - 8px);
        min-width: calc(33.333% - 8px);
    }
}

@media (min-width: 1024px) {
    .qk-carousel article {
        flex: 0 0 calc(25% - 9px);
        min-width: calc(25% - 9px);
    }
}

.qk-product-card {
    flex: 0 0 118px;
    min-height: 222px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 8px;
    border-radius: 9px;
    background: #ffffff;
    border: 1px solid var(--qk-line);
    scroll-snap-align: start;
}

.qk-discount {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 2;
    padding: 2px 5px;
    border-radius: 4px;
    background: #07a364;
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
}

.qk-product-image {
    width: 100%;
    height: 86px;
    display: grid;
    place-items: center;
    margin: 9px 0 4px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f9faf5, #ffffff);
    overflow: hidden;
}

.qk-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qk-rating {
    width: max-content;
    margin-bottom: 5px;
    padding: 2px 5px;
    border-radius: 4px;
    background: #f4fff8;
    color: #167a45;
    font-size: 9px;
    font-weight: 900;
}

.qk-product-card h3 {
    min-height: 33px;
    margin: 0;
    font-size: 10px;
    line-height: 1.18;
    font-weight: 850;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.qk-product-card p {
    min-height: 13px;
    margin: 5px 0 6px;
    color: var(--qk-muted);
    font-size: 9px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qk-price-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 6px;
    margin-top: auto;
}

.qk-price-row del,
.qk-price-row strong {
    display: block;
}

.qk-price-row del {
    color: #808080;
    font-size: 9px;
    font-weight: 700;
}

.qk-price-row strong {
    color: #161616;
    font-size: 12px;
    font-weight: 900;
}

.qk-price-row button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--qk-pink);
    border-radius: 9px;
    background: #ffffff;
    color: var(--qk-pink);
    cursor: pointer;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

.qk-variant-open {
    overflow: hidden;
}

.qk-variant-modal[hidden] {
    display: none;
}

.qk-variant-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    align-items: end;
}

.qk-variant-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.34);
}

.qk-variant-sheet {
    width: min(100%, 430px);
    max-height: min(78vh, 560px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    border-radius: 18px 18px 0 0;
    background: #ffffff;
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.qk-variant-sheet header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 14px 10px;
    border-bottom: 1px solid #eeeeee;
}

.qk-variant-sheet header span,
.qk-variant-sheet header strong {
    display: block;
}

.qk-variant-sheet header span {
    color: #e2298a;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.qk-variant-sheet header strong {
    margin-top: 2px;
    color: #141414;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 950;
}

.qk-variant-sheet header button {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 50%;
    background: #f4f4f4;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.qk-variant-options {
    display: grid;
    gap: 8px;
    padding: 12px 12px calc(14px + env(safe-area-inset-bottom));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.qk-variant-option {
    margin: 0;
}

.qk-variant-option button {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #ffffff;
    color: #151515;
    text-align: left;
    cursor: pointer;
}

.qk-variant-option button:active {
    border-color: #e2298a;
    background: #fff4fa;
}

.qk-variant-option span,
.qk-variant-option strong,
.qk-variant-option small,
.qk-variant-option b {
    display: block;
}

.qk-variant-option strong {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 950;
}

.qk-variant-option small {
    margin-top: 3px;
    color: #777777;
    font-size: 10px;
    font-weight: 750;
}

.qk-variant-option b {
    flex: 0 0 auto;
    color: #101010;
    font-size: 14px;
    font-weight: 950;
}

.qk-empty {
    width: 100%;
    padding: 18px;
    border-radius: 9px;
    background: #ffffff;
    color: #171717;
    font-size: 12px;
}

.qk-ad {
    display: block;
    min-height: 57px;
    margin: 10px 10px 0;
    padding: 10px 13px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.qk-ad::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 9px;
    width: 45px;
    height: 38px;
    border-radius: 6px;
    transform: rotate(-8deg);
}

.qk-ad small,
.qk-ad strong,
.qk-ad span {
    display: block;
    position: relative;
    z-index: 1;
}

.qk-ad small {
    width: max-content;
    margin-bottom: 2px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #ffffff;
    color: #168b5b;
    font-size: 8px;
    font-weight: 900;
}

.qk-ad strong {
    font-size: 14px;
}

.qk-ad span {
    font-size: 12px;
    font-weight: 900;
}

.qk-ad-green {
    background: linear-gradient(90deg, #24a86f, #dff39d);
}

.qk-ad-green::after {
    background: linear-gradient(135deg, #d61f39, #f4e07b);
}

.qk-ad-black {
    background: #080808;
    color: #ffffff;
}

.qk-ad-black::after {
    background: linear-gradient(135deg, #5d351d, #e5b06d);
}

.qk-section {
    padding: 11px 0 0 10px;
}

.qk-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    margin-bottom: 8px;
}

.qk-section-head h2,
.qk-payment h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
}

.qk-section-head .qk-section-subtitle {
    margin: 2px 0 0;
    font-size: 10px;
    font-weight: 800;
    color: var(--qk-muted);
}

.qk-veg-section {
    background: linear-gradient(180deg, #f0fae8 0%, #ffffff 100%);
    padding-top: 14px;
    padding-bottom: 12px;
    padding-right: 0;
    margin: 10px 0 0;
}

.qk-section-head a {
    width: 30px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #101010;
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
}

.qk-payment {
    padding: 12px 10px 0;
}

.qk-payment-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-top: 8px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}

.qk-payment-row::-webkit-scrollbar,
.qk-rail-tabs::-webkit-scrollbar {
    display: none;
}

.qk-payment-row a {
    flex: 0 0 205px;
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    border-radius: 5px;
    background: #e8fbff;
    scroll-snap-align: start;
}

.qk-payment-row strong {
    font-size: 18px;
    color: #1160a8;
}

.qk-payment-row span {
    font-size: 10px;
    font-weight: 800;
}

.qk-weekend {
    display: block;
    min-height: 132px;
    margin: 13px 10px 0;
    padding: 17px 18px;
    border-radius: 11px;
    background: linear-gradient(135deg, #d7ffc9, #f3ffe5);
    position: relative;
    overflow: hidden;
}

.qk-weekend h2 {
    margin: 0;
    color: #245c26;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    line-height: 0.9;
    font-weight: 700;
}

.qk-weekend p {
    margin: 8px 0 6px;
    font-size: 11px;
    font-weight: 800;
}

.qk-weekend strong {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 12px;
}

.qk-pack {
    position: absolute;
    width: 51px;
    height: 72px;
    border-radius: 7px;
    background: linear-gradient(135deg, #ce173d, #ff7592);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.qk-pack::after {
    content: "";
    position: absolute;
    inset: 18px 9px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.82);
}

.qk-pack-one {
    right: 74px;
    top: 25px;
    transform: rotate(-14deg);
}

.qk-pack-two {
    right: 24px;
    top: 34px;
    transform: rotate(12deg);
}

.qk-feature-row {
    padding-right: 10px;
}

.qk-feature-card {
    flex: 0 0 104px;
    min-height: 128px;
    display: grid;
    grid-template-rows: auto 72px auto;
    gap: 5px;
    padding: 8px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffd8ec, #ffffff);
    border: 1px solid #f1e0e7;
    scroll-snap-align: start;
}

.qk-feature-card:nth-child(2n) {
    background: linear-gradient(180deg, #ddffd7, #ffffff);
}

.qk-feature-card:nth-child(3n) {
    background: linear-gradient(180deg, #e1f0ff, #ffffff);
}

.qk-feature-card span {
    color: #db287d;
    font-size: 8px;
    font-weight: 900;
}

.qk-feature-card img {
    width: 100%;
    height: 72px;
    object-fit: contain;
}

.qk-feature-card strong {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
}

.qk-last-section {
    padding-bottom: 20px;
}

.qk-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 20;
    width: 100%;
    max-width: 430px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    min-height: calc(66px + env(safe-area-inset-bottom));
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid #eeeeee;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -9px 24px rgba(0, 0, 0, 0.08);
    transform: translateX(-50%);
}

.qk-bottom-nav a {
    display: grid;
    place-items: center;
    gap: 4px;
    min-width: 0;
    color: #696969;
    font-size: 10px;
    font-weight: 850;
    min-height: 48px;
}

@media (max-width: 370px) {
    .qk-hero {
        padding-inline: 8px;
    }

    .qk-topbar {
        grid-template-columns: minmax(0, 1fr) 51px;
        gap: 6px;
    }

    .qk-category-strip {
        gap: 10px;
    }

    .qk-fathers-card {
        grid-template-columns: minmax(0, 1.25fr) 82px;
        padding-inline: 12px;
    }

    .qk-fathers-card h1 {
        font-size: 21px;
    }

    .qk-powered {
        gap: 4px;
        padding-inline: 6px;
    }

    .qk-powered strong {
        font-size: 9px;
    }

    .qk-brand-grid {
        gap: 6px;
    }

    .qk-brand-tile {
        padding-inline: 7px;
    }

    .qk-zero {
        padding-inline: 14px;
    }

    .qk-zero strong {
        font-size: 27px;
    }

    .qk-product-card {
        flex-basis: 112px;
    }

    .qk-weekend {
        padding-left: 14px;
    }

    .qk-weekend h2 {
        font-size: 27px;
    }

    .qk-pack-one {
        right: 62px;
    }

    .qk-pack-two {
        right: 15px;
    }

    .qk-bottom-nav a {
        font-size: 9px;
    }
}

@media (max-width: 330px) {
    .qk-brand-tile strong,
    .qk-pink-strip em,
    .qk-powered > span:nth-of-type(2) {
        display: none;
    }

    .qk-campaign::before {
        left: 6px;
        width: 105px;
        height: 105px;
    }

    .qk-payment-row a {
        flex-basis: calc(100vw - 36px);
    }
}

.qk-bottom-nav a.active {
    color: var(--qk-pink);
}

.qk-bottom-nav span {
    width: 21px;
    height: 21px;
    position: relative;
    border-radius: 7px;
    background: currentColor;
    opacity: 0.9;
}

.qk-home-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    top: -4px;
    width: 12px;
    height: 12px;
    background: currentColor;
    transform: rotate(45deg);
}

.qk-grid-icon {
    background: transparent !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
}

.qk-grid-icon::before,
.qk-grid-icon::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background: currentColor;
    box-shadow: 12px 0 0 currentColor, 0 12px 0 currentColor, 12px 12px 0 currentColor;
}

.qk-cart-icon {
    border-radius: 5px 5px 8px 8px !important;
}

.qk-cart-icon::before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: -5px;
    height: 9px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.qk-user-icon {
    border-radius: 50% 50% 9px 9px !important;
}

.qk-user-icon::before {
    content: "";
    position: absolute;
    left: 5px;
    top: -7px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: currentColor;
}


/* QKnock product detail page */
.qkp-body {
    margin: 0;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    background: #f4f4f4;
    color: #151515;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
    overflow-y: auto;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

.qkp-body.qkp-webview-fitted {
    width: 100%;
    background: #f4f4f4;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.qkp-body a {
    color: inherit;
    text-decoration: none;
}

.qkp-body button,
.qkp-body input {
    font: inherit;
}

.qkp-shell {
    width: 100%;
    max-width: 430px;
    min-height: 100vh;
    min-height: 100svh;
    margin: 0 auto;
    padding: 0 0 calc(92px + env(safe-area-inset-bottom));
    background: #f4f4f4;
    overflow: hidden;
    touch-action: pan-y;
}

.qkp-body.qkp-webview-fitted .qkp-shell {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.qkp-header {
    position: sticky;
    top: 0;
    z-index: 15;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    align-items: center;
    padding: 3px 10px 6px;
    background: #fff1f5;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.qkp-body.qkp-webview-fitted .qkp-header {
    padding-top: 0;
    padding-bottom: 4px;
}

.qkp-back,
.qkp-icon-btn {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #1d1d1f;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.qkp-back::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 4px;
}

.qkp-icon-btn::before {
    content: "";
    width: 15px;
    height: 13px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    transform: rotate(-45deg);
}

.qkp-icon-btn.active {
    color: #e2298a;
}

.qkp-search {
    position: relative;
    min-width: 0;
}

.qkp-search span {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #7b7b7b;
    border-radius: 50%;
    transform: translateY(-50%);
}

.qkp-search span::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -5px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: #7b7b7b;
    transform: rotate(45deg);
}

.qkp-search input {
    width: 100%;
    height: 34px;
    padding: 0 12px 0 34px;
    border: 0;
    border-radius: 7px;
    background: #ffffff;
    color: #191919;
    font-size: 12px;
    font-weight: 700;
    outline: 0;
}

.qkp-gallery {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 286px;
    background: #ffffff;
}

.qkp-gallery img {
    width: 100%;
    height: 286px;
    object-fit: contain;
}

.qkp-media-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #e2298a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
}

.qkp-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 9px 10px;
    background: #ffffff;
    scrollbar-width: none;
}

.qkp-thumbs::-webkit-scrollbar,
.qkp-variant-row::-webkit-scrollbar,
.qkp-product-row::-webkit-scrollbar {
    display: none;
}

.qkp-thumbs button {
    flex: 0 0 52px;
    height: 52px;
    padding: 3px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
}

.qkp-thumbs button.active {
    border-color: #e2298a;
    box-shadow: 0 0 0 2px rgba(226, 41, 138, 0.14);
}

.qkp-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qkp-info,
.qkp-section {
    margin-top: 8px;
    padding: 12px 10px;
    background: #ffffff;
}

.qkp-rating-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.qkp-rating-line span {
    padding: 4px 8px;
    border-radius: 5px;
    background: #f0fff5;
    color: #167a45;
    font-size: 11px;
    font-weight: 900;
}

.qkp-rating-line button {
    border: 0;
    border-radius: 999px;
    background: #f5f5f5;
    color: #333333;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.qkp-brand {
    margin: 12px 0 4px;
    color: #696969;
    font-size: 12px;
    font-weight: 800;
}

.qkp-info h1 {
    margin: 0;
    color: #111111;
    font-size: 18px;
    line-height: 1.24;
    font-weight: 900;
}

.qkp-pack {
    margin: 8px 0 0;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 750;
}

.qkp-price {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.qkp-price strong {
    color: #0c9b61;
    font-size: 16px;
    font-weight: 950;
}

.qkp-price del {
    color: #858585;
    font-size: 13px;
    font-weight: 700;
}

.qkp-price b {
    color: #151515;
    font-size: 20px;
    line-height: 1;
    font-weight: 950;
}

.qkp-benefit-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 13px;
}

.qkp-benefit-row span {
    min-height: 40px;
    display: grid;
    place-items: center;
    padding: 7px 5px;
    border-radius: 8px;
    background: #f8f8f8;
    color: #333333;
    text-align: center;
    font-size: 10px;
    font-weight: 850;
}

.qkp-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.qkp-section-head h2 {
    margin: 0;
    color: #151515;
    font-size: 15px;
    font-weight: 950;
}

.qkp-section-head span,
.qkp-section-head a {
    color: #595959;
    font-size: 11px;
    font-weight: 850;
}

.qkp-variant-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.qkp-variant-row button {
    flex: 0 0 98px;
    min-height: 64px;
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 8px;
    border: 1px solid #e7e7e7;
    border-radius: 9px;
    background: #ffffff;
    color: #171717;
    text-align: left;
    cursor: pointer;
}

.qkp-variant-row button.active {
    border-color: #111111;
    box-shadow: inset 0 0 0 1px #111111;
}

.qkp-variant-row strong,
.qkp-variant-row em {
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.qkp-variant-row span {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #737373;
    font-size: 9px;
    font-weight: 750;
}

.qkp-offer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 10px;
    background: #fff7d7;
    color: #1f1a0a;
}

.qkp-offer strong {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
}

.qkp-offer span {
    min-width: 0;
    font-size: 11px;
    font-weight: 850;
}

.qkp-detail {
    border-top: 1px solid #eeeeee;
}

.qkp-detail:first-child {
    border-top: 0;
}

.qkp-detail summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    color: #151515;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
}

.qkp-detail summary::-webkit-details-marker {
    display: none;
}

.qkp-detail summary::after {
    content: "+";
    color: #7d7d7d;
    font-size: 17px;
    line-height: 1;
}

.qkp-detail[open] summary::after {
    content: "-";
}

.qkp-detail p {
    margin: 0 0 12px;
    color: #555555;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 650;
}

.qkp-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding-bottom: 12px;
}

.qkp-highlight-grid span {
    padding: 9px;
    border-radius: 8px;
    background: #f8f8f8;
    color: #363636;
    font-size: 11px;
    font-weight: 800;
}

.qkp-highlight-grid b {
    display: block;
    margin-bottom: 4px;
    color: #878787;
    font-size: 9px;
    text-transform: uppercase;
}

.qkp-blue-ad {
    min-height: 78px;
    display: block;
    margin-top: 8px;
    padding: 15px 132px 15px 13px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0445bc, #21a7ff);
    color: #ffffff;
}

.qkp-blue-ad::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 13px;
    width: 86px;
    height: 54px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 42%, #ffe6c7 0 18px, transparent 19px),
        radial-gradient(circle at 65% 48%, #ffffff 0 20px, transparent 21px),
        rgba(255, 255, 255, 0.2);
}

.qkp-blue-ad strong,
.qkp-blue-ad span {
    display: block;
    position: relative;
    z-index: 1;
}

.qkp-blue-ad strong {
    font-size: 15px;
    line-height: 1.15;
    font-weight: 950;
}

.qkp-blue-ad span {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 800;
}

.qkp-product-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.qkp-delivery {
    display: grid;
    gap: 7px;
}

.qkp-delivery span {
    padding: 10px;
    border-radius: 7px;
    background: #f8f8f8;
    color: #242424;
    font-size: 12px;
    font-weight: 850;
}

.qkp-review {
    margin-top: 8px;
    padding: 10px;
    border-radius: 8px;
    background: #f8f8f8;
}

.qkp-review strong {
    color: #0c8a54;
    font-size: 12px;
    font-weight: 950;
}

.qkp-review p {
    margin: 6px 0;
    color: #303030;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 650;
}

.qkp-review span {
    color: #777777;
    font-size: 11px;
    font-weight: 800;
}

.qkp-last {
    margin-bottom: 10px;
}

.qkp-action-bar {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 30;
    width: 100%;
    max-width: 430px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 10px;
    align-items: center;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid #eeeeee;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    pointer-events: none;
}

.qkp-body.qkp-webview-fitted .qkp-action-bar {
    left: 0;
    right: auto;
    transform: none;
}

.qkp-action-bar span,
.qkp-action-bar small {
    display: block;
}

.qkp-action-bar span {
    color: #101010;
    font-size: 16px;
    font-weight: 950;
}

.qkp-action-bar small {
    margin-top: 2px;
    color: #6d6d6d;
    font-size: 10px;
    font-weight: 800;
}

.qkp-action-bar form {
    margin: 0;
    pointer-events: auto;
}

.qkp-action-bar button {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 7px;
    background: #ffcf18;
    color: #171717;
    font-size: 13px;
    font-weight: 950;
    cursor: pointer;
    pointer-events: auto;
}

@media (max-width: 350px) {
    .qkp-action-bar {
        grid-template-columns: minmax(0, 1fr) 150px;
    }

    .qkp-gallery,
    .qkp-gallery img {
        min-height: 245px;
        height: 245px;
    }

    .qkp-info h1 {
        font-size: 16px;
    }
}


@media (min-width: 760px) {
    body {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
            linear-gradient(180deg, #f2f4ed, #ffffff);
        background-size: 40px 40px, 100% 100%;
    }

    .qk-shell {
        margin-top: 18px;
        margin-bottom: 18px;
        border-radius: 22px;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
    }
}

/* ============= Shared QKnock Page Shell ============= */
.qk-page-body {
    margin: 0;
    min-height: 100vh;
    background: #f5f5f5;
    color: var(--qk-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.qk-page-shell {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 0 0 10px;
    background: #ffffff;
    overflow: hidden;
}

.qk-page-header {
    position: sticky;
    top: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 10px 6px;
    background: linear-gradient(180deg, #c9e970 0%, #e9f6b9 100%);
}

.qk-page-header .qkp-back {
    flex: 0 0 auto;
}

.qk-page-header h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 950;
    color: var(--qk-ink);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qk-page-header a:not(.qkp-back) {
    margin-left: auto;
    font-size: 11px;
    font-weight: 850;
    color: var(--qk-pink);
    white-space: nowrap;
}

/* ============= QKnock Cart ============= */
.qk-cart-section {
    padding: 10px;
    display: grid;
    gap: 8px;
}

.qk-cart-empty {
    padding: 40px 20px;
    text-align: center;
    color: var(--qk-muted);
}

.qk-cart-empty strong {
    display: block;
    font-size: 15px;
    color: var(--qk-ink);
    margin-bottom: 6px;
}

.qk-cart-empty p {
    font-size: 12px;
    font-weight: 700;
}

.qk-cart-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--qk-line);
    box-shadow: var(--qk-shadow);
}

.qk-cart-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 6px;
    flex: 0 0 auto;
    background: #f9faf5;
}

.qk-cart-item-info {
    flex: 1;
    min-width: 0;
}

.qk-cart-item-info strong {
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.qk-cart-item-info .qk-subtle {
    display: block;
    margin-top: 2px;
    color: var(--qk-muted);
    font-size: 10px;
    font-weight: 700;
}

.qk-cart-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.qk-qty-btn {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid var(--qk-pink);
    border-radius: 6px;
    background: #ffffff;
    color: var(--qk-pink);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.qk-qty-btn:active {
    background: #fff4fa;
}

.qk-cart-item-actions .qk-qty {
    font-size: 12px;
    font-weight: 900;
    min-width: 24px;
    text-align: center;
}

.qk-cart-item-actions .qk-remove-btn {
    margin-left: auto;
    border: 0;
    background: none;
    color: #ef4444;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
    padding: 4px 8px;
}

.qk-cart-item-price {
    text-align: right;
    flex: 0 0 auto;
}

.qk-cart-item-price strong {
    display: block;
    font-size: 13px;
    font-weight: 950;
    color: var(--qk-ink);
}

.qk-cart-item-price .qk-subtle {
    font-size: 9px;
    color: var(--qk-muted);
    font-weight: 700;
}

.qk-summary-card {
    margin: 0 10px 10px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--qk-line);
    background: #ffffff;
    box-shadow: var(--qk-shadow);
}

.qk-summary-card h2 {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 950;
    color: var(--qk-pink);
}

.qk-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 800;
}

.qk-summary-row.total {
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid var(--qk-line);
    font-size: 15px;
    font-weight: 950;
    color: var(--qk-ink);
}

.qk-checkout-btn {
    display: block;
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--qk-pink);
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 70px;
    box-shadow: 0 8px 14px rgba(226, 41, 138, 0.26);
}

.qk-checkout-btn:active {
    opacity: 0.9;
}

/* ============= QKnock Checkout ============= */
.qk-checkout-section {
    padding: 10px;
}

.qk-checkout-card {
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid var(--qk-line);
    background: #ffffff;
    box-shadow: var(--qk-shadow);
}

.qk-checkout-card h2 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 950;
}

.qk-checkout-card .qk-tagline {
    display: block;
    color: var(--qk-pink);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.qk-field {
    display: block;
    margin-bottom: 10px;
}

.qk-field span {
    display: block;
    font-size: 10px;
    font-weight: 850;
    color: var(--qk-muted);
    margin-bottom: 4px;
    text-transform: uppercase;
}

.qk-field input,
.qk-field select,
.qk-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--qk-line);
    border-radius: 8px;
    background: #fafafa;
    font-size: 13px;
    font-weight: 700;
    color: var(--qk-ink);
    outline: 0;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.qk-field input:focus,
.qk-field select:focus,
.qk-field textarea:focus {
    border-color: var(--qk-pink);
    box-shadow: 0 0 0 2px rgba(226, 41, 138, 0.12);
    background: #ffffff;
}

.qk-field textarea {
    resize: vertical;
    min-height: 60px;
    font-weight: 600;
}

.qk-field .qk-error {
    color: #ef4444;
    font-size: 10px;
    font-weight: 800;
    margin-top: 3px;
}

.qk-field-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.qk-field-toggle input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--qk-pink);
    flex: 0 0 auto;
}

.qk-field-toggle span {
    font-size: 11px;
    font-weight: 700;
    color: var(--qk-muted);
    text-transform: none;
}

.qk-checkout-grid {
    display: grid;
    gap: 10px;
}

.qk-coupon-card {
    padding: 10px 14px;
    margin-bottom: 10px;
    background: #fff7d7;
    border-radius: 8px;
    border: 1px solid #f5e6a3;
}

.qk-coupon-card strong {
    display: block;
    font-size: 11px;
    font-weight: 950;
    color: #1f1a0a;
}

.qk-coupon-row {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}

.qk-coupon-row input {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #e0d5a0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    background: #ffffff;
    outline: 0;
}

.qk-coupon-row input:focus {
    border-color: var(--qk-pink);
}

.qk-coupon-row button {
    padding: 8px 14px;
    border: 0;
    border-radius: 6px;
    background: var(--qk-pink);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.qk-applied-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    background: #d1fae5;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    color: #065f46;
    margin-bottom: 6px;
}

.qk-applied-coupon button {
    border: 0;
    background: none;
    color: #dc2626;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

.qk-place-order-bar {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9999;

    width: 100%;
    max-width: 100%;

    padding: 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom) + 170px);

    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #eeeeee;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);

    box-sizing: border-box;
}

.qk-place-order-bar button {
    width: 100%;
    height: 130px;

    border: none;
    border-radius: 12px;

    background: var(--qk-pink);
    color: #ffffff;

    font-size: 40px;
    font-weight: 800;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 8px 16px rgba(226, 41, 138, 0.28);
}

/* ============= QKnock Account ============= */
.qk-account-layout {
    display: grid;
    gap: 10px;
    padding: 10px;
}

.qk-account-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--qk-green), #e9f6b9);
    box-shadow: var(--qk-shadow);
}

.qk-account-avatar {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--qk-ink);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    flex: 0 0 auto;
}

.qk-account-profile-info strong {
    display: block;
    font-size: 14px;
    font-weight: 950;
    color: var(--qk-ink);
}

.qk-account-profile-info span {
    font-size: 11px;
    font-weight: 800;
    color: var(--qk-muted);
}

.qk-account-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
}

.qk-account-nav a,
.qk-account-nav button {
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid var(--qk-line);
    background: #ffffff;
    color: var(--qk-muted);
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s;
}

.qk-account-nav a.is-active,
.qk-account-nav a:hover,
.qk-account-nav button:hover {
    border-color: var(--qk-pink);
    color: var(--qk-pink);
    background: #fff4fa;
}

.qk-account-logout {
    color: #ef4444 !important;
    border-color: #fca5a5 !important;
}

.qk-account-content {
    display: grid;
    gap: 10px;
}

.qk-account-panel {
    padding: 14px;
    border-radius: 10px;
    border: 1px solid var(--qk-line);
    background: #ffffff;
    box-shadow: var(--qk-shadow);
}

.qk-account-panel h2 {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 950;
}

.qk-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.qk-section-head .qk-tagline {
    display: block;
    color: var(--qk-pink);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.qk-account-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 10px;
}

.qk-stat-card {
    padding: 10px 8px;
    border-radius: 8px;
    background: #f8f8f8;
    text-align: center;
}

.qk-stat-card span {
    display: block;
    font-size: 9px;
    font-weight: 800;
    color: var(--qk-muted);
    margin-bottom: 4px;
}

.qk-stat-card strong {
    display: block;
    font-size: 16px;
    font-weight: 950;
    color: var(--qk-ink);
}

.qk-data-card {
    padding: 12px;
    margin-bottom: 8px;
    border: 1px solid var(--qk-line);
    border-radius: 8px;
    background: #fafafa;
}

.qk-data-card:last-child {
    margin-bottom: 0;
}

.qk-flash {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
}

.qk-flash.success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.qk-flash.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.qk-order-card {
    border: 1px solid var(--qk-line);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
}

.qk-order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.qk-order-header strong {
    font-size: 12px;
    font-weight: 950;
}

.qk-order-header .qk-subtle {
    font-size: 9px;
    color: var(--qk-muted);
    font-weight: 700;
}

.qk-status-pill {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
}

.qk-status-pill.active {
    background: #d1fae5;
    color: #065f46;
}

.qk-status-pill.pending {
    background: #fef3c7;
    color: #92400e;
}

.qk-status-pill.cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.qk-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.qk-order-actions a,
.qk-order-actions button {
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 850;
    border: 1px solid var(--qk-line);
    background: #ffffff;
    color: var(--qk-ink);
    cursor: pointer;
}

.qk-order-actions .qk-cancel-btn {
    color: #ef4444;
    border-color: #fca5a5;
}

.qk-order-actions .qk-return-btn {
    color: #f59e0b;
    border-color: #fcd34d;
}

.qk-account-form-grid {
    display: grid;
    gap: 8px;
}

.qk-account-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.qk-btn {
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 950;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.qk-btn-primary {
    background: var(--qk-pink);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(226, 41, 138, 0.2);
}

.qk-btn-ghost {
    background: transparent;
    color: var(--qk-muted);
    border: 1px solid var(--qk-line);
}

.qk-btn-danger {
    background: #ef4444;
    color: #ffffff;
}

.qk-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
}

.qk-list-product {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.qk-list-product img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 6px;
    background: #f9faf5;
    flex: 0 0 auto;
}

.qk-list-product strong {
    font-size: 12px;
    font-weight: 900;
    display: block;
}

.qk-list-product .qk-subtle {
    font-size: 9px;
    color: var(--qk-muted);
    font-weight: 700;
}

.qk-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.qk-modal-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 16px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-height: 90vh;
    overflow-y: auto;
}

.qk-modal-content h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 950;
}

.qk-empty-state {
    padding: 30px 20px;
    text-align: center;
}

.qk-empty-state strong {
    display: block;
    font-size: 13px;
    color: var(--qk-ink);
    margin-bottom: 4px;
}

.qk-empty-state p {
    font-size: 11px;
    color: var(--qk-muted);
    font-weight: 700;
}

/* ============= QKnock Success ============= */
.qk-success-section {
    padding: 20px 10px;
    text-align: center;
}

.qk-success-check {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: var(--qk-green);
    display: grid;
    place-items: center;
    font-size: 30px;
    color: #2f7a2f;
}

.qk-success-section h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 950;
}

.qk-success-section p {
    margin: 6px 0 0;
    color: var(--qk-muted);
    font-size: 13px;
    font-weight: 700;
}

.qk-success-details {
    padding: 0 10px;
    display: grid;
    gap: 8px;
}

.qk-success-card {
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--qk-line);
    background: #ffffff;
    box-shadow: var(--qk-shadow);
}

.qk-success-card h2 {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 950;
    color: var(--qk-pink);
    text-transform: uppercase;
}

.qk-otp-box {
    margin-top: 8px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(226, 41, 138, 0.06);
    border: 1px solid rgba(226, 41, 138, 0.2);
}

.qk-otp-box strong {
    font-size: 11px;
    font-weight: 950;
    color: var(--qk-pink);
}

.qk-otp-box p {
    font-size: 11px;
    font-weight: 800;
    margin: 4px 0 0;
    color: var(--qk-ink);
}

.qk-otp-code {
    font-size: 18px;
    font-weight: 950;
    color: var(--qk-pink);
    letter-spacing: 0.1em;
}

/* ============= Responsive tweaks ============= */
@media (max-width: 350px) {
    .qk-account-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .qk-cart-item {
        flex-wrap: wrap;
    }

    .qk-cart-item-price {
        width: 100%;
        text-align: left;
    }
}

@media (min-width: 760px) {
    .qk-page-body {
        background: linear-gradient(180deg, #f2f4ed, #ffffff);
    }

    .qk-page-shell {
        margin-top: 18px;
        margin-bottom: 18px;
        border-radius: 22px;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
    }
}
