:root{--or-primary: #f5c518;--or-primary-dark: #d4a800;--or-dark: #1a1a1a;--or-dark-2: #252525;--or-light: #ffffff;--or-gray: #666666;--or-gray-light: #f5f5f5;--or-success: #22c55e;--or-danger: #ef4444;--or-blue: #3b82f6;--or-radius: 12px;--or-radius-sm: 8px;--or-shadow: 0 4px 20px rgba(0,0,0,.08);--or-transition: all .3s ease}.order-request{padding:40px 0 60px;background:var(--or-gray-light);min-height:80vh}.order-request__header{text-align:center;margin-bottom:40px}.order-request__title{font-size:32px;font-weight:700;color:var(--or-dark);margin:0 0 12px;display:flex;align-items:center;justify-content:center;gap:12px}.order-request__title svg{color:var(--or-primary)}.order-request__subtitle{font-size:16px;color:var(--or-gray);max-width:500px;margin:0 auto}.order-request__content{display:grid;grid-template-columns:1fr 1.2fr;gap:30px;align-items:start}.order-request__section-title{font-size:18px;font-weight:600;color:var(--or-dark);margin:0 0 20px;display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:2px solid var(--or-primary)}.order-request__section-title svg{color:var(--or-primary)}.order-request__cart{background:var(--or-light);border-radius:var(--or-radius);padding:24px;box-shadow:var(--or-shadow);position:sticky;top:20px}.order-request__cart-items{max-height:400px;overflow-y:auto}.order-request__cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid #eee}.order-request__cart-item:last-child{border-bottom:none}.order-request__cart-item-image{width:70px;height:70px;object-fit:cover;border-radius:var(--or-radius-sm);background:var(--or-gray-light)}.order-request__cart-item-details{flex:1;min-width:0}.order-request__cart-item-title{font-size:14px;font-weight:600;color:var(--or-dark);margin:0 0 4px}.order-request__cart-item-variant{font-size:12px;color:var(--or-gray);margin:0 0 4px}.order-request__cart-item-price{font-size:13px;color:var(--or-gray);margin:0}.order-request__cart-item-total{font-size:15px;font-weight:600;color:var(--or-dark);white-space:nowrap}.order-request__cart-total{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:20px;border-top:2px solid var(--or-dark);font-size:16px}.order-request__cart-total strong{font-size:24px;color:var(--or-primary-dark)}.order-request__cart-total small{width:100%;font-size:12px;color:var(--or-gray)}.order-request__cart-empty{display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center;color:var(--or-gray)}.order-request__cart-empty svg{opacity:.4;margin-bottom:16px}.order-request__cart-empty p{margin:0 0 20px}.order-request__btn-shop{display:inline-block;padding:12px 24px;background:var(--or-dark);color:var(--or-light);text-decoration:none;border-radius:var(--or-radius-sm);font-weight:600;transition:var(--or-transition)}.order-request__btn-shop:hover{background:var(--or-primary);color:var(--or-dark)}.order-request__form-wrapper{background:var(--or-light);border-radius:var(--or-radius);padding:24px;box-shadow:var(--or-shadow)}.order-request__form-section{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #eee}.order-request__form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.order-request__form-section h3{font-size:16px;font-weight:600;color:var(--or-dark);margin:0 0 16px}.order-request__form-hint{font-size:13px;color:var(--or-gray);margin:-12px 0 16px}.order-request__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.order-request__form-group{margin-bottom:16px}.order-request__form-group label{display:block;font-size:13px;font-weight:600;color:var(--or-dark);margin-bottom:6px}.order-request__form-group input,.order-request__form-group select,.order-request__form-group textarea{width:100%;padding:12px 14px;border:2px solid #e5e5e5;border-radius:var(--or-radius-sm);font-size:14px;transition:var(--or-transition);background:var(--or-light)}.order-request__form-group input:focus,.order-request__form-group select:focus,.order-request__form-group textarea:focus{outline:none;border-color:var(--or-primary);box-shadow:0 0 0 3px #f5c51833}.order-request__form-group textarea{resize:vertical;min-height:100px}.order-request__form-actions{margin-top:24px;padding-top:24px;border-top:2px solid var(--or-primary)}.order-request__notice{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--or-gray);margin:0 0 20px;padding:12px 16px;background:#f0f9ff;border-radius:var(--or-radius-sm);border-left:4px solid var(--or-blue)}.order-request__notice svg{flex-shrink:0;color:var(--or-blue)}.order-request__btn-submit{width:100%;padding:16px 24px;border:none;border-radius:var(--or-radius-sm);background:linear-gradient(135deg,var(--or-primary) 0%,var(--or-primary-dark) 100%);color:var(--or-dark);font-size:16px;font-weight:700;cursor:pointer;transition:var(--or-transition);display:flex;align-items:center;justify-content:center;gap:10px}.order-request__btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #f5c51866}.order-request__btn-submit:disabled{cursor:not-allowed}.order-request__btn-submit .btn-loading{display:flex;align-items:center;gap:10px}.order-request__loading{display:flex;flex-direction:column;align-items:center;padding:40px;color:var(--or-gray);gap:12px}.order-request__spinner{width:32px;height:32px;border:3px solid #eee;border-top-color:var(--or-primary);border-radius:50%;animation:or-spin 1s linear infinite}.order-request__spinner-small{width:18px;height:18px;border:2px solid rgba(0,0,0,.2);border-top-color:var(--or-dark);border-radius:50%;animation:or-spin 1s linear infinite}@keyframes or-spin{to{transform:rotate(360deg)}}.order-request__success{text-align:center;padding:60px 20px;max-width:600px;margin:0 auto}.order-request__success-icon{width:100px;height:100px;background:linear-gradient(135deg,var(--or-success) 0%,#16a34a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.order-request__success-icon svg{color:var(--or-light)}.order-request__success h2{font-size:28px;color:var(--or-dark);margin:0 0 12px}.order-request__success p{font-size:16px;color:var(--or-gray);margin:0 0 16px}.order-request__success-email{background:var(--or-gray-light);padding:12px 20px;border-radius:var(--or-radius-sm);display:inline-block}.order-request__success-details{margin:24px 0;padding:20px;background:var(--or-light);border-radius:var(--or-radius);box-shadow:var(--or-shadow)}.order-request__success-details p{margin:8px 0;font-size:14px}.order-request__success-actions{display:flex;gap:16px;justify-content:center;margin-top:24px}.order-request__btn-home,.order-request__btn-continue{padding:14px 28px;border-radius:var(--or-radius-sm);font-weight:600;text-decoration:none;transition:var(--or-transition)}.order-request__btn-home{background:var(--or-dark);color:var(--or-light)}.order-request__btn-home:hover{background:var(--or-dark-2)}.order-request__btn-continue{background:var(--or-primary);color:var(--or-dark)}.order-request__btn-continue:hover{background:var(--or-primary-dark)}.order-request__toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(100px);background:var(--or-dark);color:var(--or-light);padding:14px 28px;border-radius:var(--or-radius-sm);font-size:14px;font-weight:500;z-index:1000;transition:transform .4s ease;box-shadow:0 8px 30px #0000004d}.order-request__toast.visible{transform:translate(-50%) translateY(0)}.order-request__toast.success{background:linear-gradient(135deg,var(--or-success) 0%,#16a34a 100%)}.order-request__toast.error{background:linear-gradient(135deg,var(--or-danger) 0%,#dc2626 100%)}.order-request__error{color:var(--or-danger);text-align:center;padding:20px}@media(max-width:900px){.order-request__content{grid-template-columns:1fr}.order-request__cart{position:static}}@media(max-width:600px){.order-request{padding:24px 0 40px}.order-request__title{font-size:24px}.order-request__form-row{grid-template-columns:1fr}.order-request__success-actions{flex-direction:column}.order-request__btn-home,.order-request__btn-continue{width:100%;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/order-request.css.map */
