.brochure-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:9999;padding:20px;box-sizing:border-box}.brochure-popup-overlay.active{opacity:1;visibility:visible}body.popup-open{overflow:hidden;height:100vh}.brochure-popup{background:#fff;border-radius:0;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;position:relative;transform:scale(.9) translateY(30px);transition:all .3s ease;box-shadow:0 10px 40px #00000026;border:1px solid #e5e5e5}.brochure-popup-overlay.active .brochure-popup{transform:scale(1) translateY(0)}.brochure-popup__header{background:#f8f9fa;color:#000;padding:20px 30px;border-bottom:1px solid #e5e5e5;position:relative;display:flex;align-items:center;justify-content:space-between}.brochure-popup__title{font-size:18px;font-weight:700;margin:0;color:#000;text-transform:uppercase;letter-spacing:.5px}.brochure-popup__close{background:none;border:none;color:#666;width:24px;height:24px;cursor:pointer;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;transition:color .2s ease;padding:0}.brochure-popup__close:hover{color:#000}.brochure-popup__close svg{width:20px;height:20px}.brochure-popup__body{padding:30px}.brochure-popup__description{color:#666;font-size:14px;line-height:1.5;margin:0 0 30px}.brochure-popup__form{display:block}.brochure-popup__form-group{margin-bottom:20px}.brochure-popup__label{display:block;margin-bottom:6px;font-weight:400;color:#000;font-size:14px}.brochure-popup__label .required{color:#007bff;margin-left:2px}.brochure-popup__input{width:100%;padding:12px;border:1px solid #cccccc;border-radius:0;font-size:14px;font-family:inherit;transition:border-color .2s ease;background:#fff;box-sizing:border-box;color:#666}.brochure-popup__input::placeholder{color:#999;font-style:italic}.brochure-popup__input:focus{outline:none;border-color:#007bff;color:#000}.brochure-popup__select-wrapper{position:relative}.brochure-popup__select{width:100%;padding:12px 40px 12px 12px;border:1px solid #cccccc;border-radius:0;font-size:14px;font-family:inherit;background:#fff;color:#000;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;box-sizing:border-box}.brochure-popup__select:focus{outline:none;border-color:#007bff}.brochure-popup__select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666}.brochure-popup__newsletter-section{margin-top:30px;margin-bottom:25px}.brochure-popup__newsletter-title{font-size:16px;font-weight:600;color:#000;margin:0 0 15px}.brochure-popup__checkbox-group{display:flex;align-items:flex-start;gap:10px}.brochure-popup__checkbox{width:16px;height:16px;margin:2px 0 0;cursor:pointer;flex-shrink:0}.brochure-popup__checkbox-label{margin:0;font-size:14px;color:#000;line-height:1.4;cursor:pointer;font-weight:400}.brochure-popup__submit{width:auto;background:#666;color:#fff;border:none;padding:12px 20px;border-radius:0;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease;display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.brochure-popup__submit:hover{background:#555}.brochure-popup__submit:focus{outline:2px solid #007bff;outline-offset:2px}.brochure-popup__submit.loading{pointer-events:none;opacity:.7}.brochure-popup__submit-arrow{transition:transform .2s ease}.brochure-popup__submit:hover .brochure-popup__submit-arrow{transform:translate(2px)}.brochure-popup__spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:brochure-spin 1s linear infinite}.brochure-popup__submit.loading .brochure-popup__spinner{display:block}@keyframes brochure-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brochure-popup__required-note{color:#666;font-size:12px;margin:15px 0 0;line-height:1.4}.brochure-popup__success{display:none;text-align:center;padding:20px 0}.brochure-popup__success.active{display:block}.brochure-popup__success-icon{width:60px;height:60px;background:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.brochure-popup__success-title{color:#000;margin:0 0 10px;font-size:20px;font-weight:600}.brochure-popup__success-text{color:#666;margin:0 0 20px;font-size:14px;line-height:1.5}.brochure-popup__download-btn{background:#007bff;color:#fff;border:none;padding:12px 20px;border-radius:0;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease;text-transform:uppercase;letter-spacing:.5px}.brochure-popup__download-btn:hover{background:#0052a3}@media (max-width: 768px){.brochure-popup-overlay{padding:15px}.brochure-popup{max-width:100%;max-height:95vh}.brochure-popup__header{padding:15px 20px}.brochure-popup__body{padding:20px}.brochure-popup__title{font-size:16px}}@media (max-width: 480px){.brochure-popup-overlay{padding:10px}.brochure-popup__header{padding:15px}.brochure-popup__body{padding:20px 15px}.brochure-popup__input,.brochure-popup__select{font-size:16px}}@media (prefers-contrast: high){.brochure-popup{border:2px solid #000}.brochure-popup__input,.brochure-popup__select{border-color:#000}}@media (prefers-reduced-motion: reduce){.brochure-popup-overlay,.brochure-popup,.brochure-popup__submit-arrow{transition:none}.brochure-popup__spinner{animation:none}}.brochure-popup__input:focus-visible,.brochure-popup__select:focus-visible,.brochure-popup__submit:focus-visible,.brochure-popup__download-btn:focus-visible,.brochure-popup__close:focus-visible{outline:2px solid #007bff;outline-offset:2px}.brochure-popup__checkbox:focus-visible{outline:2px solid #007bff;outline-offset:1px}.brochure-popup__download-btn{background:#00d4aa;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.brochure-popup__download-btn:hover{background:#00c199;transform:translateY(-1px);box-shadow:0 6px 20px #00d4aa4d}.brochure-popup__download-btn:focus{outline:2px solid rgba(0,212,170,.5);outline-offset:2px}@media (max-width: 768px){.brochure-popup-overlay{padding:15px}.brochure-popup{max-width:100%;border-radius:16px;max-height:95vh}.brochure-popup__header{padding:30px 25px;border-radius:16px 16px 0 0}.brochure-popup__header:before{border-radius:16px 16px 0 0}.brochure-popup__title{font-size:24px}.brochure-popup__subtitle{font-size:15px}.brochure-popup__body{padding:30px 25px}.brochure-popup__close{top:15px;right:15px;width:36px;height:36px;font-size:20px}}@media (max-width: 480px){.brochure-popup-overlay{padding:10px}.brochure-popup{border-radius:12px}.brochure-popup__header{padding:25px 20px;border-radius:12px 12px 0 0}.brochure-popup__header:before{border-radius:12px 12px 0 0}.brochure-popup__body{padding:25px 20px}.brochure-popup__title{font-size:22px}.brochure-popup__image,.brochure-popup__icon-default{width:60px;height:60px;margin-bottom:16px}.brochure-popup__icon-default svg{width:36px;height:36px}.brochure-popup__success-icon{width:60px;height:60px}.brochure-popup__input{padding:14px;font-size:16px}.brochure-popup__submit{padding:16px 20px}}@media (prefers-contrast: high){.brochure-popup{border:2px solid #000}.brochure-popup__input{border-color:#000}.brochure-popup__input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff}}@media (prefers-reduced-motion: reduce){.brochure-popup-overlay,.brochure-popup,.brochure-popup__close,.brochure-popup__submit,.brochure-popup__download-btn,.brochure-popup__input{transition:none}.brochure-popup__spinner,.brochure-popup__success-icon{animation:none}.brochure-popup-overlay.active .brochure-popup{transform:none}}@media (prefers-color-scheme: dark){.brochure-popup{background:#1a1a1a;color:#fff}.brochure-popup__label{color:#e5e7eb}.brochure-popup__input{background:#2d2d2d;border-color:#404040;color:#fff}.brochure-popup__input:focus{background:#333;border-color:#667eea}.brochure-popup__checkbox-label{color:#d1d5db}.brochure-popup__success-title{color:#fff}.brochure-popup__success-text{color:#d1d5db}}@media print{.brochure-popup-overlay{display:none!important}}.brochure-popup-overlay:not(.active){pointer-events:none}.brochure-popup-overlay.active{pointer-events:all}.brochure-popup__submit.loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff1a;animation:brochure-pulse 1.5s ease-in-out infinite}@keyframes brochure-pulse{0%,to{opacity:0}50%{opacity:1}}.brochure-popup::-webkit-scrollbar{width:6px}.brochure-popup::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 0 20px}.brochure-popup::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.brochure-popup::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.brochure-popup__input:focus-visible,.brochure-popup__submit:focus-visible,.brochure-popup__download-btn:focus-visible,.brochure-popup__close:focus-visible{outline:2px solid #667eea;outline-offset:2px}.brochure-popup__checkbox:focus-visible{outline:2px solid #667eea;outline-offset:1px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/brochure-popup.css.map */
