@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;700;800;900&display=swap");

body,
.page-wrapper,
button,
input,
select,
textarea {
    font-family: "Google Sans", "Noto Sans Thai", Arial, sans-serif;
}

body {
    color: #15324a;
    background: #f7fbff;
}

a,
.alink {
    color: #166fbb;
}

a:hover,
.alink:hover {
    color: #0f4f8c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.product-item-name,
.price,
.action.primary {
    font-family: "Google Sans", "Noto Sans Thai", Arial, sans-serif;
    letter-spacing: 0;
}

.page-header {
    border-bottom: 1px solid #dbeafe;
    background: #ffffff;
}

.panel.wrapper,
.nav-sections {
    background: #ffffff;
    border-color: #dbeafe;
}

.navigation,
.breadcrumbs,
.page-main,
.columns,
.product-info-main,
.product.media,
.cart-summary,
.opc-wrapper .step-title,
.opc-block-summary {
    color: #15324a;
}

.action.primary,
.action-primary {
    background: #1268b3;
    border-color: #1268b3;
    color: #ffffff;
    border-radius: 6px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.action.primary:hover,
.action-primary:hover {
    background: #0f5596;
    border-color: #0f5596;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(18, 104, 179, .18);
}

.product-item,
.product-item-info,
.block,
.box,
.cart.table-wrapper,
.opc-wrapper .shipping-address-item,
.opc-block-summary {
    border-radius: 8px;
}

.airva-clean-menu {
    position: sticky;
    top: 0;
    z-index: 799;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid #dbeafe;
    backdrop-filter: blur(12px);
}

.airva-clean-menu__inner {
    width: min(1180px, calc(100% - 32px));
    min-height: 66px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.airva-clean-menu__brand {
    display: grid;
    gap: 1px;
    color: #0f4f8c;
    text-decoration: none;
    font-weight: 900;
    line-height: 1.05;
}

.airva-clean-menu__brand span {
    font-size: 24px;
}

.airva-clean-menu__brand small {
    color: #38a9e6;
    font-size: 12px;
    font-weight: 800;
}

.airva-clean-menu__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.airva-clean-menu__links a,
.airva-clean-menu__links button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #15324a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.airva-clean-menu__links a:hover,
.airva-clean-menu__links button:hover {
    background: #eaf5ff;
    color: #0f4f8c;
}

.airva-clean-menu__links a:nth-last-child(2),
.airva-clean-menu__links button {
    background: #1268b3;
    color: #ffffff;
}

.airva-clean-menu__links a:nth-last-child(2):hover,
.airva-clean-menu__links button:hover {
    background: #0f5596;
    color: #ffffff;
}

.airva-home {
    color: #15324a !important;
    background: #f7fbff !important;
}

.airva-home .airva-hero {
    background: linear-gradient(135deg, #eef8ff 0%, #ffffff 48%, #dff3ff 100%) !important;
}

.airva-home .airva-hero:before {
    background: linear-gradient(90deg, #1268b3, #38a9e6, #ffffff) !important;
    opacity: .18 !important;
}

.airva-home .airva-kicker,
.airva-home .coupon-large,
.airva-home .story-band {
    background: #0f4f8c !important;
}

.airva-home .airva-title,
.airva-home .section-head h2,
.airva-home .product-card h3,
.airva-home .price,
.airva-home .banner-slot h2,
.airva-home .final-cta h2 {
    color: #15324a !important;
}

.airva-home .airva-title strong,
.airva-home .coupon-copy b,
.airva-home .article-link:hover {
    color: #1268b3 !important;
}

.airva-home .airva-btn.primary {
    background: #1268b3 !important;
    box-shadow: 0 16px 32px rgba(18, 104, 179, .18) !important;
}

.airva-home .airva-btn.primary:hover {
    background: #0f5596 !important;
}

.airva-home .airva-btn.ghost,
.airva-home .product-card,
.airva-home .review,
.airva-home .article-link {
    border-color: #dbeafe !important;
}

.airva-home .product-card:before,
.airva-home .mini-list li:before {
    background: #38a9e6 !important;
}

.airva-home .product-chip {
    background: #eaf5ff !important;
    color: #0f4f8c !important;
}

.airva-home .banner-slot,
.airva-home .final-cta {
    background: linear-gradient(135deg, #ffffff, #eaf7ff) !important;
    border-color: #93c5fd !important;
}

.airva-floating-contact {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 900;
    display: grid;
    gap: 8px;
    max-width: calc(100vw - 36px);
}

.airva-floating-contact a {
    display: inline-flex;
    justify-content: center;
    min-width: 156px;
    padding: 11px 14px;
    border-radius: 8px;
    background: #0f4f8c;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(18, 104, 179, .16);
}

.airva-floating-contact a:first-child {
    background: #38a9e6;
}

.airva-chat-widget {
    position: fixed;
    right: 18px;
    bottom: 116px;
    z-index: 910;
    font-family: "Google Sans", "Noto Sans Thai", Arial, sans-serif;
}

.airva-chat-widget__toggle {
    min-width: 72px;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: #1268b3;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(18, 104, 179, .22);
    cursor: pointer;
}

.airva-chat-widget__panel {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: min(360px, calc(100vw - 28px));
    display: none;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 58px rgba(21, 50, 74, .22);
}

.airva-chat-widget.is-open .airva-chat-widget__panel {
    display: grid;
    grid-template-rows: auto minmax(210px, 340px) auto;
}

.airva-chat-widget__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    background: #0f4f8c;
    color: #fff;
}

.airva-chat-widget__head strong,
.airva-chat-widget__head span {
    display: block;
}

.airva-chat-widget__head span {
    color: #cfeeff;
    font-size: 12px;
}

.airva-chat-widget__head button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.airva-chat-widget__messages {
    padding: 14px;
    overflow: auto;
    background: #f7fbff;
}

.airva-chat-widget__empty {
    color: #60788f;
    line-height: 1.6;
}

.airva-chat-widget__message {
    max-width: 86%;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #eaf5ff;
    color: #15324a;
}

.airva-chat-widget__message.is-admin {
    margin-left: auto;
    background: #1268b3;
    color: #fff;
}

.airva-chat-widget__message b,
.airva-chat-widget__message time {
    display: block;
    font-size: 12px;
}

.airva-chat-widget__message p {
    margin: 4px 0;
    white-space: pre-wrap;
}

.airva-chat-widget__message time {
    opacity: .7;
}

.airva-chat-widget__form {
    display: grid;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #dbeafe;
}

.airva-chat-widget__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.airva-chat-widget__form input,
.airva-chat-widget__form textarea {
    width: 100%;
    border: 1px solid #cfe3f8;
    border-radius: 6px;
    padding: 9px 10px;
    color: #15324a;
}

.airva-chat-widget__form textarea {
    resize: vertical;
}

.airva-chat-widget__form button {
    min-height: 42px;
    border: 0;
    border-radius: 6px;
    background: #1268b3;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.airva-chat-widget__form.is-sending {
    opacity: .72;
    pointer-events: none;
}

.airva-marketplace-strip {
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 20px;
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
    align-items: center;
    border: 1px solid #cfe3f8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(21, 50, 74, .08);
}

.airva-marketplace-strip__copy,
.airva-qr-payment__copy,
.airva-live-shipping-note {
    display: grid;
    gap: 4px;
}

.airva-marketplace-strip strong,
.airva-qr-payment strong,
.airva-live-shipping-note strong {
    color: #15324a;
    font-size: 18px;
    font-weight: 900;
}

.airva-marketplace-strip span,
.airva-qr-payment span,
.airva-live-shipping-note span {
    color: #60788f;
    line-height: 1.55;
}

.airva-marketplace-strip__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.airva-marketplace-strip__badges span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eaf5ff;
    color: #0f4f8c;
    font-size: 12px;
    font-weight: 900;
}

.airva-marketplace-strip__actions {
    display: flex;
    gap: 8px;
}

.airva-marketplace-strip__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 6px;
    background: #1268b3;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.airva-marketplace-strip__actions a + a {
    background: #eaf5ff;
    color: #0f4f8c;
}

.checkout-index-index .page-main,
.checkout-cart-index .page-main,
.customer-account-login .page-main,
.customer-account-create .page-main {
    max-width: 1180px;
}

.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-summary > .title,
.checkout-cart-index .cart-summary > .summary.title,
.customer-account-login .block-title,
.customer-account-create .block-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbeafe;
    color: #15324a;
    font-size: 22px;
    font-weight: 900;
}

.checkout-index-index .opc-wrapper .step-content,
.checkout-index-index .opc-block-summary,
.checkout-index-index .checkout-payment-method .payment-method-content,
.checkout-cart-index .cart-summary,
.checkout-cart-index .cart.table-wrapper,
.customer-account-login .block,
.customer-account-create .block {
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(21, 50, 74, .06);
}

.checkout-index-index .opc-wrapper .step-content,
.checkout-index-index .checkout-payment-method .payment-method-content,
.customer-account-login .block,
.customer-account-create .block {
    padding: 18px;
}

.checkout-index-index input.input-text,
.checkout-index-index select,
.checkout-index-index textarea,
.checkout-cart-index input.input-text,
.customer-account-login input.input-text,
.customer-account-create input.input-text {
    min-height: 44px;
    border: 1px solid #cfe3f8;
    border-radius: 6px;
    color: #15324a;
}

.checkout-index-index .checkout-shipping-method .row,
.checkout-index-index .table-checkout-shipping-method tbody tr {
    transition: background .18s ease, box-shadow .18s ease;
}

.checkout-index-index .checkout-shipping-method .row:hover,
.checkout-index-index .table-checkout-shipping-method tbody tr:hover {
    background: #f3f9ff;
}

.airva-live-shipping-note {
    margin: 0 0 12px;
    padding: 13px 14px;
    border: 1px solid #cfe3f8;
    border-radius: 8px;
    background: #f7fbff;
}

.airva-qr-payment {
    width: min(360px, 100%);
    margin: 16px 0 0;
    padding: 16px;
    display: grid;
    justify-items: center;
    gap: 12px;
    border: 1px dashed #1268b3;
    border-radius: 8px;
    background: #f7fbff;
    text-align: center;
}

.airva-qr-payment img {
    width: 210px;
    max-width: 100%;
    aspect-ratio: 1;
    padding: 10px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(21, 50, 74, .1);
}

.airva-qr-payment small {
    color: #60788f;
    font-weight: 800;
}

.checkout-index-index .action.primary,
.checkout-cart-index .action.primary,
.customer-account-login .action.primary,
.customer-account-create .action.primary {
    min-height: 44px;
    padding-inline: 18px;
    font-weight: 900;
}

@media (max-width: 640px) {
    .airva-clean-menu__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding: 12px 0;
    }

    .airva-clean-menu__links {
        width: 100%;
        justify-content: flex-start;
    }

    .airva-clean-menu__links a,
    .airva-clean-menu__links button {
        min-height: 34px;
        padding: 7px 9px;
        font-size: 13px;
    }

    .airva-floating-contact {
        right: 10px;
        bottom: 10px;
    }

    .airva-floating-contact a {
        min-width: 132px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .airva-chat-widget {
        right: 10px;
        bottom: 104px;
    }

    .airva-chat-widget__panel {
        right: -2px;
    }

    .airva-chat-widget__fields {
        grid-template-columns: 1fr;
    }

    .airva-marketplace-strip {
        grid-template-columns: 1fr;
        margin-top: 12px;
    }

    .airva-marketplace-strip__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .airva-marketplace-strip__actions a {
        width: 100%;
    }
}

/* Airva owns the storefront header. Hide duplicated Luma header surfaces. */
.page-header .panel.wrapper,
.page-header .header.content,
.sections.nav-sections {
    display: none !important;
}

.airva-clean-menu {
    top: 0;
    z-index: 920;
}

.airva-clean-menu__inner {
    min-height: 76px;
}

.airva-clean-menu__panel {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(220px, 360px) 1fr;
    gap: 14px;
    align-items: center;
}

.airva-clean-menu__search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    min-width: 0;
}

.airva-clean-menu__search input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cfe3f8;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    padding: 0 12px;
    color: #15324a;
}

