.app-header{background:#fff;box-shadow:0 2px 8px #0000001a;padding:0 24px;position:sticky;top:0;z-index:1000;height:64px}.header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;height:100%;position:relative}.logo{display:flex;align-items:center;justify-content:center;color:#2d68c4;font-size:20px;font-weight:700;text-decoration:none;white-space:nowrap;text-align:center}.logo-icon{font-size:28px}.logo:hover{color:#2d68c4}.header-search{flex:1;max-width:500px;margin:20px 24px 0}.header-actions{display:flex;align-items:center;gap:16px}.cart-button{color:#2d68c4}.cart-button:hover{color:#2d68c4!important}.header-actions .ant-badge{display:inline-block}.header-actions .ant-badge .ant-scroll-number{top:6px!important;right:0!important;min-width:16px!important;height:16px!important;line-height:16px!important;font-size:10px!important;padding:0 4px!important}@media (max-width: 768px){.app-header{padding:0 12px;box-shadow:0 1px 4px #0000001a;height:48px;position:fixed;top:0;left:0;right:0;width:100%}.logo-text{display:block}.header-search{max-width:none;display:none}.logo{flex:1;justify-content:center;font-size:19px}.logo-icon{font-size:25px}.header-actions .ant-btn{padding:0 6px}.cart-button .anticon{font-size:23px!important}}@media (max-width: 576px){.app-header{padding:0 10px;height:48px}.logo-icon{font-size:23px}.logo{font-size:18px}.header-content,.header-actions{gap:6px}.header-actions .ant-btn{padding:0 6px;height:36px}.cart-button .anticon{font-size:23px!important}}.app-footer{background:#2d68c4;color:#fff;padding:32px 24px}.footer-links{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.footer-links.simple{grid-template-columns:repeat(2,1fr)}.footer-section h4{color:#2d68c4;margin-bottom:12px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px;color:#ccc}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#2d68c4}@media (max-width: 768px){.app-footer{display:none}.footer-links{grid-template-columns:1fr}}.product-card-wrapper{height:100%;display:flex;flex-direction:column}.product-card{height:100%;display:flex;flex-direction:column;flex:1}.product-card .ant-card-cover{margin:0;padding:0}.product-card .ant-card-body{flex:1;padding:12px}.product-card .ant-card-actions{border-top:1px solid #f0f0f0}.product-card .cart-button{color:#2d68c4}.product-card .cart-button:hover:not(:disabled){color:#2d68c4;background:#1e3a8a0f}.product-card .cart-button:active:not(:disabled){color:#2d68c4}.product-image-container{position:relative;width:100%;height:160px;display:flex;align-items:center;justify-content:center;background:transparent;overflow:hidden}.product-image-container img{max-width:100%;max-height:100%;object-fit:contain;cursor:pointer}.product-image-container .ant-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-image-container .ant-image-img{cursor:pointer;transition:transform .3s ease}.product-image-container .ant-image:hover .ant-image-img{transform:scale(1.05)}.product-image-container .ant-image-mask{border-radius:0}.product-image-preview-mask{background:#0009!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.no-image{color:#6b7280;font-size:14px}.out-of-stock-overlay{position:absolute;top:12px;right:12px}.product-content{display:flex;gap:12px;align-items:flex-start;min-height:44px}.product-title{flex:1;font-size:15px;font-weight:500;line-height:1.4;color:#000;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.product-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-price{flex-shrink:0;font-size:20px;font-weight:700;color:#2d68c4;white-space:nowrap;line-height:1.4}.mobile-actions,.mobile-view-button{display:none}@media (max-width: 576px){.product-card-wrapper{display:flex;flex-direction:row;height:auto;border-bottom:1px solid #f0f0f0;margin:0!important;padding:10px;background:#fff}.product-card-wrapper:first-child{border-top:none}.product-card-wrapper:last-child{border-bottom:none}.product-card{display:flex;flex-direction:row;flex:1;border-radius:0;border:none;box-shadow:none;overflow:hidden;cursor:default!important;pointer-events:none}.product-card:hover{box-shadow:none!important}.product-card.ant-card-hoverable:hover{box-shadow:none!important;cursor:default!important}.product-card button,.product-card input,.product-card .mobile-view-button,.product-card .product-image-container,.product-card .ant-image,.product-card .ant-image-img,.product-card .ant-image-mask{pointer-events:auto}.product-card .ant-card-cover{width:87px;flex-shrink:0;margin:0}.product-image-container{width:87px;height:100%;min-height:87px;border-radius:4px;display:flex;align-items:center;justify-content:center}.product-image-container img{border-radius:4px;width:100%;height:100%;object-fit:cover;cursor:pointer}.product-image-container .ant-image:hover .ant-image-img{transform:none}.product-image-container .ant-image{width:100%;height:100%}.product-image-container .ant-image-mask{cursor:pointer;-webkit-tap-highlight-color:transparent}.product-image-container .ant-image:active .ant-image-img{opacity:.8}.product-card .ant-card-body{flex:1;padding:0;display:flex;flex-direction:column;min-height:87px}.product-content{display:flex;flex-direction:column;gap:0;min-height:auto;flex:1;padding:4px 5px;justify-content:space-between;position:relative}.mobile-view-button{display:flex!important;position:absolute;top:0;right:0;width:20px;height:20px;min-width:20px;padding:0;font-size:14px;color:#999;align-items:center;justify-content:center;z-index:1;border:1px solid transparent;border-radius:3px;background:transparent;transition:all .2s ease}.mobile-view-button:hover{color:#2d68c4;background:linear-gradient(180deg,#dbeafe,#2d68c4);border-color:#2d68c4;box-shadow:0 1px 3px #1e3a8a26}.mobile-view-button:active{background:linear-gradient(180deg,#2d68c4,#2d68c4);box-shadow:0 1px 2px #1e3a8a33 inset}.mobile-view-button .anticon{font-size:15px}.product-title{font-size:14px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px;padding-right:22px}.product-bottom-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:2px!important;margin-top:2px;width:100%;min-height:18px}.product-price{font-size:18px;margin:0;flex:0 0 auto;line-height:1;min-width:35px}.product-card .ant-card-actions{display:none}.mobile-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:0;padding:0;background:transparent;flex-shrink:0;min-width:35px}.mobile-actions .mobile-cart-button{margin-left:5px}.mobile-quantity-btn:first-of-type,.mobile-quantity-display,.mobile-quantity-btn:nth-of-type(3){vertical-align:middle}.mobile-quantity-btn{width:18px;height:18px;min-width:18px;padding:0;font-size:13px;color:#666;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;background:linear-gradient(180deg,#fff,#fafafa);transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.mobile-quantity-btn:first-of-type{border-radius:3px 0 0 3px;border-right:.5px solid #e0e0e0}.mobile-quantity-btn:nth-of-type(3){border-radius:0 3px 3px 0;border-left:.5px solid #e0e0e0}.mobile-quantity-btn:hover:not(:disabled){color:#2d68c4;border-color:#2d68c4;background:linear-gradient(180deg,#dbeafe,#2d68c4);box-shadow:0 2px 4px #1e3a8a26;transform:translateY(-.5px);z-index:1}.mobile-quantity-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #1e3a8a33 inset;background:linear-gradient(180deg,#2d68c4,#2d68c4)}.mobile-quantity-btn:disabled{color:#d0d0d0;border-color:#f0f0f0;background:linear-gradient(180deg,#fafafa,#f5f5f5);box-shadow:none;cursor:not-allowed}.mobile-quantity-btn .anticon{font-size:12px;font-weight:600}.mobile-quantity-display{width:28px;height:18px;line-height:16px;text-align:center;font-size:14px;font-weight:600;color:#333;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;border-left:none;border-right:none;background:#fff;display:inline-block;padding:0;margin:0;outline:none;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:textfield;appearance:none;transition:all .2s ease;box-shadow:0 1px 2px #0000000a inset}.mobile-quantity-display::-webkit-outer-spin-button,.mobile-quantity-display::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mobile-quantity-display:focus{border-top-color:#2d68c4;border-bottom-color:#2d68c4;background:linear-gradient(180deg,#f0f9ff,#2d68c4);color:#2d68c4;box-shadow:0 2px 4px #1e3a8a1a inset;z-index:2}.mobile-quantity-display:disabled{color:#bbb;background:#f8f8f8;border-top-color:#f0f0f0;border-bottom-color:#f0f0f0}.mobile-cart-button{color:#2d68c4;font-size:15px;padding:0;height:18px;width:18px;line-height:1;min-width:18px;display:flex;align-items:center;justify-content:center;border:1px solid #2D68C4;border-radius:3px;background:linear-gradient(180deg,#dbeafe,#2d68c4);transition:all .2s ease;box-shadow:0 1px 3px #1e3a8a33}.mobile-cart-button:hover:not(:disabled){color:#fff;background:linear-gradient(180deg,#2d68c4,#2d68c4);border-color:#2d68c4;box-shadow:0 2px 5px #1e3a8a4d;transform:translateY(-.5px)}.mobile-cart-button:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #1e3a8a4d inset;background:linear-gradient(180deg,#2d68c4,#2d68c4)}.mobile-cart-button:disabled{color:#ccc;border-color:#e0e0e0;background:linear-gradient(180deg,#f5f5f5,#efefef);box-shadow:none;cursor:not-allowed}.out-of-stock-overlay{top:2px;right:2px}.out-of-stock-overlay .ant-tag{font-size:11px;padding:0 2px;line-height:12px;height:12px}.home-page.with-subcategories .product-card{border-bottom:none;margin:0;width:100%;max-width:100%}.home-page.with-subcategories .product-card-wrapper{width:100%;max-width:100%}.home-page.with-subcategories .product-card .ant-card-body{min-height:87px;padding:6px 8px}.home-page.with-subcategories .mobile-view-button{display:flex!important;position:absolute;top:2px;right:2px;z-index:10}.home-page.with-subcategories .mobile-actions{display:flex!important;min-width:40px}.home-page.with-subcategories .product-bottom-row{display:flex!important;min-height:20px}.home-page.with-subcategories .product-title{padding-right:24px;margin-bottom:4px}}@media (max-width: 480px){.product-card-wrapper{padding:6px 4px}.product-image-container{width:75px;min-height:75px}.product-card .ant-card-body{min-height:75px;padding:2px 4px}.product-content{padding:2px 3px}.mobile-view-button{width:18px;height:18px;min-width:18px;font-size:13px;top:1px;right:1px}.mobile-view-button .anticon{font-size:13px}.product-title{font-size:13px;padding-right:20px;margin-bottom:2px}.product-bottom-row{min-height:16px;gap:1px}.product-price{font-size:11px;min-width:30px}.mobile-actions{min-width:30px}.mobile-cart-button{width:16px;height:16px;min-width:16px;font-size:13px}.mobile-quantity-btn{width:14px;height:14px;min-width:14px;font-size:11px}.mobile-quantity-display{width:20px;height:14px;font-size:11px;padding:0 1px;line-height:12px}.home-page.with-subcategories .product-card .ant-card-body{min-height:75px;padding:2px 4px}.home-page.with-subcategories .mobile-view-button{display:flex!important;position:absolute;top:1px;right:1px;z-index:10}.home-page.with-subcategories .mobile-actions{display:flex!important;min-width:30px}.home-page.with-subcategories .product-bottom-row{display:flex!important;min-height:16px}.home-page.with-subcategories .product-title{padding-right:20px;margin-bottom:2px}}.home-page{max-width:1400px;margin:0 auto;background-color:#f5f5f5}.mobile-banner{display:none!important}.hero-section{text-align:center;padding:48px 24px;background:linear-gradient(135deg,#2d68c4,#2d68c4);border-radius:8px;margin-bottom:32px;color:#fff}.hero-section h1{color:#fff!important;margin-bottom:16px}.hero-description{font-size:18px;margin:0;opacity:.95}.desktop-only{display:block}.mobile-platform-intro{display:none}.search-result-header{margin-bottom:24px}.categories-section{margin-bottom:48px}.category-card{text-align:center;border-radius:8px;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.category-info h3{margin:0 0 8px;color:#2d68c4;font-size:19px;font-weight:400}.category-info p{margin:0;color:#374151;font-size:16px;font-weight:400}.products-section{margin-top:16px}.products-section h2{font-size:18px;margin-bottom:16px}.products-section .ant-col{border-bottom:1px solid #e5e7eb}.products-section .ant-col:last-child{border-bottom:none}.mobile-platform-intro{padding:16px 12px;background:#fff;border-radius:6px;margin-bottom:16px}.platform-welcome{text-align:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.platform-welcome h2{color:#2d68c4;font-size:20px;font-weight:600;margin-bottom:10px;line-height:1.3}.platform-description{color:#374151;font-size:14px;line-height:1.5;margin:0;text-align:left}.usage-guide{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.usage-guide h3{color:#2d68c4;font-size:16px;font-weight:600;margin-bottom:8px}.usage-guide ol{margin:0;padding-left:16px}.usage-guide li{color:#374151;font-size:13px;line-height:1.4;margin-bottom:6px}.important-notes h3{color:#dc2626;font-size:16px;font-weight:600;margin-bottom:8px}.important-notes ul{margin:0;padding-left:16px}.important-notes li{color:#374151;font-size:13px;line-height:1.4;margin-bottom:6px}.contact-us{margin-top:16px;border-top:1px solid #e5e7eb;background:#f8fafc;padding:16px 12px;border-radius:4px;margin-left:-12px;margin-right:-12px}.contact-us h3{color:#2d68c4;font-size:16px;font-weight:600;margin-bottom:12px;text-align:center}.contact-us p{color:#374151;font-size:13px;line-height:1.5;margin-bottom:8px;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;background:#fff;border-radius:3px;border:1px solid #e5e7eb;transition:all .2s ease}.contact-us p:hover{background:#f1f5f9;border-color:#2d68c4;transform:translateY(-1px)}.contact-us p:last-child{margin-bottom:0}.contact-us p:before{content:"";width:14px;height:14px;background-size:contain;background-repeat:no-repeat;background-position:center}.contact-us p:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232D68C4' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")}.contact-us p:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232D68C4' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0020.885 3.488'/%3E%3C/svg%3E")}.contact-us p:nth-child(4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232D68C4' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E")}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.empty-state-card{margin-top:32px;text-align:center;padding:48px 24px}.empty-state-card code{background:#f3f4f6;padding:2px 8px;border-radius:4px;font-family:monospace;color:#374151}.category-tabs-wrapper{display:none}.category-tabs-wrapper::-webkit-scrollbar{width:4px}.category-tabs-wrapper::-webkit-scrollbar-track{background:#f7f7f7}.category-tabs-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.category-tabs-wrapper::-webkit-scrollbar-thumb:hover{background:#999}.category-tabs{display:flex;flex-direction:column;padding:0}.category-tab{padding:12px 4px;background:#f7f7f7;border-bottom:1px solid #e8e8e8;cursor:pointer;transition:all .3s;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.category-tab:hover{background:#fff}.category-tab.active{background:#fff;color:#2d68c4;font-weight:600;border-left:3px solid #2D68C4;padding-left:1px}.category-tab-name{font-size:11px;font-weight:500;line-height:1.2;word-break:break-word}.category-tab-count,.subcategory-tabs-wrapper{display:none}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.desktop-only{display:none!important}.home-page{padding-top:48px}.mobile-platform-intro{display:block}.category-tabs-wrapper{display:block;position:fixed;left:0;top:48px;width:60px;height:calc(100vh - 48px);background:#f7f7f7;border-right:1px solid #e8e8e8;z-index:100;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc #f7f7f7}.category-tabs-wrapper::-webkit-scrollbar{width:4px}.category-tabs-wrapper::-webkit-scrollbar-track{background:#f7f7f7}.category-tabs-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.category-tabs-wrapper::-webkit-scrollbar-thumb:hover{background:#999}.category-tabs{display:flex;flex-direction:column;padding:0}.category-tab{padding:12px 4px;background:#f7f7f7;border-bottom:1px solid #e8e8e8;cursor:pointer;transition:all .3s;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.category-tab:hover{background:#fff}.category-tab.active{background:#fff;color:#2d68c4;font-weight:600;border-left:3px solid #2D68C4;padding-left:1px}.category-tab-name{font-size:15px;font-weight:600;line-height:1.2;word-break:break-word}.subcategory-tabs-wrapper{display:block;position:fixed;left:60px;top:48px;width:60px;height:calc(100vh - 48px);background:#fff;border-right:1px solid #e8e8e8;z-index:99;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc #fff;animation:slideInFromLeft .3s ease-out;box-shadow:2px 0 8px #0000001a}.subcategory-tabs-wrapper::-webkit-scrollbar{width:4px}.subcategory-tabs-wrapper::-webkit-scrollbar-track{background:#fff}.subcategory-tabs-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.subcategory-tabs-wrapper::-webkit-scrollbar-thumb:hover{background:#999}.subcategory-tabs{display:flex;flex-direction:column;padding:0}.subcategory-tab{padding:12px 4px;background:#fff;border-bottom:1px solid #e8e8e8;cursor:pointer;transition:all .3s;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.subcategory-tab:hover{background:#f7f7f7}.subcategory-tab.active{background:#dbeafe;color:#2d68c4;font-weight:600;border-left:3px solid #2D68C4;padding-left:1px}.subcategory-tab-name{font-size:15px;font-weight:600;line-height:1.2;word-break:break-word}.home-page.with-categories .products-section{margin-left:60px}.home-page.with-subcategories .products-section{margin-left:120px;padding:0 8px;margin-top:0}.home-page.with-categories .mobile-platform-intro,.home-page.with-subcategories .mobile-platform-intro{margin-left:0;margin-right:0}.home-page.with-subcategories .products-section .ant-row{margin:0!important;row-gap:0!important}.home-page.with-subcategories .products-section .ant-col{padding:0!important}.home-page.with-subcategories .products-section h2,.home-page.with-subcategories .products-section h3{display:none}.hero-section{padding:32px 16px}.hero-section h1{font-size:27px}.hero-description{font-size:19px}}@media (max-width: 576px){.home-page{padding:48px 0 0}.hero-section{padding:24px 12px;margin-bottom:20px;border-radius:6px}.category-info h3{font-size:18px;font-weight:600}.category-info p{font-size:16px;font-weight:500}.empty-state-card{padding:24px 12px}.products-section{padding:0 12px}.search-result-header{padding:0 16px}.category-tabs-wrapper{width:50px}.home-page.with-categories .products-section{margin-left:55px}.home-page.with-subcategories .products-section{margin-left:98px;padding:0 4px;margin-top:0}.home-page.with-categories .mobile-platform-intro,.home-page.with-subcategories .mobile-platform-intro{margin-left:0;margin-right:0}.home-page.with-subcategories .products-section .ant-row{margin:0!important;row-gap:0!important}.home-page.with-subcategories .products-section .ant-col{padding:0!important}.home-page.with-subcategories .products-section h2,.home-page.with-subcategories .products-section h3{display:none}.category-tab{padding:10px 3px}.category-tab.active{padding-left:1px}.category-tab-name{font-size:15px;line-height:1.1;font-weight:600}.subcategory-tabs-wrapper{left:50px;width:50px}.subcategory-tab{padding:10px 3px}.subcategory-tab.active{padding-left:1px}.subcategory-tab-name{font-size:14px;line-height:1.1;font-weight:600}}.category-page{max-width:1400px;margin:0 auto;background-color:#f5f5f5}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.category-breadcrumb{flex:1}.category-product-count{color:#374151;font-size:14px;white-space:nowrap;flex-shrink:0}.category-name-nl{display:inline}.mobile-category-banner{display:none;background:linear-gradient(135deg,#2d68c4,#2d68c4);padding:12px 16px;color:#fff;margin:0}.banner-title{font-size:21px;font-weight:600;margin-bottom:4px}.banner-subtitle{font-size:15px;opacity:.9}.desktop-subcategories{margin-bottom:32px}.desktop-subcategory-card{border:1px solid #f0f0f0;border-radius:8px;padding:16px;cursor:pointer;text-align:center;transition:all .3s}.desktop-subcategory-card:hover{border-color:#2d68c4;box-shadow:0 2px 8px #1e3a8a1a}.subcategory-name{color:#2d68c4;font-weight:600;margin-bottom:4px;font-size:18px}.subcategory-count{font-size:14px;color:#6b7280;font-weight:500}.mobile-category-content{display:none;background-color:#f5f5f5}.subcategory-sidebar{display:none}.products-content{padding:16px 12px;min-height:calc(100vh - 48px);background-color:#f5f5f5}.products-content.full-width{margin-left:0}@media (max-width: 768px){.products-content.full-width{padding-top:80px}}@media (max-width: 576px){.products-content.full-width{padding-top:69px}}.products-grid{margin:0!important}.desktop-products{display:block}@media (max-width: 768px){.desktop-header,.desktop-subcategories,.desktop-products{display:none!important}.mobile-category-banner,.mobile-category-content{display:block}.mobile-category-content{background-color:#f5f5f5!important;min-height:100vh}.category-page{margin:0;padding:48px 0 0;background-color:#f5f5f5}.mobile-category-banner{position:fixed;top:48px;left:0;right:0;width:100%;z-index:100;margin:0;background:#2d68c4!important;background:linear-gradient(135deg,#2d68c4,#2d68c4)!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.subcategory-sidebar{display:block;position:fixed;left:0;top:112px;width:60px;height:calc(100vh - 112px);background:#f7f7f7!important;overflow-y:auto;border-right:1px solid #e8e8e8;z-index:99;scrollbar-width:thin;scrollbar-color:#ccc #f7f7f7;-webkit-backface-visibility:hidden;backface-visibility:hidden}.subcategory-sidebar::-webkit-scrollbar{width:4px}.subcategory-sidebar::-webkit-scrollbar-track{background:#f7f7f7}.subcategory-sidebar::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.subcategory-sidebar::-webkit-scrollbar-thumb:hover{background:#999}.subcategory-item{padding:12px 4px;text-align:center;cursor:pointer;border-bottom:1px solid #e8e8e8;background:#f7f7f7;transition:all .3s}.subcategory-item:hover{background:#fff}.subcategory-item.active{background:#fff;color:#2d68c4;font-weight:600;border-left:3px solid #2D68C4;padding-left:1px}.subcategory-item-name{font-size:15px;word-break:break-word;line-height:1.2;font-weight:600}.products-content{margin-left:60px;padding:80px 12px 16px;min-height:calc(100vh - 112px);background-color:#f5f5f5!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.category-name-nl{display:none}}@media (max-width: 576px){.category-page,.mobile-category-content{background-color:#f5f5f5!important}.subcategory-sidebar{width:55px;top:105px;height:calc(100vh - 105px);background:#f7f7f7!important}.products-content{margin-left:55px;padding:69px 8px 12px;min-height:calc(100vh - 105px);background-color:#f5f5f5!important}.subcategory-item{padding:10px 3px}.subcategory-item-name{font-size:14px;font-weight:600}.products-grid .ant-col-xs-24{padding:0!important;margin-bottom:0!important}.mobile-category-banner{margin:0;border-bottom:1px solid rgba(255,255,255,.3);padding:10px 12px;background:#2d68c4!important;background:linear-gradient(135deg,#2d68c4,#2d68c4)!important}.banner-title{font-size:19px}.banner-subtitle{font-size:14px}}.product-detail-page{max-width:1400px;margin:0 auto}.product-image-section{background:#fafafa;padding:24px;border-radius:8px;display:flex;align-items:center;justify-content:center}.product-image-section img{max-width:100%;height:auto}.product-info-section{padding:24px}.product-info-section .ant-typography h2{font-size:28px}.product-price-section{margin:24px 0;display:flex;align-items:center}.product-price{font-size:15px;font-weight:700;color:#2d68c4}.product-actions{margin-top:32px;padding-top:32px;border-top:1px solid #e5e7eb}.quantity-selector{display:flex;align-items:center;margin-bottom:24px}.action-buttons{display:flex;gap:12px}@media (max-width: 768px){.product-detail-page{padding:0 18px}.product-detail-page .ant-breadcrumb{display:none}.product-image-section{padding:12px 8px;border-radius:6px}.product-info-section{padding:16px 0}.product-info-section h2.ant-typography,.product-info-section .ant-typography.ant-typography-h2{font-size:16px!important;line-height:1.4!important;margin-bottom:12px!important;font-weight:600!important}.product-price-section{margin:16px 0}.product-actions{margin-top:24px;padding-top:24px}.action-buttons{flex-direction:column}.action-buttons button{width:100%}}@media (max-width: 576px){.product-detail-page{padding:56px 18px 0}.back-button-wrapper{display:flex;justify-content:flex-end}.back-button{display:flex!important;align-items:center}.product-image-section{padding:8px 4px;border-radius:4px}.product-info-section h2.ant-typography,.product-info-section .ant-typography.ant-typography-h2{font-size:15px!important;line-height:1.4!important;margin-bottom:10px!important;font-weight:600!important}.quantity-selector{margin-bottom:16px}}.cart-page{max-width:1400px;margin:0 auto}.cart-item{padding:16px 0}.cart-item-content{display:flex;gap:16px;width:100%;align-items:flex-start}.cart-item-image{flex-shrink:0;height:80px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:8px;position:relative}.cart-item-title{font-size:16px;font-weight:500;color:#000;cursor:pointer;line-height:1.4;max-width:calc(100% - 120px);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.cart-item-title:hover{color:#2d68c4}.cart-item-meta{font-size:14px}.cart-item-bottom{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.cart-item-price{font-size:18px;font-weight:700;color:#2d68c4}.cart-quantity-desktop{display:flex;align-items:center}.cart-quantity-mobile{display:none}.cart-item-subtotal{position:absolute;top:0;right:0;font-size:14px;font-weight:500;color:#000}.cart-summary{position:sticky;top:88px}.cart-summary .ant-card-body{padding-left:10px!important;padding-right:10px!important}.summary-row.total{margin-top:16px}@media (max-width: 992px){.cart-summary{position:static}}@media (max-width: 576px){.cart-page{padding:56px 8px 0}.cart-page .ant-list-item{padding:0!important;border-bottom:1px solid #f0f0f0;margin:0!important}.cart-page .ant-list-item:first-child{border-top:1px solid #f0f0f0}.cart-page .ant-card-body{padding:0!important}.cart-summary .ant-card-body{padding:16px!important}.cart-item{padding:16px 20px!important}.cart-item-content{gap:12px;padding:0}.cart-item-image{height:70px;align-items:flex-start}.cart-item-image .ant-image{width:70px!important;height:70px!important;max-width:70px!important;max-height:70px!important;border-radius:4px;overflow:hidden}.cart-item-info{gap:4px;flex:1}.cart-item-title{font-size:15px;line-height:1.3;max-height:2.6em;max-width:calc(100% - 90px);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;font-weight:500;margin:5px 0 0}.cart-item-meta{font-size:15px;color:#666}.cart-item-article{font-size:14px!important;color:#999}.cart-item-bottom{gap:8px;align-items:center;justify-content:space-between;width:100%;padding-top:0;margin-bottom:5px}.cart-item-price{font-size:19px;font-weight:600;color:#2d68c4;flex:0 0 auto}.cart-quantity-desktop{display:none}.cart-quantity-mobile{display:flex!important;align-items:center;gap:4px}.cart-quantity-btn{width:24px;height:24px;min-width:24px;padding:0;font-size:13px;color:#666;display:flex;align-items:center;justify-content:center;border:1px solid #d9d9d9;background:#fff;border-radius:4px;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.cart-quantity-btn:hover:not(:disabled){color:#2d68c4;border-color:#2d68c4;background:#f0f8ff;box-shadow:0 2px 4px #2d68c426}.cart-quantity-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 2px #2d68c433}.cart-quantity-btn:disabled{color:#d0d0d0;border-color:#f0f0f0;background:#fafafa;box-shadow:none}.cart-quantity-btn .anticon{font-size:13px;font-weight:600}.cart-quantity-display{width:32px;height:24px;line-height:24px;text-align:center;font-size:15px;font-weight:600;color:#000;border:1px solid #d9d9d9;border-radius:4px;background:#fff;display:inline-block}.cart-item-subtotal{position:absolute;top:3px;right:5px;font-size:15px;color:#2d68c4;font-weight:600;width:auto;text-align:right}.cart-delete-btn{padding:2px 6px!important;height:24px!important;min-width:24px!important;font-size:13px!important;margin-left:8px!important;margin-right:5px!important;border-radius:4px;border:1px solid #ff4d4f;color:#ff4d4f;background:#fff;transition:all .2s ease}.cart-delete-btn:hover{background:#ff4d4f;color:#fff;border-color:#ff4d4f}.cart-delete-btn .delete-text{display:none}.cart-delete-btn .anticon{margin:0!important;font-size:13px!important}.cart-page .ant-list-item-action{margin-left:8px!important;margin-top:0!important}.summary-row{font-size:17px;margin-bottom:12px}.cart-summary .ant-typography{font-size:17px}.summary-row.total{margin-top:16px;padding-top:16px;border-top:2px solid #e5e7eb}.summary-row.total .ant-typography{font-size:21px!important}.summary-row.total .ant-typography:last-child{font-size:27px!important;color:#2d68c4}.checkout-notice{margin-top:16px;padding:12px;background:#dbeafe;border-radius:4px;color:#2d68c4;font-size:15px}.delivery-section{margin:16px 0;padding:12px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.delivery-toggle{display:flex;align-items:center;justify-content:space-between}.postal-code-section{padding-top:8px;border-top:1px solid #e9ecef}.postal-code-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.delivery-fee-display{display:flex;align-items:center;gap:4px;font-size:17px}}.checkout-page{max-width:1400px;margin:0 auto}.checkout-summary{margin-top:16px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px}.summary-row.total{margin-top:16px;padding-top:16px;border-top:2px solid #e5e7eb}.checkout-notice{margin-top:16px;padding:12px;background:#dbeafe;border-radius:4px;color:#2d68c4}@media (max-width: 576px){.checkout-page{padding:56px 8px 0}.summary-row{font-size:17px}.checkout-notice{font-size:15px}}.app-layout{min-height:100vh;background-color:#f5f5f5!important;background:#f5f5f5!important;position:relative}.app-layout:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#f5f5f5;z-index:0;pointer-events:none}.app-layout .ant-layout{background-color:#f5f5f5!important;background:#f5f5f5!important;position:relative;z-index:1}.app-content{padding:24px;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box;background-color:#f5f5f5!important;background:#f5f5f5!important;position:relative;z-index:1}.app-content .ant-layout-content{background-color:#f5f5f5!important;background:#f5f5f5!important}@media (max-width: 768px){.app-content{padding:16px}.category-page{margin:-16px}}@media (max-width: 576px){.app-content{padding:0}.home-page{margin:0}}*{margin:0;padding:0;box-sizing:border-box}html{background-color:#f5f5f5!important;background:#f5f5f5!important;min-height:100%;height:100%}body{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;background-color:#f5f5f5!important;background:#f5f5f5!important;color:#000;min-height:100%;height:100%;-webkit-overflow-scrolling:touch;position:relative}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#f5f5f5;z-index:-1;pointer-events:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh;height:100%;background-color:#f5f5f5!important;background:#f5f5f5!important;position:relative;z-index:1}.ant-message .ant-message-notice-content{max-width:90%!important;margin:0 auto}.ant-message-notice{max-width:90%;margin:0 auto}
