.btn-service-install{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;margin-top:10px;background:#1a1a1a;color:#fff;border:2px solid #1A1A1A;border-radius:8px;font-size:15px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:all .2s ease;font-family:inherit;position:relative;overflow:hidden}.btn-service-install:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,184,0,.2),transparent);transition:left .5s ease}.btn-service-install:hover{background:#ffb800;color:#1a1a1a;border-color:#ffb800;transform:translateY(-1px);box-shadow:0 4px 12px #ffb8004d}.btn-service-install:hover:before{left:100%}.btn-service-install:active{transform:translateY(0)}.btn-service-install svg{flex-shrink:0}.service-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity .25s ease}.service-modal[aria-hidden=false]{display:flex;opacity:1}.service-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.service-modal__container{position:relative;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;padding:28px;box-shadow:0 25px 50px -12px #00000080;animation:serviceModalIn .3s cubic-bezier(.16,1,.3,1)}@keyframes serviceModalIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.service-modal__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #EEEEEE}.service-modal__title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.service-modal__subtitle{font-size:13px;color:#666;margin:0}.service-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;color:#1a1a1a;transition:all .2s ease;flex-shrink:0}.service-modal__close:hover{background:#ffb800;transform:rotate(90deg)}.service-modal__product{display:flex;gap:12px;padding:12px;background:#fafafa;border-radius:10px;margin-bottom:20px;align-items:center}.service-modal__product img{width:60px;height:60px;object-fit:cover;border-radius:8px;background:#fff;border:1px solid #EEEEEE}.service-modal__product-info{flex:1;min-width:0}.service-modal__product-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-modal__product-price{font-size:16px;font-weight:700;color:#3d5afe}.service-modal__section{margin-bottom:20px}.service-modal__section-label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:10px}.service-modal__step-num{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:#ffb800;color:#1a1a1a;font-size:12px;font-weight:700;border-radius:50%}.service-modal__hint{display:block;font-size:12px;color:#888;margin-top:6px}.service-modal__locations{display:grid;grid-template-columns:1fr 1fr;gap:10px}.service-location-card{position:relative;cursor:pointer;display:block}.service-location-card input[type=radio]{position:absolute;opacity:0;pointer-events:none}.service-location-card__content{padding:14px;background:#fff;border:2px solid #EEEEEE;border-radius:10px;transition:all .2s ease;height:100%}.service-location-card:hover .service-location-card__content{border-color:#bbb;background:#fafafa}.service-location-card input[type=radio]:checked+.service-location-card__content{border-color:#ffb800;background:#fffbf0;box-shadow:0 0 0 3px #ffb80026}.service-location-card__name{font-size:14px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.service-location-card__addr{font-size:12px;color:#666;line-height:1.4;margin-bottom:6px}.service-location-card__badge{display:inline-block;font-size:10px;font-weight:600;padding:3px 8px;background:#1a1a1a;color:#fff;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.service-modal__date-input{width:100%;padding:12px 14px;border:2px solid #EEEEEE;border-radius:10px;font-size:14px;color:#1a1a1a;font-family:inherit;transition:border-color .2s ease}.service-modal__date-input:focus{outline:none;border-color:#ffb800;box-shadow:0 0 0 3px #ffb80026}.service-modal__time-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.service-time-slot{position:relative;cursor:pointer}.service-time-slot input[type=radio]{position:absolute;opacity:0;pointer-events:none}.service-time-slot span{display:block;padding:10px 8px;text-align:center;background:#fff;border:2px solid #EEEEEE;border-radius:8px;font-size:13px;font-weight:600;color:#1a1a1a;transition:all .2s ease}.service-time-slot:hover span{border-color:#bbb;background:#fafafa}.service-time-slot input[type=radio]:checked+span{background:#1a1a1a;border-color:#1a1a1a;color:#ffb800}.service-time-slot input[type=radio]:disabled+span{opacity:.4;cursor:not-allowed;background:#f5f5f5}.service-modal__text-input{width:100%;padding:12px 14px;border:2px solid #EEEEEE;border-radius:10px;font-size:14px;color:#1a1a1a;font-family:inherit;transition:border-color .2s ease}.service-modal__text-input:focus{outline:none;border-color:#ffb800;box-shadow:0 0 0 3px #ffb80026}.service-modal__summary{padding:16px;background:#f8f8f8;border-radius:10px;margin-bottom:16px}.service-modal__summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;color:#555}.service-modal__summary-row--total{margin-top:6px;padding-top:12px;border-top:1px dashed #DDDDDD;font-size:17px;font-weight:700;color:#1a1a1a}.service-modal__summary-row--total span:last-child{color:#3d5afe}.service-modal__error{padding:12px 16px;background:#fee;border:1px solid #FCC;border-radius:8px;color:#c33;font-size:13px;margin-bottom:16px}.service-modal__actions{display:grid;grid-template-columns:1fr 2fr;gap:10px}.service-modal__btn-secondary,.service-modal__btn-primary{padding:14px 20px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;border:2px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px}.service-modal__btn-secondary{background:#fff;color:#666;border-color:#eee}.service-modal__btn-secondary:hover{background:#f5f5f5;color:#1a1a1a}.service-modal__btn-primary{background:#ffb800;color:#1a1a1a}.service-modal__btn-primary:hover{background:orange;transform:translateY(-1px);box-shadow:0 6px 16px #ffb80066}.service-modal__btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.service-modal__btn-spinner{animation:serviceSpinner .8s linear infinite}@keyframes serviceSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:540px){.service-modal__container{padding:20px;border-radius:12px}.service-modal__title{font-size:18px}.service-modal__locations{grid-template-columns:1fr}.service-modal__time-slots{grid-template-columns:repeat(3,1fr)}.service-modal__actions{grid-template-columns:1fr}}.product-form__service-wrapper{flex:0 0 100%!important;width:100%!important;max-width:100%!important;margin-top:16px;padding-top:16px;border-top:1px dashed #E0E0E0;display:block!important}.product-form__service-wrapper .btn-service-install{width:100%!important;display:flex!important}.product-form__service-wrapper{display:block!important;width:100%!important;flex:1 1 100%!important;flex-basis:100%!important;order:999!important;margin-top:20px!important;padding-top:16px!important;border-top:1px dashed #E0E0E0!important;clear:both!important}.product-form__service-wrapper .btn-service-install{width:100%!important;display:flex!important;margin:0!important}.product-form__service-wrapper,.product-form__service-wrapper~*,.product-form,.product__form,form[action*="/cart/add"],form[action*="/cart/add"]>div,form[action*="/cart/add"] .product-form__item,.product-form__item,.product-form__buttons,.product-form__cart-submit-wrap{flex-wrap:wrap!important}.product-form__service-wrapper{margin-left:0!important;margin-right:0!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/service-installation.css.map */
