.heading1{display:none;}
#categorymenu{margin-top:0;margin-bottom:10px;}
#maincontainer>.container-fluid{padding-left:0;padding-right:0;}
#maincontainer>.container-fluid>.col-md-12{padding-left:0;padding-right:0;margin-top:0;}
.contentpanel{padding:0;}
.breadcrumbs{display:none;}
.contentpanel>.content+a.btn{display:none;}
.col-md-12{position:static;}

/* #region Common*/
.NSF2026 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.NSF2026 {
    font-family: 'Inter', sans-serif;
    background-color: #deeaff;
}
.NSF2026 .layoutwrap {
    width: 100%;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .NSF2026 .layoutwrap {
        max-width: 720px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .NSF2026 .layoutwrap {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .NSF2026 .layoutwrap {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .NSF2026 .layoutwrap {
        max-width: 1320px;
    }
}
/* #endregion Common*/

/* #region Banner */
.NSF2026 .banner {
    text-align: center;
    background-color: #01286B;
    margin-bottom: -4px;
}
.NSF2026 .banner a{
    display: block;
}
.NSF2026 .banner img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* #endregion Banner */

/* #region Navigation */
.NSF2026 .navigation {
    background-color: #0B3B82;
}
.NSF2026 .navigation.is-fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
}
.NSF2026 .navibar {
    padding: 25px 0;
}
.NSF2026 ul, .NSF2026 li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.NSF2026 .menu {
    display: flex;
    gap: 30px;
    font-size: 16px;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.NSF2026 .menu-item a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}
.NSF2026 .menu-item.active a {
    background-color: #fff;
    color: #0B3B82;
    border-radius: 20px;
    font-weight: 700;
}
.NSF2026 .menu-item {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .NSF2026 .navibar {
        padding: 12px 0;
    }
    .NSF2026 .menu {
        justify-content: flex-start;
        gap: 4px;
        font-size: 13px;
    }
    .NSF2026 .menu-item a {
        padding: 8px 10px;
    }
}
/* #endregion Navigation */

/* #region Subscribe Bar */
.NSF2026 .subscribe-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #92baff;
    padding: 20px 0;
    gap: 100px;
}
.NSF2026 .subscribe-title {
    color: #0b3b82;
    font-weight: 700;
    font-size: 28px;
}
.NSF2026 .subscribe-form {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #c7ecff;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 0 2px 12px rgba(80,130,240,0.15);
}
.NSF2026 .subscribe-input {
    padding: 20px 80px 20px 40px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    line-height: 1.5;
    outline: none;
    background: #fff;
    color: #333;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}
.NSF2026 .subscribe-input::placeholder {
    color: #aaa;
}
.NSF2026 .subscribe-btn {
    padding: 20px 30px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    flex-shrink: 0;
}
.NSF2026 .subscribe-btn:hover {
    background: #1d4ed8;
}
@media (max-width: 768px) {
    .NSF2026 .subscribe-bar {
        flex-direction: column;
        gap: 10px;
        padding: 16px;
        text-align: center;
    }
    .NSF2026 .subscribe-title {
        font-size: 18px;
    }
    .NSF2026 .subscribe-form {
        width: 100%;
        gap: 10px;
        box-sizing: border-box;
    }
    .NSF2026 .subscribe-input {
        flex: 1;
        min-width: 0;
        padding: 14px 15px;
        font-size: 13px;
    }
    .NSF2026 .subscribe-btn {
        padding: 14px 10px;
        font-size: 13px;
    }
}
/* #endregion Subscribe Bar */

/* #region common-products */
.NSF2026 .common-section {
    padding-top: 60px;
    scroll-margin-top: 62px;
}
.NSF2026 .sh-header {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}
.NSF2026 .sh-header img {
    width: 100%;
    display: block;
}
.NSF2026 .sh-title {
    text-wrap: balance;
    font-size: 50px;
    color: #0B3B82;
    margin-bottom: 10px;
}
.NSF2026 .sh-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 30px;
}
.NSF2026 .sh-card {
    background: #fff;
    box-shadow: 0 2px 12px rgba(11,59,130,0.08);
    display: flex;
    flex-direction: column;
}
.NSF2026 .blog-card{
    border-radius: 20px;
    overflow: hidden;
}
/* 修复样式嵌入bug，仅对swiper下card加高度限制 */
.NSF2026 .swiper-slide .sh-card {
    height: 100%;
}
.NSF2026 .sh-card-img-wrap {
    position: relative;
    display: flex;
}
.NSF2026 .sh-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.NSF2026 .sh-card-img-swap {
    position: relative;
    display: block;
    width: 100%;
}
.NSF2026 .sh-card-img-swap .sh-card-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.NSF2026 .sh-card-img-swap:hover .sh-card-img-default {
    opacity: 0;
}
.NSF2026 .sh-card-img-swap:hover .sh-card-img-hover {
    opacity: 1;
}
.NSF2026 .sh-card-discount {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #0b3b82;
    padding: 15px 5px;
    text-align: center;
}
.NSF2026 .sh-card-discount-pct {
    font-size: 22px;
}
.NSF2026 .sh-card-discount-off {
    font-size: 18px;
}
.NSF2026 .sh-card-point {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #0b3b82;
    background: #61ffda;
    padding: 10px 15px;
}
.NSF2026 .sh-card-name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 26px;
    color: #fff;
    background: #2470e2;
    padding: 4px 30px;
    border-radius: 0 9999px 0 0;
}
.NSF2026 .sh-card-body {
    flex: 1;
    background: #e6f7ff;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.NSF2026 .sh-features {
    flex: 1;
    margin-bottom: 20px;
}
.NSF2026 .sh-features li {
    color: #0b3b82;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
}
.NSF2026 .sh-card-price-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
}
.NSF2026 .sh-card-price {
    font-size: 34px;
    font-weight: 600;
    font-weight: bold;
    text-align: left;
    color: #0b3b82;
}
.NSF2026 .sh-card-original-price {
    font-size: 18px;
    color: #0b3b82;
    text-decoration: line-through;
    text-align: left;
}
.NSF2026 .sh-card-btn-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.NSF2026 .sh-btn {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #0b3b82;
    background: #ffcc00;
}
.NSF2026 .sh-btn:hover {
    opacity: 0.85;
}
.NSF2026 .sh-btn-add-to-cart {
    background: #1b65c8;
    color: #fff;
}
@media (max-width: 768px) {
    .NSF2026 .common-section {
        padding-top: 40px;
        scroll-margin-top: 46px;
    }
    .NSF2026 .sh-header {
        width: 100%;
        margin-bottom: 28px;
    }
    .NSF2026 .sh-title {
        font-size: 22px;
    }
    .NSF2026 .sh-grid {
        display: flex;
        grid-template-columns: unset;
        gap: 0;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .NSF2026 .sh-grid::-webkit-scrollbar {
        display: none;
    }
    .NSF2026 .sh-card {
        flex: 0 0 60vw;
        scroll-snap-align: center;
        margin-right: 16px;
    }
    .NSF2026 .sh-card:last-child {
        margin-right: 0;
    }
    .NSF2026 .sh-card-discount {
        padding: 10px 5px;
    }
    .NSF2026 .sh-card-discount-pct {
        font-size: 14px;
    }
    .NSF2026 .sh-card-discount-off {
        font-size: 12px;
    }
    .NSF2026 .sh-card-point {
        top: 10px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .NSF2026 .sh-card-name {
        font-size: 14px;
        padding: 2px 20px;
    }
    .NSF2026 .sh-card-body {
        padding: 15px;
    }
    .NSF2026 .sh-features {
        margin-bottom: 20px;
    }
    .NSF2026 .sh-features li {
        font-size: 13px;
    }
    .NSF2026 .sh-card-price-wrap {
        margin-bottom: 15px;
    }
    .NSF2026 .sh-card-price {
        font-size: 20px;
    }
    .NSF2026 .sh-card-original-price {
        font-size: 14px;
    }
    .NSF2026 .sh-btn {
        font-size: 14px;
        padding: 8px 24px;
    }
    .NSF2026 .sh-card-btn-wrap {
        flex-direction: column;
        gap: 10px;
    }
    .NSF2026 .sh-card-btn-wrap .sh-btn {
        width: 100%;
        text-align: center;
    }
}
/* #endregion common-products */

/* #region common-blog */
.NSF2026 .blog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.NSF2026 .blog-card-body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.NSF2026 .blog-card-body .blog-card-subtitle {
    padding: 10px 20px;
    background-color: #92baff;
    color: #0b3b82;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.NSF2026 .blog-card-body .blog-card-title {
    font-size: 20px;
    font-weight: 500;
    color: #0b3b82;
    padding: 20px 20px 30px;
}
.NSF2026 .blog-card-body .blog-btn {
    display: block;
    margin: auto auto 0;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #FFF;
    background-color: #1b65c8;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .NSF2026 .blog-card-body .blog-card-subtitle {
        font-size: 14px;
    }
    .NSF2026 .blog-card-body .blog-card-title {
        font-size: 16px;
        padding: 20px;
    }
    .NSF2026 .blog-card-body .blog-btn {
        padding: 8px 24px;
        font-size: 14px;
    }
}
/* #endregion common-blog */

/* #region common-swiper */
.NSF2026 .swiper {
    background-color: #deeaff !important;
}
.NSF2026 .sh-swiper-wrapper {
    position: relative;
}
.NSF2026 .sh-swiper .swiper-slide {
    height: auto;
    display: flex;
}
.NSF2026 .sh-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2470e2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s, opacity 0.2s;
    flex-shrink: 0;
}
.NSF2026 .sh-swiper-btn:hover {
    background: #1a5abf;
}
.NSF2026 .sh-swiper-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}
.NSF2026 .sh-swiper-btn svg {
    width: 22px;
    height: 22px;
}
.NSF2026 .sh-swiper-prev {
    left: -60px;
}
.NSF2026 .sh-swiper-next {
    right: -60px;
}
@media (max-width: 768px) {
    .NSF2026 .sh-swiper-prev,
    .NSF2026 .sh-swiper-next {
        display: none;
    }
    .NSF2026 .sh-swiper .swiper-slide {
        width: auto;
    }
}
/* #endregion common-swiper */

