.Badge-module__badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;font-weight:600;line-height:1}.Badge-module__error{background-color:#ef4444;color:#fff}.Badge-module__primary{background-color:#f4f4f5;color:#0f766e}.Badge-module__secondary{background-color:#e4e4e7;color:#18181b}.Badge-module__sm{width:16px;height:16px;font-size:10px}.Badge-module__md{min-width:20px;height:20px;padding:0 6px;font-size:12px}.Input-module__container{position:relative;display:flex;align-items:center;width:100%;height:48px;background-color:#fafafa;border-radius:9999px;overflow:hidden;border:1px solid transparent;transition:all .15s ease-in-out}.Input-module__container:focus-within{border-color:#18181b;background-color:#fff;box-shadow:0 2px 8px #0000000a}.Input-module__icon{margin-left:16px;color:#71717a;font-size:20px}.Input-module__input{width:100%;height:100%;padding:0 16px 0 12px;background:transparent;border:none;outline:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:#18181b}.Input-module__input::placeholder{color:#a1a1aa}.SearchBar-module__wrapper{position:relative;width:100%}.SearchBar-module__clearBtn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background-color:#e4e4e7;color:#71717a;border-radius:9999px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .15s ease-in-out}.SearchBar-module__clearBtn:hover{background-color:#e4e4e7}.TopAppBar-module__header{position:fixed;top:0;left:0;width:100%;height:64px;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:0 16px;background-color:#fff;border-bottom:1px solid #e4e4e7}@media(min-width:768px){.TopAppBar-module__header{padding:0 48px}}.TopAppBar-module__leftGroup{display:flex;align-items:center;gap:16px}.TopAppBar-module__menuButton{color:#18181b;background:transparent;border:none;padding:8px;border-radius:9999px;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .15s ease-in-out}@media(min-width:768px){.TopAppBar-module__menuButton{display:flex}}.TopAppBar-module__menuButton:hover{background-color:#fafafa}.TopAppBar-module__menuButton:active{transform:scale(.95)}.TopAppBar-module__brandButton{width:42px;height:42px;padding:0;border:none;background:transparent;cursor:pointer}.TopAppBar-module__brandButton img{width:100%;height:100%;object-fit:cover;object-position:top}.TopAppBar-module__searchSlot{flex:1;max-width:480px;margin:0 16px}.TopAppBar-module__cartButton{position:relative;color:#fff;background-color:#18181b;border:none;padding:8px;border-radius:9999px;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .15s ease-in-out}@media(min-width:768px){.TopAppBar-module__cartButton{display:flex}}.TopAppBar-module__cartButton:hover{opacity:.85}.TopAppBar-module__cartButton:active{transform:scale(.95)}.TopAppBar-module__cartBadge{position:absolute;top:4px;right:4px}.NavigationDrawer-module__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:39}.NavigationDrawer-module__drawer{position:fixed;left:0;top:64px;height:calc(100vh - 64px);width:320px;background-color:#fafafa;z-index:40;display:flex;flex-direction:column;padding:16px;box-shadow:4px 0 20px #0000000d;border-radius:0 16px 16px 0;transform:translate(-100%);transition:all .15s ease-in-out}.NavigationDrawer-module__drawerOpen{transform:translate(0)}.NavigationDrawer-module__profileHeader{display:flex;align-items:center;gap:16px;padding:16px;border-bottom:1px solid rgba(228,228,231,.3);margin-bottom:12px}.NavigationDrawer-module__avatar{width:48px;height:48px;border-radius:9999px;background-color:#e4e4e7;color:#18181b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.NavigationDrawer-module__profileDetails{display:flex;flex-direction:column}.NavigationDrawer-module__accountName{font-size:18px;font-weight:600;color:#18181b}.NavigationDrawer-module__username{font-size:14px;color:#71717a}.NavigationDrawer-module__location{font-size:12px;color:#a1a1aa}.NavigationDrawer-module__navList{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto}.NavigationDrawer-module__navItem{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;background:transparent;border:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;color:#71717a;cursor:pointer;text-align:left;transition:all .15s ease-in-out}.NavigationDrawer-module__navItem:hover{background-color:#e4e4e7;color:#18181b}.NavigationDrawer-module__activeItem{background-color:#f4f4f5;color:#0f766e;font-weight:700}.NavigationDrawer-module__activeItem:hover{background-color:#e4e4e7}.NavigationDrawer-module__sessionFooter{border-top:1px solid rgba(228,228,231,.3);padding-top:8px;margin-top:8px}.BottomNavBar-module__bottomNav{position:fixed;bottom:0;left:0;width:100%;height:64px;z-index:50;display:flex;justify-content:space-around;align-items:center;padding:8px 8px env(safe-area-inset-bottom,0px);background-color:#fff;border-top:1px solid #e4e4e7;border-radius:16px 16px 0 0;box-shadow:0 -2px 10px #0000000a}@media(min-width:768px){.BottomNavBar-module__bottomNav{display:none}}.BottomNavBar-module__tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:transparent;border:none;color:#71717a;padding:4px 12px;border-radius:9999px;cursor:pointer;transition:all .15s ease-in-out}.BottomNavBar-module__tab:active{transform:scale(.9)}.BottomNavBar-module__activeTab{background-color:#e4e4e7;color:#18181b;font-weight:600}.BottomNavBar-module__iconWrapper{position:relative;display:flex;align-items:center;justify-content:center}.BottomNavBar-module__badge{position:absolute;top:-4px;right:-8px}.BottomNavBar-module__label{font-size:11px}.Button-module__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:all .15s ease-in-out}.Button-module__button:active{transform:scale(.97)}.Button-module__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__fullWidth{width:100%}.Button-module__primary{background-color:#18181b;color:#fff;border-color:#18181b}.Button-module__primary:hover{background-color:#27272a}.Button-module__outline{background-color:transparent;border-color:#e4e4e7;color:#18181b}.Button-module__outline:hover{background-color:#fafafa}.Button-module__ghost{background-color:transparent;color:#71717a}.Button-module__ghost:hover{background-color:#fafafa}.Button-module__icon{background-color:transparent;padding:8px;border-radius:9999px;color:#18181b}.Button-module__icon:hover{background-color:#fafafa}.Button-module__sm{padding:6px 12px;font-size:12px}.Button-module__md{padding:10px 20px;font-size:14px}.Button-module__lg{padding:16px 32px;font-size:16px}.CartDrawer-module__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end}.CartDrawer-module__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006}.CartDrawer-module__drawer{position:relative;width:100%;max-width:440px;height:100%;background-color:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f}.CartDrawer-module__header{padding:16px 20px;border-bottom:1px solid #e4e4e7;display:flex;align-items:center;justify-content:space-between}.CartDrawer-module__headerTitle{display:flex;align-items:center;gap:8px;color:#18181b}.CartDrawer-module__headerTitle h2{font-size:18px;font-weight:700}.CartDrawer-module__itemCount{font-size:14px;color:#71717a}.CartDrawer-module__closeBtn{background:transparent;border:none;color:#71717a;border-radius:9999px;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.CartDrawer-module__closeBtn:hover{background-color:#fafafa}.CartDrawer-module__body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.CartDrawer-module__emptyState{margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.CartDrawer-module__emptyState h3{font-size:18px;font-weight:600}.CartDrawer-module__emptyState p{font-size:14px;color:#71717a;max-width:240px}.CartDrawer-module__successState{margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.CartDrawer-module__successState h3{font-size:20px;font-weight:700;color:#18181b}.CartDrawer-module__successState p{font-size:14px;color:#71717a}.CartDrawer-module__successIcon{color:#18181b}.CartDrawer-module__logisticsNotice{background-color:#f4f4f5;padding:12px 16px;border-radius:8px;border:1px solid #e4e4e7;display:flex;align-items:flex-start;gap:12px}.CartDrawer-module__logisticsNotice strong{display:block;font-size:13px;color:#18181b}.CartDrawer-module__logisticsNotice p{font-size:12px;color:#71717a;margin-top:2px}.CartDrawer-module__itemList{display:flex;flex-direction:column;gap:16px}.CartDrawer-module__cartItem{display:flex;gap:12px;padding-bottom:16px;border-bottom:1px solid #f4f4f5}.CartDrawer-module__itemImage{width:72px;height:96px;object-fit:cover;border-radius:8px;background-color:#fafafa}.CartDrawer-module__itemDetails{flex:1;display:flex;flex-direction:column;gap:2px}.CartDrawer-module__itemName{font-size:14px;font-weight:600;color:#18181b}.CartDrawer-module__itemStore{font-size:12px;color:#71717a}.CartDrawer-module__itemVariant{font-size:11px;color:#a1a1aa}.CartDrawer-module__itemPrice{font-size:15px;font-weight:700;color:#18181b;margin-top:4px}.CartDrawer-module__itemActions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.CartDrawer-module__deleteBtn{background:transparent;border:none;color:#ef4444;cursor:pointer;padding:4px;border-radius:4px}.CartDrawer-module__deleteBtn:hover{background-color:#fafafa}.CartDrawer-module__quantityControls{display:flex;align-items:center;border:1px solid #e4e4e7;border-radius:6px;overflow:hidden}.CartDrawer-module__quantityControls button{width:24px;height:24px;background-color:#fafafa;border:none;font-size:14px;font-weight:600;cursor:pointer}.CartDrawer-module__quantityControls button:disabled{opacity:.3;cursor:not-allowed}.CartDrawer-module__quantityControls span{padding:0 8px;font-size:12px;font-weight:600}.CartDrawer-module__footer{padding:20px;border-top:1px solid #e4e4e7;background-color:#fff;display:flex;flex-direction:column;gap:16px}.CartDrawer-module__customerForm{display:flex;flex-direction:column;gap:10px}.CartDrawer-module__customerForm h3{font-size:15px;font-weight:700}.CartDrawer-module__customerForm label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:#71717a}.CartDrawer-module__customerForm label span{font-weight:400}.CartDrawer-module__customerForm input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#18181b;font:inherit}.CartDrawer-module__customerForm input:focus{outline:2px solid #18181b;outline-offset:1px}.CartDrawer-module__checkoutError{padding:10px 12px;border:1px solid #ef4444;border-radius:6px;color:#ef4444;font-size:12px}.CartDrawer-module__totalRow{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600}.CartDrawer-module__totalPrice{font-size:22px;font-weight:700;color:#18181b}.WhatsAppFAB-module__container{position:fixed;bottom:80px;right:16px;z-index:45}@media(min-width:768px){.WhatsAppFAB-module__container{bottom:32px;right:32px}}.WhatsAppFAB-module__fab{width:56px;height:56px;border-radius:9999px;background-color:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;border:none;padding:0;overflow:hidden;background-color:transparent;cursor:pointer;box-shadow:none;transition:all .15s ease-in-out}.WhatsAppFAB-module__fab:hover{transform:scale(1.08)}.WhatsAppFAB-module__fab:active{transform:scale(.95)}.WhatsAppFAB-module__logo{display:block;width:100%;height:100%;object-fit:contain}.WhatsAppFAB-module__popover{position:absolute;bottom:68px;right:0;width:320px;background-color:#fff;border:1px solid #e4e4e7;border-radius:16px;box-shadow:0 8px 32px #0000001f;overflow:hidden;animation:WhatsAppFAB-module__popIn .2s cubic-bezier(.16,1,.3,1)}@keyframes WhatsAppFAB-module__popIn{0%{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.WhatsAppFAB-module__popoverHeader{background-color:#075e54;color:#fff;padding:12px 16px;display:flex;align-items:center;gap:12px}.WhatsAppFAB-module__popoverHeader h4{font-size:14px;font-weight:700}.WhatsAppFAB-module__popoverHeader p{font-size:11px;opacity:.8}.WhatsAppFAB-module__waAvatar{width:36px;height:36px;border-radius:9999px;background-color:#fff3;display:flex;align-items:center;justify-content:center}.WhatsAppFAB-module__popoverClose{margin-left:auto;background:transparent;border:none;color:#fff;cursor:pointer;padding:4px;opacity:.8}.WhatsAppFAB-module__popoverClose:hover{opacity:1}.WhatsAppFAB-module__popoverBody{padding:16px;display:flex;flex-direction:column;gap:12px}.WhatsAppFAB-module__introText{font-size:13px;color:#71717a;line-height:1.4}.WhatsAppFAB-module__textarea{width:100%;border:1px solid #e4e4e7;border-radius:8px;padding:8px 12px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;outline:none;resize:none}.WhatsAppFAB-module__textarea:focus{border-color:#25d366}.WhatsAppFAB-module__sendBtn{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#25d366;color:#fff;border:none;padding:10px;border-radius:8px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out}.WhatsAppFAB-module__sendBtn:hover{background-color:#20bd5a}.Footer-module__footer{width:100%;margin-top:auto;padding:40px 16px 88px;background-color:#18181b;color:#fff}@media(min-width:768px){.Footer-module__footer{padding:48px 48px 24px}}.Footer-module__inner{width:100%;max-width:1280px;margin:0 auto;display:grid;gap:32px}@media(min-width:768px){.Footer-module__inner{grid-template-columns:minmax(240px,1.5fr) 1fr 1fr;gap:64px}}.Footer-module__brandColumn,.Footer-module__contactColumn,.Footer-module__links{display:flex;flex-direction:column;align-items:flex-start}.Footer-module__brandColumn{gap:12px}.Footer-module__brandColumn p{max-width:320px;margin:0;color:#a1a1aa;font-size:14px;line-height:1.55}.Footer-module__logoButton{width:140px;height:76px;padding:0;border:0;background:transparent;cursor:pointer}.Footer-module__logoButton img{width:100%;height:100%;object-fit:contain}.Footer-module__links,.Footer-module__contactColumn{gap:10px}.Footer-module__links button,.Footer-module__links a,.Footer-module__contactColumn button,.Footer-module__contactColumn a{padding:0;border:0;background:transparent;color:#d4d4d8;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out}.Footer-module__links button:hover,.Footer-module__links a:hover,.Footer-module__contactColumn button:hover,.Footer-module__contactColumn a:hover{color:#fff}.Footer-module__linksTitle{margin-bottom:4px;color:#fff;font-size:14px;font-weight:700}.Footer-module__contactColumn p{max-width:220px;margin:0 0 2px;color:#a1a1aa;font-size:14px;line-height:1.55}.Footer-module__bottomRow{width:100%;max-width:1280px;margin:32px auto 0;padding-top:20px;border-top:1px solid #3f3f46;display:flex;flex-direction:column;gap:8px;color:#71717a;font-size:12px}@media(min-width:768px){.Footer-module__bottomRow{flex-direction:row;justify-content:space-between}}.CategoryFilter-module__pillsScroll{display:flex;flex-direction:column;gap:8px;width:100%}.CategoryFilter-module__pillsRow{display:flex;gap:8px;width:100%}.CategoryFilter-module__pill{flex:1 1 0;min-width:0;padding:8px 12px;border-radius:9999px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;transition:all .15s ease-in-out}.CategoryFilter-module__pill:active{transform:scale(.95)}.CategoryFilter-module__activePill{background-color:#e4e4e7;color:#18181b;border:1px solid transparent;font-weight:600}.CategoryFilter-module__inactivePill{background-color:transparent;border:1px solid #e4e4e7;color:#71717a}.CategoryFilter-module__inactivePill:hover{background-color:#fafafa}.Dropdown-module__wrapper{position:relative;display:inline-block}.Dropdown-module__panel{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;max-height:260px;overflow-y:auto;background-color:#fff;border:1px solid #e4e4e7;border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:6px;margin:0;list-style:none;z-index:60}.Dropdown-module__option{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:transparent;border-radius:8px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#18181b;cursor:pointer;transition:all .15s ease-in-out}.Dropdown-module__option:hover{background-color:#fafafa}.Dropdown-module__optionSelected{background-color:#e4e4e7;color:#18181b;font-weight:600}.FilterChipGroup-module__container{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.FilterChipGroup-module__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.FilterChipGroup-module__chipInactive{background-color:#fff;border:1px solid #e4e4e7;color:#71717a}.FilterChipGroup-module__chipInactive:hover{background-color:#fafafa}.FilterChipGroup-module__chipActive{background-color:#e4e4e7;border:1px solid #18181b;color:#18181b;font-weight:600}.FilterChipGroup-module__chipActivePrimary{background-color:#f4f4f5;border:1px solid #18181b;color:#0f766e;font-weight:600}.SearchToolbar-module__container{padding:20px 16px 0;display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.SearchToolbar-module__container{padding:24px 48px 0}}.SearchToolbar-module__filterSection{margin-bottom:8px}.MainLayout-module__layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f4f4f5}.MainLayout-module__mainContent{flex:1;width:100%;max-width:1280px;margin:0 auto;padding-top:64px;padding-bottom:80px}@media(min-width:768px){.MainLayout-module__mainContent{padding-bottom:48px}}.CategoryCard-module__card{background-color:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;cursor:pointer;box-shadow:0 1px 3px #0000000d;transition:all .15s ease-in-out}.CategoryCard-module__card:hover{background-color:#fafafa}.CategoryCard-module__card:hover .CategoryCard-module__iconCircle{background-color:#f4f4f5;color:#0f766e}.CategoryCard-module__card:active{transform:scale(.97)}.CategoryCard-module__iconCircle{width:48px;height:48px;border-radius:9999px;background-color:#f4f4f5;color:#18181b;display:flex;align-items:center;justify-content:center;transition:all .15s ease-in-out}.CategoryCard-module__title{font-size:14px;font-weight:700;color:#18181b}.ProductCard-module__card{background-color:#fff;border-radius:12px;border:1px solid #e4e4e7;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:all .15s ease-in-out}.ProductCard-module__card:hover{box-shadow:0 4px 16px #11182714;transform:translateY(-2px)}.ProductCard-module__card:hover .ProductCard-module__image{transform:scale(1.03)}.ProductCard-module__imageWrapper{aspect-ratio:3/4;position:relative;background-color:#fafafa;overflow:hidden}.ProductCard-module__image{width:100%;height:100%;object-fit:cover;transition:all .15s ease-in-out}.ProductCard-module__logisticsBadge{position:absolute;top:8px;right:8px;background-color:#18181b;color:#fff;padding:4px 8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.ProductCard-module__content{padding:12px;display:flex;flex-direction:column;flex-grow:1}.ProductCard-module__title{font-size:14px;font-weight:600;color:#18181b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ProductCard-module__seller{font-size:12px;color:#71717a;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ProductCard-module__seller span{color:#18181b;font-weight:500}.ProductCard-module__seller small{font-size:inherit}.ProductCard-module__footer{margin-top:auto;padding-top:12px;display:flex;justify-content:space-between;align-items:center}.ProductCard-module__price{font-size:18px;font-weight:700;color:#18181b}.ProductCard-module__addButton{width:32px;height:32px;border-radius:6px;background-color:#18181b;color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .15s ease-in-out}.ProductCard-module__addButton:hover{background-color:#27272a}.ProductCard-module__addButton:active{transform:scale(.92)}.ProductCarousel-module__container{display:flex;flex-direction:column;gap:20px;padding-top:20px}@media(min-width:768px){.ProductCarousel-module__container{padding-top:24px}}.ProductCarousel-module__emptyMessage{text-align:center;color:#71717a;font-size:14px;padding:32px 0}.ProductCarousel-module__carouselViewport{overflow:hidden;margin:0 -16px;padding:4px 16px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 40px,#000 calc(100% - 40px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 40px,#000 calc(100% - 40px),transparent 100%)}@media(min-width:768px){.ProductCarousel-module__carouselViewport{margin:0 -48px;padding:4px 48px}}.ProductCarousel-module__carouselTrack{display:flex;gap:16px;width:max-content;animation:ProductCarousel-module__scroll-track calc(var(--item-count, 1) * 6s) linear infinite}.ProductCarousel-module__carouselViewport:hover .ProductCarousel-module__carouselTrack{animation-play-state:paused}.ProductCarousel-module__carouselItem{flex:0 0 auto;width:200px}@media(min-width:768px){.ProductCarousel-module__carouselItem{width:240px}}@keyframes ProductCarousel-module__scroll-track{0%{transform:translate(0)}to{transform:translate(-50%)}}.HomePage-module__container{padding:0 16px 32px;display:flex;flex-direction:column;gap:64px}@media(min-width:768px){.HomePage-module__container{padding:0 48px 48px}}.HomePage-module__section{display:flex;flex-direction:column;gap:24px}.HomePage-module__sectionHeader{display:flex;align-items:center;justify-content:space-between}.HomePage-module__sectionHeader h2{font-size:20px;font-weight:700;color:#18181b}@media(min-width:768px){.HomePage-module__sectionHeader h2{font-size:24px}}.HomePage-module__categoriesGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}@media(min-width:768px){.HomePage-module__categoriesGrid{gap:24px}}.HomePage-module__categoriesGrid>div:nth-child(5n+1),.HomePage-module__categoriesGrid>div:nth-child(5n+2){grid-column:span 3}.HomePage-module__categoriesGrid>div:nth-child(5n+3),.HomePage-module__categoriesGrid>div:nth-child(5n+4),.HomePage-module__categoriesGrid>div:nth-child(5n){grid-column:span 2}.HomePage-module__productsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.HomePage-module__productsGrid{grid-template-columns:repeat(4,1fr);gap:24px}}.LogisticsPage-module__container{padding:32px 16px;display:flex;flex-direction:column;gap:64px}@media(min-width:768px){.LogisticsPage-module__container{padding:48px}}.LogisticsPage-module__hero{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:768px;margin:0 auto;gap:24px}.LogisticsPage-module__heroBadge{display:inline-flex;align-items:center;justify-content:center;padding:16px;border-radius:9999px;background-color:#e4e4e7;color:#18181b}.LogisticsPage-module__heroTitle{font-size:32px;font-weight:700;color:#18181b;line-height:1.2;letter-spacing:-.02em}@media(min-width:768px){.LogisticsPage-module__heroTitle{font-size:48px}}.LogisticsPage-module__heroDescription{font-size:18px;color:#71717a;line-height:1.5;max-width:640px}.LogisticsPage-module__ctaBtn{margin-top:16px;border-radius:9999px}.LogisticsPage-module__processSection{position:relative;width:100%}.LogisticsPage-module__sectionTitle{font-size:24px;font-weight:700;color:#18181b;margin-bottom:32px;text-align:center}@media(min-width:768px){.LogisticsPage-module__sectionTitle{text-align:left;font-size:28px}}.LogisticsPage-module__desktopStepper{display:none}@media(min-width:768px){.LogisticsPage-module__desktopStepper{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;position:relative}}.LogisticsPage-module__connectingLine{position:absolute;top:40px;left:10%;right:10%;height:2px;background-color:#e4e4e7;z-index:0}.LogisticsPage-module__stepCard{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:10}.LogisticsPage-module__stepCircle{width:80px;height:80px;border-radius:9999px;background-color:#fff;border:2px solid #e4e4e7;color:#71717a;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000000d;transition:all .15s ease-in-out}.LogisticsPage-module__stepCircle:hover{transform:scale(1.05);border-color:#18181b;color:#18181b}.LogisticsPage-module__activeCircle{border-color:#18181b!important;color:#18181b!important}.LogisticsPage-module__stepTitle{font-size:18px;font-weight:600;color:#18181b;margin-top:16px;margin-bottom:4px}.LogisticsPage-module__stepDesc{font-size:14px;color:#71717a}.LogisticsPage-module__mobileStepper{display:flex;flex-direction:column;gap:32px;position:relative;padding-left:32px}@media(min-width:768px){.LogisticsPage-module__mobileStepper{display:none}}.LogisticsPage-module__verticalLine{position:absolute;top:28px;bottom:28px;left:27px;width:2px;background-color:#e4e4e7;z-index:0}.LogisticsPage-module__mobileStepRow{display:flex;gap:24px;align-items:flex-start;position:relative;z-index:10}.LogisticsPage-module__mobileStepCircle{width:56px;height:56px;border-radius:9999px;background-color:#fff;border:2px solid #e4e4e7;color:#71717a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:-28px}.LogisticsPage-module__mobileStepContent{padding-top:4px}.LogisticsPage-module__bentoGrid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.LogisticsPage-module__bentoGrid{grid-template-columns:repeat(3,1fr)}}.LogisticsPage-module__bentoLargeCard{background-color:#fff;border:1px solid rgba(228,228,231,.4);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 20px #1118270a}@media(min-width:768px){.LogisticsPage-module__bentoLargeCard{grid-column:span 2}}.LogisticsPage-module__bentoLargeCard h3{font-size:24px;font-weight:700;color:#18181b}.LogisticsPage-module__bentoLargeCard p{font-size:16px;color:#71717a;line-height:1.5}.LogisticsPage-module__bentoSmallCard{background-color:#fff;border:1px solid rgba(228,228,231,.4);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 20px #1118270a}.LogisticsPage-module__bentoSmallCard h3{font-size:20px;font-weight:600;color:#18181b}.LogisticsPage-module__bentoSmallCard p{font-size:15px;color:#71717a;line-height:1.5}.LogisticsPage-module__iconBadge{width:48px;height:48px;border-radius:9999px;background-color:#e4e4e7;color:#18181b;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.CatalogPage-module__container{padding:24px 16px;display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.CatalogPage-module__container{padding:32px 48px}}.CatalogPage-module__resultsHeader{display:flex;align-items:center;justify-content:space-between}.CatalogPage-module__resultsHeader h2{font-size:18px;font-weight:700;color:#18181b}.CatalogPage-module__resetFiltersBtn{background:transparent;border:none;color:#18181b;font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline}.CatalogPage-module__resetFiltersBtn:hover{color:#0f766e}.CatalogPage-module__productGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.CatalogPage-module__productGrid{grid-template-columns:repeat(4,1fr);gap:24px}}.CatalogPage-module__noResults{text-align:center;padding:48px 16px;display:flex;flex-direction:column;align-items:center;gap:12px}.CatalogPage-module__noResults h3{font-size:18px;font-weight:600}.CatalogPage-module__noResults p{font-size:14px;color:#71717a}.ProductDetailPage-module__container{padding:16px 16px 32px;position:relative}@media(min-width:768px){.ProductDetailPage-module__container{padding:32px 48px}}.ProductDetailPage-module__toast{position:fixed;top:80px;left:50%;transform:translate(-50%);background-color:#18181b;color:#fff;padding:12px 24px;border-radius:6px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;box-shadow:0 4px 16px #00000026;z-index:100;animation:ProductDetailPage-module__slideDown .3s cubic-bezier(.16,1,.3,1)}@keyframes ProductDetailPage-module__slideDown{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.ProductDetailPage-module__topBar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.ProductDetailPage-module__backBtn{background:transparent;border:none;color:#18181b;padding:8px;border-radius:9999px;cursor:pointer;display:flex}.ProductDetailPage-module__backBtn:hover{background-color:#fafafa}.ProductDetailPage-module__topTitle{font-size:20px;font-weight:700;color:#18181b}.ProductDetailPage-module__placeholderRight{width:40px}.ProductDetailPage-module__layoutGrid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.ProductDetailPage-module__layoutGrid{grid-template-columns:7fr 5fr;gap:24px;align-items:start}}.ProductDetailPage-module__galleryWrapper{display:flex;flex-direction:column;gap:16px}.ProductDetailPage-module__mainImageContainer{aspect-ratio:3/4;width:100%;background-color:#fafafa;border-radius:12px;overflow:hidden}.ProductDetailPage-module__mainImage{width:100%;height:100%;object-fit:cover}.ProductDetailPage-module__thumbnailGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.ProductDetailPage-module__thumbnailBtn{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background-color:#fafafa;transition:all .15s ease-in-out}.ProductDetailPage-module__thumbnailBtn img{width:100%;height:100%;object-fit:cover}.ProductDetailPage-module__activeThumbnail{border-color:#18181b}.ProductDetailPage-module__detailsColumn{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.ProductDetailPage-module__detailsColumn{position:sticky;top:96px}}.ProductDetailPage-module__headerGroup{display:flex;flex-direction:column;gap:8px}.ProductDetailPage-module__titleRow{display:flex;justify-content:space-between;align-items:flex-start}.ProductDetailPage-module__productTitle{font-size:28px;font-weight:700;color:#18181b}.ProductDetailPage-module__favBtn{background:transparent;border:none;padding:8px;border-radius:9999px;color:#71717a;cursor:pointer}.ProductDetailPage-module__favBtn:hover{background-color:#fafafa}.ProductDetailPage-module__isFav{color:#ef4444}.ProductDetailPage-module__price{font-size:32px;font-weight:700;color:#18181b}.ProductDetailPage-module__sellerRow{display:inline-flex;align-items:center;gap:6px;margin-top:4px}.ProductDetailPage-module__sellerLabel{font-size:14px;color:#71717a}.ProductDetailPage-module__sellerName{font-size:14px;font-weight:600;color:#18181b}.ProductDetailPage-module__divider{border:none;border-top:1px solid rgba(228,228,231,.5)}.ProductDetailPage-module__selectorGroup{display:flex;flex-direction:column;gap:24px}.ProductDetailPage-module__sizeSection{display:flex;flex-direction:column;gap:12px}.ProductDetailPage-module__sectionHeaderRow{display:flex;justify-content:space-between;align-items:center}.ProductDetailPage-module__labelTitle{font-size:14px;font-weight:600;color:#18181b}.ProductDetailPage-module__sizeGuideLink{background:transparent;border:none;color:#18181b;font-size:12px;font-weight:600;text-decoration:underline;cursor:pointer}.ProductDetailPage-module__sizesRow{display:flex;gap:12px;flex-wrap:wrap}.ProductDetailPage-module__sizeChip{width:48px;height:48px;border-radius:8px;border:1px solid #e4e4e7;background-color:#fff;color:#18181b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease-in-out}.ProductDetailPage-module__sizeChip:hover{background-color:#fafafa}.ProductDetailPage-module__activeSizeChip{border-color:#18181b;background-color:#18181b;color:#fff}.ProductDetailPage-module__colorSection{display:flex;flex-direction:column;gap:12px}.ProductDetailPage-module__colorsRow{display:flex;gap:12px}.ProductDetailPage-module__colorDot{width:40px;height:40px;border-radius:9999px;border:2px solid #ffffff;outline:2px solid transparent;cursor:pointer;transition:all .15s ease-in-out}.ProductDetailPage-module__activeColorDot{outline-color:#18181b}.ProductDetailPage-module__actionsGroup{display:flex;flex-direction:column;gap:16px}.ProductDetailPage-module__descriptionGroup{margin-top:8px}.ProductDetailPage-module__descTitle{font-size:12px;font-weight:700;letter-spacing:.1em;color:#a1a1aa;margin-bottom:8px}.ProductDetailPage-module__descText{font-size:15px;color:#71717a;line-height:1.6}.ProductDetailPage-module__logisticsBanner{background-color:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:16px;display:flex;align-items:flex-start;gap:12px}.ProductDetailPage-module__bannerTitle{font-size:14px;font-weight:600;color:#18181b}.ProductDetailPage-module__bannerText{font-size:13px;color:#71717a;margin-top:2px}.ProductDetailPage-module__modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px}.ProductDetailPage-module__modalBackdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006}.ProductDetailPage-module__modalContent{position:relative;background-color:#fff;border-radius:16px;padding:24px;width:100%;max-width:480px;box-shadow:0 8px 32px #0000001f}.ProductDetailPage-module__modalHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ProductDetailPage-module__modalHeader h3{font-size:18px;font-weight:700}.ProductDetailPage-module__modalHeader button{background:transparent;border:none;cursor:pointer}.ProductDetailPage-module__modalBody p{font-size:14px;color:#71717a;margin-bottom:16px}.ProductDetailPage-module__sizeTable{width:100%;border-collapse:collapse;font-size:13px}.ProductDetailPage-module__sizeTable th,.ProductDetailPage-module__sizeTable td{border:1px solid #e4e4e7;padding:8px 12px;text-align:left}.ProductDetailPage-module__sizeTable th{background-color:#fafafa;font-weight:600}.ProfilePage-module__container{padding:24px 16px;display:flex;flex-direction:column;gap:32px}@media(min-width:768px){.ProfilePage-module__container{padding:32px 48px}}.ProfilePage-module__profileHeader{display:flex;align-items:center;gap:20px;background-color:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:24px}.ProfilePage-module__avatar{width:72px;height:72px;border-radius:9999px;background-color:#e4e4e7;overflow:hidden;flex-shrink:0}.ProfilePage-module__avatar img{width:100%;height:100%;object-fit:cover}.ProfilePage-module__userInfo{display:flex;flex-direction:column;gap:4px}.ProfilePage-module__userInfo h2{font-size:20px;font-weight:700;color:#18181b}.ProfilePage-module__userInfo p{font-size:14px;color:#71717a}.ProfilePage-module__badge{display:inline-flex;align-items:center;gap:4px;margin-top:4px;background-color:#18181b;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;border-radius:4px;width:fit-content}.ProfilePage-module__section{display:flex;flex-direction:column;gap:16px}.ProfilePage-module__section h3{font-size:18px;font-weight:700;color:#18181b}.ProfilePage-module__sectionTitleRow{display:flex;justify-content:space-between;align-items:center}.ProfilePage-module__badgeActive{background-color:#e4e4e7;color:#18181b;font-size:12px;font-weight:600;padding:4px 12px;border-radius:9999px}.ProfilePage-module__orderCard{background-color:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}.ProfilePage-module__orderHeader{display:flex;justify-content:space-between;align-items:flex-start}.ProfilePage-module__orderId{display:block;font-size:16px;font-weight:700;color:#18181b}.ProfilePage-module__orderDate{font-size:12px;color:#71717a}.ProfilePage-module__statusPill{background-color:#18181b;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px}.ProfilePage-module__orderStores{display:flex;align-items:center;gap:8px;font-size:13px;color:#71717a}.ProfilePage-module__orderProgress{display:flex;flex-direction:column;gap:6px}.ProfilePage-module__progressBar{width:100%;height:6px;background-color:#e4e4e7;border-radius:9999px;overflow:hidden}.ProfilePage-module__progressFill{height:100%;background-color:#18181b;border-radius:9999px}.ProfilePage-module__progressLabel{font-size:12px;color:#a1a1aa}.ProfilePage-module__menuList{display:flex;flex-direction:column;background-color:#fff;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden}.ProfilePage-module__menuRow{display:flex;align-items:center;gap:12px;padding:16px 20px;background:transparent;border:none;border-bottom:1px solid #f4f4f5;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;color:#18181b;cursor:pointer;text-align:left;transition:all .15s ease-in-out}.ProfilePage-module__menuRow:last-child{border-bottom:none}.ProfilePage-module__menuRow:hover{background-color:#fafafa}.ProfilePage-module__importerCard{background-color:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px}.ProfilePage-module__importerControls{display:grid;gap:12px}.ProfilePage-module__importerControls label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#71717a}.ProfilePage-module__importerControls input{border:1px solid #e4e4e7;border-radius:8px;padding:10px 12px;background:#fff;color:#18181b;font-size:14px}.ProfilePage-module__importerJob,.ProfilePage-module__importerSummary{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:#71717a}.ProfilePage-module__importerError{color:#ef4444;font-size:13px;font-weight:600}.ProfilePage-module__importerDrafts{display:flex;flex-direction:column;gap:12px}.ProfilePage-module__importerDraftItem{display:flex;justify-content:space-between;gap:12px;border:1px solid #e4e4e7;border-radius:10px;padding:12px}.ProfilePage-module__importerDraftItem p{margin-top:4px;font-size:12px;color:#71717a}.ProfilePage-module__importerWarnings{color:#ef4444}.ProfilePage-module__importerActions{display:flex;flex-direction:column;gap:8px}.CatalogManagementPage-module__container{padding:28px 16px 48px;color:#18181b}@media(min-width:768px){.CatalogManagementPage-module__container{padding:40px 48px 64px}}.CatalogManagementPage-module__header,.CatalogManagementPage-module__sectionHeader,.CatalogManagementPage-module__draftTitle,.CatalogManagementPage-module__commands,.CatalogManagementPage-module__draftActions{display:flex;align-items:center}.CatalogManagementPage-module__header{justify-content:space-between;gap:20px;margin-bottom:24px}.CatalogManagementPage-module__header h1,.CatalogManagementPage-module__header h2,.CatalogManagementPage-module__header h3,.CatalogManagementPage-module__header p{margin:0}.CatalogManagementPage-module__header h1{font-size:28px;margin-bottom:6px}.CatalogManagementPage-module__header p{color:#71717a}.CatalogManagementPage-module__eyebrow{color:#18181b!important;font-size:12px;font-weight:700;letter-spacing:0;margin-bottom:6px!important;text-transform:uppercase}.CatalogManagementPage-module__jobStatus{border-left:3px solid #18181b;display:grid;gap:3px;min-width:118px;padding:8px 12px}.CatalogManagementPage-module__jobStatus span{color:#71717a;font-size:12px}.CatalogManagementPage-module__jobStatus strong{font-size:14px;text-transform:capitalize}.CatalogManagementPage-module__controlPanel{align-items:end;border-bottom:1px solid #d7ddd5;border-top:1px solid #d7ddd5;display:grid;gap:14px;grid-template-columns:1fr;margin-bottom:24px;padding:18px 0}@media(min-width:768px){.CatalogManagementPage-module__controlPanel{grid-template-columns:minmax(180px,.8fr) minmax(280px,2fr) auto}}.CatalogManagementPage-module__controlPanel label{color:#71717a;display:grid;font-size:13px;font-weight:600;gap:6px}.CatalogManagementPage-module__controlPanel input,.CatalogManagementPage-module__controlPanel select,.CatalogManagementPage-module__controlPanel .CatalogManagementPage-module__sectionHeader select{background:#fff;border:1px solid #aeb8af;border-radius:4px;color:#18181b;font:inherit;min-height:40px;padding:0 10px}.CatalogManagementPage-module__commands{flex-wrap:wrap;gap:8px}.CatalogManagementPage-module__error{background:#fff0ee;border-left:3px solid #bd2c1e;color:#8e2017;margin:0 0 20px;padding:12px}.CatalogManagementPage-module__workspace{display:grid;gap:28px}@media(min-width:1024px){.CatalogManagementPage-module__workspace{grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}}.CatalogManagementPage-module__draftsPanel,.CatalogManagementPage-module__changesPanel{min-width:0}.CatalogManagementPage-module__changesPanel{border-left:1px solid #d7ddd5;padding-left:20px}@media(max-width:1023px){.CatalogManagementPage-module__changesPanel{border-left:0;border-top:1px solid #d7ddd5;padding:24px 0 0}}.CatalogManagementPage-module__sectionHeader{justify-content:space-between;gap:12px;margin-bottom:16px}.CatalogManagementPage-module__sectionHeader h2,.CatalogManagementPage-module__sectionHeader p{margin:0}.CatalogManagementPage-module__sectionHeader h2{font-size:18px}.CatalogManagementPage-module__sectionHeader p{color:#71717a;font-size:13px;margin-top:4px}.CatalogManagementPage-module__draftList,.CatalogManagementPage-module__changeList{display:grid;gap:10px;margin:0 0 16px;padding:0}.CatalogManagementPage-module__draft{align-items:start;border:1px solid #d7ddd5;display:grid;gap:12px;grid-template-columns:72px minmax(0,1fr);padding:10px}@media(min-width:768px){.CatalogManagementPage-module__draft{grid-template-columns:84px minmax(0,1fr) auto}}.CatalogManagementPage-module__draft img,.CatalogManagementPage-module__draft .CatalogManagementPage-module__imagePlaceholder{background:#eef2ee;height:72px;object-fit:cover;width:72px}@media(min-width:768px){.CatalogManagementPage-module__draft img,.CatalogManagementPage-module__draft .CatalogManagementPage-module__imagePlaceholder{height:84px;width:84px}}.CatalogManagementPage-module__imagePlaceholder{align-items:center;color:#71717a;display:flex;font-size:11px;justify-content:center;text-align:center}.CatalogManagementPage-module__draftBody{min-width:0}.CatalogManagementPage-module__draftBody p,.CatalogManagementPage-module__draftBody a{font-size:13px}.CatalogManagementPage-module__draftBody p{margin:4px 0}.CatalogManagementPage-module__draftBody a{color:#18181b}.CatalogManagementPage-module__draftTitle{gap:8px;justify-content:space-between}.CatalogManagementPage-module__draftTitle h3{font-size:15px;margin:0;overflow-wrap:anywhere}.CatalogManagementPage-module__draftTitle span{background:#eef2ee;color:#385145;font-size:11px;padding:3px 6px;white-space:nowrap}.CatalogManagementPage-module__draftTitle span[data-status=approved]{background:#e4f4e8;color:#176b39}.CatalogManagementPage-module__draftTitle span[data-status=rejected]{background:#fff0ee;color:#8e2017}.CatalogManagementPage-module__warnings{color:#8e5c00;font-size:12px;margin:8px 0 0;padding-left:17px}.CatalogManagementPage-module__categoryField{color:#71717a;display:grid;font-size:12px;font-weight:600;gap:4px;margin-top:10px}.CatalogManagementPage-module__categoryField select{background:#fff;border:1px solid #aeb8af;border-radius:4px;color:#18181b;font:inherit;min-height:34px;padding:0 8px}.CatalogManagementPage-module__categoryField small{color:#8e5c00;font-weight:400}.CatalogManagementPage-module__draftActions{align-self:center;gap:6px;grid-column:2}@media(min-width:768px){.CatalogManagementPage-module__draftActions{flex-direction:column;grid-column:3}}.CatalogManagementPage-module__changeList{list-style:none}.CatalogManagementPage-module__changeList li{border-bottom:1px solid #e2e6e1;display:grid;gap:4px;padding:0 0 10px}.CatalogManagementPage-module__changeList strong{font-size:13px;text-transform:capitalize}.CatalogManagementPage-module__changeList span,.CatalogManagementPage-module__changeList time{color:#71717a;font-size:12px;overflow-wrap:anywhere}.CatalogManagementPage-module__empty{color:#71717a;font-size:14px;margin:20px 0}.LoginPage-module__page{display:grid;min-height:60vh;padding:32px 16px;place-items:center}.LoginPage-module__form{border:1px solid #d7ddd5;display:grid;gap:16px;max-width:420px;padding:24px;width:100%}.LoginPage-module__form h1,.LoginPage-module__form p{margin:0}.LoginPage-module__form h1{font-size:24px}.LoginPage-module__form>p:not(.LoginPage-module__eyebrow):not(.LoginPage-module__error){color:#71717a;font-size:14px}.LoginPage-module__form label{color:#71717a;display:grid;font-size:13px;font-weight:600;gap:6px}.LoginPage-module__form input{background:#fff;border:1px solid #aeb8af;border-radius:4px;color:#18181b;font:inherit;min-height:42px;padding:0 10px}.LoginPage-module__eyebrow{color:#18181b;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.LoginPage-module__error{background:#fff0ee;border-left:3px solid #bd2c1e;color:#8e2017;font-size:13px;padding:10px}/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.ml-auto{margin-left:auto}.grow{flex-grow:1}.border{border-style:var(--tw-border-style);border-width:1px}.bg-\[\#f8f9fa\]{background-color:#f8f9fa}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[48px\]{font-size:48px}.text-\[64px\]{font-size:64px}.text-\[\#0f766e\]{color:#0f766e}.text-\[\#191c1d\]{color:#191c1d}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}select{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#18181b;background-color:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:8px 36px 8px 12px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;color-scheme:light;background-repeat:no-repeat;background-position:right 10px center;background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2371717a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");transition:all .15s ease-in-out}select:hover{border-color:#a1a1aa}select:focus-visible{outline:2px solid #18181b;outline-offset:1px}select:disabled{cursor:not-allowed;opacity:.6}option{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#18181b;background-color:#fff}option:checked{background-color:#e4e4e7;color:#18181b}optgroup{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-style:normal;color:#71717a}
