/* Print-studio checkout. Evidence over adjectives. */
/* Roboto loads via checkout.blade.php — do not @import here (semicolons in font URL break CSS parsing). */

body.page-checkout,
body.page-checkout input,
body.page-checkout button,
body.page-checkout select,
body.page-checkout textarea,
body.page-checkout label,
body.page-checkout .chk-section__head h2,
body.page-checkout .chk-review__product-title,
body.page-checkout .chk-review__meta-val,
body.page-checkout .chk-mobile-sticky-footer,
body.page-checkout .premium-table,
body.page-checkout .chk-ship-card__title,
body.page-checkout .chk-pay-card__title,
body.page-checkout .chk-order-peek__title {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.page-checkout #pp-site-header,
body.page-checkout .header-main-section {
    display: block !important;
    visibility: visible !important;
}

body.page-checkout .pp-footer,
body.page-checkout #ppBottomNav,
body.page-checkout .pp-bottom-nav,
body.page-checkout .pp-chatbot,
body.page-checkout #ppChatbot,
body.page-checkout #ppChatbotToggle,
body.page-checkout .pp-chatbot-toggle,
body.page-checkout .watsapp_btn,
body.page-checkout .pp-whatsapp-fab,
body.page-checkout iframe[title*="chat"],
body.page-checkout iframe[src*="tawk.to"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.page-checkout {
    --chk-ink: #1a1714;
    --chk-muted: #6b645b;
    --chk-line: rgba(26, 23, 20, 0.1);
    --chk-paper: #fffdf9;
    --chk-stone: #f4efe6;
    --chk-gold: #b0894a;
    --chk-navy: #1e3a5f;
    --chk-navy-deep: #152a45;
    --chk-primary: #1e3a5f;
    --chk-dark: #1a1714;
    background:
        radial-gradient(1200px 420px at 50% -80px, rgba(176, 137, 74, 0.08), transparent 60%),
        #efe8dc;
    color: var(--chk-ink);
}

body.page-checkout .print-poster-cart-sec {
    padding: 8px 0 48px;
}

body.page-checkout .print-poster-cart-sec > .container {
    max-width: 1180px;
}

body.page-checkout .checkout-left,
body.page-checkout .checkout-right {
    background: var(--chk-paper);
    border: 1px solid var(--chk-line);
    border-radius: 20px;
    box-shadow: 0 18px 40px -28px rgba(26, 23, 20, 0.35);
}

body.page-checkout .checkout-left {
    padding: 28px 28px 20px;
}

body.page-checkout .checkout-right {
    overflow: visible;
    top: 20px;
}

body.page-checkout .cart-name-field input,
body.page-checkout .cart-name-field textarea,
body.page-checkout .cart-name-field select {
    height: 52px;
    border: 1px solid #ddd4c6;
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    color: var(--chk-ink);
    box-shadow: none;
}

body.page-checkout .cart-name-field input:focus,
body.page-checkout .cart-name-field textarea:focus,
body.page-checkout .cart-name-field select:focus {
    border-color: var(--chk-navy);
    box-shadow: 0 0 0 4px rgba(30, 58, 95, 0.08);
}

body.page-checkout .cart-top-login-main {
    margin-bottom: 22px;
}

body.page-checkout .ppt-cart-have-acct {
    border: 1px solid var(--chk-line);
    border-left: 3px solid var(--chk-gold);
    border-radius: 14px !important;
    background: #faf6ef !important;
    box-shadow: none;
}

.chk-slim-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0 6px;
    border-bottom: 1px solid var(--chk-line);
    margin-bottom: 18px;
}

.chk-slim-header__left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.chk-slim-header__logo img {
    height: 34px;
    width: auto;
}

.chk-slim-header__back {
    color: var(--chk-muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.chk-slim-header__back:hover {
    color: var(--chk-navy);
}

.chk-slim-header__secure {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3d5a3a;
    background: #eef4ea;
    border: 1px solid #d5e3cf;
    border-radius: 999px;
    padding: 8px 14px;
}

.chk-progress {
    text-align: center;
    margin: 0 0 28px;
}

.chk-progress__steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.chk-progress__step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a39a8e;
}

.chk-progress__num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #d7cfc3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background: #fff;
}

.chk-progress__step.is-done {
    color: var(--chk-ink);
}

.chk-progress__step.is-done .chk-progress__num {
    background: var(--chk-ink);
    border-color: var(--chk-ink);
    color: #fff;
}

.chk-progress__step.is-current {
    color: var(--chk-navy);
}

.chk-progress__step.is-current .chk-progress__num {
    background: var(--chk-navy);
    border-color: var(--chk-navy);
    color: #fff;
}

.chk-progress__line {
    width: 42px;
    height: 1px;
    margin: 0 10px;
    background: #d7cfc3;
}

.chk-progress__meta {
    margin-top: 10px;
    font-size: 12px;
    color: var(--chk-muted);
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.chk-progress__wa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #128c7e;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: none;
}

.chk-progress__wa:hover {
    color: #0f6e63;
    text-decoration: underline;
}

.chk-section {
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--chk-line);
}

