.terms-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:9999;justify-content:center;align-items:center;animation:fadeIn .3s ease-in-out}.terms-modal-overlay.active{display:flex}.terms-modal-content{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:80vh;overflow:hidden;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.terms-modal-header{padding:24px 24px 16px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.terms-modal-header h2{margin:0;font-size:24px;font-weight:600;color:#333}.terms-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s,color .2s}.terms-modal-close:hover{background-color:#f5f5f5;color:#333}.terms-modal-close:focus-visible{outline:2px solid #333;outline-offset:2px}.terms-modal-body{padding:24px;overflow-y:auto;flex:1}.terms-modal-body h3{font-size:18px;font-weight:600;margin-top:20px;margin-bottom:12px;color:#333}.terms-modal-body h3:first-child{margin-top:0}.terms-modal-body p,.terms-modal-body ul{font-size:14px;line-height:1.6;color:#555;margin-bottom:16px}.terms-modal-body ul{padding-left:24px}.terms-modal-body li{margin-bottom:8px}.terms-modal-footer{padding:20px 24px;border-top:1px solid #e5e5e5;background-color:#f9f9f9}.terms-checkbox-wrapper{display:flex;align-items:flex-start;margin-bottom:16px;cursor:pointer}.terms-checkbox-wrapper input[type=checkbox]{margin-right:12px;margin-top:2px;cursor:pointer;width:18px;height:18px;flex-shrink:0}.terms-checkbox-wrapper input[type=checkbox]:focus-visible{outline:2px solid #333;outline-offset:2px}.terms-checkbox-wrapper label{font-size:14px;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none}.terms-accept-button{width:100%;padding:14px 24px;background-color:#333;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.terms-accept-button:hover:not(:disabled){background-color:#000}.terms-accept-button:disabled{opacity:.5;cursor:not-allowed}.terms-accept-button:focus-visible{outline:2px solid #333;outline-offset:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width: 768px){.terms-modal-content{max-width:95%;max-height:90vh}.terms-modal-header{padding:20px 16px 12px}.terms-modal-header h2{font-size:20px}.terms-modal-body,.terms-modal-footer{padding:16px}.terms-modal-body h3{font-size:16px}.terms-modal-body p,.terms-modal-body ul{font-size:13px}}body.terms-modal-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/1/assets/terms-modal.css.map */
