:root{--ink:#101828;--muted:#667085;--line:#e5e7eb;--soft:#f8fafc;--blue:#5b5cf6;--blue2:#3157ff;--green:#25d89b;--radius:10px;--shadow:0 10px 28px rgba(16,24,40,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Microsoft YaHei",sans-serif;font-size:15px;line-height:1.65}a{color:inherit;text-decoration:none}.v3-shell{width:min(1160px,calc(100% - 64px));margin:0 auto}.v3-header{height:68px;background:#fff;border-bottom:1px solid #f0f2f5}.v3-nav{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.v3-logo{display:inline-flex;align-items:center;gap:10px;justify-self:start;font-weight:800;font-size:18px}.v3-logo-mark{width:28px;height:28px;position:relative;display:inline-block;color:transparent}.v3-logo-mark:before,.v3-logo-mark:after{content:"";position:absolute;background:#111827;border-radius:12px 12px 12px 4px;transform:rotate(18deg)}.v3-logo-mark:before{width:11px;height:22px;left:4px;top:3px}.v3-logo-mark:after{width:11px;height:26px;left:16px;top:0}.v3-logo-text{display:none}.v3-menu{display:flex;align-items:center;gap:26px;justify-self:center;color:#1f2937}.v3-menu a{padding:7px 0;font-size:15px}.v3-menu a.active{color:#111827;font-weight:700}.v3-icons{justify-self:end;display:flex;align-items:center;gap:18px}.v3-icon{width:24px;height:24px;border:0;background:transparent;position:relative;padding:0}.desktop-icon:before{content:"";position:absolute;left:4px;top:4px;width:14px;height:11px;border:2px solid #374151;border-radius:3px}.desktop-icon:after{content:"";position:absolute;left:9px;top:17px;width:6px;height:2px;background:#374151;border-radius:2px}.menu-icon{display:none}.menu-icon:before,.menu-icon:after{content:"";position:absolute;left:3px;width:18px;height:2px;background:#374151;border-radius:2px}.menu-icon:before{top:7px}.menu-icon:after{top:15px}.v3-page{padding:50px 0 70px}.v3-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.88fr);gap:20px;align-items:stretch}.v3-banner-card{position:relative;min-height:395px;border-radius:10px;overflow:hidden;background:#3157ff;box-shadow:var(--shadow)}.v3-banner-card img{width:100%;height:100%;display:block;object-fit:cover}.v3-slider-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:8px}.v3-slider-dots span{width:42px;height:4px;border-radius:4px;background:rgba(255,255,255,.45)}.v3-slider-dots span:first-child{background:#fff}.v3-notice{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);min-height:395px}.v3-notice-mobile{display:none}.v3-notice-body{height:100%;padding:26px 24px 18px;display:flex;flex-direction:column}.v3-notice h2{margin:0 0 18px;font-size:19px;line-height:1.2;display:flex;align-items:center;gap:10px}.v3-bag-icon{width:18px;height:18px;display:inline-block;position:relative;background:#111827;border-radius:5px 5px 4px 4px}.v3-bag-icon:before{content:"";position:absolute;width:8px;height:5px;left:5px;top:-3px;border:2px solid #111827;border-bottom:0;border-radius:8px 8px 0 0}.v3-notice-content{color:#1f2937;font-size:16px;line-height:1.8}.v3-notice-content p{margin:0 0 18px}.v3-notice-content b,.v3-notice-content strong{font-weight:800}.v3-social-row{margin-top:auto;padding-top:16px;border-top:1px dashed var(--line);display:flex;justify-content:center;gap:28px}.v3-social-row span{width:15px;height:15px;border-radius:50%;background:#4b5563}.v3-catalog{margin-top:40px}.v3-tabs{display:flex;align-items:center;gap:18px;overflow-x:auto;padding-bottom:4px}.v3-tabs button{height:35px;padding:0 18px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#1f2937;font-size:16px;cursor:pointer;box-shadow:0 2px 6px rgba(16,24,40,.04);white-space:nowrap}.v3-tabs button.active{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 10px 22px rgba(91,92,246,.24)}.v3-catalog-title{margin-top:26px;margin-bottom:28px;display:flex;align-items:end;justify-content:space-between;gap:22px}.v3-catalog-title h2{margin:0;font-size:18px;font-weight:500;color:#243044}.v3-search{width:360px;display:grid;gap:8px;color:#344054;font-size:13px}.v3-search input{height:44px;border:1px solid #d9e0ea;border-radius:8px;padding:0 14px;outline:0;background:#fff;color:#111827}.v3-search input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(91,92,246,.12)}.v3-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px}.v3-product{min-width:0;background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden;box-shadow:0 7px 18px rgba(16,24,40,.06);transition:transform .18s ease,box-shadow .18s ease}.v3-product:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(16,24,40,.10)}.v3-product[hidden]{display:none}.v3-product-image{height:214px;display:grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#1fb6ff,#3157ff)}.v3-product-image img{width:100%;height:100%;object-fit:cover;display:block}.v3-product-image span{position:absolute;left:50%;bottom:-1px;transform:translateX(-50%);height:24px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:var(--green);color:#fff;font-size:12px;white-space:nowrap}.v3-product-body{padding:18px 20px 16px}.v3-product h3{margin:0 0 8px;font-size:15px;line-height:1.55;font-weight:500;min-height:46px}.v3-product p{margin:0;color:#667085;font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:0}.v3-product-meta{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.v3-product-meta strong{font-size:17px;font-weight:800;color:#111827}.v3-product-meta em{font-style:normal;color:#98a2b3;font-size:13px}.v3-product-meta em.is-empty{color:#b42318}.site-footer{margin-top:70px;padding:28px 0;border-top:1px solid #f0f2f5;color:#667085}.footer-inner{width:min(1160px,calc(100% - 64px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-custom{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:960px){.v3-shell{width:calc(100% - 32px)}.v3-header{height:64px;border-bottom:0}.v3-nav{height:64px;display:flex;justify-content:space-between}.v3-menu{position:absolute;right:16px;top:60px;display:none;flex-direction:column;align-items:stretch;gap:0;min-width:170px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);z-index:30}.v3-menu.open{display:flex}.v3-menu a{padding:10px 12px}.desktop-icon{display:block}.menu-icon{display:block}.v3-page{padding-top:14px}.v3-hero{display:block}.v3-banner-card{min-height:0;height:auto;border-radius:9px}.v3-banner-card img{height:auto;aspect-ratio:1.42/1;object-fit:cover}.v3-slider-dots{display:none}.v3-notice{margin-top:20px;min-height:0;border-radius:10px;box-shadow:none}.v3-notice-mobile{width:100%;height:62px;display:flex;align-items:center;gap:10px;padding:0 18px;border:0;background:#fff;border-radius:10px;color:#111827}.v3-notice-mobile strong{font-size:18px}.v3-chevron{margin-left:auto;width:10px;height:10px;border-right:2px solid #475467;border-bottom:2px solid #475467;transform:rotate(45deg)}.v3-notice-body{display:none;padding:4px 18px 18px}.v3-notice.open .v3-notice-body{display:block}.v3-notice h2{display:none}.v3-social-row{display:none}.v3-catalog{margin-top:24px}.v3-tabs{gap:10px}.v3-tabs button{height:32px;padding:0 14px;font-size:16px}.v3-catalog-title{margin-top:18px;margin-bottom:16px;display:block}.v3-catalog-title h2{display:none}.v3-search{display:none}.v3-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.v3-product-image{height:166px}.v3-product-body{padding:14px 18px}.v3-product h3{font-size:14px;min-height:44px}.v3-product p{display:none}.footer-inner{width:calc(100% - 32px);display:block}}@media(min-width:961px){.v3-notice-body{display:flex!important}.v3-product:nth-child(n+6){display:none}}@media(max-width:420px){.v3-product-image{height:166px}.v3-page{padding-bottom:40px}.v3-logo-text{display:none}}

/* v3shop hard overrides */
.v3-page .container,.v3-page .row,.v3-page .col{all:unset}.v3-page,.v3-page *{box-sizing:border-box}.v3-product-image{background:linear-gradient(135deg,#34c5f4 0%,#3157ff 100%)}.v3-product-image img{width:78%;height:78%;object-fit:contain}.v3-product:nth-child(2n) .v3-product-image{background:linear-gradient(135deg,#494aa0 0%,#7ee2d4 100%)}.v3-product:nth-child(3n) .v3-product-image{background:linear-gradient(135deg,#f7b7da 0%,#8de7dc 100%)}.v3-product:nth-child(4n) .v3-product-image{background:linear-gradient(135deg,#2a88da 0%,#46499a 100%)}.v3-product:nth-child(5n) .v3-product-image{background:linear-gradient(135deg,#74f0dc 0%,#d9855e 100%)}.v3-product-image span{z-index:2}.v3-notice-content ul,.v3-notice-content ol{margin:0 0 18px 1.2em}.v3-notice-content img{max-width:100%;height:auto}.v3-menu a.active{background:transparent}.v3-tabs button:focus,.v3-icon:focus{outline:0;box-shadow:0 0 0 4px rgba(91,92,246,.13)}@media(max-width:960px){body{background:#fff}.v3-shell{width:calc(100% - 32px)}.v3-logo-mark{margin-left:0}.v3-banner-card{box-shadow:none}.v3-notice{border-color:#e9edf5}.v3-notice.open .v3-notice-mobile{border-bottom:1px solid #eef2f7}.v3-products{align-items:start}.v3-product{border-radius:8px}.v3-product-image{height:166px}.v3-product-image img{width:86%;height:86%;object-fit:contain}.v3-product-body{min-height:120px}.v3-product-meta{margin-top:12px}.v3-product-meta strong{font-size:18px}.v3-product-meta em{font-size:12px}.v3-menu a[href="#notice"]{display:none}}@media(min-width:961px){.v3-logo-text{display:none}.v3-catalog-title h2{font-size:16px;font-weight:400;text-align:right;min-width:180px;order:2}.v3-catalog-title .v3-search{order:1;margin-left:auto}.v3-products{grid-template-columns:repeat(5,minmax(0,1fr))}.v3-product-image{height:214px}.v3-product-body{min-height:122px}}

/* v3shop ratio fix 2026-06-24 */
@media(min-width:961px){.v3-page{padding-top:50px}.v3-hero{grid-template-columns:690px 450px;gap:20px;justify-content:center;align-items:start}.v3-banner-card,.v3-notice{height:395px;min-height:395px}.v3-banner-card img{width:100%;height:100%;object-fit:cover}.v3-catalog{margin-top:40px}.v3-products{gap:22px}.v3-product-image{height:214px}}
@media(max-width:960px){.v3-page{padding-top:14px}.v3-banner-card{height:auto;aspect-ratio:347/233}.v3-banner-card img{width:100%;height:100%;object-fit:cover}.v3-notice{margin-top:20px}.v3-catalog{margin-top:24px}}

/* remove catalog search box */
.v3-search{display:none!important}.v3-catalog-title{justify-content:flex-end;margin-top:22px;margin-bottom:28px}.v3-catalog-title h2{margin-left:auto;color:#111827;font-size:15px;font-weight:400}@media(max-width:960px){.v3-catalog-title{display:none}}

/* remove catalog title */
.v3-catalog-title{display:none!important}.v3-products{margin-top:28px}@media(max-width:960px){.v3-products{margin-top:18px}}


/* black airplane takeoff logo */
.v3-logo{min-width:84px!important;display:inline-flex!important;align-items:center!important;text-decoration:none!important}.v3-logo-text,.v3-logo-word{display:none!important}.v3-plane-logo{width:66px!important;height:44px!important;display:inline-grid!important;place-items:center!important;color:#0f172a!important}.v3-plane-logo:before,.v3-plane-logo:after{display:none!important}.v3-plane-logo svg{width:66px!important;height:44px!important;display:block!important;overflow:visible!important;transform:none!important}.v3-plane-logo .plane-tilt{transform-origin:58px 38px!important;transform:rotate(-12deg)!important}.v3-plane-logo .plane-body{fill:#0f172a!important;stroke:none!important}.v3-plane-logo .runway{fill:none!important;stroke:#0f172a!important;stroke-width:4.8!important;stroke-linecap:round!important;opacity:.96!important}
@media(max-width:960px){.v3-logo{min-width:70px!important}.v3-plane-logo{width:56px!important;height:38px!important}.v3-plane-logo svg{width:56px!important;height:38px!important}}


/* polish request 2026-06-24 */
.v3-notice-content,
.v3-notice-content p,
.v3-notice-content div,
.v3-notice-content span,
.v3-notice-content li{
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Microsoft YaHei",sans-serif!important;
    font-size:16px!important;
    line-height:1.85!important;
    font-weight:400!important;
    color:#1f2937!important;
    letter-spacing:0!important;
}
.v3-notice-content strong,
.v3-notice-content b{font-weight:400!important;color:#1f2937!important}
.v3-social-row span:nth-child(n+4){display:none!important}
.v3-products{margin-top:44px!important}
@media(max-width:960px){.v3-products{margin-top:30px!important}.v3-tabs{margin-bottom:0!important}}


/* category product gap fix */
.v3-catalog .v3-products-spaced{margin-top:42px!important;}
@media(max-width:960px){.v3-catalog .v3-products-spaced{margin-top:28px!important;}}


/* remove tab shadows */
.v3-tabs button,.v3-tabs button.active{box-shadow:none!important;}
.v3-tabs button:focus{box-shadow:none!important;}


/* wechat contact row */
.v3-social-row{display:none!important}
.v3-wechat-row{
    margin-top:auto;
    padding-top:18px;
    border-top:1px dashed var(--line);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    color:#111827;
    font-size:15px;
    font-weight:500;
    line-height:1;
}
.v3-wechat-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#111827;flex:0 0 auto}
.v3-wechat-icon svg{width:22px;height:22px;display:block;fill:currentColor}
.v3-wechat-text{white-space:nowrap;letter-spacing:0}
@media(max-width:960px){.v3-wechat-row{display:none}}


/* notice social icon row */
.v3-wechat-row,.v3-social-row{display:none!important}
.v3-social-icons{
    margin-top:auto;
    padding-top:18px;
    border-top:1px dashed var(--line);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    color:#111827;
}
.v3-social-icon{width:23px;height:23px;display:inline-flex;align-items:center;justify-content:center;color:#111827;opacity:.9;transition:opacity .18s ease,transform .18s ease}
.v3-social-icon svg{width:23px;height:23px;display:block;fill:currentColor}
.v3-social-icon:hover{opacity:1;transform:translateY(-1px)}
.v3-social-telegram svg{width:22px;height:22px}
@media(max-width:960px){.v3-social-icons{display:none}}


/* social icon alignment fix */
.v3-social-icons{gap:20px!important;line-height:0!important;align-items:center!important;justify-content:center!important}
.v3-social-icon{width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:0!important;color:#111827!important;opacity:.92!important}
.v3-social-icon svg{width:22px!important;height:22px!important;display:block!important;fill:currentColor!important;overflow:visible!important}
.v3-social-wechat svg{width:23px!important;height:23px!important;transform:translateY(.5px)!important}
.v3-social-telegram svg{width:22px!important;height:22px!important;transform:translateY(.5px)!important}


/* social footer visual centering */
@media(min-width:961px){
    .v3-notice-body{padding-bottom:0!important;}
    .v3-social-icons{
        height:56px!important;
        min-height:56px!important;
        padding-top:0!important;
        padding-bottom:0!important;
        margin-top:auto!important;
        border-top:1px dashed var(--line)!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        gap:20px!important;
    }
}


/* mobile nav and heart favicon polish */
@media(max-width:960px){
    .v3-nav{display:grid!important;grid-template-columns:auto 1fr!important;gap:12px!important;align-items:center!important;height:64px!important;}
    .v3-logo{min-width:44px!important;width:44px!important;justify-self:start!important;}
    .v3-heart-logo{width:38px!important;height:32px!important;}
    .v3-heart-logo svg{width:34px!important;height:29px!important;}
    .v3-menu{
        position:static!important;
        display:flex!important;
        flex-direction:row!important;
        justify-content:flex-end!important;
        align-items:center!important;
        gap:16px!important;
        min-width:0!important;
        width:auto!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        background:transparent!important;
        color:#111827!important;
        justify-self:end!important;
        white-space:nowrap!important;
        z-index:auto!important;
    }
    .v3-menu a,
    .v3-menu a[href="#notice"]{
        display:inline-flex!important;
        align-items:center!important;
        padding:0!important;
        font-size:14px!important;
        line-height:1!important;
        color:#111827!important;
    }
    .v3-menu a.active{font-weight:700!important;}
    .v3-menu-btn{display:none!important;}
}
@media(max-width:380px){.v3-menu{gap:12px!important}.v3-menu a{font-size:13px!important}}


/* mobile nav final override */
@media(max-width:960px){
    header.v3-header .v3-nav{grid-template-columns:44px minmax(0,1fr)!important;display:grid!important;column-gap:10px!important;}
    header.v3-header .v3-menu{display:flex!important;position:static!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:14px!important;width:100%!important;min-width:0!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;}
    header.v3-header .v3-menu a,header.v3-header .v3-menu a[href="#notice"]{display:inline-flex!important;padding:0!important;font-size:13px!important;line-height:1!important;white-space:nowrap!important;color:#111827!important;}
    header.v3-header .v3-menu-btn,header.v3-header .v3-menu-btn span{display:none!important;width:0!important;height:0!important;overflow:hidden!important;}
}
@media(max-width:360px){header.v3-header .v3-menu{gap:9px!important}header.v3-header .v3-menu a{font-size:12px!important}}


/* branded footer */
.v3-brand-footer{
    margin-top:78px!important;
    padding:26px 0!important;
    border-top:1px solid #eef2f7!important;
    background:#fff!important;
    color:#667085!important;
}
.v3-brand-footer-inner{
    width:min(1160px,calc(100% - 64px))!important;
    margin:0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:14px!important;
    min-height:34px!important;
}
.v3-footer-domain{
    display:inline-flex!important;
    align-items:center!important;
    min-height:32px!important;
    padding:0 13px!important;
    border:1px solid #e5e7eb!important;
    border-radius:999px!important;
    color:#111827!important;
    font-size:15px!important;
    font-weight:800!important;
    letter-spacing:0!important;
    background:#fff!important;
}
.v3-footer-note{
    color:#667085!important;
    font-size:14px!important;
    font-weight:400!important;
    letter-spacing:0!important;
}
@media(max-width:960px){
    .v3-brand-footer{margin-top:46px!important;padding:22px 0 26px!important;}
    .v3-brand-footer-inner{width:calc(100% - 32px)!important;flex-direction:column!important;gap:8px!important;text-align:center!important;}
    .v3-footer-domain{font-size:15px!important;}
    .v3-footer-note{font-size:13px!important;}
}

/* hero two-image carousel */
.v3-banner-card{isolation:isolate!important;}
.v3-banner-track{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;overflow:hidden!important;}
.v3-banner-slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;opacity:0;z-index:0;}
.v3-banner-slide:nth-child(1){animation:v3HeroSlideOne 8s ease-in-out infinite;}
.v3-banner-slide:nth-child(2){animation:v3HeroSlideTwo 8s ease-in-out infinite;}
@keyframes v3HeroSlideOne{0%,44%{opacity:1;z-index:2}50%,94%{opacity:0;z-index:1}100%{opacity:1;z-index:2}}
@keyframes v3HeroSlideTwo{0%,44%{opacity:0;z-index:1}50%,94%{opacity:1;z-index:2}100%{opacity:0;z-index:1}}
.v3-slider-dots{z-index:3!important;}
.v3-slider-dots button{width:42px!important;height:4px!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.42)!important;padding:0!important;cursor:pointer!important;display:block!important;box-shadow:none!important;}
.v3-slider-dots button:nth-child(1){animation:v3HeroDotOne 8s ease-in-out infinite;}
.v3-slider-dots button:nth-child(2){animation:v3HeroDotTwo 8s ease-in-out infinite;}
@keyframes v3HeroDotOne{0%,44%,100%{background:#fff}50%,94%{background:rgba(255,255,255,.42)}}
@keyframes v3HeroDotTwo{0%,44%,100%{background:rgba(255,255,255,.42)}50%,94%{background:#fff}}
.v3-slider-dots span{display:none!important;}
@media(max-width:960px){.v3-banner-track{position:absolute!important;inset:0!important}.v3-banner-card{height:auto!important;aspect-ratio:347/233!important}.v3-slider-dots{display:flex!important;bottom:14px!important}.v3-slider-dots button{width:30px!important;height:3px!important}}

/* sold out glass and carousel hit areas */
.v3-product.is-soldout{position:relative!important;overflow:hidden!important;}
.v3-product.is-soldout:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:4;
    pointer-events:none;
    background:rgba(255,255,255,.42);
    -webkit-backdrop-filter:blur(4px) saturate(.82);
    backdrop-filter:blur(4px) saturate(.82);
}
.v3-product.is-soldout:before{
    content:"\7F3A\8D27";
    position:absolute;
    left:14px;
    top:14px;
    z-index:5;
    height:24px;
    padding:0 10px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(17,24,39,.82);
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:0;
    pointer-events:none;
}
.v3-product.is-soldout .v3-product-image span{z-index:6!important;}
.v3-slider-dots{gap:0!important;align-items:center!important;}
.v3-slider-dots button{
    position:relative!important;
    width:54px!important;
    height:28px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    padding:0 6px!important;
    cursor:pointer!important;
}
.v3-slider-dots button:before{
    content:"";
    position:absolute;
    left:6px;
    right:6px;
    top:50%;
    height:4px;
    transform:translateY(-50%);
    border-radius:999px;
    background:rgba(255,255,255,.42);
}
.v3-slider-dots button.active:before{background:#fff!important;}
.v3-slider-dots button:nth-child(1):before{animation:v3HeroDotOne 8s ease-in-out infinite;}
.v3-slider-dots button:nth-child(2):before{animation:v3HeroDotTwo 8s ease-in-out infinite;}
@media(max-width:960px){.v3-slider-dots button{width:42px!important;height:26px!important;padding:0 6px!important}.v3-slider-dots button:before{height:3px!important}.v3-product.is-soldout:before{left:10px;top:10px;height:22px;font-size:11px}}


/* softer sold out state */
.v3-product.is-soldout:before{display:none!important;content:""!important;}
.v3-product.is-soldout:after{
    background:rgba(255,255,255,.14)!important;
    -webkit-backdrop-filter:blur(.8px) saturate(.96)!important;
    backdrop-filter:blur(.8px) saturate(.96)!important;
}
.v3-product.is-soldout .v3-product-image img,
.v3-product.is-soldout .v3-product-body{opacity:.78!important;}
.v3-product.is-soldout .v3-product-image span{opacity:.9!important;}
.v3-product.is-soldout:hover{transform:none!important;box-shadow:0 7px 18px rgba(16,24,40,.06)!important;}


/* uploaded cover product images */
.v3-product-image,
.v3-product:nth-child(2n) .v3-product-image,
.v3-product:nth-child(3n) .v3-product-image,
.v3-product:nth-child(4n) .v3-product-image,
.v3-product:nth-child(5n) .v3-product-image{
    background:#f8fafc!important;
}
.v3-product-image img,
.v3-product:nth-child(2n) .v3-product-image img,
.v3-product:nth-child(3n) .v3-product-image img,
.v3-product:nth-child(4n) .v3-product-image img,
.v3-product:nth-child(5n) .v3-product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
}
@media(min-width:961px){.v3-product-image{height:214px!important}}
@media(max-width:960px){.v3-product-image{height:166px!important}.v3-product-image img{width:100%!important;height:100%!important;object-fit:cover!important}}


/* v3-style square product covers */
.v3-product{border-radius:8px!important;overflow:hidden!important;}
.v3-product-image,
.v3-product:nth-child(2n) .v3-product-image,
.v3-product:nth-child(3n) .v3-product-image,
.v3-product:nth-child(4n) .v3-product-image,
.v3-product:nth-child(5n) .v3-product-image{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1/1!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:#f8fafc!important;
    border-radius:0!important;
}
.v3-product-image img,
.v3-product:nth-child(2n) .v3-product-image img,
.v3-product:nth-child(3n) .v3-product-image img,
.v3-product:nth-child(4n) .v3-product-image img,
.v3-product:nth-child(5n) .v3-product-image img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
}
.v3-product-image span{
    left:50%!important;
    bottom:-1px!important;
    z-index:7!important;
    transform:translateX(-50%)!important;
}
@media(min-width:961px){.v3-product-image{height:auto!important;aspect-ratio:1/1!important}}
@media(max-width:960px){.v3-product-image{height:auto!important;aspect-ratio:1/1!important}.v3-product-image img{width:100%!important;height:100%!important;object-fit:cover!important}}


/* v3 cover edge-to-edge crop */
.v3-product-image{
    border-radius:0!important;
    overflow:hidden!important;
    background:#fff!important;
}
.v3-product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:scale(1.12)!important;
    transform-origin:center center!important;
}
.v3-product.is-soldout .v3-product-image img{transform:scale(1.12)!important;}
@media(max-width:960px){.v3-product-image img{transform:scale(1.12)!important}}


/* natural v3 product cover */
.v3-product-image{
    border-radius:0!important;
    background:#fff!important;
    overflow:hidden!important;
}
.v3-product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:none!important;
    border-radius:0!important;
}
.v3-product.is-soldout .v3-product-image img{transform:none!important;}


/* cleaner banner corners and centered delivery badge */
.v3-banner-card{background:#bdd6ff!important;}
.v3-product-image span{
    bottom:-12px!important;
    z-index:8!important;
}
.v3-product-body{padding-top:25px!important;}
@media(max-width:960px){.v3-product-image span{bottom:-12px!important}.v3-product-body{padding-top:25px!important}}


/* delivery badge overflow fix */
.v3-product{overflow:visible!important;}
.v3-product-image{overflow:visible!important;z-index:2!important;}
.v3-product-image:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:#fff;
    pointer-events:none;
}
.v3-product-image img{z-index:2!important;clip-path:inset(0 round 0)!important;}
.v3-product-image span{z-index:9!important;bottom:-12px!important;}
.v3-product-body{position:relative!important;z-index:1!important;}
.v3-product.is-soldout:after{z-index:6!important;}
.v3-product.is-soldout .v3-product-image span{z-index:10!important;}


/* all product delivery badges visible */
.v3-products .v3-product,
.v3-products .v3-product:nth-child(n){
    overflow:visible!important;
}
.v3-products .v3-product .v3-product-image,
.v3-products .v3-product:nth-child(n) .v3-product-image{
    overflow:visible!important;
    z-index:2!important;
}
.v3-products .v3-product .v3-product-image img,
.v3-products .v3-product:nth-child(n) .v3-product-image img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:0!important;
    z-index:2!important;
}
.v3-products .v3-product .v3-product-image span,
.v3-products .v3-product:nth-child(n) .v3-product-image span{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    left:50%!important;
    bottom:-12px!important;
    transform:translateX(-50%)!important;
    z-index:20!important;
    pointer-events:none!important;
}
.v3-products .v3-product .v3-product-body,
.v3-products .v3-product:nth-child(n) .v3-product-body{
    position:relative!important;
    z-index:1!important;
    padding-top:25px!important;
}
.v3-products .v3-product.is-soldout .v3-product-image span{opacity:.9!important;z-index:21!important;}


/* v3 buy detail page */
.v3-buy-page{padding:56px 0 86px;background:#fff;color:#111827;}
.v3-buy-shell{width:min(1160px,calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 432px;gap:34px;align-items:start;}
.v3-buy-description{min-height:560px;border-right:1px solid #eef2f7;padding:0 34px 30px 0;}
.v3-buy-intro-pill{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border:1px solid #e5e7eb;border-radius:10px;color:#475467;background:#fff;margin-bottom:28px;}
.v3-buy-intro-pill span{width:14px;height:14px;border:1.8px solid #475467;border-radius:4px;position:relative;}
.v3-buy-intro-pill span:after{content:"";position:absolute;left:3px;top:5px;width:6px;height:1.8px;background:#475467;border-radius:2px;}
.v3-buy-intro-pill strong{font-size:15px;font-weight:600;color:#344054;}.v3-buy-intro-pill em{font-style:normal;font-size:13px;color:#667085;}
.v3-buy-description-body{font-size:16px;line-height:1.9;color:#243044;}.v3-buy-description-body h1,.v3-buy-description-body h2,.v3-buy-description-body h3{margin:24px 0 14px;color:#020617;font-size:22px;line-height:1.35;font-weight:800;}.v3-buy-description-body p{margin:0 0 18px;}.v3-buy-description-body a{color:#4f46e5;}.v3-buy-description-body img{max-width:100%;height:auto;border-radius:8px;}
.v3-buy-panel{position:sticky;top:92px;background:#fff;padding:6px 0 0;}.v3-buy-form{display:block;}
.v3-buy-product-head{display:grid;grid-template-columns:86px minmax(0,1fr);gap:16px;align-items:center;margin-bottom:26px;}.v3-buy-cover{width:86px;height:86px;border-radius:10px;overflow:hidden;background:#f8fafc;}.v3-buy-cover img{width:100%;height:100%;object-fit:cover;display:block;}.v3-buy-title-block{min-width:0;}.v3-buy-badge{height:26px;display:inline-flex;align-items:center;gap:5px;padding:0 12px;border-radius:999px;background:#22d39a;color:#fff;font-size:12px;font-weight:700;margin-bottom:12px;}.v3-buy-badge.is-manual{background:#f59e0b;}.v3-buy-title-block h1{margin:0;color:#020617;font-size:19px;line-height:1.45;font-weight:500;}.v3-buy-stock{margin-top:14px;color:#98a2b3;font-size:14px;}
.v3-buy-price-row{display:flex;align-items:center;gap:18px;margin:0 0 24px;}.v3-buy-price-row strong{color:#ff3b42;font-size:22px;line-height:1;font-weight:800;}.v3-buy-price-row span{font-size:13px;color:#667085;background:#f8fafc;border:1px solid #eef2f7;border-radius:999px;padding:3px 9px;}.v3-buy-wholesale{display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 20px;}.v3-buy-wholesale span{font-size:12px;color:#475467;background:#f8fafc;border:1px solid #eef2f7;border-radius:999px;padding:5px 9px;}
.v3-buy-qty-row,.v3-buy-pay-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;color:#667085;font-size:14px;}.v3-buy-qty{display:inline-flex;align-items:center;height:34px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;}.v3-buy-qty button{width:38px;height:34px;border:0;background:#fff;color:#667085;font-size:20px;line-height:1;cursor:pointer;}.v3-buy-qty input{width:48px;height:34px;border:0;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;text-align:center;outline:0;color:#111827;background:#fff;}.v3-buy-qty input::-webkit-outer-spin-button,.v3-buy-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.v3-buy-payways{display:flex;justify-content:flex-end;gap:10px;}.v3-buy-payway{height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid #cfd7ff;background:#f7f8ff;color:#344054;border-radius:10px;font-size:14px;cursor:pointer;}.v3-buy-payway input{position:absolute;opacity:0;pointer-events:none;}.v3-buy-payway span{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#1677ff;color:#fff;font-size:13px;font-weight:800;}.v3-buy-pay-empty{color:#b42318;font-size:13px;}
.v3-buy-field{display:grid;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:10px;padding:12px 0;border-top:1px solid #eef2f7;margin:0;}.v3-buy-field span{color:#667085;font-size:14px;}.v3-buy-field em{font-style:normal;color:#ff4d4f;}.v3-buy-field input{height:38px;border:0;outline:0;color:#111827;background:transparent;font-size:14px;}.v3-buy-field input::placeholder{color:#98a2b3;}.v3-buy-captcha{display:flex;align-items:center;gap:10px;}.v3-buy-captcha input{flex:1;}.v3-buy-captcha img{border-radius:6px;cursor:pointer;}
.v3-buy-submit{width:100%;height:44px;margin-top:22px;border:0;border-radius:10px;background:#5b5cf6;color:#fff;font-size:15px;font-weight:700;cursor:pointer;box-shadow:none;}.v3-buy-submit:hover{background:#4f46e5;}
@media(max-width:960px){.v3-buy-page{padding:22px 0 54px}.v3-buy-shell{width:calc(100% - 32px);display:flex;flex-direction:column-reverse;gap:28px}.v3-buy-description{width:100%;border-right:0;border-top:1px solid #eef2f7;padding:24px 0 0;min-height:0}.v3-buy-panel{position:static;width:100%;}.v3-buy-product-head{grid-template-columns:76px minmax(0,1fr)}.v3-buy-cover{width:76px;height:76px}.v3-buy-title-block h1{font-size:17px}.v3-buy-field{grid-template-columns:1fr;gap:6px}.v3-buy-qty-row,.v3-buy-pay-row{align-items:flex-start}.v3-buy-description-body{font-size:15px;line-height:1.85}}


/* v3 order search page */
.v3-order-page{min-height:calc(100vh - 220px);padding:54px 0 92px;background:#fff;color:#111827;}
.v3-order-card{width:min(824px,calc(100% - 64px));margin:0 auto;border:1px solid #e5e7eb;border-radius:6px;background:#fff;padding:28px 24px 26px;box-shadow:none;}
.v3-order-heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;}.v3-order-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#f6f7ff;color:#5b5cf6;font-size:20px;font-weight:700;line-height:1;}.v3-order-heading h1{margin:0;color:#020617;font-size:30px;line-height:1.15;font-weight:900;}.v3-order-heading p{margin:10px 0 0;color:#667085;font-size:14px;font-weight:600;}
.v3-order-tabs{display:flex;align-items:center;gap:6px;margin:18px 0 24px;overflow-x:auto;padding-bottom:2px;}.v3-order-tabs button{height:41px;padding:0 17px;border:1px solid transparent;border-radius:4px;background:#fff;color:#2563eb;font-size:15px;white-space:nowrap;cursor:pointer;}.v3-order-tabs button.active{background:#4f7df3;border-color:#4f7df3;color:#fff;font-weight:700;}
.v3-order-panel{display:none;}.v3-order-panel.active{display:block;}.v3-order-field{display:grid;gap:10px;margin:0 0 16px;max-width:508px;}.v3-order-field span{font-size:15px;color:#111827;font-weight:500;}.v3-order-field input{width:100%;height:34px;border:1px solid #d9dee8;border-radius:4px;background:#fff;padding:0 10px;color:#111827;font-size:15px;outline:0;}.v3-order-field input:focus{border-color:#5b5cf6;box-shadow:0 0 0 3px rgba(91,92,246,.12);}.v3-order-field input::placeholder{color:#98a2b3;}
.v3-order-submit{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 18px;border:1px solid #2f68ff;border-radius:13px;background:#fff;color:#2f68ff;font-size:14px;font-weight:500;cursor:pointer;}.v3-order-submit:hover{background:#f5f8ff;}.v3-order-browser-box{max-width:560px;margin:0 0 18px;padding:18px;border:1px solid #eef2f7;border-radius:8px;background:#fafbff;}.v3-order-browser-box strong{font-size:16px;color:#111827;}.v3-order-browser-box p{margin:8px 0 0;color:#667085;font-size:14px;line-height:1.7;}
@media(max-width:960px){.v3-order-page{padding:28px 0 58px}.v3-order-card{width:calc(100% - 32px);padding:22px 18px;border-radius:8px}.v3-order-heading h1{font-size:25px}.v3-order-tabs{gap:8px}.v3-order-tabs button{height:38px;padding:0 14px;font-size:14px}.v3-order-field{max-width:none}.v3-order-submit{width:100%;border-radius:10px;background:#5b5cf6;color:#fff;border-color:#5b5cf6}}


/* simpler order search page */
.v3-order-page{padding:56px 0 96px!important;background:#fff!important;}
.v3-order-card{
    width:min(760px,calc(100% - 64px))!important;
    border:1px solid #eef2f7!important;
    border-radius:10px!important;
    padding:34px 36px 32px!important;
    box-shadow:none!important;
}
.v3-order-heading{display:block!important;margin-bottom:22px!important;}
.v3-order-icon{display:none!important;}
.v3-order-heading h1{font-size:30px!important;font-weight:850!important;letter-spacing:0!important;line-height:1.15!important;margin:0!important;color:#0f172a!important;}
.v3-order-heading p{font-size:14px!important;font-weight:400!important;color:#667085!important;margin:11px 0 0!important;}
.v3-order-tabs{gap:10px!important;margin:24px 0 28px!important;padding:0!important;}
.v3-order-tabs button{
    height:36px!important;
    padding:0 16px!important;
    border:1px solid #e5e7eb!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#344054!important;
    font-size:14px!important;
    font-weight:500!important;
    box-shadow:none!important;
}
.v3-order-tabs button.active{
    border-color:#5b5cf6!important;
    background:#5b5cf6!important;
    color:#fff!important;
    font-weight:600!important;
}
.v3-order-field{max-width:100%!important;gap:9px!important;margin-bottom:18px!important;}
.v3-order-field span{font-size:14px!important;color:#0f172a!important;font-weight:500!important;}
.v3-order-field input{height:42px!important;border-radius:8px!important;border-color:#d9e0ea!important;padding:0 13px!important;font-size:14px!important;}
.v3-order-submit{
    height:42px!important;
    min-width:120px!important;
    border:0!important;
    border-radius:10px!important;
    background:#5b5cf6!important;
    color:#fff!important;
    padding:0 18px!important;
    font-weight:650!important;
    box-shadow:none!important;
}
.v3-order-submit:hover{background:#4f46e5!important;}
.v3-order-browser-box{border-radius:10px!important;background:#f8fafc!important;border-color:#eef2f7!important;}
@media(max-width:960px){.v3-order-page{padding:24px 0 60px!important}.v3-order-card{width:calc(100% - 32px)!important;padding:24px 18px!important}.v3-order-heading h1{font-size:26px!important}.v3-order-tabs{gap:8px!important}.v3-order-tabs button{height:34px!important;padding:0 12px!important;font-size:13px!important}.v3-order-submit{width:100%!important}}


/* rounded product cover top corners */
.v3-products .v3-product,
.v3-products .v3-product:nth-child(n){
    border-radius:10px!important;
}
.v3-products .v3-product .v3-product-image,
.v3-products .v3-product:nth-child(n) .v3-product-image{
    border-radius:10px 10px 0 0!important;
}
.v3-products .v3-product .v3-product-image:before,
.v3-products .v3-product:nth-child(n) .v3-product-image:before,
.v3-products .v3-product .v3-product-image img,
.v3-products .v3-product:nth-child(n) .v3-product-image img{
    border-radius:10px 10px 0 0!important;
}