.airva-clean-menu__search button {
    min-height: 42px;
    border: 0;
    border-radius: 0 6px 6px 0;
    padding: 0 14px;
    background: #1268b3;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.airva-clean-menu__toggle {
    display: none;
    width: 46px;
    height: 42px;
    border: 1px solid #cfe3f8;
    border-radius: 6px;
    background: #fff;
    color: #15324a;
    place-items: center;
    gap: 3px;
    cursor: pointer;
}

.airva-clean-menu__toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: #1268b3;
}

.airva-clean-menu__toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.airva-floating-contact {
    display: none !important;
}

.airva-article {
    position: relative;
}

.airva-article:before {
    content: "";
    display: block;
    height: min(320px, 46vw);
    margin: 0 0 26px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(18, 104, 179, .92), rgba(56, 169, 230, .24)),
        url("/media/airva/home/hand-soap-soft-sense.png") right 8% center / contain no-repeat,
        #eaf7ff;
    box-shadow: 0 18px 44px rgba(21, 50, 74, .12);
}

.airva-qr-payment {
    margin-top: 20px;
    border-style: solid;
}

.airva-qr-payment em {
    color: #0f4f8c;
    font-style: normal;
    font-weight: 800;
}

.airva-slip-flow {
    width: min(920px, 100%);
    margin: 22px auto 0;
    padding: 22px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(21, 50, 74, .08);
}

