.search-box{display:flex;gap:8px;max-width:500px;width:100%}.search-box input{flex:1;padding:10px 16px;border:1px solid #ddd;border-radius:4px;font-size:14px;outline:none}.search-box input:focus{border-color:#1890ff}.search-box button{padding:10px 20px;background:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background .3s}.search-box button:hover{background:#40a9ff}@media (max-width: 768px){.search-box{max-width:100%}.search-box input{padding:8px 12px;font-size:14px}.search-box button{padding:8px 16px;font-size:14px}}.language-switcher{display:flex;gap:8px}.language-switcher button{padding:6px 12px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:4px;font-size:14px;transition:all .3s}.language-switcher button:hover{background:#f5f5f5}.language-switcher button.active{background:#1890ff;color:#fff;border-color:#1890ff}@media (max-width: 768px){.language-switcher button{padding:4px 8px;font-size:12px}}.header{background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.header-container{max-width:1200px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{text-decoration:none;color:#333}.logo h1{margin:0;font-size:24px;font-weight:600;color:#1890ff}.header-actions{display:flex;align-items:center;gap:16px;flex:1;justify-content:flex-end}.header-search{flex:1;max-width:400px}@media (max-width: 768px){.header-container{flex-direction:column;padding:12px 16px;gap:12px}.logo h1{font-size:20px}.header-actions{width:100%;flex-direction:column;gap:12px}.header-search{max-width:100%;width:100%}}.footer{background:#f5f5f5;border-top:1px solid #e8e8e8;margin-top:60px;padding:24px 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.footer p{margin:0;color:#666;font-size:14px}@media (max-width: 768px){.footer{margin-top:40px;padding:20px 0}.footer-container{padding:0 16px}.footer p{font-size:12px}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.main-content{padding:0 16px}}.product-card{cursor:pointer;border:none;border-radius:8px;overflow:hidden;transition:box-shadow .3s,transform .3s;background:transparent}.product-card:hover{box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}.product-image{width:100%;aspect-ratio:1;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:contain;object-position:center center;transition:opacity .3s}.product-card:hover .product-image img{opacity:.96}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;background:#fff}.product-info{padding:16px}.product-name{margin:0;font-size:16px;font-weight:500;color:#333;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card--list .product-info,.product-card--list .product-name{text-align:right}.product-card-colors{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-top:10px}.product-card-color-swatch{width:22px;height:22px;border-radius:50%;border:1px solid rgba(0,0,0,.12);padding:0;cursor:pointer;flex-shrink:0;transition:transform .2s,box-shadow .2s}.product-card-color-swatch:hover{transform:scale(1.08);box-shadow:0 0 0 2px #00000014}@media (max-width: 768px){.product-info{padding:12px}.product-name{font-size:14px}.product-card-color-swatch{width:18px;height:18px}}.home{padding:40px 0}.section-title{font-size:24px;font-weight:600;margin:0 0 24px;color:#333}.category-nav{margin-bottom:60px}.category-list{display:flex;flex-wrap:wrap;gap:12px}.category-button{padding:12px 24px;background:#fff;border:1px solid #e8e8e8;border-radius:6px;cursor:pointer;font-size:16px;transition:all .3s;color:#333}.category-button:hover{background:#1890ff;color:#fff;border-color:#1890ff;transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.featured-products{margin-top:60px}@media (max-width: 768px){.home{padding:24px 0}.section-title{font-size:20px;margin-bottom:16px}.category-nav{margin-bottom:40px}.category-list{gap:8px}.category-button{padding:10px 16px;font-size:14px}.featured-products{margin-top:40px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:16px 0;font-size:14px;color:#666}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-link{background:none;border:none;color:#1890ff;cursor:pointer;padding:0;font-size:14px;text-decoration:none;transition:color .3s}.breadcrumb-link:hover{color:#40a9ff;text-decoration:underline}.breadcrumb-current{color:#333}.breadcrumb-separator{color:#999;margin:0 4px}@media (max-width: 768px){.breadcrumb{font-size:12px;padding:12px 0}}.category-list-page{padding:24px 0 48px;background:#fff}.category-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin:8px 0 20px;padding-bottom:16px;border-bottom:1px solid #eee}.category-item-count{margin:0;font-size:15px;color:#666;font-weight:400}.category-sort{display:flex;align-items:center;gap:8px}.category-sort-label{font-size:14px;color:#666;white-space:nowrap}.category-sort-select{padding:8px 32px 8px 12px;font-size:14px;color:#333;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;min-width:160px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.category-sort-select:focus{outline:none;border-color:#1890ff}.sub-category-filter{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eee}.sub-category-filter button{padding:8px 16px;background:#fff;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s;color:#333}.sub-category-filter button:hover{border-color:#1890ff;color:#1890ff}.sub-category-filter button.active{background:#1890ff;color:#fff;border-color:#1890ff}.search-section{display:flex;gap:12px;margin-bottom:28px;max-width:600px}.search-input{flex:1;padding:10px 16px;border:1px solid #ddd;border-radius:4px;font-size:14px;outline:none}.search-input:focus{border-color:#1890ff}.search-button{padding:10px 24px;background:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background .3s}.search-button:hover{background:#40a9ff}.product-grid--category{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px 16px;margin-bottom:24px}@media (min-width: 1200px){.product-grid--category{grid-template-columns:repeat(7,1fr);gap:24px 18px}}@media (min-width: 900px) and (max-width: 1199px){.product-grid--category{grid-template-columns:repeat(5,1fr)}}@media (min-width: 600px) and (max-width: 899px){.product-grid--category{grid-template-columns:repeat(4,1fr)}}.category-load-sentinel{height:1px;width:100%}.category-loading-more{text-align:center;padding:16px;font-size:14px;color:#999}.category-list-end{height:8px}@media (max-width: 768px){.category-list-page{padding:16px 0 32px}.category-toolbar{flex-direction:column;align-items:stretch}.category-sort{justify-content:space-between}.category-sort-select{flex:1;min-width:0}.product-grid--category{grid-template-columns:repeat(2,1fr);gap:14px 12px}.search-section{max-width:100%;margin-bottom:20px}}.product-detail-page{padding:40px 0}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}.product-detail-nav{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.product-detail-nav-btn{padding:10px 18px;font-size:14px;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.product-detail-nav-btn:hover:not(:disabled){border-color:#1890ff;color:#1890ff}.product-detail-nav-btn:disabled{opacity:.4;cursor:not-allowed}.product-images{display:flex;flex-direction:column;gap:16px}.main-image-wrap{position:relative;width:100%}.main-image{width:100%;aspect-ratio:1;overflow:hidden;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center}.main-image--clickable{cursor:zoom-in}.main-image img{width:100%;height:100%;object-fit:contain;object-position:center center}.main-image-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;padding:0;border:none;border-radius:50%;background:#ffffffeb;box-shadow:0 2px 12px #0000001f;font-size:28px;line-height:1;color:#333;cursor:pointer;z-index:2;transition:background .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center}.main-image-arrow:hover{background:#fff;box-shadow:0 4px 16px #00000026}.main-image-arrow--prev{left:10px}.main-image-arrow--next{right:10px}@media (max-width: 768px){.main-image-arrow{width:38px;height:38px;font-size:24px}.main-image-arrow--prev{left:6px}.main-image-arrow--next{right:6px}}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.image-lightbox-inner{position:relative;max-width:min(96vw,1200px);max-height:90vh;display:flex;align-items:center;justify-content:center}.image-lightbox-img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.image-lightbox-close{position:absolute;top:-8px;right:-8px;z-index:3;width:44px;height:44px;border:none;border-radius:50%;background:#fffffff2;color:#333;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0003}.image-lightbox-close:hover{background:#fff}.image-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:none;border-radius:50%;background:#fffffff2;color:#333;font-size:32px;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0003}.image-lightbox-arrow:hover{background:#fff}.image-lightbox-arrow--prev{left:-12px}.image-lightbox-arrow--next{right:-12px}.image-lightbox-counter{position:absolute;bottom:-36px;left:50%;transform:translate(-50%);color:#ffffffe6;font-size:14px}@media (max-width: 768px){.image-lightbox{padding:16px}.image-lightbox-arrow{width:44px;height:44px;font-size:26px}.image-lightbox-arrow--prev{left:0}.image-lightbox-arrow--next{right:0}.image-lightbox-close{top:4px;right:4px}.image-lightbox-counter{bottom:-32px}}.image-placeholder{color:#999;font-size:16px}.thumbnail-list{display:flex;gap:12px;overflow-x:auto;padding:8px 0}.thumbnail-list img{width:80px;height:80px;object-fit:contain;object-position:center center;background:#fff;border-radius:4px;cursor:pointer;border:2px solid transparent;box-sizing:border-box;transition:all .3s;flex-shrink:0}.thumbnail-list img:hover{border-color:#1890ff}.thumbnail-list img.active{border-color:#1890ff;opacity:1}.product-info{display:flex;flex-direction:column;gap:24px}.product-title{font-size:32px;font-weight:600;margin:0;color:#333;line-height:1.4}.category-tags{display:flex;flex-wrap:wrap;gap:12px}.category-tag{padding:6px 12px;background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;font-size:14px;color:#1890ff;transition:all .3s}.category-tag:hover{background:#1890ff;color:#fff}.product-description{padding-top:24px;border-top:1px solid #e8e8e8}.product-description h2{font-size:20px;font-weight:600;margin:0 0 16px;color:#333}.product-description p{font-size:16px;line-height:1.8;color:#666;margin:0}.product-colors{padding-top:24px;border-top:1px solid #e8e8e8}.product-colors h3{font-size:18px;font-weight:600;margin:0 0 16px;color:#333}.color-list{display:flex;gap:12px;flex-wrap:wrap}.color-item{width:40px;height:40px;border-radius:50%;border:2px solid #e8e8e8;cursor:pointer;transition:transform .3s}.color-item:hover{transform:scale(1.1)}.related-products{margin-top:60px;padding-top:40px;border-top:1px solid #e8e8e8}.related-products h2{font-size:24px;font-weight:600;margin:0 0 24px;color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.loading,.not-found{text-align:center;padding:60px 20px;color:#999;font-size:16px}@media (max-width: 768px){.product-detail-page{padding:24px 0}.product-detail{grid-template-columns:1fr;gap:24px;margin-bottom:40px}.product-title{font-size:24px}.product-description h2{font-size:18px}.product-description p{font-size:14px}.product-colors h3{font-size:16px}.related-products{margin-top:40px;padding-top:24px}.related-products h2{font-size:20px;margin-bottom:16px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.thumbnail-list img{width:60px;height:60px}}.search-results-page{padding:40px 0}.page-title{font-size:24px;font-weight:600;margin:24px 0;color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;margin-bottom:40px}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:40px}.pagination-button{padding:8px 16px;background:#fff;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s}.pagination-button:hover:not(:disabled){background:#1890ff;color:#fff;border-color:#1890ff}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:14px;color:#666}.loading,.empty-state{text-align:center;padding:60px 20px;color:#999;font-size:16px}@media (max-width: 768px){.search-results-page{padding:24px 0}.page-title{font-size:20px;margin:16px 0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-bottom:32px}.pagination{flex-direction:column;gap:12px}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font-family:inherit}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}
