.wc-preorder-container{margin-top:20px}.wc-preorder-button-wrapper{text-align:center}.wc-preorder-trigger-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 14px rgb(245 158 11 / .35);font-family:inherit}.wc-preorder-trigger-btn:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgb(245 158 11 / .45)}.wc-preorder-trigger-btn:active{transform:translateY(0)}.wc-preorder-cart-badge{display:none;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;border-radius:10px;font-size:11px;font-weight:700;line-height:20px;text-align:center;margin-right:4px}.wc-preorder-icon{width:20px;height:20px}.wc-preorder-notice{margin-top:10px;font-size:13px;color:#6b7280;line-height:1.6}.wc-preorder-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:wcPreorderFadeIn 0.25s ease}@keyframes wcPreorderFadeIn{from{opacity:0}to{opacity:1}}.wc-preorder-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgb(0 0 0 / .15);animation:wcPreorderSlideUp 0.3s ease}@keyframes wcPreorderSlideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wc-preorder-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f3f4f6}.wc-preorder-modal-title{margin:0;font-size:18px;font-weight:700;color:#111827}.wc-preorder-modal-close{background:none;border:none;padding:4px;cursor:pointer;color:#9ca3af;border-radius:8px;transition:all 0.2s;display:flex;align-items:center;justify-content:center}.wc-preorder-modal-close:hover{background:#f3f4f6;color:#374151}.wc-preorder-modal-close svg{width:20px;height:20px}.wc-preorder-modal-body{padding:24px}.wc-preorder-product-info{display:flex;align-items:center;gap:16px;padding:16px;background:#f9fafb;border-radius:12px;margin-bottom:24px}.wc-preorder-product-info img{width:64px;height:64px;object-fit:cover;border-radius:8px}.wc-preorder-product-details h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#111827}.wc-preorder-out-of-stock-badge{display:inline-block;padding:2px 10px;background:#fef2f2;color:#ef4444;font-size:12px;font-weight:500;border-radius:20px;border:1px solid #fecaca}.wc-preorder-form-group{margin-bottom:20px}.wc-preorder-form-row{display:flex;gap:12px;margin-bottom:20px}.wc-preorder-form-row .wc-preorder-form-group{flex:1;margin-bottom:0}.wc-preorder-form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.wc-preorder-required{color:#ef4444}.wc-preorder-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;transition:all 0.2s;box-sizing:border-box;font-family:inherit}.wc-preorder-input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px rgb(245 158 11 / .15)}.wc-preorder-input::placeholder{color:#9ca3af}.wc-preorder-phone-input{text-align:left;direction:ltr}.wc-preorder-quantity-wrapper{display:flex;align-items:center;gap:0;border:2px solid #e5e7eb;border-radius:10px;overflow:hidden;max-width:200px}.wc-preorder-quantity-btn{width:44px;height:44px;border:none;background:#f9fafb;cursor:pointer;font-size:18px;font-weight:600;color:#374151;transition:all 0.2s;display:flex;align-items:center;justify-content:center;font-family:inherit}.wc-preorder-quantity-btn:hover{background:#f3f4f6;color:#111827}.wc-preorder-quantity-input{border:none!important;text-align:center;font-weight:600;font-size:16px;-moz-appearance:textfield;max-width:60px;padding:8px}.wc-preorder-quantity-input::-webkit-outer-spin-button,.wc-preorder-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wc-preorder-form-actions{margin-top:24px}.wc-preorder-submit-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 14px rgb(245 158 11 / .35);display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit}.wc-preorder-submit-btn:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);box-shadow:0 6px 20px rgb(245 158 11 / .45)}.wc-preorder-submit-btn:disabled{opacity:.7;cursor:not-allowed}.wc-preorder-submit-loading{display:flex;align-items:center;gap:8px}.wc-preorder-spinner{width:20px;height:20px;animation:wcPreorderSpin 0.8s linear infinite}@keyframes wcPreorderSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.wc-preorder-success{text-align:center;padding:32px 20px;animation:wcPreorderFadeIn 0.4s ease}.wc-preorder-success-icon{margin-bottom:16px}.wc-preorder-success-icon svg{width:64px;height:64px}.wc-preorder-success-title{font-size:18px;font-weight:700;color:#22c55e;margin:0 0 8px}.wc-preorder-success-message{font-size:14px;color:#6b7280;line-height:1.8;margin:0 0 24px}.wc-preorder-success-close{padding:10px 32px;background:#f9fafb;color:#374151;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s;font-family:inherit}.wc-preorder-success-close:hover{background:#f3f4f6}.wc-preorder-error{margin-top:16px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;animation:wcPreorderFadeIn 0.3s ease}.wc-preorder-error-message{margin:0;color:#ef4444;font-size:14px;line-height:1.6}@media (max-width:480px){.wc-preorder-modal{border-radius:12px}.wc-preorder-modal-header{padding:16px 20px}.wc-preorder-modal-body{padding:20px}.wc-preorder-trigger-btn{padding:12px 24px;font-size:15px}}.rtl .wc-preorder-modal,[dir="rtl"] .wc-preorder-modal{direction:rtl}.wc-preorder-cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:wcPreorderFadeIn 0.25s ease}.wc-preorder-cart-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgb(0 0 0 / .15);animation:wcPreorderSlideUp 0.3s ease}.wc-preorder-modal-footer{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #f3f4f6}.wc-preorder-step{display:none}.wc-preorder-step:first-child{display:block}.wc-preorder-btn-back{background:none;border:none;padding:6px 12px;color:#f59e0b;font-size:14px;font-weight:600;cursor:pointer;border-radius:8px;transition:all 0.2s;font-family:inherit}.wc-preorder-btn-back:hover{background:#fffbeb}.wc-preorder-btn-primary{padding:12px 24px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 14px rgb(245 158 11 / .35);font-family:inherit}.wc-preorder-btn-primary:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);box-shadow:0 6px 20px rgb(245 158 11 / .45)}.wc-preorder-btn-primary:disabled{opacity:.5;cursor:not-allowed}.wc-preorder-btn-secondary{padding:12px 24px;background:#f9fafb;color:#374151;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s;font-family:inherit}.wc-preorder-btn-secondary:hover{background:#f3f4f6;border-color:#d1d5db}.wc-preorder-cart-items{max-height:50vh;overflow-y:auto}.wc-preorder-cart-empty{text-align:center;padding:40px 20px;color:#9ca3af;font-size:15px}.wc-preorder-cart-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f3f4f6;transition:background 0.2s}.wc-preorder-cart-item:last-child{border-bottom:none}.wc-preorder-cart-item:hover{background:#f9fafb}.wc-preorder-cart-item-name{flex:1;font-size:14px;font-weight:500;color:#111827;padding-left:12px}.wc-preorder-cart-item-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.wc-preorder-cart-qty-btn{width:32px;height:32px;border:2px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;color:#374151;display:flex;align-items:center;justify-content:center;transition:all 0.2s;font-family:inherit}.wc-preorder-cart-qty-btn:hover{border-color:#f59e0b;color:#f59e0b;background:#fffbeb}.wc-preorder-cart-qty-val{min-width:32px;text-align:center;font-size:15px;font-weight:700;color:#111827}.wc-preorder-cart-remove-btn{width:32px;height:32px;border:none;background:none;color:#9ca3af;border-radius:8px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;margin-right:8px;transition:all 0.2s;font-family:inherit}.wc-preorder-cart-remove-btn:hover{background:#fef2f2;color:#ef4444}.wc-preorder-cart-error{margin:16px 24px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;animation:wcPreorderFadeIn 0.3s ease}.wc-preorder-cart-error p{margin:0;color:#ef4444;font-size:14px;line-height:1.6}.wc-preorder-cart-items::-webkit-scrollbar{width:6px}.wc-preorder-cart-items::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.wc-preorder-cart-items::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.wc-preorder-cart-items::-webkit-scrollbar-thumb:hover{background:#9ca3af}.rtl .wc-preorder-cart-item-name,[dir="rtl"] .wc-preorder-cart-item-name{padding-left:0;padding-right:12px}.rtl .wc-preorder-cart-remove-btn,[dir="rtl"] .wc-preorder-cart-remove-btn{margin-right:0;margin-left:8px}