.chk-section:last-of-type {
    border-bottom: 0;
}

.chk-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.chk-section__head h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--chk-ink);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.chk-section__head h2 i {
    color: var(--chk-navy);
    font-size: 14px;
}

.chk-section__edit {
    background: none;
    border: 0;
    color: var(--chk-navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.chk-section__hint {
    font-size: 13px;
    color: var(--chk-muted);
    margin: -8px 0 12px;
}

.chk-field-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7a7268;
    margin-bottom: 6px;
}

.chk-field-label i {
    color: var(--chk-navy);
    font-size: 11px;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}

.chk-optional {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: var(--chk-muted);
    font-size: 10px;
}

body.page-checkout .cart-name-field {
    margin-bottom: 8px;
}

body.page-checkout .cart-name-field input,
body.page-checkout .cart-name-field textarea,
body.page-checkout .cart-name-field select {
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.chk-same-row,
.chk-check-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: var(--chk-ink);
    width: 100%;
    margin: 0;
}

body.page-checkout label.chk-same-row input[type="checkbox"],
body.page-checkout label.chk-check-row input[type="checkbox"],
body.page-checkout label.checkbox input[type="checkbox"] {
    margin: 2px 0 0 !important;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: var(--chk-navy);
}

body.page-checkout label.chk-same-row .check,
body.page-checkout label.chk-check-row .check,
body.page-checkout label.checkbox > span:not(.checkmark) {
    margin-left: 0 !important;
    flex: 1;
    line-height: 1.45;
}

#shipping_country_label {
    display: none;
}

.chk-delivering-to {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 100%;
    font-size: 12px;
    color: var(--chk-navy);
    background: #eef3f8;
    border-radius: 999px;
    padding: 8px 12px;
    margin: 0 0 10px;
}

.chk-ship-cards,
.chk-pay-cards {
    display: grid;
    gap: 8px;
    max-width: 100%;
}

.chk-ship-card,
.chk-pay-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border: 1px solid #e4dccf;
    border-radius: 14px;
    cursor: pointer;
    background: #fff;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.chk-ship-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
}
.chk-ship-card:hover,
.chk-pay-card:hover {
    border-color: #cfc3b0;
}

.chk-ship-card.is-selected,
.chk-ship-card:has(input:checked),
.chk-pay-card.is-selected {
    border-color: var(--chk-navy);
    background: #f7f9fc;
    box-shadow: inset 0 0 0 1px var(--chk-navy);
}

.chk-ship-card input {
    margin: 0;
    accent-color: var(--chk-navy);
}

.chk-ship-card__icon,
.chk-pay-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f4efe6;
    color: var(--chk-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}

.chk-ship-card__body,
.chk-pay-card__body {
    flex: 1;
    min-width: 0;
}

.chk-ship-card__top,
.chk-pay-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    font-weight: 700;
    color: var(--chk-ink);
}

.chk-ship-card__name {
    min-width: 0;
    flex: 1;
    line-height: 1.35;
}

.chk-ship-card__price {
    flex-shrink: 0;
    white-space: nowrap;
    color: var(--chk-navy);
    font-size: 14px;
}

.chk-ship-card__date,
.chk-pay-card__brands {
    font-size: 13px;
    color: var(--chk-muted);
    margin-top: 4px;
}

.chk-ship-card__note {
    font-size: 11px;
    color: #8a8176;
    margin-top: 4px;
}

.chk-ship-card__badge {
    display: inline-block;
    margin-left: 8px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5a4a2a;
    background: #f3e6c8;
    border-radius: 999px;
    padding: 3px 7px;
    vertical-align: middle;
}

.chk-pay-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.chk-pay-pill {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5c564e;
    background: #f4efe6;
    border-radius: 999px;
    padding: 3px 8px;
}

.chk-pay-more {
    margin-top: 2px;
}

