:root{--cs-bg:#fff7ec;--cs-bg-soft:#fffaf2;--cs-card:#fffdf8;--cs-text:#2e1b13;--cs-muted:#7a5e4c;--cs-brand:#b6161d;--cs-brand-deep:#860f15;--cs-gold:#d8ab4a;--cs-gold-soft:#f0d9a2;--cs-border:#f1e8dc;--cs-shadow:0 16px 36px rgba(86,25,12,.12),0 8px 18px rgba(86,25,12,.08);--cs-gradient:linear-gradient(135deg,#8d0f15,#bb1c25 58%,#d33a2f);--cs-header-height:74px;--cs-hero-height:520px;--cs-pattern:radial-gradient(circle at 10% 20%,rgba(182,22,29,.08),transparent 32%),radial-gradient(circle at 92% 4%,rgba(216,171,74,.18),transparent 26%),radial-gradient(circle at 24% 92%,rgba(216,171,74,.13),transparent 28%)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--cs-text);background-color:var(--cs-bg);background-image:var(--cs-pattern);background-attachment:fixed;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4,.ant-typography h5,h1,h2,h3,h4,h5,h6{font-family:STKaiti,KaiTi,Songti SC,"Noto Serif CJK SC",serif;letter-spacing:.01em;color:#351f17}body{--dsp-card-bg-start:#fffaf3;--dsp-card-bg-mid:#fff4e7;--dsp-card-bg-end:#fff0df;--dsp-card-border:rgba(160,57,32,.08);--dsp-card-shadow:0 12px 30px rgba(85,32,15,.14);--dsp-accent:#b6161d;--dsp-accent-soft:rgba(182,22,29,.2);--dsp-accent-strong:rgba(182,22,29,.3);--dsp-button-start:#9f1218;--dsp-button-end:#c21f27;--dsp-price:#7f0e13}.ant-layout,.ant-layout-content{background:transparent!important}.ant-card{border:1px solid rgba(164,62,34,.08);box-shadow:var(--cs-shadow)}.ant-btn-primary{background:var(--cs-gradient);border-color:#931018}.ant-btn-primary:not(:disabled):hover{background:linear-gradient(135deg,#a4141b,#c8262c 58%,#dc4837);border-color:#a4141b}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:hover,.ant-input:focus,.ant-input:hover,.ant-select-focused .ant-select-selector,.ant-select:hover .ant-select-selector{border-color:#c61f26!important}.ant-pagination .ant-pagination-item-active{border-color:var(--cs-brand)}.ant-pagination .ant-pagination-item-active a{color:#fff}.ant-pagination .ant-pagination-item-active{background:var(--cs-brand)}.ant-tabs .ant-tabs-ink-bar{height:3px;border-radius:2px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.image-skeleton-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,#f9ecda 25%,#efdcc0 37%,#f9ecda 63%);background-size:800px 100%;animation:shimmer 1.4s ease-in-out infinite;z-index:1}.cs-page-shell{min-height:100vh;background:transparent!important}.cs-container{width:min(1240px,calc(100% - 40px));margin:0 auto}.cs-section{position:relative;padding:64px 0}.cs-section-title{text-align:center;margin-bottom:34px}.cs-section-title h2{margin-bottom:8px!important}.cs-kicker{display:inline-block;padding:4px 12px;border-radius:999px;background:rgba(182,22,29,.09);color:var(--cs-brand);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,247,236,.88);border-bottom:none;-webkit-backdrop-filter:blur(14px) saturate(115%);backdrop-filter:blur(14px) saturate(115%);transition:box-shadow .3s ease,border-color .3s ease,background-color .3s ease}.site-header.header-scrolled{box-shadow:0 12px 28px rgba(76,21,11,.13);border-color:transparent;background:rgba(255,250,243,.95)}.header-spacer{height:var(--cs-header-height)}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 24px;height:74px}.header-logo{display:inline-flex;align-items:center;text-decoration:none;transition:transform .24s ease}.header-logo:hover{transform:scale(1.03)}.header-logo img{height:54px!important;border-radius:0;box-shadow:none;background:transparent}.header-logo-text{color:#521710;font-size:1.36rem;font-weight:700;letter-spacing:.02em}.header-nav{display:flex;align-items:center;gap:6px;margin-left:28px}.nav-link{position:relative;color:#744f41;text-decoration:none;font-size:.95rem;font-weight:600;padding:8px 15px;border-radius:999px;transition:color .2s ease,background .2s ease}.nav-link:hover{color:var(--cs-brand);background:rgba(182,22,29,.08)}.nav-link:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;border-radius:1px;background:linear-gradient(90deg,var(--cs-gold),var(--cs-brand));transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav-link-active:after,.nav-link:hover:after{transform:scaleX(1)}.nav-link-active{color:var(--cs-brand)}.header-actions{display:flex;align-items:center;gap:12px}.header-cart{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:rgba(182,22,29,.1);transition:transform .2s ease,background .2s ease}.header-cart:hover{transform:translateY(-1px);background:rgba(182,22,29,.16)}.header-lang-btn,.header-user-btn{display:inline-flex;align-items:center;gap:5px;background:hsla(0,0%,100%,.76);border:none;color:#5e4437;padding:6px 12px;border-radius:999px;font-size:.84rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.header-lang-btn:hover,.header-user-btn:hover{color:#9d1217;background:#fff6eb}.header-hamburger{display:inline-flex;align-items:center;justify-content:center;background:rgba(182,22,29,.08);border:none;color:#6f3f32;font-size:1.3rem;padding:8px;cursor:pointer;border-radius:10px;transition:background .2s ease}.header-hamburger:hover{background:rgba(182,22,29,.14)}.drawer-content{height:100%}.drawer-content,.drawer-nav{display:flex;flex-direction:column}.drawer-nav{padding:6px 0}.drawer-link{display:block;padding:14px 24px;color:#5f4131;text-decoration:none;font-size:.95rem;font-weight:600;transition:background .2s ease,color .2s ease;border-left:3px solid transparent}.drawer-link:hover{background:#fff3df;color:var(--cs-brand)}.drawer-link-active{color:var(--cs-brand);background:#fff0dc;border-left-color:var(--cs-brand)}.drawer-divider{height:1px;background:#f0e0c8;margin:8px 0}.drawer-user-section{padding:14px 24px}.drawer-user-name{font-weight:700;font-size:.95rem;color:#5a392b;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f1e1ca}.drawer-logout,.drawer-user-name{display:flex;align-items:center;gap:8px}.drawer-logout{width:100%;background:none;border:none;padding:10px 0;color:#b11e24;font-size:.9rem;cursor:pointer;transition:opacity .2s ease}.drawer-logout:hover{opacity:.74}@keyframes cartBounce{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}.ant-badge-count{animation:cartBounce .3s ease}.cs-home-intro{padding:8px 0}.cs-home-ribbon{position:relative;z-index:0;border-radius:18px;border:0!important;background:transparent;box-shadow:none;padding:16px 18px;display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;justify-content:space-between}.cs-home-ribbon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:calc((100vw - 100%) / -2);background:linear-gradient(90deg,hsla(38,80%,90%,.92),rgba(255,250,244,.96) 50%,hsla(38,80%,90%,.92));border-radius:0 18px 18px 0;z-index:-1}.cs-home-ribbon .ant-tag{border:0!important;box-shadow:none!important}.cs-home-ribbon p{margin:0;color:#6f4f3e;font-size:14px}.cs-home-ribbon strong{color:#8d1117}.cs-home-categories{padding-top:36px;padding-bottom:34px}.cs-home-categories .cs-section-title{margin-bottom:20px}.cs-home-categories .cs-section-title h2{margin-bottom:0!important}.cs-skeleton-block{position:relative;overflow:hidden;border-radius:12px;background:linear-gradient(90deg,#f9ecda 18%,#efdcc0 45%,#f9ecda 76%);background-size:220% 100%;animation:shimmer 1.35s ease-in-out infinite}.cs-category-tile{border-radius:14px;overflow:hidden;border:none;background:linear-gradient(150deg,#fffaf2,#fff2df);box-shadow:var(--cs-shadow);transition:transform .28s ease,box-shadow .28s ease;cursor:pointer;height:100%}.cs-category-tile:hover{transform:translateY(-5px);box-shadow:0 20px 36px rgba(96,29,13,.16)}.cs-category-visual{position:relative;height:124px;background:#f9ecdc;overflow:hidden}.cs-category-visual img{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(100%);transform:scale(1);transition:filter .32s ease,transform .32s ease}.cs-category-tile:hover .cs-category-visual img{filter:grayscale(0);transform:scale(1.03)}.cs-category-overlay{position:absolute;inset:auto 0 0 0;padding:12px;background:linear-gradient(180deg,rgba(20,7,7,0),rgba(20,7,7,.82))}.cs-category-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:0;line-height:1.2;text-shadow:0 3px 10px rgba(0,0,0,.55)}.cs-category-tile-skeleton{display:grid;grid-gap:10px;gap:10px;padding:8px}.cs-category-skeleton-title{height:24px;width:65%;margin:0 8px 10px}.cs-home-values{background:linear-gradient(180deg,#fff6ea,#ffefdd);border-top:none;border-bottom:none}.cs-value-card{height:100%;border-radius:16px;border:none;background:#fffaf3;box-shadow:0 14px 28px rgba(76,21,11,.12);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}.cs-value-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(76,21,11,.14)}.cs-value-image-wrap{position:relative;height:170px}.cs-value-image{width:100%;height:100%;object-fit:cover;display:block}.cs-value-chip{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;background:rgba(41,14,10,.72);color:#fff2dc;font-size:.78rem;font-weight:700;letter-spacing:.01em}.cs-value-content{padding:16px 16px 18px}.cs-value-content h3{margin-bottom:8px!important;font-size:1.22rem!important;color:#5f0f10!important}.cs-value-content p{margin-bottom:14px;color:#6f4f3d}.cs-value-meta{border-top:1px dashed rgba(145,49,31,.25);padding-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#7b4d2e;font-size:.84rem}.cs-value-meta strong{color:#8f1218;font-size:.86rem}@media (max-width:768px){.cs-home-categories{padding-top:28px;padding-bottom:26px}.cs-category-visual{height:110px}.cs-category-overlay{padding:10px 11px}.cs-value-image-wrap{height:156px}.cs-banner-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cs-banner-skeleton{height:100px}.cs-product-skeleton{border-radius:18px}.cs-product-skeleton-media{height:clamp(190px,56vw,240px)}}.cs-home-featured{position:relative}.cs-home-cta{margin-top:16px;border-radius:22px;background:linear-gradient(140deg,#5f0d14,#8f1118 52%,#ba2326);border:none;box-shadow:0 18px 44px rgba(70,15,9,.32);overflow:hidden}.cs-home-cta:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-54px;top:-52px;background:radial-gradient(circle,rgba(255,213,130,.4),transparent 68%);pointer-events:none}.cs-home-cta .inner{position:relative;z-index:1;padding:52px 24px;text-align:center}.cs-home-cta h2,.cs-home-cta p{color:#fff7eb!important}.cs-home-cta .ant-btn-default{border-color:rgba(255,232,188,.82);color:#fff4df}.cs-home-cta .ant-btn-default:hover{border-color:#fff;color:#fff}.hero-carousel-wrapper{position:relative;border-bottom:none}.hero-carousel{position:relative}.hero-carousel-controls{position:absolute;inset:0;pointer-events:none;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.hero-carousel-btn{pointer-events:auto;background:rgba(255,247,229,.9)!important;border:1px solid hsla(40,80%,76%,.65)!important;box-shadow:0 12px 28px rgba(62,17,8,.3);color:#952024!important;transition:transform .2s ease,box-shadow .2s ease}.hero-carousel-btn:hover{transform:scale(1.05);box-shadow:0 14px 30px rgba(62,17,8,.35)}.hero-carousel .slick-dots{bottom:14px}.hero-carousel .slick-dots li button:before{font-size:10px;color:rgba(255,236,197,.65)}.hero-carousel .slick-dots li.slick-active button:before{color:#ffe8be}.hero-carousel .hero-slide-background{position:relative;height:520px;overflow:hidden;background:var(--cs-gradient)}.hero-carousel .hero-slide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .28s ease}.hero-carousel .hero-slide-image.is-loaded{opacity:1}.hero-carousel .hero-slide-link{display:block;position:relative;overflow:hidden;cursor:pointer}.hero-carousel .hero-slide-vignette{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 18%,rgba(255,238,206,.2),transparent 46%),linear-gradient(0deg,rgba(45,12,12,.34),rgba(45,12,12,.1))}.hero-carousel .hero-slide-sheen{position:absolute;top:-35%;left:-28%;width:34%;height:170%;pointer-events:none;background:linear-gradient(110deg,transparent,rgba(255,248,230,.48) 50%,transparent);transform:translateX(-180%) rotate(16deg)}.hero-carousel .hero-slide-skeleton{position:absolute;inset:0;background:linear-gradient(100deg,hsla(39,84%,88%,.35),rgba(255,244,218,.55));background-size:220% 100%;animation:shimmer 1.4s ease-in-out infinite}.hero-carousel .hero-slide-skeleton.is-fallback{opacity:.72}@keyframes heroBgZoom{0%{transform:scale(1.01)}to{transform:scale(1.07)}}@keyframes heroSheenSweep{0%{transform:translateX(-180%) rotate(16deg)}to{transform:translateX(460%) rotate(16deg)}}.hero-carousel .slick-slide .hero-slide-background{transform:scale(1.01)}.hero-carousel .slick-active .hero-slide-background{animation:heroBgZoom 6s ease-in-out forwards}.hero-carousel .slick-active .hero-slide-sheen{animation:heroSheenSweep 1.25s ease-out .35s both}.hero-carousel .hero-slide-link:hover .hero-slide-background{transform:scale(1.035)}.hero-carousel-wrapper.is-loading .hero-carousel-controls{opacity:0;pointer-events:none}.hero-carousel-wrapper.is-constrained-network .slick-active .hero-slide-background,.hero-carousel-wrapper.is-constrained-network .slick-active .hero-slide-sheen{animation:none!important}.banner-carousel{padding:18px 0 8px}.cs-banner-skeleton-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));padding:18px 0 8px}.cs-banner-skeleton{height:124px;border-radius:14px;background:linear-gradient(90deg,#f9ecda 20%,#efdcc0 45%,#f9ecda 74%);background-size:220% 100%;animation:shimmer 1.35s ease-in-out infinite}.banner-img{width:calc(100% - 12px);margin:0 auto;height:auto;object-fit:cover;border-radius:14px;border:none;display:block;transition:transform .24s ease,box-shadow .24s ease,filter .24s ease}.banner-img:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px rgba(85,28,14,.16)}.cs-product-skeleton{border-radius:20px;border:1px solid rgba(160,57,32,.1);background:linear-gradient(165deg,#fffaf3,#fff3e5);box-shadow:var(--cs-shadow);padding:12px}.cs-product-skeleton-media{height:clamp(190px,22vw,270px);margin-bottom:12px}.cs-product-skeleton-title{height:18px;width:72%;margin-bottom:8px}.cs-product-skeleton-desc{height:14px;width:94%;margin-bottom:14px}.cs-product-skeleton-price{height:20px;width:36%;margin-bottom:14px}.cs-product-skeleton-action{height:42px}.products-sider{padding-top:0;background:var(--cs-bg-soft)!important;border-right:none!important;box-shadow:inset -8px 0 14px -14px rgba(95,29,14,.2)}.products-sider .ant-layout-sider-children{display:flex;flex-direction:column}.category-tree,.sidebar-banners{padding:18px 16px;background:var(--cs-bg-soft);border-bottom:1px solid rgba(128,44,20,.12)}.category-tree .ant-input-affix-wrapper,.category-tree .ant-input-affix-wrapper-focused,.category-tree .ant-input-affix-wrapper:hover{background:rgba(255,248,235,.92);border-color:rgba(128,44,20,.2)}.category-tree .ant-input-affix-wrapper .ant-input{background:transparent}.category-tree-header{margin-bottom:12px;padding-bottom:10px;border-bottom:none}.category-tree-loading{display:flex;align-items:center;justify-content:center;padding:24px 16px}.category-tree-all{display:flex;align-items:center;padding:7px 12px;margin-bottom:8px;border-radius:10px;cursor:pointer;font-weight:600;color:#694b3a;transition:all .2s ease}.category-tree-all:hover{background:#ffefd8;color:#a8161d}.category-tree-all-active{background:#ffe9ca;color:#9e141b}.category-tree-view .ant-tree-treenode{padding:2px 0}.category-tree-view.ant-tree{background:transparent!important}.category-tree-view .ant-tree-node-content-wrapper{border-radius:8px;transition:background .2s ease,color .2s ease}.category-tree-view .ant-tree-node-content-wrapper:hover{background:#fff1db}.category-tree-view .ant-tree-node-content-wrapper.ant-tree-node-selected,.category-tree-view .ant-tree-node-selected .ant-tree-node-content-wrapper{background:#ffe6bf!important;color:#931117;font-weight:700}.category-tree-title{display:inline-flex;align-items:center}.category-highlight{background:#f7d695;padding:0 4px;border-radius:4px}.sidebar-banners{display:flex;flex-direction:column;gap:12px;padding:18px 16px;margin-top:16px;border-top:none}.sidebar-banner-item{width:100%}.sidebar-banner-img{width:100%;border-radius:10px;border:none;object-fit:cover;display:block}.sider-toggle-btn{font-size:18px;width:38px;height:38px;border-radius:10px;color:#8b1117;background:rgba(182,22,29,.08)}.cs-product-toolbar{background:#fffaf2;border:none;border-radius:14px;padding:14px;margin-bottom:20px;box-shadow:0 10px 22px rgba(70,20,10,.08)}.cs-product-content{padding:26px 30px!important}.cs-page-title{margin-bottom:10px!important}.cs-cms-wrap{padding:calc(var(--cs-header-height) + 34px) 0 58px}.cs-cms-article{display:flex;flex-direction:column;gap:18px}.cs-cms-hero{position:relative;background:linear-gradient(135deg,rgba(141,15,21,.95),rgba(195,41,30,.92)),radial-gradient(circle at 85% 18%,rgba(255,217,138,.25),transparent 35%);color:#fff8eb;border:2px solid rgba(241,187,79,.46);border-radius:22px;padding:26px 28px 24px;box-shadow:0 14px 30px rgba(70,20,10,.18)}.cs-cms-kicker{display:inline-block;margin-bottom:10px;padding:4px 12px;border-radius:999px;border:1px solid rgba(255,222,153,.48);background:rgba(45,10,12,.32);color:#ffe7bd;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.cs-cms-title.ant-typography{color:#fff4de!important;margin-bottom:8px!important}.cs-cms-subtitle.ant-typography{margin:0!important;color:rgba(255,239,211,.9)!important;max-width:78ch;font-size:15px;line-height:1.7}.cs-cms-sections{display:grid;grid-gap:14px;gap:14px}.cs-cms-section{background:linear-gradient(180deg,#fffdf9,#fff7eb);border:1px solid #efd7af;border-left:6px solid #bf2a22;border-radius:16px;box-shadow:0 9px 20px rgba(70,20,10,.1);padding:18px 18px 16px}.cs-cms-section-title.ant-typography{margin:0 0 8px!important;color:#561a13!important}.cs-cms-section .ant-typography{color:#3d261d!important;line-height:1.76;margin-bottom:10px}.cs-cms-list{margin:0 0 10px;padding-left:18px;color:#3d261d}.cs-cms-list li{margin-bottom:7px;line-height:1.65}.cs-cms-note{border:1px dashed #d9b170;border-radius:12px;background:#fff1d8;color:#5b2a11;padding:10px 12px;font-size:13px;line-height:1.5}.cs-legal-content-wrap{padding:calc(var(--cs-header-height) + 34px) 0 58px}.cs-legal-card{background:linear-gradient(180deg,#fffdf9,#fff7eb);border:1px solid #efd7af;border-radius:16px;box-shadow:0 9px 20px rgba(70,20,10,.1);padding:18px}@media (max-width:768px){.cs-cms-wrap{padding:calc(var(--cs-header-height) + 22px) 0 42px}.cs-cms-hero{border-radius:16px;padding:18px 16px}.cs-cms-section{border-radius:12px;padding:14px}.cs-cms-subtitle.ant-typography{font-size:14px}}.cs-product-detail-main-image{border:none!important;border-radius:12px!important;background:#fff8ef!important;box-shadow:0 10px 24px rgba(70,20,10,.1)}.cs-product-detail-thumbnail{transition:transform .2s ease,border-color .2s ease!important}.cs-product-detail-thumbnail:hover{transform:translateY(-2px)}.cs-product-detail-box{background:#fff8ed!important;border:none!important;border-radius:14px!important;box-shadow:0 10px 24px rgba(70,20,10,.1)}.cs-related-carousel .slick-list{margin:0;background:transparent!important}.cs-related-carousel .slick-slide>div{padding:18px 12px 10px;background:transparent!important}.cs-related-products-section{background:transparent!important}.cs-related-carousel .slick-next:before,.cs-related-carousel .slick-prev:before{color:#8f161c!important;opacity:1!important;font-size:34px!important;font-weight:700!important;text-shadow:0 1px 2px rgba(0,0,0,.18)}.cs-related-carousel,.cs-related-carousel .slick-slide,.cs-related-carousel .slick-track,.cs-related-products-section .dsp-product-media{background:transparent!important}.cs-related-products-section .dsp-product-media:after{background:none!important}.site-footer{background:linear-gradient(170deg,#420c10,#2b090d)!important;color:rgba(255,241,219,.92);border-top:none;position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:-40% auto auto -12%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(226,171,70,.18),transparent 67%)}.site-footer .site-footer-inner{position:relative;z-index:1}.site-footer .site-footer-title{color:#ffe5b2!important}.site-footer .site-footer-link,.site-footer .site-footer-meta,.site-footer .site-footer-text{color:rgba(255,230,189,.79)!important}.site-footer .site-footer-link:hover{color:#ffd98a!important}.site-footer .site-footer-divider{border-color:rgba(255,214,131,.24)!important}.site-footer .site-footer-bottom-left{text-align:left}.site-footer .site-footer-bottom-right{text-align:right}.site-footer .site-footer-social{color:rgba(255,230,189,.82)!important;font-size:20px}.site-footer .site-footer-social:hover{color:#ffd98a!important}.site-footer .site-footer-payment-methods{display:flex;flex-wrap:wrap;gap:1px;margin-top:8px}.site-footer .site-footer-payment-icon{width:25px;height:25px;object-fit:contain;background:hsla(0,0%,100%,.94);border-radius:7px;padding:3px}@media (max-width:767px){.site-footer .site-footer-bottom-left{margin-bottom:16px}}.cs-auth-layout .ant-layout-content{min-height:calc(100vh - 74px);display:flex;justify-content:center;align-items:center;padding:42px 16px}.cs-auth-card{width:100%;max-width:460px;border-radius:18px!important;border:none!important;background:linear-gradient(180deg,#fffdf8,#fff5e8)!important;box-shadow:0 14px 30px rgba(70,20,10,.12)!important}.cs-login-reset-notice{margin-bottom:20px;border:1px solid rgba(202,137,47,.35)!important;border-radius:12px!important;background:linear-gradient(180deg,#fff9ef,#fff4df)!important}.cs-login-reset-notice .ant-alert-message{color:#7b4010!important;font-weight:600}.cs-login-reset-notice .ant-alert-description{color:#7b4010!important;line-height:1.45}.cs-login-reset-notice .ant-alert-description a{color:#9b2f1d;font-weight:600;text-decoration:underline;text-underline-offset:2px}.cs-login-reset-notice .ant-alert-description a:hover{color:#7e2113}@media (max-width:1024px){.cs-product-content{padding:20px 16px!important}.cs-home-cta .inner{padding:44px 20px}}@media (max-width:768px){.header-inner{padding:0 14px;height:64px}:root{--cs-header-height:64px;--cs-hero-height:430px}.header-spacer{height:var(--cs-header-height)}.header-logo img{height:46px!important}.hero-carousel .hero-slide-background{height:430px}.cs-home-intro{padding-top:6px}.cs-section{padding:48px 0}.cs-section-title{margin-bottom:24px}.cs-home-ribbon{padding:14px}.cs-home-cta .inner{padding:36px 16px}.cs-auth-layout .ant-layout-content{padding:28px 12px}.hero-carousel-controls{padding:0 10px}.hero-carousel-btn{width:34px;min-width:34px;height:34px}}@media (max-width:480px){:root{--cs-hero-height:340px}.cs-container{width:min(1240px,calc(100% - 24px))}.hero-carousel .hero-slide-background{height:340px}.cs-section{padding:40px 0}.cs-home-ribbon{gap:10px 12px}.cs-home-ribbon p{width:100%}.cs-banner-skeleton-grid{grid-template-columns:1fr}}@media (hover:none){.banner-img:hover,.cs-category-tile:hover,.cs-value-card:hover,.hero-carousel .hero-slide-link:hover .hero-slide-background{transform:none;box-shadow:inherit;filter:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}