.ospo-header{z-index:1000;width:100%;height:80px;padding-left:var(--container-padding);padding-right:var(--container-padding);-webkit-backdrop-filter:blur(20px);background:#000000bf;border-bottom:none;justify-content:space-between;align-items:center;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.ospo-header-container{width:100%;max-width:var(--container-width);justify-content:space-between;align-items:center;margin:auto;display:flex}.ospo-header-brand{align-items:center;text-decoration:none;display:flex}.ospo-header-brand img{object-fit:contain;width:auto;height:32px;transition:all .3s;display:block}.ospo-header-brand:hover img{transform:scale(1)}.ospo-navigation{align-items:center;gap:30px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.ospo-navigation a{letter-spacing:-.2px;color:var(--text-white);font-size:14px;font-weight:600;text-decoration:none;transition:all .25s}.ospo-header-button{border-radius:var(--radius-pill);border:1px solid var(--ospo-green);background:var(--ospo-green);height:30px;color:var(--black);letter-spacing:-.2px;justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.ospo-header-button:hover,.ospo-header-button:focus-visible{color:var(--black);background:var(--ospo-green);box-shadow:var(--shadow-small);transform:translateY(0)}.ospo-header.scrolled{background:#000000eb;border-bottom-color:#fff3}.header-actions{align-items:center;gap:10px;display:flex}.header-search-button{width:40px;height:40px;color:var(--text-white);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.header-search-button:hover{color:var(--ospo-green);background:#ffffff1f}.header-shop-bag-icon{object-fit:contain;width:18px;height:18px;display:block}.ospo-search{-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;z-index:2000;background:#000000be;height:100vh;transition:opacity .35s;position:fixed;top:0;left:0;right:0}.ospo-search.open{opacity:1;visibility:visible}.ospo-search-container{width:100%;max-width:var(--container-width);padding-left:var(--container-padding);padding-right:var(--container-padding);margin:0 auto;padding-top:90px}.ospo-search-input-wrap{background:#ebebeb;border-radius:0;align-items:center;gap:18px;width:100%;height:70px;padding:0 22px;transition:all .45s cubic-bezier(.22,1,.36,1);display:flex;transform:translateY(-30px);box-shadow:0 25px 70px #0000002e}.ospo-search-input-wrap svg{color:var(--black);flex-shrink:0}.ospo-search-input-wrap input{height:100%;font-family:var(--font-primary);letter-spacing:-1px;color:var(--black);background:0 0;border:none;outline:none;flex:1;font-size:21px;font-weight:500}.ospo-search-input-wrap input::placeholder{color:#6e6e73}.ospo-search-close{width:32px;height:32px;color:var(--ospo-green);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.ospo-search-close:hover{background:#fff;transform:rotate(90deg)}.ospo-search-links{opacity:0;background-color:#fff;border-radius:0;margin-top:12px;padding:50px;transition:all .45s .1s;transform:translateY(-20px);box-shadow:0 25px 70px #0000001f}.ospo-search.open .ospo-search-links{opacity:1;transform:translateY(0)}.ospo-search-links p{color:var(--black);text-transform:uppercase;letter-spacing:.4px;margin:0 0 20px;font-size:15px;font-weight:800}.ospo-search-links a{letter-spacing:-.3px;height:42px;color:var(--black);border-radius:10px;justify-content:space-between;align-items:center;padding:0;font-size:14.5px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}@media (width<=768px){.ospo-search-container{padding-left:var(--container-padding);padding-right:var(--container-padding);padding-top:75px}.ospo-search-input-wrap{border-radius:15px;height:65px}.ospo-search-input-wrap input{font-size:22px}.ospo-search-links{padding:25px 20px}.ospo-search-links a{font-size:15px}.ospo-header{height:64px;padding-left:var(--container-padding);padding-right:var(--container-padding)}.ospo-header-brand img{width:auto;height:32px}.ospo-navigation{display:none}.ospo-header-button{height:40px;padding:0 22px;font-size:13px}}.ospo-navigation a{color:#ffffffa6;transition:color .3s}.ospo-navigation a:hover{color:#fff}.ospo-navigation a.active{color:#bdee64}.header-bag-button{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:opacity .25s,transform .25s;display:flex}.header-bag-button:hover{opacity:.6;transform:scale(1.05)}.ospo-bag-panel{top:62px;right:var(--container-padding);-webkit-backdrop-filter:blur(20px);z-index:1500;background:#141414f5;border:1px solid #ffffff1f;border-radius:20px;width:360px;padding:32px;animation:.45s cubic-bezier(.22,1,.36,1) ospoBagReveal;position:absolute;box-shadow:0 30px 80px #00000073}@keyframes ospoBagReveal{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}.ospo-bag-panel h3{font-family:var(--font-primary);letter-spacing:-1px;color:#fff;margin:0 0 12px;font-size:28px;font-weight:700}.ospo-bag-panel p{color:#ffffff8c;margin:0 0 35px;font-size:14px;line-height:1.6}.bag-links{flex-direction:column;gap:6px;display:flex}.bag-links span{letter-spacing:1px;text-transform:uppercase;color:#ffffff59;margin-bottom:10px;font-size:12px;font-weight:700}.bag-links a{color:#fff;border-radius:10px;align-items:center;height:42px;padding:0 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.bag-links a:hover{color:var(--ospo-green);background:#ffffff14}@media (width<=700px){.ospo-bag-panel{width:calc(100vw - 40px);right:20px}}.header-profile-button{width:35px;height:35px;color:var(--black);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-weight:700;transition:all .3s;display:flex}.header-profile-button:hover{transform:scale(1.05);box-shadow:0 10px 30px #bdee6440}.ospo-profile-dropdown{-webkit-backdrop-filter:blur(20px);background:#141414f2;border:.5px solid #ffffff1f;border-radius:20px;width:200px;padding:16px;animation:.25s forwards dropdownReveal;position:absolute;top:55px;right:0;box-shadow:0 30px 80px #00000073}@keyframes dropdownReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:#ffffffbf;border-radius:12px;justify-content:space-between;align-items:center;height:42px;padding:0 12px;font-size:14px;text-decoration:none;transition:all .25s;display:flex}.dropdown-logout{text-align:left;color:#ff453a;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;width:100%;height:42px;padding:0 12px;font-size:14px;transition:all .25s;display:flex}.header-profile-button img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.ospo-dashboard-header{background:#000000eb}.ospo-dashboard-header .ospo-navigation a{font-size:13px}.ospo-dashboard-header .ospo-navigation a.active{color:var(--ospo-green)}.ospo-dashboard-header .header-actions{align-items:center;gap:16px;display:flex}.ospo-support-header{background:#000000eb}.ospo-support-header .ospo-navigation a{font-size:14px}.ospo-support-header .ospo-navigation a:hover{color:var(--ospo-green)}.support-btn{color:#ffffffbf;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;height:38px;padding:0 16px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.support-btn:hover{color:var(--white);background:#ffffff14}.support-btn svg{color:var(--white)}.user-menu-wrapper{position:relative}.user-icon{width:42px;height:42px;color:var(--black);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.user-icon:hover{transform:scale(1.05);box-shadow:0 10px 30px #bdee6440}.user-icon img{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%;display:block}.profile-dropdown{-webkit-backdrop-filter:blur(20px);background:#141414f2;border:1px solid #ffffff1f;border-radius:20px;width:280px;padding:16px;animation:.25s forwards dropdownReveal;position:absolute;top:55px;right:0;box-shadow:0 30px 80px #00000073}.dropdown-profile{border-bottom:1px solid #ffffff1a;align-items:center;gap:14px;padding-bottom:16px;display:flex}.dropdown-profile-avatar{background:var(--black);width:48px;height:48px;color:var(--ospo-green);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;overflow:hidden}.dropdown-profile-avatar img{object-fit:cover;width:100%;height:100%}.dropdown-profile-info{flex-direction:column;display:flex}.dropdown-profile-info strong{color:var(--white);font-size:15px}.dropdown-profile-info span{color:#ffffff80;margin-top:4px;font-size:12px}.dropdown-header{text-transform:uppercase;letter-spacing:1.2px;color:#fff6;margin:18px 10px 10px;font-size:11px}.dropdown-item{color:#ffffffbf;cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;height:42px;padding:0 12px;font-size:14px;transition:all .25s;display:flex}.dropdown-item span{color:var(--white)}.dropdown-submenu{cursor:pointer;background:#ffffff0d;border-radius:12px;margin:4px 0 8px;padding:8px}.dropdown-submenu div{color:#fff9;padding:8px 10px;font-size:13px}.dropdown-submenu div:hover{color:var(--white)}.dropdown-divider{background:#ffffff1f;height:1px;margin:12px 0}.dropdown-logout{color:#ff453a;cursor:pointer;border-radius:12px;align-items:center;height:42px;padding:0 12px;font-size:14px;transition:all .25s;display:flex}.dropdown-logout:hover{background:#ff453a1f}@media (width<=1100px){.dashboard-navigation,.support-btn span{display:none}.dashboard-header-container{padding-left:25px;padding-right:25px}}.dropdown-item{cursor:pointer;color:#ffffffbf;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;font-size:14px;font-weight:500;transition:all .25s;display:flex}.dropdown-item:hover{color:var(--white);background:#dcddda1f}.dropdown-item span{font-size:20px;line-height:1;transition:all .25s}.dropdown-item:has(+.dropdown-submenu){color:var(--black);background:#fff;font-weight:600}.dropdown-item:has(+.dropdown-submenu) span{color:var(--black);transform:translate(3px)}.dropdown-submenu{background:#ffffff0d;border-radius:14px;margin:0 0 8px;padding:8px 16px;animation:.25s submenuFade}.dropdown-submenu div{color:#ffffffa6;padding:10px 0;font-size:13px;transition:all .2s}.dropdown-submenu div:hover{color:var(--ospo-green);padding-left:5px}@keyframes submenuFade{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.dashboard-search-overlay{-webkit-backdrop-filter:blur(14px);z-index:9999;background:#000000d1;justify-content:center;align-items:flex-start;height:100vh;padding-top:120px;animation:.35s cubic-bezier(.22,1,.36,1) searchOverlayIn;display:flex;position:fixed;inset:0}.dashboard-search-box{background:#fffffff5;border:1px solid #ffffff59;border-radius:0;align-items:center;gap:14px;width:560px;height:60px;padding:0 18px;animation:.4s cubic-bezier(.22,1,.36,1) searchBoxIn;display:flex;box-shadow:0 40px 120px #000000bf}.dashboard-search-box svg{color:#000;flex-shrink:0}.dashboard-search-box input{height:100%;font-family:var(--font-primary);letter-spacing:-.3px;color:#000;background:0 0;border:none;outline:none;flex:1;font-size:16px;font-weight:500}.dashboard-search-box input::placeholder{color:#00000073}.dashboard-search-close{color:#000;cursor:pointer;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:24px;transition:all .25s;display:flex}.dashboard-search-close:hover{background:#fff;transform:rotate(90deg)}.dashboard-search-box:focus-within{box-shadow:0 45px 140px #bdee642e,0 30px 100px #000c}@keyframes searchOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes searchBoxIn{0%{opacity:0;filter:blur(10px);transform:translateY(-25px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@media (width<=700px){.dashboard-search-overlay{padding-top:90px}.dashboard-search-box{border-radius:18px;width:calc(100% - 40px);height:60px}.dashboard-search-box input{font-size:16px}}.dashboard-header-container{width:100%;max-width:var(--container-width);height:100%;padding-left:var(--container-padding);padding-right:var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.dashboard-actions{align-items:center;gap:18px;display:flex}.dashboard-search-button{width:38px;height:38px;color:var(--white);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.dashboard-search-button:hover{color:var(--ospo-green);background:#ffffff29;transform:translateY(-2px)}.ospo-ova-header{z-index:2000;-webkit-backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border-bottom:none!important}.dashboard-shop-button{border-radius:50%;flex-shrink:0}.dashboard-notification-wrapper{flex-shrink:0;position:relative}.dashboard-notification-button{width:38px;height:38px;color:var(--white);cursor:pointer;background:#ffffff14;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .25s,color .25s,border-color .25s,transform .25s;display:flex}.dashboard-notification-button:hover,.dashboard-notification-button.active{color:var(--ospo-green);background:#ffffff24;border-color:#bdee6447;transform:translateY(-1px)}.dashboard-notification-panel{-webkit-backdrop-filter:blur(20px);z-index:1600;background:#141414fa;border:1px solid #ffffff1f;border-radius:18px;width:min(360px,100vw - 40px);animation:.25s forwards dropdownReveal;position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 28px 80px #0000008c}.dashboard-notification-heading{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;min-height:64px;padding:16px 18px;display:flex}.dashboard-notification-heading strong{color:var(--white);font-size:16px}.dashboard-notification-heading span{letter-spacing:.6px;text-transform:uppercase;color:#ffffff6b;font-size:11px;font-weight:700}.dashboard-notification-empty{text-align:center;flex-direction:column;align-items:center;padding:30px 24px 34px;display:flex}.dashboard-notification-empty-icon{width:42px;height:42px;color:var(--ospo-green);background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.dashboard-notification-empty strong{color:var(--white);font-size:14px}.dashboard-notification-empty>span{color:#ffffff80;max-width:270px;margin-top:7px;font-size:12px;line-height:1.5}@media (width<=700px){.dashboard-actions{gap:10px}.dashboard-notification-panel{position:fixed;top:72px;right:20px}}.header-bag-wrapper{align-items:center;display:flex;position:relative}.header-bag-button{flex-shrink:0;position:relative}.header-bag-button.active{opacity:1}.header-bag-count{color:#050505;background:#fff;border:2px solid #000;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-size:10px;font-weight:800;line-height:1;display:flex;position:absolute;top:-9px;right:-10px}html[data-theme=light] body #root .header-bag-count{border-color:#fff;color:#fff!important;-webkit-text-fill-color:#fff!important;background:#000!important}.ospo-bag-panel{opacity:0;visibility:hidden;pointer-events:none;transform-origin:100% 0;background:#0d0d0dfa;border:1px solid #ffffff21;border-radius:22px;width:410px;padding:0;transition:opacity .28s,visibility 0s linear .28s,transform .42s cubic-bezier(.22,1,.36,1);animation:none;top:52px;right:0;overflow:hidden;transform:translateY(-14px)scale(.975);box-shadow:0 34px 100px #00000094}.ospo-bag-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .28s,visibility linear,transform .42s cubic-bezier(.22,1,.36,1);transform:translateY(0)scale(1)}.ospo-bag-panel-heading{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;min-height:78px;padding:18px 20px;display:flex}.ospo-bag-panel-heading div{flex-direction:column;display:flex}.ospo-bag-panel .ospo-bag-panel-heading p{letter-spacing:1.2px;text-transform:uppercase;color:var(--ospo-green);margin:0 0 4px;font-size:10px;font-weight:750}.ospo-bag-panel .ospo-bag-panel-heading h3{letter-spacing:-.7px;color:#fff;margin:0;font-size:22px;font-weight:750}.ospo-bag-panel-heading>span{color:#fff9;background:#ffffff14;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.ospo-bag-empty{flex-direction:column;align-items:flex-start;padding:34px 24px 26px;display:flex}.ospo-bag-empty>div{width:46px;height:46px;color:var(--ospo-green);background:#ffffff21;border-radius:50%;justify-content:center;align-items:center;display:flex}.ospo-bag-panel .ospo-bag-empty h4{letter-spacing:-.5px;color:#fff;margin:19px 0 8px;font-size:20px}.ospo-bag-panel .ospo-bag-empty p{color:#ffffff8c;margin:0 0 24px;font-size:13px;line-height:1.55}.ospo-bag-empty>a,.ospo-bag-summary>a{color:#050505;background:#fff;border-radius:999px;justify-content:space-between;align-items:center;width:100%;height:46px;padding:0 17px;font-size:13px;font-weight:750;text-decoration:none;transition:transform .25s,background .25s;display:flex}.ospo-bag-empty>a:hover,.ospo-bag-summary>a:hover{background:#fff;transform:translateY(-1px)}.ospo-bag-empty>a.ospo-bag-signin{color:#ffffffab;text-underline-offset:4px;background:0 0;justify-content:flex-start;height:auto;margin-top:17px;padding:0;font-size:12px;text-decoration:underline}.ospo-bag-empty>a.ospo-bag-signin:hover{color:#fff;transform:none}.ospo-bag-items{max-height:360px;padding:6px 18px;overflow-y:auto}.ospo-bag-items article{border-bottom:1px solid #ffffff17;grid-template-columns:62px minmax(0,1fr) 32px;align-items:center;gap:12px;min-height:91px;padding:13px 0;display:grid}.ospo-bag-items article>a{background:#262626;width:62px;height:62px;overflow:hidden}.ospo-bag-items article img{object-fit:cover;width:100%;height:100%;display:block}.ospo-bag-items article>div{flex-direction:column;gap:7px;min-width:0;display:flex}.ospo-bag-items article>div a{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.3;text-decoration:none;overflow:hidden}.ospo-bag-items article>div span{color:#ffffff7a;font-size:11px}.ospo-bag-items article>button{color:#ffffff6b;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .2s,color .2s;display:flex}.ospo-bag-items article>button:hover{color:#ff6961;background:#ff453a1f}.ospo-bag-summary{background:#ffffff09;padding:19px 20px 21px}.ospo-bag-summary>div{justify-content:space-between;align-items:center;margin-bottom:17px;display:flex}.ospo-bag-summary>div span{color:#ffffff80;font-size:12px}.ospo-bag-summary>div strong{color:#fff;font-size:15px}.ospo-bag-panel .ospo-bag-summary>p{text-align:center;color:#ffffff59;margin:12px 0 0;font-size:10px}@media (width<=700px){.ospo-bag-panel{width:calc(100vw - 32px);position:fixed;top:72px;right:16px}.header-bag-count{top:-8px;right:-8px}}.header-actions,.dashboard-actions{align-items:center;gap:12px;display:flex}.header-search-button,.header-bag-button,.dashboard-search-button,.dashboard-shop-button,.dashboard-notification-button{justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;display:flex}.header-bag-button,.dashboard-shop-button{background:0 0;border:1px solid #0000;border-radius:50%}.header-bag-button:hover,.dashboard-shop-button:hover{background:#ffffff17;border-color:#ffffff14}.ospo-header-button{height:40px;padding:0 24px}.dashboard-actions .header-profile-button{width:34px;min-width:34px;height:34px}.dashboard-actions>*,.header-actions>*{flex-shrink:0}@media (width<=700px){.header-actions,.dashboard-actions{gap:8px}.ospo-header-button{padding:0 18px}}body.ospo-menu-open{overflow:hidden}.header-menu-button{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;transition:background .25s,border-color .25s,color .25s,transform .25s;display:none}.header-menu-button:hover,.header-menu-button.is-active{border-color:var(--ospo-green);color:#050505;background:#fff;transform:translateY(-1px)}.ospo-mobile-menu{opacity:0;visibility:hidden;pointer-events:none;z-index:1450;background:#040404fb;border-top:1px solid #ffffff1a;height:calc(100svh - 72px);transition:opacity .28s,visibility 0s linear .28s,transform .42s cubic-bezier(.22,1,.36,1);position:fixed;top:72px;left:0;right:0;overflow-y:auto;transform:translateY(-14px)}.ospo-mobile-menu:before{content:"";filter:blur(90px);pointer-events:none;background:#ffffff14;border-radius:50%;width:340px;height:340px;position:absolute;top:-130px;right:-100px}.ospo-mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .28s,visibility linear,transform .42s cubic-bezier(.22,1,.36,1);transform:translateY(0)}.ospo-mobile-menu-inner{width:100%;max-width:var(--container-width);min-height:100%;padding:42px var(--container-padding) 36px;flex-direction:column;margin:0 auto;display:flex;position:relative}.ospo-mobile-menu-heading{border-bottom:1px solid #ffffff21;justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:25px;display:flex}.ospo-mobile-menu-heading>div{flex-direction:column;gap:7px;display:flex}.ospo-mobile-menu-heading>div span{letter-spacing:1.4px;text-transform:uppercase;color:var(--ospo-green);font-size:10px;font-weight:800}.ospo-mobile-menu-heading strong{letter-spacing:-1.4px;color:#fff;font-size:clamp(26px,4vw,40px);font-weight:650}.ospo-mobile-menu-heading>span{text-align:right;color:#ffffff73;max-width:320px;font-size:12px;line-height:1.45}.ospo-mobile-menu nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px;padding:30px 0;display:grid}.ospo-mobile-menu nav a{letter-spacing:-1.3px;color:#fff;border-bottom:1px solid #ffffff1c;align-items:center;gap:18px;min-height:68px;font-size:clamp(25px,3.3vw,39px);font-weight:560;transition:padding .3s cubic-bezier(.22,1,.36,1),color .25s,border-color .25s;display:flex}.ospo-mobile-menu nav a>span{letter-spacing:.8px;color:#ffffff52;width:24px;font-size:9px;font-weight:750}.ospo-mobile-menu nav a:hover,.ospo-mobile-menu nav a.active{color:var(--ospo-green);border-color:#bdee6480;padding-left:8px}.ospo-mobile-menu-utilities{border-top:1px solid #ffffff21;flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto;padding-top:23px;display:flex}.ospo-mobile-menu-utilities a,.ospo-mobile-menu-utilities button{color:#ffffffb8;background:#ffffff0b;border:1px solid #ffffff21;border-radius:999px;align-items:center;gap:9px;min-height:42px;padding:0 16px;font-size:12px;font-weight:650;transition:background .25s,border-color .25s,color .25s;display:inline-flex}.ospo-mobile-menu-utilities button{font-family:var(--font-primary)}.ospo-mobile-menu-utilities a:hover,.ospo-mobile-menu-utilities button:hover{color:var(--ospo-green);background:#ffffff1f;border-color:#bdee6459}@media (width<=1040px){.ospo-header{height:72px}.ospo-header .ospo-navigation{display:none}.header-menu-button{display:flex}.ospo-header-container{max-width:none}}@media (width<=700px){.ospo-header{height:64px}.ospo-mobile-menu{height:calc(100svh - 64px);top:64px}.ospo-mobile-menu-inner{padding-top:28px;padding-bottom:24px}.ospo-mobile-menu-heading{align-items:flex-start}.ospo-mobile-menu-heading>span{max-width:145px;font-size:10px}.ospo-mobile-menu nav{grid-template-columns:1fr;padding:18px 0 25px}.ospo-mobile-menu nav a{min-height:57px;font-size:27px}.ospo-mobile-menu-utilities{margin-top:0}.header-search-button,.dashboard-search-button,.ospo-header-button{display:none}.header-actions,.dashboard-actions{gap:6px}.ospo-header-brand img{width:auto;height:32px}.ospo-profile-dropdown,.profile-dropdown{max-width:calc(100vw - 32px);position:fixed;top:72px;right:16px}.dashboard-notification-panel{width:calc(100vw - 32px);top:72px;right:16px}}@media (width<=460px){.ospo-header{padding-left:16px;padding-right:16px}.ospo-mobile-menu-inner{padding-left:18px;padding-right:18px}.dashboard-user-menu{display:none}.dashboard-actions .header-bag-button,.dashboard-actions .dashboard-notification-button,.dashboard-actions .header-menu-button{width:38px;min-width:38px;height:38px}.ospo-mobile-menu-heading>span{display:none}}@media (prefers-reduced-motion:reduce){.ospo-mobile-menu,.header-menu-button,.ospo-mobile-menu nav a{transition:none}}.profile-dropdown button.dropdown-item,.profile-dropdown a.dropdown-item{width:100%;font-family:var(--font-primary);text-align:left;cursor:pointer;background:0 0;border:0}.profile-dropdown button.dropdown-item:hover,.profile-dropdown a.dropdown-item:hover{background:#ffffff0f}.profile-dropdown{z-index:1700;background:#0d0d0dfc}.profile-dropdown button.dropdown-item,.profile-dropdown a.dropdown-item{color:#ffffffc7;border-radius:12px;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;font-size:14px;line-height:1;display:flex}.profile-dropdown button.dropdown-item:hover,.profile-dropdown a.dropdown-item:hover{color:#fff;background:#ffffff1a}.ospo-bag-panel{-webkit-backdrop-filter:blur(20px);background:#141414f2;border:.5px solid #ffffff1f;border-radius:20px;width:380px;padding:16px;transition:opacity .25s,visibility 0s linear .25s,transform .25s;top:55px;transform:translateY(-8px);box-shadow:0 30px 80px #00000073}.ospo-bag-panel.is-open{transition:opacity .25s,visibility linear,transform .25s;transform:translateY(0)}.ospo-bag-panel-heading{border-bottom:1px solid #ffffff1f;min-height:auto;margin:0 0 4px;padding:2px 4px 14px}.ospo-bag-panel .ospo-bag-panel-heading h3{letter-spacing:-.35px;font-size:18px}.ospo-bag-panel-heading>span{color:#ffffffb3;background:#ffffff1a;padding:6px 9px}.ospo-bag-empty{padding:20px 4px 4px}.ospo-bag-items{padding:6px 2px}.ospo-bag-items article{border-color:#ffffff1f}.ospo-bag-summary{background:0 0;border-top:1px solid #ffffff1f;margin:4px -4px -4px;padding:16px 4px 4px}@media (width<=700px){.ospo-bag-panel{width:calc(100vw - 32px);top:72px;right:16px}}html[data-theme=light] .ospo-bag-panel-heading,html[data-theme=light] .ospo-bag-items article,html[data-theme=light] .ospo-bag-summary{border-color:var(--theme-border)}html[data-theme=light] .ospo-bag-panel .ospo-bag-panel-heading h3,html[data-theme=light] .ospo-bag-panel .ospo-bag-empty h4,html[data-theme=light] .ospo-bag-items article>div a,html[data-theme=light] .ospo-bag-summary>div strong{color:var(--theme-text)}html[data-theme=light] .ospo-bag-panel .ospo-bag-empty p,html[data-theme=light] .ospo-bag-items article>div span,html[data-theme=light] .ospo-bag-summary>div span,html[data-theme=light] .ospo-bag-panel .ospo-bag-summary>p,html[data-theme=light] .ospo-bag-empty>a.ospo-bag-signin{color:var(--theme-text-soft)}html[data-theme=light] .ospo-bag-panel-heading>span{color:var(--theme-text-soft);background:#fff}.ospo-header .header-search-button,.ospo-header .header-bag-button{width:36px;min-width:36px;height:40px;color:var(--theme-text,#fff);box-shadow:none;opacity:1;background:0 0;border:0;border-radius:0;padding:0;transition:none;transform:none}.ospo-header .header-search-button:hover,.ospo-header .header-search-button:focus-visible,.ospo-header .header-bag-button:hover,.ospo-header .header-bag-button:focus-visible,.ospo-header .header-bag-button.active{color:var(--theme-text,#fff);box-shadow:none;opacity:1;background:0 0;border:0;transform:none}.ospo-search{-webkit-backdrop-filter:saturate(120%)blur(30px);z-index:990;background:#0000002e;height:calc(100dvh - 80px);top:80px}.ospo-search-backdrop{z-index:0;cursor:default;position:absolute;inset:0}.ospo-search-container{z-index:1;width:100%;max-width:none;min-height:400px;padding:42px var(--container-padding) 50px;color:var(--theme-text,#fff);background:#000;margin:0;transition:transform .42s cubic-bezier(.22,1,.36,1);position:relative;transform:translateY(-12px);box-shadow:0 22px 55px #0000001f}.ospo-search.open .ospo-search-container{transform:translateY(0)}.ospo-search-input-wrap{width:100%;max-width:none;height:60px;color:var(--theme-text,#fff);box-shadow:none;background:0 0;border:0;border-radius:0;gap:12px;margin:0;padding:0;transform:none}.ospo-search.open .ospo-search-input-wrap{transform:none}.ospo-search-input-wrap svg{color:var(--theme-text-muted,#ffffff7a)}.ospo-search-input-wrap input{color:var(--theme-text,#fff);letter-spacing:-.8px;font-size:clamp(25px,2.1vw,30px);font-weight:650}.ospo-search-input-wrap input::placeholder{color:var(--theme-text-muted,#ffffff7a);opacity:1}.ospo-search-close{width:36px;height:36px;color:var(--theme-text-muted,#ffffff7a);background:0 0;border:0;border-radius:0}.ospo-search-close:hover{color:var(--theme-text,#fff);background:0 0;transform:none}.ospo-search-links{width:100%;max-width:none;color:var(--theme-text,#fff);box-shadow:none;background:0 0;border:0;border-radius:0;margin:25px 0 0;padding:0;transform:translateY(-5px)}.ospo-search.open .ospo-search-links{transform:translateY(0)}.ospo-search-links p{color:var(--theme-text-muted,#ffffff7a);letter-spacing:0;text-transform:none;margin:0 0 10px;font-size:11px;font-weight:500}.ospo-search-links a{width:fit-content;height:auto;min-height:34px;color:var(--theme-text,#fff);letter-spacing:-.15px;justify-content:flex-start;gap:10px;padding:0;font-size:14px;font-weight:600}.ospo-search-links a:hover{color:var(--theme-text,#fff);background:0 0;padding-left:4px}.ospo-search-links a svg{width:13px;color:var(--theme-text-muted,#ffffff7a);order:-1}html[data-theme=light] .ospo-search{background:#ffffff2e}html[data-theme=light] .ospo-search-container{color:#000;background:#f5f5f7;box-shadow:0 22px 55px #00000014}@media (width<=1040px){.ospo-search{height:calc(100dvh - 72px);top:72px}.ospo-search-container{min-height:380px;padding-top:34px}}@media (width<=700px){.ospo-search{height:calc(100dvh - 64px);top:64px}.ospo-search-container{min-height:360px;padding:24px 20px 38px}.ospo-search-input-wrap{border-radius:0;height:54px}.ospo-search-input-wrap input{font-size:24px}.ospo-search-links{margin-top:20px;padding:0}}@media (prefers-reduced-motion:reduce){.ospo-search-container,.ospo-search-input-wrap,.ospo-search-links{transition:none}}.dashboard-notification-button,.dashboard-notification-button:hover,.dashboard-notification-button.active,.dashboard-notification-button:focus-visible{color:var(--theme-text,var(--white));border-radius:0;box-shadow:none!important;background:0 0!important;border:0!important;transition:none!important;transform:none!important}.ospo-dashboard-header .dashboard-actions{align-items:center;gap:12px}.ospo-dashboard-header .dashboard-actions>.header-preferences-menu,.ospo-dashboard-header .dashboard-actions>.dashboard-notification-wrapper,.ospo-dashboard-header .dashboard-actions>.dashboard-settings-button{place-items:center;width:40px;min-width:40px;height:40px;display:grid}.ospo-dashboard-header .dashboard-settings-button,.ospo-dashboard-header .dashboard-settings-button:hover,.ospo-dashboard-header .dashboard-settings-button:focus-visible,.ospo-dashboard-header .dashboard-settings-button:active{color:var(--theme-text,var(--white));outline-offset:3px;border-radius:0;padding:0;text-decoration:none;box-shadow:none!important;background:0 0!important;border:0!important;transition:none!important;transform:none!important}.ospo-dashboard-header .header-preferences-trigger{width:40px;min-width:40px;height:40px}.ospo-dashboard-header .dashboard-search-button,.ospo-dashboard-header .dashboard-search-button:hover,.ospo-dashboard-header .dashboard-search-button:focus-visible,.ospo-dashboard-header .dashboard-search-button:active{width:40px;min-width:40px;height:40px;color:var(--theme-text,var(--white));outline-offset:3px;border-radius:0;padding:0;box-shadow:none!important;background:0 0!important;border:0!important;transition:none!important;transform:none!important}@media (width<=700px){.ospo-dashboard-header .dashboard-actions{gap:8px}}.ospo-header-commerce{align-items:center;gap:30px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.ospo-header-commerce .ospo-navigation{position:static;left:auto;transform:none}.ospo-header-commerce .header-search-button{width:20px;min-width:20px}@media (width<=1040px){.ospo-header-commerce{margin-left:auto;position:static;transform:none}.ospo-header-commerce .ospo-navigation{display:none}}@media (width<=460px){.ospo-header-commerce .header-search-button{width:34px;min-width:34px}}.ospo-dashboard-header .ospo-navigation{align-items:center;gap:0;height:40px}.ospo-dashboard-header .ospo-navigation a{white-space:nowrap;justify-content:center;align-items:center;min-height:40px;padding:0 13px;line-height:1;display:inline-flex}.ospo-dashboard-header .ospo-navigation .dashboard-nav-search,.ospo-dashboard-header .ospo-navigation .dashboard-nav-search:hover,.ospo-dashboard-header .ospo-navigation .dashboard-nav-search:focus-visible,.ospo-dashboard-header .ospo-navigation .dashboard-nav-search:active{width:34px;min-width:34px;height:40px;color:var(--theme-text,var(--white));border-radius:0;justify-content:center;align-items:center;margin-left:2px;padding:0;display:inline-flex;box-shadow:none!important;background:0 0!important;border:0!important;transition:color .25s!important;transform:none!important}.ospo-dashboard-header .ospo-navigation .dashboard-nav-search:hover,.ospo-dashboard-header .ospo-navigation .dashboard-nav-search.active{color:var(--ospo-green)}.ospo-dashboard-header .ospo-navigation .dashboard-nav-search:focus-visible{outline:2px solid var(--ospo-green);outline-offset:2px}@media (width<=1040px){.ospo-dashboard-header .ospo-navigation .dashboard-nav-search{display:none}}.ospo-search-refined .ospo-search-container{padding:44px var(--container-padding) 56px;min-height:0;max-height:100%;box-shadow:none;overflow-y:auto}.ospo-search-refined .ospo-search-input-wrap{border-bottom:1px solid #80808059;max-width:960px;min-height:64px;display:flex}.ospo-search-refined .ospo-search-input-wrap input{background:0 0;border:0;outline:none;flex:1;min-width:0}.ospo-search-refined .ospo-search-input-wrap>svg{flex-shrink:0}.ospo-search-refined .ospo-search-input-wrap:focus-within{box-shadow:none;border-bottom:1px solid #80808059}.ospo-search-refined .ospo-search-input-wrap input,.ospo-search-refined .ospo-search-input-wrap input:focus,.ospo-search-refined .ospo-search-input-wrap input:focus-visible{box-shadow:none!important;border:0!important;outline:none!important}.ospo-search-refined .ospo-search-go{width:40px;height:40px;color:inherit;cursor:pointer;background:0 0;border:1px solid #80808073;border-radius:50%;flex:0 0 40px;place-items:center;padding:0;display:grid}.ospo-search-refined .ospo-search-go:hover{border-color:currentColor}.ospo-search-refined .ospo-search-result-shortcut{color:#eee;align-items:center;gap:12px;width:fit-content;max-width:100%;padding:18px 0 0;font-size:13px;line-height:1.5;text-decoration:none;display:flex}.ospo-search-refined .ospo-search-result-shortcut span{overflow-wrap:anywhere}.ospo-search-refined .ospo-search-result-shortcut svg{flex-shrink:0}.ospo-search-refined .ospo-search-shortcut-grid{grid-template-columns:var(--search-explore-width,300px) repeat(2,minmax(0,190px));justify-content:start;gap:clamp(22px,3vw,40px);margin-top:36px;display:grid}.ospo-search-refined .ospo-search-links{min-width:0;margin:0;transform:none}.ospo-search-refined .ospo-search-links p{color:#98989e;margin:0 0 20px;font-size:12px;line-height:18px}.ospo-search-refined .ospo-search-links a{color:#eee;justify-content:flex-start;align-items:center;gap:10px;max-width:100%;min-height:34px;font-size:14px;line-height:1.4;display:flex}.ospo-search-refined .ospo-search-links a svg{opacity:0;order:0;transition:opacity .2s,transform .2s;transform:translate(-4px)}.ospo-search-refined .ospo-search-links a:hover{padding-left:0}.ospo-search-refined .ospo-search-links a:hover svg,.ospo-search-refined .ospo-search-links a:focus-visible svg{opacity:1;transform:none}.ospo-search-refined a:focus-visible,.ospo-search-refined button:focus-visible{outline-offset:4px;outline:2px solid}html[data-theme=light] body #root .ospo-search-refined .ospo-search-links p{color:#666!important;-webkit-text-fill-color:#666!important}html[data-theme=light] .ospo-search-refined .ospo-search-container{box-shadow:none}@media (width<=700px){.ospo-search-refined .ospo-search-container{padding:24px var(--container-padding) 36px}.ospo-search-refined .ospo-search-shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px;margin-top:28px}.ospo-search-refined .ospo-search-links a{min-height:44px;font-size:13px}.ospo-search-refined .ospo-search-links a svg{display:none}}@media (width<=380px){.ospo-search-refined .ospo-search-shortcut-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.ospo-search-refined .ospo-search-links a svg{transition:none}}.ospo-search-refined .ospo-search-links:first-child a{letter-spacing:-.9px;min-height:0;margin-bottom:13px;font-size:clamp(24px,2.2vw,32px);font-weight:600;line-height:1.18}.ospo-search-refined .ospo-search-links a svg{flex-shrink:0}@media (width>=701px) and (width<=1040px){.ospo-search-refined .ospo-search-shortcut-grid{grid-template-columns:minmax(220px,300px) repeat(2,minmax(0,190px))}}.product-header-page{--product-header-top:80px}.product-header-page:has(>.ospo-header.is-scroll-hidden){--product-header-top:0px}.ospo-scroll-header{transition:transform .25s}.ospo-scroll-header.is-scroll-hidden{transform:translateY(-100%)}.product-header-page .space-subnav,.product-header-page .studio-product-nav{top:var(--product-header-top);z-index:90;transition:top .25s;position:sticky}.product-header-page .space-subnav{background:var(--sp-bg)}@media (prefers-reduced-motion:reduce){.ospo-scroll-header,.product-header-page .space-subnav,.product-header-page .studio-product-nav{transition:none}}.ospo-header.ospo-scroll-header{--header-float-inset:clamp(16px,4vw,64px);transition:top .36s cubic-bezier(.22,1,.36,1),left .36s cubic-bezier(.22,1,.36,1),right .36s cubic-bezier(.22,1,.36,1),width .36s cubic-bezier(.22,1,.36,1),height .36s cubic-bezier(.22,1,.36,1),padding .36s cubic-bezier(.22,1,.36,1),border-radius .36s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),opacity .25s}html body .ospo-header.ospo-scroll-header.is-scroll-floating{top:14px;left:var(--header-float-inset);right:var(--header-float-inset);width:auto;height:72px;box-shadow:none;border-radius:999px;padding-inline:24px;-webkit-backdrop-filter:none!important;background:0 0!important}.ospo-header.is-scroll-floating:before{content:"";z-index:-1;border-radius:inherit;background:var(--theme-canvas,#000);pointer-events:none;border:1px solid #80808033;position:absolute;inset:0;box-shadow:0 8px 28px #0000001f}.ospo-header.ospo-scroll-header.is-scroll-hidden{opacity:0;pointer-events:none;transform:translateY(calc(-100% - 28px))}.ospo-header.ospo-scroll-header:not(.is-scroll-hidden){opacity:1;transform:none}.ospo-header.is-scroll-floating .ospo-search{height:calc(100dvh - 94px);top:94px}.ospo-header.is-scroll-floating .ospo-mobile-menu{height:calc(100svh - 94px);top:94px}body:has(.ospo-header.is-scroll-floating)>.ospo-mega-layer{top:94px}body:has(.ospo-header.is-scroll-floating)>.ospo-mega-layer .ospo-mega-panel{max-height:calc(100dvh - 94px)}.product-header-page:has(>.ospo-header.is-scroll-floating:not(.is-scroll-hidden)){--product-header-top:94px}@media (width<=1040px){html body .ospo-header.ospo-scroll-header.is-scroll-floating{height:64px;padding-inline:20px}.ospo-header.is-scroll-floating .ospo-search{height:calc(100dvh - 86px);top:86px}.ospo-header.is-scroll-floating .ospo-mobile-menu{height:calc(100svh - 86px);top:86px}.product-header-page:has(>.ospo-header.is-scroll-floating:not(.is-scroll-hidden)){--product-header-top:86px}}@media (width<=700px){html body .ospo-header.ospo-scroll-header.is-scroll-floating{height:58px;padding-inline:16px;top:10px;left:12px;right:12px}.ospo-header.is-scroll-floating .ospo-search{height:calc(100dvh - 76px);top:76px}.ospo-header.is-scroll-floating .ospo-mobile-menu{height:calc(100svh - 76px);top:76px}.ospo-header.is-scroll-floating .ospo-bag-panel,.ospo-header.is-scroll-floating .ospo-profile-dropdown{top:76px}.product-header-page:has(>.ospo-header.is-scroll-floating:not(.is-scroll-hidden)){--product-header-top:76px}}@media (prefers-reduced-motion:reduce){.ospo-header.ospo-scroll-header{transition:none}}.ospo-dashboard-header .profile-dropdown>.dropdown-item+.dropdown-item{margin-top:6px}.ospo-dashboard-header .profile-dropdown>.dropdown-submenu{flex-direction:column;gap:6px;margin:6px 0;display:flex}.ospo-dashboard-header .profile-dropdown>.dropdown-submenu+.dropdown-item{margin-top:6px}.ospo-inbox-bell{position:relative}.ospo-inbox-badge{color:#000;pointer-events:none;background:#fff;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:grid;position:absolute;top:-4px;right:-7px;box-shadow:0 0 0 2px #090909}.ospo-notification-center{--inbox-bg:#101010;--inbox-fg:#f5f5f5;--inbox-muted:#a3a3a3;--inbox-line:#ffffff16;--inbox-soft:#ffffff08;z-index:1200;background:var(--inbox-bg);width:420px;max-width:calc(100vw - 24px);max-height:min(680px,100dvh - 110px);color:var(--inbox-fg);border:1px solid var(--inbox-line);text-align:left;isolation:isolate;border-radius:22px;flex-direction:column;font-family:inherit;animation:.22s cubic-bezier(.2,.8,.2,1) ospo-inbox-enter;display:flex;position:absolute;top:calc(100% + 16px);right:0;overflow:hidden;box-shadow:0 24px 80px #0005,0 4px 16px #0002}html[data-theme=light] .ospo-notification-center{--inbox-bg:#fff;--inbox-fg:#141414;--inbox-muted:#666;--inbox-line:#00000016;--inbox-soft:#00000004;box-shadow:0 24px 64px #0002,0 4px 16px #0001}.ospo-notification-center *{box-sizing:border-box}.ospo-notification-center button,.ospo-notification-center select{font:inherit;letter-spacing:normal;text-transform:none;color:inherit;cursor:pointer;box-shadow:none;margin:0}.ospo-notification-center button:disabled{opacity:.4;cursor:default}.ospo-notification-center :is(button,a,select):focus-visible{outline-offset:2px;outline:2px solid #bdee64}.ospo-notification-center .ospo-inbox-heading{background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:24px 22px 18px;display:flex}.ospo-inbox-heading>div>span{letter-spacing:1.8px;color:var(--inbox-muted);font-size:9px;font-weight:650}.ospo-inbox-heading h2{letter-spacing:-.6px;color:var(--inbox-fg);flex-wrap:wrap;align-items:center;gap:10px;margin:7px 0 0;font-size:22px;line-height:1.2;display:flex}.ospo-inbox-heading h2 small{letter-spacing:0;color:var(--inbox-muted);border:1px solid var(--inbox-line);border-radius:999px;padding:4px 7px;font-size:10px;font-weight:500}.ospo-notification-center .ospo-inbox-icon{width:30px;height:30px;min-height:0;color:var(--inbox-muted);background:0 0;border:0;border-radius:50%;flex:0 0 30px;place-items:center;padding:0;display:grid}.ospo-notification-center .ospo-inbox-icon:hover:not(:disabled){background:var(--inbox-soft);color:var(--inbox-fg)}.ospo-inbox-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:0 22px 16px;display:flex}.ospo-inbox-tabs{border:1px solid var(--inbox-line);background:var(--inbox-soft);border-radius:999px;gap:4px;padding:3px;display:flex}.ospo-notification-center .ospo-inbox-tabs button{height:30px;min-height:0;color:var(--inbox-muted);background:0 0;border:0;border-radius:999px;padding:0 17px;font-size:12px;font-weight:550;transition:background .16s,color .16s}.ospo-notification-center .ospo-inbox-tabs button[aria-pressed=true]{background:#fff;color:#000!important;-webkit-text-fill-color:#000!important}.ospo-inbox-filter{border-block:1px solid var(--inbox-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:13px 22px;display:flex}.ospo-inbox-filter label{background:0 0;border:0;align-items:center;min-width:0;margin:0;padding:0;display:flex;position:relative}.ospo-notification-center .ospo-inbox-filter select{appearance:none;max-width:185px;height:30px;min-height:0;color:var(--inbox-fg);background:0 0;border:0;border-radius:4px;padding:0 22px 0 0;font-size:12px}.ospo-inbox-filter select option{background:var(--inbox-bg);color:var(--inbox-fg)}.ospo-inbox-filter label>svg{pointer-events:none;color:var(--inbox-muted);position:absolute;right:0}.ospo-notification-center .ospo-inbox-filter>button{min-height:0;color:var(--inbox-muted);background:0 0;border:0;align-items:center;gap:6px;padding:5px 0;font-size:11px;display:flex}.ospo-inbox-scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--inbox-line) transparent;min-height:0;overflow-y:auto}.ospo-inbox-list{margin:0;padding:8px;list-style:none}.ospo-inbox-list>li{border-radius:12px;grid-template-columns:36px minmax(0,1fr) 26px;align-items:start;gap:12px;padding:16px 12px;transition:background .16s;display:grid;position:relative}.ospo-inbox-list>li+li:before{content:"";background:var(--inbox-line);height:1px;position:absolute;top:0;left:60px;right:16px}.ospo-inbox-list>li.is-unread{background:var(--inbox-soft)}.ospo-inbox-event-icon{border:1px solid var(--inbox-line);width:36px;height:36px;color:var(--inbox-muted);border-radius:12px;place-items:center;display:grid}.is-unread .ospo-inbox-event-icon{color:var(--inbox-fg)}.ospo-notification-center .ospo-inbox-event a{color:var(--inbox-fg);background:0 0;border-radius:4px;text-decoration:none;display:block}.ospo-inbox-event strong{overflow-wrap:anywhere;font-size:13px;font-weight:600;line-height:19px;display:block}.ospo-inbox-event p{color:var(--inbox-muted);overflow-wrap:anywhere;margin:5px 0 9px;font-size:12px;line-height:18px}.ospo-inbox-event time{color:var(--inbox-muted);font-size:10px;line-height:16px}.ospo-inbox-list>li:hover{background:#fff}.ospo-inbox-list>li:hover :is(a,strong,p,time,.ospo-inbox-event-icon,.ospo-inbox-read){color:#000!important;-webkit-text-fill-color:#000!important}.ospo-inbox-list>li:hover .ospo-inbox-event-icon{border-color:#0002}.ospo-notification-center .ospo-inbox-read{width:26px;height:26px;min-height:0;color:var(--inbox-muted);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.ospo-inbox-read>span{background:#fff;border-radius:50%;width:6px;height:6px}.ospo-inbox-list>li:hover .ospo-inbox-read>span{background:#000}.ospo-inbox-empty{text-align:center;min-height:230px;color:var(--inbox-muted);flex-direction:column;justify-content:center;align-items:center;padding:34px 28px;display:flex}.ospo-inbox-empty-orbit{border:1px solid var(--inbox-line);width:62px;height:62px;box-shadow:0 0 0 9px var(--inbox-soft);color:var(--inbox-fg);border-radius:50%;place-items:center;margin:0 0 8px;display:grid}.ospo-inbox-empty h3{color:var(--inbox-fg);letter-spacing:-.2px;margin:17px 0 8px;font-size:16px;line-height:22px}.ospo-inbox-empty p{max-width:285px;margin:0;font-size:12px;line-height:20px}.ospo-inbox-empty a{color:var(--inbox-fg);align-items:center;gap:6px;margin-top:12px;font-size:12px;display:flex}.ospo-inbox-error{color:var(--inbox-fg);border-bottom:1px solid var(--inbox-line);padding:14px 22px;font-size:12px;line-height:18px}.ospo-notification-center .ospo-inbox-error button{background:0 0;border:0;padding:5px 0;font-size:12px;text-decoration:underline;display:block}.ospo-notification-center .ospo-inbox-more{border:1px solid var(--inbox-line);background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:calc(100% - 40px);height:36px;margin:8px 20px 20px;font-size:12px;display:flex}.ospo-inbox-history-note{color:var(--inbox-muted);padding:12px 22px;font-size:11px;line-height:18px}.ospo-notification-center .ospo-inbox-footer{border-top:1px solid var(--inbox-line);color:var(--inbox-muted);background:var(--inbox-bg);justify-content:center;align-items:center;gap:7px;padding:12px 22px;font-size:10px;display:flex}.ospo-inbox-heading,.ospo-inbox-toolbar,.ospo-inbox-filter,.ospo-inbox-error,.ospo-inbox-footer{flex-shrink:0}.ospo-inbox-sr{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.ospo-notification-center .is-refreshing{animation:1s linear infinite ospo-inbox-spin}@keyframes ospo-inbox-enter{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:none}}@keyframes ospo-inbox-spin{to{transform:rotate(360deg)}}@media (width<=650px){.ospo-notification-center{border-radius:18px;width:auto;max-width:none;max-height:calc(100dvh - 92px);position:fixed;top:76px;left:12px;right:12px}.ospo-notification-center .ospo-inbox-heading{padding:20px 18px 16px}.ospo-inbox-toolbar,.ospo-inbox-filter{padding-inline:18px}.ospo-inbox-list>li{gap:9px;padding-inline:9px}}@media (prefers-reduced-motion:reduce){.ospo-notification-center,.ospo-notification-center *{transition:none!important;animation:none!important}}