.chk-pay-card {
    position: relative;
    padding-right: 44px;
}

.chk-pay-card__radio {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #cfc3b0;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
    box-sizing: border-box;
}

.chk-pay-card.is-selected .chk-pay-card__radio {
    border-color: var(--chk-navy);
    background: radial-gradient(circle, var(--chk-navy) 0 5px, #fff 6px 100%);
}

.chk-pay-after-methods {
    margin-top: 16px;
}

.chk-pay-after-methods .chk-pay-cta,
.chk-pay-after-methods .plc-order-btn,
.chk-pay-after-methods .place_order_now {
    min-height: 56px;
    font-size: 16px;
    gap: 8px;
}

.chk-pay-after-methods__hint {
    margin: 8px 0 0;
    text-align: center;
    font-size: 12px;
    color: var(--chk-muted);
}

.chk-image-quality {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #eef4ea;
    border: 1px solid #d5e3cf;
    font-size: 13px;
    color: #3d5a3a;
}

.chk-image-quality.is-warn {
    background: #faf3e3;
    border-color: #ead7a4;
    color: #6b5420;
}

.chk-order-card {
    padding: 22px 22px 16px;
}

body.page-checkout .chk-header,
.chk-order-card .chk-header {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--chk-ink);
    border-bottom: 1px solid var(--chk-line);
    padding: 0 0 14px;
    margin-bottom: 16px;
}

.chk-fs-bar {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #faf3e3;
    border: 1px solid #ead7a4;
}

.chk-fs-bar.is-unlocked {
    background: #eef4ea;
    border-color: #d5e3cf;
}

.chk-fs-bar__text {
    font-size: 12px;
    font-weight: 700;
    color: #6b5420;
    margin-bottom: 8px;
}

.chk-fs-bar.is-unlocked .chk-fs-bar__text {
    color: #3d5a3a;
}

.chk-fs-bar__track {
    height: 4px;
    background: rgba(26, 23, 20, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.chk-fs-bar__fill {
    height: 100%;
    background: var(--chk-gold);
    border-radius: 999px;
}

.chk-order-line,
.chk-order-item {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--chk-line);
}

.chk-order-items {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 8px;
}

.chk-order-line img,
.chk-order-item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--chk-line);
    background: #fff;
    flex-shrink: 0;
}

.chk-order-line strong,
.chk-order-item strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.chk-order-line__meta,
.chk-order-item__facts {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: var(--chk-muted);
    line-height: 1.5;
}

.chk-order-item__facts li span {
    color: var(--chk-ink);
    font-weight: 600;
}

.chk-order-item__extras {
    margin-top: 6px;
    font-size: 11px;
    color: #8a6d2d;
}

body.page-checkout .summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: var(--chk-muted);
    padding: 6px 0;
}

body.page-checkout .summary-row.total {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--chk-ink);
    color: var(--chk-ink);
    font-weight: 700;
}

body.page-checkout .summary-row.total .summary-val {
    font-size: 26px !important;
    letter-spacing: -0.03em;
    color: var(--chk-ink) !important;
}

body.page-checkout .delivery-info-box {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100%;
    margin: 14px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #eef3f8;
    border: 1px solid #d5e0ec;
    color: var(--chk-navy);
    font-size: 13px;
    font-weight: 600;
    box-sizing: border-box;
}

.chk-review {
    margin: 12px 0 10px;
    padding: 12px;
    border: 1px solid var(--chk-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px -22px rgba(26, 23, 20, 0.28);
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.chk-review__head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(26, 23, 20, 0.08);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--chk-ink);
}

.chk-review__head i {
    color: var(--chk-navy);
    font-size: 14px;
    line-height: 1;
}

.chk-review__product {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 4px 0 10px;
    border: 0;
    background: none;
    text-align: left;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.chk-review__product-visual {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
    overflow: hidden;
}

.chk-review__product-visual.is-multi {
    width: 58px;
    padding-right: 2px;
}

.chk-review__product-thumb {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid var(--chk-line);
    background: #fff;
    flex-shrink: 0;
}

.chk-review__product-thumb.is-stack {
    position: relative;
    z-index: 2;
    width: 34px;
    height: 34px;
    margin-left: -16px;
    border-radius: 8px;
    box-shadow: -2px 2px 0 #fff;
}

.chk-review__product-more {
    position: absolute;
    right: -4px;
    bottom: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--chk-navy);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.chk-review__product-copy {
    min-width: 0;
}

.chk-review__product-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--chk-ink);
    line-height: 1.3;
    margin-bottom: 2px;
}

