.custom-order-form{background-color:var(--cof-bg, #000);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding-top:var(--cof-padding-top-desktop, 60px);padding-bottom:var(--cof-padding-bottom-desktop, 60px)}.custom-order-form__inner{max-width:1280px}.custom-order-form__header{text-align:center;margin-bottom:40px}.custom-order-form__heading{font-family:Bebas-Regular,Impact,sans-serif;font-weight:500!important;text-transform:uppercase;margin:0;color:#fff;font-size:60px!important}.custom-order-form__description{color:#ffffffb3;font-size:14px}.custom-order-form__description p{margin:0}.custom-order-form__form{display:flex;flex-direction:column;gap:24px}.custom-order-form__grid{display:grid;gap:16px 24px}.custom-order-form__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.custom-order-form__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-order-form__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-order-form__grid--inspiration{grid-template-rows:repeat(2,minmax(0,1fr));align-items:stretch;min-height:320px}.custom-order-form__grid--inspiration>.custom-order-form__field{height:100%;min-height:0}.custom-order-form__grid--inspiration .custom-order-form__upload,.custom-order-form__grid--inspiration textarea{flex:1 1 0;min-height:135px;height:auto}.custom-order-form__grid--inspiration .custom-order-form__upload{display:flex;align-items:center;justify-content:center}.custom-order-form__grid--inspiration .custom-order-form__file-list{flex-shrink:0;min-height:16px}.custom-order-form__field{display:flex;flex-direction:column;gap:10px;min-width:0}.custom-order-form__field--full{width:100%}.custom-order-form__field label,.custom-order-form__label{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.4}.custom-order-form__hint{font-size:11.1px;line-height:1.45;color:#fff9}.custom-order-form__field input[type=text],.custom-order-form__field input[type=email],.custom-order-form__field input[type=tel],.custom-order-form__field input[type=date],.custom-order-form__field select,.custom-order-form__field textarea{width:100%;min-height:45px;padding:8px 10px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#0d0d0d;color:#fff;font-family:Inter,sans-serif;font-size:11.1px;font-weight:400;line-height:16px}.custom-order-form__field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;color-scheme:dark;background-color:#0d0d0d;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-opacity='.6' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:34px}.custom-order-form__field select:focus,.custom-order-form__field select:focus-visible,.custom-order-form__field input[type=text]:focus,.custom-order-form__field input[type=email]:focus,.custom-order-form__field input[type=tel]:focus,.custom-order-form__field input[type=date]:focus,.custom-order-form__field textarea:focus,.custom-order-form__field input[type=text]:focus-visible,.custom-order-form__field input[type=email]:focus-visible,.custom-order-form__field input[type=tel]:focus-visible,.custom-order-form__field input[type=date]:focus-visible,.custom-order-form__field textarea:focus-visible{outline:none;border-color:var(--cof-accent, #9ae600);box-shadow:0 0 0 1px #9ae60059}.custom-order-form__field select option,.custom-order-form__field select optgroup{background-color:#0d0d0d;color:#fff}.custom-order-form__field select option:disabled{color:#ffffff5c}.custom-order-form__field select option:checked,.custom-order-form__field select option:hover{background-color:#1a1a1a;color:var(--cof-accent, #9ae600)}.custom-order-form__field textarea{min-height:72px;resize:vertical}.custom-order-form__field input::placeholder,.custom-order-form__field textarea::placeholder{color:#ffffff5c}.custom-order-form__radio-row,.custom-order-form__radio-stack{display:flex;flex-wrap:wrap;gap:16px 24px;margin-top:4px}.custom-order-form__radio-stack{flex-direction:column;gap:8px}.custom-order-form__radio,.custom-order-form__checkbox{display:inline-flex;align-items:flex-start;gap:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;line-height:1.5}.custom-order-form__radio--muted span{color:#ffffff5c;font-size:12px}.custom-order-form__radio input,.custom-order-form__checkbox input{flex-shrink:0;width:16px;height:16px;margin-top:3px;accent-color:var(--cof-accent, #9ae600)}.custom-order-form__section{display:flex;flex-direction:column;gap:12px}.custom-order-form__section--border{padding-top:21px;border-top:1px solid rgba(255,255,255,.15)}.custom-order-form__section-title{margin:0;color:var(--cof-accent, #a1f400);font-family:Inter,sans-serif;font-size:19.2px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.custom-order-form__section-desc{margin:0;color:#8f8f8f;font-family:Inter,sans-serif;font-size:14px}.custom-order-form__product-group{display:flex;flex-direction:column;gap:16px}.custom-order-form__product-group-title{margin:0;color:var(--cof-accent, #a1f400);font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.custom-order-form__checkbox-grid{display:grid;gap:8px 24px}.custom-order-form__checkbox-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.custom-order-form__field-conditional-group{display:flex;flex-direction:column;gap:12px;margin-top:16px}.custom-order-form__upload-wrap--nested{margin-top:0}.custom-order-form__field--conditional,.custom-order-form__upload-wrap{display:flex;flex-direction:column;gap:8px;margin-top:16px}.custom-order-form [hidden]{display:none!important}.custom-order-form__upload{position:relative;display:flex;align-items:center;justify-content:center;min-height:135px;padding:24px 16px;border:2px dashed rgba(255,255,255,.2);border-radius:6px;background:#0d0d0d;cursor:pointer;text-align:center}.custom-order-form__upload input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.custom-order-form__upload-text{display:flex;flex-direction:column;gap:2px;pointer-events:none}.custom-order-form__upload-text strong{font-family:Inter,sans-serif;font-size:13.3px;font-weight:400}.custom-order-form__upload-text small{font-family:Inter,sans-serif;font-size:11.3px;color:#fff9}.custom-order-form__file-list{font-family:Inter,sans-serif;font-size:12px;color:var(--cof-accent, #9ae600)}.custom-order-form__field--design-service{gap:4px}.custom-order-form__field--design-service .custom-order-form__label{font-family:Inter,sans-serif;font-size:14px;line-height:20px}.custom-order-form__field--design-service .custom-order-form__hint{font-family:Inter,sans-serif;font-size:10.9px;line-height:16px}.custom-order-form__service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:8px;padding-bottom:20px;width:100%}.custom-order-form__service-card{position:relative;display:block;cursor:pointer;height:100%}.custom-order-form__service-card input{position:absolute;opacity:0;pointer-events:none}.custom-order-form__service-card-inner{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:166px;padding:21px;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.custom-order-form__service-card:hover .custom-order-form__service-card-inner{border-color:#9ae60073;background:#ffffff12}.custom-order-form__service-card input:checked+.custom-order-form__service-card-inner{border-color:var(--cof-accent, #9ae600);background:#9ae6001a;box-shadow:0 0 12px #9ae60026}.custom-order-form__service-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px}.custom-order-form__service-card-head-left{display:flex;align-items:center;gap:12px;min-width:0}.custom-order-form__service-card-radio{position:relative;flex-shrink:0;width:20px;height:20px;border:1px solid #767676;border-radius:50%;background:#fff;box-sizing:border-box}.custom-order-form__service-card-radio:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-radius:50%;background:var(--cof-accent, #9ae600);transform:translate(-50%,-50%) scale(0);transition:transform .15s ease}.custom-order-form__service-card input:checked+.custom-order-form__service-card-inner .custom-order-form__service-card-radio{border-color:var(--cof-accent, #9ae600);padding:4px}.custom-order-form__service-card input:checked+.custom-order-form__service-card-inner .custom-order-form__service-card-radio:after{transform:translate(-50%,-50%) scale(1)}.custom-order-form__service-card-title{font-family:Inter,sans-serif;font-size:17.4px;font-weight:700;line-height:28px;color:#fff}.custom-order-form__service-card-price{color:var(--cof-accent, #9ae600);font-family:Inter,sans-serif;font-size:16.2px;font-weight:700;line-height:28px;white-space:nowrap}.custom-order-form__service-card-body{display:flex;flex-direction:column;gap:8px;padding-left:32px}.custom-order-form__service-card-desc{margin:0;color:#ffffffb3;font-family:Inter,sans-serif;font-size:13px;line-height:20px}.custom-order-form__service-card-body ul{margin:0;padding-left:20px;color:#ffffff80;font-family:Inter,sans-serif;font-size:11.3px;line-height:16px}.custom-order-form__service-card-body li+li{margin-top:4px}.custom-order-form__info-box{display:flex;flex-direction:column;gap:12px;padding:21px;border:1px solid rgba(154,230,0,.2);border-radius:8px;background:#9ae6000d}.custom-order-form__info-box h4{margin:0;color:var(--cof-accent, #9ae600);font-family:Inter,sans-serif;font-size:13.1px;font-weight:600;line-height:20px;letter-spacing:.7px;text-transform:uppercase}.custom-order-form__info-box>p{margin:0;color:#fffc;font-family:Inter,sans-serif;font-size:13px;line-height:20px}.custom-order-form__info-box-divider{padding-top:9px;border-top:1px solid rgba(255,255,255,.1)}.custom-order-form__info-box-label{display:block;margin-bottom:4px;color:#fff9;font-family:Inter,sans-serif;font-size:10.9px;font-weight:600;line-height:16px;letter-spacing:.6px;text-transform:uppercase}.custom-order-form__info-box-quote{margin:0;color:var(--cof-accent, #9ae600);font-family:Inter,sans-serif;font-size:12.6px;font-style:italic;line-height:20px}.custom-order-form__checkbox--terms{align-items:flex-start;max-width:100%;font-size:14.9px}.custom-order-form__checkbox--terms a{color:var(--cof-accent, #9ae600);text-decoration:underline}.custom-order-form__message{padding:12px 16px;border-radius:6px;font-family:Inter,sans-serif;font-size:14px}.custom-order-form__message--error{background:#ff00001f;color:#ff8a8a}.custom-order-form__submit{display:flex;justify-content:center;padding-top:24px}.custom-order-form__button{min-width:180px;padding:16px 48px;border:0;border-radius:999px;background:var(--cof-accent, #9ae600);color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.custom-order-form__button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1024px){.custom-order-form__grid--4,.custom-order-form__grid--3,.custom-order-form__checkbox-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.custom-order-form{padding-top:var(--cof-padding-top-mobile, 40px);padding-bottom:var(--cof-padding-bottom-mobile, 40px)}.custom-order-form__grid--4,.custom-order-form__grid--3,.custom-order-form__grid--2,.custom-order-form__service-grid,.custom-order-form__checkbox-grid--4{grid-template-columns:1fr}.custom-order-form__grid--inspiration{grid-template-rows:auto;min-height:0}.custom-order-form__grid--inspiration .custom-order-form__upload,.custom-order-form__grid--inspiration textarea{flex:none;min-height:135px}}
/*# sourceMappingURL=/cdn/shop/t/76/compiled_assets/styles.css.map */
