.category-tab{position:sticky;top:0;padding:.5rem 0;width:100%;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;z-index:20}.category-tab .container{display:flex;align-items:center;justify-content:space-between}.category-tab .category-tab-title{flex:0 0 50%;margin:0;padding-left:1rem;color:#000}.category-tab .category-tab-title *{margin:0!important;color:inherit!important;font-size:inherit!important;font-weight:400!important}.category-tab .tab-list{flex:1}.category-tab .tab-item{margin:0;padding:0 1rem;width:auto;cursor:pointer}.category-tab .tab-item span{display:block;padding:.25rem 0;color:var(--color-gray)}.category-tab .tab-item.active span{color:var(--color-blue);font-weight:600}.category-tab .tab-item:hover span{color:var(--hover-color-blue)}.category-tab .tab-item.is-button span{padding:.25rem 1.5rem;border-radius:5rem;background-color:var(--button-bg-color);color:var(--button-f-color)}.category-tab .tab-item.is-button:hover span{background-color:var(--button-hover-bg-color);color:var(--button-hover-f-color)}@media screen and (max-width: 768px){.category-tab .container{flex-direction:column;gap:.5rem}.category-tab .category-tab-title{flex:0 0 auto;padding:0;width:100%;text-align:center}.category-tab .tab-list{flex:0 0 auto;width:100%}.category-tab .tab-item{padding:0 1rem}.category-tab .tab-item span{padding:.3rem 0}.category-tab .tab-item.is-button span{padding:.3rem 1rem}}.fade-switch-video .tab-list{margin:0 0 2.5rem}.fade-switch-video .tab-list .tab-item{font-weight:400;cursor:pointer}.fade-switch-video .tab-list .tab-item.active{color:var(--color-red);font-weight:600}.fade-switch-video .tab-list .tab-item:nth-child(1).active{color:var(--color-green)}.fade-switch-video .tab-list .tab-item:nth-child(2).active{color:var(--color-blue)}.fade-switch-video .tab-list .tab-item:nth-child(3).active{color:var(--color-purple)}.fade-switch-video .video-list{display:flex;width:100%;overflow:hidden}.fade-switch-video .video-list .video-item{flex:0 0 100%;z-index:1}.fade-switch-video .video-list .video-item .item-title{display:none}.fade-switch-video .video-list .video-item .item-desc{margin:0 0 2.5rem;font-weight:400;opacity:0;transition:opacity var(--transition)}.fade-switch-video .video-list .video-item .item-disclaimer{margin:24px auto 0;max-width:700px;font-size:12px;line-height:1.2;text-align:center;opacity:0;transition:opacity var(--transition)}.fade-switch-video .video-list .video-item .video-con{position:relative;width:100%;opacity:0;transition:opacity var(--transition);aspect-ratio:var(--aspect-video);overflow:hidden}.fade-switch-video .video-list .video-item .video-con video{position:absolute;top:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.fade-switch-video .video-list .video-item .video-con .video-poster{display:block;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.fade-switch-video .video-list .video-item .video-con .video-control{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:end;justify-content:end;padding:5rem;color:var(--btn-color-pc);cursor:pointer}.fade-switch-video .video-list .video-item .video-con .video-control .play-btn,.fade-switch-video .video-list .video-item .video-con .video-control .pause-btn{display:block;width:2.4rem;height:auto}.fade-switch-video .video-list .video-item .video-con .video-control .pause-btn,.fade-switch-video .video-list .video-item .video-con.play .video-control .play-btn{width:0;opacity:0}.fade-switch-video .video-list .video-item .video-con.play .video-control .pause-btn{width:2.4rem;opacity:1}.fade-switch-video .video-list .video-item.active{z-index:2}.fade-switch-video .video-list .video-item.active .item-desc,.fade-switch-video .video-list .video-item.active .video-con,.fade-switch-video .video-list .video-item.active .item-disclaimer{opacity:1}.fade-switch-video .disclaimer{margin:24px auto 0;max-width:700px;font-size:12px;line-height:1.2;text-align:center}@media screen and (max-width: 768px){.fade-switch-video .tab-list{display:none}.fade-switch-video .video-list{flex-direction:column;gap:3rem}.fade-switch-video .video-list .video-item{transform:translate(0)!important}.fade-switch-video .video-list .video-item .item-title{display:block;margin:0 0 1.25rem}.fade-switch-video .video-list .video-item .item-desc{margin:0 0 1.25rem;opacity:1;transition:opacity var(--transition)}.fade-switch-video .video-list .video-item .video-con{opacity:1}.fade-switch-video .video-list .video-item .video-con .video-control{padding:1.5rem;color:var(--btn-color-mb)}.fade-switch-video .video-list .video-item .video-con .video-control .play-btn,.fade-switch-video .video-list .video-item .video-con .video-control .pause-btn{width:1.5rem}.fade-switch-video .video-list .video-item .video-con .video-control .pause-btn,.fade-switch-video .video-list .video-item .video-con.play .video-control .play-btn{width:0;opacity:0}.fade-switch-video .video-list .video-item .video-con.play .video-control .pause-btn{width:1.5rem;opacity:1}.fade-switch-video .video-list .video-item .item-disclaimer{margin:16px auto 0;font-size:11px;opacity:1}.fade-switch-video .video-list .video-item:nth-child(1) .item-title{color:var(--color-green)}.fade-switch-video .video-list .video-item:nth-child(2) .item-title{color:var(--color-blue)}.fade-switch-video .video-list .video-item:nth-child(3) .item-title{color:var(--color-purple)}.fade-switch-video .disclaimer{margin:16px auto 0;font-size:11px}}.custom-split-image{padding:10rem 0;width:100%;border-radius:12.5rem}.custom-split-image .top-heading.cs-section-header .section-heading,.custom-split-image .top-heading.cs-section-header .section-sub-heading,.custom-split-image .bottom-heading.cs-section-header .section-heading,.custom-split-image .bottom-heading.cs-section-header .section-sub-heading{color:#fff}.custom-split-image .bottom-heading.cs-section-header{margin:48px auto 0}.custom-split-image .container .center-col{flex:0 0 auto;position:relative;max-width:18rem;aspect-ratio:var(--img-aspect)}.custom-split-image .container .center-col picture:after{content:"";position:absolute;top:50%;left:50%;width:338%;height:180%;background:radial-gradient(circle,#7b7b7b66,#fff0 70%);border-radius:50%;filter:blur(28px);transform:translate(-50%,-50%);pointer-events:none}.custom-split-image .container .left-col,.custom-split-image .container .right-col{flex:1}.custom-split-image .container .left-col>div:hover .plus-btn,.custom-split-image .container .right-col>div:hover .plus-btn{color:var(--color-red)}.custom-split-image .container .left-content>div *,.custom-split-image .container .right-content>div *{margin-top:0;color:inherit;font-size:inherit;font-weight:inherit}.split-image-modal .tingle-modal-box{max-width:56rem;min-width:700px;width:55%;border-radius:8.75rem}.split-image-modal .tingle-modal-box .tingle-modal-box__content{padding:0;max-width:none;min-width:auto;width:100%;background-color:#ecedf2}.split-image-modal .tingle-modal-box .tingle-modal-box__content .left-con{display:flex;flex-direction:column;padding:5rem 3rem}.split-image-modal .tingle-modal-box .tingle-modal-box__content .left-con button.btn-close{display:block;margin-bottom:4rem;width:3rem}.split-image-modal .tingle-modal-box .tingle-modal-box__content .left-con button.btn-close svg{display:block;width:100%;height:auto}.split-image-modal .tingle-modal-box .tingle-modal-box__content .left-con>div *{margin-top:0;color:inherit;font-size:inherit;font-weight:inherit}@media screen and (max-width: 768px){.custom-split-image{padding:7.5rem 0;border-radius:6.25rem}}.custom-scroll-carousel .scroll-carousel-con{position:sticky;top:0}.custom-scroll-carousel .scroll-carousel-con .carousel-tab-item.active{color:var(--color-purple)}@media screen and (max-width: 768px){.custom-scroll-carousel .carousel-media-item{transform:translate(0)!important}}.gocertify-iframe-tt{margin:5rem 0;width:100%}.gocertify-iframe-tt .gocertify-iframe-heading{text-align:center;font-weight:600!important}.gocertify-iframe-tt .gocertify-iframe-subheading{text-align:center;font-weight:400!important}.gocertify-iframe-tt .gocertify-iframe-heading *,.gocertify-iframe-tt .gocertify-iframe-subheading *{margin-top:0;color:inherit;font-size:inherit;font-weight:inherit}.gocertify-iframe-tt .gocertify-iframe-con{display:flex;align-items:center;justify-content:space-between;gap:8vw;padding:0 5vw;width:100%;background-color:var(--se-bg-color);border-radius:10px;overflow:hidden}.gocertify-iframe-tt .gocertify-iframe-con .gocertify-img{flex:1}.gocertify-iframe-tt .gocertify-iframe-con .shopify-app-block{flex:0 0 50%;display:flex;align-items:center;justify-content:center}.gocertify-iframe-tt .gocertify-iframe-con gocertify-iframe{display:block;width:100%}@media screen and (max-width: 768px){.gocertify-iframe-tt .gocertify-iframe-con{flex-direction:column;gap:0;padding:0}.gocertify-iframe-tt .gocertify-iframe-con .gocertify-img{flex:0 0 100%;max-width:100%!important;width:100%}.gocertify-iframe-tt .gocertify-iframe-con .gocertify-img picture{width:100%}.gocertify-iframe-tt .gocertify-iframe-con .shopify-app-block{flex:0 0 100%;width:100%}}.custom-faq,.custom-faq-list{width:100%}.custom-faq-item .faq-heading{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--color-border);cursor:pointer}.custom-faq-item .faq-question{flex:1;margin:0}.custom-faq-item .faq-question *{margin:0}.custom-faq-item .faq-toggle-icon{flex:0 0 auto;position:relative;width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:flex-end}.custom-faq-item .faq-toggle-icon:before,.custom-faq-item .faq-toggle-icon:after{content:"";position:absolute;display:block;width:100%;height:1px;background-color:currentColor;transition:all .3s ease-out}.custom-faq-item .faq-toggle-icon:after{transform:rotate(90deg)}.custom-faq-item.active .faq-toggle-icon:before,.custom-faq-item.active .faq-toggle-icon:after{transform:rotate(180deg)}.custom-faq-item .faq-answer{padding:1rem 0;text-align:left}.custom-faq-item .faq-answer p{margin:1rem 0}.custom-faq-item .faq-answer img{width:var(--img-width-pc, 50%)}.custom-faq-item .faq-answer img.align-pc-left{margin-inline-start:0;margin-inline-end:auto}.custom-faq-item .faq-answer img.align-pc-center{margin-inline-start:auto;margin-inline-end:auto}.custom-faq-item .faq-answer img.align-pc-right{margin-inline-start:auto;margin-inline-end:0}@media screen and (max-width: 768px){.custom-faq-item .faq-heading{padding:1rem 0}.custom-faq-item .faq-answer{padding:.5rem 0}.custom-faq-item .faq-answer p{margin:.5rem 0}.custom-faq-item .faq-answer img{width:var(--img-width-mb, 100%)}.custom-faq-item .faq-answer img.align-mb-left{margin-inline-start:0;margin-inline-end:auto}.custom-faq-item .faq-answer img.align-mb-center{margin-inline-start:auto;margin-inline-end:auto}.custom-faq-item .faq-answer img.align-mb-right{margin-inline-start:auto;margin-inline-end:0}}.tingle-modal.region-selector-modal .tingle-modal-box{padding:2.5rem 4rem;width:100%;height:100%;border-radius:0;overflow-y:auto}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal__close{top:2.5rem;right:4rem;width:1.2rem;height:3.6rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal__close svg{display:block;width:1.2rem;height:1.2rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__header{margin-bottom:3rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__header h2{margin:0;padding-right:5rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content{padding:0;max-height:none;min-width:auto;width:100%;height:auto;overflow:hidden}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content::-webkit-scrollbar{width:0px}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content::-webkit-scrollbar-thumb:hover{width:0px}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list{display:flex;flex-direction:column;gap:3rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-item{display:flex;flex-direction:column;gap:2rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-name{display:flex;align-items:center;justify-content:space-between}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-name h3{margin:0}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-name svg{display:none}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .site-list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:0 1rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .site-list .site-item{width:100%}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .site-list .site-item a{display:flex;flex-direction:column}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .site-list .site-item span{margin:0}.ip-guide-section #ip-guide-popup,.ip-guide-section #ip-confirm-popup{padding:.5rem 0;background:#0009;color:var(--color-white)}.ip-guide-section #ip-guide-popup .container .guide-country,.ip-guide-section #ip-confirm-popup .container .guide-country{margin:0;padding:.3125rem .9375rem;border-radius:5px;border:.125rem solid;text-align:center}.ip-guide-section #ip-guide-popup .container .guide-stay,.ip-guide-section #ip-confirm-popup .container .guide-stay{margin:0;border:.125rem solid}.ip-guide-section #ip-guide-popup .container .guide-btn,.ip-guide-section #ip-confirm-popup .container .guide-btn{margin:0}.ip-guide-section #ip-guide-popup .container .close-btn,.ip-guide-section #ip-confirm-popup .container .close-btn{width:1rem;cursor:pointer}.ip-guide-section #ip-guide-popup .container .close-btn svg,.ip-guide-section #ip-confirm-popup .container .close-btn svg{display:block;width:100%;height:auto}@media screen and (max-width: 768px){.tingle-modal.region-selector-modal .tingle-modal-box{padding:2rem 1.5rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal__close{top:2rem;right:1.5rem;width:1rem;height:2.7rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal__close svg{width:1rem;height:1rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__header{margin-bottom:2rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list{gap:1rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-item{gap:0}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-item.hide .site-list{padding:0;height:0}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-item.hide .region-name svg{transform:rotate(0)}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-name{padding:4px 0}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .region-name svg{display:block;width:2rem;height:2rem;color:var(--color-gray);transform:rotate(-180deg)}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .site-list{grid-template-columns:repeat(1,1fr);gap:1rem;padding:1rem;height:auto;overflow:hidden}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .site-list .site-item a{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.tingle-modal.region-selector-modal .tingle-modal-box .tingle-modal-box__content .region-list .site-list .site-item a span{flex:1}.ip-guide-section #ip-guide-popup .container,.ip-guide-section #ip-confirm-popup .container{position:relative}.ip-guide-section #ip-guide-popup .container .close-btn,.ip-guide-section #ip-confirm-popup .container .close-btn{position:absolute;top:0;right:.5rem}}.tt-article-list-swiper{width:100%}.tt-article-list-swiper .article-list{overflow:hidden}.tt-article-list-swiper .article-list .article-item{width:calc(33.33% - 2rem);height:auto;background-color:#fff}.tt-article-list-swiper .article-list .article-item>div{flex:1}.tt-article-list-swiper .article-list .article-tag-list{display:flex;flex-wrap:wrap;gap:.625rem;margin:0}.tt-article-list-swiper .article-list .article-tag-list span{padding:.25rem .5rem;background-color:#e7e7e7;border-radius:3rem;color:#000;font-size:.75rem}.tt-article-list-swiper .article-list .article-title{margin:0;font-size:1rem;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tt-article-list-swiper .article-list .article-excerpt{margin:0;color:#575757;font-size:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.tt-article-list-swiper .article-list .article-info{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.7rem;color:#7c7c7c}.tt-article-list-swiper .article-list .article-info .space-mark-dot{display:inline-block;margin:0;width:.25rem;height:.25rem;border-radius:50%;background-color:#7c7c7c}.tt-article-list-swiper .article-list .article-info span:nth-last-child(1){flex:1;text-align:right}.tt-article-list-swiper .swiper-control{display:flex;align-items:center;justify-content:center;gap:1rem;--swiper-navigation-color: var(--color-purple);--swiper-pagination-bullet-width: .875rem;--swiper-pagination-bullet-height: .375rem;--swiper-pagination-bullet-border-radius: 1rem;--swiper-pagination-color: var(--color-purple);--swiper-pagination-bullet-inactive-color: #bebebe}.tt-article-list-swiper .swiper-control .swiper-button-prev,.tt-article-list-swiper .swiper-control .swiper-button-next{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:0;width:16px;height:9px}.tt-article-list-swiper .swiper-control .swiper-pagination{position:relative;top:auto;left:auto;right:auto;bottom:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0;width:auto}.tt-article-list-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet{margin:0;padding:0}.tt-article-list-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet-active{width:2rem}.tt-article-list-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet:before,.tt-article-list-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet:after{display:none}.tt-article-list-swiper .more-blog-btn{text-decoration:underline}.tt-article-list-swiper .more-blog-btn:hover{color:var(--color-purple)}@media screen and (max-width: 768px){.tt-article-list-swiper .article-list .article-item{width:100%}}.tt-table-content .tt-table-con{padding:0 0 1rem}.tt-table-content .tt-table-con table{width:100%;border:none}.tt-table-content .tt-table-con tr{border-bottom:1px solid #e4e4e4}.tt-table-content .tt-table-con td,.tt-table-content .tt-table-con th{padding:.8rem 1rem;border:none;font-size:1rem;font-weight:400;line-height:1.5;text-align:center}.tt-table-content .tt-table-con th{font-size:1.2rem;font-weight:600}.tt-table-content .btn{flex:1;min-width:fit-content}@media screen and (max-width: 768px){.tt-table-content .tt-table-con td,.tt-table-content .tt-table-con th{padding:.5rem 1rem;font-size:.9rem}.tt-table-content .tt-table-con th{font-size:1rem}.tt-table-content .btn{flex:0 0 100%}}.cs-countdown-timer{display:inline-flex;flex-direction:column;gap:.5rem;justify-content:center;color:var(--timer-color)}.cs-countdown-timer .countdown-timer-con{display:flex;flex-wrap:wrap;gap:.3rem}.cs-countdown-timer .countdown-timer-item{display:flex;align-items:center;justify-content:space-between;gap:.2rem;flex-direction:column;text-align:center}.cs-countdown-timer .countdown-timer-item span{margin:0!important}.cs-countdown-timer .countdown-timer-item span:nth-child(1){padding:.5rem}.cs-countdown-timer .cd-days,.cs-countdown-timer .cd-hours,.cs-countdown-timer .cd-minutes,.cs-countdown-timer .cd-seconds{min-width:3.6rem;background-color:var(--num-bg-color);border-radius:.5rem;letter-spacing:1px;text-align:center}.cs-countdown-timer .countdown-timer-tips{display:none;margin:0;text-align:center}.cs-countdown-timer .countdown-timer-tips.show{display:block}.slideshow .cs-countdown-timer{padding:1rem;border:2px solid;border-radius:5px}.slideshow .cs-countdown-timer .countdown-timer-item span:nth-child(1){padding:0 .2rem}.custom-countdown .custom-countdown-con{background:var(--gradient-background)}.custom-countdown .custom-countdown-con .cs-section-header{margin:0;width:auto}.custom-countdown .custom-countdown-con .cs-section-header .section-heading,.custom-countdown .custom-countdown-con .cs-section-header .section-heading *{color:var(--color-heading)}.custom-countdown .custom-countdown-con .cs-section-header .section-pre-heading{color:var(--color-primary)}.custom-countdown .custom-countdown-con .cs-section-header .section-sub-heading,.custom-countdown .custom-countdown-con .cs-section-header .section-sub-heading *{color:var(--color-text)}.custom-countdown .custom-countdown-con .cs-countdown-timer{--timer-color: var(--color-text) !important;--num-bg-color: rgba(var(--color-text-rgb), .2) !important;flex:0 0 auto}@media screen and (max-width: 768px){.cs-countdown-timer .countdown-timer-con{gap:0}.cs-countdown-timer .countdown-timer-item span:nth-child(1){padding:.4rem .6rem}.cs-countdown-timer .cd-days,.cs-countdown-timer .cd-hours,.cs-countdown-timer .cd-minutes,.cs-countdown-timer .cd-seconds{min-width:3.2rem}.slideshow .cs-countdown-timer{padding:10px}}.custom-product-purchase{width:100%}.custom-product-purchase .product-purchase-con{display:flex;align-items:center;justify-content:space-between}.custom-product-purchase .product-con-left{flex:0 0 47%}.custom-product-purchase .product-con-left .product-img-list{width:100%;background-color:#f5f5f5;border-radius:30px}.custom-product-purchase .product-con-left .product-img-list .product-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;opacity:0;visibility:hidden}.custom-product-purchase .product-con-left .product-img-list .product-img.active{opacity:1;visibility:visible}.custom-product-purchase .product-con-left .product-img-list .product-fixed-img{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f5f5f5;z-index:1}.custom-product-purchase .product-con-left .product-img-list .product-img img,.custom-product-purchase .product-con-left .product-img-list .product-fixed-img img{display:block;width:100%;height:100%;object-fit:cover}.custom-product-purchase .product-con-right{flex:0 0 47%;display:flex;flex-direction:column;gap:1rem}.custom-product-purchase .product-con-right>*{margin:0!important}.custom-product-purchase .product-con-right .product-price{display:flex;align-items:center;justify-content:start;gap:.8rem}.custom-product-purchase .product-con-right .product-price .price.price--highlight{margin:0;color:#000}.custom-product-purchase .product-con-right .product-price .price.price--compare{margin:0;opacity:.7;color:#000;text-decoration:line-through}.custom-product-purchase .product-con-right .product-price .price-info-tag{padding:.4rem .8rem;background-color:#000;border-radius:2rem;color:#fff;font-size:.875rem;line-height:1!important}.custom-product-purchase .product-con-right .product-rich_text{font-weight:unset}.custom-product-purchase .product-con-right .product-rich_text *{margin:0;line-height:1.2;font-size:inherit}.custom-product-purchase .product-con-right .product-rich_text ul,.custom-product-purchase .product-con-right .product-rich_text ol{display:flex;flex-direction:column;gap:.5rem}.custom-product-purchase .product-con-right .product-variant-options{position:relative;display:flex;flex-direction:column;gap:1rem}.custom-product-purchase .product-con-right .product-variant-options .product-variant-option{display:flex;flex-direction:column;gap:.6rem}.custom-product-purchase .product-con-right .product-variant-options .product-option-title{display:flex;gap:.5rem;margin:0}.custom-product-purchase .product-con-right .product-variant-options ul.product-option-list{display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none}.custom-product-purchase .product-con-right .product-variant-options li.option-item{padding:.5rem 1rem;border-radius:5px;border:1px solid;color:#a6a6a6;cursor:pointer}.custom-product-purchase .product-con-right .product-variant-options li.option-item.active{color:#000}.custom-product-purchase .product-con-right .product-variant-options li.option-item.color-option{padding:0;width:2.4rem;height:2.4rem;border-radius:50%;border:2px solid;background-color:var(--swatch-bg-color)}.custom-product-purchase .product-con-right .product-block-img{width:var(--img-width);border-radius:20px}.custom-product-purchase .product-con-right .product-quantity-selector{display:flex;align-items:center;gap:1rem}.custom-product-purchase .product-con-right .product-quantity-selector .quantity-selector-con{display:flex;align-items:center;gap:.5rem}.custom-product-purchase .product-con-right .product-quantity-selector .quantity-selector-btn{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;border:1px solid #dfdfdf}.custom-product-purchase .product-con-right .product-quantity-selector .quantity-selector-input{padding:0;width:2.4rem;border:none;text-align:center}.custom-product-purchase .product-purchase-form{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 0;margin:0;padding:1rem 0;width:100%}.custom-product-purchase .product-purchase-form .view-details-btn{flex:0 0 48%;margin-left:auto;margin-right:0;font-weight:400;font-size:var(--btn-font-size);text-align:center;color:var(--color-link);text-decoration:underline}.custom-product-purchase .product-purchase-form .view-details-btn:hover{color:var(--color-link-hover)}.custom-product-purchase .product-purchase-form .add-cart-btn{flex:0 0 48%;position:relative;text-align:center}.custom-product-purchase .product-purchase-form .add-cart-btn:disabled{background-color:#d8d8d8;border-color:#c8c8c8;color:#fff;cursor:no-drop}.custom-product-purchase .product-purchase-form .buy-now-btn{flex:0 0 48%;text-align:center;text-decoration:none}.custom-product-purchase .product-purchase-form .buy-now-btn.disabled{background-color:#b8b8b8;border-color:#c8c8c8;color:#fff;cursor:no-drop}@media screen and (max-width: 768px){.custom-product-purchase .product-purchase-con{flex-direction:column!important;gap:2rem}.custom-product-purchase .product-con-left{flex:0 0 auto;width:100%}.custom-product-purchase .product-con-left .product-img-list{border-radius:20px}.custom-product-purchase .product-con-right{flex:0 0 auto;width:100%}.custom-product-purchase .product-con-right .product-block-img{width:var(--img-width-mb);border-radius:20px}.custom-product-purchase .product-con-right .product-block-img.hide-on-mb{display:none}.custom-product-purchase .product-purchase-form{gap:.8rem}.custom-product-purchase .product-purchase-form .add-cart-btn,.custom-product-purchase .product-purchase-form .buy-now-btn,.custom-product-purchase .product-purchase-form .view-details-btn{flex:0 0 100%}}.custom-product-list{width:100%}.custom-product-list .product-list-con .swiper-wrapper{gap:0}.custom-product-list .product-list-con .swiper-slide{padding:calc(40px / var(--items-per-row));width:calc(100% / var(--items-per-row));height:auto}.custom-product-list .product-list-con .product-item{display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;border-radius:10px;overflow:hidden}.custom-product-list .product-list-con .product-item .product-img-list{width:100%}.custom-product-list .product-list-con .product-item .product-img-list .product-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-color:#fff;opacity:0;visibility:hidden}.custom-product-list .product-list-con .product-item .product-img-list .product-img.active{opacity:1;visibility:visible}.custom-product-list .product-list-con .product-item .product-img-list .product-fixed-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1}.custom-product-list .product-list-con .product-item .product-img-list .product-img img,.custom-product-list .product-list-con .product-item .product-img-list .product-fixed-img img{display:block;width:100%;height:100%;object-fit:cover}.custom-product-list .product-list-con .product-item .product-img-list .discount-info-tag{position:absolute;top:0;left:0;max-width:100%;padding:.4rem .8rem;background-color:var(--color-red);border-radius:0 3rem 3rem 0;color:#fff;font-size:.875rem;pointer-events:none}.custom-product-list .product-list-con .product-item .product-content-con{flex:1;position:relative;display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.custom-product-list .product-list-con .product-item .product-content-con>*{margin:0!important}.custom-product-list .product-list-con .product-item .product-content-con .product-title{text-decoration:none}.custom-product-list .product-list-con .product-item .product-content-con .product-title h4{margin:0}.custom-product-list .product-list-con .product-item .product-content-con .product-desc{margin:0;font-weight:unset}.custom-product-list .product-list-con .product-item .product-content-con .product-desc *{margin:0;color:#6b7280;line-height:1.2;font-weight:unset}.custom-product-list .product-list-con .product-item .product-content-con .product-price{display:flex;flex-wrap:wrap;align-items:center;gap:0 .5rem}.custom-product-list .product-list-con .product-item .product-content-con .product-price .price.price--highlight{margin:0}.custom-product-list .product-list-con .product-item .product-content-con .product-price .price.price--compare{margin:0;opacity:.7;color:#000;text-decoration:line-through}.custom-product-list .product-list-con .product-item .product-content-con .product-variant-option{display:flex;flex-direction:column;gap:.5rem}.custom-product-list .product-list-con .product-item .product-content-con .product-variant-option ul.product-option-list{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;list-style:none}.custom-product-list .product-list-con .product-item .product-content-con .product-variant-option li.option-item{padding:.2rem .4rem;border-radius:5px;border:1px solid;color:#a6a6a6;font-size:.875rem;cursor:pointer}.custom-product-list .product-list-con .product-item .product-content-con .product-variant-option li.option-item.active{color:#000}.custom-product-list .product-list-con .product-item .product-content-con .product-variant-option li.option-item.color-option{padding:0;width:1.8rem;height:1.8rem;border-radius:50%;border:2px solid;background-color:var(--swatch-bg-color)}.custom-product-list .product-list-con .product-item .product-content-con .product-quantity-selector{display:flex;align-items:center;gap:1rem}.custom-product-list .product-list-con .product-item .product-content-con .product-quantity-selector .quantity-selector-con{display:flex;align-items:center}.custom-product-list .product-list-con .product-item .product-content-con .product-quantity-selector .quantity-selector-btn{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:50%;border:1px solid #dfdfdf}.custom-product-list .product-list-con .product-item .product-content-con .product-quantity-selector .quantity-selector-input{padding:0;width:2.4rem;border:none;text-align:center}.custom-product-list .product-list-con .product-item .product-form{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.custom-product-list .product-list-con .product-item .product-purchase-form{display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem;margin:0;width:100%}.custom-product-list .product-list-con .product-item .product-purchase-form .add-cart-btn{position:relative;text-align:center}.custom-product-list .product-list-con .product-item .product-purchase-form .add-cart-btn:disabled{background-color:#d8d8d8;border-color:#c8c8c8;color:#fff;cursor:no-drop}.custom-product-list .product-list-con .product-item .product-purchase-form .buy-now-btn{text-align:center;text-decoration:none}.custom-product-list .product-list-con .product-item .product-purchase-form .buy-now-btn.disabled{background-color:#b8b8b8;border-color:#c8c8c8;color:#fff;cursor:no-drop}.custom-product-list .product-list-con .product-item .product-view-btn{margin:0 auto!important;font-weight:400;font-size:var(--btn-font-size);text-align:center;color:var(--color-link);text-decoration:underline}.custom-product-list .product-list-con .product-item .product-detail-tab .detail-tab-header{display:flex;align-items:center;justify-content:space-between;margin:0;cursor:pointer}.custom-product-list .product-list-con .product-item .product-detail-tab .detail-tab-header svg{width:2rem;height:auto;transform:rotate(-90deg)}.custom-product-list .product-list-con .product-item .product-detail-tab .detail-tab-body{margin-top:0;height:0;color:#4b5563;font-size:.875rem;overflow:hidden;font-weight:unset}.custom-product-list .product-list-con .product-item .product-detail-tab .detail-tab-body *{margin:0;font-size:inherit;line-height:1.2;font-weight:unset}.custom-product-list .product-list-con .product-item .product-detail-tab .detail-tab-body ul{display:flex;flex-direction:column;gap:.5rem;padding-left:1rem}.custom-product-list .product-list-con .product-item .product-detail-tab.show .detail-tab-header svg{transform:rotate(90deg)}.custom-product-list .product-list-con .product-item .product-detail-tab.show .detail-tab-body{margin:.5rem 0;height:auto}.custom-product-list .product-list-con .swiper-scrollbar{position:relative;top:auto;left:auto;bottom:auto;right:auto;margin-top:1rem;width:100%}@media screen and (max-width: 768px){.custom-product-list .container{overflow:hidden}.custom-product-list .product-list-con.swiper{overflow:visible}.custom-product-list .product-list-con.swiper .swiper-slide{padding:10px;width:85%}.custom-product-list .product-list-con.swiper .product-item .product-content-con .product-variant-option{padding:0}.custom-product-list .product-list-con.swiper .product-item .product-content-con .product-variant-option li.option-item{padding:3px 5px;font-size:12px}.custom-product-list .product-list-con.swiper .product-item .product-content-con .product-price .price--compare{font-size:12px!important}.custom-product-list .product-list-con.swiper .product-item .product-detail-tab .detail-tab-body{font-size:12px}.custom-product-list .product-list-con.swiper.line-break-mb .swiper-wrapper{flex-wrap:wrap}.custom-product-list .product-list-con.swiper.line-break-mb .swiper-wrapper .swiper-slide{padding:6px;width:50%}.custom-product-list .product-list-con.swiper.line-break-mb .swiper-wrapper .product-item{box-shadow:#00000040 2px 2px 5px}}.product-bundle-with-discount .product-bundle-container{display:flex;justify-content:space-between;gap:2rem}.product-bundle-with-discount .product-bundle-container .product-list{flex:1;display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:2rem}.product-bundle-with-discount .product-bundle-container .product-list .product-item-mb{display:none}.product-bundle-with-discount .product-bundle-container .product-list .product-item{display:flex;flex-direction:column;align-items:start;gap:.5rem;height:100%;text-align:center}.product-bundle-with-discount .product-bundle-container .product-list .product-item .close-btn{display:none}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-img-list{width:100%}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-img-list .product-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-color:#f8f8f8;opacity:0;visibility:hidden}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-img-list .product-img img{display:block;width:100%;height:100%;object-fit:cover}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-img-list .product-img.active{opacity:1;visibility:visible}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-title{font-size:1.2rem;font-weight:400;text-align:left}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-price{font-size:1rem;font-weight:400;text-align:left}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-select{display:flex;flex-direction:column;gap:.5rem;width:100%}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-select>span{font-size:1rem;text-align:left}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-select .product-select-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-select .product-select-list .product-select-item{background:#f8f8f8;border:2px solid transparent;cursor:pointer}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-select .product-select-list .product-select-item.active{border-color:var(--btn-outline-bg)}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-variant-options,.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-variant-options .product-variant-option{display:flex;flex-direction:column;gap:.5rem;width:100%}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-variant-options .product-variant-option>span{font-size:1rem;text-align:left}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-variant-options .product-variant-option .product-option-list{flex:1;display:flex;gap:.5rem}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-variant-options .product-variant-option .product-option-list .option-item{padding:.2rem .4rem;border-radius:4px;border:1px solid;color:#a6a6a6;font-size:.875rem;cursor:pointer}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-variant-options .product-variant-option .product-option-list .option-item.color-option{display:block;padding:3px;width:1.8rem;height:1.8rem;color:transparent;border-radius:50%;border:2px solid}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-variant-options .product-variant-option .product-option-list .option-item.color-option:before{content:"";display:block;width:100%;height:100%;background-color:var(--swatch-bg-color);border-radius:inherit}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-variant-options .product-variant-option .product-option-list .option-item.active{color:var(--btn-outline-bg)}.product-bundle-with-discount .product-bundle-container .product-list .product-item .btn-group{flex:1;position:relative;display:flex;flex-direction:column;justify-content:end;gap:.5rem;margin:.5rem 0 0;width:100%}.product-bundle-with-discount .product-bundle-container .product-list .product-item .btn-group .add-bundle-btn.disabled{background-color:#d8d8d8;border-color:#d8d8d8;color:#fff}.product-bundle-with-discount .product-bundle-container .product-list .product-item .btn-group .add-bundle-btn.forbidden,.product-bundle-with-discount .product-bundle-container .product-list .product-item .btn-group .add-bundle-btn.isAdded{background-color:#d8d8d8!important;border-color:#d8d8d8!important;color:#fff!important;pointer-events:none!important;opacity:.6!important}.product-bundle-with-discount .product-bundle-container .product-list .product-item .btn-group .add-bundle-tip{position:absolute;top:100%;left:0;right:0;margin:.25rem 0 0;font-size:.75rem;line-height:1.2}.product-bundle-with-discount .product-bundle-container .right-col{flex:0 0 320px}.product-bundle-with-discount .product-bundle-container .right-col .bundle-box{display:block;position:sticky;top:calc(var(--height-header) + 60px);padding:2rem 1.5rem;width:100%;border:2px solid #000;overflow:hidden}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form{display:flex;flex-direction:column;gap:1.5rem;margin:0;width:100%}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form>*{margin:0}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .bundle-progress-bar{width:100%;height:5px;background:#ebebeb;border-radius:5px;overflow:hidden}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .bundle-progress-bar:before{content:"";display:block;width:var(--progress);height:100%;background:linear-gradient(90deg,#8f53ed,#2ca3ff 50%,#39f672);border-radius:5px;transition:width var(--transition)}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list{display:flex;flex-direction:column;gap:1rem;width:100%;aspect-ratio:1.25;overflow:auto}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item{display:none;gap:1rem;align-items:center}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item.show{display:flex!important}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-img{width:20%;background:#ebebeb;border-radius:50%;overflow:hidden}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-info{flex:1;display:flex;flex-direction:column}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-info span{font-size:.75rem;line-height:1.2;color:#a6a6a6}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-info .bundle-item-title{font-size:.875rem;font-weight:600;color:#000}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-remove{display:block;margin:5px 0 0;width:.9rem;height:auto;color:#a6a6a6;cursor:pointer}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .bundle-price-con{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #000}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .bundle-price-con .bundle-price-item{display:flex;justify-content:space-between}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .bundle-price-con .bundle-price-item span{font-size:.875rem;line-height:1.2;font-weight:600}@media screen and (max-width: 768px){.product-bundle-with-discount .product-bundle-container{flex-direction:column;gap:2rem}.product-bundle-with-discount .product-bundle-container .product-list{flex:0 0 auto;grid-template-columns:repeat(1,1fr);gap:1rem;align-self:unset}.product-bundle-with-discount .product-bundle-container .product-list .product-popup .product-item-mb{display:flex!important;gap:1rem}.product-bundle-with-discount .product-bundle-container .product-list .product-popup .product-item-mb .product-img{flex:0 0 35%;background:#f8f8f8;overflow:hidden}.product-bundle-with-discount .product-bundle-container .product-list .product-popup .product-item-mb .product-info{flex:1;display:flex;align-items:start;flex-direction:column;gap:.5rem}.product-bundle-with-discount .product-bundle-container .product-list .product-popup .product-item-mb .product-info .product-title{font-size:1rem;line-height:1.2;font-weight:600}.product-bundle-with-discount .product-bundle-container .product-list .product-popup .product-item-mb .product-info .product-price{flex:1;font-size:.875rem;line-height:1.2}.product-bundle-with-discount .product-bundle-container .product-list .product-popup .product-item-mb .product-info .select-option-btn{padding:.5rem .875rem}.product-bundle-with-discount .product-bundle-container .product-list .product-item{position:fixed;top:0;left:0;right:0;bottom:0;align-items:start;padding:15px;background:#fff;transform:translateY(100%);transition:transform var(--transition);overflow:auto;z-index:50}.product-bundle-with-discount .product-bundle-container .product-list .product-item>*{flex:0 0 auto}.product-bundle-with-discount .product-bundle-container .product-list .product-item.show{transform:translateY(0)}.product-bundle-with-discount .product-bundle-container .product-list .product-item .close-btn{display:block;color:#000;font-size:2rem;line-height:1.5}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-img-list{width:100%}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-img-list .product-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-color:#f8f8f8;opacity:0;visibility:hidden}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-img-list .product-img img{display:block;width:100%;height:100%;object-fit:cover}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-img-list .product-img.active{opacity:1;visibility:visible}.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-title,.product-bundle-with-discount .product-bundle-container .product-list .product-item .product-price{width:100%;text-align:center}.product-bundle-with-discount .product-bundle-container .product-list .product-item .btn-group{flex:0 0 auto;margin-bottom:1rem}.product-bundle-with-discount .product-bundle-container .right-col{flex:0 0 100%}.product-bundle-with-discount .product-bundle-container .right-col .bundle-box{position:relative;top:auto;padding:1.5rem 1rem}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form{gap:1rem}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list{flex-direction:row;justify-content:start;gap:.5rem;aspect-ratio:unset;width:100%;height:auto;overflow:visible}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item{position:relative;display:none;gap:0;width:28%}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item.show{display:flex!important}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-img{width:100%;border-radius:10px}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-info{flex:1}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-info span,.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-info div{display:none}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .product-bundle-list .bundle-item .bundle-item-remove{position:absolute;top:5px;right:5px;margin:0}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .bundle-price-con{gap:.5rem}.product-bundle-with-discount .product-bundle-container .right-col .product-bundle-form .bundle-price-con .bundle-price-item span{font-size:.75rem}}.tt-klaviyo-form{display:none;align-items:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;background-color:#0000004d;z-index:1021}.tt-klaviyo-form *{font-family:Jokker!important;box-sizing:border-box!important}.tt-klaviyo-form.popup{display:flex}.tt-klaviyo-form .klaviyo-mask{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.tt-klaviyo-form .klaviyo-form:not(form){position:relative;padding:100px 24px!important;max-width:600px!important;width:40%!important;height:auto!important;background-color:#ffffff4d!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;border-radius:10px!important}.tt-klaviyo-form .klaviyo-form:not(form) svg.close-btn{position:absolute;display:block;top:24px;right:24px;width:32px;height:auto;cursor:pointer}.tt-klaviyo-form .klaviyo-form:not(form) svg.close-btn:hover rect{fill-opacity:1}.tt-klaviyo-form .klaviyo-form:not(form) svg.close-btn:hover path{stroke:#000}.tt-klaviyo-form .klaviyo-form:not(form)>div{width:100%!important}.tt-klaviyo-form .klaviyo-form:not(form) form{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;background:none!important;border:none!important;border-radius:0!important}.tt-klaviyo-form .klaviyo-form:not(form) form input{display:inline-block;padding:0 24px!important;width:100%!important;height:var(--klaviyo-btn-height)!important;background-color:#fff!important;border:none!important;border-radius:4px!important}.tt-klaviyo-form .klaviyo-form:not(form) form input,.tt-klaviyo-form .klaviyo-form:not(form) form input:-webkit-autofill,.tt-klaviyo-form .klaviyo-form:not(form) form input::placeholder{color:#000!important;font-size:1rem!important;font-weight:400!important;line-height:1.2!important;text-align:left!important;outline:none!important}.tt-klaviyo-form .klaviyo-form:not(form) form button{padding:0 24px!important;width:100%!important;height:var(--klaviyo-btn-height)!important;background:#39f672!important;border:none!important;border-radius:4px!important;color:#000!important;font-size:.875rem!important;font-weight:400!important;line-height:1!important;text-align:center!important}.tt-klaviyo-form .klaviyo-form:not(form) form p,.tt-klaviyo-form .klaviyo-form:not(form) form span{display:block;color:#000!important;font-size:1rem!important;font-weight:400!important;line-height:1.2!important;text-align:center!important}.tt-klaviyo-form-btn{position:sticky;top:calc(100vh - (var(--klaviyo-btn-height) + 30px));left:0;display:flex;align-items:center;justify-content:center;margin-bottom:calc(-1 * var(--klaviyo-btn-height) - 30px);padding:15px;width:100%;height:calc(var(--klaviyo-btn-height) + 30px);z-index:1020}.tt-klaviyo-form-btn span{display:flex;align-items:center;justify-content:center;padding:0 24px;height:100%;background-color:#39f672;border-radius:4px;color:#000;font-size:.875rem;font-weight:400;line-height:1.2;cursor:pointer}@media screen and (max-width: 768px){.tt-klaviyo-form{padding:25px}.tt-klaviyo-form .klaviyo-form:not(form){width:100%!important}}.delta-presale-page{width:100%}.delta-presale-page *{margin:0;color:#000;font-weight:400;line-height:1.2;font-family:Jokker!important}.delta-presale-page strong{font-weight:600}.delta-presale-countdown{margin:0 auto;padding:0 80px;width:100%}.delta-presale-countdown .countdown-heading{margin-bottom:48px}.delta-presale-countdown .countdown-heading *{font-size:40px;font-weight:600;line-height:1.5;text-align:center}.delta-presale-countdown .countdown-heading strong{position:relative;display:inline-block;padding:2px 5px;background-color:#00d0ff;border-radius:5px;color:#fff;line-height:1}.delta-presale-countdown .countdown-heading strong:before{content:"";position:absolute;top:50%;left:50%;width:0;height:200%;border-left:2px solid #00d0ff;transform:translate(-50%,-50%);z-index:-1}.delta-presale-countdown .countdown-sub-heading{display:none}.delta-presale-countdown .countdown-sub-heading *{font-size:24px;text-align:center}.delta-presale-countdown .countdown-sub-heading p{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap}.delta-presale-countdown .countdown-sub-heading .people-num{display:inline-block;margin:0 8px;font-size:32px;font-weight:600;vertical-align:bottom}.delta-presale-countdown .section-heading.countdown-heading{margin:20px auto}.delta-presale-countdown .section-sub-heading.countdown-sub-heading{display:block}.delta-presale-countdown .countdown-timer{display:flex;justify-content:center;margin-top:48px;background-image:url(https://cdn.shopify.com/s/files/1/0682/4643/8086/files/delta_countdown_timeline_pc.png?v=1755760045);background-repeat:no-repeat;background-position:center;background-size:auto 62%}.delta-presale-countdown .countdown-timer .countdown-timer-con{display:flex;align-items:center;justify-content:space-between;max-width:100%;padding:0 180px;width:1200px;height:145px;background:linear-gradient(90deg,#fff0,#fff 10.1%,#fff 90%,#fff0)}.delta-presale-countdown .countdown-timer .countdown-timer-item{display:flex;align-items:end;gap:24px;max-width:26%;width:186px}.delta-presale-countdown .countdown-timer .countdown-timer-item .day-text,.delta-presale-countdown .countdown-timer .countdown-timer-item .hour-text,.delta-presale-countdown .countdown-timer .countdown-timer-item .minute-text{font-size:24px}.delta-presale-countdown .countdown-timer .separate-line{width:0px;height:56px;border:1px solid rgba(0,0,0,.5)}.delta-presale-countdown .countdown-timer .filp-card-list{display:flex;justify-content:center;gap:5px;padding:0;list-style:none}.delta-presale-countdown .countdown-timer .flip-card{position:relative;width:50px;height:76px}.delta-presale-countdown .countdown-timer .flip-card>div{position:absolute;top:0;right:0;bottom:0;left:0;perspective:200px;overflow:visible!important}.delta-presale-countdown .countdown-timer .flip-card>div>div{position:absolute;left:0;width:100%;height:50%;background:#fefbf8;overflow:hidden;backface-visibility:hidden;transform-style:preserve-3d}.delta-presale-countdown .countdown-timer .flip-card>div>div .num{position:absolute;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:200%;font-size:60px;color:#000}.delta-presale-countdown .countdown-timer .flip-card>div .up{top:0;border-radius:5px 5px 0 0}.delta-presale-countdown .countdown-timer .flip-card>div .up .num{top:0}.delta-presale-countdown .countdown-timer .flip-card>div .down{bottom:0;border-radius:0 0 5px 5px}.delta-presale-countdown .countdown-timer .flip-card>div .down .num{bottom:0}.delta-presale-countdown .countdown-timer .flip-card .filp-card-front{z-index:1}.delta-presale-countdown .countdown-timer .flip-card .filp-card-front .up{transform-origin:50% 100%}.delta-presale-countdown .countdown-timer .flip-card .filp-card-back .down{transform-origin:50% 0%;transform:rotateX(90deg)}.delta-presale-page .delta-presale-countdown{margin:220px auto}.delta-presale-page .delta-presale-countdown .countdown-timer .countdown-timer-con{background:linear-gradient(90deg,#f2efeb00,#f2efeb 10.1%,#f2efeb 90%,#f2efeb00)}@media screen and (max-width: 1600px){.delta-presale-page .delta-presale-countdown{margin:180px auto}}@media screen and (max-width: 1280px){.delta-presale-countdown{padding:0}.delta-presale-countdown .countdown-heading{margin-bottom:64px}.delta-presale-countdown .countdown-sub-heading .people-num{font-size:24px}.delta-presale-countdown .countdown-timer{margin-top:38px;background-image:url(https://cdn.shopify.com/s/files/1/0682/4643/8086/files/delta_countdown_timeline_pad.png?v=1755760046);background-size:auto 65%}.delta-presale-countdown .countdown-timer .countdown-timer-con{padding:0 100px;width:1000px;height:140px}.delta-presale-countdown .countdown-timer .countdown-timer-item{gap:16px}.delta-presale-page .delta-presale-countdown{margin:140px auto}}@media screen and (max-width: 768px){.delta-presale-countdown .countdown-heading{margin-bottom:40px;padding:0 24px}.delta-presale-countdown .countdown-heading *{font-size:32px;letter-spacing:-.04em}.delta-presale-countdown .countdown-heading strong{padding:3px 6px;border-radius:2.5px}.delta-presale-countdown .countdown-heading strong:before{height:150%;border-left:1px solid #00d0ff}.delta-presale-countdown .countdown-sub-heading{padding:0 24px}.delta-presale-countdown .countdown-sub-heading *{font-size:16px}.delta-presale-countdown .countdown-sub-heading .people-num{margin:0 6px;font-size:24px}.delta-presale-countdown .section-pre-heading.countdown-pre-heading,.delta-presale-countdown .section-pre-heading.countdown-pre-heading *,.delta-presale-countdown .section-heading.countdown-heading,.delta-presale-countdown .section-heading.countdown-heading *,.delta-presale-countdown .section-sub-heading.countdown-sub-heading,.delta-presale-countdown .section-sub-heading.countdown-sub-heading *{text-align:center}.delta-presale-countdown .section-heading.countdown-heading{margin:10px auto;padding:0}.delta-presale-countdown .section-sub-heading.countdown-sub-heading{padding:0}.delta-presale-countdown .countdown-timer{margin-top:72px;background-image:url(https://cdn.shopify.com/s/files/1/0682/4643/8086/files/delta_countdown_timeline_mb.png?v=1755760046);background-size:auto 72%}.delta-presale-countdown .countdown-timer .countdown-timer-con{padding:0 40px;width:380px;height:75px}.delta-presale-countdown .countdown-timer .countdown-timer-item{position:relative;flex-direction:column;align-items:start;gap:8px;max-width:none;width:auto}.delta-presale-countdown .countdown-timer .countdown-timer-item .day-text,.delta-presale-countdown .countdown-timer .countdown-timer-item .hour-text,.delta-presale-countdown .countdown-timer .countdown-timer-item .minute-text{position:absolute;left:0;bottom:-22px;font-size:12px}.delta-presale-countdown .countdown-timer .separate-line{height:30px}.delta-presale-countdown .countdown-timer .flip-card{width:32px;height:48px}.delta-presale-countdown .countdown-timer .flip-card>div>div .num{font-size:40px}.delta-presale-page .delta-presale-countdown{margin:100px auto}}.delta-presale-reserve{margin:220px auto 100px;width:100%}.delta-presale-reserve .presale-reserve-title{padding:40px 0;width:100%;background:#fff6}.delta-presale-reserve .presale-reserve-title *{font-size:24px;font-weight:600;text-align:center}.delta-presale-reserve .presale-reserve-title strong{position:relative;display:inline-block;margin:0 6px;padding:4px 8px;background:#39f672;border-radius:5px;font-size:32px;line-height:1}.delta-presale-reserve .presale-reserve-title strong:before{content:"";position:absolute;top:-4px;left:50%;width:0;height:150%;border-left:2px solid #39F672;transform:translate(-50%);z-index:-1}.delta-presale-reserve .presale-reserve-title p{font-size:18px}.delta-presale-reserve .presale-reserve-con{position:relative;display:flex;justify-content:center}.delta-presale-reserve .presale-reserve-con .presale-reserve-item{position:relative;display:flex;align-items:start;justify-content:space-between;flex-direction:column;padding:64px 300px 64px 48px;width:760px;height:400px;background:#f3f1ed;box-shadow:0 2px 15px #00000026;border-radius:10px}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .unlock-icon{position:absolute;right:48px;bottom:64px;display:block;width:60px;height:auto}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;z-index:1}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content *{font-size:24px}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h1,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h2,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h3,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h4,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h5,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h6{font-size:40px;font-weight:600}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-btn{display:block;padding:10px 24px;background-image:linear-gradient(87.46deg,#8f53ed -1.27%,#2ca3ff 65.51%,#39f672 134.91%);background-size:200% 200%;border-radius:5px;font-size:16px;font-weight:600;color:#fff;animation:reserveBtnAnimation 3s infinite linear;cursor:pointer}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-img{position:absolute;top:0;right:-55px;display:block;width:324px;height:auto;filter:drop-shadow(1.47077px 2.94154px 10.0503px rgba(0,0,0,.4));transform:rotate(-48.5deg)}.delta-presale-reserve.fixed-bottom{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:center;margin:0 auto;padding:0 0 16px;width:100%;z-index:1020!important}.delta-presale-reserve.fixed-bottom .reserve-btn{display:block;padding:8px 38px;background-image:linear-gradient(87.46deg,#8f53ed -1.27%,#2ca3ff 65.51%,#39f672 134.91%);background-size:200% 200%;border-radius:5px;font-size:16px;font-weight:600;color:#fff;animation:reserveBtnAnimation 3s infinite linear;opacity:0;visibility:hidden;transform:translateY(calc(100% + 16px));transition:all .4s ease;cursor:pointer}.delta-presale-reserve.fixed-bottom .reserve-btn span{font-size:16px;font-weight:600;color:#fff}.delta-presale-reserve.fixed-bottom .reserve-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.delta-presale-reserve.fixed-bottom .reserve-btn:hover,.delta-presale-reserve.fixed-bottom .reserve-btn:focus{scale:1.1}.delta-presale-product-dialog{position:fixed;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:-1;opacity:0;visibility:hidden}.delta-presale-product-dialog .mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.delta-presale-product-dialog .product-dialog-con{position:relative;max-width:1040px;max-height:60vh;width:90%;height:100%;background:#fff;border-radius:15px;overflow:hidden}.delta-presale-product-dialog .product-dialog-con .close-btn{position:absolute;top:25px;right:25px;display:block;width:15px;height:15px;cursor:pointer;z-index:1}.delta-presale-product-dialog .product-dialog-con .product-purchase-con{display:flex;align-items:stretch;justify-content:space-between;width:100%;height:100%;overflow:auto}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left{position:sticky;top:0;left:0;flex:0 0 auto;height:100%}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list{position:relative;width:auto;height:100%;aspect-ratio:1/1;background-color:#f8f8f8;border-radius:0;overflow:hidden}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list .product-img,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list .product-fixed-img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;opacity:0;visibility:hidden}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list .product-img.active,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list .product-fixed-img.active{opacity:1;visibility:visible}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list .product-img img,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list .product-fixed-img img{display:block;width:100%;height:100%;object-fit:cover}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list .product-fixed-img{opacity:1;visibility:visible}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-right{flex:1;display:flex;align-items:start;justify-content:start;flex-direction:column;gap:10px;padding:30px;height:fit-content}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-right ul.product-option-list,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-right .product-variant-option{gap:10px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-right .option-item.active{color:#00d0ff}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text{display:flex;align-items:start;flex-direction:column;gap:10px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text *{font-size:16px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h1,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h2,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h3,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h4,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h5,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h6{font-size:18px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text ul{display:flex;align-items:start;flex-direction:column;gap:5px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-purchase-form{padding:0}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .add-cart-btn{flex:0 0 100%;position:relative;padding:12px;background-color:var(--cart-bg-color);border:1px solid var(--cart-bd-color);border-radius:5px;text-align:center}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .add-cart-btn *{color:var(--cart-t-color)}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .buy-now-btn{flex:0 0 100%;padding:12px;background-color:var(--buy-bg-color);border:1px solid var(--buy-bd-color);border-radius:5px;text-align:center;text-decoration:none}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .buy-now-btn *{color:var(--buy-t-color)}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .view-details-btn{flex:0 0 100%;display:flex;align-items:center;justify-self:start;gap:10px;margin:10px 0 0;padding:0;text-align:left;color:var(--details-t-color)}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .view-details-btn *{font-weight:600}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .view-details-btn svg{display:block;width:12px;height:9px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con::-webkit-scrollbar{width:4px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con::-webkit-scrollbar-thumb{background:#b1b1b1}.delta-presale-product-dialog .product-dialog-con .product-purchase-con::-webkit-scrollbar-track{background:#ddd}.delta-presale-product-dialog.open{z-index:1022!important;opacity:1;visibility:visible}@media screen and (max-width: 1280px){.delta-presale-reserve{margin:180px auto 80px}.delta-presale-reserve .presale-reserve-title{padding:60px 0}.delta-presale-reserve .presale-reserve-con{transform:translateY(-16px)}}@media screen and (max-width: 768px){.delta-presale-reserve{margin:100px auto 50px}.delta-presale-reserve .presale-reserve-title p{font-size:12px}.delta-presale-reserve .presale-reserve-con{padding:0 24px}.delta-presale-reserve .presale-reserve-con .presale-reserve-item{padding:32px;width:100%;height:auto}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .unlock-icon{position:relative;right:auto;bottom:auto;margin-bottom:40px;width:32px}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content{margin-bottom:58px;padding-right:120px}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content *{font-size:16px}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h1,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h2,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h3,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h4,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h5,.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-content h6{font-size:28px}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-btn{padding:10px 24px}.delta-presale-reserve .presale-reserve-con .presale-reserve-item .item-img{top:10px;right:-40px;max-width:60%;width:200px;transform:rotate(-75deg)}.delta-presale-reserve.fixed-bottom .reserve-btn{padding:6px 20px;font-size:16px}.delta-presale-product-dialog{align-items:end}.delta-presale-product-dialog .product-dialog-con{max-height:calc(100% - 60px);border-radius:15px 15px 0 0;width:100%}.delta-presale-product-dialog .product-dialog-con .close-btn{position:absolute;top:25px;right:25px;display:block;width:18px;height:18px;cursor:pointer}.delta-presale-product-dialog .product-dialog-con .product-purchase-con{gap:0}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left{position:static;flex:0 0 auto;width:100%;height:auto}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-left .product-img-list{position:relative;width:100%;height:auto;aspect-ratio:1/1}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-right{flex:1;gap:10px;padding:15px;height:fit-content}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-con-right .product-variant-option,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text{gap:10px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text *{font-size:14px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h1,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h2,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h3,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h4,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h5,.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-rich_text h6{font-size:16px}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .product-purchase-form{padding:0}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .add-cart-btn{flex:0 0 100%;position:relative;padding:12px;background-color:var(--cart-bg-color);border:1px solid var(--cart-bd-color);border-radius:5px;text-align:center}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .add-cart-btn *{color:var(--cart-t-color)}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .buy-now-btn{flex:0 0 100%;padding:12px;background-color:var(--buy-bg-color);border:1px solid var(--buy-bd-color);border-radius:5px;text-align:center;text-decoration:none}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .buy-now-btn *{color:var(--buy-t-color)}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .view-details-btn{flex:0 0 100%;display:flex;align-items:center;justify-self:start;gap:10px;margin:10px 0 0;text-align:left;color:var(--details-t-color)}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .view-details-btn *{font-weight:600}.delta-presale-product-dialog .product-dialog-con .product-purchase-con .view-details-btn svg{display:block;width:12px;height:9px}}@keyframes reserveBtnAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.delta-presale-accordion2{width:100%}.delta-presale-accordion2 .accordion-heading-con{margin:0 auto 48px;width:100%;max-width:800px}.delta-presale-accordion2 .accordion-heading-con .pre-heading{margin:0 0 24px}.delta-presale-accordion2 .accordion-heading-con .pre-heading *{font-size:24px;color:#2faded;font-weight:600;text-align:center}.delta-presale-accordion2 .accordion-heading-con .heading *{font-size:40px;font-weight:600;text-align:center}.delta-presale-accordion2 .accordion-heading-con .sub-heading{margin:24px 0 0}.delta-presale-accordion2 .accordion-heading-con .sub-heading *{font-size:24px;text-align:center}.delta-presale-accordion2 .accordion-list{display:flex;align-items:center;justify-content:space-between}.delta-presale-accordion2 .accordion-list.reverse{flex-direction:row-reverse}.delta-presale-accordion2 .accordion-list .media-list-swiper{flex:0 0 50%;margin:0;aspect-ratio:var(--sw-aspect-ratio);border-radius:15px;overflow:hidden}.delta-presale-accordion2 .accordion-list .media-list-swiper .media-item{position:relative;width:100%;height:100%}.delta-presale-accordion2 .accordion-list .media-list-swiper .item-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.delta-presale-accordion2 .accordion-list .media-list-swiper .item-img img{display:block;width:100%;height:100%;object-fit:contain}.delta-presale-accordion2 .accordion-list .media-list-swiper .content-item{display:none}.delta-presale-accordion2 .accordion-list .swiper-control{display:none;align-items:center}.delta-presale-accordion2 .accordion-list .swiper-control .swiper-button-prev,.delta-presale-accordion2 .accordion-list .swiper-control .swiper-button-next{position:relative;top:auto;left:auto;right:auto;bottom:auto;display:block;margin:0 8px 0 0;width:9vw;height:9vw;max-width:48px;max-height:48px;min-width:34px;min-height:34px}.delta-presale-accordion2 .accordion-list .swiper-control .swiper-button-prev svg,.delta-presale-accordion2 .accordion-list .swiper-control .swiper-button-next svg{display:block;width:100%;height:100%;object-fit:contain}.delta-presale-accordion2 .accordion-list .swiper-control .swiper-button-prev:after,.delta-presale-accordion2 .accordion-list .swiper-control .swiper-button-next:after{display:none}.delta-presale-accordion2 .accordion-list .swiper-control .control-btn{display:flex;align-items:center;justify-content:center;width:9vw;height:9vw;max-width:48px;max-height:48px;min-width:34px;min-height:34px;background-color:#39f672;border-radius:2.5px}.delta-presale-accordion2 .accordion-list .swiper-control .control-btn svg{display:block;width:40%;height:auto}.delta-presale-accordion2 .accordion-list .swiper-control .control-btn .play{display:none}.delta-presale-accordion2 .accordion-list .swiper-control .control-btn.paused svg{display:none}.delta-presale-accordion2 .accordion-list .swiper-control .control-btn.paused .play{display:block}.delta-presale-accordion2 .accordion-list .swiper-control .swiper-pagination{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:16px;position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:0}.delta-presale-accordion2 .accordion-list .swiper-control .swiper-pagination .swiper-pagination-bullet{position:relative;margin:0;padding:0;display:block;width:6px;height:6px;background:#a8a8a8;border-radius:1px;opacity:1}.delta-presale-accordion2 .accordion-list .swiper-control .swiper-pagination .swiper-pagination-bullet:after{content:"";position:absolute;top:0;left:0;bottom:0;display:block;margin:0;width:var(--progress-height, 0%);height:100%;background:#39f672;border-radius:0;opacity:1;transition:width .1s linear}.delta-presale-accordion2 .accordion-list .swiper-control .swiper-pagination .swiper-pagination-bullet-active{width:50%;height:3px;border-radius:3px}.delta-presale-accordion2 .accordion-list .content-list-swiper{flex:0 0 43%;margin:0}.delta-presale-accordion2 .accordion-list .content-item{position:relative;display:flex;align-items:start;flex-direction:column;padding:0 0 0 24px;opacity:.4;transition:opacity .4s linear;cursor:pointer}.delta-presale-accordion2 .accordion-list .content-item .item-pre-title{margin:0;padding:0 0 5px;color:#2faded;font-size:16px;line-height:1.2}.delta-presale-accordion2 .accordion-list .content-item .item-title{margin:0;font-size:24px;font-weight:400;line-height:1.2}.delta-presale-accordion2 .accordion-list .content-item .item-content{margin:0;padding:0;height:0;font-size:16px;line-height:1.5;font-weight:400;overflow:hidden}.delta-presale-accordion2 .accordion-list .content-item:before{content:"";position:absolute;left:1px;top:0;width:2px;height:100%;background-color:#bababa;border-radius:5px;transition:all .1s linear;z-index:1}.delta-presale-accordion2 .accordion-list .content-item:after{content:"";position:absolute;left:0;top:0;width:4px;height:var(--progress-height, 0%);background-color:#39f672;border-radius:5px;transition:height .1s linear;z-index:2}.delta-presale-accordion2 .accordion-list .content-item.swiper-slide-thumb-active{opacity:1}.delta-presale-accordion2 .accordion-list .content-item.swiper-slide-thumb-active .item-content{padding:15px 0 0;height:auto}.delta-presale-page .delta-presale-accordion2{margin:220px auto}@media screen and (max-width: 1600px){.delta-presale-page .delta-presale-accordion2{margin:180px auto}}@media screen and (max-width: 1280px){.delta-presale-page .delta-presale-accordion2{margin:140px auto}.delta-presale-accordion2 .accordion-list .media-list-swiper{flex:0 0 55%}.delta-presale-accordion2 .accordion-list .content-list-swiper{flex:0 0 40%}}@media screen and (max-width: 768px){.delta-presale-page .delta-presale-accordion2{margin:100px auto;padding:0 24px}.delta-presale-accordion2 .accordion-heading-con .pre-heading{margin:0 0 16px}.delta-presale-accordion2 .accordion-heading-con .pre-heading *{font-size:20px;text-align:left}.delta-presale-accordion2 .accordion-heading-con .heading *{font-size:32px;text-align:left}.delta-presale-accordion2 .accordion-heading-con .sub-heading{margin:16px 0 0}.delta-presale-accordion2 .accordion-heading-con .sub-heading *{font-size:20px;text-align:left}.delta-presale-accordion2 .accordion-list{flex-direction:column;width:100%}.delta-presale-accordion2 .accordion-list .media-list-swiper{flex:0 0 auto;width:100%;height:auto;aspect-ratio:unset;border-radius:5px}.delta-presale-accordion2 .accordion-list .media-list-swiper .media-item{aspect-ratio:var(--sw-aspect-ratio-mb);border-radius:10px;overflow:hidden}.delta-presale-accordion2 .accordion-list .media-list-swiper .content-item{display:flex;margin:48px 0 20px}.delta-presale-accordion2 .accordion-list .content-list-swiper{display:none}.delta-presale-accordion2 .accordion-list .content-item{padding:0;opacity:1}.delta-presale-accordion2 .accordion-list .content-item .item-pre-title{padding:0 0 16px}.delta-presale-accordion2 .accordion-list .content-item .item-title{font-size:22px}.delta-presale-accordion2 .accordion-list .content-item .item-content{padding:15px 0 0;height:auto;color:#4a4a4a;font-size:14px}.delta-presale-accordion2 .accordion-list .content-item:before,.delta-presale-accordion2 .accordion-list .content-item:after{display:none}.delta-presale-accordion2 .accordion-list .swiper-control{display:flex}}.delta-presale-media-with-text{width:100%}.delta-presale-media-with-text .media-with-text-heading{max-width:1600px;margin:0 auto 64px;width:84%}.delta-presale-media-with-text .media-with-text-heading *{font-size:40px;text-align:center}.delta-presale-media-with-text .media-with-text-heading p{font-size:18px}.delta-presale-media-with-text .media-with-text-con{position:relative;display:flex;align-items:center;justify-content:space-between}.delta-presale-media-with-text .media-with-text-con.reverse{flex-direction:row-reverse}.delta-presale-media-with-text .item-tag{position:absolute;top:-30px;left:0;padding:12px 24px;background:#8f53ed;border-radius:3px;line-height:1;font-size:14px;font-weight:600;color:#fff;text-align:center;transform:translate(50%,-150%);display:none}.delta-presale-media-with-text .item-tag:before{content:"";position:absolute;top:-20px;left:50%;width:0;height:calc(200% + 20px);border-left:2px solid #8f53ed;transform:translate(-50%);z-index:-1}.delta-presale-media-with-text .item-content{flex:0 0 42%;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.delta-presale-media-with-text .item-content .subheading{margin-bottom:0}.delta-presale-media-with-text .item-content .subheading *{margin:0;color:#2faded;line-height:1.2}.delta-presale-media-with-text .item-content *{margin:0;font-size:40px;line-height:1.2}.delta-presale-media-with-text .item-content p{font-size:24px}.delta-presale-media-with-text .item-content .item-content-2{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:0!important}.delta-presale-media-with-text .item-media{position:relative;flex:0 0 45%}.delta-presale-media-with-text .item-media picture,.delta-presale-media-with-text .item-media img{display:block;width:100%;height:100%}.delta-presale-media-with-text .item-media .item-video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;opacity:0;z-index:-1}.delta-presale-media-with-text .item-media .item-video.play{opacity:1;z-index:1}.delta-presale-media-with-text .item-btn{padding:8px 24px;background:#8f53ed;border-radius:5px;color:#fff;font-size:16px;font-weight:700;text-align:center}.delta-presale-page .delta-presale-media-with-text{margin:220px auto}.delta-presale-page .delta-presale-media-with-text .media-with-text-con{margin:0 auto;max-width:1600px;width:100%}@media screen and (max-width: 1600px){.delta-presale-page .delta-presale-media-with-text{margin:180px auto}.delta-presale-media-with-text .item-tag{transform:translate(50%,-150%)}}@media screen and (max-width: 1280px){.delta-presale-page .delta-presale-media-with-text{margin:140px auto}.delta-presale-media-with-text .item-content{flex:0 0 42%}.delta-presale-media-with-text .item-media{flex:0 0 52%}}@media screen and (max-width: 768px){.delta-presale-page .delta-presale-media-with-text{margin:100px auto;padding:0 24px}.delta-presale-media-with-text .media-with-text-heading{width:100%}.delta-presale-media-with-text .media-with-text-heading *{font-size:32px;text-align:left}.delta-presale-media-with-text .media-with-text-heading p{font-size:20px}.delta-presale-media-with-text .media-with-text-con,.delta-presale-media-with-text .media-with-text-con.reverse{flex-direction:column-reverse;align-items:start}.delta-presale-media-with-text .item-tag{order:1;position:relative;top:auto;left:auto;margin-bottom:24px;padding:12px 24px;transform:translate(0)}.delta-presale-media-with-text .item-tag:before{display:none}.delta-presale-media-with-text .item-content{order:3;flex:0 0 auto;gap:16px;width:100%;justify-content:start;align-items:start;text-align:left;margin-bottom:48px}.delta-presale-media-with-text .item-content *{font-size:32px;text-align:left;width:100%}.delta-presale-media-with-text .item-content p{font-size:20px}.delta-presale-media-with-text .item-content .item-content-2{gap:16px;justify-content:start;align-items:start;text-align:left;margin-bottom:0!important}.delta-presale-media-with-text .item-media{order:2;flex:0 0 auto;margin-bottom:0;width:100%}.delta-presale-media-with-text .item-btn{width:auto;font-size:12px}.delta-presale-page .delta-presale-media-with-text .media-with-text-con{width:100%;padding-inline:0px}}.delta-presale-trust{width:100%}.delta-presale-trust .trust-heading{margin-bottom:48px}.delta-presale-trust .trust-heading *{font-size:40px;text-align:center}.delta-presale-trust .trust-item-list .trust-item{flex:0 0 auto;display:flex;align-items:center;flex-direction:column;padding:66px 20px;min-height:480px;background:#fff6;border-radius:10px}.delta-presale-trust .trust-item-list .trust-item .item-img{display:block;width:auto;height:95px}.delta-presale-trust .trust-item-list .trust-item .item-title{margin:10px 0 0;font-size:36px;font-weight:600;line-height:1.2;text-align:center}.delta-presale-trust .trust-item-list .trust-item .item-stext{margin:0 0 28px;font-size:12px;line-height:1.2;text-align:center}.delta-presale-trust .trust-item-list .trust-item .item-desc *{margin:0;font-size:24px;line-height:1.2;text-align:center}.delta-presale-page .delta-presale-trust{margin:220px auto;overflow:hidden}@media screen and (max-width: 1600px){.delta-presale-page .delta-presale-trust{margin:180px auto}}@media screen and (max-width: 1280px){.delta-presale-trust .trust-heading{margin-bottom:64px}.delta-presale-trust .trust-item-list{padding:0}.delta-presale-trust .trust-item-list .trust-item{flex:0 0 auto;padding:42px;max-width:none}.delta-presale-page .delta-presale-trust{margin:140px auto}.delta-presale-page .delta-presale-trust .trust-container{padding:0 20px;width:100%}}@media screen and (max-width: 768px){.delta-presale-trust .trust-heading{margin-bottom:48px}.delta-presale-trust .trust-heading *{font-size:32px;text-align:left}.delta-presale-trust .trust-item-list .trust-item{flex:0 0 calc(50% - 8px);padding:40px 10px;min-width:auto;min-height:250px;border-radius:5px}.delta-presale-trust .trust-item-list .trust-item .item-img{height:60px}.delta-presale-trust .trust-item-list .trust-item .item-title{font-size:20px}.delta-presale-trust .trust-item-list .trust-item .item-stext{margin-bottom:28px;font-size:10px}.delta-presale-trust .trust-item-list .trust-item .item-desc *{font-size:14px;text-align:center}.delta-presale-page .delta-presale-trust{width:100%;margin:100px auto;padding:0 24px}}.delta-presale-rolling-num,.delta-presale-rolling-num .rolling-num-scroll-con{width:100%}.delta-presale-rolling-num .rolling-num-container{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column}.delta-presale-rolling-num .rolling-num-container .rolling-num-heading{flex:0 0 auto}.delta-presale-rolling-num .rolling-num-container .rolling-num-heading .rolling-num-title{font-size:40px;text-align:center}.delta-presale-rolling-num .rolling-num-container .rolling-num-heading .rolling-num-subtitle{font-size:24px;text-align:center;margin-top:24px}.delta-presale-rolling-num .rolling-num-container .rolling-num-tag{position:absolute;top:0;left:0;padding:12px 24px;background:#39f672;border-radius:3px;line-height:1;font-size:14px;font-weight:600;color:#000;text-align:center;transform:translate(50%,-150%);display:none}.delta-presale-rolling-num .rolling-num-container .rolling-num-tag:before{content:"";position:absolute;top:-20px;left:50%;width:0;height:calc(200% + 20px);border-left:2px solid #39f672;transform:translate(-50%);z-index:-1}@media screen and (max-width: 1600px){.delta-presale-rolling-num .rolling-num-container .rolling-num-tag{transform:translate(50%,-150%)}}.delta-presale-rolling-num .rolling-num-container .media-item{flex:0 0 auto;position:relative;margin:0 auto 48px;width:80%;border-radius:15px;overflow:hidden}.delta-presale-rolling-num .rolling-num-container .media-item picture,.delta-presale-rolling-num .rolling-num-container .media-item img{display:block;width:100%;height:100%}.delta-presale-rolling-num .rolling-num-container .media-item .item-video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;opacity:0;z-index:-1}.delta-presale-rolling-num .rolling-num-container .media-item .item-video.play{opacity:1;z-index:1}.delta-presale-rolling-num .rolling-num-container .content-con{flex:0 0 auto;display:flex;gap:72px;justify-content:center}.delta-presale-rolling-num .rolling-num-container .content-con .content-item{flex:1;display:flex;align-items:center;flex-direction:column;gap:24px}.delta-presale-rolling-num .rolling-num-container .content-con .content-item *{margin:0;font-size:24px;line-height:1.2;color:#000;text-align:center}.delta-presale-rolling-num .rolling-num-container .content-con .content-item h1,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h2,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h3,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h4,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h5,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h6{font-size:32px;font-weight:600}.delta-presale-rolling-num .rolling-num-container .content-con .content-item .item-num{display:inline-block;min-width:80px;font-size:60px;font-weight:600;text-align:right}.delta-presale-rolling-num .rolling-num-container .content-con .content-item:nth-child(1) .item-num{color:#00d0ff}.delta-presale-rolling-num .rolling-num-container .content-con .content-item:nth-child(2) .item-num{color:#8f53ed}.delta-presale-page .delta-presale-rolling-num{margin:220px auto}@media screen and (max-width: 1600px){.delta-presale-page .delta-presale-rolling-num{margin:180px auto}}.delta-presale-page .delta-presale-rolling-num .rolling-num-container{max-width:1600px;margin:0 auto;width:100%}.delta-presale-page .delta-presale-rolling-num .rolling-num-container .media-item{margin:48px auto}@media screen and (max-width: 1280px){.delta-presale-rolling-num .rolling-num-scroll-con{width:100%}.delta-presale-rolling-num .rolling-num-container .content-con{justify-content:center}.delta-presale-rolling-num .rolling-num-container .content-con .content-item{width:100%}.delta-presale-page .delta-presale-rolling-num{margin:140px auto}}@media screen and (max-width: 768px){.delta-presale-page .delta-presale-rolling-num{margin:100px auto;padding:0 24px}.delta-presale-rolling-num .rolling-num-scroll-con{width:100%}.delta-presale-rolling-num .rolling-num-container{align-items:start;gap:24px}.delta-presale-rolling-num .rolling-num-container .cs-section-header{margin:0}.delta-presale-rolling-num .rolling-num-container .rolling-num-heading{flex:0 0 auto}.delta-presale-rolling-num .rolling-num-container .rolling-num-heading .rolling-num-title{font-size:32px;text-align:left}.delta-presale-rolling-num .rolling-num-container .rolling-num-heading .rolling-num-subtitle{font-size:20px;text-align:left;margin-top:16px}.delta-presale-rolling-num .rolling-num-container .rolling-num-tag{position:relative;top:auto;left:auto;transform:translate(0)}.delta-presale-rolling-num .rolling-num-container .rolling-num-tag:before{display:none}.delta-presale-rolling-num .rolling-num-container .media-item{margin:0 auto;width:100%;border-radius:10px;overflow:hidden}.delta-presale-rolling-num .rolling-num-container .media-item picture,.delta-presale-rolling-num .rolling-num-container .media-item img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.delta-presale-rolling-num .rolling-num-container .media-item .item-video{object-position:center}.delta-presale-rolling-num .rolling-num-container .content-con{flex:0 0 auto;gap:32px;flex-direction:column;justify-content:start}.delta-presale-rolling-num .rolling-num-container .content-con .content-item{flex:1;align-items:start;flex-direction:column;gap:24px}.delta-presale-rolling-num .rolling-num-container .content-con .content-item *{font-size:16px;text-align:left}.delta-presale-rolling-num .rolling-num-container .content-con .content-item h1,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h2,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h3,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h4,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h5,.delta-presale-rolling-num .rolling-num-container .content-con .content-item h6{font-size:24px;font-weight:600}.delta-presale-rolling-num .rolling-num-container .content-con .content-item .item-num{min-width:50px;font-size:36px;font-weight:600;text-align:center}.delta-presale-page .delta-presale-rolling-num .rolling-num-container{width:100%;padding:0}.delta-presale-page .delta-presale-rolling-num .rolling-num-container .media-item{margin:0 auto}}.delta-presale-boxshow{width:100%;background:#fff6;padding:220px 0 80px}.delta-presale-boxshow .boxshow-container{display:flex;align-items:center;justify-content:space-between}.delta-presale-boxshow .boxshow-header{flex:1}.delta-presale-boxshow .boxshow-header *{text-align:left!important}.delta-presale-boxshow .boxshow-heading{flex:1}.delta-presale-boxshow .boxshow-heading *{font-size:40px;font-weight:600;line-height:1.5}.delta-presale-boxshow .boxshow-heading p{font-size:18px}.delta-presale-boxshow .boxshow-grid-con{flex:0 0 70%;display:grid;align-items:start;grid-template-columns:repeat(5,1fr);min-width:800px;gap:15px}.delta-presale-boxshow .boxshow-grid-con .boxshow-item{display:flex;align-items:center;flex-direction:column}.delta-presale-boxshow .boxshow-grid-con .boxshow-item .item-text{margin:0;font-size:24px;line-height:1.2;text-align:center}.delta-presale-boxshow .boxshow-grid-con .boxshow-item .item-img{display:block;width:140px;height:auto}.delta-presale-page .delta-presale-boxshow .boxshow-container{margin:0 auto;max-width:1600px;min-width:1200px}@media screen and (max-width: 1600px){.delta-presale-boxshow{padding:180px 0 80px}}@media screen and (max-width: 1280px){.delta-presale-boxshow{padding:140px 0 48px}.delta-presale-boxshow .boxshow-grid-con{flex:0 0 56%;grid-template-columns:repeat(2,1fr);min-width:420px}.delta-presale-page .delta-presale-boxshow .boxshow-container{max-width:1076px;min-width:700px;width:84%}}@media screen and (max-width: 768px){.delta-presale-boxshow{margin:0 auto;padding:100px 0 24px;width:100%;height:auto}.delta-presale-boxshow .boxshow-container{flex-direction:column}.delta-presale-boxshow .boxshow-header{flex:0 0 auto;width:100%}.delta-presale-boxshow .boxshow-header *{text-align:center!important}.delta-presale-boxshow .boxshow-heading{flex:0 0 auto;width:100%}.delta-presale-boxshow .boxshow-heading *{font-size:32px;text-align:center}.delta-presale-boxshow .boxshow-heading p{font-size:12px}.delta-presale-boxshow .boxshow-grid-con{flex:0 0 auto;grid-template-columns:repeat(2,1fr);gap:16px 0;min-width:auto;width:100%}.delta-presale-boxshow .boxshow-grid-con .boxshow-item .item-text{font-size:16px}.delta-presale-boxshow .boxshow-grid-con .boxshow-item .item-img{width:95px}.delta-presale-page .delta-presale-boxshow .boxshow-container{gap:64px;max-width:384px;min-width:auto;width:100%}}