.chk-review__product-meta {
    display: block;
    font-size: 12px;
    color: var(--chk-muted);
    line-height: 1.35;
    word-break: break-word;
}

.chk-review__meta-row {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    align-items: start;
    gap: 8px;
    width: 100%;
    padding: 8px 0 0;
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(26, 23, 20, 0.06);
    background: none;
    text-align: left;
    cursor: pointer;
    color: var(--chk-ink);
}

.chk-review__meta-row:first-of-type {
    margin-top: 2px;
}

.chk-review__meta-icon {
    color: var(--chk-navy);
    font-size: 13px;
    line-height: 1.4;
    margin-top: 1px;
}

.chk-review__meta-copy {
    min-width: 0;
}

.chk-review__meta-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--chk-muted);
    margin-bottom: 1px;
}

.chk-review__meta-val {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--chk-ink);
    line-height: 1.35;
    word-break: break-word;
}

.chk-review__meta-val--ship {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chk-review__action {
    color: var(--chk-navy);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.chk-review__product .chk-review__action {
    align-self: center;
}

.chk-review__meta-row .chk-review__action {
    padding-top: 12px;
}

.chk-review__title,
.chk-review h3,
.chk-review__row,
.chk-review__icon,
.chk-review__body,
.chk-review__label,
.chk-review__val {
    display: none;
}

.chk-pay-cta,
body.page-checkout .plc-order-btn,
body.page-checkout .place_order_now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    width: 100%;
    border: 0;
    border-radius: 14px;
    background: var(--chk-navy);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 16px 18px;
    cursor: pointer;
    box-shadow: 0 10px 24px -16px rgba(21, 42, 69, 0.9);
}

body.page-checkout .chk-cta-secure {
    font-weight: 700;
}

.chk-pay-cta:hover,
body.page-checkout .plc-order-btn:hover,
body.page-checkout .place_order_now:hover {
    background: var(--chk-navy-deep);
}

.chk-secure-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 12px 0 10px;
}

.chk-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f4efe6;
    border: 1px solid #e4dccf;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5c564e;
}

.chk-secure-badge i {
    color: var(--chk-navy);
    font-size: 11px;
}

.chk-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 12px;
}

.chk-timeline__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 4px;
    border-radius: 10px;
    background: #f7f3ec;
    border: 1px solid var(--chk-line);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--chk-muted);
    text-align: center;
    line-height: 1.25;
}

.chk-timeline__step i {
    color: var(--chk-navy);
    font-size: 14px;
}

.chk-trust-grid {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.chk-trust-card {
    display: flex;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid var(--chk-line);
    border-radius: 12px;
    font-size: 12px;
    color: var(--chk-muted);
    background: #fff;
}

.chk-trust-card strong {
    display: block;
    color: var(--chk-ink);
    margin-bottom: 2px;
}

.chk-trust-ico {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f4efe6;
    color: var(--chk-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.chk-help-inline {
    margin-top: 14px;
    font-size: 13px;
    color: var(--chk-muted);
    position: relative;
    z-index: 1;
    clear: both;
    overflow: hidden;
}

.chk-help-inline .chk-btn-whatsapp {
    width: 100%;
}

.chk-help-inline a:not(.chk-btn-whatsapp) {
    color: #1b6b3a;
    font-weight: 700;
}

.chk-wa-help {
    margin: 4px 0 8px;
}

.chk-wa-help__hours {
    margin: 8px 0 0;
    text-align: center;
    font-size: 12px;
    color: var(--chk-muted);
}

.chk-whatsapp-fab {
    position: fixed;
    right: 16px;
    bottom: 22px;
    z-index: 9999997;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 10px;
    background: #25d366;
    color: #fff !important;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(18, 140, 126, 0.35);
}

.chk-whatsapp-fab i {
    font-size: 22px;
    line-height: 1;
}

.chk-whatsapp-fab:hover {
    background: #1ebc57;
    color: #fff !important;
}

.chk-payment-notice {
    display: none;
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #faf3e3;
    border: 1px solid #ead7a4;
    color: #6b5420;
    font-size: 13px;
    font-weight: 600;
}

body.page-checkout .chk-coupon-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 14px;
    padding: 14px;
    background: #faf8f4;
    border: 1px solid var(--chk-line);
    border-radius: 14px;
}

body.page-checkout .chk-coupon-panel__heading {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--chk-muted);
}

body.page-checkout .chk-coupon-panel__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.page-checkout .chk-coupon-panel__hint {
    margin: 8px 0 0;
    font-size: 11px;
    font-weight: 500;
    color: var(--chk-muted);
    line-height: 1.4;
}

body.page-checkout .chk-coupon-row {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    min-width: 0;
}

body.page-checkout .chk-coupon-row--applied {
    background: #eef4ea;
    border: 1px solid #d5e3cf;
}

body.page-checkout .chk-coupon-row--available {
    background: #fff;
    border: 1px dashed #ead7a4;
}

body.page-checkout .chk-coupon-row__badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
}

