:root{--green:#48bb6a;--ink:#222;--muted:#999;--line:#eee;--header:80px;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header)}body{margin:0;color:var(--ink);background:#fff;font:16px/1.6 "Helvetica Neue",Helvetica,Arial,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0;background:none;color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--green);outline-offset:4px}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.header{height:var(--header);border-bottom:1px solid #f3f3f3;position:sticky;top:0;z-index:20;background:#fff}.header-inner{height:100%;padding:0 12px;display:flex;align-items:center;justify-content:space-between;position:relative}.header-left,.header-right{display:flex;align-items:center;gap:28px}.header-left button{display:flex;gap:5px;align-items:center;font-size:14px;padding:10px 14px}.icon{display:flex;align-items:center}.header-left svg{width:18px;height:18px}.brand{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;font-size:30px;white-space:nowrap}.brand img{width:40px;height:40px;object-fit:cover;border-radius:50%}.header-right{gap:16px}.language{display:flex;align-items:center;flex-direction:column;line-height:6px}.language small{font-size:12px}.login{background:var(--green);border-radius:6px;color:white;font-size:14px;padding:7px 12px}.notice{height:60px;display:flex;align-items:center;gap:5px;padding:0 14px;background:#fff8e8;color:#ed972e;font-size:14px;overflow:hidden;border-top:4px solid white;border-bottom:4px solid white}.notice svg{width:18px;height:18px;flex:none;fill:#ed972e;stroke-width:1}.notice span{white-space:nowrap}.banner{width:100%;aspect-ratio:3/1;overflow:hidden;background:#f7f7f7}.banner img{width:100%;height:100%;object-fit:cover}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:16px 8px;row-gap:16px}.category-card{text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;font-size:14px}.category-card img{width:140px;height:140px;object-fit:cover;border-radius:50%}.category-card:hover{color:var(--green)}.category-card:hover img{opacity:.88}.tabs{background:#fff;display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 18px;position:sticky;top:var(--header);z-index:10;border-bottom:1px solid var(--line)}.tab-buttons{display:flex;gap:32px}.tab-buttons button{position:relative;padding:20px 6px;font-size:16px}.tab-buttons button.active{color:var(--green)}.tab-buttons button.active:after{content:"";position:absolute;height:3px;background:var(--green);left:7px;right:7px;bottom:0}.view-tools{display:flex;gap:15px}.view-tools button{display:flex;padding:6px}.footer{background:#f7f7f7;text-align:center;padding:38px 20px 46px;font-size:14px;color:#666}.footer-brand{display:flex;justify-content:center;align-items:center;font-size:24px;color:#333;gap:10px;margin-bottom:18px}.footer-brand img{width:40px;height:40px;border-radius:50%}.footer a:hover{color:var(--green)}.contact-float{position:fixed;right:28px;bottom:130px;z-index:30;background:#00c967;width:54px;height:54px;border-radius:50%;border:2px solid white;box-shadow:0 3px 18px #aaa3;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px}.contact-float svg{width:28px;height:28px;stroke-width:2}.contact-float small{font-size:6px;line-height:9px}.back-top{display:none;position:fixed;right:33px;bottom:56px;width:43px;height:43px;border-radius:50%;background:#fff;box-shadow:0 2px 12px #0002;z-index:29}.back-top.visible{display:grid;place-items:center}.products{background:#f5f5f5;padding:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-card{min-width:0;background:white;position:relative}.product-cover{display:block;aspect-ratio:1;overflow:hidden}.product-cover img{width:100%;height:100%;object-fit:cover}.product-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;padding:0 12px;margin:10px 0;height:66px;font-size:14px;line-height:22px;white-space:pre-line}.product-share{position:absolute;right:10px;top:10px;color:#fff;background:#0004;width:30px;height:30px;border-radius:50%;display:grid;place-items:center}.product-share svg{width:18px;height:18px}.empty{padding:80px 20px;text-align:center;color:#999;background:#fafafa}.empty svg{width:52px;height:52px;color:#ccc}.load-more{width:100%;padding:24px;background:#f5f5f5;color:#888;font-size:14px}.section-title{font-weight:400;text-align:center;font-size:24px;margin:28px 0}.result-header{padding:20px 28px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;align-items:center}.result-header h1{font-size:22px;font-weight:400;margin:0}.result-header small{color:#999}.carousel{position:relative}.carousel-dots{position:absolute;bottom:14px;right:22px;display:flex;gap:8px}.carousel-dots button{width:8px;height:8px;padding:0;border-radius:50%;background:#ffffff80}.carousel-dots button.active{background:white}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:50px;background:#0002;color:white;font-size:32px;line-height:1;opacity:0}.carousel:hover .carousel-arrow{opacity:1}.carousel-arrow.prev{left:0}.carousel-arrow.next{right:0}dialog{border:0;padding:0;max-width:calc(100% - 32px);width:480px;max-height:85dvh;border-radius:8px;box-shadow:0 12px 60px #0002}dialog::backdrop{background:#0006}dialog .panel-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:16px 22px}dialog h2{font-size:20px;margin:0;font-weight:500}.close-panel{font-size:28px;line-height:1;padding:5px}.panel-body{padding:24px;overflow:auto}.panel-body p{margin-top:0}.panel-body input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px}.primary{padding:10px 24px;background:var(--green);border-radius:4px;color:white}.panel-body .primary{margin-top:16px}.panel-body .contact-link{color:var(--green);overflow-wrap:anywhere}#toast{position:fixed;left:50%;bottom:40px;transform:translateX(-50%);padding:10px 20px;background:#222e;color:white;border-radius:5px;z-index:100;font-size:14px;opacity:0;pointer-events:none;transition:opacity .15s;max-width:90%}#toast.show{opacity:1}
@media(min-width:1600px){.category-card img{width:140px;height:140px}}
@media(max-width:767px){:root{--header:56px}.header-inner{padding:0 10px}.brand{font-size:20px;gap:5px}.brand img{width:30px;height:30px}.header-left{gap:9px}.header-left button{padding:8px 2px}.header-left button span:last-child{display:none}.header-left svg{width:21px;height:21px}.header-right{gap:6px}.login{font-size:12px;padding:5px 9px}.language svg{width:21px;height:21px}.notice{height:40px;padding:0 8px;font-size:12px}.category-grid{padding:12px 8px;row-gap:12px}.category-card{font-size:12px;gap:4px}.category-card img{width:min(60px,15vw);height:min(60px,15vw)}.tabs{min-height:50px;padding:0 10px}.tab-buttons{gap:18px}.tab-buttons button{font-size:14px;padding:14px 2px}.view-tools{gap:7px}.view-tools svg{width:21px;height:21px}.products{padding:5px;gap:5px}.product-title{padding:0 7px;font-size:12px;line-height:18px;height:54px;margin:8px 0}.contact-float{right:14px;bottom:112px;width:50px;height:50px}.back-top{right:18px;bottom:52px}.footer{padding:28px 12px 34px;font-size:12px}.result-header{padding:15px 12px}.result-header h1{font-size:18px}.result-header small{font-size:12px}.carousel-dots{bottom:7px;right:12px}.carousel-dots button{width:6px;height:6px}.carousel-arrow{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.products{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:8px}.product-cover{position:relative}.product-title{height:66px}.product-price{padding:0 12px 10px;display:flex;align-items:center;justify-content:space-between;color:#e35d4f;font-size:16px}.product-price button{display:flex;color:#777;padding:2px}.product-price svg{width:20px;height:20px}.product-info{min-width:0}.end-note{text-align:center;font-size:12px}.layout-two{grid-template-columns:repeat(4,minmax(0,1fr))}.layout-large{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.layout-list{grid-template-columns:1fr;padding:12px;gap:0;background:#fff}.layout-list .product-card{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid #eee}.layout-list .product-cover{width:180px;flex:none;aspect-ratio:1}.layout-list .product-info{flex:1}.layout-list .product-title{height:auto;max-height:112px;-webkit-line-clamp:5}.layout-list .product-share{top:auto;bottom:15px;background:none;color:#999}.card-collage{height:100%;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.card-collage:has(img:only-child){grid-template-columns:1fr}.card-collage img{aspect-ratio:1;min-height:0;object-fit:cover}.play-marker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;background:#0006;color:white;border:1px solid #fffc;border-radius:50%;display:grid;place-items:center;font-size:32px}.category-page .products{gap:0;padding:0;background:#fff}.category-page .product-card{padding:8px}.category-page .product-title{-webkit-line-clamp:2;height:40px;line-height:20px;padding:0;margin:8px 0}.category-page .product-price{padding:0 0 4px}.category-page .product-share{top:16px;right:16px}#active-filters{padding:10px 16px;display:flex;flex-wrap:wrap;gap:10px;border-bottom:1px solid #eee}#active-filters[hidden]{display:none}.filter-chip{display:inline-flex;align-items:center;gap:12px;color:#555;background:#f5f5f5;border-radius:4px;padding:3px 12px;font-size:14px}.filter-chip span{color:#999}.category-panel{width:480px;max-width:90vw;position:fixed;left:0;top:0;height:100dvh;max-height:100dvh;margin:0;border-radius:0;overflow:hidden}.category-panel #panel-content{height:100%;display:flex;flex-direction:column}.category-panel .panel-body{padding:12px 16px;flex:1}.category-panel h3{font-size:15px;font-weight:500;border-bottom:1px solid #eee;margin:20px 0 4px;padding-bottom:8px}.category-panel .category-grid{grid-template-columns:repeat(4,minmax(0,1fr));padding:12px 0;gap:14px 4px}.category-panel .category-card img{width:66px;height:66px}.category-panel .category-card{font-size:12px}.all-category{display:block;padding:8px 3px}.option-list{display:flex;flex-direction:column}.option-list button{padding:13px 5px;border-bottom:1px solid #f1f1f1;text-align:left;display:flex;justify-content:space-between}.option-list button.selected{color:var(--green)}.search-form{padding:24px;display:flex;gap:12px;align-items:center;border-bottom:1px solid #eee}.search-form label{display:flex}.search-form input{flex:1;min-width:0;border:0;background:#f5f5f5;border-radius:6px;padding:12px 16px;outline-offset:0}.search-form .primary{font-size:14px}.cancel-search{font-size:14px;color:#888}#filter-form label{display:block;margin-bottom:16px}#filter-form input{margin-top:6px}.form-actions{display:flex;justify-content:flex-end;gap:20px;align-items:center}.filter-note{font-size:12px;color:#999}.contact-card{text-align:center}.contact-card img{width:65px;height:65px;border-radius:50%;margin:0 auto}.contact-card h3{font-size:20px;font-weight:400;margin:12px 0}.contact-card p{margin:18px 0 6px;color:#999;font-size:14px}.contact-card .contact-link{display:block}.contact-card .primary{display:block;margin:22px auto 0}.detail-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0 0;align-items:start}.detail-main{position:relative;aspect-ratio:1;background:#f7f7f7;min-width:0}.main-photo{display:block;padding:0;width:100%;height:100%;cursor:zoom-in}.main-photo img,.detail-main video{width:100%;height:100%;object-fit:contain}.detail-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;max-height:calc(50vw - 13px);overflow:auto;scrollbar-width:thin}.detail-thumbs button{padding:0;aspect-ratio:1;overflow:hidden;border:2px solid transparent}.detail-thumbs button.selected{border-color:var(--green)}.detail-thumbs img{width:100%;height:100%;object-fit:cover}.photo-prev,.photo-next{position:absolute;top:50%;width:36px;height:36px;transform:translateY(-50%);border-radius:50%;background:#fff;color:#888;font-size:30px;line-height:28px;padding:0}.photo-prev{left:16px}.photo-next{right:16px}.photo-count{position:absolute;bottom:12px;right:12px;border-radius:20px;font-size:12px;color:white;background:#0005;padding:1px 10px}.detail-copy{padding:24px}.detail-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.detail-title-row h1{font-size:20px;font-weight:400;line-height:1.6;margin:0;white-space:pre-line}.detail-actions{display:flex;gap:22px;flex:none;font-size:14px}.detail-actions button{display:flex;gap:5px;align-items:center}.detail-price{font-size:24px;color:#e65e4d;margin:12px 0}.search-code{font-size:14px;color:#999;margin:18px 0}.search-code button{color:#555}.store-strip{display:flex;align-items:center;gap:10px;padding:18px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-top:24px}.store-strip img{width:42px;height:42px;border-radius:50%}.visit-store{margin-left:auto;border:1px solid #ddd;border-radius:3px;padding:4px 12px;font-size:13px}.detail-heading{font-size:18px;font-weight:400;margin:25px 0 18px}.full-description{white-space:pre-wrap;font-size:15px;line-height:1.8;overflow-wrap:anywhere}.detail-long-images{width:100%;max-width:800px;margin:0 auto}.detail-long-images button{display:block;width:100%;padding:0;cursor:zoom-in}.detail-long-images img{width:100%;height:auto;min-height:100px}.detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}#lightbox{position:fixed;inset:0;max-width:none;max-height:none;width:100vw;height:100dvh;margin:0;border-radius:0;background:#151515;color:white;padding:0;overflow:hidden}#lightbox::backdrop{background:#151515}.lightbox-tools{height:58px;display:flex;justify-content:flex-end;align-items:center;gap:26px;padding:0 25px;position:absolute;top:0;left:0;right:0;background:linear-gradient(#0008,transparent);z-index:4}.lightbox-tools span{margin-right:auto;font-size:14px;color:#ddd}.lightbox-tools button,.lightbox-tools a{font-size:30px;line-height:1;padding:5px}.lightbox-image{height:100%;width:100%;display:flex;align-items:center;justify-content:center;padding:58px 65px 24px;overflow:auto}.lightbox-image img{max-width:100%;max-height:100%;object-fit:contain}.lightbox-image.zoomed{display:block;text-align:center}.lightbox-image.zoomed img{max-width:none;max-height:none;width:150%;display:inline-block}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);font-size:45px;width:48px;height:65px;background:#0005;color:white}.lightbox-prev{left:10px}.lightbox-next{right:10px}
@media(max-width:767px){.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px}.layout-two{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-large,.layout-list{grid-template-columns:1fr}.product-title{height:54px}.product-price{padding:0 7px 7px;font-size:13px}.product-price svg{width:16px;height:16px}.product-share{width:24px;height:24px;top:6px;right:6px}.product-share svg{width:15px;height:15px}.category-page .product-card{padding:5px}.category-page .product-share{top:10px;right:10px}.category-page .product-title{height:36px;line-height:18px}.layout-list .product-card{gap:8px;padding:14px 7px}.layout-list .product-cover{width:120px}.layout-list .product-title{line-height:20px}.layout-list .product-price{margin-top:12px}.search-form{padding:14px 10px;gap:9px}.search-form input{padding:9px;font-size:13px}.search-form .primary{padding:8px 12px}.search-form label{display:none}.detail-gallery{display:block;margin-top:0}.detail-main{aspect-ratio:1}.detail-thumbs{display:flex;max-height:none;gap:5px;padding:8px;overflow:auto;scrollbar-width:none}.detail-thumbs button{width:62px;height:62px;flex:none}.detail-copy{padding:16px 12px}.detail-title-row{display:block}.detail-title-row h1{font-size:17px}.detail-actions{margin-top:16px;justify-content:flex-end;gap:22px}.detail-actions svg{width:20px;height:20px}.detail-price{font-size:21px}.detail-heading{font-size:16px}.full-description{font-size:14px}.store-strip{margin-top:18px}.lightbox-image{padding:56px 5px 15px}.lightbox-prev,.lightbox-next{width:32px;height:50px;font-size:35px}.lightbox-prev{left:0}.lightbox-next{right:0}.lightbox-tools{gap:18px;padding:0 12px}.category-panel{max-width:92vw}.category-panel .category-card img{width:58px;height:58px}}
/* Match the source shop's compact navigation and fluid category icons. */
#app .category-card{color:#6e7382}
#app .category-card img{width:clamp(48px,calc(56px + 84 * ((100vw - 375px)/649)),140px);height:auto;aspect-ratio:1}
.tabs{min-height:50px;padding:0 16px}.tab-buttons{gap:20px}.tab-buttons button{font-size:14px;padding:12px 2px;color:#999}.tab-buttons button.active{color:#222;font-size:16px}.tab-buttons button.active:after{width:16px;height:4px;left:50%;right:auto;transform:translateX(-50%);border-radius:2px}
.filter-chip{border-radius:18px;background:#f7f8f9;color:#6e7382;padding:3px 12px}#active-filters{border-bottom:0;padding:10px 16px}
.category-page .layout-list .product-card{padding:14px 16px 14px 5%;gap:10px;border:0}.category-page .layout-list .product-title{height:auto;max-height:112px;-webkit-line-clamp:5;margin:0;white-space:normal}.category-page .layout-list .product-share{top:auto;bottom:18px}
@media(max-width:767px){.tabs{padding:0 12px}.tab-buttons{gap:18px}.category-page .layout-list .product-card{padding:12px 8px}.category-page .layout-list .product-title{max-height:100px}}

.catalog-loading{padding:72px 20px;text-align:center;color:#999;font-size:14px}.load-more:disabled{cursor:wait;opacity:.65}

.detail-extra-videos{max-width:800px;margin:auto}.detail-extra-videos video{display:block;width:100%;max-height:85vh;margin:16px 0;background:#111}

[hidden]{display:none!important}.video-thumb{position:relative}.video-thumb span{position:absolute;inset:auto 0 0;background:#0008;color:#fff;font-size:12px;text-align:center}

.shipping-note{display:block;font-size:11px;line-height:1.4;font-weight:400;color:#888;margin-top:3px}.detail-price .shipping-note{font-size:13px}

/* Bilingual category labels keep each translation beside its own category. */
.category-label{display:block;max-width:100%;padding:0 3px;line-height:1.45;overflow-wrap:break-word}
.category-english{display:block;margin-top:2px;font-size:12px;line-height:1.35}
.category-panel .category-english{font-size:11px}
.filter-chip{max-width:100%;overflow-wrap:anywhere}
@media(max-width:767px){.category-english{font-size:10px}.category-panel .category-english{font-size:10px}}
