.language-switcher{position:relative}.language-switcher-trigger{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;min-width:72px;justify-content:center;border:1px solid #d4cfc4;background:#fff;border-radius:4px;font-size:13px;font-weight:600;letter-spacing:.04em;color:#2c2419;cursor:pointer;transition:border-color .2s,background .2s}.language-switcher-trigger:hover{border-color:#4a4332;background:#faf9f7}.language-switcher-chevron{font-size:9px;color:#6b6358;line-height:1}.language-switcher-menu{position:absolute;right:0;top:calc(100% + 6px);margin:0;padding:6px 0;list-style:none;min-width:120px;background:#fff;border:1px solid #e5e0d8;border-radius:6px;box-shadow:0 8px 24px #2c24191f;z-index:220}.language-switcher-menu button{display:block;width:100%;padding:10px 16px;border:none;background:transparent;text-align:left;font-size:14px;color:#3d3429;cursor:pointer;transition:background .15s}.language-switcher-menu button:hover{background:#4a433214}.language-switcher-menu button.is-active{font-weight:600;color:#4a4332;background:#4a43320f}.header{background:#fff;position:sticky;top:0;z-index:200;box-shadow:0 1px #0000000f}.header-topbar{height:40px;background:#5e5e4c;width:100%}.header-inner{max-width:var(--content-max, 1200px);margin:0 auto;padding:0 20px}.header-row-brand{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:14px 0 10px}.header-brand-spacer{min-width:0}.header-company{grid-column:2;justify-self:center;text-decoration:none;line-height:0;max-width:min(100%,var(--brand-mark-max, 520px))}.header-company-img{display:block;max-width:100%;height:auto;max-height:72px;object-fit:contain}.header-company-fallback{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:4px 8px}.header-company-fallback-zh{font-size:1.25rem;font-weight:700;color:#2c2419;letter-spacing:.02em}.header-company-fallback-en{font-size:.7rem;font-weight:500;letter-spacing:.06em;color:#8b7355;text-transform:uppercase}.header-lang{grid-column:3;justify-self:end;min-width:0}.header-search-strip{padding:0 0 14px;display:flex;justify-content:center}.header-search-strip .search-box{width:100%;max-width:420px}.header-nav-band{width:100%;background:#fafafa;border-top:1px solid #ece8e4;--header-nav-trigger-font-size: 20px}.header-row-nav{display:flex;align-items:center;gap:24px;padding:14px 0 12px}.header-logo-link{flex-shrink:0;line-height:0;text-decoration:none}.header-logo-img{display:block;width:56px;height:56px;object-fit:contain}.header-logo-fallback{display:block;width:56px;height:56px;border-radius:4px;background:linear-gradient(145deg,#4a4332,#2c2419)}.header-nav{flex:1;min-width:0;display:flex;justify-content:center}.header-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:4px 8px}.header-nav-item{position:relative}.header-nav-trigger{display:block;padding:10px 16px;font-size:var(--header-nav-trigger-font-size, 20px);font-weight:500;color:#2c2419;text-decoration:none;white-space:nowrap;border-radius:4px;transition:color .2s,background .2s}.header-nav-trigger:hover{color:#5c4a32;background:#4a43320f}.header-nav-dropdown{position:absolute;left:50%;transform:translate(-50%);top:100%;margin-top:0;padding-top:6px;min-width:160px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .08s ease,visibility .08s ease;z-index:210}.header-nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:0;height:6px}.header-nav-dropdown--open{opacity:1;visibility:visible;pointer-events:auto}.header-nav-dropdown ul{list-style:none;margin:0;padding:8px 0;background:#fff;border:1px solid #e5e0d8;border-radius:6px;box-shadow:0 8px 24px #2c24191f}.header-nav-dropdown li{margin:0}.header-nav-sublink{display:block;padding:10px 18px;font-size:15px;color:#3d3429;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.header-nav-sublink:hover{background:#4a433214;color:#4a4332}@media (max-width: 768px){.header-inner{padding:0 14px}.header-row-brand{grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:center;text-align:center;padding-top:10px}.header-brand-spacer{display:none}.header-company{grid-column:1;grid-row:1;max-width:100%}.header-company-img{max-height:56px}.header-lang{grid-column:1;grid-row:2;justify-self:center;margin-top:4px}.header-row-nav{flex-direction:column;align-items:stretch;gap:12px;padding-top:12px}.header-logo-link{align-self:center}.header-nav-list{justify-content:flex-start;flex-wrap:wrap;gap:4px 8px;padding-bottom:6px}.header-nav-item{flex-shrink:0}.header-nav-trigger{padding:8px 12px}}.footer{background:#fff;border-top:1px solid #ece8e4;margin-top:60px;padding:48px 0 32px;color:#1a1a1a}.footer-container{max-width:var(--content-max, 1200px);margin:0 auto;padding:0 20px}.footer-contact{margin-bottom:48px}.footer-contact-title{margin:0 0 32px;text-align:center;font-size:1.125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#111}.footer-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 24px;align-items:stretch}.footer-contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:14px;line-height:1.65;min-height:100%}.footer-contact-line{margin:0 0 6px}.footer-contact-label{color:#333;font-weight:500}.footer-link{color:inherit;text-decoration:underline;text-underline-offset:3px;transition:color .15s}.footer-link:hover{color:#5c4a32}.footer-qr-wrap{margin-top:auto;padding-top:14px;display:flex;justify-content:center;width:100%}.footer-qr{display:block;width:120px;height:auto;max-width:100%;object-fit:contain}.footer-company{padding-top:36px;border-top:1px solid #ece8e4;display:flex;flex-direction:column;align-items:center}.footer-company-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;width:100%}.footer-home-link{display:block;line-height:0;text-decoration:none;color:inherit;border-radius:4px}.footer-home-link:focus-visible{outline:2px solid #5c4a32;outline-offset:4px}.footer-home-link--name{width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.footer-company-logo-wrap{grid-column:1;justify-self:start;align-self:center}.footer-company-logo{display:block;width:144px;height:144px;object-fit:contain}.footer-company-main{grid-column:2;justify-self:center;width:100%;max-width:min(100%,var(--brand-mark-max, 520px));text-align:center}.footer-company-spacer{grid-column:3;min-width:0;pointer-events:none}.footer-company-name-img{display:block;max-width:100%;height:auto;max-height:56px;margin:0 auto 20px;object-fit:contain}.footer-company-details{font-size:14px;line-height:1.75;color:#2c2419}.footer-company-details p{margin:0 0 8px}.footer-phone-office{text-decoration:underline;text-underline-offset:3px}.footer-copy{margin:36px 0 0;text-align:center;font-size:13px;color:#666}@media (max-width: 900px){.footer-contact-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}@media (max-width: 768px){.footer{margin-top:40px;padding:36px 0 28px}.footer-container{padding:0 16px}.footer-contact-title{font-size:1rem;margin-bottom:24px}.footer-company-row{display:flex;flex-direction:column;align-items:center;gap:20px}.footer-company-logo-wrap,.footer-company-main,.footer-company-spacer{grid-column:unset;justify-self:unset}.footer-company-spacer{display:none}.footer-company-main{min-width:0;max-width:min(100%,var(--brand-mark-max, 520px))}.footer-copy,.footer-icp{font-size:12px}}:root{--brand-mark-max: 520px;--content-max: 1200px}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%;max-width:var(--content-max, 1200px);margin:0 auto;padding:0 20px}@media (max-width: 768px){.main-content{padding:0 16px}}.home-carousel{width:100%;max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:0;display:flex;flex-direction:column;align-items:center}.home-carousel-viewport{position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:8px;background:#fff}.home-carousel-track{display:flex;flex-direction:row;align-items:stretch;transition:transform .45s ease;will-change:transform}.home-carousel-item{flex:0 0 calc(100% / var(--carousel-n, 1));min-width:0;padding:0 10px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.home-carousel-thumb{width:100%;max-width:280px;margin:0 auto;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0000000f}.home-carousel-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.home-carousel-item-label{margin:12px 0 4px;text-align:center;font-size:15px;font-weight:500;color:#2c2419;line-height:1.4}.home-carousel-arrow{position:absolute;top:42%;transform:translateY(-50%);z-index:3;width:40px;height:56px;padding:0;border:none;border-radius:4px;background:#3737376b;color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.home-carousel-arrow:hover{background:#28282894}.home-carousel-arrow:focus-visible{outline:2px solid #5c4a32;outline-offset:2px}.home-carousel-arrow--prev{left:8px}.home-carousel-arrow--next{right:8px}.home-carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px;width:100%}.home-carousel-dot{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:#ccc;cursor:pointer;transition:background .2s,transform .2s}.home-carousel-dot:hover{background:#999}.home-carousel-dot--active{background:#5c4a32;transform:scale(1.15)}@media (max-width: 992px){.home-carousel-item{padding:0 8px}.home-carousel-thumb{max-width:240px}}@media (max-width: 600px){.home-carousel-viewport{border-radius:6px}.home-carousel-item{padding:0 6px}.home-carousel-thumb{max-width:none}.home-carousel-item-label{font-size:14px;margin-top:10px}.home-carousel-arrow{width:32px;height:48px;font-size:22px}.home-carousel-arrow--prev{left:4px}.home-carousel-arrow--next{right:4px}}.home-company-video{width:100%;margin-top:8px}.home-company-video-poster{position:relative;display:block;width:100%;padding:0;border:none;border-radius:8px;overflow:hidden;cursor:pointer;background:#111;line-height:0;aspect-ratio:16 / 9;max-height:min(52vh,420px);min-height:160px}.home-company-video-poster:focus-visible{outline:2px solid #5c4a32;outline-offset:4px}.home-company-video-poster-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.home-company-video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000047;transition:background .2s}.home-company-video-poster:hover .home-company-video-play{background:#0006}.home-company-video-play-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#fffffff2;color:#2c2419;font-size:28px;padding-left:6px;box-shadow:0 4px 24px #00000040}.home-company-video-frame{width:100%;aspect-ratio:16 / 9;max-height:min(52vh,420px);min-height:160px;border-radius:8px;overflow:hidden;background:#0a0a0a}.home-company-video-el{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}@media (max-width: 768px){.home-company-video{margin-top:20px}.home-company-video-poster,.home-company-video-frame{max-height:none;border-radius:6px}.home-company-video-play-icon{width:56px;height:56px;font-size:22px}}.home{padding:40px 0 56px}.home-featured{margin-top:32px;margin-bottom:72px;padding-bottom:32px;display:flex;flex-direction:column;align-items:center;width:100%}.home-featured-title{width:100%;max-width:100%;margin:0 0 40px;padding:0 8px;box-sizing:border-box;text-align:center;font-size:40px;font-weight:600;color:#2c2419;letter-spacing:.06em}.home-featured .home-carousel{width:100%;max-width:100%;margin-bottom:0}.home-carousel-empty{margin-top:24px;margin-bottom:56px}.loading,.empty-state{text-align:center;padding:48px 20px;color:#999;font-size:16px}.home-carousel-empty.empty-state{padding-top:40px;padding-bottom:48px}@media (max-width: 768px){.home{padding:28px 0 44px}.home-featured{margin-top:20px;margin-bottom:52px;padding-top:16px;padding-bottom:24px}.home-featured-title{font-size:1.2rem;margin-bottom:28px;letter-spacing:.04em}.home-carousel-empty{margin-top:16px;margin-bottom:44px}.home-carousel-empty.empty-state{padding-top:32px;padding-bottom:40px}}.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:#5c4a32;cursor:pointer;padding:0;font-size:14px;text-decoration:none;transition:color .3s}.breadcrumb-link:hover{color:#4a4332;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}}.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}}.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:#5c4a32}.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:#5c4a32;color:#5c4a32}.sub-category-filter button.active{background:#5c4a32;color:#fff;border-color:#5c4a32}.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:#5c4a32}.search-button{padding:10px 24px;background:#5c4a32;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background .3s}.search-button:hover{background:#4a4332}.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:#5c4a32;color:#5c4a32}.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:#5c4a32}.thumbnail-list img.active{border-color:#5c4a32;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:#5c4a32;transition:all .3s}.category-tag:hover{background:#5c4a32;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:#5c4a32;color:#fff;border-color:#5c4a32}.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}
