.mb-selector *{box-sizing:border-box;margin:0;padding:0}.mb-selector{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;max-width:100%;width:100%}html,body{overflow-x:hidden!important}.mb-viral-banner{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 14px;background:transparent;border:1.5px dashed #00D26A;border-radius:8px;margin-bottom:8px;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none}.mb-viral-icon{font-size:13px}.mb-viral-text{font-size:11px;font-weight:600;color:#00b85c;letter-spacing:.3px}.mb-trustpilot{display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 14px;background:#f8f8f8;border:1px solid #e8e8e8;border-radius:10px;margin-bottom:8px;flex-wrap:wrap}.mb-trustpilot-stars{display:flex;gap:2px}.mb-star{font-size:16px;color:#ddd}.mb-star.filled{color:#00b67a}.mb-star.half{background:linear-gradient(90deg,#00b67a 50%,#ddd 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mb-trustpilot-info{display:flex;flex-direction:column;align-items:flex-start}.mb-trustpilot-score{font-size:13px;font-weight:700;color:#000}.mb-trustpilot-count{font-size:10px;color:#666}.mb-trustpilot-logo{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#000}.mb-tp-star{color:#00b67a;font-size:14px}.mb-trust-grid{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-bottom:10px}.mb-trust-pill{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;background:#f5f5f5;border-radius:8px;font-size:10px;font-weight:600;color:#555}.mb-main-box{position:relative;border-radius:18px;margin-bottom:6px;overflow:visible;background:#fff}.mb-main-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;padding:2px;background:linear-gradient(to bottom,#ff9d86,#ff6ef8 15%,#3dbaff80 35%,#3dbaff26,#e5e5e51a 65%,#e5e5e500 75%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.mb-main-inner{background:#fff;border-radius:16px;padding:12px 12px 6px;overflow:visible}.mb-section{margin-bottom:12px}.mb-section:last-child{margin-bottom:0}.mb-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#888;margin-bottom:6px}.mb-step{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:linear-gradient(135deg,#ff9d86,#ff6ef8,#3dbaff);color:#fff;font-size:11px;font-weight:800;border-radius:50%;flex-shrink:0}.mb-username-input-wrapper{position:relative}.mb-username-input{width:100%;padding:12px 14px;border:1.5px solid #e5e5e5;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;outline:none;transition:all .2s;background:#fafafa}.mb-username-input:focus{border-color:#000;background:#fff}.mb-username-input::placeholder{color:#bbb;font-weight:500}.mb-username-input.has-selection{padding-left:50px}.mb-selected-user{display:none;position:absolute;left:10px;top:50%;transform:translateY(-50%);align-items:center;gap:8px;pointer-events:none}.mb-selected-user.visible{display:flex}.mb-selected-pp{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #00D26A}.mb-selected-check{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;background:#00d26a;border-radius:50%;display:flex;align-items:center;justify-content:center}.mb-selected-check svg{width:8px;height:8px;stroke:#fff;stroke-width:3;fill:none}.mb-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #e5e5e5;border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:1000;max-height:280px;overflow-y:auto;display:none}.mb-search-dropdown.visible{display:block}.mb-search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;gap:10px;color:#888;font-size:13px}.mb-search-progress{width:100%;height:4px;background:#eee;border-radius:2px;overflow:hidden}.mb-search-progress-bar{height:100%;background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);border-radius:2px;animation:mb-progress 2s ease-in-out infinite}@keyframes mb-progress{0%{width:0}50%{width:100%}to{width:0}}.mb-search-empty{padding:20px;text-align:center;color:#888;font-size:13px}.mb-search-result{display:flex;align-items:center;gap:12px;padding:10px 14px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f0f0f0}.mb-search-result:last-child{border-bottom:none}.mb-search-result:hover{background:#f8f8f8}.mb-search-result-pp{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#f0f0f0}.mb-search-result-info{flex:1;min-width:0}.mb-search-result-top{display:flex;align-items:center;gap:4px}.mb-search-result-username{font-size:14px;font-weight:700;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-search-result-verified{width:14px;height:14px;flex-shrink:0}.mb-search-result-name{font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mb-search-result-followers{font-size:11px;color:#aaa;margin-top:2px}.mb-search-result-private{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#888;background:#f0f0f0;padding:2px 6px;border-radius:4px;margin-left:6px}.mb-clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:#f0f0f0;border:none;cursor:pointer;display:none;align-items:center;justify-content:center;transition:background .2s}.mb-clear-btn.visible{display:flex}.mb-clear-btn:hover{background:#e0e0e0}.mb-clear-btn svg{width:12px;height:12px;stroke:#666;stroke-width:2;fill:none}.mb-guide-link{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:6px 10px;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:11px;font-weight:600;color:#666;transition:all .2s}.mb-guide-link:hover{background:#eee;color:#333}.mb-guide-link svg{width:13px;height:13px;stroke:currentColor;fill:none;transition:transform .2s}.mb-guide-link.open svg.chevron{transform:rotate(180deg)}.mb-guide-panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.mb-guide-panel.open{max-height:500px}.mb-guide-content{padding:10px;margin-top:6px;background:#f8f8f8;border-radius:12px}.mb-guide-step{display:flex;gap:8px;align-items:flex-start;margin-bottom:6px}.mb-guide-num{flex-shrink:0;width:18px;height:18px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700}.mb-guide-text{font-size:11px;color:#555;line-height:1.4}.mb-guide-gif{width:100%;border-radius:8px;margin:10px 0;display:block}.mb-qty-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px 0}.mb-qty-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 6px;border-radius:12px;border:2px solid #EBEBEB;background:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0;position:relative;gap:1px}.mb-qty-pill:hover{border-color:#ccc;background:#fafafa}.mb-qty-pill.selected{background:#000;border-color:#000}.mb-qty-value{font-size:16px;font-weight:800;color:#000;line-height:1.2}.mb-qty-pill.selected .mb-qty-value{background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mb-qty-price{font-size:11px;font-weight:600;color:#888;transition:opacity .15s ease}.mb-qty-pill.selected .mb-qty-price{color:#ffffffb3}.mb-qty-bonus{font-size:10px;font-weight:800;background:linear-gradient(90deg,#00d26a,#00b85c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;margin-top:3px;text-align:center;text-transform:uppercase;animation:mb-pulse-bonus 2s ease-in-out infinite}.mb-qty-pill.selected .mb-qty-bonus{background:linear-gradient(90deg,#00ff7f,#00d26a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes mb-pulse-bonus{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.03)}}.mb-more-link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:8px;padding:10px 16px;background:linear-gradient(135deg,#f8f8f8,#f0f0f0);border:1.5px dashed #ccc;border-radius:10px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;color:#555;transition:all .2s}.mb-more-link:hover{background:linear-gradient(135deg,#f0f0f0,#e8e8e8);border-color:#999;color:#333}.mb-more-link svg{width:14px;height:14px;stroke:currentColor;fill:none;transition:transform .2s}.mb-more-link.open{background:#000;border-color:#000;color:#fff}.mb-more-link.open svg{stroke:#fff}.mb-more-link.open svg.chevron{transform:rotate(180deg)}.mb-more-link .mb-more-count{display:inline-flex;align-items:center;justify-content:center;background:#0000001a;color:#666;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;margin-left:4px}.mb-more-link.open .mb-more-count{background:#fff3;color:#fff}.mb-more-panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.mb-more-panel.open{max-height:600px}.mb-more-content{padding:12px 0 0}.mb-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.mb-more-grid .mb-qty-pill{padding:8px 4px}.mb-more-grid .mb-qty-value{font-size:12px}.mb-more-grid .mb-qty-price{font-size:9px}.mb-more-grid .mb-qty-bonus{font-size:8px}.mb-nat-section{display:flex;flex-direction:column;gap:8px}.mb-nat-type{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;border:1.5px solid #e5e5e5;background:#fff;cursor:pointer;transition:all .2s}.mb-nat-type:hover{border-color:#ccc;background:#fafafa}.mb-nat-type.selected{background:#000;border-color:#000}.mb-nat-type-icon{font-size:24px;flex-shrink:0}.mb-nat-type-info{flex:1;min-width:0}.mb-nat-type-title{font-size:14px;font-weight:700;color:#000}.mb-nat-type.selected .mb-nat-type-title{color:#fff}.mb-nat-type-desc{font-size:11px;color:#888;margin-top:2px}.mb-nat-type.selected .mb-nat-type-desc{color:#ffffffb3}.mb-nat-type-price{font-size:13px;font-weight:700;color:#000;flex-shrink:0}.mb-nat-type.selected .mb-nat-type-price{background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mb-nat-type-check{width:20px;height:20px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.mb-nat-type.selected .mb-nat-type-check{background:#00d26a;border-color:#00d26a}.mb-nat-type-check svg{width:12px;height:12px;stroke:#fff;stroke-width:3;fill:none;opacity:0}.mb-nat-type.selected .mb-nat-type-check svg{opacity:1}.mb-country-dropdown{margin-top:8px;display:none}.mb-country-dropdown.open{display:block}.mb-country-selected{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1.5px solid #e5e5e5;background:#fafafa;cursor:pointer;transition:all .2s}.mb-country-selected:hover{border-color:#ccc;background:#f5f5f5}.mb-country-selected.open{border-color:#000;background:#fff;border-radius:10px 10px 0 0}.mb-country-selected-flag{font-size:20px}.mb-country-selected-name{flex:1;font-size:13px;font-weight:600;color:#000}.mb-country-selected-arrow{width:16px;height:16px;stroke:#888;fill:none;transition:transform .2s}.mb-country-selected.open .mb-country-selected-arrow{transform:rotate(180deg)}.mb-country-list-wrapper{display:none;border:1.5px solid #000;border-top:none;border-radius:0 0 10px 10px;background:#fff;overflow:hidden}.mb-country-list-wrapper.open{display:block}.mb-country-search{padding:8px;border-bottom:1px solid #eee}.mb-country-search input{width:100%;padding:8px 10px 8px 32px;border:1.5px solid #e5e5e5;border-radius:8px;font-size:12px;font-family:inherit;outline:none;background:#fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") 10px center no-repeat}.mb-country-search input:focus{border-color:#000;background-color:#fff}.mb-country-search input::placeholder{color:#aaa}.mb-country-list{max-height:200px;overflow-y:auto}.mb-country-list::-webkit-scrollbar{width:6px}.mb-country-list::-webkit-scrollbar-track{background:transparent}.mb-country-list::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.mb-country-group-title{padding:6px 12px;font-size:10px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.5px;background:#f8f8f8;position:sticky;top:0;z-index:1}.mb-country-item{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background .15s}.mb-country-item:hover{background:#f5f5f5}.mb-country-item.selected{background:#f0fff0}.mb-country-item.hidden{display:none}.mb-country-item-flag{font-size:18px}.mb-country-item-name{flex:1;font-size:13px;font-weight:500;color:#000}.mb-country-item-check{width:16px;height:16px;stroke:#00d26a;fill:none;display:none}.mb-country-item.selected .mb-country-item-check{display:block}.mb-delivery-options{display:flex;gap:6px}.mb-delivery-card{padding:10px 12px;border-radius:12px;border:1.5px solid #e5e5e5;background:#fff;cursor:pointer;transition:all .2s ease;position:relative}.mb-delivery-card:hover{border-color:#ccc;background:#fafafa}.mb-delivery-card.selected{background:#000;border-color:#000}.mb-delivery-card.progressive{flex:1}.mb-delivery-badge{position:absolute;top:-7px;left:12px;background:linear-gradient(135deg,#ff9d86,#ff6ef8,#3dbaff);color:#000;font-size:8px;font-weight:800;padding:3px 8px;border-radius:5px}.mb-delivery-info{display:flex;flex-direction:column;gap:2px}.mb-delivery-title{font-size:12px;font-weight:700;color:#000;display:flex;align-items:center}.mb-delivery-emoji{margin-right:4px}.mb-delivery-card.selected .mb-delivery-text{background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mb-delivery-subtitle{font-size:10px;color:#888}.mb-delivery-card.selected .mb-delivery-subtitle{color:#ffffffb3}.mb-delivery-spread{font-size:9px;color:#888;margin-top:2px;font-style:italic}.mb-delivery-card.selected .mb-delivery-spread{color:#fff9}.mb-delivery-card.immediate{display:flex;flex-direction:column;justify-content:center;min-width:fit-content}.mb-delivery-card.immediate .mb-delivery-title{font-size:11px;color:#555}.mb-delivery-card.immediate.selected .mb-delivery-text{color:#fff}.mb-promos{background:#fff;border:1.5px dashed #e0e0e0;border-radius:10px;padding:8px 10px;margin-top:10px}.mb-promo-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.mb-promo-title{font-size:11px;font-weight:700;color:#000}.mb-promo-hint{font-size:9px;color:#999}.mb-promo-row{display:flex;gap:6px}.mb-promo-btn{flex:1;display:flex;align-items:center;gap:8px;padding:8px 10px;background:#fafafa;border:1.5px solid #eee;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.mb-promo-btn:hover{border-color:#ddd;background:#f5f5f5}.mb-promo-btn.selected{border-color:#000;background:#000}.mb-promo-btn.disabled{opacity:.4;cursor:not-allowed}.mb-promo-checkbox{width:16px;height:16px;border:1.5px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mb-promo-btn.selected .mb-promo-checkbox{background:#fff;border-color:transparent}.mb-promo-checkbox svg{width:10px;height:10px;stroke:#000;stroke-width:3;opacity:0}.mb-promo-btn.selected .mb-promo-checkbox svg{opacity:1}.mb-promo-content{display:flex;align-items:center;gap:6px;flex:1}.mb-promo-percent{font-size:12px;font-weight:800;color:#000}.mb-promo-btn.selected .mb-promo-percent{background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mb-promo-info{display:flex;flex-direction:column}.mb-promo-code-text{font-size:9px;font-weight:600;color:#666}.mb-promo-btn.selected .mb-promo-code-text{color:#fffc}.mb-promo-min-text{font-size:8px;color:#aaa}.mb-promo-btn.selected .mb-promo-min-text{color:#ffffff80}.mb-unit-price{text-align:center;font-size:12px;color:#666;padding:10px 0 0;margin:0}.mb-unit-price .gradient{background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.mb-buttons-wrapper{display:flex;flex-direction:column;gap:8px}.mb-buy-now{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 18px;background:#000;border:none;border-radius:12px;cursor:pointer;transition:opacity .2s ease;min-height:48px;gap:10px}.mb-buy-now:hover:not(:disabled){opacity:.9}.mb-buy-now:disabled{opacity:.5;cursor:not-allowed}.mb-buy-now-text{font-family:inherit;font-weight:800;display:flex;align-items:center;gap:6px}.mb-buy-now-text .white{color:#fff;font-size:15px}.mb-buy-now-text .gradient{background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:15px}.mb-buy-now-divider{width:1px;height:22px;background:#ffffff4d}.mb-buy-now-prices{display:flex;align-items:center;gap:8px}.mb-buy-now-old{font-size:14px;font-weight:600;color:#ffffff80;text-decoration:line-through}.mb-buy-now-current{font-size:16px;font-weight:800;background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mb-add-to-cart{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 30px;background:transparent;border:1.5px solid #e5e5e5;border-radius:12px;cursor:pointer;transition:all .2s ease;gap:8px;min-height:48px}.mb-add-to-cart:hover:not(:disabled){border-color:#000;background:#fafafa}.mb-add-to-cart-text{font-family:inherit;font-weight:600;font-size:14px;color:#000}.mb-subscription-notice{text-align:center;font-size:9px;color:#999;line-height:1.4;padding:4px 10px 0;margin:0}.mb-spinner{display:none;width:22px;height:22px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:mb-spin .6s linear infinite}@keyframes mb-spin{to{transform:rotate(360deg)}}.mb-buy-now.loading .mb-buy-now-text,.mb-buy-now.loading .mb-buy-now-divider,.mb-buy-now.loading .mb-buy-now-prices{display:none}.mb-buy-now.loading .mb-spinner{display:block}.mb-add-to-cart.loading .mb-add-to-cart-text{display:none}.mb-add-to-cart.loading .mb-spinner{display:block;border-color:#0003;border-top-color:#000}.mb-popup-overlay{display:none;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#fffffffa!important;z-index:2147483647!important;align-items:center!important;justify-content:center!important}.mb-popup-overlay.show{display:flex!important}body.mb-popup-locked{overflow:hidden!important}.mb-popup{background:#fff;border-radius:20px;padding:32px;max-width:340px;width:calc(100% - 40px);text-align:center;animation:mb-popIn .25s ease;position:relative;box-shadow:0 20px 60px #00000026;margin:auto}@keyframes mb-popIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.mb-popup-close{position:absolute;top:12px;right:12px;width:28px;height:28px;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.mb-popup-close svg{width:14px;height:14px;stroke:#666;fill:none}.mb-popup-icon{font-size:36px;margin-bottom:14px}.mb-popup-title{font-size:16px;font-weight:700;color:#000;margin-bottom:8px}.mb-popup-text{font-size:13px;color:#666;margin-bottom:20px;line-height:1.5}.mb-popup-buttons{display:flex;gap:8px}.mb-popup-btn{flex:1;padding:12px;border-radius:10px;border:none;font-size:13px;font-weight:600;cursor:pointer}.mb-popup-btn.cancel{background:#000;color:#fff}.mb-popup-btn.confirm{background:#f5f5f5;color:#666}.mb-checkout-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffffa;z-index:2147483647;display:none;align-items:center;justify-content:center}.mb-checkout-popup.visible{display:flex}.mb-checkout-popup-box{background:#fff;border-radius:20px;padding:40px 50px;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 20px 60px #00000026;animation:mb-popIn .3s ease}.mb-checkout-popup-icon{width:60px;height:60px;background:#000;border-radius:16px;display:flex;align-items:center;justify-content:center}.mb-checkout-popup-icon svg{width:30px;height:30px;stroke:#fff;fill:none;stroke-width:2}.mb-checkout-popup-text{font-size:18px;font-weight:700;color:#000;text-align:center}.mb-checkout-popup-progress{width:250px;height:5px;background:#eee;border-radius:3px;overflow:hidden}.mb-checkout-popup-bar{height:100%;background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);border-radius:3px;animation:mb-progress 2s ease-in-out infinite}.mb-wait-text{animation:mb-fadeIn .5s ease}@keyframes mb-fadeIn{0%{opacity:0}to{opacity:.7}}.mb-dots:after{content:"";animation:mb-dots 1.5s infinite}@keyframes mb-dots{0%{content:""}20%{content:"."}40%{content:".."}60%{content:"..."}to{content:""}}.m-product-form--wrapper .m-add-to-cart{display:none!important}.mb-userpopup-overlay{display:none;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#0000008c!important;z-index:2147483647!important;align-items:center!important;justify-content:center!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mb-userpopup-overlay.show{display:flex!important}.mb-userpopup{background:#fff;border-radius:20px;padding:28px 24px;max-width:400px;width:calc(100% - 32px);animation:mb-popIn .3s ease;position:relative;box-shadow:0 25px 80px #00000040;margin:auto}.mb-userpopup-close{position:absolute;top:12px;right:12px;width:28px;height:28px;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.mb-userpopup-close:hover{background:#e5e5e5}.mb-userpopup-close svg{width:14px;height:14px;stroke:#666;fill:none}.mb-userpopup-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff9d86,#ff6ef8,#3dbaff);color:#fff;font-size:12px;font-weight:800;padding:6px 14px;border-radius:20px;margin-bottom:14px}.mb-userpopup-title{font-size:20px;font-weight:800;color:#000;margin-bottom:6px}.mb-userpopup-subtitle{font-size:13px;color:#888;margin-bottom:18px;line-height:1.5}.mb-userpopup .mb-username-input-wrapper{margin-bottom:4px}.mb-userpopup .mb-search-dropdown{max-height:220px}.mb-userpopup-confirm{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;background:#000;border:none;border-radius:12px;cursor:pointer;transition:all .2s;gap:8px;margin-top:12px}.mb-userpopup-confirm:hover:not(:disabled){opacity:.9}.mb-userpopup-confirm:disabled{opacity:.4;cursor:not-allowed}.mb-userpopup-confirm-text{font-family:inherit;font-weight:800;display:flex;align-items:center;gap:6px}.mb-userpopup-confirm-text .white{color:#fff;font-size:15px}.mb-userpopup-confirm-text .gradient{background:linear-gradient(90deg,#ff9d86,#ff6ef8,#3dbaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:15px}.mb-userpopup-confirm .mb-spinner{border-color:#ffffff4d;border-top-color:#fff}.mb-userpopup-confirm.loading .mb-userpopup-confirm-text{display:none}.mb-userpopup-confirm.loading .mb-spinner{display:block}.mb-userpopup-confirm-cart{display:none;align-items:center;justify-content:center;width:100%;padding:14px;background:transparent;border:1.5px solid #e5e5e5;border-radius:12px;cursor:pointer;transition:all .2s;gap:8px;margin-top:12px}.mb-userpopup-confirm-cart:hover:not(:disabled){border-color:#000;background:#fafafa}.mb-userpopup-confirm-cart:disabled{opacity:.4;cursor:not-allowed}.mb-userpopup-confirm-cart-text{font-family:inherit;font-weight:600;font-size:14px;color:#000}.mb-userpopup-confirm-cart .mb-spinner{display:none;border-color:#0003;border-top-color:#000}.mb-userpopup-confirm-cart.loading .mb-userpopup-confirm-cart-text{display:none}.mb-userpopup-confirm-cart.loading .mb-spinner{display:block}.mb-userpopup .mb-guide-link{margin-top:6px}.mb-userpopup .mb-guide-panel{margin-bottom:0}@media(max-width:480px){.mb-qty-pill{padding:8px 4px}.mb-qty-value{font-size:14px}.mb-more-grid .mb-qty-value{font-size:11px}.mb-delivery-options{flex-direction:column;gap:8px}.mb-buy-now-text .white,.mb-buy-now-text .gradient{font-size:13px}.mb-userpopup{padding:24px 18px}.mb-userpopup-title{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/myboost-variant-selector.css.map */