.airva-slip-flow__head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.airva-slip-flow__head span {
    color: #0f4f8c;
    font-weight: 900;
}

.airva-slip-flow__head h2 {
    margin: 4px 0 8px;
    color: #15324a;
    font-size: 28px;
    font-weight: 900;
}

.airva-slip-flow__head p {
    max-width: 620px;
    margin: 0;
    color: #60788f;
    line-height: 1.65;
}

.airva-slip-flow__head strong {
    color: #15324a;
    font-size: 24px;
    white-space: nowrap;
}

.airva-order-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.airva-order-steps li {
    display: grid;
    gap: 7px;
    justify-items: center;
    color: #8aa0b3;
    font-weight: 800;
    text-align: center;
}

.airva-order-steps b {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #eaf5ff;
    color: #0f4f8c;
}

.airva-order-steps .is-done b,
.airva-order-steps .is-active b {
    background: #1268b3;
    color: #fff;
}

.airva-order-steps .is-active {
    color: #15324a;
}

.airva-slip-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: end;
}

.airva-slip-form label {
    display: grid;
    gap: 7px;
    color: #15324a;
    font-weight: 900;
}

.airva-slip-form input[type="file"] {
    min-height: 44px;
    padding: 10px;
    border: 1px solid #cfe3f8;
    border-radius: 6px;
    background: #f7fbff;
}

