@font-face {
    font-family: 'NotoSans';
    src: url('/fonts/NotoSans-Regular.woff2') format('woff2'),
    url('/fonts/NotoSans-Regular.woff') format('woff'),
    url('/fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    src: url('/fonts/NotoSans-Medium.woff2') format('woff2'),
    url('/fonts/NotoSans-Medium.woff') format('woff'),
    url('/fonts/NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    src: url('/fonts/NotoSans-SemiBold.woff2') format('woff2'),
    url('/fonts/NotoSans-SemiBold.woff') format('woff'),
    url('/fonts/NotoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Light.woff2') format('woff2'),
    url('/fonts/Poppins-Light.woff') format('woff'),
    url('/fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('/fonts/Poppins-ExtraLight.woff') format('woff'),
    url('/fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@-webkit-keyframes headerOpacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes headerOpacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.scroll-custom {
    overflow-y: auto;
    overflow-x: hidden;
}
.scroll-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(181, 181, 181, 0.6);
    background-color: white;
}
.scroll-custom::-webkit-scrollbar {
    width: 2px;
    background-color: white;
}
.scroll-custom::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}
html { scrollbar-gutter: stable; }
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
    min-width: 320px;
    font-family: 'NotoSans', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    background: linear-gradient(180deg, #FFFFFF 1.12%, #F4F5F7 4.13%);
}
body.hidden {
    overflow: hidden;
}
a {
    text-decoration: none;
}
a, input, textarea{
    font-family: 'NotoSans', sans-serif;
}
.swiper-button-disabled {
    display: none !important;
}
.container {
    width: 1360px;
    margin: auto;
    position: relative;
}
.btn-one {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    background: #00238F;
    border-radius: 4px;
    text-decoration: none;
    padding: 12px 60px;
    display: inline-flex;
    border: 1px solid #00238F;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-two {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    background: unset;
    border-radius: 4px;
    text-decoration: none;
    padding: 12px 72px;
    display: inline-flex;
    border: 1px solid #FFFFFF;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-three {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    background: unset;
    border-radius: 4px;
    text-decoration: none;
    padding: 12px 60px;
    display: inline-flex;
    border: 1px solid #00000080;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.product-price {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.basePrice {
    color: #000000;
    opacity: 0.4;
    text-decoration: line-through;
    line-height: 1;
}
.price {
    color: #000000;
    line-height: 1;
}
.marquee3k, .marquee3k__copy {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.breadcrumbs {
    margin: 38px 0 20px;
}
ul.breadcrumbs__list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}
ul.breadcrumbs__list li a,
ul.breadcrumbs__list li span {
    color: #00000080;
    font-size: 12px;
    text-decoration: underline;
    position: relative;
}
ul.breadcrumbs__list li a:before {
    content: "";
    position: absolute;
    background-color: #00000080;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    right: -6px;
    top: 49%;
}
ul.breadcrumbs__list li.is-last  a:before {
    display: none;
}
.pagination {
    margin-top: 34px;
}
.pagination ul {
    display: flex;
    gap: 4px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.pagination ul li a,
.pagination ul li span {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    color: #000000;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}
.pagination ul li.active a {
    background-color: #FFFFFF;
    border: 1px solid #00238F
}
.pagination ul li a[disabled] {
    opacity: 30%;
    cursor: no-drop;
}
.pagination ul li a[disabled]:before {
    opacity: 30%;
}
.pagination ul li a[disabled]:hover {
    border: 1px solid #EBEBEB;
}
.pagination li.page-item:nth-child(1) a,
.pagination li.page-item:last-child a {
    font-size: 0;
    position: relative;
}
.pagination li.page-item:nth-child(1) a:before,
.pagination li.page-item:last-child a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/images/svg/arrow-pagination.svg");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
}
.pagination li.page-item:nth-child(1) a:before {
    transform: rotate(180deg);
}
li.disabled.three-dots span {
    border: unset;
    align-items: flex-end;
    padding-bottom: 4px;
}
.privacy-policy__title h1 {
    font-size: 56px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -3px;
    margin: 0;
    line-height: 1.1;
}
.privacy-policy__info {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.privacy-policy__date {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin-top: 22px;
}
.privacy-policy__text {
    margin-top: 20px;
    width: 1075px;
    padding-bottom: 50px;
}
.privacy-policy__text h3 {
    font-weight: 700;
    color: rgba(0, 0, 0);
    font-size: 14px;
    margin: 20px 0 0 0;
}
.privacy-policy__text p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    margin: 0;
}
.privacy-policy__text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.privacy-policy__text ul li {
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding-left: 20px;
}
.privacy-policy__text ul li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 3px;
    height: 3px;
    border-radius: 50%;
}
.privacy-policy__text a {
    color: #00238F;
    text-decoration: underline;
}
.scroll-hidden::-webkit-scrollbar {
    display: none;
}
.seo-section {
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}
.seo-section.active .seo-section__content {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.seo-section.active .seo-section__btn {
    margin: 0;
}
.seo-section:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 340px;
    height: 355px;
    background-image: url('/images/checkout-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.seo-section__content {
    width: 1040px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}
.seo-section__content h1 {
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
    font-size: 56px;
    letter-spacing: -3px;
    margin: 0 0 28px 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}
.seo-section__content p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
}
.seo-section__content ul,
.seo-section__content ol {
    padding: 0 20px;
    margin: 20px 0;
}
.seo-section__content ol li,
.seo-section__content ul li {
    line-height: 1.5;
    margin-bottom: 6px;
}
.seo-section__btn {
    font-family: 'NotoSans', sans-serif;
    color: rgba(0, 35, 143, 1);
    margin: 14px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    background: unset;
    padding: 0;
    border: unset;
    text-decoration: underline;
    cursor: pointer;
}
.error-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    overflow: hidden;
}
.error-page__content {
    position: relative;
    border-radius: 8px;
    margin-top: 68px;
    height: 436px;
    width: 676px;
}
.error-page__content-bg {
    padding: 72px 0;
    background: #FFFFFF;
    z-index: 2;
    position: relative;
    box-shadow: 0px 10px 22px 0px #0000000D,
                0px 40px 40px 0px #0000000A,
                0px 89px 54px 0px #00000008,
                0px 159px 63px 0px #00000003,
                0px 248px 69px 0px #00000000;
}
.error-page__content:before {
    content: "";
    position: absolute;
    background-image: url('/images/error-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 425px;
    height: 400px;
    left: -210px;
    top: -20%;
    z-index: -1;
}
.error-page__content:after {
    content: "";
    position: absolute;
    background-image: url('/images/error-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 380px;
    height: 335px;
    right: -305px;
    top: 43%;
    z-index: -1;
}
.error-page__title {
    letter-spacing: 1px;
    font-size: 28px;
    color: #000000;
    text-align: center;
}
.error-page__image {
    margin-top: 32px;
}
.error-page__image img {
    width: 100%;
}
.error-page__desc {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 26px;
}
.error-page__btn {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
.error-page__btn a {
    padding: 14px 40px;
}
.fancybox__backdrop {
    background: #fbfbfb;
}