body.page-checkout .chk-coupon-row--applied .chk-coupon-row__badge {
    background: #3d5a3a;
    color: #fff;
}

body.page-checkout .chk-coupon-row--available .chk-coupon-row__badge {
    background: #faf3e3;
    color: #8a6d2d;
}

body.page-checkout .chk-coupon-row__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

body.page-checkout .chk-coupon-row__code {
    font-size: 13px;
    font-weight: 700;
    color: var(--chk-ink);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.page-checkout .chk-coupon-row__meta {
    font-size: 11px;
    font-weight: 500;
    color: var(--chk-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.page-checkout .chk-coupon-row__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 1px solid #e8ddd0;
    border-radius: 10px;
    background: #fff;
    color: #b42318;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

body.page-checkout .chk-coupon-row__remove:active {
    background: #fef2f2;
}

/* Legacy chip classes — kept for AJAX refresh hooks if any */
body.page-checkout .chk-mobile-coupon-remove,
body.page-checkout .chk-mobile-coupon-chip,
body.page-checkout .chk-mobile-coupon-chip--applied,
body.page-checkout .chk-mobile-coupon-chip--available,
body.page-checkout .chk-mobile-coupon-hint {
    display: none;
}

.chk-gst-toggle,
.chk-drop-toggle {
    font-size: 13px;
    font-weight: 600;
    color: var(--chk-navy);
    cursor: pointer;
    margin: 10px 0;
}

@media (min-width: 769px) {
    body.page-checkout #pp-site-header,
    body.page-checkout .header-main-section {
        display: block !important;
        visibility: visible !important;
    }

    body.page-checkout .chk-mobile-peek-wrap {
        display: block !important;
        width: 100%;
        margin: 0 0 16px;
    }

    body.page-checkout .chk-mobile-summary-peek {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        border: 1px solid var(--chk-line);
        border-radius: 14px;
        background: var(--chk-paper);
        box-shadow: none;
        overflow: hidden;
        cursor: pointer;
        appearance: none;
        font: inherit;
        color: inherit;
    }

    body.page-checkout .chk-mobile-peek-banner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 52px;
        padding: 12px 16px;
        background: var(--chk-navy);
        color: #fff;
    }

    body.page-checkout .chk-mobile-peek-banner__left,
    body.page-checkout .chk-mobile-peek-banner__text {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }

    body.page-checkout .chk-mobile-peek-banner__title {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
    }

    body.page-checkout .chk-mobile-peek-banner__sub,
    body.page-checkout .chk-mobile-peek-banner__chev {
        color: rgba(255, 255, 255, 0.75);
        font-size: 12px;
    }

    body.page-checkout .chk-mobile-peek-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 16px;
        background: #faf6ef;
        font-size: 13px;
    }

    body.page-checkout .chk-mobile-order-items,
    body.page-checkout .chk-mobile-order-items.is-expanded {
        display: block !important;
        overflow: visible;
        margin-bottom: 16px;
        max-width: 100%;
    }

    body.page-checkout .checkout-right .premium-table {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

    body.page-checkout .checkout-right .premium-table thead {
        display: table-header-group;
    }

    body.page-checkout .checkout-right .premium-table tbody {
        display: table-row-group;
    }

    body.page-checkout .checkout-right .premium-table tr.chk-cart-row,
    body.page-checkout .checkout-right .premium-table tr.bundle-slots-row,
    body.page-checkout .checkout-right .premium-table tr.calendar-months-row {
        display: table-row;
        grid-template-columns: unset;
        grid-template-areas: unset;
        gap: unset;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td,
    body.page-checkout .checkout-right .premium-table th {
        display: table-cell;
        width: auto;
        max-width: none;
        vertical-align: middle;
    }

    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-price,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-discount,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-final,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-qty,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-edited {
        display: table-cell;
    }

    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-price::before,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-discount::before,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-final::before,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-edited::before {
        content: none;
        display: none;
    }

    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-price,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-discount,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-final {
        border-top: none;
        margin-top: 0;
        padding: 15px;
        text-align: right;
        white-space: nowrap;
    }

    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-discount {
        color: #3d5a3a;
        font-weight: 600;
    }

    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-final {
        font-weight: 800;
    }

    body.page-checkout .chk-mobile-coupon-strip,
    body.page-checkout .chk-coupon-panel {
        display: flex !important;
        flex-direction: column;
        gap: 8px;
        margin: 0 0 14px;
    }
}

@media (min-width: 992px) {
    body.page-checkout .checkout-col-form {
        flex: 0 0 58%;
        max-width: 58%;
    }

    body.page-checkout .checkout-col-order {
        flex: 0 0 42%;
        max-width: 42%;
        position: sticky;
        top: 88px;
        align-self: flex-start;
    }

    body.page-checkout .print-poster-cart-sec > .container {
        max-width: 1120px;
    }

    body.page-checkout .chk-mobile-peek-wrap {
        display: none !important;
    }

    body.page-checkout .chk-mobile-order-items {
        display: block !important;
    }
}

body.page-checkout .delivery-info-box::before {
    content: '\f017';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 8px;
    opacity: 0.85;
}

@media (max-width: 768px) {
    /* Keep full site header + menu on mobile */
    body.page-checkout #pp-site-header,
    body.page-checkout .header-main-section {
        display: block !important;
        visibility: visible !important;
    }

    body.page-checkout .chk-slim-header {
        display: none !important;
    }

    body.page-checkout .print-poster-cart-sec {
        padding: 0 0 calc(92px + env(safe-area-inset-bottom, 0px));
    }

    body.page-checkout .print-poster-cart-sec > .container {
        padding-left: 14px;
        padding-right: 14px;
        max-width: 100%;
        overflow-x: hidden;
    }

    body.page-checkout .checkout-left,
    body.page-checkout .checkout-right,
    body.page-checkout .chk-section,
    body.page-checkout .chk-ship-cards,
    body.page-checkout .chk-pay-cards {
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    body.page-checkout .chk-progress {
        position: sticky;
        top: 0;
        z-index: 110;
        margin: 0 0 12px;
        padding: 8px 0 10px;
        background: rgba(239, 232, 220, 0.94);
        backdrop-filter: blur(10px);
    }

    body.page-checkout .chk-progress__step {
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    body.page-checkout .chk-progress__num {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    body.page-checkout .chk-progress__line {
        width: 18px;
        margin: 0 5px;
    }

    body.page-checkout .chk-progress__meta {
        margin-top: 6px;
        font-size: 11px;
        justify-content: space-between;
        padding: 0 2px;
    }

    body.page-checkout .chk-whatsapp-fab {
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
        right: 12px;
    }

    /* Order summary first, then form */
    body.page-checkout .checkout-col-order {
        order: 1 !important;
        margin-bottom: 10px;
    }

    body.page-checkout .checkout-col-form {
        order: 2 !important;
    }

    body.page-checkout .checkout-left,
    body.page-checkout .checkout-right {
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        margin-bottom: 0;
    }

    /* Premium order peek */
    body.page-checkout .chk-mobile-peek-wrap {
        margin-bottom: 12px;
    }

    body.page-checkout .chk-mobile-summary-peek {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        border: 1px solid var(--chk-line) !important;
        border-radius: 16px !important;
        background: var(--chk-paper) !important;
        box-shadow: 0 10px 28px -22px rgba(26, 23, 20, 0.45) !important;
        overflow: hidden;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        appearance: none;
        font: inherit;
        color: inherit;
        text-align: left;
    }

    body.page-checkout .chk-mobile-peek-hero {
        display: grid;
        grid-template-columns: auto 1fr auto 28px;
        align-items: center;
        gap: 12px;
        padding: 14px;
        text-align: left;
    }

    body.page-checkout .chk-mobile-peek-hero__thumb-wrap {
        position: relative;
        display: inline-flex;
        align-items: flex-end;
        width: 52px;
        height: 52px;
        flex-shrink: 0;
        overflow: hidden;
    }

    body.page-checkout .chk-mobile-peek-hero__thumb-wrap.is-multi {
        width: 64px;
    }

    body.page-checkout .chk-mobile-peek-hero__thumb {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        object-fit: cover;
        border: 1px solid var(--chk-line);
        background: #fff;
        flex-shrink: 0;
    }

    body.page-checkout .chk-mobile-peek-hero__thumb--stack {
        position: relative;
        z-index: 2;
        width: 34px;
        height: 34px;
        margin-left: -16px;
        border-radius: 10px;
        box-shadow: -2px 2px 0 #fff;
    }

    body.page-checkout .chk-mobile-peek-hero__count {
        position: absolute;
        top: -4px;
        right: -4px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        border-radius: 999px;
        background: var(--chk-navy);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
    }

    body.page-checkout .chk-mobile-peek-hero__copy {
        min-width: 0;
    }

    body.page-checkout .chk-mobile-peek-hero__title {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: var(--chk-ink);
        line-height: 1.25;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.page-checkout .chk-mobile-peek-hero__meta {
        display: block;
        margin-top: 3px;
        font-size: 11px;
        font-weight: 600;
        color: var(--chk-muted);
    }

    body.page-checkout .chk-mobile-peek-hero__total {
        font-size: 15px;
        font-weight: 800;
        color: var(--chk-navy);
        white-space: nowrap;
    }

    body.page-checkout .chk-mobile-peek-hero__chev {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #f4efe6;
        color: var(--chk-navy);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        transition: transform 0.2s ease;
    }

    body.page-checkout .chk-mobile-summary-peek.is-open .chk-mobile-peek-hero__chev {
        transform: rotate(180deg);
    }

    body.page-checkout .chk-mobile-peek-foot {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 12px;
        padding: 10px 14px 12px;
        border-top: 1px solid var(--chk-line);
        background: #faf8f4;
    }

    body.page-checkout .chk-mobile-peek-foot__stat {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
        white-space: nowrap;
    }

    body.page-checkout .chk-mobile-peek-foot__stat i {
        font-size: 10px;
    }

    body.page-checkout .chk-mobile-peek-foot__stat--applied {
        color: #3d5a3a;
    }

    body.page-checkout .chk-mobile-peek-foot__stat--available {
        color: #8a6d2d;
    }

    body.page-checkout .chk-mobile-peek-meta__coupons,
    body.page-checkout .chk-mobile-peek-coupon-pill {
        display: none !important;
    }

    body.page-checkout .chk-mobile-order-items {
        display: none !important;
        margin: 0 0 12px;
        padding: 0 2px;
    }

    body.page-checkout .chk-mobile-order-items.is-expanded {
        display: block !important;
    }

    /* Mobile cart cards: always show Original / Discount / Final row */
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-price,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-discount,
    body.page-checkout .checkout-right .premium-table tr.chk-cart-row td.chk-td-final {
        display: flex !important;
    }

    /* Order card */
    body.page-checkout .chk-order-card {
        padding: 16px;
        border-radius: 16px;
        border: 1px solid var(--chk-line);
        background: var(--chk-paper);
        box-shadow: 0 10px 28px -22px rgba(26, 23, 20, 0.35);
    }

    body.page-checkout .chk-order-card .chk-header {
        font-size: 11px;
        padding-bottom: 12px;
        margin-bottom: 14px;
    }

    body.page-checkout .chk-order-item img {
        width: 64px;
        height: 64px;
    }

    body.page-checkout .chk-order-card .summary-row.total {
        margin-top: 10px;
        padding-top: 12px;
        border-top: 1px solid var(--chk-ink);
        background: transparent;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 0;
    }

    body.page-checkout .chk-order-card .summary-row.total .summary-val,
    body.page-checkout .chk-order-card .summary-row.total #free_total,
    body.page-checkout .chk-order-card .summary-row.total #paid_total {
        font-size: 22px !important;
        color: var(--chk-ink) !important;
    }

    body.page-checkout .delivery-info-box {
        font-size: 12px;
        padding: 10px 12px;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    body.page-checkout .chk-inline-place-order {
        display: none !important;
    }

    body.page-checkout .chk-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    body.page-checkout .chk-secure-badges {
        justify-content: flex-start;
    }

    body.page-checkout .chk-trust-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.page-checkout .chk-ship-card__top {
        flex-wrap: wrap;
        row-gap: 4px;
    }

    body.page-checkout .chk-ship-card__name {
        flex: 1 1 100%;
    }

    body.page-checkout .chk-ship-card__price {
        margin-left: auto;
    }

    body.page-checkout .chk-ship-card__badge {
        margin-left: 0;
        margin-top: 4px;
    }

    body.page-checkout .chk-ship-card__date {
        font-size: 11px;
        line-height: 1.35;
    }

    body.page-checkout .chk-review {
        padding: 10px;
        margin: 10px 0 8px;
    }

    body.page-checkout .chk-review__product-title {
        font-size: 13px;
    }

    body.page-checkout .chk-review__product-meta,
    body.page-checkout .chk-review__meta-val {
        font-size: 12px;
    }

    /* Tighter address / contact form rows */
    body.page-checkout .chk-section .row {
        margin-left: 0;
        margin-right: 0;
    }

    body.page-checkout .chk-section .row > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }

    body.page-checkout .cart-name-field {
        margin-bottom: 4px !important;
    }

    body.page-checkout .chk-section .row > [class*='col-']:last-child .cart-name-field:last-child {
        margin-bottom: 0 !important;
    }

    body.page-checkout .chk-field-label {
        margin-bottom: 3px;
        font-size: 10px;
    }

    body.page-checkout .chk-section__hint {
        margin: 0 0 8px;
        font-size: 12px;
        line-height: 1.4;
    }

    body.page-checkout .chk-section__head {
        margin-bottom: 6px;
    }

    /* Form sections as premium cards */
    body.page-checkout .checkout-left .chk-section {
        background: var(--chk-paper);
        border: 1px solid var(--chk-line);
        border-radius: 16px;
        padding: 14px 12px;
        margin-bottom: 10px;
        box-shadow: 0 8px 24px -20px rgba(26, 23, 20, 0.35);
        border-bottom: 1px solid var(--chk-line);
    }

    body.page-checkout .checkout-left .chk-section__head h2 {
        font-size: 13px;
    }

    body.page-checkout .cart-name-field input,
    body.page-checkout .cart-name-field textarea,
    body.page-checkout .cart-name-field select {
        height: 46px;
        font-size: 15px;
        border-radius: 12px;
    }

    body.page-checkout .chk-ship-card,
    body.page-checkout .chk-pay-card {
        padding: 14px;
        border-radius: 14px;
        min-height: 72px;
    }

    body.page-checkout .chk-pay-card {
        padding-right: 44px;
    }

    body.page-checkout .ppt-cart-have-acct {
        border-radius: 14px !important;
        margin-bottom: 12px;
    }

    /* Sticky pay bar */
    body.page-checkout .chk-slim-header__secure {
        padding: 7px 12px;
        font-size: 10px;
        gap: 6px;
    }

    body.page-checkout .chk-slim-header__logo img {
        height: 28px;
    }

    body.page-checkout .chk-slim-header__back {
        font-size: 12px;
    }

    body.page-checkout .chk-mobile-sticky-footer {
        display: block !important;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0 !important;
        z-index: 9999998;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
        background: rgba(255, 253, 249, 0.96) !important;
        backdrop-filter: blur(18px);
        border-top: 1px solid var(--chk-line);
        box-shadow: 0 -16px 40px -24px rgba(26, 23, 20, 0.45);
    }

    body.page-checkout .chk-mobile-sticky-footer__btn {
        width: 100%;
        min-height: 56px;
        padding: 8px 8px 8px 16px;
        border: 0;
        border-radius: 14px;
        background: var(--chk-navy);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        box-shadow: 0 10px 24px -14px rgba(21, 42, 69, 0.95);
        animation: chk-pay-pulse 2.2s ease-in-out 3;
    }

    body.page-checkout .chk-mobile-sticky-footer__summary {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        min-width: 0;
    }

    body.page-checkout .chk-mobile-sticky-footer__total {
        font-size: 18px;
        font-weight: 800;
        line-height: 1.1;
        white-space: nowrap;
    }

    body.page-checkout .chk-mobile-sticky-footer__sub {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        opacity: 0.78;
    }

    body.page-checkout .chk-mobile-sticky-footer__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 40px;
        padding: 0 18px;
        border-radius: 10px;
        background: var(--chk-gold);
        color: #1a1714 !important;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 0.02em;
        white-space: nowrap;
        flex-shrink: 0;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
    }

    body.page-checkout .chk-mobile-sticky-footer__cta .fa-lock {
        font-size: 12px;
        opacity: 0.9;
    }

    body.page-checkout .chk-pay-after-methods {
        margin-top: 14px;
        padding-bottom: 4px;
    }
}

@keyframes chk-pay-pulse {
    0%, 100% { box-shadow: 0 10px 24px -14px rgba(21, 42, 69, 0.95); }
    50% { box-shadow: 0 0 0 4px rgba(176, 137, 74, 0.35), 0 10px 24px -14px rgba(21, 42, 69, 0.95); }
}
