.bd-geo-detection-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.bd-geo-detection-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.bd-geo-detection-popup__container{position:relative;background-color:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;z-index:1;animation:bd-geo-popup-fade-in .3s ease-out;margin:0 auto}@keyframes bd-geo-popup-fade-in{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.bd-geo-detection-popup__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:50%;transition:all .2s ease;z-index:10}.bd-geo-detection-popup__close:hover{background-color:#f5f5f5;color:#000}.bd-geo-detection-popup__close:focus{outline:2px solid #000;outline-offset:2px}.bd-geo-detection-popup__content{padding:20px 40px;text-align:center}.bd-geo-detection-popup__logo{margin-bottom:24px}.bd-geo-detection-popup__logo [data-logo-text]{font-size:28px;font-weight:700;color:#000;letter-spacing:-.5px}.bd-geo-detection-popup__title{font-size:24px;font-weight:600;color:#000;margin:0;line-height:1.3}.bd-geo-detection-popup__message{font-size:16px;color:#666;line-height:1.5;max-width:800px;margin:0 auto 32px}.bd-geo-detection-popup__country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:15px;margin-bottom:20px;padding:0 20px;max-width:100%;margin-left:auto;margin-right:auto}.bd-geo-detection-popup__country-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:12px 8px;border-radius:8px;transition:all .2s ease;position:relative}.bd-geo-detection-popup__country-item:hover{background-color:#f9f9f9;transform:translateY(-2px)}.bd-geo-detection-popup__country-item--detected{background-color:#f0f8ff;border:2px solid #0066cc}.bd-geo-detection-popup__country-item--has-domain{cursor:pointer}.bd-geo-detection-popup__country-item:not(.bd-geo-detection-popup__country-item--has-domain){opacity:.6;cursor:default}.bd-geo-detection-popup__country-flag{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px;background-color:#f5f5f5;border:2px solid #e0e0e0;transition:all .2s ease;overflow:hidden;position:relative}.bd-geo-detection-popup__country-flag .fi{width:100%;height:100%;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;display:block}.bd-geo-detection-popup__country-item:hover .bd-geo-detection-popup__country-flag{border-color:#06c;background-color:#fff;transform:scale(1.05)}.bd-geo-detection-popup__country-item--detected .bd-geo-detection-popup__country-flag{border-color:#06c;background-color:#fff;box-shadow:0 0 0 3px #0066cc1a}.bd-geo-detection-popup__country-name{font-size:13px;color:#333;font-weight:500;text-align:center;line-height:1.3;word-break:break-word}.bd-geo-detection-popup__country-item--detected .bd-geo-detection-popup__country-name{color:#06c;font-weight:600}.bd-geo-detection-popup__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;bottom:0;position:sticky;background:#fff;padding:10px 0}.bd-geo-detection-popup__button{padding:14px 32px;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;min-width:160px;text-align:center}.bd-geo-detection-popup__button--primary{background-color:#000;color:#fff}.bd-geo-detection-popup__button--primary:hover{background-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.bd-geo-detection-popup__button--primary:active{transform:translateY(0)}.bd-geo-detection-popup__button--secondary{background-color:transparent;color:#666;border:2px solid #e0e0e0}.bd-geo-detection-popup__button--secondary:hover{border-color:#999;color:#000;background-color:#f9f9f9}.bd-geo-detection-popup__button:focus{outline:2px solid #000;outline-offset:2px}@media screen and (max-width: 768px){.bd-geo-detection-popup__container{max-width:90%}.bd-geo-detection-popup__content{padding:20px 32px}.bd-geo-detection-popup__title{font-size:22px}.bd-geo-detection-popup__country-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:16px;padding:0 10px}.bd-geo-detection-popup__country-flag{width:56px;height:56px}.bd-geo-detection-popup__country-name{font-size:12px}.bd-geo-detection-popup__actions{flex-direction:column}.bd-geo-detection-popup__button{width:100%;min-width:auto}}@media screen and (max-width: 480px){.bd-geo-detection-popup{padding:10px}.bd-geo-detection-popup__container{max-width:100%;border-radius:8px}.bd-geo-detection-popup__content{padding:20px 24px}.bd-geo-detection-popup__title{font-size:20px;margin-bottom:0}.bd-geo-detection-popup__message{font-size:14px;margin-bottom:24px}.bd-geo-detection-popup__country-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:12px;margin-bottom:20px}.bd-geo-detection-popup__country-flag{width:48px;height:48px;margin-bottom:6px}.bd-geo-detection-popup__country-name{font-size:11px}.bd-geo-detection-popup__button{padding:12px 24px;font-size:15px}.bd-geo-detection-popup__close{top:12px;right:12px;width:36px;height:36px}}@media (prefers-reduced-motion: reduce){.bd-geo-detection-popup__container{animation:none}.bd-geo-detection-popup__country-item,.bd-geo-detection-popup__button,.bd-geo-detection-popup__close{transition:none}}@media (prefers-contrast: high){.bd-geo-detection-popup__container{border:2px solid #000}.bd-geo-detection-popup__country-item--detected{border-width:3px}}
/*# sourceMappingURL=/cdn/shop/t/322/assets/section-bd-geo-detection.css.map */
