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

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