/* #region midsession */
.NSF2026 .midsession {
    padding-top: 80px;
}
.NSF2026 .midsession img {
    width: 100%;
    display: block;
}
@media (max-width: 768px) {
    .NSF2026 .midsession {
        padding-top: 40px;
    }
}
/* #endregion midsession */

/* #region ending banner */
.NSF2026 .ending-banner {
    /* padding-top: 50px; */
}
.NSF2026 .ending-banner img {
    width: 100%;
    display: block;
}
/* #endregion ending banner */

/* #region video player */
.NSF2026 .sh-video-wrap {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.NSF2026 .sh-video-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.NSF2026 .sh-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.85);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    pointer-events: none;
}
.NSF2026 .sh-play-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #0b3b82;
    margin-left: 4px;
}
.NSF2026 .sh-video-wrap:hover .sh-play-btn {
    background: rgba(255,255,255,1);
}
.NSF2026 .sh-video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
}
.NSF2026 .sh-video-modal.active {
    display: flex;
}
.NSF2026 .sh-video-modal-inner {
    position: relative;
    width: fit-content;
    height: fit-content;
}
.NSF2026 .sh-video-modal-inner video {
    display: block;
    max-width: 90vw;
    max-height: 70vh;
    width: auto;
    height: auto;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .NSF2026 .sh-video-modal-inner video {
        max-width: 95vw;
    }
}
.NSF2026 .sh-video-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
/* #endregion video player */
