.menu-root{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:2000}.menu-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.menu-drawer{position:relative;width:420px;max-width:80vw;height:100%;background:#fff;z-index:2001;display:flex;flex-direction:column;animation:slideInLeft .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.menu-header{padding:20px 40px;display:flex;align-items:center;gap:15px}.menu-close{width:37px;height:auto;cursor:pointer;transition:transform .3s ease}.menu-close:hover{transform:rotate(90deg)}.menu-close-text{font-size:14px;letter-spacing:1px;text-transform:uppercase;color:#666}.menu-content-single{flex:1;display:flex;flex-direction:column;padding-top:26px;padding-left:37px}.menu-list-single{list-style:none;padding:0;margin:0}.menu-list-single li{margin-bottom:40px;opacity:0;transform:translateY(20px);animation:fadeUp .5s ease forwards;animation-delay:calc(.1s * var(--delay))}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.menu-link-large{font-size:26px;font-weight:400;color:#000;text-decoration:none;letter-spacing:2px;position:relative;transition:color .3s}.menu-link-large:hover{color:#980101}@media screen and (max-width:768px){.menu-drawer{width:85vw!important;max-width:320px!important}.menu-header{padding:20px 25px!important}.menu-close{width:24px!important}.menu-close-text{font-size:12px!important;letter-spacing:.5px!important}.menu-content-single{padding-left:25px!important;padding-top:10px!important}.menu-link-large{font-size:16px!important;font-weight:400!important;letter-spacing:1px!important}.menu-list-single li{margin-bottom:24px!important}}.search-container{display:flex;align-items:center;position:relative;height:100%}.search-input{width:0;opacity:0;padding:0;border:none;border-bottom:1px solid #000;outline:none;background:transparent;font-size:13px;letter-spacing:1px;color:#000;transition:all .4s cubic-bezier(.25,1,.5,1);pointer-events:none}.search-container.active .search-input{width:168px;opacity:1;padding:5px 10px;margin-right:10px;pointer-events:auto}.search-input::placeholder{color:#000000c3;font-size:11px;letter-spacing:1px}.header-icon{width:20px;height:20px;cursor:pointer;transition:opacity .3s ease}.header-icon:hover{opacity:.6}.home-header{position:fixed;top:0;left:0;width:100%;height:88px;z-index:1000;display:flex;align-items:center;padding:0 40px;background:transparent;color:#fff;transition:background .3s ease,color .3s ease,opacity .2s ease}.home-header.menu-is-open{opacity:0;visibility:hidden;pointer-events:none}.home-header.scrolled,.home-header:hover{background:#fff;color:#000}.logo-box img{display:block;width:226px;height:auto;filter:brightness(0) invert(1) contrast(10);image-rendering:-webkit-optimize-contrast;transform:translateZ(0);transition:filter .3s ease}.home-header.scrolled .logo-box img,.home-header:hover .logo-box img{filter:brightness(0) invert(0) contrast(10)!important}.header-left,.header-right{flex:1;display:flex;align-items:center}.header-left{gap:12px;font-size:13px;letter-spacing:1px;cursor:pointer}.header-center{flex:0 0 auto;display:flex;justify-content:center;cursor:pointer}.header-right{justify-content:flex-end;gap:25px}.header-icon{width:24px;height:24px;cursor:pointer;display:block;transition:filter .3s ease,opacity .3s ease}.home-header .header-icon{filter:brightness(0) invert(1)}.home-header.scrolled .header-icon,.home-header:hover .header-icon{filter:brightness(0) invert(0)}.header-icon:hover{opacity:.5}.menu-text2{font-weight:400}.header-cart-wrapper{position:relative;cursor:pointer;display:flex;align-items:center}.cart-badge{position:absolute;top:-6px;right:-6px;background-color:#000;color:#fff;font-size:10px;font-weight:700;border-radius:50%;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;padding:0 2px;z-index:10}.user-wrapper{position:relative;display:flex;align-items:center}.header-icon.logged-in{opacity:1}.online-status{position:absolute;bottom:-2px;right:-2px;width:7px;height:7px;background:#0f0;border-radius:50%;border:1.5px solid #fff;box-shadow:0 0 4px #00ff0080}.home-header.scrolled .online-status,.home-header:hover .online-status{border-color:#fff}.user-logged-in-trigger{position:relative;display:flex;align-items:center}.user-logged-in-trigger:hover:after{content:"SIGN OUT";position:absolute;top:35px;right:0;background:#000;color:#fff;padding:6px 10px;font-size:10px;letter-spacing:1px;border-radius:2px;white-space:nowrap;animation:fadeIn .2s ease}@media(max-width:768px){.home-header{height:60px!important;padding:0 15px!important}.header-icon{width:16px!important}.logo-box img{width:120px!important}.header-right{gap:6px!important}.menu-text2{display:none}}.home-footer{background-color:#000;color:#fff;padding:80px 40px;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased}.footer-container{max-width:1300px;margin:0 auto}.footer-top-notice{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px}.footer-top-notice h2{font-size:1.4rem;letter-spacing:4px;margin-bottom:30px;font-weight:500}.notice-texts{max-width:850px;font-size:.85rem;line-height:2;color:#888}.en-notice{margin-top:25px;opacity:.8;font-family:"serif"}.footer-sep{border:none;border-top:1px solid #222;margin-bottom:60px}.footer-mid-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px}.footer-nav-groups{display:flex;gap:100px}.footer-col h3{font-size:.9rem;margin-bottom:25px;font-weight:600;color:#fff}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{font-size:.85rem;margin-bottom:15px;color:#888;cursor:pointer;transition:all .3s ease}.footer-col li:hover{color:#fff;transform:translate(5px)}.footer-subscription{min-width:350px}.sub-input-wrap{display:flex;justify-content:space-between;border-bottom:1px solid #444;padding-bottom:8px;transition:border-color .3s}.sub-input-wrap:focus-within{border-color:#fff}.email-input{background:transparent;border:none;color:#fff;padding:5px 0;width:80%;outline:none;font-size:.9rem}.submit-btn{background:transparent;border:none;color:#fff;cursor:pointer;font-weight:500;letter-spacing:1px;transition:opacity .3s}.submit-btn:hover{opacity:.6}.footer-brand-section{margin-top:80px;text-align:center}.footer-big-logo{width:100%;max-width:1000px;height:auto;opacity:.9}@media screen and (max-width:768px){.home-footer{padding:50px 20px!important}.footer-top-notice{margin-bottom:40px!important}.footer-top-notice h2{font-size:1.1rem!important;margin-bottom:20px!important}.notice-texts{font-size:12px!important;text-align:justify;line-height:1.8!important}.footer-mid-content{flex-direction:column!important;gap:50px!important}.footer-nav-groups{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr;gap:30px 10px!important}.footer-col h3{font-size:13px!important;margin-bottom:15px!important}.footer-subscription{width:100%!important;min-width:0!important;margin-top:10px!important}.sub-input-wrap{padding-bottom:10px!important}.email-input{font-size:14px!important}.footer-brand-section{margin-top:50px!important}.footer-big-logo{width:80%!important;max-width:300px!important}}.drawer-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998!important;opacity:0;visibility:hidden;transition:all .3s ease}.drawer-backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:90%;height:100%;background:#fff;z-index:9999!important;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-5px 0 20px #0000001a}.cart-drawer.open{transform:translate(0)}.drawer-header{padding:20px 25px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;min-height:60px;background:#fff}.drawer-header h2{font-size:16px;letter-spacing:2px;margin:0;font-weight:600;text-transform:uppercase}.close-btn{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#333;padding:0 5px;transition:opacity .2s}.close-btn:hover{opacity:.6}.drawer-items{flex:1;overflow-y:auto;padding:20px 25px}.empty-msg{text-align:center;margin-top:50px;color:#999;font-size:14px;letter-spacing:1px}.cart-item{display:flex;gap:15px;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #f5f5f5}.cart-item img{width:80px;aspect-ratio:3/4;object-fit:cover;background-color:#f9f9f9}.item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.item-info h4{margin:0 0 5px;font-size:14px;font-weight:500;line-height:1.4;color:#111}.item-meta{font-size:12px;color:#888;margin:0;text-transform:uppercase;letter-spacing:1px}.item-price{padding-top:4px;padding-bottom:4px;font-weight:600;font-size:18px}.remove-btn{background:none;border:none;text-decoration:underline;font-size:12px;color:#999;cursor:pointer;align-self:flex-end;padding:0;margin-top:auto;text-transform:uppercase;letter-spacing:1px}.remove-btn:hover{color:#000}.drawer-footer{padding:25px;border-top:1px solid #f0f0f0;background:#fff}.total-row{display:flex;justify-content:space-between;font-weight:600;margin-bottom:20px;font-size:16px;letter-spacing:1px}.checkout-btn{width:100%;padding:16px;background:#000;color:#fff;border:none;font-size:14px;letter-spacing:3px;font-weight:500;cursor:pointer;transition:background .3s;text-transform:uppercase}.checkout-btn:hover{background:#ececec;color:#000}@media screen and (max-width:768px){.cart-drawer{width:75vw!important;max-width:300px!important}.drawer-header{padding:15px 20px!important;min-height:50px!important}.drawer-header h2{font-size:12px!important}.close-btn{font-size:22px!important}.drawer-items{padding:15px 20px!important}.cart-item{gap:10px!important;margin-bottom:15px!important;padding-bottom:15px!important}.cart-item img{width:60px!important}.item-info h4{font-size:12px!important;margin-bottom:2px!important}.item-meta{font-size:10px!important}.item-price{font-size:14px!important}.remove-btn{font-size:10px!important}.drawer-footer{padding:15px 20px!important}.checkout-btn{padding:12px!important;font-size:12px!important}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-out}.login-modal-card{background:#fff;width:90%;max-width:380px;padding:40px 30px;border-radius:8px;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:scaleUp .3s cubic-bezier(.34,1.56,.64,1)}.modal-icon{display:flex;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:20px}.logo-login{width:120px;height:auto;object-fit:contain;padding-bottom:36px}.modal-close-btn{position:absolute;top:20px;right:20px;background:none;border:none;font-size:20px;color:#94a3b8;cursor:pointer;transition:color .2s}.modal-close-btn:hover{color:#1e293b}.modal-icon{font-size:50px;margin-bottom:20px}.modal-body h3{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:12px}.modal-body p{font-size:15px;color:#64748b;line-height:1.6;margin-bottom:32px}.modal-actions{display:flex;gap:12px}.modal-actions button{flex:1;padding:14px;border-radius:6px;font-weight:600;font-size:15px;cursor:pointer;transition:transform .1s}.modal-actions button:active{transform:scale(.98)}.primary-action{background:#000;color:#fff;border:none}.secondary-action{background:#f1f5f9;color:#475569;border:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-section{position:relative;width:100%;margin:0;padding:0;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:140px;background:linear-gradient(to bottom,#00000073,#0000);z-index:1;pointer-events:none}.hero-image{width:100%;height:auto;display:block;object-fit:cover;object-position:left center}@media screen and (max-width:768px){.hero-image{height:26vh!important;object-position:50% 20%!important}.hero-section{height:auto!important;min-height:0!important}}.brand-section-wrapper{width:100%;margin:0;overflow:hidden;padding:0}.brand-hero-box{position:relative;width:100%;height:85vh;overflow:hidden}.brand-hero-img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) brightness(.9);transition:filter .8s cubic-bezier(.4,0,.2,1)}.brand-text-overlay{max-width:none;width:100%;text-align:center;padding:60px 0;background-color:#fff}.brand-name{margin-bottom:12px}.brand-full-wrapper{width:100%;position:relative;margin:0;left:0;background-color:#fff}.brand-text-block{width:100%;text-align:center;padding:80px 20px 20px}.brand-hero-content{width:100%;max-width:100%;overflow:hidden}.brand-main-image{width:100%;height:auto;object-fit:cover;object-position:center 26%;display:block}.home-main{position:relative;background-color:#fff;margin-bottom:0;padding-bottom:0}.brand-hero-content{width:100%;height:720px;height:clamp(520px,70vh,900px);overflow:hidden;position:relative}.brand-main-image{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%) brightness(.6);transition:all .8s cubic-bezier(.4,0,.2,1);transform:scale(.97)}.brand-action-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-20%);opacity:0;visibility:hidden;padding:15px 40px;background:#fff;color:#000;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .5s ease;z-index:10}.brand-hero-content:hover .brand-main-image{filter:grayscale(0%) brightness(1);transform:scale(1)}.brand-hero-content:hover .brand-action-btn{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.brand-action-btn:hover{background:#000;color:#fff}@media screen and (max-width:768px){.brand-hero-content{height:26vh!important;min-height:0!important}.brand-main-image{object-position:50% 20%!important}.brand-action-btn{padding:10px 24px!important;font-size:.85rem!important;white-space:nowrap!important}}.product-card{background:#f0efef;display:flex;flex-direction:column;position:relative;overflow:hidden}.product-card .main-img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.card-bottom{padding:20px 15px;background:#f6f5f5;flex-grow:1;display:flex;flex-direction:column;gap:12px;z-index:5}.brand-icon-wrapper{width:100%;height:66px;display:flex;justify-content:center;align-items:center;margin-bottom:5px}.small-brand-logo{height:85%;width:auto;object-fit:contain;filter:brightness(0);display:block}.info-box{position:relative;padding-right:30px}.info-box h3{font-size:18px;font-weight:500;color:#000;margin:0 0 4px;letter-spacing:.5px;text-transform:uppercase}.info-box p{font-size:14px;color:#1a1a1a;margin:0}.favorite-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:22px;height:22px;cursor:pointer}.size-overlay{position:absolute;top:0;left:0;width:100%;aspect-ratio:3 / 4;background:#d1d1d1d5;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10;font-family:Montserrat,sans-serif!important}.quantity-section{width:90%;display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:25px}.qty-label{white-space:nowrap;font-size:11px;font-weight:600;letter-spacing:1.5px;margin:0}.stepper-box{display:flex;align-items:center;height:38px;background:#fff}.step-btn{width:38px;height:100%;background:#fff;border:none;cursor:pointer;font-size:18px;font-weight:300;display:flex;align-items:center;justify-content:center;transition:all .2s;font-family:Montserrat,sans-serif!important}.step-btn:hover{background:#000;color:#fff}.qty-value{width:45px;height:100%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.select-label{font-size:11px;letter-spacing:2px;margin-bottom:12px;font-weight:600;color:#888}.size-options{width:90%;display:flex;gap:8px;justify-content:space-between}.size-btn{flex:1;padding:10px 0;background:#fff;font-family:Montserrat,sans-serif!important;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.size-btn:hover{background:#000;color:#fff}.close-overlay-btn{position:absolute;top:15px;right:15px;font-size:24px;cursor:pointer;z-index:11;line-height:1}@media screen and (max-width:768px){.product-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;padding:10px!important}.quantity-section,.size-options{width:85%!important}.stepper-box{height:32px!important}.step-btn{width:32px!important;font-size:16px!important}.qty-value{width:35px!important;font-size:12px!important}.size-btn{padding:6px 0!important;font-size:11px!important}.qty-label,.select-label{font-size:10px!important;margin-bottom:8px!important}.brand-icon-wrapper{height:42px}}.product-views{width:100%;min-height:100vh}.product-hero img{width:100%;height:auto;display:block}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:40px;padding:0 20px 100px;max-width:1880px;margin:0 auto}.text-class{padding:60px 20px;text-align:center}.text-class h4{font-size:14px;color:#9a9898}@media screen and (max-width:768px){.product-hero{height:26vh!important;overflow:hidden}.product-hero img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}}.form-field-container{width:100%;margin-bottom:8px}.field-label{display:block;font-size:13px;font-weight:500;color:#64748b;margin-bottom:8px;text-align:left;letter-spacing:.5px}.input-wrapper{position:relative;width:100%}.field-input{width:100%;height:48px;padding:0 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;font-size:15px;color:#1e293b;transition:all .2s cubic-bezier(.4,0,.2,1)}.field-input:focus{outline:none;background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.has-error .field-input{border-color:#ef4444;background-color:#fef2f2}.has-error .field-input:focus{box-shadow:0 0 0 4px #ef44441a}.field-error-box{min-height:20px;padding-top:4px}.field-error-msg{color:#ef4444;font-size:12px;display:flex;align-items:center;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.login-container{--primary: #000000;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:#000046;background:-webkit-linear-gradient(to right,#1CB5E0,#000046);background:linear-gradient(to right,#000046,#1cb5e0);display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif}.login-card{background:#ffffffb8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.3);padding:2.5rem;border-radius:12px;box-shadow:0 25px 50px -12px #0000001a;width:90%;max-width:420px;transition:all .5s ease}.login-header{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:2rem}.login-logo-top{width:268px;height:auto;margin-bottom:1.2rem;display:block}.login-header p{padding-top:20px}.success-feedback{text-align:center;padding:10px 0;animation:fadeIn .4s ease-out}.success-icon{width:64px;height:64px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 24px;box-shadow:0 10px 20px #cecece4d}.loading-bar-container{width:100%;height:4px;background:#e2e8f0;border-radius:2px;margin-top:24px;overflow:hidden}.loading-bar-fill{height:100%;background:var(--primary);width:0%;animation:progressFill 3s linear forwards}@keyframes progressFill{0%{width:0%}to{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-btn{width:100%;padding:14px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s;margin-top:1rem}.login-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.footer-login{padding-top:20px}@media(max-width:480px){.login-card{padding:1.5rem;width:95%;border-radius:20px}.login-card h2{font-size:1.5rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#fff;color:#111;overflow-x:hidden}ul,ol{list-style:none}a{text-decoration:none;color:inherit;cursor:pointer}img,svg,video,canvas,audio{display:block;max-width:100%}button,input,select,textarea{font-family:inherit;font-size:100%;border:none;outline:none;background:none}button{cursor:pointer}[hidden]{display:none!important}@media screen and (max-width:768px){html,body{max-width:100%!important;overflow-x:hidden!important}#root,.App,.home-main,.brand-full-wrapper,.brand-section-wrapper{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}}html,body,button,input,textarea,span,a,p,div{font-family:Montserrat,sans-serif!important;-webkit-font-smoothing:antialiased}h1,h2,h3,.login-header h2{font-family:Montserrat,sans-serif!important;font-weight:700;letter-spacing:-.5px;text-transform:uppercase}footer a,footer span,.login-btn{font-family:Montserrat,sans-serif!important;letter-spacing:1px}
