.orders_notification___B_pG{.orders_loadingStep__pBcoq{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;width:100%}.orders_loadingSpinner__sBvuT{width:48px;height:48px;border:6px solid #eee;border-top:6px solid var(--blue);border-radius:50%;animation:orders_spin__4DgyT 1s linear infinite;margin-bottom:1.5rem}background-color:#4caf50;color:#fff;padding:10px;text-align:center;font-weight:700;margin-bottom:10px;border-radius:5px;opacity:0;transition:opacity 1s ease-in-out}.orders_show__SOjIq{opacity:1}.orders_hide__PblVf{opacity:0}.orders_orderLines___4qzP h3{margin-bottom:1rem;text-align:left}.orders_row__4m8LG{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-bottom:.5rem}.orders_product__qzVWq{flex:1 1}.orders_qty__e2_tM{width:5rem}.orders_errors__rkCd5{background-color:var(--darkRedAlt);padding:1rem;border-radius:.5rem;margin-bottom:1rem;color:var(--darkRedAltText);text-align:left}.orders_errors__rkCd5 div:before{content:"- "}.orders_errors__rkCd5 h4{color:var(--darkRedAltText)}.orders_submitButton__zKePJ{background-color:var(--blue);color:#fff}.orders_newOrder__P_kCe{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;width:100%}.orders_newOrder__P_kCe .orders_fullWidth__FpIJb{grid-column:1/-1}.orders_required-asterisk__81yXh{color:var(--darkRedAlt,#d32f2f);margin-left:.25em;font-weight:700;font-size:1.1em}.orders_creditCardStep__LBIjO{background:var(--cardBg);border-radius:var(--border-radius);padding:2rem 2.5rem;box-shadow:0 2px 12px rgba(44,94,160,.04);margin:0 auto;max-width:420px;width:100%;display:flex;flex-direction:column;gap:1.5rem}.orders_formGroup__HaYrr{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.2rem}.orders_formRow__zghF2{display:flex;flex-direction:row;gap:1.5rem}.orders_input__TaWGg{padding:.75rem 1rem;border:1px solid var(--greyAlt1);border-radius:var(--border-radius);background:var(--background);color:var(--foreground);font-size:1rem;font-family:inherit;transition:border .2s}.orders_input__TaWGg:focus{border-color:var(--blueAlt);outline:none;background:var(--cardHover)}.orders_buttonRow__yoSqd{display:flex;flex-direction:row;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.orders_disabledSection__CbwtA{opacity:.55;filter:grayscale(.25);pointer-events:none;background:linear-gradient(120deg,var(--greyAlt) 0,var(--cardBg) 100%);transition:opacity .2s,filter .2s,background .2s}.orders_loadingStep__pBcoq{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:2rem 0}.orders_loadingSpinner__sBvuT{width:48px;height:48px;border:6px solid #eee;border-top:6px solid var(--blue);border-radius:50%;animation:orders_spin__4DgyT 1s linear infinite;margin-bottom:1.5rem}@keyframes orders_spin__4DgyT{to{transform:rotate(1turn)}}.orders_cancelButton__UrQHE{background:var(--greyAlt);color:var(--foreground);border:none;border-radius:var(--border-radius);padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;transition:background .2s}.orders_cancelButton__UrQHE:hover{background:var(--greyAlt2)}.orders_addressHeaderRow__bwMXc{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.orders_addressToggle__YdgAX{background:transparent;color:var(--linkColor);border:0;padding:.25rem .5rem;font-size:.8rem;cursor:pointer;border-radius:var(--border-radius);transition:background .2s,color .2s}.orders_addressToggle__YdgAX:focus,.orders_addressToggle__YdgAX:hover{text-decoration:underline;outline:none}.orders_addressGrid___WJag{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media screen and (max-width:640px){.orders_addressGrid___WJag{grid-template-columns:1fr}}.orders_fieldCell__uiWkQ{display:flex;flex-direction:column;justify-content:flex-end}.orders_customSelect__ebthy{position:relative;width:100%}.orders_customSelectTrigger__VRpXS{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem;border:1px solid var(--greyAlt1);border-radius:var(--border-radius);background-color:var(--background);color:var(--foreground);font-size:1rem;line-height:1rem;font-family:inherit;cursor:pointer;text-align:left;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:border-color .2s}.orders_customSelectTrigger__VRpXS:focus,.orders_customSelectTrigger__VRpXS:hover{border-color:var(--blueAlt);outline:none}.orders_customSelectArrow__HQ1ol{margin-left:.5rem;flex-shrink:0;font-size:.65rem;opacity:.6}.orders_customSelectPlaceholder__FYDAk{color:var(--greyAlt4,#999)}.orders_customSelectDropdown__NyNqO{position:absolute;top:calc(100% + 2px);left:0;right:0;max-height:280px;overflow-y:auto;background:var(--background);border:1px solid var(--greyAlt1);border-radius:var(--border-radius);box-shadow:0 4px 16px rgba(0,0,0,.12);z-index:2200}.orders_customSelectOption__2pZrU{padding:.5rem .75rem;cursor:pointer;border-bottom:1px solid var(--greyAlt,#eee);transition:background .15s}.orders_customSelectOption__2pZrU:last-child{border-bottom:none}.orders_customSelectOptionActive__AUYOP,.orders_customSelectOption__2pZrU:hover{background:var(--cardHover,#f5f5f5)}.orders_customSelectOptionPrimary__7kTkH{font-size:.82rem;font-weight:500;color:var(--foreground);line-height:1.3}.orders_customSelectOptionSecondary__Qhfkw{font-size:.7rem;color:var(--greyAlt4,#888);margin-top:2px;line-height:1.3}