.SearchBar-module__fl8XXG__searchWrapper{width:100%;max-width:460px;position:relative}.SearchBar-module__fl8XXG__searchContainer{background:var(--white);border:1.5px solid var(--pink-mid);border-radius:var(--radius-full);align-items:center;height:40px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #e91e8c14}.SearchBar-module__fl8XXG__searchContainer:focus-within{border-color:var(--pink);box-shadow:0 4px 14px #e91e8c33}.SearchBar-module__fl8XXG__categorySelect{background:var(--gray);border:none;border-right:1.5px solid var(--gray2);height:100%;color:var(--black);cursor:pointer;border-top-left-radius:var(--radius-full);border-bottom-left-radius:var(--radius-full);outline:none;max-width:110px;padding:0 .65rem 0 .85rem;font-size:.82rem;font-weight:600}.SearchBar-module__fl8XXG__categorySelect:hover{background:var(--pink-light);color:var(--pink)}.SearchBar-module__fl8XXG__inputWrapper{flex:1;align-items:center;display:flex;position:relative}.SearchBar-module__fl8XXG__input{width:100%;height:100%;color:var(--black);background:0 0;border:none;outline:none;padding:0 .75rem;font-size:.875rem;font-weight:500}.SearchBar-module__fl8XXG__input::placeholder{color:var(--gray3);font-weight:400}.SearchBar-module__fl8XXG__clearBtn{color:var(--gray3);cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:.95rem;transition:color .15s}.SearchBar-module__fl8XXG__clearBtn:hover{color:var(--pink)}.SearchBar-module__fl8XXG__searchBtn{background:var(--pink);color:#fff;cursor:pointer;border-top-right-radius:var(--radius-full);border-bottom-right-radius:var(--radius-full);border:none;justify-content:center;align-items:center;height:100%;padding:0 1rem;font-size:.95rem;transition:background .2s;display:flex}.SearchBar-module__fl8XXG__searchBtn:hover{background:var(--pink-dark)}@media (max-width:768px){.SearchBar-module__fl8XXG__categorySelect{display:none}}
.Navbar-module__cRh5nW__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1.5px solid var(--pink-light);background:#ffffffeb;transition:box-shadow .2s;position:sticky;top:0}.Navbar-module__cRh5nW__scrolled{box-shadow:var(--shadow)}.Navbar-module__cRh5nW__inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;height:60px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-display);color:var(--black);flex-shrink:0;align-items:center;gap:6px;font-size:1.3rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoIcon{font-size:1.1rem}.Navbar-module__cRh5nW__logoKudi{color:var(--pink)}.Navbar-module__cRh5nW__topAnnouncement{color:#d81b60;text-align:center;letter-spacing:.3px;background:linear-gradient(90deg,#fff0f7 0%,#f5f0ff 100%);border-bottom:1px solid #e91e8c1a;justify-content:center;align-items:center;gap:6px;padding:6px 1rem;font-size:.8rem;font-weight:700;display:flex}.Navbar-module__cRh5nW__nav{align-items:center;gap:.25rem;display:flex}.Navbar-module__cRh5nW__navLink{border-radius:var(--radius-full);color:var(--gray3);white-space:nowrap;padding:6px 12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.Navbar-module__cRh5nW__navLink:hover{color:var(--black);background:var(--gray)}.Navbar-module__cRh5nW__navActive{font-weight:700;color:var(--pink)!important}.Navbar-module__cRh5nW__partnerTabPink{border-radius:var(--radius-full);color:#e91e8c;white-space:nowrap;background:#fff0f7;border:1px solid #ffd1e8;align-items:center;gap:5px;padding:5px 12px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.Navbar-module__cRh5nW__partnerTabPink:hover,.Navbar-module__cRh5nW__partnerTabPinkActive{color:#fff;background:#e91e8c;border-color:#e91e8c;transform:translateY(-1px)}.Navbar-module__cRh5nW__partnerTabPurple{border-radius:var(--radius-full);color:#7c3aed;white-space:nowrap;background:#f5f0ff;border:1px solid #ddd0ff;align-items:center;gap:5px;padding:5px 12px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.Navbar-module__cRh5nW__partnerTabPurple:hover,.Navbar-module__cRh5nW__partnerTabPurpleActive{color:#fff;background:#7c3aed;border-color:#7c3aed;transform:translateY(-1px)}.Navbar-module__cRh5nW__actions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cRh5nW__iconBtn{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;text-decoration:none;transition:background .15s;display:flex;position:relative}.Navbar-module__cRh5nW__iconBtn:hover{background:var(--gray)}.Navbar-module__cRh5nW__badge{background:var(--pink);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-4px}.Navbar-module__cRh5nW__userMenu{position:relative}.Navbar-module__cRh5nW__avatarBtn{border:2px solid var(--pink-light);cursor:pointer;background:var(--pink-light);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .15s;display:flex;overflow:hidden}.Navbar-module__cRh5nW__avatarBtn:hover{border-color:var(--pink)}.Navbar-module__cRh5nW__avatarImg{object-fit:cover;width:100%;height:100%}.Navbar-module__cRh5nW__avatarInitial{color:var(--pink);font-size:.9rem;font-weight:700}.Navbar-module__cRh5nW__dropdown{background:var(--white);border:1.5px solid var(--pink-light);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:200;min-width:200px;animation:.15s Navbar-module__cRh5nW__fadeDown;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}@keyframes Navbar-module__cRh5nW__fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cRh5nW__dropdownHeader{padding:12px 16px}.Navbar-module__cRh5nW__dropdownHeader strong{font-size:.9rem;display:block}.Navbar-module__cRh5nW__dropdownEmail{color:var(--gray3);font-size:.75rem}.Navbar-module__cRh5nW__dropdownDivider{background:var(--pink-light);height:1px;margin:0}.Navbar-module__cRh5nW__dropdownItem{color:var(--black);cursor:pointer;font-size:.85rem;font-weight:500;font-family:var(--font-body);padding:10px 16px;text-decoration:none;transition:background .1s;display:block}.Navbar-module__cRh5nW__dropdownItem:hover{background:var(--gray)}
.BottomNav-module__ktzsLq__nav{background:var(--white);border-top:1.5px solid var(--pink-light);z-index:100;padding-bottom:env(safe-area-inset-bottom);display:flex;position:fixed;bottom:0;left:0;right:0}.BottomNav-module__ktzsLq__btn{color:var(--gray3);font-size:.62rem;font-weight:600;font-family:var(--font-body);flex-direction:column;flex:1;align-items:center;gap:2px;padding:10px 0;text-decoration:none;transition:color .15s;display:flex}.BottomNav-module__ktzsLq__btn:hover,.BottomNav-module__ktzsLq__active{color:var(--pink)}.BottomNav-module__ktzsLq__icon{font-size:1.2rem;line-height:1;position:relative}.BottomNav-module__ktzsLq__badge{background:var(--pink);color:#fff;width:16px;height:16px;font-size:8px;font-weight:700;font-family:var(--font-body);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-6px;right:-8px}@media (min-width:769px){.BottomNav-module__ktzsLq__nav{display:none}}
.layout-module__OzX_bW__loadingWrap{justify-content:center;align-items:center;min-height:60vh;display:flex}.layout-module__OzX_bW__wrapper{grid-template-columns:220px 1fr;align-items:start;gap:2rem;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 7rem;display:grid}.layout-module__OzX_bW__sidebar{background:var(--white);border:1.5px solid var(--pink-light);border-radius:var(--radius);position:sticky;top:80px;overflow:hidden}.layout-module__OzX_bW__sidebarUser{border-bottom:1.5px solid var(--pink-light);background:var(--gray);align-items:center;gap:.75rem;padding:1.25rem;display:flex}.layout-module__OzX_bW__avatar{background:var(--pink-light);border:2px solid var(--pink-mid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.layout-module__OzX_bW__avatar img{object-fit:cover;width:100%;height:100%}.layout-module__OzX_bW__avatar span{color:var(--pink);font-size:1.1rem;font-weight:700}.layout-module__OzX_bW__userName{font-size:.9rem;font-weight:700}.layout-module__OzX_bW__userEmail{color:var(--gray3);margin-top:1px;font-size:.72rem}.layout-module__OzX_bW__sidebarNav{flex-direction:column;padding:.5rem;display:flex}.layout-module__OzX_bW__navItem{border-radius:var(--radius-sm);color:var(--black);align-items:center;gap:.6rem;padding:10px 14px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .1s,color .1s;display:flex}.layout-module__OzX_bW__navItem:hover{background:var(--gray)}.layout-module__OzX_bW__navActive{color:var(--pink);font-weight:700;background:var(--pink-light)!important}.layout-module__OzX_bW__navIcon{text-align:center;width:20px;font-size:1rem}.layout-module__OzX_bW__main{min-width:0}@media (max-width:768px){.layout-module__OzX_bW__wrapper{grid-template-columns:1fr}.layout-module__OzX_bW__sidebar{position:static}}
.Footer-module__3hUVsW__footer{color:#ffffffbf;font-family:var(--font-body);background:#121013;border-top:2px solid #e91e8c26;margin:0;padding:3.5rem 2rem 0;position:relative;overflow:hidden}.Footer-module__3hUVsW__footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#e91e8c14 0%,#0000 70%);width:320px;height:320px;position:absolute;top:-120px;left:-80px}.Footer-module__3hUVsW__footerContainer{max-width:1200px;margin:0 auto}.Footer-module__3hUVsW__footerGrid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr .9fr .9fr 1.1fr 1.2fr;gap:2rem;padding-bottom:2.5rem;display:grid}.Footer-module__3hUVsW__footerCol{flex-direction:column;gap:.85rem;display:flex}.Footer-module__3hUVsW__footerLogo{font-family:var(--font-display);color:#fff;letter-spacing:-.5px;align-items:center;gap:6px;font-size:1.45rem;font-weight:800;text-decoration:none;display:inline-flex}.Footer-module__3hUVsW__footerLogo span{color:var(--pink)}.Footer-module__3hUVsW__footerAbout{color:#fff9;max-width:320px;margin:0;font-size:.84rem;line-height:1.6}.Footer-module__3hUVsW__instaBadge{color:#fff;background:linear-gradient(135deg,#e91e8c29,#8e24aa29);border:1px solid #e91e8c59;border-radius:999px;align-items:center;gap:7px;width:fit-content;margin-top:.2rem;padding:7px 13px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.Footer-module__3hUVsW__instaBadge:hover{border-color:var(--pink);color:#fff;background:linear-gradient(135deg,#e91e8c59,#8e24aa59);transform:translateY(-1px)}.Footer-module__3hUVsW__instaIcon{font-size:.95rem;line-height:1}.Footer-module__3hUVsW__instaArrow{opacity:.8;font-size:.85rem;transition:transform .15s}.Footer-module__3hUVsW__instaBadge:hover .Footer-module__3hUVsW__instaArrow{transform:translate(2px)}.Footer-module__3hUVsW__footerHeading{font-family:var(--font-display);text-transform:uppercase;letter-spacing:1.2px;color:#fff;align-items:center;gap:6px;margin:0 0 .15rem;font-size:.88rem;font-weight:800;display:flex}.Footer-module__3hUVsW__footerHeading:after{content:"";background:var(--pink);border-radius:2px;flex:1;max-width:20px;height:2px}.Footer-module__3hUVsW__footerLinks{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__footerLinks li{align-items:center;display:flex}.Footer-module__3hUVsW__footerLinks a{color:#ffffffa6;align-items:center;gap:5px;font-size:.84rem;text-decoration:none;transition:all .15s;display:inline-flex}.Footer-module__3hUVsW__footerLinks a:hover{color:var(--pink);transform:translate(2px)}.Footer-module__3hUVsW__linkTag{color:var(--pink-mid);letter-spacing:.5px;text-transform:uppercase;background:#e91e8c38;border-radius:3px;padding:1px 5px;font-size:.6rem;font-weight:700}.Footer-module__3hUVsW__contactList{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__contactItem{color:#ffffffb3;align-items:flex-start;gap:8px;font-size:.84rem;display:flex}.Footer-module__3hUVsW__contactIcon{flex-shrink:0;margin-top:1px;font-size:.95rem;line-height:1}.Footer-module__3hUVsW__contactDetails{flex-direction:column;gap:1px;display:flex}.Footer-module__3hUVsW__contactLink{color:#fffc;font-weight:500;text-decoration:none;transition:color .15s}.Footer-module__3hUVsW__contactLink:hover{color:var(--pink)}.Footer-module__3hUVsW__contactSub{color:#ffffff73;font-size:.72rem}.Footer-module__3hUVsW__supportNote{color:#fff9;background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;margin-top:.35rem;padding:8px 12px;font-size:.75rem;line-height:1.45}.Footer-module__3hUVsW__supportNote strong{color:var(--pink-mid)}.Footer-module__3hUVsW__footerBottom{color:#fff6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.2rem 0;font-size:.78rem;display:flex}.Footer-module__3hUVsW__footerBottomLeft{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Footer-module__3hUVsW__footerDivider{opacity:.4}.Footer-module__3hUVsW__footerBottomRight{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.74rem;display:flex}.Footer-module__3hUVsW__pill{background:#ffffff0d;border:1px solid #ffffff12;border-radius:4px;align-items:center;gap:4px;padding:2px 7px;display:inline-flex}@media (max-width:1024px) and (min-width:769px){.Footer-module__3hUVsW__footer{padding:2.75rem 1.5rem 0}.Footer-module__3hUVsW__footerGrid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:1.75rem;padding-bottom:2rem}.Footer-module__3hUVsW__footerLogo{font-size:1.35rem}.Footer-module__3hUVsW__footerAbout{font-size:.8rem}}@media (max-width:768px){.Footer-module__3hUVsW__footer{padding:2.25rem 1.25rem 0;padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))}.Footer-module__3hUVsW__footerGrid{grid-template-columns:1fr 1fr;gap:1.75rem 1.5rem;padding-bottom:1.75rem}.Footer-module__3hUVsW__brandCol{grid-column:1/-1;gap:.65rem}.Footer-module__3hUVsW__footerLogo{font-size:1.3rem}.Footer-module__3hUVsW__footerAbout{max-width:100%;font-size:.8rem;line-height:1.5}.Footer-module__3hUVsW__instaBadge{margin-top:.1rem;padding:6px 12px;font-size:.75rem}.Footer-module__3hUVsW__shopCol,.Footer-module__3hUVsW__accountCol{gap:.65rem}.Footer-module__3hUVsW__footerHeading{letter-spacing:1px;font-size:.8rem}.Footer-module__3hUVsW__footerLinks{gap:.45rem}.Footer-module__3hUVsW__footerLinks a{font-size:.8rem}.Footer-module__3hUVsW__linkTag{padding:1px 4px;font-size:.55rem}.Footer-module__3hUVsW__contactCol{border-top:1px solid #ffffff0d;grid-column:1/-1;gap:.65rem;padding-top:.25rem}.Footer-module__3hUVsW__contactList{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.Footer-module__3hUVsW__contactList li:last-child{grid-column:1/-1}.Footer-module__3hUVsW__contactItem{gap:6px;font-size:.78rem}.Footer-module__3hUVsW__contactIcon{font-size:.85rem}.Footer-module__3hUVsW__contactSub{font-size:.68rem}.Footer-module__3hUVsW__supportNote{padding:7px 10px;font-size:.72rem}.Footer-module__3hUVsW__footerBottom{flex-direction:column;align-items:flex-start;gap:.65rem;padding:1rem 0;font-size:.72rem}.Footer-module__3hUVsW__footerBottomLeft{flex-direction:column;align-items:flex-start;gap:2px}.Footer-module__3hUVsW__footerDivider{display:none}.Footer-module__3hUVsW__footerBottomRight{gap:.4rem}.Footer-module__3hUVsW__pill{padding:2px 6px;font-size:.68rem}}@media (max-width:440px){.Footer-module__3hUVsW__footer{padding:1.75rem 1rem 0;padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))}.Footer-module__3hUVsW__footerGrid{gap:1.5rem 1rem}.Footer-module__3hUVsW__footerLogo{font-size:1.2rem}.Footer-module__3hUVsW__footerAbout{font-size:.76rem}.Footer-module__3hUVsW__contactList{grid-template-columns:1fr;gap:.55rem}.Footer-module__3hUVsW__contactList li:last-child{grid-column:auto}.Footer-module__3hUVsW__footerLinks a,.Footer-module__3hUVsW__footerHeading{font-size:.76rem}}
