@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";.header-wrapper{position:sticky;top:0;z-index:1000;background:#fff}.header{background:#fff;border-bottom:1px solid #eee}.header-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:80px;gap:2rem;position:relative}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:0;color:#000;transition:color .2s ease}.mobile-menu-btn:hover{color:#666}.header-logo{text-decoration:none;color:#000;flex-shrink:0}.header-logo h1{font-size:1.8rem;font-weight:900;letter-spacing:.1em;margin:0;color:#000}.header-search-container{flex:1;display:flex;justify-content:center;align-items:center;max-width:600px;margin:0 auto;padding:0 1rem;gap:.5rem}.header-nav{display:flex;gap:2.5rem;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.nav-item{position:relative;cursor:pointer;text-decoration:none;color:#000}.nav-link{font-size:.95rem;font-weight:600;letter-spacing:.05em;color:#000;transition:all .3s ease;display:block;padding:.5rem 0}.nav-item:hover .nav-link{color:#000;font-weight:600}.nav-link.active{text-decoration:underline;text-underline-offset:4px}.header-actions{display:flex;align-items:center;gap:1.5rem}.header-search{position:relative;display:flex;align-items:center;width:100%;max-width:600px}.header-search input{width:100%;padding:.6rem 2.5rem .6rem 1rem;border:1px solid #e5e5e5;border-radius:24px;font-size:.9rem;transition:all .2s ease;background:#f9f9f9}.header-search input:focus{outline:none;border-color:#000;background:#fff}.header-search input::placeholder{color:#999}.header-search button{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease}.header-search button:hover{color:#000}.filter-icon-button{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;flex-shrink:0}.filter-icon-button:hover{color:#000}.header-icon{position:relative;display:flex;align-items:center;justify-content:center;color:#000;text-decoration:none;transition:color .2s ease;cursor:pointer}.header-icon:hover{color:#666}.cart-icon{position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background:#000;color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;padding:0 4px}.mega-menu-overlay{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 4px 12px #00000014;animation:slideDown .2s ease;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mega-menu{max-width:1280px;margin:0 auto;padding:0 20px}.mega-menu-container{display:flex;gap:4rem;padding:2.5rem 0;position:relative}.mega-menu-column{min-width:120px;position:relative}.mega-menu-category{position:relative;padding-right:2rem}.mega-menu-category:hover .mega-menu-sub-list{display:block}.mega-menu-title{font-size:.95rem;font-weight:700;letter-spacing:.05em;margin:0 0 1.5rem;color:#000;text-transform:none;cursor:pointer;transition:color .2s ease;line-height:1.5}.mega-menu-title:hover{color:#000}.mega-menu-sub-list{position:absolute;left:100%;top:0;margin-left:3rem;list-style:none;margin-top:0;min-width:200px;background:#fff;z-index:1001;padding:0;animation:fadeIn .2s ease;display:block}.mega-menu-sub-list li{margin-bottom:.75rem;white-space:nowrap}.mega-menu-sub-list a{text-decoration:none;color:#666;font-size:.85rem;transition:color .2s ease;display:block;line-height:1.5;font-weight:400}.mega-menu-sub-list a:hover{color:#000;text-decoration:underline}.mega-menu-list{list-style:none;padding:0;margin:0}.mega-menu-list li{margin-bottom:.65rem}.mega-menu-list a{text-decoration:none;color:#666;font-size:.85rem;transition:color .2s ease;display:block;line-height:1.4}.mega-menu-list a:hover{color:#000;text-decoration:underline}@media (max-width: 1200px){.header-container{padding:0 1.5rem}.header-nav{gap:2rem}.mega-menu-container{flex-wrap:wrap;gap:2rem}.mega-menu-sub-list{position:static;margin-left:0;margin-top:.5rem}.header-search input{width:180px}}@media (max-width: 768px){.header-wrapper{position:sticky;top:0}.header-container{padding:0 1rem;height:80px;position:relative}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;order:-1}.header-logo{flex:1;text-align:center}.header-logo h1{font-size:1.4rem}.header-nav{position:fixed;top:80px;left:-100%;width:70%;max-width:320px;height:calc(100vh - 80px);background:#fff;flex-direction:column;gap:0;padding:1.5rem 0;box-shadow:2px 0 12px #0000001a;transition:left .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;z-index:999}.header-nav.mobile-open{left:0}.nav-item{width:100%;border-bottom:1px solid #f0f0f0}.nav-link{font-size:.95rem;padding:1rem 1.5rem;display:block}.mega-menu-overlay{display:none}.header-search-container{order:3;flex:1 1 100%;max-width:100%;margin:.5rem 0}.header-search{max-width:100%}.header-actions{gap:1rem;margin-left:auto}.header-icon{width:24px;height:24px}.header-icon svg{width:20px;height:20px}}.mobile-menu-overlay{display:none}@media (max-width: 768px){.mobile-menu-overlay{display:block;position:fixed;top:80px;left:0;width:100vw;height:calc(100vh - 80px);background:#00000080;z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}@media (max-width: 480px){.header-logo h1{font-size:1.2rem}.header-nav{width:260px}.header-actions{gap:.75rem}.header-icon svg{width:18px;height:18px}.cart-badge{min-width:16px;height:16px;font-size:.65rem}.footer{background:#f8f8f8;border-top:1px solid #ddd;margin-top:4rem}.footer-container{max-width:1280px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{margin:0 0 1rem;font-size:1.5rem;font-weight:700;letter-spacing:2px}.footer-section h4{margin:0 0 1rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.footer-section p{color:#666;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#666;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#000}.social-links{display:flex;gap:1rem}.social-links a{color:#666;transition:color .3s ease}.social-links a:hover{color:#000}.footer-bottom{border-top:1px solid #ddd;padding:40px 20px;text-align:center;max-width:1280px;margin:0 auto}.footer-bottom p{margin:0;color:#777;font-size:13px}.footer-section ul li .language-link-button{background:none;border:none;color:#666;text-decoration:none;cursor:pointer;font-size:inherit;font-family:inherit;padding:0;margin:0;transition:color .3s ease;text-align:left;width:100%;display:block;line-height:inherit}.footer-section ul li .language-link-button:hover{color:#000}.language-drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.language-drawer-overlay.show{opacity:1;visibility:visible}.language-drawer{position:fixed;top:0;right:-100%;width:420px;height:100vh;background:#fff;padding:2rem;z-index:2001;transition:right .3s ease;overflow-y:auto;box-shadow:-2px 0 10px #0000001a}.language-drawer.show{right:0}.language-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.language-drawer-header h2{font-size:1.5rem;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:1px}.language-drawer-close{display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:32px;height:32px;padding:0;transition:color .3s ease}.language-drawer-close:hover{color:#000}.language-drawer-content{padding:0}.language-list{display:flex;flex-direction:column;gap:.5rem}.language-option{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:1px solid #e5e5e5;border-radius:4px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;font-family:inherit}.language-option:hover{background:#f8f8f8;border-color:#000}.language-option.active{background:#000;color:#fff;border-color:#000}.language-option.active:hover{background:#333}.language-native{font-size:1rem;font-weight:500}.language-name{font-size:.875rem;color:#666;margin-left:1rem}.language-option.active .language-name{color:#fffc}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;padding:2rem 1rem}.footer-section{text-align:center}.social-links{justify-content:center}.language-drawer{width:100%;max-width:420px}}.home-page{min-height:100vh;background:#fff}.home-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.quick-menu-mega-overlay{position:absolute;top:100%;left:0;right:-300px;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 4px 12px #00000014;animation:slideDown .2s ease;z-index:1000;overflow:visible}.quick-menu-mega-overlay .mega-menu{max-width:1280px;margin:0 auto;padding:0 300px 0 20px;overflow:visible}.quick-menu-mega-overlay .mega-menu-container{display:grid;grid-template-columns:repeat(7,1fr);gap:2rem;padding:2.5rem 0;position:relative;overflow:visible}.quick-menu-mega-overlay .mega-menu-column{min-width:0;position:relative}.quick-menu-mega-overlay .mega-menu-column-with-sub{position:relative}.quick-menu-mega-overlay .mega-menu-title{font-size:.95rem;font-weight:700;letter-spacing:.05em;margin:0 0 1rem;color:#000;text-transform:none;line-height:1.5}.quick-menu-mega-overlay .mega-menu-list li{margin-bottom:.65rem;position:relative}.quick-menu-mega-overlay .mega-menu-item-with-sub{position:relative;display:block;overflow:visible}.quick-menu-mega-overlay .mega-menu-item-with-sub>a{display:inline-block;width:auto}.quick-menu-mega-overlay .mega-menu-list a{text-decoration:none;color:#666;font-size:.85rem;transition:color .2s ease;display:block;line-height:1.4;font-weight:400}.quick-menu-mega-overlay .mega-menu-list a:hover{color:#000;text-decoration:underline}.mega-menu-sub-box:not(.mega-menu-sub-box-outer){position:absolute;left:calc(100% + 1rem);top:0;border:1px solid #000;background:#fff;padding:1rem 1.5rem;min-width:200px;width:auto;z-index:1001;box-shadow:none;box-sizing:border-box;display:block}.quick-menu-mega-overlay .mega-menu-item-with-sub .mega-menu-sub-box.mega-menu-sub-box-outer,.quick-menu-mega-overlay .mega-menu-sub-box.mega-menu-sub-box-outer,.quick-menu-mega-overlay .mega-menu-sub-box-outer{position:absolute!important;left:calc(100% + .5rem)!important;top:0!important;margin-top:0!important;border:1px solid #000!important;background:#fff!important;padding:1rem 1.5rem!important;width:fit-content!important;min-width:120px!important;max-width:none!important;z-index:1001!important;box-sizing:border-box!important;display:block!important;overflow:visible!important}.quick-menu-mega-overlay .mega-menu-sub-box.mega-menu-sub-box-outer .mega-menu-sub-list,.quick-menu-mega-overlay .mega-menu-sub-box-outer .mega-menu-sub-list{list-style:none!important;padding:0!important;margin:0!important;display:block!important;width:auto!important;float:none!important;position:relative!important;left:0!important;box-sizing:border-box!important;min-width:0!important}.quick-menu-mega-overlay .mega-menu-sub-box.mega-menu-sub-box-outer .mega-menu-sub-list li,.quick-menu-mega-overlay .mega-menu-sub-box-outer .mega-menu-sub-list li{margin-bottom:.5rem!important;display:block!important;width:100%!important;padding:0!important;list-style:none!important;float:none!important;clear:both!important;position:relative!important;box-sizing:border-box!important;max-width:100%!important}.quick-menu-mega-overlay .mega-menu-sub-box.mega-menu-sub-box-outer .mega-menu-sub-list li:last-child,.quick-menu-mega-overlay .mega-menu-sub-box-outer .mega-menu-sub-list li:last-child{margin-bottom:0!important}.quick-menu-mega-overlay .mega-menu-sub-box.mega-menu-sub-box-outer .mega-menu-sub-list a,.quick-menu-mega-overlay .mega-menu-sub-box-outer .mega-menu-sub-list a{text-decoration:none!important;color:#000!important;font-size:.85rem!important;display:block!important;line-height:1.6!important;white-space:nowrap!important;font-weight:400!important;cursor:pointer!important;width:100%!important;max-width:100%!important;float:none!important;text-align:center!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.quick-menu-mega-overlay .mega-menu-sub-box.mega-menu-sub-box-outer .mega-menu-sub-list a:hover,.quick-menu-mega-overlay .mega-menu-sub-box-outer .mega-menu-sub-list a:hover{text-decoration:underline!important}.quick-menu-mega-overlay .mega-menu-sub-box.mega-menu-sub-box-right:not(.mega-menu-sub-box-outer),.quick-menu-mega-overlay .mega-menu-sub-box-right:not(.mega-menu-sub-box-outer){position:absolute!important;left:calc(100% + 1rem)!important;top:0!important;border:1px solid #000!important;background:#fff!important;padding:1rem 1.5rem!important;min-width:auto!important;width:fit-content!important;z-index:1001!important;box-shadow:none!important;box-sizing:border-box!important;display:inline-block!important;overflow:visible!important}.mega-menu-sub-box-inside{position:static!important;left:auto!important;top:auto!important;margin-top:.5rem;margin-bottom:.5rem;min-width:auto!important;max-width:none!important;width:max-content!important;padding:1rem 1.5rem;display:inline-block;box-sizing:border-box}.mega-menu-sub-box-inside .mega-menu-sub-list{list-style:none;padding:0;margin:0;display:block;width:max-content!important;min-width:max-content!important;white-space:nowrap}.mega-menu-sub-box-inside .mega-menu-sub-list li{margin-bottom:.5rem;display:block;width:max-content!important;min-width:max-content!important}.mega-menu-sub-box-inside .mega-menu-sub-list li:last-child{margin-bottom:0}.mega-menu-sub-box-inside .mega-menu-sub-list a{text-decoration:none;color:#000;font-size:.85rem;transition:color .2s ease;display:block;line-height:1.6;font-weight:400;width:max-content!important;min-width:max-content!important;white-space:nowrap}.mega-menu-sub-box:not(.mega-menu-sub-box-outer) .mega-menu-sub-list,.mega-menu-sub-box-right:not(.mega-menu-sub-box-outer) .mega-menu-sub-list{list-style:none;padding:0;margin:0;display:block;width:100%}.mega-menu-sub-box:not(.mega-menu-sub-box-outer) .mega-menu-sub-list li,.mega-menu-sub-box-right:not(.mega-menu-sub-box-outer) .mega-menu-sub-list li{margin-bottom:.5rem;display:block;width:100%}.mega-menu-sub-box:not(.mega-menu-sub-box-outer) .mega-menu-sub-list li:last-child,.mega-menu-sub-box-right:not(.mega-menu-sub-box-outer) .mega-menu-sub-list li:last-child{margin-bottom:0}.mega-menu-sub-box:not(.mega-menu-sub-box-outer) .mega-menu-sub-list a,.mega-menu-sub-box-right:not(.mega-menu-sub-box-outer) .mega-menu-sub-list a{text-decoration:none;color:#000;font-size:.85rem;transition:color .2s ease;display:block;line-height:1.6;font-weight:400;width:100%;white-space:nowrap;cursor:pointer}.mega-menu-sub-box:not(.mega-menu-sub-box-outer) .mega-menu-sub-list a:hover,.mega-menu-sub-box-right:not(.mega-menu-sub-box-outer) .mega-menu-sub-list a:hover{color:#000;text-decoration:underline}@media (max-width: 1200px){.quick-menu-mega-overlay{right:-200px}.quick-menu-mega-overlay .mega-menu{padding-right:200px}.quick-menu-mega-overlay .mega-menu-container{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.brand-menu-header{border-bottom:1px solid #e5e5e5;padding:1rem 0}.brand-menu-tabs{display:flex;gap:2rem;max-width:1280px;margin:0 auto;padding:0 20px}.brand-menu-content{display:flex;gap:3rem;padding:2rem 0;max-width:1280px;margin:0 auto;padding-left:20px;padding-right:20px}.brand-featured{flex:0 0 160px!important;display:flex;flex-direction:column;gap:.75rem;max-width:160px}.brand-featured-item{position:relative;text-decoration:none;color:#000;border:1px solid #e5e5e5;overflow:hidden;width:100%;max-width:160px}.brand-more-link{grid-column:1 / -1;text-align:right;padding-top:1rem;margin-top:1rem;border-top:1px solid #e5e5e5}.brand-more-link a{color:#666;text-decoration:none;font-size:.9rem;transition:color .2s ease}.brand-more-link a:hover{color:#000}.inner_cont{display:none}.inner_cont.show{display:block}.inner_cont dl{margin-bottom:2rem}.inner_cont dt{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#000}.br_lst{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem 2rem}.br_lst li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;flex-direction:column}.br_lst_name_box{display:flex;align-items:center;gap:.5rem;width:100%}.t_nm{font-size:.85rem;color:#000;flex:1}.t_blck{font-size:.75rem;color:#666;display:block;margin-top:.25rem;width:100%}.br_lst li a{text-decoration:none;color:#666;transition:color .2s ease}.br_lst li a:hover{color:#000}@media (max-width: 768px){.quick-menu-bar{display:none}.quick-menu-mega-overlay .mega-menu-container{grid-template-columns:repeat(2,1fr);gap:1rem}.brand-menu-content{flex-direction:column}.brand-featured{flex:1}.brand-list{grid-template-columns:repeat(2,1fr)}}.hero-slider{position:relative;width:100%;height:500px;overflow:hidden;background:#fff}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.slide.active{opacity:1;z-index:1}.slide-content{max-width:1280px;margin:0 auto;padding:0 20px;text-align:center;color:#fff;z-index:2}.slide-content h2{font-size:3rem;font-weight:900;margin:0 0 1rem;letter-spacing:.05em;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.3)}.slide-content p{font-size:1.1rem;margin:0 0 2rem;line-height:1.5;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-image-section{width:50%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;overflow:hidden}.hero-product-image{width:100%;height:100%;object-fit:cover;object-position:center}.btn-slide{display:inline-block;padding:1rem 2.5rem;background:#000;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;font-size:1rem;letter-spacing:.1em;transition:background .2s ease}.btn-slide:hover{background:#333}.slider-nav{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:2}.nav-dot{width:10px;height:10px;border-radius:50%;background:#0000004d;border:none;cursor:pointer;transition:background .2s ease}.nav-dot.active{background:#000}.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s ease;z-index:2;color:#000}.slider-prev:hover,.slider-next:hover{background:#fff}.slider-prev{left:2rem}.slider-next{right:2rem}.section{padding:80px 0;margin-bottom:0}.section-title{font-size:24px;font-weight:700;margin:0 0 20px;letter-spacing:.05em;color:#222}.collection-section{padding:60px 0;background:#fff}.collection-section:nth-child(2n){background:#f9f9f9}.section-header{text-align:center;margin-bottom:40px}.section-subtitle{margin-top:12px;font-size:16px;color:#666;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.recently-viewed-section{background:#fff;padding:80px 0}.products-row-6{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.product-card-small{text-decoration:none;color:inherit;transition:transform .2s ease}.product-card-small:hover{transform:scale(1.03);box-shadow:0 4px 10px #0000001a}.product-image-small{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f5f5f5;margin-bottom:.75rem}.product-image-small img{width:100%;height:100%;object-fit:cover}.wishlist-small{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;font-size:.9rem;color:#ccc;transition:all .2s ease}.wishlist-small:hover{background:#fff;color:#f44;transform:scale(1.1)}.wishlist-small.active{color:#f44;background:#fff}.product-info-small{text-align:left}.brand-small{font-size:.85rem;font-weight:700;color:#000;margin-bottom:.25rem}.title-small{font-size:.85rem;color:#666;margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.4em}.price-small{font-size:.95rem;font-weight:700;color:#000}.categories-image-section{background:#fff;padding:2rem 0}.categories-image-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.cat-img-card{position:relative;text-decoration:none;border-radius:12px;overflow:hidden;transition:transform .2s ease;aspect-ratio:1}.cat-img-card:hover{transform:translateY(-4px)}.cat-img-card img{width:100%;height:100%;object-fit:cover}.cat-label{position:absolute;bottom:1rem;left:0;right:0;text-align:center;font-weight:700;font-size:.95rem;color:#000;text-shadow:0 0 10px rgba(255,255,255,.8)}.recommended-section{background:#fff;padding:80px 0}.products-grid-4col{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card-white{text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;transition:all .2s ease}.product-card-white:hover{transform:scale(1.03);box-shadow:0 4px 10px #0000001a}.product-img{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.product-img img{width:100%;height:100%;object-fit:cover}.wishlist-white{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;font-size:1.1rem;color:#ccc;transition:all .2s ease}.wishlist-white:hover{background:#fff;color:#f44;transform:scale(1.1)}.wishlist-white.active{color:#f44;background:#fff}.product-details-white{padding:1rem}.brand-text{font-size:.85rem;font-weight:700;color:#000;margin-bottom:.25rem}.title-text{font-size:.9rem;color:#666;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.price-text{font-size:1.05rem;font-weight:700;color:#000}.promo-full-banner{padding:0;margin:0;position:relative;overflow:hidden}.promo-slider-container{position:relative;width:100%;min-height:300px;max-width:1280px;margin:0 auto}.promo-slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.promo-slide.active{opacity:1;visibility:visible;position:relative;z-index:1}.promo-grid{display:grid;grid-template-columns:1fr 1fr;min-height:300px;width:100%}.promo-text-side{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem;background:#8b7355;color:#fff;text-align:center}.promo-text-side h2{font-weight:700}.promo-brand{font-size:1rem;font-weight:700;margin-bottom:1rem;letter-spacing:.1em}.promo-text-side h2{font-size:3rem;font-weight:900;margin:0 0 .5rem;letter-spacing:.05em;line-height:1.1}.promo-text-side p{font-size:1rem;margin:0 0 2rem;font-weight:500}.btn-promo{padding:1rem 2.5rem;background:#fff;color:#000;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s ease;width:fit-content;letter-spacing:.1em;font-size:1rem;text-decoration:none;display:inline-block}.btn-promo:hover{background:#f0f0f0;transform:translateY(-2px)}.promo-image-side{background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.promo-image-side img{width:100%;height:100%;object-fit:cover}.promo-slider-nav{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.promo-nav-dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.promo-nav-dot:hover{background:#fffc;transform:scale(1.2)}.promo-nav-dot.active{background:#fff;width:24px;border-radius:5px}.promo-slider-prev,.promo-slider-next{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;color:#000;font-weight:300}.promo-slider-prev:hover,.promo-slider-next:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.promo-slider-prev{left:2rem}.promo-slider-next{right:2rem}.brands-dark-section{background:#2a2a2a;padding:3rem 0 2rem}.section-header-brands{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-title-dark{font-size:1.5rem;font-weight:700;margin:0;letter-spacing:.05em;color:#fff}.view-all-dark{text-decoration:none;color:#fff;font-weight:600;font-size:.95rem;transition:color .2s ease;background:none;border:none;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:.2rem}.view-all-dark:hover{color:#ccc}.brands-row{display:grid;grid-template-columns:repeat(8,1fr);gap:1rem}.brand-card-click{background:#fff;border:none;border-radius:8px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:1rem}.brand-card-click:hover{transform:translateY(-4px);box-shadow:0 4px 12px #ffffff1a}.brand-card-click.active{background:#4a4aff}.brand-square{width:60px;height:60px;background:#000;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:.5rem;position:relative;overflow:hidden}.brand-logo{width:100%;height:100%;object-fit:contain;display:block}.brand-text{font-weight:900;color:#fff;font-size:.7rem;letter-spacing:.05em;text-align:center;word-break:break-word;display:flex;align-items:center;justify-content:center}.brand-stats-box{display:flex;flex-direction:column;gap:.25rem;width:100%}.interest-label{font-size:.75rem;color:#999;font-weight:500}.brand-card-click.active .interest-label{color:#fff}.interest-number{font-size:.9rem;color:#000;font-weight:700}.brand-card-click.active .interest-number{color:#fff}.brand-name-label{font-size:.75rem;color:#000;font-weight:600;text-align:center;margin-top:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-card-click.active .brand-name-label{color:#fff}.what-about-dark-section{background:#2a2a2a;padding:2rem 0 4rem}.products-grid-4col-dark{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card-black{text-decoration:none;color:inherit;background:transparent;border-radius:12px;overflow:hidden;transition:transform .2s ease}.product-card-black:hover{transform:translateY(-4px)}.product-img-black{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f5f5f5;margin-bottom:.75rem}.product-img-black img{width:100%;height:100%;object-fit:cover}.wishlist-black{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;font-size:1.1rem;color:#ccc;transition:all .2s ease}.wishlist-black:hover{background:#fff;color:#f44;transform:scale(1.1)}.wishlist-black.active{color:#f44;background:#fff}.product-details-black{padding:.5rem 0}.brand-text-white{font-size:.85rem;font-weight:700;color:#fff;margin-bottom:.25rem}.title-text-white{font-size:.9rem;color:#ccc;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.price-text-white{font-size:1.05rem;font-weight:700;color:#fff}@media (max-width: 1200px){.products-row-6{grid-template-columns:repeat(4,1fr)}.categories-image-grid{grid-template-columns:repeat(3,1fr)}.brands-row{grid-template-columns:repeat(4,1fr)}.products-grid-4col,.products-grid-4col-dark{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.slide-content h2{font-size:2rem}.slide-content p{font-size:.9rem}.slide{padding:0 2rem}.slider-prev,.slider-next{width:40px;height:40px;font-size:1.5rem}.slider-prev{left:1rem}.slider-next{right:1rem}.products-row-6{grid-template-columns:repeat(2,1fr);gap:1rem}.categories-image-grid,.brands-row,.products-grid-4col,.products-grid-4col-dark{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:1fr;min-height:auto}.promo-text-side{padding:2rem 1.5rem}.promo-text-side h2{font-size:2rem}.promo-slider-prev,.promo-slider-next{width:40px;height:40px;font-size:1.5rem}.promo-slider-prev{left:1rem}.promo-slider-next{right:1rem}.promo-slider-nav{bottom:1rem}.section{padding:2rem 0}.section-container{padding:0 1rem}}div.mega-menu-sub-box.mega-menu-sub-box-outer{position:absolute!important;left:calc(114.28% + 2rem)!important;transform:translate(-50%)!important;top:0!important;margin-top:0!important;border:1px solid #000!important;background:#fff!important;padding:1rem 0!important;padding-left:0!important;padding-right:0!important;width:fit-content!important;min-width:auto!important;max-width:150px!important;z-index:1001!important;display:block!important;overflow:visible!important;box-sizing:border-box!important}div.mega-menu-sub-box.mega-menu-sub-box-outer ul.mega-menu-sub-list{list-style:none!important;padding:0!important;margin:0!important;display:block!important;width:100%!important;position:relative!important;box-sizing:border-box!important}div.mega-menu-sub-box.mega-menu-sub-box-outer ul.mega-menu-sub-list li{margin-bottom:.5rem!important;display:block!important;width:100%!important;padding:0!important;list-style:none!important;position:relative!important;box-sizing:border-box!important}div.mega-menu-sub-box.mega-menu-sub-box-outer ul.mega-menu-sub-list{list-style:none!important;padding:0!important;margin:0!important;display:block!important;width:100%!important;position:relative!important;box-sizing:border-box!important;float:none!important}div.mega-menu-sub-box.mega-menu-sub-box-outer ul.mega-menu-sub-list li{margin-bottom:.5rem!important;display:block!important;width:100%!important;padding:0!important;list-style:none!important;position:relative!important;box-sizing:border-box!important;float:none!important;clear:both!important}div.mega-menu-sub-box.mega-menu-sub-box-outer ul.mega-menu-sub-list li:last-child{margin-bottom:0!important}div.mega-menu-sub-box.mega-menu-sub-box-outer ul.mega-menu-sub-list a{text-decoration:none!important;color:#000!important;font-size:.85rem!important;display:block!important;line-height:1.6!important;font-weight:400!important;white-space:nowrap!important;cursor:pointer!important;width:100%!important;text-align:center!important;padding:0!important;margin:0!important;position:relative!important;box-sizing:border-box!important;float:none!important}div.mega-menu-sub-box.mega-menu-sub-box-outer ul.mega-menu-sub-list a:hover{text-decoration:underline!important}.product-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;position:relative;box-shadow:0 1px 4px #00000014;border:1px solid #ebebeb}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;border-color:#d0d0d0}.product-card.dark-mode{background:#1a1a1a;border-color:#3a3a3a}.product-card.dark-mode:hover{border-color:#4a4a4a}.product-card.dark-mode .product-title{color:#fff}.product-card.dark-mode .product-brand{color:#aaa}.product-card.dark-mode .current-price{color:#fff}.product-card.dark-mode .original-price{color:#888}.product-image{position:relative;width:100%;flex-shrink:0;aspect-ratio:1/1;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-card.dark-mode .product-image{background:#1e1e1e}.discount-badge{position:absolute;top:12px;left:12px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;color:#fff;letter-spacing:.5px;text-transform:uppercase;z-index:2;background:#f23030}.sold-out-badge{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;color:#fff;letter-spacing:.5px;text-transform:uppercase;z-index:2;background:#000}.product-info{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:4px;width:100%;background:#f9f9f9}.product-card.dark-mode .product-info{background:#1a1a1a}.product-brand{margin:0 0 6px;color:#15181d;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:700;line-height:140%;text-transform:capitalize;width:100%}.product-title{margin:0 0 8px;color:#15181d;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:150%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:35px;width:100%}.product-rating{display:flex;align-items:center;gap:6px;margin:4px 0 8px}.rating-stars{font-size:14px;line-height:1}.rating-info{font-size:12px;color:#666;font-weight:400}.product-card.dark-mode .rating-info{color:#999}.product-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;width:100%}.original-price{font-size:12px;color:#bbb;text-decoration:line-through;font-weight:400}.current-price{color:#15181d;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:700;line-height:140%}.current-price.discount{color:#f23030}.wishlist-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;background:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2;padding:0}.wishlist-btn.active{background:#fff}.wishlist-btn svg{display:block}.wishlist-btn.loading{pointer-events:none}.wishlist-spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #ff4444;border-radius:50%;animation:wishlist-spin 1s linear infinite}@keyframes wishlist-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.product-image{width:100%;height:200px}.product-info{padding:12px;width:100%}.product-title{font-size:14px;width:100%}.current-price{font-size:16px}}.product-image{width:100%;height:160px}.product-info{padding:10px;width:100%}.product-title{font-size:13px;width:100%}.current-price{font-size:15px}.product-detail-page{background:#fff;min-height:100vh;scroll-behavior:auto}.product-detail-loading,.product-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite}.product-detail-error h2{margin:20px 0 10px;font-size:24px}.btn-back-home{margin-top:20px;padding:12px 30px;background:#000;color:#fff;text-decoration:none;border-radius:4px;transition:background .3s}.btn-back-home:hover{background:#333}.product-main-section{padding:40px 20px;max-width:1280px;margin:0 auto}.product-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery{position:static;align-self:flex-start}.main-image-container{position:relative;width:100%;background:#f8f8f8;border-radius:8px;overflow:visible;margin-top:50px;margin-bottom:20px;cursor:crosshair;display:flex;align-items:center;justify-content:center;min-height:400px}.main-image{width:100%;height:auto;object-fit:contain;display:block;max-width:100%}.ZoomContainer{position:absolute;top:0;left:0;height:100%;width:100%;z-index:999;pointer-events:none}.zoomLens{position:absolute;height:290px;width:320px;border:1px solid rgb(0,0,0);background-color:#fff;opacity:.4;cursor:pointer;z-index:999;overflow:hidden;pointer-events:none;box-sizing:border-box}.zoomWindowContainer{position:absolute;width:640px;height:580px;top:0;left:100%;margin-left:20px;z-index:1000;pointer-events:none}.zoomWindow{position:absolute;height:580px;width:640px;border:1px solid rgb(136,136,136);background-size:200%;background-repeat:no-repeat;background-color:#fff;overflow:hidden;box-shadow:0 4px 20px #00000026;pointer-events:none}.thumbnail-nav{display:flex;gap:10px;overflow-x:auto;padding:5px 0}.thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:#f8f8f8;padding:0;transition:all .3s ease}.thumbnail:hover{border-color:#ddd}.thumbnail.active{border:2px solid #000}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info-section{padding:20px 0}.product-header{margin-bottom:30px}.product-brand{font-size:14px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.product-title{font-size:28px;font-weight:700;line-height:1.3;margin:0 0 10px;color:#222}.product-meta{display:flex;flex-direction:column;gap:10px;font-size:14px;color:#666}.product-category-path{display:flex;align-items:center;gap:8px;margin-top:8px;margin-bottom:8px}.product-category-path .text_body{display:flex;align-items:center;gap:8px}.product-category-path .text-element{font-size:13px;color:#333}.product-category-path .underline{text-decoration:underline;cursor:pointer}.product-category-path .underline:hover{color:#000}.product-rating{display:flex;align-items:center;gap:5px}.product-pricing{padding:25px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:20px}.price-main{font-size:22px;font-weight:700;color:#222;margin-bottom:10px}.product-pricing .price-compare{display:flex;align-items:center;gap:15px;text-decoration:none!important}.product-pricing .price-compare .price-original{font-size:18px;color:#999;text-decoration:line-through}.product-pricing .price-compare .price-discount{font-size:14px;font-weight:600;color:#f44;background:#fff0f0;padding:4px 10px;border-radius:4px;text-decoration:none!important;text-decoration-line:none!important;text-decoration-style:none!important;text-decoration-color:transparent!important}.product-detail-page .product-pricing .price-compare,.product-info-section .product-pricing .price-compare{text-decoration:none!important}.product-detail-page .product-pricing .price-compare .price-discount,.product-info-section .product-pricing .price-compare .price-discount,.product-pricing .price-compare span.price-discount{text-decoration:none!important;text-decoration-line:none!important;text-decoration-style:none!important;text-decoration-color:transparent!important}.size-selection{margin-bottom:30px}.size-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.size-header h3{font-size:16px;font-weight:600;margin:0}.size-guide-link{background:none;border:none;color:#666;text-decoration:underline;cursor:pointer;font-size:14px;padding:0}.size-guide-link:hover{color:#000}.size-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.size-btn{background:#fff;border:1px solid #ccc;border-radius:4px;padding:8px 12px;cursor:pointer;transition:all .3s ease;text-align:center}.size-btn:hover{border-color:#000}.size-btn.selected{background:#000;border-color:#000;color:#fff}.size-label{font-size:14px;font-weight:600;margin-bottom:5px}.size-price{font-size:12px;color:#666}.size-btn.selected .size-price{color:#fff}.product-actions{display:flex;gap:12px;margin-bottom:30px}.btn-add-to-cart,.btn-buy-now{flex:1;padding:16px 24px;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s}.btn-add-to-cart{background:#fff;color:#000;border:2px solid #000}.btn-add-to-cart:hover{background:#f5f5f5}.btn-buy-now{background:#000;color:#fff}.btn-buy-now:hover{background:#333}.btn-wishlist-icon{width:54px;height:54px;background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.btn-wishlist-icon:hover{border-color:#000}.btn-wishlist-icon.active{border-color:#f44;background:#fff0f0}.product-details-accordion{border-top:1px solid #eee;padding-top:20px;margin-top:30px}.product-details-accordion details{padding:15px 0}.product-details-accordion summary{font-weight:600;color:#222}.details-content{color:#666;font-size:14px;line-height:1.6}.details-content label{color:#777;font-weight:500}.details-content span{color:#222;font-weight:400}.product-details-accordion details{border-bottom:1px solid #eee}.product-details-accordion summary{padding:20px 0;font-size:16px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.product-details-accordion summary::-webkit-details-marker{display:none}.product-details-accordion summary:after{content:"+";font-size:24px;font-weight:400}.product-details-accordion details[open] summary:after{content:"−"}.details-content{padding-bottom:20px;color:#666;line-height:1.8}.details-content ul{list-style:none;padding:0;margin:15px 0 0}.details-content li{padding:8px 0;border-bottom:1px solid #f5f5f5}.details-content li:last-child{border-bottom:none}.related-products-section,.size-guide-section,.recommended-products-section{padding:60px 20px;background:#fff}.size-guide-section{background:#f8f8f8}.section-container{max-width:1280px;margin:0 auto;padding:0 20px}.section-title{font-size:24px;font-weight:700;margin:0 0 20px;text-align:left;color:#222}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.products-grid .product-card:hover{transform:translateY(-4px);box-shadow:0 4px 15px #00000014}.size-guide-content{max-width:1280px;margin:0 auto;background:#f8f8f8;padding:40px;border-radius:8px;overflow:hidden}.size-guide-content p,.size-guide-content div{font-size:16px;line-height:1.6;color:#222}.size-guide-image{width:100%;height:auto;display:block}@media (max-width: 1024px){.product-container{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 768px){.product-main-section{padding:20px 15px}.product-title{font-size:24px}.price-main{font-size:22px}.size-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.product-actions{flex-direction:column}.btn-wishlist-icon{width:100%}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.section-title{font-size:20px;text-align:center}.section-container{padding:0 15px}}.products-grid{grid-template-columns:1fr}.btn-add-to-cart,.btn-buy-now{width:100%}.reviews-section{padding:60px 0;background:#f9f9f9}.review-stats{display:flex;gap:40px;padding:30px;background:#fff;border-radius:8px;margin-bottom:30px}.review-stats-summary{display:flex;gap:40px;flex:1}.average-rating{text-align:center;padding-right:40px;border-right:1px solid #e5e5e5}.rating-number{font-size:20px;font-weight:700;color:#222}.rating-stars{font-size:24px;margin:8px 0;color:gold}.rating-count{color:#666;font-size:14px}.rating-distribution{flex:1;display:flex;flex-direction:column;gap:8px}.distribution-bar{display:flex;align-items:center;gap:12px}.star-label{min-width:40px;font-size:14px}.bar-container{flex:1;height:8px;background:#e5e5e5;border-radius:4px;overflow:hidden}.bar-fill{height:100%;background:gold;transition:width .3s ease}.star-count{min-width:30px;text-align:right;font-size:14px;color:#666}.review-actions{display:flex;align-items:center}.review-form-container{background:#fff;padding:30px;border-radius:8px;margin-bottom:30px}.review-form-container h3{margin-bottom:20px;font-size:20px}.review-form .form-group{margin-bottom:20px}.review-form label{display:block;margin-bottom:8px;font-weight:500}.star-rating-input{display:flex;align-items:center;gap:4px}.star-btn{background:none;border:none;font-size:32px;cursor:pointer;padding:0;filter:grayscale(100%);transition:all .2s}.star-btn.active{filter:grayscale(0%)}.star-btn:hover{transform:scale(1.1)}.rating-label{margin-left:12px;color:#666}.form-input,.form-textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit}.form-textarea{resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.btn{padding:12px 24px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.btn-primary:hover{background:#333}.btn-secondary{background:#f5f5f5;color:#000}.btn-secondary:hover{background:#e5e5e5}.reviews-list{display:flex;flex-direction:column;gap:20px}.reviews-section{padding:60px 0;background:#fff}.no-reviews{text-align:center;padding:60px 20px;background:#fff;border-radius:8px;color:#666}.no-reviews p{margin:8px 0}.review-item{background:#fff;padding:24px;border-radius:8px;border:1px solid #e5e5e5}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.review-user{display:flex;align-items:center;gap:8px}.user-name{font-weight:500;color:#000}.verified-badge{padding:2px 8px;background:#4caf50;color:#fff;font-size:11px;border-radius:12px}.review-rating{font-size:18px}.review-title{font-size:16px;font-weight:600;margin:12px 0;color:#000}.review-content{color:#333;line-height:1.6;margin-bottom:16px}.admin-reply{background:#f9f9f9;padding:16px;border-left:3px solid #000;margin-top:16px}.reply-header{display:flex;justify-content:space-between;margin-bottom:8px}.reply-date{color:#666;font-size:13px}.reply-content{color:#333;line-height:1.6}.review-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e5e5}.review-date{color:#999;font-size:13px}.btn-helpful{background:none;border:1px solid #ddd;padding:6px 12px;border-radius:20px;cursor:pointer;font-size:13px;color:#666;transition:all .3s}.btn-helpful:hover:not(.disabled):not(:disabled){background:#f5f5f5;border-color:#000;color:#000}.btn-helpful.disabled,.btn-helpful:disabled{opacity:.5;cursor:not-allowed;background:#f0f0f0;border-color:#ccc;color:#999}@media (max-width: 768px){.review-stats,.review-stats-summary{flex-direction:column;gap:20px}.average-rating{padding-right:0;padding-bottom:20px;border-right:none;border-bottom:1px solid #e5e5e5}.review-footer{flex-direction:column;gap:12px;align-items:flex-start}}.cart-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.cart-container{max-width:1200px;margin:0 auto;padding:0 1rem}.cart-header{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}.cart-header-top{display:flex;justify-content:space-between;align-items:center}.cart-header h1{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 .5rem}.cart-header p{color:#666;margin:0;font-size:1.1rem}.btn-clear-all{padding:.75rem 1.5rem;background:#dc3545;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease;white-space:nowrap}.btn-clear-all:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 8px #dc35454d}.btn-clear-all:active{transform:translateY(0)}.cart-content{display:grid;grid-template-columns:1fr 350px;gap:2rem}.cart-items{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto auto auto;gap:1rem;padding:1.5rem;border-bottom:1px solid #e9ecef;align-items:center;position:relative}.cart-item:last-child{border-bottom:none}.item-image{width:120px;height:120px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.item-image:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.item-image img{width:100%;height:100%;object-fit:contain}.btn-remove-x{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:#dc3545;color:#fff;font-size:20px;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003;transition:all .2s ease;z-index:10;padding:0}.btn-remove-x:hover{background:#c82333;transform:scale(1.1);box-shadow:0 4px 8px #dc354566}.btn-remove-x:active{transform:scale(.95)}.item-details{min-width:0}.item-title-link{text-decoration:none;display:block;cursor:pointer}.item-title-link:hover .item-title{color:#007bff;text-decoration:underline}.item-title{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.3;transition:color .2s ease}.item-brand{font-size:.9rem;color:#666;margin:0 0 .5rem}.item-options{display:flex;gap:1rem;flex-wrap:wrap}.item-option{font-size:.8rem;color:#666;background:#f8f9fa;padding:.25rem .5rem;border-radius:4px}.item-quantity{text-align:center}.item-quantity label{display:block;font-size:.8rem;color:#666;margin-bottom:.5rem;font-weight:600}.quantity-controls{display:flex;align-items:center;border:1px solid #e9ecef;border-radius:6px;width:fit-content;margin:0 auto}.quantity-btn{width:32px;height:32px;border:none;background:#f8f9fa;cursor:pointer;font-size:1rem;font-weight:600;transition:background .2s ease}.quantity-btn:hover:not(:disabled){background:#e9ecef}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-value{padding:0 1rem;font-weight:600;min-width:40px;text-align:center}.item-price{text-align:right}.price-per-item{font-size:.9rem;color:#666;margin-bottom:.25rem}.item-discount{font-size:.85rem;color:#28a745;margin-bottom:.25rem;font-weight:600}.price-total{font-size:1.2rem;font-weight:700;color:#333}.item-coupon{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;margin-top:.5rem}.item-coupon-info{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.item-coupon-name{color:#007bff;font-weight:600}.apply-item-coupon-btn,.remove-item-coupon-btn{padding:.4rem .8rem;border:none;border-radius:4px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.apply-item-coupon-btn{background:#007bff;color:#fff}.apply-item-coupon-btn:hover{background:#0056b3}.remove-item-coupon-btn{background:#dc3545;color:#fff}.remove-item-coupon-btn:hover{background:#c82333}.item-actions{display:flex;justify-content:flex-end;align-items:center;min-width:40px}.remove-btn{padding:.5rem 1rem;min-width:60px;height:auto;border:none;background:#dc3545;color:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;line-height:1;transition:background .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 4px #dc35454d}.remove-btn:hover{background:#c82333;transform:scale(1.1);box-shadow:0 4px 8px #dc354566}.remove-btn:active{transform:scale(.95)}.cart-summary{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;height:fit-content;position:sticky;top:2rem}.summary-header h3{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.summary-details{margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f8f9fa}.summary-row.total{font-size:1.2rem;font-weight:700;color:#333;border-top:2px solid #e9ecef;border-bottom:none;margin-top:.5rem;padding-top:1rem}.summary-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.btn-checkout{padding:1rem;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-checkout:hover{background:#218838}.btn-clear{padding:.75rem;background:#f8f9fa;color:#666;border:1px solid #e9ecef;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background .2s ease}.btn-clear:hover{background:#e9ecef}.summary-footer{text-align:center;font-size:.8rem;color:#666}.summary-footer p{margin:0 0 1rem}.payment-methods{display:flex;flex-direction:column;align-items:center;gap:.5rem}.payment-icons{display:flex;gap:.5rem;font-size:1.2rem}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.empty-cart-icon{font-size:4rem;margin-bottom:1rem}.empty-cart h2{font-size:2rem;font-weight:700;color:#333;margin:0 0 1rem}.empty-cart p{color:#666;margin:0 0 2rem;font-size:1.1rem}.btn-primary{display:inline-block;padding:1rem 2rem;background:#007bff;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s ease}.btn-primary:hover{background:#0056b3}@media (max-width: 768px){.cart-content{grid-template-columns:1fr;gap:1rem}.cart-summary{position:static;order:-1}.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.item-image{width:80px;height:80px}.btn-remove-x{width:24px;height:24px;font-size:18px;top:4px;right:4px}.item-quantity,.item-price,.item-coupon,.item-actions{grid-column:1 / -1;margin-top:1rem;justify-content:flex-end;display:flex}.remove-btn{min-width:70px;padding:.5rem .8rem;font-size:.85rem}.remove-text{font-size:.8rem}.item-quantity,.item-price{text-align:left}}.coupon-section{margin:1rem 0;padding:1rem;background-color:#f8f9fa;border-radius:8px}.summary-row.discount{color:#28a745}.coupon-modal{background-color:#fff;border-radius:12px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.category-page{min-height:100vh;background:#f9f9f9}.category-container{max-width:1400px;margin:0 auto;padding:2rem}.category-header{text-align:center;margin-bottom:2rem}.category-header h1{font-size:3rem;font-weight:700;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.category-header p{color:#666;font-size:1.1rem;margin:0}.subcategory-tabs{display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5;overflow-x:auto;white-space:nowrap;cursor:grab;-webkit-user-select:none;user-select:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.subcategory-tabs:active{cursor:grabbing}.subcategory-tabs::-webkit-scrollbar{display:none}.subcategory-tabs{-ms-overflow-style:none;scrollbar-width:none}.subcategory-tabs a{padding:.5rem 1.5rem;text-decoration:none;color:#666;font-weight:600;font-size:.95rem;border-bottom:3px solid transparent;transition:all .2s ease;flex-shrink:0}.subcategory-tabs a:hover{color:#000}.subcategory-tabs a.active{color:#000;border-bottom-color:#000}.category-content{display:flex;flex-direction:row;gap:2rem;width:100%;align-items:flex-start}.category-main-content{flex:1;position:relative}.all-categories-panel{width:260px;background:#fff;border:1px solid #eee;border-radius:12px;padding:1.5rem 1rem;position:sticky;top:100px;max-height:calc(100vh - 140px);overflow-y:auto}.all-categories-title{font-size:.85rem;letter-spacing:.15em;color:#999;margin-bottom:1.2rem;font-weight:600}.all-categories-list{display:flex;flex-direction:column;gap:.75rem}.categories-panel-group{border-bottom:1px solid #f0f0f0;padding-bottom:.75rem}.categories-panel-group:last-child{border-bottom:none;padding-bottom:0}.panel-category-header{display:flex;align-items:center;gap:.5rem}.panel-toggle{width:28px;height:28px;border:1px solid #e5e5e5;border-radius:50%;background:#fff;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.panel-toggle:hover{border-color:#000}.panel-category-button{background:none;border:none;font-size:.9rem;font-weight:600;letter-spacing:.05em;cursor:pointer;color:#777;padding:0;text-transform:uppercase;transition:color .2s ease}.panel-category-button:hover,.panel-category-button.active{color:#000}.panel-subcategory-list{list-style:none;margin:.75rem 0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.35rem}.panel-subcategory-link{text-decoration:none;color:#666;font-size:.9rem;display:inline-flex;align-items:center;transition:color .2s ease}.panel-subcategory-link:hover{color:#000}.panel-subcategory-link.active{color:#000;font-weight:600}.all-categories-empty{font-size:.9rem;color:#999}.selected-category-summary{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;margin-bottom:1rem;color:#333}.summary-separator{color:#bbb}@media (max-width: 1024px){.category-content{flex-direction:column}.all-categories-panel{width:100%;position:static;max-height:none}}.selected-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.filter-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f5f5f5;border-radius:6px;font-size:.85rem;color:#333}.filter-tag button{background:none;border:none;cursor:pointer;padding:0;font-size:1rem;color:#666;transition:color .2s ease}.filter-tag button:hover{color:#000}.filter-section h3{font-size:1rem;font-weight:700;margin:0 0 1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.filter-section h3:after{content:"∧";font-size:1.2rem;transition:transform .2s ease}.filter-options button{padding:.5rem 1rem;border:1px solid #e5e5e5;background:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.filter-options button:hover{border-color:#000}.filter-options button.active{background:#000;color:#fff;border-color:#000}.filter-alphabet{font-weight:700;margin:1rem 0 .5rem;color:#000}.filter-checkbox input[type=checkbox]{width:13px;height:13px;cursor:pointer;flex-shrink:0}.products-section{flex:1}.products-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:359px;height:40px;flex-shrink:0;margin-bottom:1.5rem;margin-left:auto;padding:0;background:transparent}.sort-select{padding:.5rem 1rem;height:40px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .2s ease}.product-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.product-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.wishlist-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:none;background:#ffffffe6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.wishlist-btn:hover{background:#fff;transform:scale(1.1)}.sale-badge,.new-badge{position:absolute;top:12px;left:12px;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;color:#fff}.sale-badge{background:#f44}.new-badge{background:#000}.product-info{padding:1rem}.product-brand{font-size:.85rem;font-weight:700;color:#000;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.product-title{font-size:.95rem;color:#666;margin:0 0 .75rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:.5rem}.price-current{font-size:1.1rem;font-weight:700;color:#000}.price-compare{font-size:.9rem;color:#999;text-decoration:line-through}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:12px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite}.error-state,.no-products{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;color:#666}@media (max-width: 1024px){.filter-sidebar{width:90%;max-width:380px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}@media (max-width: 768px){.category-header h1{font-size:2rem}.subcategory-tabs{gap:.5rem}.subcategory-tabs a{font-size:.85rem;padding:.5rem 1rem}.products-grid{grid-template-columns:repeat(2,1fr)}}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem 0}.login-container{max-width:450px;width:100%;padding:0 1rem}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem 2.5rem}.login-card h1{font-size:2rem;font-weight:700;color:#333;margin:0 0 .5rem;text-align:center}.login-subtitle{text-align:center;color:#666;margin:0 0 2rem;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-footer{display:flex;justify-content:space-between;align-items:center;margin:-.5rem 0 .5rem}.remember-me{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#666}.remember-me input{width:13px;height:13px;cursor:pointer;flex-shrink:0}.help-links{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.help-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.help-link:hover{text-decoration:underline;color:#764ba2}.help-links .divider{color:#ccc}.btn-login{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-login:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-login:disabled{opacity:.6;cursor:not-allowed}.login-divider{text-align:center;margin:2rem 0;position:relative}.login-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e9ecef}.login-divider span{background:#fff;padding:0 1rem;color:#999;font-size:.9rem;position:relative;z-index:1}.social-login{display:flex;flex-direction:column;gap:.75rem}.btn-social{padding:.875rem;border:2px solid #e9ecef;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:600}.btn-social:hover:not(:disabled){border-color:#667eea;background:#f8f9fa}.btn-social:disabled{opacity:.6;cursor:not-allowed}.btn-social.google{color:#4285f4}.btn-social.facebook{color:#1877f2}.signup-prompt{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.signup-prompt p{margin:0;color:#666}.signup-link{color:#667eea;text-decoration:none;font-weight:600}.signup-link:hover{text-decoration:underline}.demo-credentials{margin-top:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.demo-title{font-weight:600;color:#333;margin:0 0 .5rem;font-size:.9rem}.demo-credentials p{margin:.25rem 0;font-size:.85rem;color:#666}@media (max-width: 768px){.login-card{padding:2rem 1.5rem}.login-card h1{font-size:1.5rem}.form-footer{flex-direction:column;align-items:flex-start;gap:.75rem}.help-links{font-size:.8rem}}.register-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem 0}.register-container{max-width:550px;width:100%;padding:0 1rem}.register-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem 2.5rem}.register-card h1{font-size:2rem;font-weight:700;color:#333;margin:0 0 .5rem;text-align:center}.register-subtitle{text-align:center;color:#666;margin:0 0 2rem;font-size:1rem}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;border:1px solid #fcc}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group input{padding:.875rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#667eea}.form-checkbox{margin:.5rem 0}.form-checkbox label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;color:#666}.form-checkbox input{width:13px;height:13px;cursor:pointer;margin-top:.25rem;flex-shrink:0}.btn-register{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:.5rem}.btn-register:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-register:disabled{opacity:.6;cursor:not-allowed}.login-prompt{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.login-prompt p{margin:0;color:#666}.login-link{color:#667eea;text-decoration:none;font-weight:600}.login-link:hover{text-decoration:underline}@media (max-width: 768px){.register-card{padding:2rem 1.5rem}.register-card h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}}.my-inquiries-page{max-width:1200px;margin:2rem auto;padding:0 1rem}.my-inquiries-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.page-header h1{font-size:2rem;color:#333;margin:0}.btn-write-inquiry{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-write-inquiry:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.empty-state{text-align:center;padding:4rem 2rem}.empty-state p{font-size:1.125rem;color:#999;margin-bottom:1.5rem}.btn-write-inquiry-empty{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-write-inquiry-empty:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.inquiries-list{display:flex;flex-direction:column;gap:1rem}.inquiry-item{display:block;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.inquiry-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26}.inquiry-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.inquiry-info{flex:1;min-width:0}.inquiry-category{display:inline-block;padding:.25rem .75rem;background:#f0f0f0;color:#666;border-radius:4px;font-size:.8125rem;font-weight:600;margin-bottom:.5rem}.inquiry-subject{font-size:1.125rem;font-weight:600;color:#333;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.private-icon{margin-right:.5rem}.inquiry-status{padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.inquiry-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#999}.inquiry-date{display:flex;align-items:center;gap:.25rem}.inquiry-date:before{content:"📅"}.has-reply{color:#28a745;font-weight:600}.has-reply:before{content:"✓ "}@media (max-width: 768px){.my-inquiries-page{margin:1rem auto}.my-inquiries-container{padding:1.5rem 1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.5rem}.btn-write-inquiry{width:100%;text-align:center}.inquiry-header{flex-direction:column;align-items:flex-start}.inquiry-status{align-self:flex-start}.inquiry-subject{font-size:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:30px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:24px;font-weight:700}.modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.modal-close:hover{color:#000}.modal-content .form-group{margin-bottom:20px}.modal-content .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.modal-content .form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.modal-content .form-group input:focus{outline:none;border-color:#000}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.modal-actions button{padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.modal-actions .btn-secondary{background:#f5f5f5;color:#333}.modal-actions .btn-secondary:hover{background:#e5e5e5}.modal-actions .btn-primary{background:#000;color:#fff}.modal-actions .btn-primary:hover:not(:disabled){background:#333}.modal-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.modal-content .error-message{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.modal-content .success-message{background:#efe;color:#3c3;padding:12px;border-radius:6px;margin-bottom:16px;font-size:14px}.profile-page{min-height:100vh;background:#f8f9fa;padding:40px 20px}.profile-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.profile-sidebar{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #00000014;position:sticky;top:100px}.profile-user-info{text-align:center;padding-bottom:30px;border-bottom:1px solid #eee;margin-bottom:30px}.user-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin:0 auto 15px}.user-name{font-size:20px;font-weight:700;color:#000;margin:0 0 5px}.user-email{font-size:14px;color:#666;margin:0}.profile-nav{display:flex;flex-direction:column;gap:5px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s;font-size:15px;font-weight:500;color:#666;text-align:left;width:100%}.nav-item svg{flex-shrink:0}.nav-item:hover{background:#f8f9fa;color:#000}.nav-item.active{background:#000;color:#fff}.nav-item.logout{margin-top:20px;color:#dc3545;border-top:1px solid #eee;padding-top:20px}.nav-item.logout:hover{background:#fff5f5;color:#c82333}.profile-main{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px #00000014;min-height:600px}.content-header{margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}.content-header h1{font-size:32px;font-weight:700;color:#000;margin:0 0 10px}.content-header p{font-size:16px;color:#666;margin:0}.alert{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:8px;margin-bottom:30px;font-size:15px}.alert svg{flex-shrink:0}.alert-error{background:#fff5f5;color:#dc3545;border:1px solid #f5c6cb}.alert-success{background:#f0fff4;color:#28a745;border:1px solid #c3e6cb}.profile-form{max-width:800px}.form-section{margin-bottom:40px}.form-section-title{font-size:20px;font-weight:700;color:#000;margin:0 0 20px;padding-bottom:10px;border-bottom:1px solid #eee}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;font-size:15px;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s;background:#fff}.form-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.form-input::placeholder{color:#999}.checkbox-container{display:flex;align-items:center;gap:12px;cursor:pointer}.checkbox-container input[type=checkbox]{width:13px;height:13px;cursor:pointer;accent-color:#000;flex-shrink:0}.checkbox-label{font-size:15px;color:#333;cursor:pointer}.form-actions{margin-top:40px;padding-top:30px;border-top:2px solid #f0f0f0}.btn-primary,.btn-secondary,.btn-danger{padding:14px 32px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:10px}.btn-primary:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary.loading{opacity:.8}.btn-secondary{background:#f8f9fa;color:#000;border:2px solid #e0e0e0}.btn-secondary:hover{background:#e9ecef;border-color:#000}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.settings-section{padding:30px;background:#f8f9fa;border-radius:12px;margin-bottom:20px}.settings-section h3{font-size:18px;font-weight:700;color:#000;margin:0 0 10px}.settings-description{font-size:14px;color:#666;margin:0 0 20px}.language-selector{margin-top:20px}.language-select{width:100%;max-width:400px;padding:12px 16px;font-size:16px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#000;cursor:pointer;transition:border-color .2s ease}.language-select:hover{border-color:#000}.language-select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.language-note{font-size:12px;color:#999;margin-top:8px;font-style:italic}@media (max-width: 1024px){.profile-container{grid-template-columns:1fr;gap:30px}.profile-sidebar{position:static}.profile-user-info{display:flex;align-items:center;gap:20px;text-align:left}.user-avatar{margin:0}.profile-nav{flex-direction:row;flex-wrap:wrap;gap:10px}.nav-item{flex:1;min-width:150px}.nav-item.logout{margin-top:0;padding-top:12px;border-top:none}}@media (max-width: 768px){.profile-page{padding:20px 15px}.profile-main{padding:25px 20px}.content-header h1{font-size:24px}.form-grid{grid-template-columns:1fr;gap:15px}.profile-nav{flex-direction:column}.nav-item{min-width:auto}}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.order-item:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.order-header h3{font-size:1.1rem;font-weight:700;color:#000;margin:0 0 .5rem}.order-date{color:#666;font-size:.9rem;margin:0}.order-status{padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.3px}.status-undefined{background:#e2e3e5;color:#383d41}.order-items{margin-bottom:1.5rem}.order-product{display:flex;align-items:center;gap:1rem}.order-product-image{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #f0f0f0;flex-shrink:0}.order-product .product-title{font-size:.95rem;font-weight:600;color:#000;margin:0 0 .25rem;line-height:1.4}.order-product .product-details{color:#666;font-size:.85rem;margin:0}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0}.order-total{font-size:1rem;color:#333;font-weight:600}.order-total strong{font-size:1.2rem;color:#000;font-weight:700}.btn-secondary{padding:.6rem 1.5rem;background:#f8f9fa;color:#000;border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background:#e9ecef;border-color:#000;transform:translateY(-1px)}.points-summary{margin-bottom:2rem}.point-card{display:flex;gap:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #00000014;padding:1.5rem}.point-info{flex:1;text-align:left}.point-label{font-size:.9rem;color:#666;margin-bottom:.5rem;font-weight:500}.point-value{font-size:1.5rem;font-weight:700;color:#000}.point-info .title{font-size:.9rem;color:#666;margin-bottom:.5rem;font-weight:500}.point-info .point{font-size:1.5rem;font-weight:700;color:#000}.point-info .point b{color:#000}.divider{display:flex;align-items:center;justify-content:center;padding:0 1rem}.divider_line{width:1px;height:60px;background:#e0e0e0}.register{margin-bottom:2rem}.register .btn{width:100%;padding:1rem 2rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.register .btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.point-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:8px}.point-description p{margin:0;margin-bottom:.5rem}.point-description p:last-child{margin-bottom:0}.point_history_table{width:100%;border-collapse:collapse;margin-top:2rem}.point_history_table thead{background:#f8f9fa}.point_history_header{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem}.point_history_table tbody tr{border-bottom:1px solid #f0f0f0}.point_history_table tbody td{padding:1rem;color:#666;font-size:.9rem}.point_empty{text-align:center;padding:3rem 1rem}.point_empty .text{color:#999;font-size:.95rem}.btn_help{background:none;border:none;cursor:pointer;padding:.25rem;margin-left:.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.btn_help:hover{background:#0000000d}.btn_help svg{width:16px;height:16px}.content_title{display:flex;align-items:center;margin-bottom:2rem}.content_title .title{margin:0}.content_title .title h3{font-size:1.5rem;font-weight:700;color:#000;margin:0}.orders-page{min-height:100vh;background:#f8f9fa;padding:2rem 1rem}.orders-container{max-width:1200px;margin:0 auto}.orders-header{text-align:center;margin-bottom:3rem;position:relative}.back-button{position:absolute;left:0;top:0;background:transparent;border:1px solid #ddd;padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.back-button:hover{background:#f8f8f8;border-color:#999;transform:translate(-2px)}.orders-title{font-size:2.5rem;font-weight:700;color:#000;margin:0 0 .5rem}.orders-subtitle{font-size:1.1rem;color:#666;margin:0}.loading-container p{margin-top:1rem;color:#666;font-size:1rem}.loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;text-align:center}.error-message p{margin:0;font-size:.95rem}.empty-orders{text-align:center;padding:5rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014}.empty-icon{color:#ddd;margin-bottom:1.5rem;display:flex;justify-content:center}.empty-icon svg{width:80px;height:80px}.empty-orders h3{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1rem}.empty-orders p{color:#666;margin:0 0 2rem;font-size:1rem}.shop-button{display:inline-block;background:#000;color:#fff;border:none;padding:.875rem 2.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.shop-button:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.orders-list{display:flex;flex-direction:column;gap:2rem}.order-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 12px #00000014;transition:all .3s ease}.order-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.order-info{flex:1}.order-number{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 .5rem}.order-date{color:#666;margin:0;font-size:.9rem}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.3px;display:inline-block}.status-processing{background:#d1ecf1;color:#0c5460}.status-shipped{background:#cfe2ff;color:#084298}.status-delivered{background:#d1e7dd;color:#0f5132}.status-cancelled{background:#f8d7da;color:#842029}.status-refunded{background:#e2e3e5;color:#383d41}.order-items{margin-bottom:2rem}.order-item{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid #f0f0f0}.order-item:last-child{border-bottom:none}.order-item-empty{padding:2rem;text-align:center;color:#999}.item-image{flex-shrink:0}.item-image img{width:100px;height:100px;object-fit:cover;border-radius:12px;border:1px solid #f0f0f0}.item-details{flex:1;min-width:0}.item-title{font-size:1.1rem;font-weight:600;color:#000;margin:0 0 .5rem;line-height:1.4}.item-variant{color:#666;font-size:.875rem;margin:.25rem 0}.item-quantity{color:#666;font-size:.9rem;margin:.5rem 0 0;font-weight:500}.item-price{flex-shrink:0;text-align:right}.price{font-size:1.25rem;font-weight:700;color:#000}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:2px solid #f0f0f0}.order-total{display:flex;align-items:center;gap:1rem}.total-label{color:#666;font-size:1rem;font-weight:500}.total-amount{font-size:1.5rem;font-weight:700;color:#000}.order-actions{display:flex;gap:.75rem}.action-button{padding:.625rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid #ddd;background:#fff;color:#333;text-decoration:none;display:inline-block}.action-button:hover{background:#f8f8f8;border-color:#ccc;transform:translateY(-1px)}.action-button.secondary{background:#f8f9fa;border-color:#e9ecef;color:#333}.action-button.secondary:hover{background:#e9ecef;border-color:#dee2e6}.action-button.primary{background:#000;color:#fff;border-color:#000}.action-button.primary:hover{background:#333;border-color:#333}@media (max-width: 768px){.orders-page{padding:1rem}.orders-header{padding-top:2.5rem}.back-button{top:-.5rem;padding:.5rem 1rem;font-size:.85rem}.orders-title{font-size:2rem}.orders-subtitle{font-size:1rem}.order-card{padding:1.5rem}.order-header{flex-direction:column;gap:1rem;align-items:flex-start}.order-item{flex-wrap:wrap;gap:1rem}.item-image img{width:80px;height:80px}.item-details{min-width:0;flex:1 1 calc(100% - 100px)}.item-price{width:100%;text-align:left;margin-top:.5rem}.order-footer{flex-direction:column;gap:1.5rem;align-items:stretch}.order-total{justify-content:space-between}.order-actions{width:100%;flex-direction:column}.action-button{width:100%;text-align:center}}.orders-title{font-size:1.75rem}.order-card{padding:1rem}.order-item{flex-direction:column;align-items:flex-start}.item-details{width:100%}.item-price{width:100%;text-align:left}.wishlist-page{min-height:100vh;background:#f8f9fa;padding:2rem 1rem}.wishlist-container{max-width:1200px;margin:0 auto}.wishlist-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.header-content{flex:1}.wishlist-title{font-size:2.5rem;font-weight:700;color:#000;margin:0 0 1rem}.wishlist-subtitle{font-size:1.1rem;color:#666;margin:0}.header-actions{display:flex;gap:1rem}.clear-button{background:#fff;color:#dc3545;border:1px solid #dc3545;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-button:hover{background:#fee;border-color:#c82333}.loading-container{text-align:center;padding:4rem 0}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:1rem;border-radius:6px;margin-bottom:2rem;text-align:center}.empty-wishlist{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-icon{color:#ccc;margin-bottom:1.5rem}.empty-wishlist h3{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1rem}.empty-wishlist p{color:#666;margin:0 0 2rem}.shop-button{background:#000;color:#fff;border:none;padding:.875rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.shop-button:hover{background:#333}.wishlist-stats{margin-bottom:2rem}.item-count{color:#666;font-size:1rem;margin:0}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.wishlist-item{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;position:relative;transition:transform .2s ease,box-shadow .2s ease}.wishlist-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.item-actions{position:absolute;top:1rem;right:1rem;z-index:10}.remove-button{background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#dc3545}.remove-button:hover{background:#fff;transform:scale(1.1)}.product-link{text-decoration:none;color:inherit;display:block}.product-link:hover{text-decoration:none}.item-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.add-to-cart-button{width:100%;background:#000;color:#fff;border:none;padding:.75rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.add-to-cart-button:hover{background:#333}.wishlist-item .product-card{border:none;box-shadow:none;padding:0}.wishlist-item .product-card:hover{transform:none}.wishlist-item .product-image{border-radius:8px;overflow:hidden;aspect-ratio:1/1;width:100%;position:relative}.wishlist-item .product-image img{width:100%;height:100%;object-fit:cover}.wishlist-item .product-info{padding:1rem 0 0}.wishlist-item .product-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.3}.wishlist-item .product-price{font-size:1.125rem;font-weight:700;color:#000}@media (max-width: 768px){.wishlist-page{padding:1rem}.wishlist-title{font-size:2rem}.wishlist-header{flex-direction:column;gap:1rem;align-items:flex-start}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.wishlist-item{padding:.75rem}.wishlist-item .product-image{aspect-ratio:1/1}.wishlist-item .product-image img{height:100%}}.paypal-payment{max-width:500px;margin:0 auto;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.payment-summary{margin-bottom:20px}.payment-summary h3{margin-bottom:15px;color:#333;font-size:18px}.items-list{margin-bottom:15px}.item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.item-name{flex:1;font-weight:500}.item-quantity{margin:0 10px;color:#666}.item-price{font-weight:600;color:#333}.total{padding:15px 0;border-top:2px solid #333;text-align:right;font-size:18px;color:#333}.error-message{background:#fee;color:#c33;padding:10px;border-radius:4px;margin-bottom:15px;border:1px solid #fcc}.payment-actions{display:flex;gap:10px;margin-bottom:20px}.paypal-button{flex:1;background:#0070ba;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.paypal-button:hover:not(:disabled){background:#005ea6}.paypal-button:disabled{background:#ccc;cursor:not-allowed}.cancel-button{background:#6c757d;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .2s}.cancel-button:hover:not(:disabled){background:#5a6268}.cancel-button:disabled{background:#ccc;cursor:not-allowed}.payment-info{background:#f8f9fa;padding:15px;border-radius:6px;font-size:14px;color:#666}.payment-info p{margin:5px 0}.payment-info p:first-child{font-weight:600;color:#333}.paypal-payment{padding:15px}.payment-actions{flex-direction:column}.item{flex-direction:column;align-items:flex-start;gap:5px}.item-quantity{margin:0}.checkout-page{min-height:100vh;background:#f8f9fa;padding:20px 0}.checkout-container{max-width:1200px;margin:0 auto;padding:0 20px}.checkout-header{text-align:center;margin-bottom:30px}.checkout-header h1{font-size:32px;color:#333;margin-bottom:10px}.checkout-header p{color:#666;font-size:16px}.checkout-content{display:flex;flex-direction:column;gap:20px;margin-bottom:30px;max-width:800px;margin-left:auto;margin-right:auto}.shipping-info-section{margin-bottom:20px}.shipping-info-card{background:#fff;border-radius:12px;padding:20px 16px;overflow:hidden}.info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.info-row:last-child{border-bottom:none}.info-row .label{font-weight:600;color:#333;min-width:80px}.info-row .value{color:#666;text-align:right;flex:1;margin-left:20px}.payment-section{margin-bottom:20px}.payment-methods-card{background:#fff;border-radius:12px;padding:20px 0;overflow:hidden}.payment-method-item{margin:0 16px}.payment-radio{display:flex;align-items:center;gap:12px}.payment-radio input[type=radio]{width:24px;height:24px;cursor:pointer;accent-color:#222222}.payment-label{display:flex;align-items:center;cursor:pointer;flex:1}.payment-title{font-size:16px;font-weight:600;color:#222}.payment-method-content{margin-top:20px;padding:0 16px}.error-message{background:#fee;color:#c33;padding:15px;border-radius:6px;margin-top:20px;border:1px solid #fcc;text-align:center}.order-success{text-align:center;background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:600px;margin:0 auto}.order-success h2{color:#28a745;margin-bottom:20px;font-size:28px}.order-success p{color:#666;margin-bottom:15px;font-size:16px}.success-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.continue-shopping,.view-orders{padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.continue-shopping{background:#0070ba;color:#fff}.continue-shopping:hover{background:#005ea6}.view-orders{background:#6c757d;color:#fff}.view-orders:hover{background:#5a6268}@media (max-width: 768px){.checkout-content{gap:15px}.checkout-header h1{font-size:24px}.success-actions{flex-direction:column;align-items:center}.continue-shopping,.view-orders{width:200px}}.section-header{height:24px;margin:0 4px 8px;display:flex;justify-content:space-between;align-items:center}.section-header-left{flex:1}.section-header-right{display:flex;align-items:center}.section-count{font-size:16px;font-weight:600;color:#222}.section-title{font-size:18px;font-weight:600;color:#222;margin:0}.order-products-section{margin-bottom:20px}.order-products-card{background:#fff;border-radius:12px;padding:20px 0;overflow:hidden}.coupon-notice{padding:12px 16px;background-color:#fff;border-radius:12px;margin-bottom:20px}.coupon-notice-text{font-size:14px;color:#00000057}.coupon-applied{color:#f15746;font-weight:600}.coupon-none{color:#00000057}.products-list{padding:0 16px}.product-item{display:flex;gap:16px;padding:20px 0 0}.product-item+.product-coupon-section{margin-top:0}.product-thumbnail{width:80px;height:80px;flex-shrink:0;border-radius:10px;overflow:hidden;background-color:#f4f4f4}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-content{flex:1;display:flex;flex-direction:column;gap:4px}.product-title-group{display:flex;flex-direction:column;gap:2px}.product-title{font-size:14px;font-weight:400;color:#222;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product-brand{font-size:13px;color:#a7a7a7;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.product-options{display:flex;align-items:center;gap:3px;margin:2px 0}.product-size,.product-separator,.product-quantity{font-size:14px;font-weight:600;color:#222}.product-separator{margin:0 3px}.product-price{display:flex;align-items:center;gap:8px;margin:2px 0}.price-amount{font-size:16px;font-weight:700;color:#222}.price-discount{font-size:14px;font-weight:600;color:#f15746}.product-coupon{margin-top:4px}.coupon-name{font-size:12px;color:#909090}.product-coupon-section{padding:0 16px 20px;border-bottom:1px solid #F4F4F4}.product-coupon-section:last-child{border-bottom:none}.product-item-divider{height:20px}.coupon-select-header{margin-bottom:8px;height:20px;padding:0}.coupon-select-title{font-size:14px;font-weight:400;color:#222;margin:0}.coupon-select-box{display:flex;flex-direction:column;gap:0}.coupon-select-item{margin-bottom:20px}.coupon-select-box-content{display:flex;align-items:center;justify-content:space-between;border-radius:10px;background-color:#fff;box-shadow:0 0 0 1px #ebebeb inset;padding:12px 16px;cursor:pointer}.coupon-select-box-content.disabled{background-color:#fafafa;cursor:not-allowed}.coupon-select-text{display:flex;flex-direction:row;align-items:center;gap:8px;flex:1}.coupon-select-name{font-size:14px;color:#222;font-weight:400}.coupon-select-discount{font-size:14px;color:#f15746;font-weight:600;margin-right:8px}.coupon-select-placeholder{font-size:14px;color:#0000004d}.coupon-select-action{display:flex;align-items:center;gap:8px}.coupon-select-btn,.coupon-remove-btn{padding:4px 10px;border-radius:100px;font-size:12px;font-weight:400;border:none;cursor:pointer;white-space:nowrap}.coupon-select-btn{background-color:#fff;color:#222;box-shadow:0 0 0 1px #ebebeb inset}.coupon-select-btn:hover{background-color:#f8f8f8}.coupon-remove-btn{background-color:#d3d3d3;color:#fff}.coupon-remove-btn:hover{background-color:silver}.order-summary-section{margin-bottom:20px}.order-summary-card{background:#fff;border-radius:12px;padding:20px 0;overflow:hidden}.summary-row-item{margin:3px 0;padding:0 16px}.summary-row-content{display:flex;justify-content:space-between;align-items:center}.summary-label{font-size:14px;color:#222;font-weight:400}.summary-label.gray{color:#909090}.summary-value{font-size:14px;color:#222;font-weight:400;text-align:right}.summary-value.bold{font-weight:700}.summary-spacer{height:16px}.summary-divider{height:1px;background-color:#f4f4f4;margin:20px 0}.summary-total{padding:0 16px}.summary-total-content{display:flex;justify-content:space-between;align-items:center}.summary-total-label{font-size:16px;font-weight:600;color:#222}.summary-total-value{font-size:20px;font-weight:700;color:#222}.coupon-section{margin-top:15px;padding:15px;background-color:#f8f9fa;border-radius:8px}.applied-coupons-info{display:flex;flex-direction:column;gap:.75rem}.applied-coupons-info h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#333}.applied-coupon-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;gap:.5rem}.coupon-item-name{flex:1;font-size:.9rem;color:#333;font-weight:500}.coupon-item-coupon{flex:1;font-size:.85rem;color:#007bff;font-weight:600}.coupon-item-discount{font-size:.9rem;color:#28a745;font-weight:600;min-width:80px;text-align:right}.apply-coupon-btn{width:100%;padding:.75rem;background-color:#fff;border:1px solid #ddd;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .3s}.apply-coupon-btn:hover{background-color:#e9ecef}.selected-coupon{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#fff;border:1px solid #28a745;border-radius:6px}.coupon-info{display:flex;flex-direction:column;gap:.25rem}.coupon-name{font-weight:600;color:#333;font-size:.9rem}.coupon-discount{color:#28a745;font-weight:600;font-size:.85rem}.remove-coupon-btn{padding:.5rem 1rem;background-color:transparent;border:1px solid #dc3545;color:#dc3545;border-radius:4px;font-size:.85rem;cursor:pointer;transition:background-color .3s}.remove-coupon-btn:hover{background-color:#dc3545;color:#fff}.coupon-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.coupon-modal{background-color:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.coupon-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.coupon-modal-header h3{margin:0;font-size:1.25rem;font-weight:600}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#333}.coupon-modal-content{padding:1.5rem}.loading-coupons,.no-coupons{text-align:center;padding:2rem;color:#666}.coupon-list{display:flex;flex-direction:column;gap:.75rem}.coupon-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:border-color .3s,background-color .3s}.coupon-item:hover{border-color:#667eea;background-color:#f8f9ff}.coupon-item.selected{border-color:#667eea;background-color:#f0f0ff}.coupon-item-info{flex:1}.coupon-item-info h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#333}.coupon-item-info p{margin:.25rem 0;font-size:.875rem;color:#666}.coupon-min{font-size:.75rem;color:#999}.select-coupon-btn{padding:.5rem 1rem;background-color:#667eea;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .3s}.select-coupon-btn:hover{background-color:#5568d3}.checkout-container{padding:0 15px}.info-card,.payment-section{padding:15px}.order-success{padding:20px}.coupons-page{min-height:100vh;background-color:#f5f5f5;padding:2rem 0}.coupons-container{max-width:1200px;margin:0 auto;padding:0 1rem}.coupons-header{text-align:center;margin-bottom:2rem}.coupons-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem}.coupons-subtitle{font-size:1rem;color:#666}.btn-coupon-register{padding:.75rem 1.5rem;background-color:#333;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .3s;white-space:nowrap}.btn-coupon-register:hover{background-color:#555}.layer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.layer-container{position:relative;background-color:#fff;border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.btn-layer-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;z-index:10;transition:opacity .3s}.btn-layer-close:hover{opacity:.7}.svg-icon{width:24px;height:24px}.layer-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e0e0e0}.layer-title{font-size:1.5rem;font-weight:600;color:#333;margin:0}.layer-content{padding:1.5rem 2rem 2rem}.coupon-code-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:1rem}.input-box{display:flex;flex-direction:column;gap:.75rem}.input-title{font-size:.875rem;font-weight:600;color:#333;margin:0}.input-item{width:100%}.input-txt{width:100%;padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;text-transform:uppercase;transition:border-color .3s;box-sizing:border-box}.input-txt:focus{outline:none;border-color:#667eea}.input-txt:disabled{background-color:#f5f5f5;cursor:not-allowed}.text-fill{background-color:#fff}.description{font-size:.875rem;color:#666;line-height:1.6;margin:0}.claim-error-message{color:#c33;font-size:.875rem;padding:.75rem;background-color:#fee;border-radius:6px;margin-top:.5rem}.bottom-button-container{padding-top:1rem;border-top:1px solid #e0e0e0}.btn-full-solid-medium{width:100%;padding:1rem;background-color:#333;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.btn-full-solid-medium:hover:not(:disabled){background-color:#555}.btn-full-solid-medium:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #333;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.empty-coupons{text-align:center;padding:4rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-icon{color:#ccc;margin-bottom:1rem}.empty-coupons h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.empty-coupons p{color:#666;margin-bottom:2rem}.shop-button{background-color:#333;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s}.shop-button:hover{background-color:#555}.coupons-content{display:flex;flex-direction:column;gap:2rem}.coupons-section{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #eee}.coupons-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.coupon-card.used{opacity:.6;background-color:#f5f5f5}.coupon-card.expired{opacity:.5;background-color:#f5f5f5}.coupon-body{padding:1.5rem;position:relative}.coupon-header-container{position:absolute;top:1.5rem;right:1.5rem;margin:0}.footer-button:hover{background-color:#222;color:#fff}.coupon-card.used .footer-button,.coupon-card.expired .footer-button{display:none}@media (max-width: 768px){.coupons-list{grid-template-columns:1fr}.coupons-title{font-size:1.5rem}.coupons-section{padding:1.5rem}}.order-success-page{min-height:100vh;background:#f8f9fa;padding:4rem 0;display:flex;align-items:center;justify-content:center}.order-success-container{max-width:600px;margin:0 auto;padding:0 1rem;text-align:center}.success-icon{margin-bottom:2rem}.checkmark{width:80px;height:80px;border-radius:50%;background:#28a745;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto;animation:checkmarkAnimation .6s ease-in-out}@keyframes checkmarkAnimation{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.order-success-container h1{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem}.order-id{font-size:1.2rem;color:#007bff;font-weight:600;margin:0 0 2rem;padding:.75rem 1.5rem;background:#e3f2fd;border-radius:8px;display:inline-block}.success-message{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}.success-message p{font-size:1.1rem;color:#666;margin:0 0 1rem;line-height:1.6}.success-message p:last-child{margin-bottom:0}.next-steps{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem;text-align:left}.next-steps h3{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 1rem;text-align:center}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps li{border-bottom:1px solid #f8f9fa;color:#666;position:relative;padding:.75rem 0 .75rem 2rem}.next-steps li:last-child{border-bottom:none}.next-steps li:before{content:"✓";position:absolute;left:0;color:#28a745;font-weight:700}.success-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;display:inline-block}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3;transform:translateY(-2px)}.btn-secondary{background:#f8f9fa;color:#333;border:1px solid #e9ecef}.btn-secondary:hover{background:#e9ecef;transform:translateY(-2px)}.contact-info{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.contact-info h3{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 1rem}.contact-info p{color:#666;margin:0 0 1.5rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-method{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#f8f9fa;border-radius:8px;transition:background .2s ease}.contact-method:hover{background:#e9ecef}.contact-icon{font-size:1.2rem}@media (max-width: 768px){.order-success-container{padding:0 .5rem}.order-success-container h1{font-size:2rem}.success-message,.next-steps,.contact-info{padding:1.5rem}.success-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.contact-methods{align-items:stretch}.contact-method{justify-content:center}}.payment-success-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background-color:#f8f9fa}.payment-success-container{max-width:600px;width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:60px 40px;text-align:center}.loading-state{display:flex;flex-direction:column;align-items:center;gap:20px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.loading-state h2{color:#343a40;font-size:24px;margin:0}.loading-state p{color:#6c757d;font-size:16px;margin:0}.error-state{display:flex;flex-direction:column;align-items:center;gap:20px}.error-icon{font-size:64px}.error-state h2{color:#dc3545;font-size:24px;margin:0}.error-state p{color:#6c757d;font-size:16px;margin:0}.error-actions{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap;justify-content:center}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.success-state{display:flex;flex-direction:column;align-items:center;gap:20px}.success-icon{font-size:64px}.success-state h2{color:#28a745;font-size:24px;margin:0}.success-state p{color:#6c757d;font-size:16px;margin:0}@media (max-width: 768px){.payment-success-container{padding:40px 20px}.error-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}}.search-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.search-container{max-width:1200px;margin:0 auto;padding:0 1rem}.search-header{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}.search-form{margin-bottom:1.5rem}.search-input-group{display:flex;gap:1rem;max-width:600px}.search-input{flex:1;padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#007bff}.search-button{padding:1rem 2rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.search-button:hover{background:#0056b3}.search-results-info h1{font-size:2rem;font-weight:700;color:#333;margin:0 0 .5rem}.search-results-info p{color:#666;margin:0}.search-content{display:grid;grid-template-columns:250px 1fr;gap:2rem}.filters-sidebar{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;height:fit-content}.filters-sidebar h3{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.filter-group{margin-bottom:1.5rem}.filter-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem}.filter-select{width:100%;padding:.75rem;border:1px solid #e9ecef;border-radius:6px;background:#fff;font-size:.9rem}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-input{flex:1;padding:.75rem;border:1px solid #e9ecef;border-radius:6px;font-size:.9rem}.clear-filters{width:100%;padding:.75rem;background:#f8f9fa;color:#333;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s ease}.clear-filters:hover{background:#e9ecef}.search-results{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.rating-stars{color:#ffc107;font-size:.8rem}.rating-score{font-weight:600;color:#333;font-size:.8rem}.rating-count{color:#666;font-size:.7rem}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.error{text-align:center;padding:4rem 2rem;color:#dc3545}.no-results,.search-prompt{text-align:center;padding:4rem 2rem;color:#666}@media (max-width: 768px){.search-content{grid-template-columns:1fr;gap:1rem}.filters-sidebar{order:2}.search-results{order:1}.search-input-group{flex-direction:column}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}.find-username-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:20px}.find-username-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:40px;width:100%;min-width:500px;max-width:500px;text-align:center}.find-username-card h2{margin:0 0 16px;font-size:24px;font-weight:700;color:#333}.find-username-form{text-align:left}.btn-secondary{background:#f8f9fa;color:#333;border:1px solid #ddd}.btn-secondary:hover{background:#e9ecef}.username-result{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:24px 0}.username-result .label{margin:0 0 8px;font-size:14px;color:#666;font-weight:500}.username-result .username{margin:0;font-size:18px;font-weight:700;color:#333;word-break:break-all}.action-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.action-buttons .btn{flex:1;min-width:120px}@media (max-width: 768px){.find-username-card{min-width:90vw;max-width:90vw;padding:2rem 1.5rem}.find-username-card h2{font-size:20px}.action-buttons{flex-direction:column}.action-buttons .btn{flex:none}}.find-username-container{padding:16px}.find-username-card{min-width:95vw;max-width:95vw;padding:1.5rem 1rem}.find-username-card h2{font-size:18px}.forgot-password-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:20px}.forgot-password-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:40px;width:100%;min-width:500px;max-width:500px;text-align:center}.forgot-password-card h2{margin:0 0 16px;font-size:24px;font-weight:700;color:#333}.description{margin:0 0 32px;color:#666;line-height:1.5;font-size:14px}.forgot-password-form{text-align:left}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .2s ease}.message{margin:16px 0;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;text-align:center}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.success-icon{width:60px;height:60px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 24px}.success-message{margin:0 0 32px;color:#333;line-height:1.5}.action-buttons{display:flex;gap:12px;justify-content:center}.back-to-login{margin-top:24px;text-align:center}.back-to-login a{color:#666;text-decoration:none;font-size:14px;transition:color .2s ease}.back-to-login a:hover{color:#000}@media (max-width: 768px){.forgot-password-card{min-width:90vw;max-width:90vw;padding:2rem 1.5rem}.forgot-password-card h2{font-size:20px}}.forgot-password-container{padding:16px}.forgot-password-card{min-width:95vw;max-width:95vw;padding:1.5rem 1rem}.forgot-password-card h2{font-size:18px}.reset-password-container{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.reset-password-card{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 20px #0000001a;max-width:480px;width:100%}.reset-password-card h2{margin:0 0 .5rem;font-size:1.75rem;color:#000;text-align:center}.reset-password-card .description{text-align:center;color:#666;margin-bottom:2rem;line-height:1.6}.reset-password-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input{width:100%;padding:.875rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#000}.message{padding:.875rem;border-radius:4px;margin-bottom:1rem;text-align:center}.message.error{background-color:#fee;color:#c33;border:1px solid #fcc}.message.success{background-color:#efe;color:#3c3;border:1px solid #cfc}.btn{padding:.875rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#000;color:#fff}.btn-primary:hover:not(:disabled){background:#333}.btn-primary:disabled{background:#999;cursor:not-allowed}.btn-full{width:100%}.back-to-login{text-align:center;margin-top:1.5rem}.back-to-login a{color:#666;text-decoration:none;font-size:.9rem}.back-to-login a:hover{color:#000;text-decoration:underline}.success-icon{width:80px;height:80px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem}.success-message{text-align:center;color:#333;font-size:1.1rem;margin-bottom:1rem}.redirect-message{text-align:center;color:#666;font-size:.9rem;margin-bottom:1.5rem}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media (max-width: 640px){.reset-password-card{padding:2rem 1.5rem}.reset-password-card h2{font-size:1.5rem}.action-buttons{flex-direction:column}}.brand-page{min-height:100vh;background:#f8f9fa}.brand-header{background:#fff;padding:2rem 0;border-bottom:1px solid #e9ecef}.brand-info{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:2rem}.brand-logo{width:120px;height:120px;border-radius:12px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.brand-logo img{width:100%;height:100%;object-fit:contain}.brand-details{flex:1}.brand-english-name{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .5rem}.brand-stats{display:flex;gap:2rem}.interest-count,.product-count{font-size:1rem;color:#666;font-weight:500}.brand-content-wrapper{display:flex;max-width:1400px;margin:0 auto;padding:2rem 1rem;gap:2rem;align-items:flex-start}.sidebar-container{display:flex;flex-direction:column;gap:1rem;width:240px;flex-shrink:0}.brand-page .brand-content-wrapper .sidebar-container .left_cate_box.quick_update{margin-top:-1.9rem}.brand-page .brand-content-wrapper:has(.page_wrap) .sidebar-container .left_cate_box.quick_update{margin-top:2.35rem}.brand-content{flex:1;min-width:0;width:100%;box-sizing:border-box;padding-top:0}.products-section h2{font-size:1.8rem;font-weight:600;color:#333;margin:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:4.75rem}.product-rating{display:flex;align-items:center;gap:.5rem}.rating-stars{color:#ffc107;font-size:.9rem}.rating-score{font-weight:600;color:#333;font-size:.9rem}.rating-count{color:#666;font-size:.8rem}.no-products{text-align:center;padding:4rem 2rem;color:#666}.no-products p{font-size:1.1rem;margin:0}.brand-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.brand-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;text-align:center}.brand-error h2{color:#dc3545;margin:0}.brand-error p{color:#666;margin:0}@media (max-width: 768px){.brand-info{flex-direction:column;text-align:center;gap:1rem}.brand-logo{width:80px;height:80px}.brand-name{font-size:2rem}.brand-stats{justify-content:center;gap:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.product-info{padding:1rem}}.products-list-page{min-height:80vh;padding:2rem 0}.products-list-wrapper{display:flex;max-width:1400px;margin:0 auto;padding:0 1rem;gap:2rem;align-items:flex-start}.sidebar-container{display:flex;flex-direction:column;gap:1rem;width:240px;flex-shrink:0;padding-top:7rem}.sidebar-container.with-pagination{padding-top:11rem}.updated-section h3{font-size:.95rem;font-weight:700;margin:0 0 1rem;letter-spacing:.05em;color:#000}.new_date_list{display:flex;flex-direction:column;gap:0}.new_date{display:flex;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.new_date:last-child{border-bottom:none}.new_date a{display:flex;align-items:center;gap:.5rem;width:100%;text-decoration:none;color:#222;font-size:.9rem;transition:background-color .2s;padding:.25rem 0}.new_date a:hover{background-color:#f5f5f5}.new_date.active a{background-color:#f0f0f0;font-weight:600}.new_date .tnt{font-weight:500;min-width:50px;color:#000}.new_date .week{color:#666;font-size:.85rem}.new_date .cnt{margin-left:auto;color:#667eea;font-weight:600;font-size:.85rem}.left_cate_box h3{font-size:.9rem;font-weight:700;margin:0 0 1rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.separate_male a:hover{color:#000}.separate_male.on a{color:#000;font-weight:600}.separate_male.top_cate a{font-weight:600;font-size:1rem}.left_cate_box ul.menu li.on>.category-item-wrapper>.category-link{color:#000;font-weight:600}.left_cate_box ul.menu li.on ul.menu li.on>.category-item-wrapper>.category-link{color:#000;font-weight:600}.left_category_all>ul.menu{margin-top:.5rem}.products-list-container{flex:1;min-width:0;width:100%;box-sizing:border-box;padding-top:0}.category-title{font-size:2rem;font-weight:700;margin-bottom:0;margin-top:0;color:#333}.loading,.error{text-align:center;padding:3rem;font-size:1.2rem}.error{color:#d32f2f}.no-products{text-align:center;padding:3rem;color:#666}.products-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;height:40px;flex-shrink:0;margin-bottom:1.5rem;margin-top:0;padding:0;background:transparent}.btn-filter{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;height:40px;border:1px solid #e5e5e5;background:#fff;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease}.btn-filter:hover{border-color:#000;background:#f9f9f9}.btn-filter svg{width:18px;height:18px}.sort-select{padding:.5rem 1rem;height:40px;min-width:140px;max-width:180px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .2s ease}.sort-select:hover{border-color:#000;background:#f9f9f9}.sort-select:focus{outline:none;border-color:#000}.filter-sidebar{position:fixed;top:0;right:-100%;width:420px;height:100vh;background:#fff;padding:2rem;z-index:2001;transition:right .3s ease;overflow-y:auto;box-shadow:-4px 0 20px #0000001a}.filter-sidebar.show{right:0}.filter-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.filter-overlay.show{opacity:1;visibility:visible}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.filter-header h2{font-size:1.5rem;font-weight:700;margin:0}.filter-close{display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;transition:transform .2s ease}.filter-close:hover{transform:scale(1.1)}.filter-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.filter-section h3{font-size:1rem;font-weight:700;margin:0 0 1rem;display:flex;justify-content:space-between;align-items:center}.filter-options{display:flex;gap:.5rem;flex-wrap:wrap}.filter-search{margin-bottom:1rem}.filter-search input{width:100%;padding:.75rem;border:1px solid #e5e5e5;border-radius:6px;font-size:.9rem}.filter-list{max-height:300px;overflow-y:auto}.filter-checkbox{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;cursor:pointer;transition:color .2s ease}.filter-checkbox:hover{color:#000}.filter-checkbox input[type=checkbox],.filter-checkbox input[type=radio]{width:13px;height:13px;cursor:pointer;flex-shrink:0}.filter-checkbox span{font-size:.9rem;color:#666}.filter-checkbox input:checked+span{color:#000;font-weight:600}.size-filter-group{margin-bottom:1.5rem}.size-filter-group:last-child{margin-bottom:0}.size-filter-group h4{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:#333}.size-filter-group .filter-options{display:flex;flex-wrap:wrap;gap:.5rem;max-height:200px;overflow-y:auto;padding:.5rem 0}.size-filter-group .filter-checkbox{min-width:auto;padding:.4rem .6rem;border:1px solid #e5e5e5;border-radius:4px;background:#fff;transition:all .2s ease}.size-filter-group .filter-checkbox:hover{border-color:#000;background:#f9f9f9}.size-filter-group .filter-checkbox input:checked+span{color:#000;font-weight:600}.size-filter-group .filter-checkbox input:checked~span{color:#000}.size-filter-group .filter-checkbox:has(input:checked){border-color:#000;background:#f0f0f0}.filter-actions{display:flex;gap:.5rem;margin-top:1.5rem}.btn-clear-filters{flex:1;padding:.75rem;border:1px solid #e5e5e5;background:#fff;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.btn-clear-filters:hover{border-color:#000}.btn-search{flex:1.5;padding:.75rem;background:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s ease}.btn-search:hover{background:#333}.page_wrap{display:flex;justify-content:center;align-items:center;margin:1rem 0;padding:0}.page{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.page a,.page strong{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 8px;text-decoration:none;color:#333;font-size:.9rem;border:1px solid #e5e5e5;background:#fff;transition:all .2s ease}.page a:hover{background:#f5f5f5;border-color:#000}.page a.active,.page strong{background:#000;color:#fff;border-color:#000;font-weight:600}.page-dots{display:inline-flex;align-items:center;padding:0 4px;color:#666}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.category-title{font-size:1.5rem}}.brand-rank-section{width:100%}.brand-rank-list{display:flex;flex-direction:column;gap:.5rem}.best_rank{display:flex;align-items:center;margin-bottom:.25rem}.best_rank a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#000;font-size:.85rem;transition:color .2s;width:100%}.best_rank a:hover{color:#666}.rank-number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:.75rem;font-weight:700;color:#fff;border-radius:4px;flex-shrink:0}.rank-number.rank-top{background:#000}.rank-number.rank-normal{background:#999}.best_rank .tnt{flex:1;font-size:.85rem;color:#000}.size-filter-box{margin-top:0}.size-filter-section{width:100%}.size-filter-section h3{font-size:.9rem;font-weight:700;margin:0 0 1rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.size-filter-summary{margin-bottom:1rem}.btn-size-filter{width:100%;padding:.5rem;border:1px solid #e5e5e5;background:#fff;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s ease}.btn-size-filter:hover{border-color:#000;background:#f9f9f9}.selected-sizes{display:flex;flex-direction:column;gap:.5rem}.size-tag{padding:.4rem .6rem;background:#f0f0f0;border:1px solid #e5e5e5;border-radius:4px;font-size:.8rem;color:#333}.size-filter-empty{padding:.5rem;color:#999;font-size:.85rem;text-align:center}.size-filter-sidebar{position:fixed;top:0;right:-100%;width:420px;height:100vh;background:#fff;padding:2rem;z-index:2002;transition:right .3s ease;overflow-y:auto;box-shadow:-4px 0 20px #0000001a;display:flex;flex-direction:column}.size-filter-sidebar.show{right:0}.size-filter-content{flex:1;overflow-y:auto;padding-bottom:1rem}.size-filter-description{margin-bottom:2rem;padding:1rem;background:#f9f9f9;border-radius:6px}.size-filter-description p{margin:0;font-size:.9rem;line-height:1.6;color:#333}.size-filter-description strong{color:#000;font-weight:600}.size-unit{font-size:.85rem;font-weight:400;color:#666}.btn-close{flex:1;padding:.75rem;border:1px solid #e5e5e5;background:#fff;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.btn-close:hover{border-color:#000;background:#f9f9f9}.notice-page{padding:80px 0 60px;min-height:calc(100vh - 200px);background:#f9f9f9}.container{max-width:1200px;margin:0 auto;padding:0 20px}.page-header{text-align:center;margin-bottom:40px}.page-header h1{font-size:32px;font-weight:700;margin-bottom:12px}.page-header p{font-size:16px;color:#666}.filter-tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.filter-tabs button{padding:10px 20px;border:1px solid #ddd;background:#fff;border-radius:20px;cursor:pointer;font-size:14px;transition:all .2s}.filter-tabs button:hover{border-color:#333}.filter-tabs button.active{background:#333;color:#fff;border-color:#333}.notice-list{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a}.notice-table{display:flex;flex-direction:column}.table-header{display:grid;grid-template-columns:120px 1fr 120px 80px;padding:16px;border-bottom:2px solid #333;font-weight:600;font-size:14px;color:#333}.table-row{display:grid;grid-template-columns:120px 1fr 120px 80px;padding:16px;border-bottom:1px solid #e0e0e0;text-decoration:none;color:inherit;transition:background .2s}.table-row:hover{background:#f5f5f5}.table-row.pinned{background:#fffbe6}.table-row.pinned:hover{background:#fff9d6}.col-category{display:flex;align-items:center}.col-title{display:flex;align-items:center;gap:8px;font-size:15px}.col-date,.col-views{display:flex;align-items:center;justify-content:center;font-size:14px;color:#666}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.badge-secondary{background:#e0e0e0;color:#666}.badge-success{background:#d4edda;color:#155724}.badge-info{background:#d1ecf1;color:#0c5460}.badge-danger{background:#f8d7da;color:#721c24}.pin-icon{font-size:14px}.important-badge{display:inline-block;padding:2px 8px;background:#f44;color:#fff;border-radius:4px;font-size:11px;font-weight:600}.empty-state{text-align:center;padding:60px 20px;color:#999}.loading{text-align:center;padding:60px 20px}@media (max-width: 768px){.table-header,.table-row{grid-template-columns:80px 1fr 90px}.col-views,.table-header .col-views{display:none}}.notice-detail-page{padding:80px 0 60px;min-height:calc(100vh - 200px);background:#f9f9f9}.notice-detail{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 8px #0000001a}.notice-header{border-bottom:2px solid #e0e0e0;padding-bottom:24px;margin-bottom:32px}.notice-meta{display:flex;gap:8px;margin-bottom:16px;align-items:center}.notice-title{font-size:28px;font-weight:700;margin-bottom:16px;line-height:1.4}.notice-info{display:flex;gap:20px;font-size:14px;color:#666}.notice-content{padding:32px 0;min-height:300px}.content-text{font-size:16px;line-height:1.8;color:#333}.notice-actions{border-top:1px solid #e0e0e0;padding-top:24px;display:flex;justify-content:center}.btn-back{padding:12px 32px;background:#333;color:#fff;border:none;border-radius:4px;font-size:15px;cursor:pointer;transition:background .2s}.btn-back:hover{background:#000}@media (max-width: 768px){.notice-detail{padding:24px 16px}.notice-title{font-size:22px}.notice-info{flex-direction:column;gap:8px}}.inquiry-write-page{max-width:800px;margin:2rem auto;padding:0 1rem}.inquiry-write-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.inquiry-write-container h1{font-size:2rem;margin-bottom:.5rem;color:#333}.inquiry-description{color:#666;margin-bottom:2rem;font-size:.95rem}.inquiry-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.required{color:#dc3545}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.btn-cancel,.btn-submit{padding:.875rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s}.btn-cancel{background:#e0e0e0;color:#333}.btn-cancel:hover:not(:disabled){opacity:.9}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.inquiry-write-page{margin:1rem auto}.inquiry-write-container{padding:1.5rem}.inquiry-write-container h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.inquiry-detail-page{max-width:1000px;margin:2rem auto;padding:0 1rem}.inquiry-detail-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #f0f0f0}.btn-back{padding:.5rem 1rem;background:#f5f5f5;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.btn-back:hover{background:#e0e0e0}.inquiry-status{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.status-pending{background:#fff3cd;color:#856404}.status-answered{background:#d4edda;color:#155724}.status-closed{background:#e2e3e5;color:#383d41}.inquiry-content{padding:2rem}.content-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.header-top{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.category-badge{display:inline-block;padding:.375rem .875rem;background:#f0f0f0;color:#666;border-radius:4px;font-size:.875rem;font-weight:600}.private-badge{display:inline-block;padding:.375rem .875rem;background:#ffebee;color:#c62828;border-radius:4px;font-size:.875rem;font-weight:600}.inquiry-title{font-size:1.75rem;color:#333;margin:0 0 1rem;line-height:1.4}.inquiry-meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.9rem;color:#666}.meta-item strong{color:#333;margin-right:.5rem}.content-body{margin-bottom:2rem}.content-body h3{font-size:1.125rem;color:#333;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.message-content{padding:1.5rem;background:#f9f9f9;border-radius:8px;line-height:1.8;color:#333}.message-content p{margin:.5rem 0}.message-content p:first-child{margin-top:0}.message-content p:last-child{margin-bottom:0}.reply-section{margin-top:2rem;padding:1.5rem;background:#f0f7ff;border-left:4px solid #667eea;border-radius:8px}.reply-section h3{font-size:1.125rem;color:#333;margin:0 0 1rem}.reply-meta{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.875rem;color:#666}.reply-meta strong{color:#333}.reply-content{padding:1.5rem;background:#fff;border-radius:6px;line-height:1.8;color:#333}.reply-content p{margin:.5rem 0}.reply-content p:first-child{margin-top:0}.reply-content p:last-child{margin-bottom:0}.detail-actions{padding:1.5rem 2rem;border-top:1px solid #e0e0e0;text-align:center}.btn-list{padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-list:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.loading{text-align:center;padding:4rem 0;color:#666;font-size:1.125rem}@media (max-width: 768px){.inquiry-detail-page{margin:1rem auto}.detail-header{padding:1rem}.inquiry-content{padding:1.5rem 1rem}.inquiry-title{font-size:1.375rem}.inquiry-meta{flex-direction:column;gap:.5rem}.reply-section{padding:1rem}.reply-meta{flex-direction:column;gap:.5rem}.detail-actions{padding:1rem}.btn-list{width:100%}}.quick-menu-bar{background:#e5e5e5;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0;position:relative}.quick-menu-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;gap:16px;justify-content:center;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.quick-menu-container::-webkit-scrollbar{display:none}.quick-menu-item{flex-shrink:0;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;color:#222;background:transparent;white-space:nowrap;cursor:pointer;transition:all .3s ease;border-bottom:2px solid transparent;text-decoration:none;display:block}.quick-menu-item:hover{color:#000}.quick-menu-item.active{font-weight:700;border-bottom:2px solid #000}.quick-menu-mega-overlay{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;box-shadow:0 4px 12px #00000014;animation:slideDown .2s ease;z-index:1000;overflow:visible}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.quick-menu-mega-overlay .mega-menu{max-width:1280px;margin:0 auto;padding:.05rem 20px 2rem}.mega-menu-container{display:flex;gap:3rem;flex-wrap:wrap}.mega-menu-column{flex:1;min-width:150px}.mega-menu-column-with-sub{min-width:180px}.mega-menu-title{font-size:.95rem;font-weight:700;letter-spacing:.05em;margin:0 0 1rem;color:#000;text-transform:none;line-height:1.5}.quick-menu-mega-overlay .mega-menu-title a{color:#000;text-decoration:none;transition:color .2s}.quick-menu-mega-overlay .mega-menu-title a:hover{color:#666;text-decoration:underline}.quick-menu-mega-overlay .mega-menu-list{list-style:none;padding:0;margin:0}.quick-menu-mega-overlay .mega-menu-list li{margin-bottom:.5rem;position:relative}.quick-menu-mega-overlay .mega-menu-list li a{font-size:.85rem;color:#666;text-decoration:none;transition:color .2s;display:block;padding:.25rem 0}.quick-menu-mega-overlay .mega-menu-list li a:hover{color:#000}.mega-menu-item-with-sub{position:relative}.mega-menu-sub-box{position:absolute;left:100%;top:0;background:#fff;border:1px solid #e5e5e5;padding:1rem;min-width:150px;box-shadow:0 2px 8px #0000001a;z-index:1001}.mega-menu-sub-list{list-style:none;padding:0;margin:0}.mega-menu-sub-list li{margin-bottom:.5rem}.mega-menu-sub-list li a{font-size:.85rem;color:#666;text-decoration:none;transition:color .2s}.mega-menu-sub-list li a:hover{color:#000}.brand-mega-menu{max-height:none;overflow:visible}.brand-menu-header{border-bottom:1px solid #e5e5e5;padding:1rem 20px;display:flex;align-items:center;gap:1rem}.brand-menu-tabs{display:flex;gap:2rem;flex:1}.brand-tab{background:none;border:none;font-size:1rem;font-weight:600;color:#666;cursor:pointer;padding:.5rem 0;transition:color .2s ease;position:relative}.brand-tab.active{color:#000}.brand-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#000}.brand-menu-content{display:flex;flex-direction:column;gap:2rem;padding:2rem 0;max-width:1280px;margin:0 auto;padding-left:20px;padding-right:20px}.brand-menu-close{background:none;border:1px solid transparent;color:#888;font-size:1.4rem;line-height:1;width:32px;height:32px;border-radius:50%;cursor:pointer;transition:all .2s ease}.brand-menu-close:hover{color:#000;border-color:#ccc;background:#f5f5f5}.brand-featured-top{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem .75rem;width:100%;margin-bottom:1rem}.brand-featured{flex:0 0 140px!important;display:flex;flex-direction:column;gap:.75rem;max-width:140px}.brand-featured-item{position:relative;text-decoration:none;color:#000;border:1px solid #e5e5e5;overflow:hidden;width:100%;min-width:0;transform:scaleX(1.15);transform-origin:center}.brand-featured-image{width:100%;height:120px!important;max-height:120px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.brand-featured-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.brand-placeholder{font-size:1.2rem;color:#999}.brand-featured-footer{background:#333;color:#fff;padding:.4rem 1rem;display:flex;align-items:center;gap:.5rem;height:40px;min-height:40px;max-height:40px}.brand-rank{font-weight:700;font-size:.85rem;flex-shrink:0;line-height:1.5;display:inline-flex;align-items:center}.brand-name{flex:1;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;line-height:1.5;display:inline-flex;align-items:center;transform:translateY(.2px)}.brand-like-btn{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.brand-list{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem 2rem;align-content:start;overflow:visible}.brand-list-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;text-decoration:none;color:#666;font-size:.85rem;transition:color .2s ease;white-space:nowrap}.brand-list-item:hover{color:#000}.brand-list-rank{font-weight:600;min-width:30px}.brand-list-name{flex:1}.brand-list-like{background:none;border:none;color:#ccc;font-size:.9rem;cursor:pointer;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.brand-list-like:hover{color:#000}.brand-all-content{padding:2rem 0;max-width:1280px;margin:0 auto;padding-left:20px;padding-right:20px}.allBrand_lang{margin-bottom:1.5rem}.lang_tabs{display:flex;gap:0;border-bottom:1px solid #e5e5e5;margin-bottom:1rem}.lang_tab{background:none;border:none;font-size:.95rem;font-weight:600;color:#666;cursor:pointer;padding:.75rem 1.5rem;transition:all .2s ease;position:relative;border-bottom:2px solid transparent}.lang_tab.active{color:#000;background:#000;color:#fff}.lang_tab:not(.active):hover{color:#000}.lang_filter{margin-bottom:1.5rem}.lang_btn{display:flex;gap:0;list-style:none;padding:0;margin:0;border-bottom:1px solid #e5e5e5}.lang_btn li{flex:1;text-align:center;padding:.75rem 0;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent}.lang_btn li:hover{color:#000}.lang_btn li.on{color:#000;border-bottom-color:#000;font-weight:600}.lang_btn li .sp{display:block;font-size:.9rem}.allBrand_list{min-height:400px}.inner_cont{display:block}.inner_cont dl{margin:0 0 2rem}.inner_cont dt{font-weight:700;font-size:1.1rem;margin-bottom:.75rem;color:#000}.inner_cont dd{margin:0}.br_lst{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem 1rem}.br_lst li{display:flex;flex-direction:column;gap:.25rem}.br_lst_name_box{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.t_nm{font-size:.9rem;font-weight:600;color:#000}.btn_brand_like{background:none;border:none;color:#ccc;font-size:.9rem;cursor:pointer;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.btn_brand_like:hover{color:#000}.t_blck{font-size:.85rem;color:#666;text-decoration:none;display:block}.t_blck:hover{color:#000}.hotdeal-bgbox{max-width:1400px;margin:0 auto;padding:2rem 1rem}.hotdeal-banner-container{position:relative;margin-bottom:3rem;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);background:#1a1a1a;padding:3rem 0}.hotdeal-title{text-align:center;margin-bottom:2rem;font-size:2rem;color:#fff;font-weight:300;letter-spacing:.1em}.swiper-banner-container{position:relative;width:100%;max-width:1200px;overflow:hidden;margin:0 auto;padding:0;z-index:1}.swiper-wrapper{display:flex;transition:transform .7s ease;will-change:transform}.swiper-slide{width:100%;flex-shrink:0;height:500px}.swiper-slide-active{opacity:1}.hotdeal-productbox{display:flex;align-items:center;justify-content:space-between;gap:6rem;text-decoration:none;color:inherit;background:transparent;padding:10rem;height:100%;min-height:450px}.hotdeal-imgbox{position:relative;width:450px;height:450px;flex-shrink:0;background:#fff;overflow:hidden;border-radius:4px}.hotdeal-imgbox img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hotdeallist-imgbox{position:absolute;top:0;left:0;width:100%;height:100%}.hotdeallist-imgbox img{width:100%;height:100%;object-fit:cover}.hotdeal-discount{position:absolute;top:15px;left:15px;background:#ff6b9d;color:#fff;padding:.8rem 1.5rem;font-weight:700;font-size:1.6rem;z-index:2;border-radius:4px;clip-path:polygon(0 0,100% 0,100% 85%,85% 100%,0 100%)}.hotdeal-time{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;padding:.6rem 1.2rem;text-align:center;font-size:1.1rem;z-index:2;border-radius:4px;font-weight:500}.hotdeal-info{flex:1;padding:0;display:flex;flex-direction:column;justify-content:center;color:#fff}.hotdeal-info .brandname{font-size:1.3rem;margin-bottom:1.5rem}.hotdeal-info .brandname .str{background:#4a90e2;color:#fff;padding:.5rem 1.2rem;display:inline-block;font-weight:700;font-size:1.3rem}.hotdeal-info .title{font-size:1.8rem;color:#fff;margin-bottom:2rem;line-height:1.6;font-weight:500;width:120%}.badge-used{display:inline-block;background:#333;color:#fff;padding:.2rem .5rem;font-size:.8rem;margin-right:.5rem}.hotdeal-info .cost{font-size:1.4rem;color:#999;margin-bottom:.8rem}.hotdeal-info .cost s{text-decoration:line-through}.hotdeal-info .price{font-size:2.5rem;font-weight:700;color:#fff}.money{font-family:Arial,sans-serif}.swiper-button-banner-prev,.swiper-button-banner-next{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#00000080;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .3s}.swiper-button-banner-prev:hover,.swiper-button-banner-next:hover{background:#000000b3}.swiper-button-banner-prev{left:300px}.swiper-button-banner-prev:before{content:"‹";color:#fff;font-size:2rem;line-height:1}.swiper-button-banner-next{right:300px}.swiper-button-banner-next:before{content:"›";color:#fff;font-size:2rem;line-height:1}.time-sale-special-text{display:flex;justify-content:center;align-items:center;margin:2rem auto;max-width:1400px;padding:0 1rem}.time-sale-special-text h2{font-size:2rem;font-weight:600;color:#333;margin:0;text-align:center}.time-sale-content-wrapper{display:flex;max-width:1400px;margin:0 auto;padding:0 1rem;gap:2rem;align-items:flex-start}.sidebar-container{display:flex;flex-direction:column;gap:1rem;width:240px;flex-shrink:0;padding-top:6.2rem}.left_cate_box{width:240px;flex-shrink:0;background:#fff;border:1px solid #e5e5e5;padding:1rem;box-sizing:border-box}.left_category_all{width:100%}.all-categories-link{display:block;font-size:.9rem;font-weight:700;margin:0 0 1rem;color:#000;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:color .2s ease}.all-categories-link:hover{color:#555}.separate_male{margin-bottom:.5rem}.separate_male a{display:block;padding:.5rem 0;text-decoration:none;color:#666;font-size:.9rem;transition:color .2s}.separate_male a:hover,.separate_male button:hover{color:#000}.separate_male.top_cate{border-bottom:1px solid #e5e5e5;padding-bottom:.75rem;margin-bottom:1rem;margin-top:1.5rem}.separate_male.top_cate:first-of-type{margin-top:0}.separate_male.top_cate a,.separate_male.top_cate button{font-weight:600;font-size:1rem;color:#666}.separate_male.top_cate button{text-align:left;width:100%}.separate_male.on a,.separate_male.on button{color:#000;font-weight:600}.left_cate_box ul.menu{list-style:none;padding:0;margin:0}.left_cate_box ul.menu li{margin-bottom:.25rem;position:relative}.category-item-wrapper{display:flex;align-items:center;gap:.5rem}.category-toggle{background:none;border:none;cursor:pointer;font-size:1rem;font-weight:700;color:#666;width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:color .2s}.category-toggle:hover{color:#000}.category-toggle-placeholder{width:20px;flex-shrink:0}.category-link{flex:1;display:block;padding:.4rem 0;text-decoration:none;color:#666;font-size:.85rem;transition:color .2s}.category-link:hover{color:#000}.left_cate_box ul.menu li ul.menu{margin-left:1rem;margin-top:.25rem;padding-left:0}.left_cate_box .tnt{color:inherit}.left_cate_box .cnt{display:inline-block;margin-left:.25rem;font-size:.7rem;color:#999}.brand-rank-box{margin-top:0}.brand-rank-section h3{font-size:.9rem;font-weight:700;margin:0 0 1rem;color:#000;text-transform:uppercase;letter-spacing:.05em}.brand-rank-list{display:flex;flex-direction:column;gap:0}.best_rank{display:flex;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.best_rank:last-child{border-bottom:none}.best_rank a{display:flex;align-items:center;gap:.5rem;width:100%;text-decoration:none;color:#222;font-size:.9rem;transition:background-color .2s;padding:.25rem 0}.best_rank a:hover{background-color:#f5f5f5}.rank-number{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;font-weight:700;font-size:.85rem;border-radius:4px}.rank-top{background:#f44;color:#fff}.rank-normal{background:#f0f0f0;color:#666}.best_rank .tnt{flex:1;color:#222}.time-sale-products-container{flex:1;min-width:0;width:100%;box-sizing:border-box;padding-top:2rem}.time-sale-sort-header{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.sort-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:.9rem;color:#333;cursor:pointer;outline:none;transition:border-color .2s}.sort-select:hover{border-color:#999}.sort-select:focus{border-color:#333}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:0}.hotdeal-productlist li{position:relative}.hotdeal-product-wrap{display:block;text-decoration:none;color:inherit;position:relative}.d-day{position:absolute;top:10px;left:10px;background:#000;color:#fff;padding:.3rem .8rem;font-size:.85rem;font-weight:700;z-index:2;border-radius:4px;margin:0}.hotdeal-product-imgbox{position:relative;width:100%;padding-top:100%;background:transparent;margin-bottom:1rem;overflow:hidden}.hotdeal-product-imgbox img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.hotdeal-product-imgbox.soldout:after{content:"SOLD OUT";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;padding:.5rem 1rem;font-weight:700;z-index:2}.hotdeal-product-info{padding:.5rem 0}.hotdeal-discount-info{position:absolute;top:10px;right:10px;background:#f44;color:#fff;padding:.3rem .6rem;font-size:.9rem;font-weight:700;z-index:2;border-radius:4px;margin:0}.hotdeal-product-info .brandname{font-size:.85rem;color:#666;margin-bottom:.4rem}.hotdeal-product-info .title{font-size:.9rem;color:#222;margin-bottom:.5rem;line-height:1.4;min-height:2.5em}.icon-text-used{display:inline-block;background:#333;color:#fff;padding:.15rem .4rem;font-size:.75rem;margin-right:.4rem;font-style:normal}.hotdeal-product-info .cost{font-size:.85rem;color:#999;margin-bottom:.3rem}.hotdeal-product-info .cost s{text-decoration:line-through}.hotdeal-product-info .price{font-size:1.1rem;font-weight:700;color:#222}.loading,.no-products{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#666}@media (max-width: 1200px){.swiper-slide{width:800px}}@media (max-width: 768px){.hotdeal-bgbox{padding:1rem .5rem}.swiper-slide{width:100%;margin-right:0}.hotdeal-banner-container{margin-bottom:2rem}.swiper-button-banner-prev,.swiper-button-banner-next{width:40px;height:40px}.swiper-button-banner-prev{left:10px}.swiper-button-banner-next{right:10px}.hotdeal-productlist{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem 1rem}}.hotdeal-productlist{grid-template-columns:repeat(2,1fr);gap:1rem .5rem}.hotdeal-product-info .title{font-size:.85rem;min-height:2.2em}.event-page{min-height:100vh;background-color:#fff;padding:2rem 0}.event-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.event-header{margin-bottom:3rem;text-align:center}.event-header h1{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:.5rem}.event-header p{font-size:1rem;color:#666}.event-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.detail_exhibition_item{display:block;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease;border-radius:8px;overflow:hidden;background:#fff}.detail_exhibition_item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.detail_exhibition_item .aspect-ratio{position:relative;width:100%;overflow:hidden;background:#f5f5f5}.detail_exhibition_item .aspect-ratio picture,.detail_exhibition_item .aspect-ratio img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.detail_exhibition_item .picture{display:block;width:100%;height:100%}.detail_exhibition_item .base-image__image{width:100%;height:100%;object-fit:cover}.detail_exhibition_item .full_width{width:100%}.detail_exhibition_title{font-size:1.125rem;font-weight:600;color:#222;margin:1rem 0 .5rem;padding:0 1rem;line-height:1.4}.detail_exhibition_description{font-size:.9rem;color:#666;margin:0 0 1rem;padding:0 1rem;line-height:1.5}@media (max-width: 768px){.event-list{grid-template-columns:1fr;gap:1.5rem}.event-header h1{font-size:2rem}}.event-detail-page{min-height:100vh;background-color:#fff;padding:2rem 0}.event-detail-container{max-width:1200px;margin:0 auto;padding:0 1rem}.event-image-section{width:100%;margin-bottom:2rem}.event-main-image{width:100%;height:auto;display:block;object-fit:contain}.event-info-section{margin-bottom:3rem;text-align:center}.event-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#000}.event-description{font-size:1.1rem;color:#666;line-height:1.6}.event-coupons-section{margin-top:3rem;margin-bottom:3rem}.coupons-section-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#000}.coupons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.coupon-card.normal{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s}.coupon-card.normal:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.coupon-card.available{border-color:#e0e0e0}.coupon-body{padding:1.5rem}.coupon-header-container{margin-bottom:1rem}.coupon-header-title{font-size:2rem;font-weight:700;color:#222;margin:0;line-height:1.2}.coupon-title{font-size:1rem;font-weight:500;color:#222;margin:0 0 .75rem;line-height:1.4}.coupon-tag-container{margin-bottom:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.coupon-tag{display:inline-block;background-color:#fff4e6;color:#ff8c00;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:500}.tag-text{color:#ff8c00}.coupon-bullets{list-style:none;padding:0;margin:0;font-size:.875rem;color:#666;line-height:1.6}.coupon-bullets li{margin-bottom:.25rem}.coupon-bullets li:before{content:"• ";margin-right:.25rem}.coupon-divider{border:none;border-top:1px solid #e0e0e0;margin:0}.coupon-footer{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.footer-prefix{font-size:.875rem;font-weight:600;color:#f15746}.footer-title{font-size:.875rem;color:#222;flex:1}.footer-title span{color:#222c}.footer-button{padding:.5rem 1rem;background-color:transparent;color:#222;border:1px solid #222;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .3s,color .3s;white-space:nowrap}.footer-button:hover:not(:disabled){background-color:#222;color:#fff}.footer-button:disabled{opacity:.6;cursor:not-allowed}.event-products-section{margin-top:3rem}.products-section-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#000}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{text-decoration:none;color:inherit;transition:transform .2s}.product-card:hover{transform:translateY(-4px)}.product-image{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;margin-bottom:1rem;background-color:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{text-align:left}.product-brand{font-size:.875rem;color:#666;margin-bottom:.5rem}.product-title{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-price{font-size:1.125rem;font-weight:700;color:#000}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media (max-width: 768px){.event-detail-container{padding:0 .5rem}.event-title{font-size:1.5rem}.event-description{font-size:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.products-section-title{font-size:1.25rem}.coupons-grid{grid-template-columns:1fr}.coupons-section-title{font-size:1.25rem}}*{box-sizing:border-box}:root{font-size:14px}body{font-family:Pretendard,Noto Sans KR,sans-serif;font-size:14px;color:#222;background:#fff}a{color:#222;text-decoration:none;transition:all .3s ease}a:hover{color:#555}.container{max-width:1280px;margin:0 auto;padding:0 20px}.app{display:flex;flex-direction:column;min-height:100vh;background:#fff}.main-content{flex:1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:var(--radius-sm);transition:background var(--transition-fast)}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}::-webkit-scrollbar-corner{background:var(--gray-100)}::selection{background:var(--primary-100);color:var(--primary-900)}::-moz-selection{background:var(--primary-100);color:var(--primary-900)}*:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px;border-radius:var(--radius-sm)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-8px,0)}70%{transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideInUp{animation:slideInUp .4s ease-out}.animate-slideInDown{animation:slideInDown .4s ease-out}.animate-slideInLeft{animation:slideInLeft .4s ease-out}.animate-slideInRight{animation:slideInRight .4s ease-out}.animate-scaleIn{animation:scaleIn .3s ease-out}.animate-bounce{animation:bounce 1s infinite}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mb-1{margin-bottom:var(--space-1)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.pt-1{padding-top:var(--space-1)}.pt-2{padding-top:var(--space-2)}.pt-3{padding-top:var(--space-3)}.pt-4{padding-top:var(--space-4)}.pt-6{padding-top:var(--space-6)}.pt-8{padding-top:var(--space-8)}.pb-1{padding-bottom:var(--space-1)}.pb-2{padding-bottom:var(--space-2)}.pb-3{padding-bottom:var(--space-3)}.pb-4{padding-bottom:var(--space-4)}.pb-6{padding-bottom:var(--space-6)}.pb-8{padding-bottom:var(--space-8)}.px-1{padding-left:var(--space-1);padding-right:var(--space-1)}.px-2{padding-left:var(--space-2);padding-right:var(--space-2)}.px-3{padding-left:var(--space-3);padding-right:var(--space-3)}.px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.px-8{padding-left:var(--space-8);padding-right:var(--space-8)}.py-1{padding-top:var(--space-1);padding-bottom:var(--space-1)}.py-2{padding-top:var(--space-2);padding-bottom:var(--space-2)}.py-3{padding-top:var(--space-3);padding-bottom:var(--space-3)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-6{padding-top:var(--space-6);padding-bottom:var(--space-6)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}.hidden{display:none}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.grid{display:grid}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}@media print{.header,.footer,.side-menu,.product-filter,.btn,button{display:none}.main-content{padding-top:0}*{color:#000;background:#fff}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-50: #f0f9ff;--primary-100: #e0f2fe;--primary-500: #0ea5e9;--primary-600: #0284c7;--primary-700: #0369a1;--primary-900: #0c4a6e;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--success-500: #10b981;--warning-500: #f59e0b;--error-500: #ef4444;--font-family: "Inter", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--transition-fast: .15s ease-in-out;--transition-normal: .25s ease-in-out;--transition-slow: .35s ease-in-out}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:14px}body{margin:0;font-family:var(--font-family);font-size:14px;font-weight:400;line-height:1.6;color:#000;background:var(--gray-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=search],input[type=url],textarea,select{color:#000!important}input::placeholder,textarea::placeholder{color:#999!important}code{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:var(--font-size-sm);background:var(--gray-100);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#000;margin-bottom:var(--space-4)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{margin-bottom:var(--space-4);color:#000;line-height:1.6}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:#000;transition:color var(--transition-fast)}a:hover{color:#333}img{max-width:100%;height:auto;display:block;border-radius:var(--radius-md)}button{font-family:inherit;font-size:var(--font-size-base);font-weight:500;line-height:1.5;margin:0;border:none;background:none;cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2)}button:disabled{cursor:not-allowed;opacity:.6}.btn{padding:var(--space-3) var(--space-6);font-weight:500;border-radius:var(--radius-lg);transition:all var(--transition-fast);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border:1px solid transparent}.btn-primary{background:var(--primary-600);color:#fff;border-color:var(--primary-600)}.btn-primary:hover{background:var(--primary-700);border-color:var(--primary-700);color:#fff}.btn-secondary{background:var(--gray-100);color:var(--gray-700);border-color:var(--gray-300)}.btn-secondary:hover{background:var(--gray-200);border-color:var(--gray-400)}.btn-outline{background:transparent;color:var(--primary-600);border-color:var(--primary-600)}.btn-outline:hover{background:var(--primary-50);color:var(--primary-700)}.btn-sm{padding:var(--space-2) var(--space-4);font-size:var(--font-size-sm)}.btn-lg{padding:var(--space-4) var(--space-8);font-size:var(--font-size-lg)}input,textarea,select{font-family:inherit;font-size:var(--font-size-base);line-height:1.5;margin:0;padding:var(--space-3) var(--space-4);border:1px solid var(--gray-300);border-radius:var(--radius-md);background:#fff;color:#000;transition:all var(--transition-fast);width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100)}input::placeholder,textarea::placeholder{color:var(--gray-400)}.form-group{margin-bottom:var(--space-6)}.form-label{display:block;font-weight:500;color:var(--gray-700);margin-bottom:var(--space-2);font-size:var(--font-size-sm)}.form-error{color:var(--error-500);font-size:var(--font-size-sm);margin-top:var(--space-1)}table{border-collapse:collapse;border-spacing:0;width:100%;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}th,td{padding:var(--space-4);text-align:left;border-bottom:1px solid var(--gray-200)}th{background:var(--gray-50);font-weight:600;color:var(--gray-700);font-size:var(--font-size-sm)}.container{max-width:1280px;margin:0 auto;padding:0 var(--space-4)}.container-sm{max-width:640px}.container-md{max-width:768px}.container-lg{max-width:1024px}.container-xl{max-width:1280px}.grid{display:grid;gap:var(--space-4)}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.p-1{padding:var(--space-1)}.p-2{padding:var(--space-2)}.p-3{padding:var(--space-3)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.m-1{margin:var(--space-1)}.m-2{margin:var(--space-2)}.m-3{margin:var(--space-3)}.m-4{margin:var(--space-4)}.m-6{margin:var(--space-6)}.m-8{margin:var(--space-8)}.text-xs{font-size:var(--font-size-xs)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-4xl{font-size:var(--font-size-4xl)}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-900{color:var(--gray-900)}.bg-white{background-color:#fff}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-100{background-color:var(--gray-100)}.bg-primary-50{background-color:var(--primary-50)}.bg-primary-500{background-color:var(--primary-500)}.rounded{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.img-container{position:relative;width:100%;overflow:hidden;border-radius:var(--radius-lg)}.img-container img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.img-container:hover img{transform:scale(1.05)}.loading{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.spinner{width:20px;height:20px;border:2px solid var(--gray-200);border-top:2px solid var(--primary-600);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden;transition:all var(--transition-normal)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-header{padding:var(--space-6);border-bottom:1px solid var(--gray-200)}.card-body{padding:var(--space-6)}.card-footer{padding:var(--space-6);border-top:1px solid var(--gray-200);background:var(--gray-50)}@media (max-width: 768px){.container{padding:0 var(--space-4)}.grid-cols-2{grid-template-columns:repeat(1,1fr)}.grid-cols-3,.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:repeat(2,1fr)}.text-4xl{font-size:var(--font-size-3xl)}.text-3xl{font-size:var(--font-size-2xl)}.text-2xl{font-size:var(--font-size-xl)}}.container{padding:0 var(--space-3)}.grid-cols-3,.grid-cols-4,.grid-cols-5,.grid-cols-6{grid-template-columns:repeat(1,1fr)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-color-scheme: dark){:root{--gray-50: #0f172a;--gray-100: #1e293b;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}img{max-width:100%!important}@page{margin:2cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}}