.airva-slip-flow__notice {
    padding: 14px 16px;
    border-radius: 8px;
    background: #eaf5ff;
    color: #0f4f8c;
    font-weight: 900;
}

@media (max-width: 900px) {
    .airva-clean-menu__inner {
        width: min(100% - 24px, 1180px);
        min-height: 64px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
        align-items: center;
    }

    .airva-clean-menu__toggle {
        display: grid;
    }

    .airva-clean-menu__panel {
        grid-column: 1 / -1;
        display: none;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 0 12px;
    }

    .airva-clean-menu.is-open .airva-clean-menu__panel {
        display: grid;
    }

    .airva-clean-menu__links {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .airva-clean-menu__links a,
    .airva-clean-menu__links button {
        width: 100%;
        min-height: 42px;
        padding: 8px;
        font-size: 13px;
    }

    .airva-clean-menu__links a:nth-last-child(2),
    .airva-clean-menu__links button {
        background: #1268b3;
        color: #fff;
    }

    .airva-chat-widget {
        right: 12px;
        bottom: 12px;
    }

    .airva-chat-widget__toggle {
        min-width: 58px;
        min-height: 48px;
        border-radius: 999px;
    }

    .airva-chat-widget__panel {
        position: fixed;
        inset: auto 0 0 0;
        width: 100vw;
        max-height: 84dvh;
        border-radius: 12px 12px 0 0;
    }

    .airva-chat-widget.is-open .airva-chat-widget__panel {
        grid-template-rows: auto minmax(220px, 1fr) auto;
    }

    .airva-chat-widget__messages {
        max-height: 44dvh;
    }

    .airva-slip-flow {
        padding: 16px;
    }

    .airva-slip-flow__head,
    .airva-slip-form {
        grid-template-columns: 1fr;
        display: grid;
    }

    .airva-order-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .airva-clean-menu__links {
        grid-template-columns: 1fr 1fr;
    }

    .airva-clean-menu__brand span {
        font-size: 22px;
    }

    .airva-marketplace-strip {
        width: min(100% - 20px, 1180px);
        padding: 12px;
    }

    .airva-qr-payment img {
        width: 230px;
    }
}
