.agendamento-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.agendamento-popup.is-open{opacity:1;visibility:visible}.agendamento-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.agendamento-popup__container{position:relative;background:#fff;border:1px solid #000000;max-width:900px;width:90%;max-height:90vh;overflow-y:auto;padding:50px;transform:scale(.95);transition:transform .3s ease}.agendamento-popup.is-open .agendamento-popup__container{transform:scale(1)}.agendamento-popup__container--small{max-width:450px;padding:40px}.agendamento-form__fields{display:flex;flex-direction:column}.agendamento-form__fields .agendamento-form__field:last-of-type{margin-bottom:25px}.agendamento-form__fields .agendamento-form__textarea{min-height:120px}.agendamento-form__submit--full{width:100%;margin-left:0}.agendamento-popup__close{position:absolute;top:15px;right:15px;width:30px;height:30px;min-width:30px;min-height:30px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;color:#000;transition:opacity .2s ease;z-index:100;padding:0;margin:0}.agendamento-popup__close svg{width:18px;height:18px;flex-shrink:0}.agendamento-popup__close:hover{opacity:.6}.agendamento-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.agendamento-form__left,.agendamento-form__right{display:flex;flex-direction:column}.agendamento-form__left{justify-content:space-between}.agendamento-form__left .agendamento-form__field:last-child{flex:1;display:flex;flex-direction:column;margin-bottom:0}.agendamento-form__left .agendamento-form__field:last-child .agendamento-form__textarea{flex:1;min-height:120px}.agendamento-form__field{margin-bottom:20px}.agendamento-form__label{display:block;font-family:Cabinet Grotesk,sans-serif;font-size:13px;font-weight:500;color:#000;margin-bottom:8px}.agendamento-popup .agendamento-form__input,.agendamento-popup .agendamento-form__textarea,.agendamento-popup .agendamento-form__select{width:100%;padding:14px 16px;border:1px solid #000000;font-family:Cabinet Grotesk,sans-serif;font-size:14px;color:#000;background:#fff;transition:border-color .2s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;box-shadow:none}.agendamento-popup .agendamento-form__input::placeholder,.agendamento-popup .agendamento-form__textarea::placeholder{color:#999}.agendamento-popup .agendamento-form__input:focus,.agendamento-popup .agendamento-form__textarea:focus,.agendamento-popup .agendamento-form__select:focus{outline:none;border:1px solid #000000;box-shadow:none}.agendamento-popup input[type=text],.agendamento-popup input[type=email],.agendamento-popup input[type=tel],.agendamento-popup textarea,.agendamento-popup select{border:1px solid #000000;border-radius:0;box-shadow:none}.agendamento-form__textarea{resize:none}.agendamento-form__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image: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='%23000000' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:45px;cursor:pointer}.agendamento-calendar{border:1px solid #000000;padding:20px;margin-bottom:20px}.agendamento-calendar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.agendamento-calendar__title{font-family:Cabinet Grotesk,sans-serif;font-size:14px;font-weight:500;color:#000}.agendamento-calendar__nav{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid #000000;border-radius:50%;cursor:pointer;color:#000;transition:all .2s ease}.agendamento-calendar__nav:hover{background:#f5f5f5}.agendamento-calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-bottom:10px}.agendamento-calendar__weekdays span{font-family:Cabinet Grotesk,sans-serif;font-size:11px;font-weight:500;color:#000;text-align:center;padding:5px}.agendamento-calendar__days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.agendamento-calendar__day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-family:Cabinet Grotesk,sans-serif;font-size:13px;color:#000;background:none;border:none;cursor:pointer;transition:all .2s ease;border-radius:50%}.agendamento-calendar__day:hover:not(.agendamento-calendar__day--disabled):not(.agendamento-calendar__day--empty){background:#f5f5f5}.agendamento-calendar__day--empty{cursor:default}.agendamento-calendar__day--disabled{color:#ccc;cursor:not-allowed}.agendamento-popup .agendamento-calendar__day--selected,.agendamento-calendar__day--selected{background:#000;color:#fff}.agendamento-time{margin-bottom:25px}.agendamento-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:auto;padding:16px 30px;background:#fff;border:1px solid #000000;border-radius:50px;font-family:Cabinet Grotesk,sans-serif;font-size:12px;font-weight:500;letter-spacing:1px;color:#000;cursor:pointer;transition:all .2s ease;text-transform:uppercase;margin-left:auto}.agendamento-form__submit:hover{background:#000;color:#fff}.agendamento-form__bottom{display:flex;align-items:center;gap:20px}.agendamento-form__bottom .agendamento-time{flex:1;margin-bottom:0}.agendamento-sucesso{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;min-height:300px}.agendamento-sucesso svg{margin-bottom:20px}.agendamento-sucesso h3{font-family:Cabinet Grotesk,sans-serif;font-size:24px;font-weight:500;color:#000;margin:0 0 10px}.agendamento-sucesso p{font-family:Cabinet Grotesk,sans-serif;font-size:14px;color:#666;margin:0 0 30px}@media screen and (max-width:768px){.agendamento-popup__container{padding:40px 20px 30px;width:95%}.agendamento-popup__close{top:10px;right:10px}.agendamento-form__grid{grid-template-columns:1fr;gap:30px}.agendamento-calendar{padding:15px}.agendamento-form__bottom{flex-direction:column;align-items:stretch}.agendamento-form__submit{width:100%;margin-left:0}}@media screen and (max-width:480px){.agendamento-popup__container{padding:40px 15px 25px}.agendamento-popup__close{top:8px;right:8px;width:28px;height:28px;min-width:28px;min-height:28px}.agendamento-popup__close svg{width:16px;height:16px}.agendamento-calendar__weekdays span{font-size:10px}.agendamento-calendar__day{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/popup-agendamento.css.map */
