.multistore-popup-outter-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:999999;padding:20px;display:none}.multistore-popup-outter-wrapper.active{display:flex}.multistore-popup-inner-wrapper{width:100%;max-width:1200px;max-height:90vh;overflow-y:auto}.multistore-popup-wrapper{background-color:#fff;border-radius:8px;padding:40px;position:relative}.msp-top-wrapper{position:absolute;top:20px;right:20px}.msp-top-wrapper button{background:0 0;border:none;color:#999;font-size:12px;cursor:pointer;transition:color .3s;font-weight:400;padding:0;margin-right:20px;border-bottom:1px solid transparent}.msp-top-wrapper button:hover{background:0 0;border-bottom:1px solid;color:#666}.msp-top-wrapper{margin-top:-15px}.msp-img-wrapper{text-align:center;margin-bottom:30px}.msp-img-wrapper img{max-width:200px;height:auto}.multistore-popup-wrapper h2{text-align:center;font-size:22px;font-weight:700;color:#333;margin:-25px 0 25px}.msp-stores-wrapper{display:flex;gap:30px;justify-content:center;flex-wrap:wrap}.msp-store-wrapper{position:relative;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:30px;width:100%;max-width:450px;display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer}.msp-store-wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.msp-catg{position:absolute;top:20px;right:20px;padding:6px 16px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.msp-store-wrapper.msp-store-8017 .msp-catg,.msp-store-wrapper.msp-store-8093 .msp-catg{background-color:#28a745;color:#fff}.msp-store-wrapper .msp-catg{background-color:#dc3545;color:#fff}.msp-icn{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s ease;margin-top:-19px}.msp-store-wrapper.msp-store-8017 .msp-icn,.msp-store-wrapper.msp-store-8093 .msp-icn{background-color:#28a745;color:#fff}.msp-store-wrapper .msp-icn{background-color:#dc3545;color:#fff}.msp-store-wrapper:hover.msp-store-8017 .msp-icn,.msp-store-wrapper:hover.msp-store-8093 .msp-icn{background-color:#fff;color:#28a745;border:2px solid #28a745}.msp-store-wrapper:hover.msp-store-wrapper .msp-icn{background-color:#fff;color:#dc3545;border:2px solid #dc3545}.msp-icn svg{width:28px;height:28px}.msp-txt h3{font-size:20px;font-weight:700;margin:0 0 8px}.msp-store-wrapper.msp-store-8017 .msp-txt h3,.msp-store-wrapper.msp-store-8093 .msp-txt h3{color:#28a745}.msp-store-wrapper .msp-txt h3{color:#333}.msp-add{color:#666;font-size:14px;margin:0 0 20px;display:flex;align-items:center}.msp-add:before{content:"📍";margin-right:6px;font-size:16px}.msp-txt ul{list-style:none;padding:0;margin:0 0 24px}.msp-txt ul li{color:#666;font-size:14px;margin-bottom:10px;padding-left:24px;position:relative}.msp-txt ul li:before{content:"●";position:absolute;left:0;font-size:10px;top:2px;color:#28a745}.msp-txt>button{width:100%;padding:14px 24px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid}.msp-store-wrapper.msp-store-8017 .msp-txt>button,.msp-store-wrapper.msp-store-8093 .msp-txt>button{background-color:#fff;color:#28a745;border-color:#28a745}.msp-store-wrapper.msp-store-8017 .msp-txt>button:hover,.msp-store-wrapper.msp-store-8093 .msp-txt>button:hover{background-color:#28a745;color:#fff}.msp-store-wrapper:hover.msp-store-8017,.msp-store-wrapper:hover.msp-store-8093{border-color:#28a745}.msp-store-wrapper:hover.msp-store-wrapper{border-color:#dc3545}.msp-store-wrapper.selected{background:#ffeded;box-shadow:0 0 11px 6px #f0f0f0;transform:translateY(-2px)}.msp-geo-search{display:flex;flex-direction:column;gap:10px;margin-top:4px}.msp-geo-input-row{display:flex;gap:8px;align-items:stretch;flex-direction:column}#msp-city-input{flex:1;padding:11px 14px;border:2px solid #dc3545;border-radius:6px;font-size:14px;color:#333;outline:none;transition:border-color .2s,box-shadow .2s;background:#fff;min-width:0}#msp-city-input::placeholder{color:#bbb}#msp-city-input:focus{border-color:#b02030;box-shadow:0 0 0 3px rgba(220,53,69,.15)}#msp-find-store-btn{display:inline-flex;align-items:center;gap:6px;padding:11px 16px;border:2px solid #dc3545;border-radius:6px;background:#dc3545;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .25s,border-color .25s,opacity .2s;white-space:nowrap;flex-shrink:0}#msp-find-store-btn:hover:not(:disabled){background:#b02030;border-color:#b02030}#msp-find-store-btn:disabled{opacity:.65;cursor:default}#msp-find-store-btn svg{flex-shrink:0}#msp-find-store-btn.msp-loading .msp-btn-label:after{content:'';display:inline-block;width:10px;height:10px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:msp-spin .7s linear infinite;margin-left:6px;vertical-align:middle}@keyframes msp-spin{to{transform:rotate(360deg)}}.msp-geo-result{font-size:13px;padding:8px 12px;border-radius:6px;min-height:36px;line-height:1.5;display:flex;align-items:center;gap:6px;transition:all .3s ease}.msp-geo-result:empty{display:none}.msp-result-ok{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.msp-result-warn{background:#fff3cd;color:#856404;border:1px solid #ffc107}.msp-result-err{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.msp-result-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.msp-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(12,84,96,.3);border-top-color:#0c5460;border-radius:50%;animation:msp-spin .7s linear infinite;flex-shrink:0}#mst-selector{position:fixed;z-index:9999;bottom:40px;left:25px;cursor:pointer}.mst-switcher-icon{background:#fef2f2;text-align:center;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:26px;margin:0 auto}.change-magazin{background:#fff;border-radius:10px;padding:0 10px;margin-top:2px}#mst-selector svg{color:#e4000e;width:29px !important;height:auto !important}.change-magazin strong{display:block;text-align:center}#multistore-delivery-note{color:#e30012;margin-top:10px}.stock.in-stock{display:none}.locsoldout{display:none}.woocommerce-product-attributes.shop_attributes>tbody>.woocommerce-product-attributes-item:has(th:only-child){display:none}#location-stock-table-simple tr{cursor:auto;pointer-events:none}@media (max-width:768px){.multistore-popup-wrapper{padding:30px 20px}.msp-stores-wrapper{flex-direction:column}.msp-store-wrapper{max-width:100%}.multistore-popup-wrapper h2{font-size:24px}.msp-img-wrapper img{max-width:200px}.msp-geo-input-row{flex-direction:column}#msp-find-store-btn{width:100%;justify-content:center}#mst-selector{bottom:120px}}.one-box-bsp .multistore-popup-inner-wrapper{max-width:400px}.one-box-bsp .msp-store-wrapper.msp-store-main.msp-store-8017,.one-box-bsp .msp-store-wrapper.msp-store-main.msp-store-8093{display:none}.one-box-bsp .msp-store-wrapper{max-width:650px}#msp-page-overlay{display:none;position:fixed;inset:0;width:100%;height:100%;background:rgba(0,0,0,.58);z-index:99999999;align-items:center;justify-content:center;opacity:0;transition:opacity .18s ease}#msp-page-overlay.active{display:flex;opacity:1}.msp-page-overlay__spinner{display:flex;align-items:center;justify-content:center}.msp-page-overlay__ring{width:60px;height:60px;border:5px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:msp-spin .75s linear infinite;box-shadow:0 0 20px rgba(0,0,0,.3)}#msp-city-select+.select2-container{flex:1;min-width:0}.msp-geo-input-row .select2-container--default .select2-selection--single{height:46px;border:2px solid #dc3545;border-radius:6px;background:#fff;display:flex;align-items:center;transition:border-color .2s,box-shadow .2s}.msp-geo-input-row .select2-container--default.select2-container--focus .select2-selection--single,.msp-geo-input-row .select2-container--default.select2-container--open .select2-selection--single{border-color:#b02030;box-shadow:0 0 0 3px rgba(220,53,69,.15);outline:none}.msp-geo-input-row .select2-container--default .select2-selection--single .select2-selection__rendered{color:#333;font-size:14px;line-height:42px;padding-left:14px;padding-right:36px}.msp-geo-input-row .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#bbb}.msp-geo-input-row .select2-container--default .select2-selection--single .select2-selection__arrow{height:42px;right:8px}.msp-geo-input-row .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#dc3545 transparent transparent}.msp-geo-input-row .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #dc3545}.msp-geo-input-row .select2-container--default .select2-selection--single .select2-selection__clear{color:#dc3545;font-size:16px;margin-right:6px;font-weight:700}.msp-geo-input-row .select2-container--default .select2-selection--single .select2-selection__clear:hover{color:#b02030}.select2-dropdown{border:2px solid #dc3545;border-radius:6px;box-shadow:0 6px 20px rgba(0,0,0,.12);z-index:1000000}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #e0e0e0;border-radius:4px;font-size:14px;padding:6px 10px;outline:none;transition:border-color .2s}.select2-container--default .select2-search--dropdown .select2-search__field:focus{border-color:#dc3545;box-shadow:0 0 0 2px rgba(220,53,69,.12)}.select2-container--default .select2-results__option{font-size:14px;padding:8px 14px;color:#333}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#dc3545;color:#fff}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#fde8ea;color:#b02030}.select2-container--default .select2-results__message,.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;font-size:13px;font-style:italic}.woocommerce-product-attributes.shop_attributes>tbody>.woocommerce-product-attributes-item:has(th:only-child){display:none}.msp-delivery-modes{margin:16px 0 14px}.msp-delivery-modes__title{font-size:20px;font-weight:700;letter-spacing:.05em;color:#555;text-transform:uppercase;margin:0 0 10px;padding:0}.msp-delivery-modes__pills{display:flex;gap:12px;flex-wrap:wrap;list-style:none;margin:0;padding:0}.msp-delivery-pill{display:flex;align-items:center;gap:10px;padding:10px 18px 10px 14px;border:1px solid #e0e0e0;border-radius:50px;background:#fafafa;min-width:250px;cursor:default;user-select:none}.msp-pill__dot{flex-shrink:0;display:inline-block;width:10px;height:10px;border-radius:50%}.msp-pill--green .msp-pill__dot{background-color:#4caf50}.msp-pill--red .msp-pill__dot{background-color:#9e2a2b}.msp-pill__info{display:flex;flex-direction:column;line-height:1.3}.msp-pill__label{font-size:15px;font-weight:500;color:#222}.msp-pill__sub{font-size:14px;color:#666}.msp-pill--red .msp-pill__sub{color:#9e2a2b}.Wcmlim_container.wcmlim_product.wclim-table_view{display:none !important}@media (max-width:400px){.msp-delivery-modes__pills{flex-direction:column}.msp-delivery-pill{min-width:0}}#wcmlim-storeshrtsearchlocation_btn{display:inline-flex !important;align-items:center;gap:8px;padding:7px 16px 7px 12px !important;background:#fff !important;color:#1a1a1a !important;border:1.5px solid rgba(0,0,0,.08) !important;border-radius:999px !important;font-size:13px !important;line-height:1.2;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}#wcmlim-storeshrtsearchlocation_btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.16);border-color:rgba(228,0,14,.35) !important}#wcmlim-storeshrtsearchlocation_btn .dashicons-location{color:#e4000e;font-size:18px;width:18px;height:18px}#wcmlim-storeshrtselected{font-weight:700}#wcmlim-storeshrtmodal{display:none !important}#msp-find-store-btn{display:none !important}.dgwt-wcas-search-wrapp{max-width:none !important}.wd-header-search-form{width:100%}.mst-switcher-icon{display:none}