*{box-sizing:border-box;margin:0;padding:0}:root{--bg-page:#fff7fb;--bg-surface:#ffffff;--text-primary:#222;--text-secondary:#444;--text-soft:#666;--text-subtle:#707070;--accent-main:#e51a5f;--accent-main-hover:#d21858;--accent-link:#c62569;--accent-secondary:#9c27b0;--accent-link-underline:rgba(20,20,20,0.35);--border-soft:#f0d7e8;--border-subtle:#f3e0eb;--border-neutral:#eee;--border-input:#e6c9da;--border-chip:#f3c1da;--border-share:#e0e0e0;--bg-submenu:#fff3fa;--bg-chip-pink:#fff4fa;--bg-share-hover:#faf5ff;--badge-success-bg:#e8f9f1;--badge-success-border:#bbdec5;--badge-success-text:#2e7d32;--badge-warn-bg:#fffde7;--badge-warn-border:#ffe082;--badge-warn-text:#f57f17;--accent:var(--accent-main);--accent-hover:var(--accent-main-hover);--accent2:var(--accent-secondary);--card-bg:var(--bg-surface);--text-main:var(--text-primary);--text-old-price:var(--text-subtle);--gray-text-muted:var(--text-subtle);--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:14px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg-page);color:var(--text-primary);line-height:1.5;display:flex;flex-direction:column;min-height:100vh;min-width:320px}body.no-scroll{overflow:hidden}.primary-intro{background:var(--accent);font-size:13px;color:var(--bg-surface);overflow:hidden;max-width:100%;line-height:1.4;font-weight:400;padding:4px 0;z-index:100;height:26px}.scroll-intro{white-space:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.scroll-intro::-webkit-scrollbar{display:none}main{flex:1 0 auto}form{position:relative}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.hide{display:none}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;white-space:nowrap}.container{width:95%;max-width:1180px;margin:0 auto}.cursor-default{cursor:default}.header-wrap{position:sticky;top:0;z-index:100;background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);flex-shrink:0}.header{display:flex;align-items:center;gap:18px;padding:10px 0}.logo{font-size:24px;font-weight:700;color:var(--accent);white-space:nowrap}.search-box{min-width:160px}.search-input{width:100%;padding:7px 10px;border-radius:999px;border:1px solid #e6c9da;font-size:13px}.search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgba(233,145,183,0.18)}.search-toggle{display:none;border:0;background:transparent;padding:0;cursor:pointer}.search-toggle-icon{display:block;width:18px;height:18px;border-radius:999px;border:2px solid var(--accent);position:relative}.search-toggle-icon::after{content:'';position:absolute;width:2px;height:8px;border-radius:999px;background:var(--accent);right:-4px;bottom:-6px;transform:rotate(-45deg)}.search-btn{position:absolute;right:18px;margin-top:-2px;display:block;width:18px;height:18px;border-radius:999px;border:2px solid var(--text-soft);top:50%;transform:translateY(-50%);background:transparent}.search-btn::after{content:'';position:absolute;width:2px;height:8px;border-radius:999px;background:var(--text-soft);right:-4px;bottom:-6px;transform:rotate(-45deg)}.mobile-search-panel{display:none;position:fixed;left:0;right:0;top:56px;transform:translateY(-120%);background:#ffffff;padding:12px;box-shadow:0 4px 14px rgba(0,0,0,0.12);z-index:90;transition:transform 0.22s ease}@media (max-width:900px){.home .mobile-search-panel{top:83px}.mobile-search-panel.open{transform:translateY(0);position:sticky;display:block}}.mobile-search-input{width:100%;padding:9px 12px;border-radius:999px;border:1px solid #e6c9da;font-size:14px;padding-right:42px}.mobile-search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgba(233,145,183,0.18)}.burger{display:none;width:26px;height:20px;flex-direction:column;justify-content:space-between;cursor:pointer;border:0;background:transparent;margin:0 8px;position:relative}.burger span{height:3px;border-radius:999px;background:var(--accent);display:block;transition:transform 0.22s ease,opacity 0.18s ease}.burger.open span:nth-child(1){transform:translateY(8.5px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.mobile-menu-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:90}.page-header{padding:0 0 10px}.page-header .page-title{font-size:24px;margin:0 0 4px;color:var(--text-main)}.page-header .page-meta{margin-top:4px;font-size:11px;color:#9c27b0}.hero{padding:22px 0 22px}.hero-inner{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(0,3fr);gap:24px;align-items:center;position:relative}.hero h1{font-size:26px;line-height:32px;margin-bottom:8px;color:var(--text-main)}.hero h1 span,.hero h1 strong{color:var(--accent)}.hero h1 strong{font-weight:700}.hero p{font-size:14px;color:var(--text-soft);margin-bottom:14px}.hero p:last-child{margin-bottom:0}.hero p strong{font-weight:500}.hero .text-code{color:var(--accent-link);font-weight:500}.btn-primary{display:inline-block;padding:11px 22px;background:var(--accent);color:#fff;border-radius:999px;font-size:15px;font-weight:600;border:none;cursor:pointer}.btn-primary:hover{background:#d21858}.hero-img-wrap{border-radius:16px;overflow:hidden;position:relative;border:1px solid var(--border-soft)}.hero-img-wrap > a{display:block;position:relative}.hero-img-wrap .btn-primary{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);padding:10px 30px;pointer-events:none;box-shadow:0 6px 14px rgba(233,30,99,0.28);transition:transform 0.18s ease,box-shadow 0.18s ease;background:color-mix(in srgb,var(--accent) 85%,transparent)}.hero-img{width:100%;height:240px;object-fit:cover}.hero-label{position:absolute;left:10px;bottom:10px;background:rgba(0,0,0,0.65);color:#fff;padding:5px 10px;border-radius:999px;font-size:11px;pointer-events:none}.breadcrumb{display:flex;flex-wrap:wrap;gap:4px;font-size:12px;color:var(--gray-text-muted);margin:12px 0 10px}.breadcrumb a{color:var(--accent2)}.breadcrumb .current{color:var(--text-main);font-weight:500}.text-link{text-decoration:underline;color:var(--accent-link)}.static-page-wrap{margin-bottom:34px}.static-page h1{margin:0 0 14px;font-size:24px;font-weight:700}.static-page h2{margin:18px 0 10px;font-size:18px}.static-page p,.static-page li{font-size:15px;line-height:1.75}.static-page ul{margin:10px 0 10px 18px}.static-page a{text-decoration:underline;text-underline-offset:2px;color:var(--accent-link)}.static-page .nav a{text-decoration:none;color:var(--accent-link)}.static-page .nav a:hover{text-decoration:none;color:var(--text-primary)}.static-page .page-intro{font-size:14px;color:#555;line-height:1.55;margin:0 0 10px}.page-intro p{margin:0 0 14px;line-height:1.55;font-size:14px}.page-intro p:last-child{margin:0}.page-intro.intro-toggle p{margin:0}.page-intro.expanded p{margin:0 0 14px}.page-intro.expanded p:last-child{margin:0}.btn-toggle{background:none;border:none;color:var(--accent-link);cursor:pointer}.page-intro p:not(:first-of-type){visibility:hidden;height:0;margin:0;overflow:hidden}.page-intro.expanded p{visibility:visible;height:auto;margin:0 0 8px 0}.intro-action{margin-top:-10px}.notranslate{unicode-bidi:isolate}.section{margin:14px 0 20px}.container.section{margin:14px auto 20px}.section-header,.section-footer{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px;flex-wrap:wrap}.section-header h1{font-size:24px;color:var(--text-main)}.section-header h2{font-size:20px;color:var(--text-main)}.section-header a,.section-footer a{font-size:15px;color:var(--accent-link)}.section-footer{margin:10px 0 0}.section-footer a{margin-left:auto;text-decoration:underline;text-decoration-color:var(--accent-link-underline);text-underline-offset:2px}.section-intro{flex-basis:100%;font-size:14px;color:var(--text-soft)}.section-intro strong{font-weight:500}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.category-card{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:18px;background:transparent;transition:transform .18s ease}.category-img-wrap{position:relative;width:260px;max-width:100%;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;border:2px solid transparent;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-img-wrap img{width:100%;height:100%;object-fit:cover}.category-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:6px 10px;text-align:center;font-size:15px;font-weight:500;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,0.7);background:radial-gradient(circle at center,rgba(0,0,0,0.18),rgba(0,0,0,0.6))}.category-card:hover .category-img-wrap{border-color:var(--accent);box-shadow:0 10px 24px rgba(0,0,0,0.18)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative;border-radius:12px;display:flex;flex-direction:column;background:var(--card-bg);border:1px solid var(--border-soft);box-shadow:0 2px 6px rgba(0,0,0,0.04);transition:box-shadow .15s ease,border-color .15s ease;overflow:hidden}.product-card:hover{box-shadow:0 6px 14px rgba(0,0,0,0.08);border-color:#f3c1da}.static-page .product-link,.static-page .product-link:hover{text-decoration:none}.product-link{gap:8px;padding:0 0 10px;display:flex;flex-direction:column;overflow:hidden;width:100%;height:100%;text-decoration:none}.product-link:hover{text-decoration:none}.product-image-wrap{overflow:hidden;width:100%;aspect-ratio:4 / 5}.product-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.product-title{padding:0 10px;font-size:15px;font-weight:400;color:var(--text-main);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.price-wrap{display:flex;align-items:baseline;justify-content:center;gap:6px}.price-main{font-size:22px;font-weight:700;color:var(--accent2)}.price-main .price-currency{font-weight:500}.price-old{font-size:17px;font-weight:500;text-decoration:line-through;color:var(--text-old-price)}.price-old .price-currency{font-weight:400}.product-actions{display:flex;gap:6px;padding:0 10px}.btn-secondary,.btn-visit,a.btn-visit{flex:1;padding:10px 0;font-size:14px;border-radius:999px;text-align:center;font-weight:600;cursor:pointer;text-decoration:none}.btn-secondary{background:var(--bg-chip-pink);color:var(--accent2);border:1px solid #f0cde5}.btn-secondary:hover{background:#ffe4f4}.btn-visit,a.btn-visit{background:var(--accent);color:#fff;border:none}.btn-visit:hover,a.btn-visit:hover{background:var(--accent-hover)}.product-hover{position:absolute;inset:0;padding:32px 10px 10px;background:rgba(255,247,251,0.98);display:none;flex-direction:column;gap:10px;text-align:center}@media (max-width:900px){.product-hover{display:none !important}}.product-card:hover .product-hover{display:flex}.hover-title{font-size:18px;font-weight:700;color:var(--text-main);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 auto}.hover-price-wrap{display:flex;justify-content:center;align-items:baseline;gap:8px}.hover-price-wrap .price-main{font-size:22px}.hover-price-wrap .price-old{font-size:17px}.hover-text{font-size:13px;color:var(--text-soft);line-height:1.7;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;margin:0 auto}.hover-actions{display:flex;gap:6px;margin-top:auto}.seller-more{margin:26px 0 8px}.seller-more-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-radius:14px;background:linear-gradient( 90deg,rgba(233,30,99,0.04),rgba(156,39,176,0.04) );border:1px solid var(--border-soft)}.seller-more-text{max-width:600px}.seller-more-label{font-size:11px;text-transform:uppercase;letter-spacing:0.08em;color:var(--accent2);opacity:0.85;margin-bottom:2px}.seller-more-title{font-size:16px;font-weight:600;color:var(--text-main)}.seller-more-text p{font-size:13px;color:var(--text-soft);margin-top:4px}.seller-more-btn{padding:9px 18px;border-radius:999px;border:1px solid #f3c1da;background:#ffffff;color:var(--accent);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;box-shadow:0 4px 10px rgba(0,0,0,0.03);transition:transform 0.18s ease,box-shadow 0.18s ease}.seller-more-btn:hover{background:#ffe4f4;border-color:var(--accent);box-shadow:0 8px 18px rgba(0,0,0,0.06);transform:translateY(-1px)}@media (max-width:600px){.seller-more-inner{flex-direction:column;align-items:flex-start}.seller-more-btn{width:100%;text-align:center}}.utility-section{margin:34px 0 24px;padding-top:20px;border-top:1px solid var(--border-soft)}.utility-title{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--text-main)}.utility-links{display:flex;flex-wrap:wrap;gap:10px}a.utility-link{padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--accent);background:var(--bg-chip-pink);border:1px solid var(--border-chip);transition:all .18s ease;text-decoration:none}a.utility-link:hover{background:#ffe4f4;color:var(--accent-hover)}.media-panel{margin:22px 0 18px}.media-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:14px;background:linear-gradient(90deg,#9c27b0,#e91e63);color:#fff}.media-label{font-size:11px;text-transform:uppercase;letter-spacing:0.06em;opacity:0.9}.media-title{font-size:17px;font-weight:600}.media-desc{font-size:13px;opacity:0.95}.media-btn,a.media-btn{padding:10px 18px;border-radius:999px;background:#fff;color:var(--accent);font-size:14px;font-weight:600;white-space:nowrap;text-decoration:none}.media-btn:hover{background:#ffe4f4}.home-seo{padding:20px 0;border-top:1px solid var(--border-soft);color:var(--text-soft);font-size:13px;line-height:1.6}.home-seo h2{font-size:15px;margin-bottom:12px}.home-seo strong{font-weight:500}.home-seo a{color:var(--text-soft);text-decoration:underline;text-decoration-color:var(--text-soft);text-underline-offset:2px}.footer{margin-top:auto;flex-shrink:0;padding:14px 0 18px;border-top:1px solid var(--border-subtle);font-size:13px;color:var(--gray-text-muted)}.footer-inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"nav social" "copy icons";align-items:start;row-gap:6px}.footer-links{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap}.footer-links li + li::before{content:"·";margin:0 8px 0 0;color:var(--gray-text-muted)}.footer-links a{color:var(--gray-text-muted);text-decoration:none}.footer-links a:hover{color:var(--accent);text-decoration:underline}.footer-links a.active{color:var(--accent);text-decoration:none}.footer-nav{grid-area:nav}.footer-label{justify-self:end;align-self:end;white-space:nowrap}.footer-icons{display:flex;justify-self:end;align-items:center;gap:8px;flex-wrap:wrap}.footer-copy{grid-area:copy;line-height:32px}.footer-social{grid-area:social;display:contents}.footer-icons a{width:32px;height:32px;border-radius:999px;border:1px solid var(--border-subtle);display:inline-flex;align-items:center;justify-content:center;transition:all .18s ease}.footer-icons a:hover{color:var(--accent);border-color:var(--accent);background:var(--bg-chip-pink)}.footer-icons .icon{width:16px;height:16px;fill:currentColor}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;white-space:nowrap}@media (max-width:900px){.footer-inner{grid-template-columns:1fr;grid-template-areas:"nav" "icons" "copy";text-align:center}.footer-links li + li::before{margin:0 6px 0 0}.footer-links{gap:6px;justify-content:center}.footer-label{display:none}.footer-icons{justify-self:center;justify-content:center}.footer-copy{text-align:center;line-height:normal}}@media (min-width:1540px){.side-content{display:block;position:fixed;top:72px;width:160px;z-index:60;font-size:0}.side-content.is-stopped{position:absolute;top:auto}.side-left{left:50%;margin-left:calc(-590px - 20px - 160px)}.side-right{left:50%;margin-left:calc(590px + 20px)}}@media (max-width:1450px){.side-content{display:none !important}}.contact-social{display:flex;gap:16px;padding:8px 0 0}.contact-social a{display:inline-flex;align-items:center;justify-content:center;gap:12px;color:inherit;text-decoration:none}.contact-social .icon{width:32px;height:32px;opacity:0.8;transition:opacity .15s ease}.contact-social a:hover .icon{opacity:1}.media-unit{margin:20px 0 30px}.media-unit img{margin:0 auto;width:100%;max-width:100%;height:auto;display:block}.media-unit--content{display:flex;background:var(--accent);color:#fff;line-height:1.15;font-size:clamp(17px,3vw,32px);font-weight:600;overflow:hidden}.media-unit--small,.media-unit--larger{flex:1;text-align:center;padding:clamp(18px,2vw,20px) 8px;flex-wrap:wrap;display:flex;align-items:baseline;justify-content:center}.media-unit--small{background:#f01f81}.media-unit--larger{background:#ff0b10}.media-unit--content small{font-size:clamp(14px,3vw,24px);font-weight:400;padding:0 5px}@media (min-width:901px){.is-mobile{display:none}}@media (max-width:900px){.is-desktop{display:none}.mobile-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;white-space:nowrap}.hero-inner{grid-template-columns:1fr;gap:0;width:100%}.hero-img{height:200px}.hero-label{display:none}.hero-text{width:95%;margin:0 auto}.hero-img-wrap{border-radius:0;border:0}p.hero-desc{opacity:0.98;position:absolute;left:0;right:0;bottom:0;margin:0;padding:8px 10px;line-height:1.2;color:var(--text-primary);background:linear-gradient( to top,rgba(255,255,255,0.8),rgba(255,255,255,0.3) );z-index:2}.media-unit--content{font-size:clamp(17px,3.5vw,36px)}.media-unit--small{background:var(--accent)}.home .header-wrap{top:26px}.primary-intro{position:sticky;top:0}.search-box{display:none}.search-toggle{display:flex;align-items:center;justify-content:center;margin-left:auto}.burger{display:flex}.search-box{flex:1}.home-seo{font-size:12px}.home-seo h2{font-size:14px;margin-bottom:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{display:flex;gap:0;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.category-grid::-webkit-scrollbar{display:none}.category-card{scroll-snap-align:start}.category-img-wrap{width:180px}.media-inner{flex-direction:column;align-items:flex-start}.media-btn{width:100%;text-align:center}.product-grid--scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.product-grid--scroll::-webkit-scrollbar{display:none}.product-grid--scroll > .product-card{flex:0 0 62%;max-width:340px;scroll-snap-align:start}.home-latest .container{position:relative}.home-latest .container::after{content:"";position:absolute;right:0;top:34px;bottom:0;width:34px;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.35))}}@media (max-width:480px){.logo{font-size:20px}.hero h1{font-size:20px;line-height:24px}.hero p{font-size:13px}.section-header h2{font-size:16px}.mobile-search-panel{top:51px}.home .mobile-search-panel{top:77px}.product-grid{gap:12px}.product-image-wrap{aspect-ratio:auto;height:220px}}@media (max-width:480px) and (min-width:361px){.product-link{gap:5px}.product-title{font-size:14px;padding:0 8px}.price-main{font-size:16px}.price-old{font-size:14px}.product-actions{gap:5px;padding:0 8px}.btn-secondary,.btn-visit{padding:6px 0}}@media (max-width:360px){.product-grid{grid-template-columns:1fr}.product-link{gap:6px}.product-grid--scroll .product-image-wrap{height:200px}}