.layout-module__sFPoAa__layout{background-color:#f8fafc;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.layout-module__sFPoAa__sidebarWrapper{z-index:100;width:250px;height:100vh;position:fixed;top:0;bottom:0;left:0}.layout-module__sFPoAa__sidebar{color:#f8fafc;background-color:#0f172a;border-right:1px solid #1e293b;flex-direction:column;width:100%;height:100%;display:flex}.layout-module__sFPoAa__brandContainer{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:24px 20px 20px;display:flex}.layout-module__sFPoAa__brandLogo{align-items:center;gap:10px;display:flex}.layout-module__sFPoAa__logoIcon{color:#f8fafc;letter-spacing:-.5px;background-color:#1e293b;border:1px solid #334155;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;font-weight:700;display:flex}.layout-module__sFPoAa__brandTitle{color:#fff;letter-spacing:-.5px;font-size:18px;font-weight:700}.layout-module__sFPoAa__brandTitle span{color:#64748b;margin-left:2px;font-weight:300}.layout-module__sFPoAa__mobileSidebarClose{color:#f8fafc;cursor:pointer;background:#ffffff1a;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .2s;display:none}.layout-module__sFPoAa__mobileSidebarClose:hover{background:#fff3}.layout-module__sFPoAa__nav{scrollbar-width:thin;scrollbar-color:#334155 transparent;flex-direction:column;flex:1;gap:24px;padding:16px 12px;display:flex;overflow-y:auto}.layout-module__sFPoAa__nav::-webkit-scrollbar{width:5px}.layout-module__sFPoAa__nav::-webkit-scrollbar-track{background:0 0}.layout-module__sFPoAa__nav::-webkit-scrollbar-thumb{background:#334155;border-radius:9999px}.layout-module__sFPoAa__nav::-webkit-scrollbar-thumb:hover{background:#475569}.layout-module__sFPoAa__navSection{flex-direction:column;gap:4px;display:flex}.layout-module__sFPoAa__sectionTitle{color:#64748b;text-transform:uppercase;letter-spacing:.08em;padding:0 8px 8px;font-size:11px;font-weight:600}.layout-module__sFPoAa__navItem{color:#94a3b8;border-radius:6px;align-items:center;gap:10px;padding:9px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.layout-module__sFPoAa__navItem:hover{color:#f8fafc;background-color:#ffffff0a}.layout-module__sFPoAa__navItemActive{color:#fff;background-color:#1e293b;font-weight:600}.layout-module__sFPoAa__navIcon{opacity:.8;flex-shrink:0;width:18px;height:18px}.layout-module__sFPoAa__navItemActive .layout-module__sFPoAa__navIcon{opacity:1;color:#3b82f6}.layout-module__sFPoAa__externalLink{color:#94a3b8;border:1px dashed #ffffff26;border-radius:6px;justify-content:space-between;align-items:center;padding:9px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.layout-module__sFPoAa__externalLink:hover{color:#f8fafc;background-color:#ffffff0a;border-color:#ffffff4d}.layout-module__sFPoAa__profile{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.layout-module__sFPoAa__userInfoCard{align-items:center;gap:10px;display:flex;overflow:hidden}.layout-module__sFPoAa__userAvatar{color:#fff;background-color:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.layout-module__sFPoAa__userInfoText{flex-direction:column;display:flex;overflow:hidden}.layout-module__sFPoAa__userName{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.layout-module__sFPoAa__userEmail{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.layout-module__sFPoAa__logoutBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.layout-module__sFPoAa__logoutBtn:hover{color:#f87171;background-color:#ef444426}.layout-module__sFPoAa__main{flex-direction:column;width:calc(100% - 250px);min-height:100vh;margin-left:250px;display:flex}.layout-module__sFPoAa__header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;background-color:#ffffffd9;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:60px;padding:0 32px;display:flex;position:sticky;top:0}.layout-module__sFPoAa__mobileHamburger{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:none}.layout-module__sFPoAa__mobileHamburger:hover{background:#f8fafc}.layout-module__sFPoAa__pageTitle{color:#334155;font-size:15px;font-weight:600}.layout-module__sFPoAa__content{flex:1;padding:32px}@media (max-width:1024px){.layout-module__sFPoAa__sidebarWrapper{z-index:2000;width:260px;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%)}.layout-module__sFPoAa__sidebarWrapperOpen{transform:translate(0)}.layout-module__sFPoAa__sidebarOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;background:#0f172aa6;position:fixed;inset:0}.layout-module__sFPoAa__mobileSidebarClose{display:flex}.layout-module__sFPoAa__main{width:100%!important;margin-left:0!important}.layout-module__sFPoAa__header{padding:0 20px!important}.layout-module__sFPoAa__mobileHamburger{display:flex}.layout-module__sFPoAa__content{padding:20px!important}}@media (max-width:640px){.layout-module__sFPoAa__header{padding:0 16px!important}.layout-module__sFPoAa__content{padding:16px!important}.layout-module__sFPoAa__pageTitle{font-size:14px}}
.ToastNotification-module__l_cB4q__toastWrapper{opacity:0;z-index:100010;white-space:nowrap;background-color:#fff;border-radius:8px;align-items:center;gap:8px;max-width:90vw;padding:11px 22px;font-size:13.5px;font-weight:500;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%)translateY(-150%);box-shadow:0 10px 30px -10px #00000014}.ToastNotification-module__l_cB4q__toastVisible{opacity:1;transform:translate(-50%)translateY(0)}.ToastNotification-module__l_cB4q__toastSuccess{color:#065f46;border:1px solid #d1fae5;border-top:1.5px solid #10b981;border-left:3.2px solid #10b981}.ToastNotification-module__l_cB4q__toastError{color:#991b1b;border:1px solid #fee2e2;border-top:1.5px solid #ef4444;border-left:3.2px solid #ef4444}.ToastNotification-module__l_cB4q__toastInfo{color:#1a1a1a;border:1px solid #efeae6;border-top:1.5px solid #3b82f6;border-left:3.2px solid #3b82f6}.ToastNotification-module__l_cB4q__message{letter-spacing:-.1px;line-height:1.4}
.ProfileDashboard-module__6P6dUW__container{max-width:1000px;margin:0 auto;padding:32px 16px 0}.ProfileDashboard-module__6P6dUW__unifiedLayout{background-color:#fff;border:1px solid #efeae6;border-radius:16px;grid-template-columns:240px 1fr;min-height:560px;display:grid;overflow:hidden}.ProfileDashboard-module__6P6dUW__leftSidebar{background-color:#fdfbfb;border-right:1px solid #efeae6;flex-direction:column;justify-content:space-between;padding:32px 24px;display:flex}.ProfileDashboard-module__6P6dUW__sidebarContent{width:100%;min-width:0;max-width:100%}.ProfileDashboard-module__6P6dUW__userSummary{align-items:center;gap:14px;margin-bottom:32px;display:flex}.ProfileDashboard-module__6P6dUW__avatarCircle{background-color:var(--color-primary,#8e4c45);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:700;display:flex}.ProfileDashboard-module__6P6dUW__userMeta{overflow:hidden}.ProfileDashboard-module__6P6dUW__userName{color:#1a1a1a;word-break:break-word;font-size:17px;font-weight:700;line-height:1.3}.ProfileDashboard-module__6P6dUW__userEmail{color:#777;word-break:break-all;font-size:12.5px}.ProfileDashboard-module__6P6dUW__desktopLogoutWrapper{width:100%;margin:0}.ProfileDashboard-module__6P6dUW__mobileLogoutWrapper{display:none}.ProfileDashboard-module__6P6dUW__logoutBtnMobile{color:#ef4444;cursor:pointer;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:12.5px;font-weight:600;transition:all .2s;display:flex}.ProfileDashboard-module__6P6dUW__logoutBtnMobile:hover{color:#fff;background-color:#ef4444;border-color:#ef4444}.ProfileDashboard-module__6P6dUW__navMenu{flex-direction:column;gap:4px;margin-bottom:24px;display:flex}.ProfileDashboard-module__6P6dUW__navItem{color:#555;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;width:100%;padding:10px 14px;font-size:14px;font-weight:500;transition:all .15s;display:block}.ProfileDashboard-module__6P6dUW__navItem:hover{color:#1a1a1a;background-color:#f5efea}.ProfileDashboard-module__6P6dUW__navItemActive{background-color:#f8f6f4;color:var(--color-primary,#8e4c45)!important;font-weight:700!important}.ProfileDashboard-module__6P6dUW__logoutBtn{color:#ef4444;cursor:pointer;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:11px 16px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex}.ProfileDashboard-module__6P6dUW__logoutBtn:hover{color:#fff;box-shadow:none;background-color:#ef4444;border-color:#ef4444}.ProfileDashboard-module__6P6dUW__mainPanel{padding:36px 40px}.ProfileDashboard-module__6P6dUW__panelHeader{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.ProfileDashboard-module__6P6dUW__panelTitle{color:#1a1a1a;letter-spacing:-.2px;margin-bottom:2px;font-size:17px;font-weight:700}.ProfileDashboard-module__6P6dUW__panelSubtitle{color:#777;font-size:12.5px}.ProfileDashboard-module__6P6dUW__divider{background-color:#efeae6;height:1px;margin:32px 0}.ProfileDashboard-module__6P6dUW__sectionTitle{color:#1a1a1a;margin-bottom:16px;font-size:15px;font-weight:700}.ProfileDashboard-module__6P6dUW__gridRow{gap:16px;margin-bottom:16px;display:flex}.ProfileDashboard-module__6P6dUW__infoBox{background-color:#fbf9f8;border:1px solid #efeae6;border-radius:8px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ProfileDashboard-module__6P6dUW__infoLabel{color:#777;margin-bottom:2px;font-size:11.5px}.ProfileDashboard-module__6P6dUW__infoValue{color:#1a1a1a;font-size:13.5px;font-weight:600}.ProfileDashboard-module__6P6dUW__badgeVerified{color:#10b981;background-color:#ecfdf5;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.ProfileDashboard-module__6P6dUW__badgeUnverified{color:#b45309;background-color:#fef3c7;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.ProfileDashboard-module__6P6dUW__formActionRow{gap:12px;display:flex}.ProfileDashboard-module__6P6dUW__submitBtn{background-color:var(--color-primary,#8e4c45);color:#fff;cursor:pointer;box-shadow:none;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;transition:background-color .15s;display:inline-flex}.ProfileDashboard-module__6P6dUW__submitBtn:hover{background-color:var(--color-primary-hover,#7a3f39)}.ProfileDashboard-module__6P6dUW__cancelBtn{cursor:pointer;color:#555;background:0 0;border:1px solid #efeae6;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-size:13.5px;font-weight:500;transition:all .15s;display:inline-flex}.ProfileDashboard-module__6P6dUW__cancelBtn:hover{background-color:#f5efea}.ProfileDashboard-module__6P6dUW__dangerBtn{color:#ef4444;cursor:pointer;background-color:#0000;border:1px solid #fca5a5;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}.ProfileDashboard-module__6P6dUW__dangerBtn:hover{background-color:#fef2f2;border-color:#ef4444}@media (max-width:768px){.ProfileDashboard-module__6P6dUW__container{padding:24px 16px 0}.ProfileDashboard-module__6P6dUW__unifiedLayout{background-color:#0000;border:none;border-radius:0;grid-template-columns:1fr;width:100%;min-width:0;max-width:100%;min-height:auto}.ProfileDashboard-module__6P6dUW__leftSidebar{box-sizing:border-box;background-color:#0000;border-bottom:none;border-right:none;width:100%;min-width:0;max-width:100%;padding:0 0 14px;overflow:hidden}.ProfileDashboard-module__6P6dUW__sidebarContent{width:100%;min-width:0;max-width:100%;overflow:hidden}.ProfileDashboard-module__6P6dUW__userSummary{gap:10px;width:100%;margin-bottom:16px}.ProfileDashboard-module__6P6dUW__desktopLogoutWrapper{display:none!important}.ProfileDashboard-module__6P6dUW__mobileLogoutWrapper{flex-shrink:0;margin-left:auto;display:flex!important}.ProfileDashboard-module__6P6dUW__navMenu{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-sizing:border-box;border-bottom:1px solid #efeae6;gap:20px;width:100%;min-width:0;max-width:100%;margin-bottom:0;padding-bottom:0;white-space:nowrap!important;flex-flow:row!important;display:flex!important;overflow:auto hidden!important}.ProfileDashboard-module__6P6dUW__mask_start{-webkit-mask-image:linear-gradient(90deg,#000 90%,#0000 100%)!important;mask-image:linear-gradient(90deg,#000 90%,#0000 100%)!important}.ProfileDashboard-module__6P6dUW__mask_middle{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)!important}.ProfileDashboard-module__6P6dUW__mask_end{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 10%)!important}.ProfileDashboard-module__6P6dUW__mask_none{-webkit-mask-image:none!important;mask-image:none!important}.ProfileDashboard-module__6P6dUW__navMenu::-webkit-scrollbar{display:none!important}.ProfileDashboard-module__6P6dUW__navItem{justify-content:center;align-items:center;transition:all .2s;text-align:center!important;color:#666!important;white-space:nowrap!important;background:0 0!important;border:none!important;border-bottom:2px solid #0000!important;border-radius:0!important;flex:none!important;width:auto!important;padding:8px 4px 12px!important;font-size:13.5px!important;display:inline-flex!important}.ProfileDashboard-module__6P6dUW__navItemActive{color:var(--color-primary,#8e4c45)!important;border-bottom:2px solid var(--color-primary,#8e4c45)!important;background:0 0!important;font-weight:700!important}}@media (max-width:640px){.ProfileDashboard-module__6P6dUW__mainPanel{padding:20px 0 0}.ProfileDashboard-module__6P6dUW__panelHeader{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:20px}.ProfileDashboard-module__6P6dUW__formActionRow{flex-direction:column;gap:10px;width:100%;margin-top:8px}.ProfileDashboard-module__6P6dUW__submitBtn,.ProfileDashboard-module__6P6dUW__dangerBtn,.ProfileDashboard-module__6P6dUW__cancelBtn{text-align:center!important;box-sizing:border-box!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:12px 18px!important;font-size:13.5px!important;display:flex!important}}.ProfileDashboard-module__6P6dUW__addressFormCard{background-color:#fff;border:1px solid #efeae6;border-radius:12px;margin-bottom:24px;padding:24px}.ProfileDashboard-module__6P6dUW__addressListItem{background-color:#fff;border:1px solid #efeae6;border-radius:12px;margin-bottom:16px;padding:20px}.ProfileDashboard-module__6P6dUW__addressListItemDefault{border:2px solid var(--color-primary,#8e4c45);background-color:#fff;border-radius:12px;margin-bottom:16px;padding:20px}@media (max-width:640px){.ProfileDashboard-module__6P6dUW__addressFormCard{background-color:#0000!important;border:none!important;border-radius:0!important;margin-bottom:20px!important;padding:0!important}.ProfileDashboard-module__6P6dUW__addressListItemEditing{background-color:#0000!important;border:none!important;border-radius:0!important;padding:0!important}.ProfileDashboard-module__6P6dUW__addressListItem,.ProfileDashboard-module__6P6dUW__addressListItemDefault{padding:16px!important}}@media (max-width:600px){.ProfileDashboard-module__6P6dUW__gridRow{flex-direction:column;gap:12px;margin-bottom:12px}}
.Footer-module__3hUVsW__footer{background-color:var(--color-background);border-top:1px solid var(--color-border);padding:var(--space-xxl) 0 0 0;margin-top:var(--space-xxl)}.Footer-module__3hUVsW__footerContainer{max-width:var(--max-width-container);padding:0 var(--space-md);margin:0 auto}.Footer-module__3hUVsW__footerGrid{gap:var(--space-xl);margin-bottom:var(--space-xl);grid-template-columns:repeat(1,1fr);display:grid}@media (min-width:768px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:repeat(4,1fr)}}.Footer-module__3hUVsW__column h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:var(--space-md);color:var(--color-text-main);font-size:14px}.Footer-module__3hUVsW__linkList{gap:var(--space-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__linkList a{color:var(--color-text-muted);font-size:14px}.Footer-module__3hUVsW__linkList a:hover{color:var(--color-primary)}.Footer-module__3hUVsW__socialList{gap:var(--space-md);margin-top:var(--space-md);display:flex}.Footer-module__3hUVsW__socialList a{color:var(--color-text-main)}.Footer-module__3hUVsW__socialList a:hover{color:var(--color-primary)}.Footer-module__3hUVsW__newsletter{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__3hUVsW__newsletter p{color:var(--color-text-muted);font-size:14px;line-height:1.5}.Footer-module__3hUVsW__inputGroup{margin-top:var(--space-sm);display:flex}.Footer-module__3hUVsW__inputGroup input{border:1px solid var(--color-border);border-right:none;outline:none;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.Footer-module__3hUVsW__inputGroup input:focus{border-color:var(--color-primary)}.Footer-module__3hUVsW__inputGroup button{background-color:var(--color-text-main);color:var(--color-white);border:1px solid var(--color-text-main);text-transform:uppercase;letter-spacing:1px;padding:10px 20px;font-size:12px;transition:all .2s}.Footer-module__3hUVsW__inputGroup button:hover{background-color:var(--color-primary);border-color:var(--color-primary)}.Footer-module__3hUVsW__bottomBar{border-top:1px solid var(--color-border);padding:var(--space-lg) 0;align-items:center;gap:var(--space-md);flex-direction:column;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottomBar{flex-direction:row;justify-content:space-between}}.Footer-module__3hUVsW__copyright{color:var(--color-text-muted);font-size:12px}.Footer-module__3hUVsW__paymentMethods{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.Footer-module__3hUVsW__paymentLogo{background-color:var(--color-white);border:1px solid var(--color-border);color:#666;letter-spacing:.5px;min-width:44px;height:28px;box-shadow:none;border-radius:4px;justify-content:center;align-items:center;padding:0 8px;font-size:11px;font-style:italic;font-weight:800;display:flex}@media (max-width:640px){.Footer-module__3hUVsW__footer{padding-top:var(--space-lg);margin-top:24px}.Footer-module__3hUVsW__footerContainer{padding:0 var(--space-sm)}.Footer-module__3hUVsW__column h4{margin-bottom:var(--space-sm);font-size:13px}.Footer-module__3hUVsW__linkList a,.Footer-module__3hUVsW__newsletter p{font-size:13px}.Footer-module__3hUVsW__inputGroup{flex-direction:column}.Footer-module__3hUVsW__inputGroup input{border-right:1px solid var(--color-border)}.Footer-module__3hUVsW__inputGroup button{width:100%;padding:12px}.Footer-module__3hUVsW__bottomBar{padding:var(--space-md) 0;text-align:center}.Footer-module__3hUVsW__copyright{font-size:11px}}
.FloatingWidgets-module__gE6hMa__floatingWidgetsContainer{pointer-events:none;z-index:9999;position:fixed;inset:0}.FloatingWidgets-module__gE6hMa__capsuleBtn{background-color:var(--color-widget-grey);color:var(--color-white);cursor:pointer;pointer-events:auto;box-shadow:none;border:1px solid #fff3;border-radius:24px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:transform .2s,background-color .2s;display:flex;position:absolute}.FloatingWidgets-module__gE6hMa__capsuleBtn:hover{background-color:#555;transform:translateY(-2px)}.FloatingWidgets-module__gE6hMa__rewardsBtn{bottom:24px;left:24px}.FloatingWidgets-module__gE6hMa__chatUsBtn{bottom:24px;right:60px}.FloatingWidgets-module__gE6hMa__bellIcon{background-color:var(--color-background);width:36px;height:36px;box-shadow:none;cursor:pointer;pointer-events:auto;color:var(--color-text-main);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:24px;right:16px}.FloatingWidgets-module__gE6hMa__wishlistTab{background-color:var(--color-white);color:var(--color-text-main);border:1px solid var(--color-border);cursor:pointer;pointer-events:auto;box-shadow:none;border-right:none;border-radius:12px 0 0 12px;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.FloatingWidgets-module__gE6hMa__wishlistText{writing-mode:vertical-rl;letter-spacing:1px;font-size:13px;font-weight:500;transform:rotate(180deg)}.FloatingWidgets-module__gE6hMa__wishlistTabIcon{width:16px;height:16px;display:block}.FloatingWidgets-module__gE6hMa__heartIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}@media (max-width:640px){.FloatingWidgets-module__gE6hMa__capsuleBtn{border-radius:20px;padding:8px 14px;font-size:11px}.FloatingWidgets-module__gE6hMa__rewardsBtn{bottom:16px;left:16px}.FloatingWidgets-module__gE6hMa__chatUsBtn{bottom:16px;right:48px}.FloatingWidgets-module__gE6hMa__bellIcon{width:30px;height:30px;bottom:16px;right:10px}.FloatingWidgets-module__gE6hMa__wishlistTab{border-radius:8px 0 0 8px;padding:12px 10px}.FloatingWidgets-module__gE6hMa__wishlistText{display:none}.FloatingWidgets-module__gE6hMa__wishlistTabIcon{width:24px;height:24px}}@media (max-width:400px){.FloatingWidgets-module__gE6hMa__rewardsBtn{display:none}.FloatingWidgets-module__gE6hMa__chatUsBtn{bottom:16px;right:48px}}
