.pp-contact-page{background:#fafaf8;min-height:calc(100vh - 80px);padding:32px 24px 80px;font-family:inherit;color:var(--pp-black, #323429)}.pp-contact-breadcrumb-wrap{max-width:720px;margin:0 auto 32px}.pp-contact-breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;color:#888}.pp-contact-breadcrumb-home{color:var(--pp-black, #323429);display:inline-flex;text-decoration:none;transition:color .15s ease}.pp-contact-breadcrumb-home:hover{color:var(--pp-accent, #3D6B50)}.pp-contact-breadcrumb-home svg{width:18px;height:18px;display:block}.pp-contact-breadcrumb-sep{color:#c7c2b5;width:14px;height:14px;flex-shrink:0}.pp-contact-breadcrumb-current{color:var(--pp-accent, #3D6B50);font-weight:500}.pp-contact-card{max-width:720px;margin:0 auto;background:#fff;border:1px solid #EAE6DC;border-radius:16px;overflow:hidden}.pp-contact-card-header{padding:26px 32px 22px;border-bottom:1px solid #EAE6DC}.pp-contact-title{font-family:Cormorant Garamond,Optima,Helvetica Neue,serif;font-size:28px;font-weight:500;color:var(--pp-black, #323429);margin:0;letter-spacing:-.01em}.pp-contact-card-body{padding:28px 32px 32px}.pp-contact-form>*+*{margin-top:0}.pp-contact-field{margin-bottom:22px;position:relative}.pp-contact-field label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:var(--pp-black, #323429)}.pp-contact-required{color:var(--pp-accent, #3D6B50);margin-left:2px;font-weight:700}.pp-contact-field input,.pp-contact-field select,.pp-contact-field textarea{width:100%;padding:12px 14px;border:1px solid var(--pp-border, #E2E2E2);border-radius:8px;background:#fff;font-size:15px;color:var(--pp-black, #323429);font-family:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.pp-contact-field input::placeholder,.pp-contact-field textarea::placeholder{color:#b5b0a3}.pp-contact-field input:focus,.pp-contact-field select:focus,.pp-contact-field textarea:focus{border-color:var(--pp-accent, #3D6B50);box-shadow:0 0 0 3px #3d6b501f}.pp-contact-field textarea{resize:vertical;min-height:140px;line-height:1.5}.pp-contact-field--select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;cursor:pointer;color:var(--pp-black, #323429)}.pp-contact-field--select select:invalid,.pp-contact-field--select select option[value=""]{color:#b5b0a3}.pp-contact-select-chevron{position:absolute;right:14px;bottom:14px;width:16px;height:16px;color:#888;pointer-events:none}.pp-contact-files{margin-bottom:26px}.pp-contact-files-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pp-contact-attach-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 20px;background:#f5f3ef;border:1px dashed #D4CEBE;border-radius:8px;cursor:pointer;color:var(--pp-black, #323429);font-size:14px;font-weight:600;transition:background .15s ease,border-color .15s ease}.pp-contact-attach-btn:hover,.pp-contact-attach-btn:focus-within{background:#efeae0;border-color:var(--pp-accent, #3D6B50)}.pp-contact-attach-btn svg{width:18px;height:18px;flex-shrink:0}.pp-contact-attach-helper{margin:8px 0 0;font-size:13px;color:#888}.pp-contact-attach-retention{color:#a8a29a}.pp-contact-file-list{margin-top:12px;display:flex;flex-direction:column;gap:8px}.pp-contact-file-list:empty{margin-top:0}.pp-contact-file-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:#f5f3ef;border:1px solid #EAE6DC;border-radius:8px;font-size:13px;color:var(--pp-black, #323429)}.pp-contact-file-row[data-status=error]{background:#fbeee8;border-color:#f0c8b8;color:#8a2a1a}.pp-contact-file-info{display:flex;align-items:center;gap:10px;overflow:hidden;flex:1;min-width:0}.pp-contact-file-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.pp-contact-file-size{color:#888;font-size:12px;flex-shrink:0}.pp-contact-file-status{font-size:13px;flex-shrink:0}.pp-contact-file-row[data-status=uploading] .pp-contact-file-status{color:#888;display:inline-flex;align-items:center;gap:4px}.pp-contact-file-row[data-status=uploaded] .pp-contact-file-status{color:var(--pp-accent, #3D6B50)}.pp-contact-spinner{width:12px;height:12px;border:1.5px solid #ccc;border-top-color:var(--pp-accent, #3D6B50);border-radius:50%;animation:ppContactSpin .7s linear infinite;display:inline-block}@keyframes ppContactSpin{to{transform:rotate(360deg)}}.pp-contact-file-remove{background:none;border:0;color:#888;cursor:pointer;padding:2px 6px;font-size:18px;line-height:1;border-radius:4px;transition:background .15s ease,color .15s ease;flex-shrink:0}.pp-contact-file-remove:hover{color:var(--pp-black, #323429);background:#0000000d}.pp-contact-submit{display:block;width:100%;padding:18px 24px;background:#1a1a1a;color:#fff;border:0;border-radius:8px;font-size:15px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease,opacity .15s ease;font-family:inherit;margin-top:8px}.pp-contact-submit:hover{background:#2c2c2c}.pp-contact-submit:disabled{background:#888;cursor:not-allowed;opacity:.7}.pp-contact-success{text-align:center;padding:24px 0 16px}.pp-contact-success-icon{width:48px;height:48px;color:var(--pp-accent, #3D6B50);background:#3d6b501a;border-radius:50%;padding:12px;box-sizing:border-box;margin-bottom:16px}.pp-contact-success h2{font-family:Cormorant Garamond,Optima,Helvetica Neue,serif;font-size:26px;font-weight:500;color:var(--pp-black, #323429);margin:0 0 10px}.pp-contact-success p{font-size:15px;color:#555;margin:0;line-height:1.5}.pp-contact-errors{margin-bottom:22px;padding:14px 16px;background:#fbeee8;border:1px solid #F0C8B8;border-radius:8px;color:#8a2a1a;font-size:14px;line-height:1.4}.pp-contact-errors p{margin:0 0 4px}.pp-contact-errors p:last-child{margin-bottom:0}@media(max-width:600px){.pp-contact-page{padding:20px 16px 60px}.pp-contact-breadcrumb-wrap{margin-bottom:20px}.pp-contact-card-header{padding:22px 20px 18px}.pp-contact-card-body{padding:22px 20px 24px}.pp-contact-title{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/pp-contact-form.css.map */
